body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    position: relative;
    visibility: visible;
    color: black;
    overflow-x: hidden;
    background-color: rgb(245, 245, 245);
}
 
 .footer{
    background: #222;
    color: #999;
    font-size: 14px;
    padding: 60px 0 40px 0;
    margin-top: 0px;
 }

 .footer ul.social-iconsfooter li {
    display: inline-block;
    float: none;
    position: relative;
    background: transparent;
    margin-right: 5px;
    border: 1px solid #333;
    width: 60px;
    height: 55px;
    text-align: center;
    padding: 13px;
}
.font_s30{
    font-size: 30px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Raleway", sans-serif;
    color: #f2f4f5;
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}
.margin_bottom{
    margin-bottom: 0px;
}
.text_algin_left {
    text-align: left;
}
.footer_font_size{
    font-size: 15px;
    font-weight: 600;
    color: white;
}

*{box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4s;
}

@keyframes fade {
  from {opacity: 3}
  to {opacity: 1}
}
.slide_image{
    width: 100%;
    height: 550px;
}
.border_bottom{
    border-bottom-width: 2px;
    border-bottom-style: outset;
}
.logo_img{
  width: 80px;
}
.img_size{
  width: 70px;
  margin: 5px;
}

.logo-tl-1{
    color: #d8522f;
    font-size: 25px;
    font-weight: 800;
    margin-left: 0px;
    margin-bottom: -10px;
    margin-top: 6px;
}
.logo-tl-2{
    color: #d8522f;
    font-size: 15px;
    font-weight: 700;
    margin-left: 70px;
    margin-top: -2px;
}
.colr_white{
  color: white;
}
.down_arrow{
  margin-left: 8px;
}

.x_content {
  padding: 0 3px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px; }

  .x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; 
}

.div_border{
      border-width: 1px;
      border-style: solid;
      border-color: #ceddd0;
     border-radius: 5px;
}
.div_padding {
  padding-left: 20px;
    padding-right: 20px;
}
.div_s{
  width: 49%;
  margin: 5px;
}
.title_label{
  font-size: 20px;
    font-weight: 600;
}
.left{
  width: 48%;
  margin:5px;
  padding: 1em;
  background: white;
  float:left;
}

.right {
  width: 49%;
  margin:5px;
  padding: 1em;
  background: white;
  float:right;
}
.home_main_div{
    width: 99%;
    margin-left: 6px;
    background-color: white;
    margin-bottom: 5px;
}
.home_main_div_1{
    width: 100%;
    margin-left: 0px;
    background-color: white;
    margin-bottom: 5px;
}
.lbl_heading {
    font-size: 15px;
    font-weight: 600;
    color: black;
    text-decoration-line: underline;
    text-decoration-color: red;
}
.margin-top{
    margin-top: 3px;
}
.arrow{
    font-size: 16px;
    color: red;
}
.heading{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
}
.margin_top_bottom{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 1px;
}