.tp-bgimg.defaultimg {
    filter: blur(10px) !important;
    /*Adjust this to your preferred image opacity*/
}

.custom-yellow-color {
    color: #52D3D8;
}

.custom-small-header-title {
    color: #A0A4A8;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.custom-main-header-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #013A59;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 10px;
}

.custom-horizontal-line {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #52D3D8;
    transform: translateY(-0.3rem);
}

.custom-rectangle-line {
    display: inline-block;
    margin-left: -3px;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg) translateY(-0.3rem);
    background-color: #52D3D8;
}

.custom-arrow {
    margin-left: -10px;
    border: solid #52D3D8;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.custom-service-box {
    display: inline-flex;
    padding: 60px 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 12px 24px 0px rgba(80, 80, 80, 0.07);
}

.custom-service-box-header {
    color: #013A59;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: 0.48px;
}

.custom-service-box-text {
    color: #52575C;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.72px;
    letter-spacing: 0.32px;
    padding: 0px 8.86px 0.16px 7.14px;
}

.custom-about-us-text {
    color: #52575C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.72px;
    text-align: justify;
}

.custom-text-counter {
    color: #6C757D;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.custoom-footer-widget-title {
    color: #013A59;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#copyright {
    color: #013A59;
}

.custom-subscribe-home-block {
    background-color: #013A59;
    padding: 20px;
    margin: 3px;
    border-radius: 10px;
}

.custom-subscribe-home-block-header {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.custom-subscribe-home-block-text {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-subscribe-form-input {
    border-radius: 8px !important;
    background: #FFF !important;
}

.custom-about-us-page-block {
    background-color: #013A59;
    padding: 20px;
    margin: 3px;
    border-radius: 10px;
}

.custom-about-us-page-block .wprt-counter .custom-number-counter {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-about-us-page-block .wprt-counter .custom-text-counter {

    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.custom-wprt-image-box {
    background: #F5F5F5;
    text-align: center;
    border-radius: 20px;
}

.custom-team-name {
    color: #000;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 202.5%;
    margin: 0 !important;
}

.custom-team-title {
    color: #8B8B8B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 202.5%;
    margin: 0 !important;
}

.custom-team-img>img {
    height: auto;
    width: 123px;
}

.custom-client-figure {
    border-radius: 12px;
    border: 1px solid #E0E0E0;
}

.custom-bordered-rectangle {
    border-radius: 4px;
    border: 1px solid #666;
}

.custom-contact-us-block,
.custom-contact-info-block {
    text-align: center;
}

.custom-contact-us-form,
.custom-contact-info-form {
    text-align: left;
    display: inline-flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    width: 100% !important;
}

.custom-contact-us-form-controls,
.custom-contact-info-form-controls {
    width: 100%;
    border-top: 1px solid #8080802e;
    padding-top: 25px;
}

.custom-contact-us-form-title,
.custom-contact-info-form-title {
    color: #181C32;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0 !important;
}

.custom-contact-us-form-group {
    width: 100% !important;
}

.custom-contact-us-form-input-label {
    color: #181C32 !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
}

.custom-contact-us-form-input {
    border-radius: 8px !important;
    border: 1px solid #E0E0E0 !important;
    background: #FFF !important;
    margin-bottom: 5px !important;
}

.custom-contact-us-form-btn-group {
    width: 100%;
    padding-top: 20px;
}

.custom-contact-us-form-btn {
    width: 100%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 8px;
    background: #52D3D8;
}

.custom-contact-info-img {
    border-radius: 12px;
    background: rgba(63, 125, 200, 0.10);
    padding: 10px;
}

.custom-need-help-form-title {
    color: #013A59;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.custom-toggle-title {
    color: #013A59;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.custom-quote {
    color: #52D3D8;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 128px;
    font-variant: all-small-caps;
}

.custom-fa-search {
    position: absolute;
}

.custom-icon {
    padding: 15px;
    font-size: 20px;
}

.custom-service-box-2 {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 82, 75, 0.04);
    padding: 15px;
    margin-bottom: 15px;
    line-height: 40px;
}

.custom-service-title {
    color: #0E1E33;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.custom-service-subtitle {
    color: #989898;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.custom-service-desc {
    color: #666;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.custom-service-box-2:hover {
    background-color: #013A59;
}

.custom-service-box-2:hover>.custom-service-title,
.custom-service-box-2:hover>.custom-service-subtitle,
.custom-service-box-2:hover>.custom-service-desc {
    color: #FFF;
}

.custom-main-header-text {
    color: #0E1E33;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.custom-service-benefits-title {
    color: #0E1E33;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.custom-service-benefits-desc {
    color: var(--Basic-Body, #666);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 187.5% */
}

.custom-testimonial-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.custom-testimonial-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

input[type=submit]:disabled,
input[type=submit][disabled]{
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed !important;
}