
.modal {
    z-index: 10000 !important;
}

.module-box ul li a {
    text-decoration: none !important;
}

.sina-nav .sina-menu .dropdown .dropdown-menu > li:first-child > a:hover {
    color: #fff;
    background-color: #005bab;
    border-radius: 15px 15px 0 0 !important;
}

.sina-nav .sina-menu .dropdown .dropdown-menu > li:last-child > a:hover {
    color: #fff;
    background-color: #005bab;
    border-radius: 0 0 15px 15px !important;
}

.menu-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

    .menu-box h4 span {
        font-size: 14px;
        font-weight: normal;
        color: grey;
        margin-top: 10px;
    }

.menu-list {
    /*column-count: 3;
    padding: 20px !important;*/
    margin: 20px;
}



.on {
    color: white;
}

.info1 {
    width: 50%;
}

    .info1 p {
        font-size: 13px;
        text-align: justify;
        margin-top: 20px;
    }

.info2 {
    width: 50%;
}



.carousel,
.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: unset;
}

.btn-outline-blue:hover {
    color: black;
}

#wa-widget-send-button {
    right: unset !important;
    left: 20px !important;
}

.btn-enquiry {
    margin-top: 0rem;
    font-size: 12px;
    font-weight: bold;
    position: fixed;
    bottom: 40%;
    font-size: 15px;
    border-radius: 5px;
    right: -40px;
    background: #02a75b;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px !important;
    padding: 0 15px 0 15px;
    text-transform: uppercase;
    z-index:2;
    rotate: 270deg;
}

    .btn-enquiry:hover {
        color: white;
    }

.modal-p {
    padding: 5px 20px;
    text-align: center;
    font-size: 20px;
    /* font-weight: bold; */
    color: #858585;
    border: 1px solid;
    border-radius: 10px;
}

.jup-list li {
    font-size: 13px;
}

.jup-list {
    list-style: none;
    padding: 0;
    column-count: 2;
}

    .jup-list li i {
        color: #f30b1e;
    }

#exampleModalx .modal-dialog {
    width: 25%;
    float: right;
    padding-right: 0 !important;
    margin-top: 0px;
    margin-right: -17px;
}

#exampleModalx .modal-content {
    border-radius: 0px !important;
}

#exampleModalx .modal-body {
    padding: 20px !important;
}

ul,
ol {
    list-style-position: inside;
}

textarea,
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='date'] {
    -webkit-appearance: none;
}

.link {
    color: #1980D8;
    cursor: pointer;
}

.cP {
    cursor: pointer;
}

.flex-center-v {
    display: flex;
    align-items: center;
}

/* COMMON STYLES */
.wf-form-component {
    padding: 7px 16px 60px;
}

.wf-form-paid {
    padding-bottom: 45px;
}

.wf-parent {
    box-sizing: border-box;
    overflow: auto;
}

.wf-wrapper * {
    box-sizing: border-box;
}

.wf-wrapper {
    width: 100%;
    max-width: 700px;
    border-radius: 10px;
    margin: auto;
    border: none;
    background-color: #fff;
    color: #222;
    box-shadow: 0px 0px 2px 0 #00000033;
}

.iframe-container {
    height: 100%;
    width: 100%;
    border: none;
    min-height: 365px;
}

.wf-header {
    font-size: 18px;
    padding-bottom: 0;
    font-weight: bold;
    word-break: break-word;
    margin-left: 13px;
}

.wf-row:last-child {
    margin-bottom: 0;
}

.wf-label {
    padding: 7px 0;
    word-break: break-word;
}

.wf-field {
    text-align: left;
    word-break: break-word;
    border: 0;
    position: relative;
    width: 100% !important;
}

.wf-field-inner {
    position: relative;
    display: flex;
    flex: 1;
}

.wf-field-input:focus {
    border: 1px solid #30c384;
}

.wf-input-focus.wf-field::after {
    opacity: 1;
}

.wf-field-error-active {
    margin-bottom: -10px;
}

    .wf-input-focus.wf-field::after,
    .wf-field-error-active.wf-field .wf-field-error {
        display: block;
    }

    .wf-field-error-active.wf-field .wf-field-input {
        border: 1px solid #FD6B6D;
        box-shadow: 0 0 1px 1px #F4A2A2;
    }

.wf-field-mandatory .wf-field-inner::before {
    content: '';
    position: absolute;
    left: 0px;
    background-color: #ff6a6a;
    width: 3px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 2;
    top: 0;
    bottom: 0;
}

.wf-field-input,
.wf-field-dropdown {
    width: 100%;
    border: 1px solid #BDC8D3;
    border-radius: 4px;
    padding: 0px 15px;
    min-height: 38px;
    font-size: 15px;
    font-family: inherit;
}

select:not([data-wform-field='select-multiple']) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='34' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-color: #fff;
    min-width: 70px;
}

input,
select {
    background-color: #fff;
}

.wf-field-item {
    min-height: 38px;
}

.wf-time-field-wrapper {
    display: flex;
    flex: 1;
}

    .wf-time-field-wrapper select {
        margin-left: 10px;
    }

.wf-form-component .wf-field-error,
.wf-form-component .wf-field-help-text {
    text-align: left;
}

.wf-field-error {
    color: #FF5050;
    font-size: 12px;
    margin-top: 4px;
    display: none;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.wf-field-help-text {
    color: #515159;
    font-size: 12px;
    margin-top: 5px;
}

.wf-field-help-text-link {
    text-decoration: none;
}

.wf-field-checkbox {
    cursor: pointer;
    border-radius: 3px;
    min-width: 14px;
    min-height: 20px;
    box-sizing: initial;
    accent-color: #31C486;
    margin-right: 10px;
    margin-bottom: auto;
}

.wf-field-dropdown-date {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

.wf-field-dropdown-date {
    border: 1px solid #BDC8D3;
}

    .wf-field-dropdown-date:hover {
        border: 1px solid #65C199;
    }

.wform-field-item-upload-input {
    min-height: 5rem;
    background-color: #FBFCFD;
    border: 1px dashed #bdc8d3;
    line-height: 2.1;
    cursor: pointer;
}

    .wform-field-item-upload-input:focus {
        border: 1px dashed #bdc8d3;
    }

.wform-file-upload-input-label {
    background-color: #fff;
    background-image: linear-gradient(to top, #F5F8FA, #ffffff);
    color: #212129;
    border-color: #d3dbe3;
    border: 1px solid #d3dbe3;
    border-radius: 4px;
    padding: 0.7rem 2rem;
    font-size: 1.4rem;
    right: 1rem;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

input[type='file']::file-selector-button,
input[type='file']::-webkit-file-upload-button {
    opacity: 0;
    width: 0;
    height: 28px;
}

.wf-row[data-ux-field-appearance='captcha'] .wf-field {
    align-items: center;
}

.wform-field-item-captcha-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wf-field-captcha-img-wrap {
    border: 1px solid #BDC8D3;
    border-radius: 4px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: initial;
    overflow: hidden;
    min-width: 120px;
}

.wf-field-captcha-img {
    height: 38px;
    width: 100%;
}

.reload-img {
    font-size: 23px;
    color: #4B5569;
    margin-right: 5px;
}

.reload-captcha {
    margin-left: 10px;
    user-select: none;
}

.wf-btn {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    font-family: inherit;
}

.wform-btn-wrap {
    width: 100%;
}

.wform-poweredby-container {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #23384F;
    font-size: 13px;
    padding: 6px 8px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
}

/* ==================== *** Form Alignment *** ==================== */
.wf-form-component:not([data-ux-form-alignment='top']) .wf-row {
    display: flex;
}

.wf-form-component:not([data-ux-form-alignment='top']) .wf-label {
    word-break: break-word;
    width: 30%;
    padding: 1.2rem 1rem 0;
}

.wf-form-component[data-ux-form-alignment='left'] .wf-label {
    text-align: left;
    padding-left: 0;
}

.wf-form-component[data-ux-form-alignment='right'] .wf-label {
    text-align: right;
}

.wf-form-component[data-ux-form-alignment='center'] .wf-label {
    text-align: center;
}

.wf-form-component:not([data-ux-form-alignment='top']) .wf-field {
    width: 70%;
}

.wf-form-component[data-ux-form-alignment='top'] .wform-btn-wrap {
    justify-content: flex-start;
}

.wf-form-component[data-ux-form-alignment='top'] .wf-label[data-ux-empty-label='true'] {
    padding: 0;
}

.wf-form-component[data-ux-form-alignment='top'] .reload-captcha {
    text-align: right;
}

.wf-row[data-ux-field-appearance='captcha'] .wf-field-inner {
    height: 38px;
}

.wf-row[data-ux-field-appearance='captcha'] .wf-field.wf-field-error-active {
    flex-wrap: wrap;
}

.wf-row[data-ux-field-appearance='captcha'] .wf-field-error {
    flex-basis: 100%;
    width: 100%;
}

/* ==================== *** Form Alignment ends *** ==================== */

/* ==================== *** css animations *** ==================== */
@keyframes shake {

    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/* ==================== *** css animations ends *** ==================== */

/* ==================== *** Mediaquery *** ==================== */
@media screen and (max-width: 1024px) {
    .wf-wrapper {
        max-width: 700px;
        width: calc(100% - 40px);
        border: 0;
    }

    .wf-field input[type=text],
    .wf-field select,
    .wf-field textarea {
        width: 100% !important;
    }

    .wf-label:empty {
        display: none;
    }

    .wf-field-checkbox {
        min-width: 18px;
        min-height: 18px;
    }
}

@media screen and (max-width: 768px) {
    #exampleModalx .modal-dialog {
        width: 100% !important;
    }

    .wf-wrapper {
        max-width: 700px;
        width: calc(100% - 40px);
        border: 0;
    }

    .wf-field input[type=text],
    .wf-field select,
    .wf-field textarea {
        width: 100% !important;
    }

    .wf-label:empty {
        display: none;
    }
}

@media screen and (max-width: 590px) {
    .wf-parent {
        padding: 20px 0;
    }

    .wf-wrapper {
        width: calc(100% - 40px) !Important;
        border: 0;
    }

    .wf-form-component {
        padding: 20px;
        padding-bottom: 60px;
    }

    .wf-field input[type=text],
    .wf-field select,
    .wf-field textarea {
        width: 100% !important;
    }

    .wf-label:empty {
        display: none;
    }

    .wf-row[data-ux-field-appearance='date-time'] .wf-field-inner {
        flex-direction: column;
    }

    .wf-row[data-ux-field-appearance='date-time'] .wf-time-field-wrapper {
        margin-top: 10px;
    }

    .wf-row[data-ux-field-appearance='date-time'] .wf-field-item:first-child {
        margin-left: 0;
    }

    .wf-row[data-ux-field-appearance='date-time'] .wf-field-item {
        flex: 1;
    }

    .wf-row[data-ux-field-appearance='captcha'] .wf-field {
        flex-direction: column;
    }

    .wf-row[data-ux-field-appearance='captcha'] .reload-captcha {
        margin-left: auto;
    }

    .wf-row[data-ux-field-appearance='captcha'] .wf-field-inner {
        width: 100%;
    }
}

/* ==================== *** Mediaquery ends *** ==================== */

.footer {
    /*background-image: url('../images/footer-bg.png');
    background-size: 100% 100%;*/
        background-color: rgb(43, 54, 116);
    color: white;
}

.foot-div1 {
    background-image: url('../images/contact-div.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    color: white;
}

    .foot-div1 h5 {
        margin-bottom: 0px;
    }

    .foot-div1 p {
        margin-bottom: 1px;
    }

    .foot-div1 .para1 {
        color: rgb(216, 214, 214);
        font-weight: bold;
        letter-spacing: 1px;
    }

.foot-div1 {
    margin-top: 20px;
}

.footer-list li {
    color: white;
    list-style: none;
    line-height: 2;
}

.footer-list {
    padding-left: 0;
}

    .footer-list a {
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
    }

.footer h4 {
    font-size: 17px;
    font-weight: bold;
}

.footer-list a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.social-on:hover {
    text-decoration: none !important;
}

.bottom-footer {
    padding: 10px;
    background-color: #005bab9c;
}

    .bottom-footer p {
        margin-bottom: 0;
    }

.social-icons li {
    display: inline;
}

    .social-icons li i {
        background-color: #005bab;
        color: white;
        border-radius: 0 0 50px 50px;
        padding: 10px;
    }

.social-icons {
    position: fixed;
    top: 0;
    right: 8%;
    z-index: 10000;
}

table tbody tr td {
    font-size: 13px !important;
}

.carousel-caption {
    top: 22% !important;
    position: absolute;
    right: unset;
    bottom: 20px;
    left: 8%;
    z-index: 10;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 40%;
    bottom: 0;
    z-index: 1;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4% !important;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s;
}

.banner-head {
    text-align: center;
}
.needs-1 .col-md-3 {
    padding-right:0px;
}
.catspultErp {
    text-align:center
}
.need-box {
    text-align:center;
}
.animated-border {
    border:none !important;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    border-radius: 15px;
    z-index: 1;
    overflow: hidden;
  }

  .animated-border::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(270deg, #ff6ec4, #7873f5, #4ADEDE, #ff6ec4);
    background-size: 600% 600%;
    border-radius: 15px;
    z-index: -1;
    padding: 5px;
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    animation: moveGradient 15s ease infinite;
  }

  @keyframes moveGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }