.home{
  height: calc(100vh - 80px);
  width: 100%;
  margin-top: 80px;
  background: url("assets/img/back.jpg") top right no-repeat;
  background-size: cover;
  /* background-position: center; */
  /* background-size: 70%; */
}
@media(max-width:991px){
  .home{
    background-size: 100%;
    background-size: cover;
    /* margin-top: 0px; */
  }
}
@media(max-width:767px){
  .home{
    margin-top: 0px;
  }
}

.index .home{
    height: 100vH;
    margin-top: 0;
    background: url("assets/img/bg1.jpg") top center no-repeat;
    background-size: cover;
    background-position: center;
}
.btn-get-started{
    margin-top: 30px;
    /* line-height: 0; */
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #c41e2d;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.btn-get-started:hover {
    transform: translateX(5px);
    color: #fff;
    text-decoration: none;
}
.about{
  background-color: #f2c3c717;

}
.about-us-image{
    height: auto;
    max-width: 500px;
    width: 100%;
}
.content h2, .section-title h2{
    font-size: 28px;
    color: black;
    font-weight: 700;
    margin: 3px 0 10px 0;
}
.content h3{
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: black;
    text-transform: uppercase;
}
.services {
  /* background-color: #f2c3c717; */
}
.services .box {
    padding: 15px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%;
    border: 1px solid #f2c3c77a;
}

.services .box img {
    padding: 20px 25px;
    transition: 0.5s;
    transform: scale(1.1);
    height: 245px;
}

.services .box h3 a{
    font-size: 24px;
    color: #c41e2d;
    font-weight: 700;
    margin-bottom: 18px;
    cursor: pointer;
}

.services .box h3 a:hover{
  color: #c41e2d;
}

.services .box:hover {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.services .box:hover img {
    transform: scale(1);
}
.industries{
  background-color: #f2c3c717;
}
.industries .feature-box h3 {
    font-size: 18px;
    color: black;
    font-weight: 700;
    margin: 0;
}
.industries  h4 a{
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #c41e2d;
    cursor: pointer;
  }
  .industries h4 a:hover{
    color: #c41e2d;
  }
  .contact .info-box {
    color: #444444;
    background: #f2c3c717;
    padding: 30px;
    border: 1px solid #f2c3c77a;
  }
  
  .contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #c41e2d;
  }
  
  .contact .info-box h3 {
    font-size: 20px;
    color: black;
    font-weight: 700;
    margin: 20px 0 10px 0;
  }
  
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .contact {
    /* background: #f2c3c717; */
    padding: 30px;
    height: 100%;
  }
  
  .contact .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
  }
  
  .contact .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact input, .contact textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
  }
  
  .contact input:focus, .contact textarea:focus {
    border-color: #c41e2d;
  }
  
  .contact input {
    padding: 10px 15px;
  }
  
  .contact textarea {
    padding: 12px 15px;
  }
  
  .contact button[type="submit"] {
    background: #c41e2d;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact button[type="submit"]:hover {
    background: #5969f3;
  }


    /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .footer {
    /* background: #f6f9ff; */
    padding: 0 0 30px 0;
    font-size: 14px;
  }
  
  .footer .footer-newsletter {
    padding: 50px 0;    
    background: #f2c3c717 !important  ;
    border-top: 1px solid #f2c3c77a;
    border-bottom: 1px solid #f2c3c77a;
  }
  
  .footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: black;
  }
  
  .footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #f2c3c77a;
  }
  
  .footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
  }
  
  .footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #c41e2d;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
  }
  
  .footer .footer-newsletter form input[type="submit"]:hover {
    background: #5969f3;
  }
  
  .footer .footer-top {
    background: white !important;
    background-size: contain;
    padding: 60px 0 30px 0;
  }
  
  @media (max-width: 992px) {
    .footer .footer-top {
      background-position: center bottom;
    }
  }
  
  .footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  
  .footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
  }
  
  .footer .footer-top .footer-info .logo img {
    max-height: 70px;
    margin-right: 6px;
  }
  
  .footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: black;
    font-family: "Nunito", sans-serif;
    margin-top: 3px;
  }
  
  .footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
  }
  
  .footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .footer-top .social-links a:hover {
    color: black;
  }
  
  .footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0;
  }
  
  .footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  @media(max-width:575px){
    .footer .footer-top .footer-links ul li {
      justify-content: center;
    }
  }
  
  .footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-top .footer-links ul a {
    color: black;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  .footer .footer-top .footer-links ul a:hover {
    color: #c41e2d;
  }
  
  .footer .footer-top .footer-contact p {
    line-height: 26px;
  }
  
  .copyright {
    text-align: center;
    padding: 30px 0;
    color: #c41e2d;    
    background: #f2c3c717 !important;
    border-top: 1px solid #f2c3c77a;
  }
  @media(max-width:991px){
      .indus-image{
      max-width:500px;
      width:100%
    }
  }
  .navbar-toggle .icon-bar{
    background-color: black;
  }
  .navbar-toggle{
    border: auto;
  }
  
  .navbar-header .logo {
    line-height: 0;
  }
  
  .navbar-header .logo img {
    max-height: 70px;
    margin-right: 6px;
  }

  #start, #about, #services, #industries, #contact{
    scroll-margin-top: 70px;
  }
  .button-1{
    /* position: absolute;
    left: 0; */
  }
  .footer .footer-newsletter form input[type="email"]:focus-visible{
    outline: 0;
  }
















/*
   * Animated CSS button
   * Copyright Alexander Bodin 2019-09-07
   *
   * Useage: .class {@import button($button-size, $hue, $sat);}
   */
   .animated-button1 {
    background: linear-gradient( -30deg , #2b2b2b 50%, #0e0e0e 50%);
    padding: 12px 27px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: white;
    font-size: 42px;
    width: max-content;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
  }

  @media(max-width:575px){
    .animated-button1 {
      font-size: 20px;
    }
    .button-1{
      position: relative;
    }
  }
  .animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
  }
  
  .animated-button1:hover::before {
    opacity: 0.2;
  }
  
  .animated-button1 span {
    position: absolute;
  }
  
  .animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(white));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), white);
    -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  .animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(white));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), white);
    -webkit-animation: 2s animateRight linear -1s infinite;
            animation: 2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  .animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(white));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), white);
    -webkit-animation: 2s animateBottom linear infinite;
            animation: 2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  .animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(white));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), white);
    -webkit-animation: 2s animateLeft linear -1s infinite;
            animation: 2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }
  
  .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
    display: none;
  }