/*footer css starts here*/

.footer {
    position: relative;
    z-index: 2;
    background-color: var(--firstcolor);
}

.footer .footer-outer {
    position: relative;
    overflow: hidden;
}

.footer .footer-outer:after {
    content: "";
    position: absolute;
    top: 148px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #fff 25.92%, #ffefe0 100%);
    z-index: -1;
}

.footer .contact-form-outer .contact-form,
.footer .career-form-outer .career-form {
    padding: 65px;
    background: linear-gradient(180deg, #262626 0%, #161f23 100%);
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 1199px) {
    .footer .contact-form-outer .contact-form,
    .footer .career-form-outer .career-form {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .footer .contact-form-outer .contact-form,
    .footer .career-form-outer .career-form {
        padding: 30px 15px 33px;
    }
}

.footer .contact-form-outer .contact-form .designation .form-control-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    color: #9e9e9e;
    background: url("../img/common/select-arrow.svg") bottom 50% right 20px no-repeat var(--firstcolor);
    padding: 0 20px;
}

.inputDnD {
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.inputDnD .para-text {
    color: #9e9e9e;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    display: block;
}

.form-group.inputDnD {
    min-height: 10em;
    position: relative;
}

.form-group.inputDnD {
    border: 2px dashed rgba(255, 255, 255, 0.3);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/*.form-group.inputDnD .inside-div{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: 2;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(255,255,255,0.05);*/
/*    border-radius: 10px;*/
/*    cursor: pointer;*/
/*    min-height: 10em;*/
/*    border: 2px dashed rgba(255,255,255,.3);*/
/*    transition: .3s cubic-bezier(.25, .8, .25, 1);*/
/*}*/

.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    min-height: 10em;
    outline: 0;
    visibility: visible;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

@media only screen and (max-width: 375px) {
    .inputDnD .form-control-file {
        min-height: 8.8em;
    }
}

.form-group.inputDnD.inputfiles .inside-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.form-group.inputDnD.inputfiles .inside-div img {
    width: 46px;
    aspect-ratio: 46/45;
}

.form-group.inputDnD.inputfiles #file-upload-filename {
    color: #5cbf5a;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    font-size: 14px;
}

@media only screen and (max-width: 375px) {
    .inputDnD .form-control-file:after {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .inputDnD .form-control-file:before {
        background-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .inputDnD .form-control-file:before {
        background-size: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .inputDnD .form-control-file:before {
        background-size: 30px;
        top: 20px;
    }
}

.footer .contact-form-outer .form-wrapper .form-group,
.footer .career-form-outer .form-wrapper .form-group {
    margin-bottom: 0;
}

.footer .contact-form-outer .contact-form .help-block,
.footer .career-form-outer .career-form .help-block {
    color: #dc3545 !important;
}

.footer .contact-form-outer .contact-form .form-group-outer,
.footer .career-form-outer .career-form .form-group-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .footer .contact-form-outer .contact-form .form-group-outer,
    .footer .career-form-outer .career-form .form-group-outer {
        grid-row-gap: 15px;
        grid-template-columns: 1fr;
    }
}

.footer .contact-form-outer .contact-form .start-form .form-group,
.footer .career-form-outer .career-form .start-form .form-group {
    margin-bottom: 20px;
}

.footer .contact-form-outer .contact-form .form-group-outer .form-group,
.footer .career-form-outer .career-form .form-group-outer .form-group {
    margin-bottom: 0;
}

.footer .contact-form-outer .contact-form .start-form .form-group .form-control,
.footer .career-form-outer .career-form .start-form .form-group .form-control {
    height: calc(2.6em + 0.75rem + 9px);
    padding: 0.375rem 1rem;
    color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 1799px) {
    .footer .contact-form-outer .contact-form .start-form .form-group .form-control,
    .footer .career-form-outer .career-form .start-form .form-group .form-control {
        height: calc(2.6em + 0.75rem + 5px);
    }
}

@media only screen and (max-width: 767px) {
    .footer .contact-form-outer .contact-form .start-form .form-group .form-control,
    .footer .career-form-outer .career-form .start-form .form-group .form-control {
        border-radius: 6px;
        height: calc(2.6em + 0.75rem + 5px);
        padding: 0.375rem 0.75rem;
    }
}

@media only screen and (max-width: 767px) {
    .footer .contact-form-outer .contact-form .start-form .form-group .form-control-textarea,
    .footer .career-form-outer .career-form .start-form .form-group .form-control-textarea {
        border-radius: 6px;
    }
}

.footer .contact-form-outer .contact-form .country-code .form-control-wrap select,
.footer .career-form-outer .career-form .country-code .form-control-wrap select,
.footer .career-form-outer .career-form .designation .form-control-wrap select {
    background: url("../img/common/select-arrow.svg") bottom 50% right 20px no-repeat var(--firstcolor);
}

.footer .contact-form-outer .contact-form .country-wrap,
.footer .career-form-outer .career-form .country-wrap {
    display: flex;
    gap: 20px;
}

.footer .contact-form-outer .contact-form .country-wrap .country-code,
.footer .career-form-outer .career-form .country-wrap .country-code {
    width: 300px;
}

@media only screen and (max-width: 767px) {
    .footer .contact-form-outer .contact-form .country-wrap .country-code,
    .footer .career-form-outer .career-form .country-wrap .country-code {
        width: 200px;
    }
}

.footer .contact-form-outer .contact-form .country-wrap .country-code .countryCode,
.footer .career-form-outer .career-form .country-wrap .country-code .countryCode,
.footer .career-form-outer .career-form .designation .form-control {
    -webkit-appearance: none;
}

.footer .contact-form-outer .contact-form .country-wrap .country-number,
.footer .career-form-outer .career-form .country-wrap .country-number {
    width: 100%;
}

.footer .contact-form-outer .contact-form .submit-btn,
.footer .career-form-outer .career-form .submit-btn {
    border: none;
    border-radius: 10px;
    transition: var(--transition);
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .footer .contact-form-outer .contact-form .submit-btn,
    .footer .career-form-outer .career-form .submit-btn {
        border-radius: 6px;
    }
}

.footer .contact-form-outer .contact-form .submit-btn:hover,
.footer .contact-form-outer .contact-form .submit-btn:focus,
.footer .career-form-outer .career-form .submit-btn:hover,
.footer .career-form-outer .career-form .submit-btn:focus {
    outline: none;
    box-shadow: none;
    transition: var(--transition);
}

@media only screen and (max-width: 767px) {
    .footer .contact-form-outer .contact-form .btn-wrap,
    .footer .career-form-outer .career-form .btn-wrap {
        margin-top: 0;
    }
}

.footer .footer-top {
    padding-bottom: 50px;
}

@media only screen and (max-width: 575px) {
    .footer .footer-top {
        padding-bottom: 35px;
    }
}

.footer .footer-top .footer-logo-wrap {
    max-width: 200px;
}

@media only screen and (max-width: 767px) {
    .footer .footer-top .footer-logo-wrap {
        max-width: none;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-top .footer-logo-wrap {
        max-width: none;
        margin-bottom: 10px;
    }
}

.footer .footer-top .footer-logo-wrap .small-logo img {
    width: 76px;
    aspect-ratio: auto 76/76;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 991px) {
    .footer .footer-top .right-side {
        display: flex;
        flex-direction: column-reverse;
    }
}

.footer .footer-top .right-side .topside {
    padding: 0 0 50px 0;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .footer .footer-top .right-side .topside {
        padding: 0 0 30px;
    }
}

@media only screen and (max-width: 991px) {
    .footer .footer-top .right-side .topside {
        padding: 20px 0 0;
    }
}

.footer .footer-top .right-side .topside:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .footer .footer-top .right-side .topside:after {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .footer .footer-top .right-side .topside:after {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .footer .footer-top .right-side .topside .items{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-top .right-side .topside .contact-queries {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-top .right-side .topside .contact-queries.last {
        margin-bottom: 0;
    }
}

.footer .footer-top .right-side .bottomside {
    padding: 50px 0 0 0;
}

@media only screen and (max-width: 1199px) {
    .footer .footer-top .right-side .bottomside {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer .footer-top .right-side .bottomside {
        padding:0;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-top .right-side .bottomside .item {
        margin-bottom: 10px;
    }
}

.footer .footer-top .right-side .bottomside .footer-link-outer .card{
    background-color: transparent;
    margin: 0;
    border: none;
    border-radius: 0;
}

.footer .footer-top .right-side .bottomside .footer-link-outer .card-header{
    padding: 0;
    background-color: transparent;
}

.footer .footer-top .right-side .bottomside .footer-link-outer .card-header button{
    display: block;
    width: 100%;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: none;
    text-align: left;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.footer .footer-top .right-side .bottomside .footer-link-outer .card-header button[aria-expanded="true"] .icon img{
    transition: 0.3s ease-in-out;
    transform: rotate(45deg);
}

.footer .footer-top .right-side .bottomside .footer-link-outer .flinks-main{
    display: flex;
    align-items: start;
    gap: 10px;
    justify-content: space-between;
}

.footer .footer-top .right-side .bottomside .footer-link-outer .flinks-main .icon{
    flex: 0 0 auto;
    position: relative;
    top: 2px;
}

.footer .footer-top .right-side .bottomside .footer-link-outer .flinks-main .icon img{
    width: 16px;
    aspect-ratio: auto 16 / 16;
    height: auto;
    transition: 0.3s ease-in-out;
    transform: rotate(0);
}

.footer .footer-top .right-side .bottomside .footer-link-outer .card-body{
    border-bottom: 1px solid rgba(210, 213, 225, 1);
    padding: 15px 0;
}

.footer .footer-top .right-side .bottomside .last-one {
    padding-left: 23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .footer .footer-top .right-side .bottomside .last-one {
        padding-left: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer .footer-top .right-side .bottomside .last-one {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .footer .footer-top .right-side .bottomside .last-one {
        display: flex;
        justify-content: start;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        gap: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-top .right-side .bottomside .service-links ul {
        display: block;
        overflow-x: auto;
        overflow: visible;
    }
}

.footer .footer-top .right-side .bottomside .new-service-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 991px) {
    .footer .footer-top .right-side .bottomside .new-service-outer{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 375px) {
    .footer .footer-top .right-side .bottomside .new-service-outer .new-services li a{
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-top .right-side .bottomside .footer-link-outer ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-top .right-side .bottomside .footer-link-outer ul li{
        border-right: none;
        padding-right: 0;
        margin:0;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-top .right-side .bottomside .footer-link-outer ul li a{
        font-size: 14px;
    }
}


@media only screen and (max-width: 575px) {
    .footer .footer-top .right-side .bottomside ul {
        display: flex;
        justify-content: start;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        gap: 10px;
    }
}

.footer .footer-top .right-side .bottomside ul li {
    margin: 4px 0;
}

@media only screen and (max-width: 575px) {
    .footer .footer-top .right-side .bottomside ul li {
        position: relative;
        padding-right: 10px;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-top .right-side .bottomside .service-links ul li {
        border-right: none;
        padding-right: 0;
    }
}

@media only screen and (max-width: 375px) {
    .footer .footer-top .right-side .bottomside .service-links ul li a{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer .footer-top .right-side .bottomside ul.last-one li {
        position: relative;
        padding-right: 10px;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer .footer-top .right-side .bottomside ul.last-one li:last-child {
        padding-right: 0;
        border-right: none;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-top .right-side .bottomside ul li:last-child {
        padding-right: 0;
        border-right: none;
    }
}

@media only screen and (max-width: 375px) {
    .footer .footer-top .right-side .bottomside ul li a{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer .footer-top .right-side .bottomside .address-block .para-content {
        max-width: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .footer .footer-top .right-side .bottomside .address-block {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .footer .footer-top .right-side .bottomside .address-block {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .footer .footer-top .right-side .bottomside .follow-us {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-top .right-side .bottomside .follow-us {
        margin-bottom: 0;
    }
}

.footer .footer-top .right-side a:hover,
.footer .footer-top .right-side a:focus {
    color: var(--secondcolor);
    text-decoration: underline;
}

.footer .footer-bottom {
    padding-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .footer .footer-bottom {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-bottom {
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .footer .footer-bottom .bottom-links ul {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .footer .footer-bottom .bottom-links ul {
        margin-top: 10px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
}

@media only screen and (max-width: 530px) {
    .footer .footer-bottom .bottom-links ul {
        justify-content: start !important;
    }
}

@media only screen and (max-width: 375px) {
    .footer .footer-bottom .bottom-links ul {
        justify-content: start !important;
    }
}

.footer .footer-bottom .bottom-links ul li:first-child {
    margin-left: 0;
}

.footer .footer-bottom .bottom-links ul li {
    margin: 0 8px;
}

@media only screen and (max-width: 991px) {
    .footer .footer-bottom .bottom-links ul li {
        margin: 0 6px;
    }
}

.footer .footer-bottom .bottom-links ul li:last-child {
    margin-right: 0;
}

.footer .footer-bottom .bottom-links ul li a {
    color: var(--thirdcolor);
    opacity: 0.6;
}

.footer .footer-bottom .bottom-links ul li a:hover,
.footer .footer-bottom .bottom-links ul li a:focus {
    color: var(--secondcolor);
    opacity: 1;
}

.footer a:not(.btn-blue):hover {
    color: var(--thirdcolor);
}

/*footer css ends here*/
