/*about_sec start here*/

.about_sec .main_hd .about_ryt_txt {
    max-width: 567px;
    margin-left: auto;
}

.about_sec .vid_sec {
    margin: 72px 0px;
}

.about_sec .vid_sec iframe {
    border-radius: 25px;
    background: #0000004d;
}

.about_sec p {
    color: #5a5a5a;
}

h2.new_hd {
    font-family: Aktiv Grotesk Corp;
    font-size: 74px;
    font-weight: 700;
    line-height: 86.58px;
    text-align: left;
    color: #000201;
}

.about_content {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, #ffffff 0%, #82b1dd 41.5%, #82b1dd 76.5%, #ffffff 100%);
    border-image-slice: 1;
    padding-bottom: 110px;
    margin-bottom: 110px;
}

.btn_blue {
    margin-top: 30px;
}

.btn_blue a {
    display: inline-block;
    max-width: 100%;
    font-family: Aktiv Grotesk Corp;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.72px;
    text-align: left;
    color: #5b87af;
    border: 1.5px solid #82b1dd;
    padding: 17px 31px;
    background: #bedffe;
    border-radius: 7px;
}

.btn_blue a:hover {
    background: #fff;
}

.learn_hd .lft_txt h5 {
    font-family: Aktiv Grotesk Corp;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #000201;
}

.learn_hd {
    display: flex;
    align-items: center;
}

.learn_hd .lft_txt {
    flex: 0 0 40%;
}

.learn_strategy:first-child {
    border-top: 1px solid rgba(190, 223, 254, 0.4);
}

.learn_strategy {
    border-bottom: 1px solid rgba(190, 223, 254, 0.4);
    padding: 40px 10px 40px 40px;
}

.ryt_img img {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    max-width: 200px;
}

.learn_strategy>.row {
    align-items: center;
}

.learn_strategy:hover {
    transition: all 0.5s ease-in-out;
    background: rgba(190, 223, 254, 0.2);
}

.learn_strategy:hover .learn_strategy:first-child {
    border-top: 1px solid rgba(190, 223, 254, 0.5);
}

.learn_strategy:hover .learn_strategy {
    border-bottom: 1px solid rgba(190, 223, 254, 0.5);
    padding: 40px 10px;
}

.learn_strategy:hover .ryt_img img {
    opacity: 1 !important;
    transition: all 0.5s ease-in-out;
    transform: scale(1.5);
}

/*about_sec end here*/

/* contact page  css start here */

/* NT css */

h6 {
    font-size: 26px;
    line-height: 30.42px;
}

.banner-content {
    padding: 200px 0px 140px;
}

.banner-content h1 {
    text-align: center;
}

.contact-section .contact_input textarea,
.contact-section .contact_input input,
.hire-detail .contact_input input,
.hire-detail .contact_input textarea {
    background: #fff;
    border-radius: 7px;
    border: 1.5px solid rgba(130, 177, 221, 0.5);
}

.contact-section h6 {
    font-size: 26px;
    line-height: 30.42px;
    color: rgba(0, 2, 1, 1);
    margin-bottom: 30px;
}

.contact-section .conlist li {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-bottom: 15px;
}

.contact-section .conlist li i {
    color: rgba(91, 135, 175, 1);
    font-size: 35px;
}

.contact-section ul li strong {
    font-family: Aktiv Grotesk Corp;
    font-size: 22px;
    font-weight: 700;
    line-height: 25.74px;
}

.contact-section li p,
.contact-section li a {
    font-family: Aktiv Grotesk Corp;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(90, 90, 90, 1);
}

.contact-section .conlist {
    margin-top: 40px;
}

/* footer css */
.footer_contnt {
    padding-top: 70px;
}

footer * {
    color: #fff;
}

footer .footer_grid {
    border-right: 1px solid rgba(30, 30, 30, 1);
}

footer .footer_bord {
    margin: 50px 0px;
}

footer .footer_bord p {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
    margin: 0;

}

footer a {
    font-family: Aktiv Grotesk Corp;
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
}

.footer_bt {
    padding: 40px 0px;
    border-top: 1px solid rgba(30, 30, 30, 1);
}

footer .footer-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer-btm p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.footer_contnt.footer_contact li,
.footer_contnt.footer_contact li a {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.footer_contnt.footer_contact li span {
    flex: 0 0 30%;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    font-family: Aktiv Grotesk Corp;
    line-height: 23.4px;

}

.footer_contnt.footer_contact {
    padding-left: 50px;
}

.footer_contnt li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-section .cont_gt_wreap {
    justify-content: space-around;
}

.header_wrapper {
    background-color: rgba(190, 223, 254, 1);
}

.live_content {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 605px;
    margin: 60px 0px;
    border-radius: 10px;
}

.video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumb a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: rgba(190, 223, 254, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    font-size: 35px;
}

.about_sec,
.hire-sec,
.contact-section {
    max-width: 1200px;
    margin: auto;
}

.wht_learn {
    padding-top: 120px;
}

/* contact page css  end  here*/

/* hireus page css start here */
.hire-sec h5 {
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 40px;
}

.hire-detail .cta.light {
    font-size: 18px;
    font-weight: 400;
    border: 1px solid rgba(204, 204, 204, 1);
    background: #fff;
    color: #000;
    border-radius: 7px;
}

.hire-detail .cta.light:hover {
    color: #fff;
    background: #000;
}

.hire-detail:not(:last-child) {
    margin-bottom: 80px;
}

.hire-detail .btn-grp {
    display: flex;
    gap: 20px;
    align-items: center;
}

.hire-detail .contact_input textarea,
.hire-detail .contact_input input {
    margin-bottom: 30px;
}

.hire-detail label {
    margin-bottom: 10px;
}

.hire-detail .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hire-detail .sub input {
    display: none;
}

.hire-detail span.file {
    padding: 20px 45px;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 7px;
}

.hire-detail span.file:hover {
    background: #000;
    color: #fff;
}

.hire-detail .sub i {
    background: rgba(0, 2, 1, 1);
    color: #fff;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    font-size: 20px;
    border: 1px solid #000;
    height: 100%;
}

.hire-detail .sub i:hover {
    background: #fff;
    color: #000;
}

.hire-detail .sub label {
    display: flex;
    gap: 20px;
}
.contact-section .cont_gt_wreap {
    margin: 0;
}


/* radio btn */
.hire-detail .button input[type="radio"] {
    display:none;
    z-index: 100;
}
.hire-detail .button input[type="radio"]:checked+label {
    background: #000;
}
.hire-detail .button label {
    cursor: pointer;
}
.hire-detail .form_radio {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hire-detail .button {
    font-size: 18px;
    font-weight: 400;
    border: 1px solid rgba(204, 204, 204, 1);
    background: #fff;
    color: #000;
    border-radius: 7px;
}
.hire-detail .button input[type="radio"]:checked+label {
    color: #fff;
}
.hire-detail .button label {
    border-radius: 7px;
    margin: 0;
    padding: 18px 35px;
}

@media only screen and (max-width: 1599px) {
    .p_130 {
        padding: 100px 0;
    }

    h2.new_hd {
        font-size: 65px;
        line-height: 1.5;
    }

    .about_content {
        padding-bottom: 70px;
        margin-bottom: 70px;
    }
    .hire-detail .cta.light {
        font-size: 16px;
    }

    .hire-sec h5 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .hire-detail:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .p_130 {
        padding: 80px 0;
    }

    .banner-content {
        padding: 150px 0px 110px;
    }

    .footer_contnt.footer_contact {
        padding-left: 15px;
    }

    .footer_contnt.footer_contact li,
    .footer_contnt.footer_contact li a {
        margin-bottom: 20px;
    }

    .footer_contnt.footer_contact li span {
        font-size: 18px;
    }

    h2.new_hd {
        font-size: 55px;
    }

    .live_content {
        margin: 40px 0px;
        padding-top: 470px;
    }

    .about_content {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .wht_learn {
        padding-top: 80px;
    }

    .ryt_img img {
        max-width: 170px;
    }

    .learn_hd .lft_txt h5 {
        font-size: 25px;
        line-height: 1.2;
    }

    .hire-detail .cta.light {
        padding: 18px 15px;
    }

    .hire-sec h5 {
        font-size: 27px;
        line-height: 1.4;
    }

    .hire-detail span.file {
        padding: 15px 40px;
    }

}

@media only screen and (max-width: 991px) {
    .contact-section h6 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 45px;
    }

    .contact-section ul li strong {
        font-size: 20px;
    }

    .contact-section li p,
    .contact-section li a {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-section .conlist li {
        gap: 20px;
        padding-bottom: 10px;
    }

    .contact-section .conlist li i {
        font-size: 30px;
    }

    footer .footer_bord p {
        font-size: 16px;
        line-height: 22px;
    }

    footer .footer_grid {
        border-right: none;
    }

    .footer_contnt {
        padding-top: 50px;
    }

    footer .footer_bord {
        margin: 30px 0px 0px;
    }

    .footer_contnt.footer_contact li span {
        line-height: 1.2;
    }

    .footer_bt {
        padding: 20px 0px;
    }

    .footer_contnt.footer_contact {
        padding-left: 0;
    }

    h6 {
        font-size: 20px;
        line-height: 1.2;
    }

    .about_sec .main_hd .about_ryt_txt {
        margin: 0;
    }

    h2.new_hd {
        font-size: 50px;
    }

    .live_content {
        margin: 20px 0px;
        padding-top: 350px;
    }

    .about_content {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .wht_learn {
        padding-top: 50px;
    }

    .ryt_img img {
        opacity: 1;
    }

    .learn_strategy:hover .ryt_img img {
        transform: none;
    }

    .ryt_img {
        margin: 20px 0px;
    }

    .learn_hd .lft_txt {
        flex: 0 0 100%;
    }

    .video-thumb a {
        width: 70px;
        height: 70px;
    }

    .hire-sec h5 {
        font-size: 24px;
        line-height: 1.2;
    }
    .hire-detail .cta.light {
        padding: 15px 10px;
        font-size: 14px;
    }
    
    .hire-detail:not(:last-child) {
        margin-bottom: 50px;
    }
    
    .hire-sec h5 {
        margin-bottom: 20px;
    }
    
    .hire-detail .btn-grp {
        display: flex;
        gap: 9px;
        align-items: center;
    }
    
    .hire-detail span.file {
        padding: 12px 30px;
    }

}

@media only screen and (max-width: 767px) {
    .contact-section .cont_gt_wreap {
        flex-direction: column;
        gap: 50px;
    }

    .contact-section .cont_gt_wreap>div {
        width: 100%;
    }

    .banner-content {
        padding: 140px 0px 120px;
    }

    h2.new_hd {
        font-size: 45px;
    }

    .live_content {
        padding-top: 300px;
    }

    .learn_hd .lft_txt h5 {
        font-size: 22px;
    }

    .learn_strategy {
        padding: 30px 10px 30px 15px;
    }
    .hire-detail .contact_input textarea, .hire-detail .contact_input input {
        margin-bottom: 20px;
    }

    .hire-sec h5 {
        font-size: 18px;
    }

    .hire-detail .sub label {
        gap: 10px;
    }

    .hire-detail span.file {
        padding: 10px 30px;
    }

    .hire-detail label {
        line-height: 1.2;
    }

    .hire-detail .btn-grp {
        flex-wrap: wrap;
    }

    .hire-detail .cta.light {
        padding: 14px 10px;
        font-size: 12px;
    }

}

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

    .banner-content {
        padding: 130px 0px 100px;
    }

    .banner-content h1 {
        font-size: 55px;
    }

    footer .footer_bord p {
        font-size: 14px;
        line-height: 20px;
    }

    .p_130 {
        padding: 60px 0;
    }

    footer .footer-btm {
        flex-direction: column;
        gap: 5px;
    }

    footer .footer-btm p {
        font-size: 14px;
        margin: 0;
    }

    .footer_contnt.footer_contact p,
    .footer_contnt.footer_contact a {
        font-size: 14px;
    }

    .footer_contnt.footer_contact li,
    .footer_contnt.footer_contact li a {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .footer_contnt.footer_contact li span {
        font-size: 16px;
    }

    .contact-section ul li strong {
        font-size: 18px;
    }

    .contact-section li p,
    .contact-section li a {
        line-height: 1.2;
    }

    .learn_hd .lft_txt h5 {
        font-size: 20px;
    }

    h2.new_hd {
        font-size: 35px;
    }

    .live_content {
        padding-top: 200px;
    }

    .video-thumb a {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .btn_blue a {
        font-size: 14px;
        padding: 12px 25px;
    }

    .btn_blue {
        margin-top: 20px;
    }

}