/* You can add global styles to this file, and also import other style files */
h2 {
    position: relative;
    font-family: sans-serif;
}

.vision_mission .abt_sect_desc {
    padding: 0px 0px 18% 13%;
}

.vision_bg {
    background-color: #2453dd;
}

.text_vision {
    color: #fff;
    padding: 10px;
}

.vision_text {
    padding: 10px;
}

.text_vision_1 {
    text-align: justify;
}

.centered {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.eco_text {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    text-align: justify;
}

.icon_prime_1 {
    width: 40% !important;
    padding-left: 25%;
    padding-bottom: 7%;
}

.eco_box_text {
    padding-bottom: 20px;
}

.eco_box_text {
    padding: 1%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    .eco_box_text:hover {
        margin-top: 0px;
        -webkit-box-shadow: 20px 12px 55px -7px #0028a0;
        -moz-box-shadow: 20px 12px 55px -7px #0028a0;
        box-shadow: 20px 12px 55px -7px #0028a0;
    }

.box_tl_align p {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    padding: 10px 0;
}

.box_desc p {
    text-align: justify;
    font-size: 16px;
    padding: 14px;
}

.abt_rating p {
    text-align: justify;
}

.button-container {
    text-align: center;
    padding-bottom: 50px;
}

.btn-rating {
    background-color: #0028a0;
    color: #fff;
}

.skill_text {
    color: #fff !important;
}

.box_desc_mission p {
    color: #000000;
    font-size: 20px;
}

.text_csr {
    color: #191919 !important;
    font-size: 14px !important;
}

.data_available {
    padding-top: 10px;
    padding-left: 18px;
    color: red;
}

.allow_text {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 7px;
}

.allow_text_1 {
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 7px;
}

.invname {
    width: 285px !important;
}



@media handheld, only screen and (max-width: 767px) {
    .our_profile .profile_blurb:last-child {
        display: block;
    }

    .vision_bg {
        background-color: #ffffff;
    }

    .text_vision {
        color: #000000;
    }

    .centered {
        top: 50%;
        left: 50%;
    }

    hr {
        margin-top: 1rem;
        margin-bottom: 2rem;
        margin-left: 4rem;
    }

    .abt_res_desc p {
        padding-right: 0px;
    }

    .emp_volunteering.box_series_con .box_desc p {
        width: 100% !important;
    }

    .skill_text {
        color: #000 !important;
    }
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .skill_text {
        color: #000 !important;
    }
}

@media handheld, only screen and (max-width: 991.98px) {
    .skill_text {
        color: #000 !important;
    }
}

@media handheld, only screen and (max-width: 768px) {
    .skill_text {
        color: #000 !important;
    }

    .skill_development.box_series_con .box_series__large:first-child {
        padding: 20px 20px 35px !important;
    }
}

@media handheld, only screen and (max-width: 1198.98px) {
    .skill_text {
        color: #fff !important;
    }
}

@media handheld, only screen and (max-width: 1100px) {
    .skill_text {
        color: #000 !important;
    }

    .emp_volunteering.box_series_con .box_desc p {
        color: #fff;
       
        width: 100% !important;
    }
}

@media handheld, only screen and (max-width: 1099px) {
    .skill_text {
        color: #000 !important;
    }
}

.box_series_con .employee_align h3::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 8px;
    width: 9px;
    height: 9px;
    background: #ffc832;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.box_series_con .employee_align h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 8px;
    width: 9px;
    height: 9px;
    background: #ffc832;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.switches_container {
    width: 65%;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background-color: #2554e0;
    line-height: 22px;
    border-radius: 3rem;
    margin-left: 0px;
    margin-right: auto;
    padding: 15px 0px;
}

    .switches_container label {
        width: 50%;
        padding: 0;
        margin: 0;
        text-align: center;
        cursor: pointer;
        color: #fff;
       
    }

.switch_wrapper_rating {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.20rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}
.switch_rating {
    border-radius: 3rem;
    background-color: #fff;
    height: 100%;
}

    .switch_rating div {
        width: 100%;
        text-align: center;
        opacity: 0;
        display: block;
        color: #2554e0;
        transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
        will-change: opacity;
        position: absolute;
        left: 0;
        top: 15px;
    }

.switches_container input:nth-of-type(1):checked ~ .switch_wrapper_rating {
    transform: translateX(0%);
}
.switches_container input:nth-of-type(2):checked ~ .switch_wrapper_rating {
    transform: translateX(100%);
}

.switches_container input:nth-of-type(1):checked ~ .switch_wrapper_rating .switch_rating div:nth-of-type(1) {
    opacity: 1;
}
.switches_container input:nth-of-type(2):checked ~ .switch_wrapper_rating .switch_rating div:nth-of-type(2) {
    opacity: 1;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff0;
    position: absolute;
    top: 7px;
    left: 2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.modal-content .modal-header {
    background-color: #013d9f;
}

.modal-content .modal-title {
    color: #fff;
}
#floating-icon > button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: rotate(-90deg) translate(50%, -50%);
    transform-origin: right;
    z-index: 99;
    background-color: #ffc832;
    color: #0028a0;
    border: none;
}

    #floating-icon > button:hover {
        background-color: #0028a0;
        color: #ffc832;
    }

@media handheld, only screen and (max-width: 1680px) {
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        font-size: 16px;
        line-height: 22px;
        top: 0px;
    }
}

@media handheld, only screen and (max-width: 1680px) {
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        font-size: 16px;
        line-height: 22px;
    }
}

@media handheld, only screen and (max-width: 1680px) {
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        font-size: 16px !important;
        line-height: 22px;
    }
}

