/*
  Theme Name: Name - Multipurpose HTML Template
  Author: Version001
  Support: Version001
  Web: https://version001.com/
  Email: NAFIULPUST@GMAIL.COM
  Description: Creative  HTML5 template By Version001
  Version: 1.0

*/

/*=== table of content ===*/

/*=== table of content ===*/

.logo {
    max-width: 300px;
}

.v-cta-link {
    color: #333333;
}

.v-cta-link:hover {
    text-decoration: underline;
}

.v-input-section input {
    padding: 15px 10px;
    border: 2px solid #ced4da;
}

.v-box-content h3 {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0 0 0;
}

.v-box-content p {
    font-size: 15px;
}

.v-box-img {
    height: 110px;
    overflow: hidden;
}

.v-button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
}

.v-button img {
    position: relative;
    top: -2px;
}

.v-button:hover {
    background-color: #209425;
}