@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');

body {
    font-family: 'Nunito';
    font-size: 18px;
    color: #000;
}

.main-header .container {
    max-width: 1506px !important;
    margin: 0 auto;
    z-index: 3;
}

.main-header .cursor-pointer {
    cursor: pointer;
}

.main-header.container .d-flex {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}

.main-header .container .dropdown ul {
    padding: 0%;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.main-header .container .dropdown {
    visibility: hidden;
    position: absolute;
    left: 10%;
    opacity: 0;
    z-index: -99;
    border-radius: 10px 0px 10px 10px;
    border: 1px solid #E31E24;
    padding: 10px 22px;
    top: 0%;
    transition: .3s ease;
}

.main-header .container .dropdown ul li {
    border-bottom: 1px solid #C4C4C4;
    padding: 10px 0px;
}

.container .dropdown ul li:last-child {
    border: none;
}

.main-header .container .about:hover .dropdown {
    visibility: visible;
    top: 30px;
    transition: all .5s;
    opacity: 1;
    z-index: 99;
}

.main-header .container .logo {
    width: 20%;
}

.main-header .container .pages {
    width: 60%;
    display: flex;
    align-items: center;
}

.main-header .container .get-with-us {
    text-align: center;
    width: 20%;
    background: #0F00B0;
    color: #fff;
    display: flex;
    align-items: center;
}

.main-header .nevigation a {
    font-size: 16px;
    color: #222222;
}

.main-header .container .get-with-us p {
    width: 100%;
    margin: auto;
}

@media screen and (max-width:1024px) {
    .main-header .nevigation .extra-larg a {
        font-size: 14px;
    }

    .main-header .container .logo img {
        width: 100%;
    }

}

@media screen and (min-width:992px) {
    .main-header .modal {
        z-index: -99;
    }
}

@media screen and (max-width:991px) {
    .main-header .navbar-collapse {
        position: absolute;
        top: 57px;
        width: 100%;
        min-width: 168px;
    }

    .main-header .container .d-flex {
        justify-content: left;

    }

    .main-header .container .logo {
        width: 30%;
    }

    .main-header .container .pages .extra-larg {
        display: none !important;
    }

    .main-header .container .modal-dialog .dropdown {
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .main-header .container .modal-dialog .about:hover .dropdown {
        display: block;
        width: 50%;
        text-align: left;
        top: 0;
        margin-top: 10px;
    }

    .main-header .container .get-with-us {
        width: 50%;
    }
}

@media screen and (max-width:600px) {
    .main-header .container .get-with-us {
        display: none;
    }

    .main-header .navbar {
        text-align: right !important;
    }

    .main-header .container .logo,
    .main-header .container .pages {
        width: 50%;
        padding: 0 !important;
    }


}

@media screen and (max-width:400px) {
    .main-header .container .modal-dialog .founder:hover .dropdown {
        width: 100%;
    }
}

/* custom css */

.text-success {
    color: #0E00B0 !important;
    font-size: 18px;
    line-height: 30px;
}

.text-success-2 {
    font-size: 45px;
    font-weight: 700;
}

.text-success-3 {
    font-size: 18px;
    line-height: 28px;
    /* color: #5B5B5B !important; */
    font-weight: 400;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 3px !important;
}

.circle{
    margin: -75px 0 0 0;
}

.text-black {
    color: #000 !important;
}

@media screen and (max-width:768px) {

    .hero {
        padding: 150px 0 50px 0 !important;
    }

    .text-success-2 {
        font-size: 30px;
    }

    .padding-mb {
        padding-left: 10px !important;
    }

    .header .logo {
        padding-left: 20px !important;
    }
}

/* input file choose css */

#file-input-label {
    padding: 12px;
    width: 75%;
    text-align: left;
    border-radius: 10px;
    color: #888888;
    background: #FFFFFF;
    cursor: pointer;
}

/* //--------------------------------------------------body css-----------------------------------------------------// */

* {
    box-sizing: border-box;
}

.partner .container {
    max-width: 1200px;
    margin: 0 auto;
}

.partner .hero {
    justify-content: center;
    align-items: center;
    background-image: url(../image/banner-web-view.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin: -110px 0 0 0;*/
    z-index: -1;
}

.partner .hero .space {
    padding: 120px 0 67px 0;
}

.partner .content {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.partner .space {
    padding: 90px 0;
}

.partner .industry {
    padding-top: 90px;
}

.partner .head-title {
    font-size: 53px;
    font-weight: 800;
    line-height: 68px;
}

.partner .span-color {
    font-size: 18px;
    font-weight: 800;
    color: #0F00B0;
    line-height: 28px;
}

.primary {
    color: #5B5B5B;
}

.partner .p-tag-font {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 10px;
}

.partner .section {
    background-image: url(../image/IMAGE3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.partner .deals {
    background: #022B35;
    border: 1px solid #5A6A70;
    border-radius: 6px;
    height: 355px;
}

.partner .deals .icon span {
    background: #084E62;
    padding: 14px;
    border-radius: 50px;
}

.partner .deals p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.partner .partner a {
    background: #E31E24;
    padding: 15px 35px;
    color: #fff;
    border: none;
    text-decoration: none;
}

@media screen and (max-width: 1140px) {

    .hero {
        margin-top: -120px 0 0 0 !important;
    }

}

@media screen and (max-width: 1024px) {
    .partner .side-img img {
        width: 100%;
    }

    .partner .content p {
        font-size: 17px;
    }

    .partner .deals {
        height: 325px;
    }
}

@media screen and (max-width: 992px) {
    .partner .content h2 {
        font-size: 54px;
    }

    .partner .content p{
        font-size: 15px;
    }

    .partner .content{
        gap: 0.5rem ;
    }

    .partner .container-fluid p{
        padding-bottom: 10px !important;
        margin-bottom: 0;
    }

    .partner .deals {
        height: 230px;
        margin-top: 20px;
    }

    .partner .section,
    .partner .hero {
        height: auto;
    }

    .partner .hero{
        background-image: url(../image/become-our-partner-mobile-view.jpg) !important;
        background-size: contain;
    }

    .partner .p-tag-font {
        font-size: 15px;
    }
}

@media screen and (max-width: 540px) {
    .partner .deals {
        height: 290px;
    }

    .partner .head-title {
        font-size: 50px;
    }

    .partner .deals {
        font-size: 16px;
    }

    .partner .section-space {
        padding: 50px 0px;
    }
}

@media screen and (max-width: 441px) {
    .partner .head-title {
        font-size: 47px;
    }

    .partner .deals {
        height: 335px;
    }

}

/* //-----------------------------------------------footer css----------------------------------------------------// */

.main-footer .text-secondary {
    color: #C5C5C5;

}

.main-footer .cursor-pointer {
    cursor: pointer;
}

footer {
    background-image: url("../image/IMAGE\ \(9\).png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-footer .bg-danger {
    background-color: #E31E24;
}

.main-footer .form-control,
.main-footer .form-control:focus {
    box-shadow: none;
    border: none;
}

@media screen and (max-width:1024px) {

    .main-footer .container {
        max-width: 100%;
        padding: 0px 20px;
    }

}

@media screen and (max-width:991px) {
    .main-footer .width {
        width: 50% !important;

    }

}

@media screen and (max-width:500px) {

    .main-footer .width {
        width: 100% !important;

    }
}

/* career-subpage css */

::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.schedule .hero {
    background-image: url("../image/banner (1).png") !important;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin: -110px 0 0 0;*/
    z-index: -1;
}

.schedule .span-primry {
    color: #E31E24;
}

.schedule .font-size {
    font-size: 54px;
    font-weight: 800;
}

.schedule .section-padding {
    padding: 90px 0px;
}

.schedule .label {
    font-size: 15px !important;
}

.schedule .form-control:focus {
    box-shadow: none;
}

:placeholder {
    color: #C4C4C4;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C4C4C4;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #C4C4C4;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.schedule .select-container .select-menu.select-active .select-btn i {
    transform: rotate(-180deg);
}

.schedule .select-container .options {
    display: none;
}

.schedule .select-container .select-menu.select-active .options {
    display: block;
}

.schedule .options span {
    border: 1px solid #888888;
}

.schedule .options span:active {
    background: #888888 !important;
    color: #fff !important;
}

.schedule .form-control:focus {
    box-shadow: none;
}

.schedule p.h5.fw-bold {
    color: #888888;
}

.schedule textarea:focus {
    outline: none;
}

.schedule textarea {
    resize: none;
}

.schedule .bg-danger {
    background-color: #E31E24 !important;
    text-decoration: none;
    margin: auto;
    padding: 10px 0;
}

.schedule footer {
    background-image: url("../image/IMAGE\ \(9\).png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:1024px) {
    .main-header .nevigation .extra-larg a {
        font-size: 14px;
    }

    .main-header .container .logo img {
        width: 100%;
    }

}

@media screen and (min-width:992px) {
    .main-header .modal {
        z-index: -99;
    }
}

@media screen and (max-width:991px) {
    .main-header .navbar-collapse {
        position: absolute;
        top: 57px;
        width: 100%;
        min-width: 168px;
    }

    .main-header .container .d-flex {
        justify-content: left;

    }

    .schedule.width {
        width: 50% !important;

    }

    .schedule .font-size {
        font-size: 40px !important;
        line-height: normal;
    }

    .main-header .container .logo {
        width: 30%;
    }

    .main-header .container .pages .extra-larg {
        display: none !important;
    }

    .main-header .container .header .modal-dialog .dropdown {
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .main-header .container .modal-dialog .home:hover .dropdown,
    .main-header .container .modal-dialog .about:hover .dropdown {
        display: block;
        width: 50%;
        text-align: left;
        top: 0;
        margin-top: 10px;
    }

    .main-header .container .get-with-us {
        width: 50%;
    }

    .section-padding {
        padding: 60px 0px;
    }
}

@media screen and (max-width:600px) {

    .main-header .container .get-with-us {
        display: none;
    }

    .schedule .navbar {
        text-align: right !important;
    }

    .main-header .container .logo,
    .main-header .container .pages {
        width: 50%;
    }

    .schedule .width {
        width: 100% !important;

    }

    .schedule .section-padding {
        padding: 30px 0px;
    }

    .main-header .container .logo img {
        width: auto;
    }

    .main-header .container .modal-dialog .about:hover .dropdown {
        width: 100%;
    }


}

@media screen and (max-width:441px) {
    .container .header .modal-dialog .about:hover .dropdown-1 {
        width: 100%;
    }

    .schedule form .filde {
        display: block !important;
    }

    .schedule .hero .section-padding {
        padding: 0px;
    }

    .schedule .hero {
        margin: -95px 0 0 0 !important;
    }

}

/* career css */


.career .Sales {
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.career .bg-light {
    background-color: #F4F4F4 !important;
}

.career span.span-primry.fw-bold {
    font-weight: 500 !important;
}

.career .location .border {
    border: 1px solid #888888
}

.career .rounded {
    border-radius: 10px !important;
}

.career .hero {
    background-image: url("../image/career.png") !important;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin: -120px 0 0 0;*/
    z-index: -10;
}

.career .span-primry {
    color: #0F00B0;
    font-weight: 800 !important;
}

.career .cursor-pointer {
    cursor: pointer;
}

.career .font-size {
    font-size: 45px;
    font-weight: 700;
}

.career .section-padding {
    padding: 90px 0px;
}

.career .content {
    top: 30%;
}

.career .text-danger {
    color: #E31E24;
}

.career .bg-danger {
    background-color: #E31E24 !important;
}

.career footer {
    background-image: url("../image/IMAGE\ \(9\).png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:1024px) {
    .main-header .nevigation .extra-larg a {
        font-size: 14px;
    }

    .main-header .container .logo img {
        width: 100%;
    }

}

@media screen and (min-width:992px) {
    .main-header .modal {
        z-index: -99;
    }
}

@media screen and (max-width:991px) {
    .main-header .navbar-collapse {
        position: absolute;
        top: 57px;
        width: 100%;
        min-width: 168px;
    }

    .main-header .container .d-flex {
        justify-content: left;

    }

    .career .width {
        width: 50% !important;

    }

    .career ul li{
        font-size: 15px !important;
    }

    .career p {
        font-size: 15px !important; 
        padding: 8px 0 !important;
    }

    .career .font-size {
        font-size: 40px !important;
    }

    .main-header .container .logo {
        width: 30%;
    }

    .main-header .container .pages .extra-larg {
        display: none !important;
    }

    .main-header .container .header .modal-dialog .dropdown {
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .main-header .container .header .modal-dialog .home:hover .dropdown,
    .main-header .container .header .modal-dialog .about:hover .dropdown {
        display: block;
        width: 50%;
        text-align: left;
        top: 0;
        margin-top: 10px;
    }

    .main-header .container .get-with-us {
        width: 50%;
    }

    .career .join-us .row {
        flex-direction: column-reverse;
    }

    .career .section-padding {
        padding: 60px 0px;
    }
}

@media screen and (max-width:600px) {
    .main-header .container .get-with-us {
        display: none;
    }

    .navbar {
        text-align: right !important;
    }

    .main-header .container .logo,
    .main-header .container .pages {
        width: 50%;
    }

    .career .width {
        width: 100% !important;

    }

    .career .section-padding {
        padding: 30px 0px;
    }

    .career .current .location {
        display: block !important;
    }



}

@media screen and (max-width:400px) {

    .main-header .container .header .modal-dialog .home:hover .dropdown,
    .main-header .container .header .modal-dialog .about:hover .dropdown {
        width: 100%;
    }

}


/* sustainable css */

.sustainable .section-padding {
    padding: 90px 0px;
}


.sustainable .border-input {
    border: 1px solid #0F00B0 !important;
}

.sustainable form input {
    box-shadow: 0px 1px 2px 0px #00000040 inset;
}

.sustainable .bg-light {
    background-color: #F4F4F4 !important;
}

.sustainable .lh-base {
    line-height: 28px !important;
}

.main-header .nevigation a {
    font-size: 18px;
    color: #222222;
}

.main-header .container .get-with-us a {
    width: 100%;
    margin: auto;
}

.sustainable .hero {
    background-image: url("../image/sustainability.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin: -115px 0 0 0;*/
    z-index: -1;
}

.hero {
    padding: 170px 0 100px 0;
}

.sustainable .content {
    top: 30%;
}

.sustainable .section-padding {
    padding: 90px 0px;
}

.sustainable .form-control,
.sustainable .form-control:focus {
    box-shadow: none;
    border: none;
}

.sustainable .gole .text {
    font-size: 42px;
}

.sustainable .gole {
    background-image: url(../image/Group\ 262.png);
    height: 282px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ---------------------------------------------founder------------------------------------------------------ */

.sustainable .background-red {
    background: #E31E24;
}

.sustainable .benefits .unique {
    height: 200px !important;
}

.sustainable .benefits .circle .circle-inner {
    margin: 0 auto !important;
    width: max-content;
}

@media screen and (max-width:991px) {
    .sustainable .benefits .circle .circle-inner {
        margin: 0 auto !important;
    }
}

.sustainable .benefits .safety .emment h5 {
    font-size: 22px;
}

.sustainable .benefits .safety .emment p {
    font-size: 15px;
    font-weight: 400;
}

.sustainable .btn-2 {
    background-color: #0F00B0 !important;

}

.sustainable footer {
    background-image: url("../image/IMAGE\ \(9\).png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sustainable .text-danger {
    color: #E31E24 !important;

}

.sustainable .form-control,
.sustainable .form-control:focus {
    box-shadow: none;
    border: none;
}

@media screen and (max-width:1260px) {

    .sustainable .hero,
    .career .hero,
    .schedule .hero {}

    .partner .hero {
        margin: -120px 0 0 0;
    }
}

@media screen and (max-width:1024px) {
    .main-header .nevigation .extra-larg a {
        font-size: 14px;
    }

    .main-header .container .logo img {
        width: 100%;
    }

    .sustainable .card button {
        top: 45% !important;
    }

    .sustainable .faq-section .img img {
        width: 100%;
    }

    .sustainable .type {
        justify-content: space-between;
    }

    .sustainable .type input {
        width: 50%;
    }
}

@media screen and (min-width:992px) {
    .main-header .modal {
        z-index: -99;
    }
}

@media screen and (max-width:991px) {
    .main-header .navbar-collapse {
        position: absolute;
        top: 57px;
        width: 100%;
        min-width: 168px;
    }

    .main-header .container .d-flex {
        justify-content: left;

    }

    .sustainable.width {
        width: 50% !important;

    }

    .sustainable.font-size {
        font-size: 40px !important;
        line-height: normal;
    }

    .main-header .container .logo {
        width: 30%;
    }

    .main-header .container .pages .extra-larg {
        display: none !important;
    }

    .main-header .container .header .modal-dialog .dropdown {
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .main-header .container .modal-dialog .home:hover .dropdown,
    .main-header .container .modal-dialog .about:hover .dropdown {
        display: block;
        width: 50%;
        text-align: left;
        top: 0;
        margin-top: 10px;
    }

    .main-header .container .get-with-us {
        width: 50%;
    }

    .main-header .join-us .row {
        flex-direction: column-reverse;
    }

    .section-padding {
        padding: 60px 0px;
    }

    .sustainable .main {
        height: 100%;
    }

    .sustainable .third-section .row {
        flex-direction: column-reverse;
    }

    .sustainable .second-section {
        padding-top: 90px !important;
    }

    .sustainable .gole .text,
    .sustainable p {
        font-size: 15px;
    }

    .sustainable .font-size {
        font-size: 40px !important;
    }

}

@media screen and (max-width:768px) {

    .w-md-100 {
        width: 100% !important;
    }

    .main-header .call-with-us .img .row {
        text-align: center;
    }

    .container {
        padding: 0 15px;
    }

    .sustainable .font-size {
        font-size: 40px !important;
    }

    .hero {
        margin: -120px 0 0 0 !important;
    }

    .flexible span {
        font-size: 14px;
        font-weight: 200 !important;
    }
}

@media screen and (max-width:600px) {
    .main-header .container .get-with-us {
        display: none;
    }

    .main-header .navbar {
        text-align: right !important;
    }

    .main-header .container .logo,
    .main-header .container .pages {
        width: 50%;
    }

    .sustainable .width {
        width: 100% !important;

    }

    .sustainable .section-padding {
        padding: 30px 0px;
    }

    .sustainable .current .location {
        display: block !important;
    }

    .sustainable .font-size {
        font-size: 24px !important;
    }

    .sustainable .content p,
    .schedule .content p {
        font-size: 15px !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        padding: 10px 0 10px 0 !important;
    }

    .sustainable .gole {
        height: 150px;

    }

    .sustainable .column {
        padding-top: 20px;
    }

    .sustainable .ragistret button {
        font-size: 12px;
    }


}

@media screen and (max-width:441px) {
    .main-header .container .header .modal-dialog .about:hover .dropdown-1 {
        width: 100%;
    }

    .sustainable .button.py-2 {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .sustainable .sustainable .gole {
        height: 67px;
    }

    .sustainable .gole .text,
    p {
        font-size: 12px;
    }

    .main-header .container .modal-dialog .about:hover .dropdown {

        width: 100% !important;
    }

    .sustainable .hero {
        margin: -100px 0 0 0;
    }

}
a {
    text-decoration: none!important;
}
h5.pt-4.p-tag-font.pb-0 {
    color: white;
}
#status .alert {
    position: fixed;
    right: 24px;
    z-index: 1051;
    top: 15px;
}
.ft-pagination-item li .active {
    background-color: #ea1e00 !important;
}