body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-family: "f1";
    background-color: #ffffff !important;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none !important;
    padding-left: 0 !important;
}

@font-face {
    font-family: "f4";
    src: url(../fonts/Lexend-Regular.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../fonts/Lexend-SemiBold.ttf);
}

@font-face {
    font-family: "f3";
    src: url(../fonts/Lexend-Bold.ttf);
}

@font-face {
    font-family: "f1";
    src: url(../fonts/Helvetica.ttf);
}

p {
    font-size: 16px;
    line-height: 30px;
    font-family: "f1";
    color: #000000;
}

.w-90 {
    width: 90%;
    margin: auto;
}

.w-80 {
    width: 80%;
    margin: auto;
}

.w-95 {
    width: 95%;
    margin: auto;
}

.d-flex {
    display: flex;
}

.d-flex-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.d-flex-ac {
    display: flex;
    align-items: center;
}

.d-flex-jc-ac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.read_btn a {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    color: #1d4c68 !important;
    font-family: "f3";
}

.read_btn button {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    color: #1d4c68 !important;
    font-family: "f3";
}

.social_nav i {
    color: #fff;
    margin: 0px 10px;
    font-size: 25px;
}

.nav_mail a {
    color: #fff !important;
    font-size: 16px;
    font-family: "f3";
}

.sub_drop a {
    color: #ffff !important;
}

.btn_div {
    display: inline;
    background-color: #e31e24;
    padding: 8px 20px;
    border-radius: 5px;
}

.btn_div_test {
    font-size: 12px;
    display: inline;
    background-color: #e31e24;
    padding: 8px 10px;
    border-radius: 5px;
}

.btn_div_test a {
    font-family: "f2";
    color: #ffff !important;
}

.btn_div a {
    font-family: "f2";
    color: #ffff !important;
}

.nav_mail {
    margin-right: 15px;
}

.nav_soc_div img {
    width: 22px;
}

.nav_soc_div {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

/* .nav_mail a {
    color: #ffffff !important;
    font-size: 14px;
    font-family: "f1";
} */

.hdr_logo img {
    width: 280px;
}

.top_header_nav {
    padding: 10px 20px;
    background-color: #e31e24;
}

/* nav ends */

/* navbar starts */
.nav_me img {
    width: 150px !important;
}

.nav_me {
    padding: 20px 0px !important;
}

.navbarscr .navbar-toggler {
    background-color: #e31e24;
    color: #fff !important;
}

.navbar-dark .navbar-nav a.nav-link {
    color: #000;
    font-size: 16px;
    font-family: "f1";
}

.mega-dropdown-menu {
    border: none !important;
    border-radius: 0;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .mega-dropdown-menu {
        display: flex;
    }

    .mega-dropdown-menu.show {
        display: flex;
    }
}

.mega-dropdown-menu ul {
    list-style: none;
    padding: 0;
}
.mega-dropdown-menu li .dropdown-item:hover {
    background-color: #f1f1f1;
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .mega-dropdown-menu {
        /* flex-wrap: wrap; */
    }
}
.navbar-expand-lg .navbar-nav .mega-dropdown-menu {
    position: absolute;
    right: 0;
    width: 100%;
    border-radius: 5px;
    border: none;
    background: #fff4f4;
    transition: 0.3s ease;
    padding: 20px;
}
.navbarscr .navbar-nav .nav-link {
    margin: 0px 10px;
}
.cournav_tit h2 {
    padding: 10px;
    font-size: 16px;
    color: #e31e24 !important;
    margin: 0;
    font-family: "f2";
}
.cournav_tit h2 a {
    padding: 10px;
    font-size: 16px;
    color: #000 !important;
    margin: 0;
    font-family: "f2";
    display: flex;
}

.cour_nav li a {
    padding: 5px 10px;
    font-size: 14px !important;
    font-family: "f1";
    color: #000 !important;
    display: flex;
}
.cour_nav h3 {
    font-size: 18px;
    color: #e31e24;
    font-family: "f3";
    padding: 10px;
}

.mega-dropdown {
    position: static !important;
}

/* navbar ends */

/* banner start */
.ban_img {
    position: relative;
}

.ban_img img {
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ban-cont{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
}
.ban-cont h1{
    color: #e31e24;
    font-size: 30px;
    font-family: "f3";
}
/* banner end */

/* banner below starts */
.latest_skills_start {
    background-color: #e31e24;
    padding: 30px 20px;
    border-radius: 10px;
}

.icon_div {
    margin-right: 10px;
}

.icon_div img {
    width: 60px;
    border-radius: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
}
.skill_cnt h3 {
    color: #e31e24;
    font-family: "f3";
    font-size: 20px;
}
.skill_cnt h2 {
    font-size: 20px;
    color: #ffff;
    font-family: "f3";
}

.skill_cnt p {
    color: #ffff;
    font-family: "f1";
}

/* banner below end */

/* experience section */
.exp_img img {
    width: 150px;
}

.elevate_cont h2 {
    color: #e31e24;
    font-size: 25px;
    font-family: "f3";
}

.exp_text p {
    color: #000000;
    font-family: "f1";
}

.elevate_cont {
    border-right: solid 3px #d9d9d9;
}

.exp_img_left img {
    width: 70%;
}

.grid-container {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto;
    padding: 10px;
}
.grid_itm {
    border: 1px solid #8f8f8f;
    padding: 10px;
    border-radius: 10px;
}
.grid_itm img {
    width: 60px;
    margin-bottom: 20px;
}

.grid_itm h3 {
    font-size: 30px;
    font-family: "f3";
}

.grid_itm h3 span {
    color: #e31e24;
    font-size: 30px;
    font-family: "f3";
}

.grid_itm p {
    color: #000000 !important;
}

/* experience section */

/* cource sec */
.heading_text h2 {
    font-size: 25px;
    font-family: "f3";
    color: #e31e24;
    margin-bottom: 20px;
}

.cource_card {
    margin-bottom: 10px;
    padding: 15px 10px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.cource_card_1 {
    height: 520px;
    margin-bottom: 10px;
    padding: 15px 10px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.cource_card img {
    width: 100%;
    border-radius: 12px;
}
.cource_card_1 img {
    width: 100%;
    border-radius: 12px;
}
.cource_card h2 {
    font-size: 20px;
    color: #000000;
}
.cource_card_1 h2 {
    font-size: 20px;
    color: #000000;
}
.grid_sec img {
    width: 16px !important;
    margin-right: 10px;
}

.grid_sec i {
    width: 16px !important;
    margin-right: 10px;
}

.grid_icon {
    display: grid;
    justify-content: flex-start;
    grid-column-gap: 30px;
    grid-template-columns: auto auto;
}

.grid_sec p {
    font-family: "f3";
    margin: 0;
}

.below_font p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

.cource_card h2 {
    font-family: "f3";
    margin-top: 15px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.cource_card h2 {
    font-family: "f3";
    margin-top: 15px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.cource_card_1 h2 {
    font-family: "f3";
    margin-top: 15px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.btn_sec {
    padding-bottom: 10px;
}

.dotted-line {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.dotted-line::after {
    margin-top: -15px;
    content: "..........................................................................................................";
    font-size: 30px;
    color: #acacac;
    display: inline-block;
    vertical-align: 3px;
}

.cource_sec {
    position: relative;
}

.carousel_div {
    margin-bottom: 10px !important;
}

.vctr_asst {
    position: absolute;
    top: 0;
    z-index: -1111;
    opacity: 0.6;
    left: -10px;
}

.vctr_asst img {
    width: 100px;
}

.cource_sec .owl-nav {
    display: none;
}

.pakka_job img {
    border-radius: 0;
    width: 200px !important;
}

.pakka_job {
    position: relative;
    margin-top: -50px !important;
}

/* cource sec */
/* premium section */
.pre_img img {
    width: 90%;
    margin: auto;
}

.pre_right_cnt .skill_cnt h2 {
    color: #e31e24;
}

.pre_right_cnt .skill_cnt p {
    color: #000000 !important;
}

.premiun_section {
    background-color: #fdf8ee;
}

.icon_div_1 img {
    width: 60px;
    border-radius: 8px;
    padding: 10px;
    background: #ffff;
}

.icon_div_1 {
    margin-right: 10px;
}

.icon_div_2 {
    filter: drop-shadow(0 0 0.15rem rgb(0, 0, 0));
    margin-right: 10px;
}

.icon_div_2 img {
    width: 60px;
    border-radius: 8px;
    padding: 10px;
    background: #ffff;
}

.pre_img {
    margin-bottom: -40px;
}

.pre_right_cnt h2 {
    color: #e31e24;
    font-family: "f3";
}

/* premium sec start */
/* students sec */
.stds_img img {
    width: 90%;
    margin: auto;
}

.stds_txt h2 {
    color: #e31e24;
    font-family: "f3";
}

/* students sec */

/* jurny start */

.jny_card img {
    margin: 20px 0px;
    width: 60px;
}

.jny_card h2 {
    color: #fff;
    font-family: "f3";
    font-size: 18px;
}

.jny_card p {
    color: #fff;
}

.start_journey {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e31e24;
}

.heading_text_1 h2 {
    color: #fff;
    font-family: "f3";
}

.heading_text_1 p {
    color: #fff;
}

/* jurny end */

/* testi starts */
.testi_img img {
    width: 100%;
    margin: auto;
}

.stds_txt_1 h2 {
    color: #000000;
    font-family: "f3";
    font-size: 20px;
}

.testi_sec_inner {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.testi_sec {
    margin-top: -60px;
}

/* testi end */
/* footer start */
.bg-gray-300 {
    height: 2px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(84, 72, 73, 0.312);
}

.bg-red-300 {
    height: 2px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: #e31e24;
}

.lnks_inr {
    border-right: solid 3px rgba(84, 72, 73, 0.312);
}

.ftr_logo img {
    width: 180px;
    margin: 20px 0px;
}

.quick_links h2 {
    font-size: 16px;
    color: #e31e24;
    font-family: "f3";
}

.quick_links a {
    display: flex;
    line-height: 40px;
    font-size: 13px;
    color: #000000 !important;
    font-family: "f1";
}

.footer_cpy_rtys {
    padding: 10px 40px;
    background: #39393b;
}

.footer_main {
    padding-top: 20px;
}

.footer_cpy_rtys p {
    color: #fff;
    font-size: 16px;
    font-family: "f1";
}

.modal-header h5 {
    font-size: 20px;
    color: #000;
    font-family: "f3";
}

.get_in_tch img {
    width: 150px;
}

.contact_div p {
    margin: 0 !important;
    padding-right: 20px;
    border-right: solid 2px;
    color: #e31e24;
    font-family: "f3";
}

.contact_div .nav_mail {
    padding-left: 20px !important;
}

.contact_div .nav_mail a {
    color: #000 !important;
    font-family: "f4";
}

.get-tch {
    margin-top: 50px;
}

.get_inner .nav_soc_div {
    background-color: #ffff !important;
}

.footer_ind_text {
    line-height: 15px !important;
}

/* footer end */

/* locations */
.locations .loc_place {
    background-color: #fff;
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 10%);
    border: 1px solid #e31e24;
    width: auto;
    padding: 0px 25px;
    border-radius: 6px;
    text-align: center;
    margin: 10px 10px;
    padding: 10px;
}

.loc_place a {
    margin: 0 !important;
    color: #e31e24 !important;
    font-family: "f3";
}

.locations .heading_text_1 h2 {
    font-size: 25px;
    font-family: "f3";
    color: #e31e24 !important;
    margin-bottom: 20px;
}

.locations .heading_text_1 p {
    color: #000000;
}

/* locations */

/* aboutus start */
.abt_ban {
    height: 90vh;
    position: relative;
}

.abt_ban_img {
    height: 90vh;
    position: relative;
}

.abt_ban_img img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.abt_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.abt_text p {
    font-size: 30px;
    color: #e31e24;
    font-family: "f3";
}

.wrld_wide_cnt .skill_cnt h2 {
    color: #e31e24;
    font-family: "f3";
}

.para_text img {
    width: 20px;
    margin-top: 10px;
    margin-right: 20px;
}

.what-img img {
    width: 100%;
    margin: 0px 0px 20px 0px;
    object-fit: cover;
    height: 50vh;
}

.what-img {
    width: 100%;
    object-fit: cover;
}

.enq_img img {
    width: 90%;
}

/* about us end */
/* certification starts */
.duration .skill_cnt p {
    color: #000;
    font-family: "f1";
    margin-top: 13px;
}

.duration .skill_cnt h2 {
    color: #e31e24;
    font-family: "f3";
}

.duration {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.key-fe {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 5px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    display: inline-block;
}

.key-fe p {
    margin-top: 25px;
}

/* certification ends */
/* enq start */

.enquiry_field label {
    margin-bottom: 10px;
    color: #fff;
}

.enquiry_field {
    padding: 20px;
    border-radius: 10px;
    background: #e31e24;
    box-shadow: 0px 0px 20px -4px rgba(16, 79, 240, 0.25);
}

.enquiry_field input {
    background-color: transparent;
    color: #ffffff !important;
}

.enquiry_field input:focus {
    background-color: transparent;
}

.enquiry_field textarea:focus {
    background-color: transparent;
    color: #ffffff;
}

.enquiry_field textarea {
    background-color: transparent;
    color: #ffffff;
}

.enquiry_field select {
    background-color: transparent;
    color: #ffffff;
}

.form-control {
    color: #c8c8c800;
}

.form_main input::placeholder {
    color: #fff;
}

.form_main textarea::placeholder {
    color: #fff;
}

.eqnu_content h3 {
    color: #fff;
    font-size: 26px;
    margin-top: 20px;
}

.enq_before {
    position: relative;
    z-index: 111;
}

.enquiry_field .btn_div button {
    display: inline;
    background-color: #ffffff;
    padding: 5px 10px;
    border: none;
    color: #e31e24 !important;
    border-radius: 5px;
    font-family: "f2";
}

/* enq end */

/* contact-us page start */

.cont_add h2 {
    font-family: "f3";
    font-size: 30px;
    color: #e30000;
}

.cont_add p {
    font-family: "f2";
    font-size: 16px;
    color: #666666;
    margin: 0;
}

.cont_info {
    padding: 15px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    border-radius: 10px;
    background: #00000014;
}

.cont_con .cont_info .icon {
    font-size: 35px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    background: #e31e24;
    text-align: center;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 1px;
    position: relative;
}

.ic_on {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ic_on img {
    width: 35px;
}

.cont_info h4 {
    font-family: "f3";
    font-size: 20px;
}

.cont_info a {
    font-family: "f2";
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
    color: #000 !important;
    text-align: center;
}

.re_ser .btn-nc {
    background: #e31e24 !important;
    border-radius: 5px !important;
    display: inline;
    color: #fff !important;
    font-family: "f2";
    font-size: 16px !important;
    border: none;
    padding: 8px 20px;
    margin-top: 10px;
}

/* contact-us end */

/* gallery start */

/* gallery starts */

.gallery_content {
    z-index: 1;
    position: relative;
}

.gallery_content .line {
    width: 100px;
    height: 6px;
    background: #ffffff;
    margin-right: 10px;
}

.gallery_content span {
    font-family: "f3";
    font-size: 25px;
    color: #ffffff;
}

.gal_content span {
    font-family: "f3";
    font-size: 25px;
    color: #e31e24;
}

.gal_content .line {
    width: 100px;
    height: 6px;
    background: #e31e24;
    margin-right: 10px;
}

.gal_card {
    position: relative;
}

.gal_card img {
    width: 100%;
    border-radius: 10px;
}

.gal_view {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
}

.se_ic {
    color: #fff;
    font-size: 30px;
    background-color: #e31e24;
    padding: 10px;
    border-radius: 100%;
}

.gal_card:hover .gal_view {
    opacity: 1;
    transition: 0.5s;
}

.page_banner_caption {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
}

.page_banner img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.page_banner::before {
    position: absolute;
    content: "";
    background: #0000005e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

/* gallery ends */

/* course banner */
.course_ban {
    height: 50vh;
    position: relative;
}

.course_ban_img {
    height: 50vh;
    position: relative;
}

.course_ban_img img {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.course_ban_img_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_img img {
    width: 90%;
    border-radius: 10px;
}

.course_img {
    position: sticky !important;
    top: 20px;
}

.wrld_wide_cnt h3 {
    font-size: 20px;
    color: #000000;
    font-family: "f3";
}

.wrld_wide_cnt h6 {
    font-size: 20px;
    color: #000000;
    font-family: "f3";
}

.wrld_wide_cnt h4 {
    font-size: 33px;
    color: #e31e24;
    font-family: "f3";
}

/* course banner */

/* blog starts */
.b_head h2 {
    font-family: "f2";
    color: #e31e24;
}

.b_head h5 {
    color: #fff;
    background-color: #e30000;
    display: inline-block;
    font-family: "f1";
    font-size: 15px;
    border-radius: 5px;
    padding: 5px;
}

.b_head h5 span {
    margin-right: 10px;
}

.head_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.head_cont h3 {
    font-family: "f2";
    color: #e30000;
}

.head_cont p {
    font-family: "f1";
}

.head_img2 {
    border-radius: 10px;
    justify-content: space-between;
}

.head_img2 img {
    width: 100%;
    border-radius: 10px;
}

.head_img2 h3 {
    font-family: "f3";
    font-size: 16px;
}

.head_img2 h4 {
    color: #fff;
    background-color: #e30000;
    font-family: "f1";
    font-size: 15px;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
}

.head_img2 h4 span {
    margin-right: 10px;
}

.blog_right {
    background-color: #fff;
    box-shadow: 0px 3px 10px#000000bf;
    padding: 20px;
    margin: 0px 20px;
    border-radius: 10px;
    position: sticky;
    top: 10%;
}

.enroll a {
    color: #fff;
    background-color: #e30000;
    display: inline-block;
    font-family: "f3";
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 10px;
    text-decoration: none !important;
}

.enroll h4 {
    margin-top: 15px;
    font-size: 20px;
    font-family: "f3";
}

/* blog end */

/* placement starts */
.placed h2 {
    font-family: "f3";
    font-size: 20px;
    color: #e31e24;
}

.placement-bg {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 30px 20px;
}

.logos_bg {
    background: #15080842;
    border-radius: 20px;
    padding: 30px 20px;
}

.cmpy_img {
    text-align: center;
}

.cmpy_img img {
    width: 85%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
}

/* placement ends */

/* project starts */
.project_card img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.project_card h2 {
    text-align: center;
    margin-top: 5px;
    font-family: "f3";
    font-size: 20px;
    color: #e31e24;
}

.project_card h4 {
    font-family: "f3";
    font-size: 18px;
    color: #000000;
}

.project_card p {
    font-family: "f1";
    font-size: 15px;
}

.project_card {
    margin: 10px;
    padding: 15px 10px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.desc p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.job_det img {
    width: 17px;
}

.job_det h4 {
    margin: 0px 0px 0px 10px;
    font-size: 16px;
}

.job_det h4 span {
    font-size: 14px;
}

.d_grid {
    display: grid;
    grid-row-gap: 16px;
    grid-template-columns: auto auto;
}

/* project ends */

/* home testimonial starts */
/* .hom-test {
        margin-top: 20px;
        margin-bottom: 20px;
    } */
.test_card {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    height: 245px;
    box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
}

.test_cards {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 42px 15px;
    height: 100%;
    box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
}

.test_img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    background: #ff0000;
    margin-bottom: 10px;
}

.test_img img {
    width: 100%;
    border-radius: 5px;
}

.test_card p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-height: 1.6;
}

.text_moal button {
    position: absolute;
    right: 0;
    border: 0;
    background: #ffda30;
    width: 25px;
    height: 25px;
    z-index: 1;
    color: #000;
}

.re-star .st_ar {
    color: #ffb300;
}

.test_card h5 {
    font-family: "f2";
    font-size: 18px;
}

.test_card p {
    font-family: "f1";
}

.test-ic {
    position: absolute;
    top: 20px;
    right: 20px;
}

.test-ic img {
    width: 60px !important;
    opacity: 0.5;
}

.mo-co {
    width: 350px !important;
}

.mo-di {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
}

.test-cer {
    margin-bottom: 22px;
}

.owl-theme .owl-nav {
    display: block;
}

.owl-theme .owl-dots {
    display: none;
}

.bg iframe {
    width: 100%;
    height: 211px;
}

/* home testimonial ends */

/* side icon start */

.social_icon {
    position: fixed;
    right: 0;
    bottom: 16%;
    z-index: 111;
}

.social_icon_enq {
    position: fixed;
    left: 0.5%;
    bottom: 30%;
    z-index: 1;
}

.social_icon_enq ul li span {
    font-size: 15px;
    padding: 5px 2px;
    color: #fff !important;
    background-color: #0091ef;
    writing-mode: vertical-lr;
    text-orientation: upright;
}

.social_icon ul .en_quiry {
    font-size: 15px;
    background: #0067a4;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 100px;
    right: 0;
    justify-content: center;
}

.social_icon ul .en_call {
    font-size: 15px;
    background: linear-gradient(317deg, #fca335, #ce6311);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 210px;
    right: 0;
    justify-content: center;
    padding: 5px;
}

.social_icon ul .en_what {
    font-size: 20px;
    background: linear-gradient(317deg, #1cf743, #116814);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 150px;
    right: 0;
    justify-content: center;
}

.fst_job {
    margin-bottom: 33px;
    transform: rotate(270deg);
    margin-left: -72px;
}

/* social ends */

/* career starts */
.career_left_img img {
    width: 100%;
}

.career_benefits {
    position: relative;
}

.carrer_offers h3 {
    color: #ffffff;
    margin-bottom: 20px;
}

.carrer_offers {
    margin-left: -50px;
    padding: 50px;
    background-color: #1b1c57;
}

.career_spl ul li {
    color: #ffff;
    line-height: 40px;
    font-family: "f1";
}

.position_logo img {
    width: 40px;
}

.job_time p {
    color: #fff !important;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 12px;
    background-color: #1b1c57;
}

.position span {
    font-size: 12px;
    color: #1b1c57;
    font-family: "f2";
}

.position p {
    color: #00000c;
    font-family: "f3";
}

.job_position {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 6px 20px 0 rgb(0 0 0 / 7%);
    border-radius: 20px;
    background-color: #fff;
}

/* .job_position p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
} */
.job_location p {
    color: #585858;
}

/* career ends */

/* website scroll start */

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ffe401;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    border-radius: 10px;
    border: 3px solid #ffffff;
}

/* website scroll ends */

.owl-nav,
.owl-dots {
    display: none;
}

.nr_dropdown .dr_li {
    width: 200px !important;
}
.nr_dropdown .dr_li li {
    margin-bottom: 5px;
}

.nr_dropdown .dr_li .dr_hv {
    padding: 10px;
    font-family: "f1";
    font-size: 15px;
    color: #000 !important;
    white-space: inherit;
    display: flex;
}
.nr_dropdown .dr_li li:hover {
    background: #ffeded;
}


/* styles */

.skill_cnt h3 {
    color: #e31e24;
    font-family: "f3";
    font-size: 20px;
}