* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.top-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.carousel-caption {
    bottom: 260px !important;
}

.carousel-caption h2 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: #ba1c1d;
    font-size: 40px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}



.carousel-inner .carousel-item {
    transition: -webkit-transform 4s ease;
    transition: transform 4s ease;
    transition: transform 4s ease, -webkit-transform 4s ease;
}

.modal-body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.modal-header {
    background-color: #ba1c1d;
}

.modal-header h5 {
    color: whitesmoke;
}

.modal-header button {
    color: whitesmoke !important;
}

.modal-body .btn {
    background-color: #ba1c1d;
    color: whitesmoke;
    border: none;
    outline: none;
}
.modal-body .btn:hover{
    background-color: #ba1c1d;
}
.land-img img {
    width: 100px;
}

.land-center h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #051838;
}

.land-btn .btn {
    background-color: #ba1c1d;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.land-btn .btn:hover {
    background-color: #051838;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.carousel {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.office-serv img {
    width: 80px;

}

.box img {

    background-color: whitesmoke;
    border-radius: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.office-serv h2 {
    color: #ba1c1d;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.box h2 {
    color: #ba1c1d;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.office-servv h2 {
    color: #ba1c1d;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.office-servv .card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.office-servv h4 {
    font-size: 22px;
    color: #ba1c1d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.office-servv p {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.6;

}

.office-servv .btn {
    background-color: #ba1c1d;
    color: white;
    font-weight: 500;
    border: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.office-servv .btn:hover {
    background-color: #ba1c1d;
}

.main-info h2 {
    color: #ba1c1d;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.main-info p {
    font-weight: 500;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
}

#kit img:hover {
    transform: scale(1.1);
    transition: 1s;
}

#kit h1 {
    color: #ba1c1d;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}


#ourclients {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #f9f9f9;
    padding-bottom: 30px;
    height: 150px;
}

#ourclients .clients-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

#ourclients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#ourclients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

#ourclients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    width: 300px;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
}

#ourclients h2 {
    color: #ba1c1d;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.parallelx {
    background-image: url("../images/parallelx.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
}

.copy {
    height: 5vh;
    background-color: #ba1c1d;
    padding: 2px;
}

.copy p {
    color: whitesmoke;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 6px;
    letter-spacing: 2px;
}


.locations {
    background-color: #ba1c1d;
    height: 5vh;
    padding: 2px;
}

.locations p {
    font-size: 12px;
    color: white;
    font-family: 'Open Sans', sans-serif;
}


.whatsapp-chat {
    height: 55px;
    width: 55px;
}

#myBtn img {
    width: 40px;
}

#myBtn {
    position: fixed;
    bottom: 2px;
    right: 0;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}

#myBtnn {
    position: fixed;
    bottom: 55px;
    right: 2px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}

#myBtnn img {
    width: 35px;
}

.icon-bar {
    position: fixed;
    top: 60%;
    right: 0;
    width: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #051838;
}

.icon-bar .fab:hover {
    color: whitesmoke;
    transition: all 0.5s ease-in-out;
}

.facebook {
    background: #b91c1c;
    color: white;
}



.twitter {
    background: #b91c1c;
    color: white;
}

.google {
    background: #b91c1c;
    color: white;
}

.linkedin {
    background: #b91c1c;
    color: white;
}

.youtube {
    background: #b91c1c;
    color: white;
}

.form-parent {
    width: 323px;
    height: auto;
    background: transparent url('../images/contact-buttonn.png') no-repeat right 10px;
    position: fixed;
    top: 150px;
    left: -275px;
    z-index: 9999999;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;

}

.form-parent:hover {
    left: 0;
}

.cc-float-form {
    background-color: #b91c1c;
    color: #fafafa;
    padding: 10px;
    width: 250px;
}

#ContactForm1 {
    display: none;
}

.contact-form-area {
    background: white;
    width: 220px;
    padding: 10px 0px;
    border: 1px solid #111;
    color: #fafafa;
    font-size: 12px;
}

#cc {
    float: right;
    font-size: 9px;
    margin-top: -10px;
    color: #777;
}

#cc a {
    color: #777;
    text-decoration: none;
}

.thank-logo img {
    width: 200px;
}

.thank-header h1 {
    font-size: 50px;
    color: #ba1c1d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.thank-check .fas {
    font-size: 50px;
    color: #051838;

}

.thank-para p {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.thank-foot p {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}


.portfolio {
    display: flex;
    flex-wrap: wrap;
    min-width: 320px;
  
  }
  
  .portfolio h2 {
    flex-basis: 100%;
    text-align: center;
    margin: 50px auto 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #ba1c1d;
    font-weight: 600;
  }
  
  .portfolio .card {
    width: 25%;
    overflow: hidden;
    position: relative;
    border: 1px solid white;
  }
  
  .portfolio  .card .content {
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: -100px;
    transition: all 0.7s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    min-height: 100px;
    background: #ba1c1d;
  }
  
  .portfolio   .card .image {
    z-index: 1;
    height: 100%;
  }
  
  .portfolio   .card img {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    transform: scale(1.2);
  }
  
  .portfolio   .card:hover .content {
    bottom: 0px;
    color: #fff;
  }
  
  .portfolio  .card:hover .image img {
    transform: scale(1);
  }
  
  .portfolio .card .content span:first-child {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  
  .portfolio  .card .content span:last-child {
    font-size: 14px;
    color: #051838;
    text-align: center;
    font-weight: 700;
  }

.bg-office ::placeholder{
    font-size: 13px;
}

.bg-office label{
    font-size: 13px;
}
  
  
  @media screen and (max-width: 768px) {
    .portfolio  .card {
        width: 50%;
    }
  
    .portfolio   .card .content {
        bottom: 0;
    }
  }
  
  @media screen and (max-width: 480px) {
    .portfolio    .card {
        width: 100%;
    }
  }

@media screen and (max-width: 1024px) {
    .top-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .land-center h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    .top-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .land-center h1 {
        font-size: 18px;
    }

    .carousel-caption {
        bottom: 100px !important;
    }


}

@media screen and (max-width: 425px) {
    .top-head {
        display: block;
    }

    .land-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .land-img img {
        width: 120px;
    }

    .land-btn {
        display: flex;
        justify-content: center;
    }

    .land-center h1 {
        font-size: 18px;
    }

    .office-serv h1 {
        font-size: 24px;
    }

    .box h2 {
        font-size: 18px;
    }

    .office-serv .box {
        padding: 15px;
    }

    .office-servv h1 {
        font-size: 24px;
    }

    .office-servv .card h4 {
        font-size: 18px;
    }

    .main-info h1 {
        font-size: 24px;
    }

    #kit h1 {
        font-size: 24px;
    }

    #ourclients h1 {
        font-size: 24px;
    }

    .copy p {
        font-size: 10px;
    }

    .carousel-caption {
        bottom: 30px !important;
    }

    .carousel-caption h1 {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    .top-head {
        display: block;
    }

    .land-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .land-img img {
        width: 120px;
    }

    .land-btn {
        display: flex;
        justify-content: center;
    }

    .land-center h1 {
        font-size: 18px;
    }

    .office-serv h1 {
        font-size: 24px;
    }

    .box h2 {
        font-size: 18px;
    }

    .office-serv .box {
        padding: 15px;
    }

    .office-servv h1 {
        font-size: 24px;
    }

    .office-servv .card h4 {
        font-size: 18px;
    }

    .main-info h1 {
        font-size: 24px;
    }

    #kit h1 {
        font-size: 24px;
    }

    #ourclients h1 {
        font-size: 24px;
    }

    .copy p {
        font-size: 10px;
    }

    .carousel-caption {
        bottom: 18px !important;
    }

    .carousel-caption h1 {
        font-size: 14px;
    }

}

@media screen and (max-width: 320px) {
    .top-head {
        display: block;
    }

    .land-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .land-img img {
        width: 120px;
    }

    .land-btn {
        display: flex;
        justify-content: center;
    }

    .land-center h1 {
        font-size: 18px;
    }

    .office-serv h1 {
        font-size: 24px;
    }

    .box h2 {
        font-size: 18px;
    }

    .office-serv .box {
        padding: 15px;
    }

    .office-servv h1 {
        font-size: 24px;
    }

    .office-servv .card h4 {
        font-size: 18px;
    }

    .main-info h1 {
        font-size: 24px;
    }

    #kit h1 {
        font-size: 24px;
    }

    #ourclients h1 {
        font-size: 24px;
    }

    .copy p {
        font-size: 10px;
    }

    .carousel-caption {
        bottom: 18px !important;
    }

    .carousel-caption h1 {
        font-size: 14px;
    }

}