body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #2C2C2C;
    margin: 0;
    padding: 0;
  }
  h1,h2, h3, h4, h5 {
    color: #000;
  }
  .header {
    background-color: transparent !important;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left:0;
  }
  .logo img {
    width: 100px;
  }
  .menu {
    text-align: right;
    padding: 15px 0;
    display: table;
  margin: 0 auto;
  }
  #closeMobileMenu {
    position: absolute;
    top: 0;
    right: 40px;
  }
  #btn-signin {
    width: 100px;
  border-radius: 20px;
  float: right;
  border: 0;
  padding: 10px 0;
  }
  #sub-section-text {
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
  }
  .infotechno-hero.infotechno-bg {
    background-image: url('/images/background.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position:right top;
  }
  .menu a {
    color          : #757576;
    text-decoration: none;
    margin-left    : 20px;
    letter-spacing: 0.22px;
    font-weight: 600;
  }
  #mobileMenuToggle {
    float: right;
  }
  .menu a.active {
    color: #000;
  }
  #mobileMenuToggle {
    background   : #000;
    border       : 0;
    border-radius: 0;
    margin-top: 10px;
  }
  #mobileMenu {
    position  : absolute;
    background: #fff;
    top       : 75px;
    left      : 0;
    padding   : 0 30px;
    right: 0;
  }
  #mobileMenu a{
    display: block;
    line-height: 2em;
  }
  .main {
    background: url('/images/background-image.png'), lightgray 50% / cover no-repeat; 
  padding: 50px 0;
  background-blend-mode: overlay;
  }
  .section-1 {
    text-align: center;
  }
  .section-1 h1 {
    margin-bottom : 60px;
    text-align    : center;
    font-family   : Lato;
    font-size     : 40px;
    font-style    : normal;
    font-weight   : 700;
    line-height   : 60px;
    letter-spacing: 1.2px;
  }
  .section-1 p {
    margin-bottom: 0px;
    font-size    : 21px;
  }
  .btn.btn-dark {
    background: #2c2c2c;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
  }
  .section-2 {
    text-align: right;
    padding: 60px 0;
    padding-bottom:0;
  }
  .ht-box-images {
    text-align: center;
  }
  #hero-button {
  display: inline-block;
  margin-top: 20px !important;
  }
  .billing-info {
    display: table;
    margin: 0 auto;
    background-color: #ffeecc;
    padding: 5px 20px !important;
    border-radius: 15px;
  }
  .billing-info p {
    color:  #c68a15;
    margin-bottom:0;
  }
  svg {
    position: absolute;
    top: 120px;
    left: 0;
  }
  .social-icons {
    list-style: none;
    padding: 0;
  }
  .social-icons li {
    display: inline-block;
    margin-right: 10px;
  }
  .social-icons i {
    color: #000;
    font-size: 18px;
  }

  .section-3 h2 {
    margin-bottom: 10px;
  }
  .section-3 a {
    text-decoration-line: underline;
    color: #757576;
  }
  .section-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2.6122448444366455px 16.32653045654297px 0px rgba(0, 0, 0, 0.40);
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .section-box .section-img {
    background               : url('/images/section-box-img.jpg'), lightgray 50% / cover no-repeat;
    border-top-left-radius   : 10px;
    border-bottom-left-radius: 10px;
    background-position: center center;
    background-size: cover;
  }
  .carousel-box {
    padding: 20px;
  }

  .carousel-indicators {
    display        : flex;
    justify-content: center;
    margin-top     : 10px;
    position: relative;
  }

  .carousel .col-sm-6 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #ddd;
    padding: 20px 40px;
  }

  .carousel-indicators li {
    background-color: #888;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
  }

  .carousel-indicators li.active {
    width           : 40px;
    background-color: #000;
    border-radius   : 12px;
  }
  .box-item {
    margin-bottom: 20px;
  }
  .box-item a {
    color: #757576;
    text-decoration: underline;
  }
  #established {
    margin: 20px 0;
  }
  .footer {
    background-color: #f8f9fa;
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: space-between;
  }
  .footer-links {
list-style : none;
padding    : 0;
margin     : 0;
display    : flex;
border-top : 2px solid;
padding-top: 40px;
  }
  @media (max-width: 575.98px) {
    .footer-links {
      border-top : 0;
    }
    .header {
      position: relative;
    }
    .menu {
      text-align: left !important;
      display: block !important;
    }
    #main-container-head #main-head-texts {
      text-align: center;
    }
 
  }
  .footer-links li {
    margin-right: 20px;
  }
  .footer-links li a {
color         : #2C2C2C;
line-height   : 20px;     /* 142.857% */
letter-spacing: 0.7px;
  }
  .footer-text {
margin        : 0;
text-align    : center;
letter-spacing: 7px;
position      : relative;
top           : -14px;
  }
  .copyright {
    text-align: center;
    margin-top: 20px;
    padding: 30px 0;
  }

  .d-block.w-50.box {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 5px;
    box-shadow: -1px 2px 4px 2px #ddd;
  border-radius: 5px;
  }

  .mobile-menu.offcanvas-collapse {
    display: none;
  }
  .mobile-menu.offcanvas-collapse.show {
    display: block;
  }
  
  #mobileMenuToggle:focus-within + #mobileMenu {
  display: block !important;
}
