body {
    font-family:  'Barlow', Arial, Verdana, sans-serif !important;
    overflow-x: hidden;
}

.wrapper {
    z-index: 9999;
    width: 100%;
    top: 0;
}

/* active */
body .active1 {
    color: #eb7f2c !important;
}
.hide {
    display: none;
}

@media screen and (max-width: 1200px) {
    .hide {
        display: block;
    }
}

/* margin */

.ml-30 {
    margin-left: -3rem;
}

/* font-size */

a {
    font-size: 14px;
    line-height: 16px;
    color: #eb7f2c;
    font-weight: bold;
    text-align: center;
}
.fs-14 {
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 600 !important;
    color: #1d2029 !important;
    font-style: normal;
}
@media screen and (max-width: 1024px) {
    .fs-14 {
        font-size: 12px;
        line-height: 22px;
        text-transform: uppercase;
        font-weight: 700 !important;
        color: #1d2029 !important;
        font-style: normal;
    }
}
.fs-28 {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #2063a3;
    font-style: normal;

}

.fs-15 {
    font-weight: 500 !important;
    font-size: 1.5rem !important;
    line-height: 18px;
    text-transform: capitalize;
    color: #1d2029 !important;
}
.fs-18 {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #1d2029;
    font-weight: 600 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: normal;
}
.line {
    width: 80px;
    margin: 0 auto;
}
.title {
    font-size: 4.8rem;
    line-height: 5.8rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
}
.sub-title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    text-align: left;
    color: #2063A3;
    margin-bottom: 48px;
    margin-top: 52px;
}
@media screen and (max-width: 568px) {
    .sub-title {
        font-size: 18px;
        font-style: normal;
        line-height: 33px;
        font-weight: 700;
        text-transform: uppercase;
        color: #2063a3;
        text-align: center;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .sub-title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        margin-top: 0;
    }
}
.desc {
    font-weight: bold;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    text-transform: uppercase;
}
.desc-sub {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    text-align: center;
}
.lg-number {
    font-weight: 100;
    font-size: 12rem;
    line-height: 14.4rem;
    text-transform: capitalize;
    color: #f57600;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    width: 46px;
    height: 46px;
    bottom: 105px;
    /* highlight 2 */
    right: 20px;
    background-color: #eb7f2c;

    z-index: 99; /* Make sure it does not overlap */
    border-radius: 50%;
    border: none;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .sub-title {
        font-size: 32px;
    }
  }
  @media screen and (max-width: 767px) and (min-width: 481px) {
    .sub-title{
        font-size: 32px;
    }
  }
#myBtn:hover {
     /* Add a dark-grey background on hover */
    background: #d2e0ed;
}

.line{
    width: 111px;
    height: 2px;
    background-color:var(--secondary) ;
    z-index: 10;
    margin-left: 0;
}
.form-select {
    width: 65px;
    height: 32px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
*:focus {
    outline: none;
    box-shadow: none;
}
