@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');



* {
    margin: 0;
    padding: 0;
}

/* section 1*/
.header {
    background-color: #FFF1EB;
    font-family: 'Poppins', sans-serif !important;
      position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; 

}

.navh:hover {
    color: #E17446 !important;
}

.text1 {
    color: #E17446 !important;
}



.nav-btn button {
    background-color: #E17446;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    color: white;

}

.nav-btn button:hover {
    background-color: #E17446;
    border-right: 3px solid black;
    border-bottom: 3px solid black;

}

.navbar-toggler-icon {
    color: white !important;
}

@media (max-width: 1200px) {
    .navh {
        font-size: 13px;
    }
}


/* section 2 */
.home-section2 {
    position: relative;
    width: 100%;
    min-height: 550px;
    background: linear-gradient(rgba(9, 58, 99, 0.8), rgba(96, 24, 12, 0.8)),
        url('../images/back-img-1.png') center center/cover no-repeat;
    opacity: 1;
    color: #fff;
}

.home-section2 h1 {
    color: #FFFFFF;
    font-family: "Space Mono", monospace !important;
    font-weight: 500;
    font-size: 40px;
}



.home-section2 p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.home-content ul {
    padding: 0;
    font-weight: 600;

}

.home-content ul li {
    list-style: none;
}

.icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon i {
    color: #E17446;
    font-size: 20px;
}

.badge1 {
    background-color: #FFF1EB;
    color: #E17446;
    border-color: #E17446;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
}

.home-content {
    position: relative;
    z-index: 2;

}

.btn-purple {
    background-color: #E17446;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 50px;
    border: none;
}

.btn-purple:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .home-section2 h2 {

        font-size: 10px;
    }

    .break-line {
        display: none;
    }
}

@media (max-width: 430px) {
    .home-section2 h2 {

        font-size: 10px;
    }

    .break-line {
        display: none;
    }
}

/* section 2 contact form */
.quote-card {
    background: #fff;
    border-radius: 20px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.quote-card h2 {
    font-family: "Space Mono", monospace !important;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.form-control {
    background-color: #f7f6f6;
    border: none;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
}

.form-select {
    background-color: #f7f6f6;
    border: none;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
}

.btn-submit {
    background-color: #E17446;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    font-weight: 500;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #c85a2f;
}

/*----------------------------------------------*/
#gform_wrapper_1 .gfield input[type="text"],
#gform_wrapper_1 .gfield input[type="email"],
#gform_wrapper_1 .gfield input[type="number"],
#gform_wrapper_1 .gfield select {
        background-color: #f7f6f6;
  width: 100%;
  padding: 10px 12px;
      margin-bottom: 15px;

  border: 1px solid #d1d5db;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 15px;
}
#gform_wrapper_1 .gfield textarea{
           background-color: #f7f6f6;
  width: 100%;
  padding: 10px 12px;
      margin-bottom: 15px;

  border: 1px solid #d1d5db;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 15px;
  height: 8rem;

}


/* label style */
#gform_wrapper_1 .gfield_label {
  font-weight: 600;
  margin-bottom: 6px;
  /*display: block;*/
}

/* submit button */
#gform_submit_button_1 {
     background-color: #E17446;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    border: none;
    font-weight: 500;
    padding: 10px 0;
    transition: all 0.3s ease;
}

#gform_submit_button_1:hover {
     background-color: #c85a2f !important;
     color: black;

}


/* small responsive tweak */
@media (max-width: 480px) {
  #gform_wrapper_1 { padding: 12px; }
}
/*-------------------------------------------------*/

/* section 3 */

.section3 {
    background: linear-gradient(to bottom, #220111, #E17446);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 40px 0;
}

.section3-title {
    font-family: "Space Mono", monospace !important;
    margin-bottom: 40px;
}

.section3-title span {
    background: linear-gradient(to right, #220111, #E17446);
    font-family: 'Poppins', sans-serif !important;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 20px;
    display: inline-block;
    color: #fff;
}

.section-title h2 {
    font-family: "Space Mono", monospace !important;
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
}

.card-custom {
    background: #05203c;
    border: 1px solid #ff7f50;
    border-radius: 10px;
    padding: 10px 10px 0px 10px;
    transition: all 0.3s ease;
}

.card-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.card-custom h2 {
    font-family: "Sharp Grotesk", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0px 0px 10px;
}

.card-custom p {
    font-family: 'Poppins', sans-serif !important;
    color: white;
    font-size: 14px;
    line-height: 1.6;
}

.card-3-p {
    margin-bottom: 50px !important;
}

.card-5-p {
    margin-bottom: 48px !important;

}

.card-custom a {
    color: #E17446;
    text-decoration: none;
    font-weight: 600;
}

.card-custom a:hover {
    color: white;
}

.card-icon {
    color: white;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-icon img {
    width: 40px;
}

/* section 4 */

.section4 {
    background: linear-gradient(to right, #e17446e1 10%, lab(5.1% -2.31 -10.25 / 0.897) 30%);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 60px 0;
}

.about-text h6 {
    background: linear-gradient(to right, #220111, #E17446);
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 8px 40px;
    border-radius: 20px;
    font-size: 20px;
}

.about-text h2 {
    font-family: "Space Mono", monospace !important;
    font-size: 35px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.1;
}



.about-text p {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.about-image img {
    width: 100%;
    object-fit: cover;
}

.btn-custom {
    font-family: "Space Mono", monospace !important;
    background: #E17446;
    color: #fff;
    border: none;
    padding: 10px 50px;
    margin-bottom: 13px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: #ff8c5a;
    color: #fff;
}

.stats-box {
    background: #012B47;
    text-align: center;
    border-radius: 15px;
    padding: 20px 20px;
    margin: 40px;
    font-size: 11px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 1);
}

.stats-item h3 {
    color: #E17446;
    font-weight: 600;
}

.stats-item p {
    color: #ccc;
    margin-bottom: 0;
}


@media (max-width: 575px) {
    .about-text h2 br {
        display: none;
    }

    .about-text h2 {
        font-size: 35px;
    }

    .Customized-text h2 {
        font-size: 10px;
    }
}

/* section 5 */
/* part A */
.section5 {
    background: #220111;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 60px 0;
}

.Customized-text h2 {
    font-family: "Space Mono", monospace !important;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.1;
}


.Customized-text p {
    color: #e0e0e0;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.Customized-image img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .Customized-text h2 {
        font-size: 35px;
    }
}

/* part B Cards*/

.section5-card {
    background: linear-gradient(to right, #3A040F 15%, #A8471E 100%);
    border: 1px solid #ff7f50;
    border-radius: 10px;
    padding: 10px 10px 0px 10px;
    transition: all 0.3s ease;
}

.section5-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.section5-card h2 {
    font-family: "Space Mono", monospace !important;
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0px 0px 10px;
}

.section5-card p {
    font-family: 'Poppins', sans-serif !important;
    color: white;
    font-size: 14px;
    line-height: 1.6;
}

/* section 6 */
.section6 {
    background: linear-gradient(to right, #E3A18B, #F9D2C6);
    justify-items: center;
    align-content: center;

}

.seo-section6 {
    background-color: #0B2B3E;
    color: #fff;
    border-radius: 15px;
    max-width: 1100px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.seo-title {
    font-family: "Space Mono", monospace !important;
    text-align: center;
    margin-bottom: 40px;
}

.seo-card {
    background-color: transparent;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.seo-card-content h5 {
    font-family: "Space Mono", monospace !important;
    font-size: 20px;

}

.seo-card-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.seo-card:hover {
    transform: translateY(-5px);
}

.seo-card-icon img {
    width: 40px;
    margin-top: 10px;

}

/* section 7 */

@font-face {
    font-family: "Sharp Grotesk";
    src: url("fonts/SharpGrotesk.woff2") format("woff2"),
        url("fonts/SharpGrotesk.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.section7 {
    background: linear-gradient(135deg, #260511, #220111, #8C2E22);
    color: #fff;
    margin: 0;
    padding: 0;
}

.seo-agency-section7 {
    padding: 80px 20px;
    max-width: 1200px;
    margin: auto;
}

.highlight-btn {
    display: inline-block;
    background: linear-gradient(to right, #467C9C, #E17446);
    color: #fff;
    border-radius: 25px;
    margin-bottom: 20px;
    font-size: 18px;
}

.section7-content h2 {
    font-family: "Space Mono", monospace !important;
    color: #ffff;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1;
    z-index: 1;
}

.section7-content p {
    font-size: 15px;
    color: #ffff;
    margin-bottom: 20px;
}

.call-btn {
    font-family: "Space Mono", monospace !important;
    background: #E17446;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    transition: all 0.3s ease;

}

.call-btn:hover {
    background: #b75430;
}

.right-col h4 {
    font-family: "Space Mono", monospace !important;
    font-size: 30px;

}

.seo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-list li {
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.seo-icon img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.seo-list li::before {
    color: #E17446;
    font-weight: bold;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .section7-content h2 {
        font-size: 1.9rem;
    }

    .right-col h4 {
        font-size: 23px;
        text-align: center;

    }

}

@media (max-width: 991px) {
    .seo-agency-section {
        text-align: center;
    }

    .seo-list {
        text-align: left;
        display: inline-block;
    }
}


/* section 8 */

.seo-process {
    background: #00131F;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.seo-process .badge {
    background: linear-gradient(to right, #467C9C, #E17446);
    font-size: 18px;

    font-weight: 500;
}

.seo-process h2 {
    font-family: "Space Mono", monospace !important;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
}

.timeline {
    position: relative;
}

.timeline-line {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    padding: 0;	
    width: 2px;
    background: #fff3;
    transform: translateX(-50%);
}

.seo-process-box {
    background: transparent;
    color: #ccc;
    padding: 30px 0 !important;
    position: relative;
}

.seo-process-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E17446;
    font-size: 2rem;
    gap: 15px;
}

.seo-process-icon img {
    width: 35px;
}

.seo-process-icon h4 {
    margin-top: 11px;
    font-size: 25px;


}

.step-title {
    font-family: "Space Mono", monospace !important;
    color: #fff;
    font-size: 2rem;
}

.seo-process-box p {
    font-size: 0.95rem;
    color: #c5c5c5;
    max-width: 90%;
    margin: auto;
}

@media (max-width: 767px) {
    .timeline-line {
        display: none;
    }

    br {
        display: none;
    }

    .step-box {
        text-align: center;
        margin-bottom: 2rem;
    }

    .step-box p {
        max-width: 100%;
    }
}

/* section 9 */

.section9 {
    background: linear-gradient(to bottom, #220111, #E17446);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 40px 0;
}

.section9-title {
    margin-bottom: 40px;
    justify-items: center;
}

.sub-title {
    max-width: 40rem;

}


.section9-title h2 {
    font-family: "Space Mono", monospace !important;
    color: white;
    font-size: 40px;
    margin-top: 15px;
}


.section9-card {
    font-family: "Poppins", sans-serif;
    background: #05203c;
    border: 1px solid #ff7f50;
    border-radius: 10px;
    padding: 0px 20px;
    /* height: 75vh !important; */
    height: 26rem;
    transition: all 0.3s ease;
}

.section9-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.section9-card h2 {
    font-family: "Space Mono", monospace !important;
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0px 0px 10px;
}

.section9-card p {
    font-family: 'Poppins', sans-serif !important;
    color: white;
    font-size: 14px;
    line-height: 1.6;
}

.card-3-p {
    margin-bottom: 50px !important;
}

.card-5-p {
    margin-bottom: 48px !important;

}

.card-custom a {
    color: #E17446;
    text-decoration: none;
    font-weight: 600;
}

.section9-card a:hover {
    color: white;
}

.sec9-card-icon {
    color: white;
    margin-bottom: 15px;
    /* display: flex; */
    justify-items: center;
    gap: 10px;
}

.sec9-card-icon img {
    width: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* section 10 */
.section10 {
    background: #FFF1EB;
    padding: 60px 0;
}

.service10-text h2 {
    font-family: "Space Mono", monospace !important;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.1;
}

.service10-text h4 {
    font-size: 20px;
}

.service10-text p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.service10-image img {
    width: 47vw;
    object-fit: cover;
}

@media (max-width: 575px) {
    .secrvice-text h2 br {
        display: none;
    }

    .service-text h2 {
        font-size: 35px;
    }


    .service10-image img {
        object-fit: cover;
    }

}

@media (max-width: 1264px) {


    .service10-image img {
        width: 100%;
        object-fit: cover;
    }

}


/* section 11  */

/* part A */
.section11 {
    background: #220111;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 60px 0;
}

.section11-text h2 {
    font-family: "Space Mono", monospace !important;
    max-width: 80vw;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.1;
}



.section11-text p {
    color: #e0e0e0;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 25px;
}


@media (max-width: 565px) {
    .section11-text h2 {
        font-size: 22px;
        
    }
     br{
        display: none;

     }

     
.section11-text p {
    font-size: 10px;
 
}

}

/* part B Cards*/

.section11-card {
    background: linear-gradient(to right, #3A040F 15%, #A8471E 100%);
    border: 1px solid #ff7f50;
    border-radius: 10px;
    padding: 10px 10px 0px 10px;
    transition: all 0.3s ease;
}

.section11-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.section11-card h2 {
    font-family: "Space Mono", monospace !important;
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0px 0px 10px;
}

.section11-card p {
    color: white;
    font-size: 14px;
    line-height: 1.6;
}

.section11-botomn {
    justify-items: center;
}

.section11-botomn h3 {
    font-family: "Space Mono", monospace !important;
    color: #E17446;


}

.section11-botomn p {
    max-width: 47rem;
    font-family: 'Poppins', sans-serif !important;

}


/* section 11 */

.section11 {
    border-top: 2px solid rgba(212, 175, 55, 0.2);
    background-color: #220212;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.section11-title {
    font-family: "Space Mono", monospace !important;
    font-weight: 500;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.review-card {
    background-color: #01253D;
    border: 2px solid #E17446;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
    transition: transform 0.3s ease;

}

.review-card:hover {
    transform: translateY(-5px);
}

.stars {
    display: flex;
    flex-direction: row;
    gap: 13px;
}

.badge2 {
    background: linear-gradient(to right, #467C9C, #E17446);
    justify-items: center;
}

.stars i {
    color: #d4af37;
    font-size: 1.2rem;
    margin-right: 3px;
}

.quote {
    font-weight: 500;
    font-size: 0.8rem;
}

.quote2 {
    font-weight: 500;
    font-size: 0.78rem;
}

.author {
    margin-top: 1rem;
    font-size: 0.8rem;
}

.review-card h4 {
    font-size: 17px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .review-card {
        margin-bottom: 1rem;
    }
}

/* section 13 */
.section13 {
    background: #f2ded6;
    font-family: 'Poppins', sans-serif;
}

.growth-section {
    background: linear-gradient(to right, #611618, #b14c26);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.growth-text h2 {
    font-family: "Space Mono", monospace !important;
    font-weight: 600;
    font-size: 2.3rem;
    margin-bottom: 20px;
}

.growth-text p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #f1f1f1;
}

.btn-proposal {
    background-color: #E17446;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

.btn-proposal:hover {
    background-color: #ff9677;
}

.btn-contact {
    border: 1px solid #E17446;
    color: #fff;
    background: transparent;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background-color: #e57b5f;
}

.rocket-img {
    width: 40vh;
    float: right;
}

/* Responsive */
@media (max-width: 768px) {
    .growth-section {
        flex-direction: column;
        text-align: center;
    }

    .btn-proposal {
        margin-bottom: 20px;
    }

    .rocket-img {
        margin-top: 30px;
    }
}

/* section 14 */

.faq-section {
    background-color: #00131F;
    padding: 80px 0;
}

.faq-title {
    font-family: "Space Mono", monospace !important;
    color: white;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.accordion-item {
    color: white;
    border: 2px solid #E17446;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-item h2 {
    color: #fff;
}


.accordion-button {
    background: linear-gradient(to right, #3A040F, #A8471E) !important;
    color: white !important;
    font-size: 15x !important;
    font-family: "Space Mono", monospace !important;
    font-weight: 500;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: none;
}

.accordion-body {
    background: #0b263a;
    color: #d9d9d9;
}

.accordion-button::after {
    filter: invert(1);
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 1.6rem;
    }
}

/* section 15 */
.section15 {
    background-color: #011A2B;
}

.we-are-on h2 {
    font-size: 2rem;
    letter-spacing: 0.5px;
}

.brand-logo {
    max-height: 60px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.brand-logo:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* section 16 */

.section16 {
  background: linear-gradient(to right, #3A040F, #A8471E);
}

.section16-h2 {
  font-family: "Space Mono", monospace !important;
  font-size: 40px;
  line-height: 3rem;
}

.left-colum-h5{
  font-family: "Space Mono", monospace !important;
  font-size: 20px;
}

.right-column h6{
  font-family: "Space Mono", monospace !important;
  font-size: 16px;
}
.badge.bg-gradient {
  background: linear-gradient(to right, #003151, #E17446) !important;
  color: #fff;
  font-size: 1rem;
}

.btn-gradient {
  background-color: #E17446 !important;
  color: white !important;
  border: none;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  opacity: 0.85;
  transform: scale(1.03);
}

/* footer */
.footer {
  background: linear-gradient(90deg, #fdf1ec, #f8d7c7);
  color: #222;
  padding: 60px 0 20px;
}

.footer h6 {
  font-family: "Space Mono", monospace !important;
  font-size: 20px;
}

.footer a {
  color: #222;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s;
}

.footer a:hover {
  color: #ff7043;
  
}


.footer .social-icons a {
  color: #222;
  font-size: 25px;
  margin-right: 15px;
  transition: 0.3s;
}

.footer .social-icons a:hover {
  color: #ff7043;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

iframe {
  border: 0;
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

@media (max-width: 767px){
    iframe{
        width: 100%;
        margin-top: 30px !important;
    }
}


a.nav-link:hover, .current_page_item a.nav-link {
 color: #E17446;
}

.col-6.col-md-3.col-lg-2.offset-lg-1 {
    margin-left: 1px;
}

