/* top header css start */
.top_adderss ul {
    display: flex;
    gap: 14px;
}

.top_header {
    padding: 7px 0px;
    border-bottom: 1px solid #8080801c;
    position: relative;
    background: #101070;
}

.top_header:before {
    left: 0;
    top: 0;
    width: 520px;
    position: absolute;
    content: '';
    background: #101070;
    height: 100%;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.top_header:after {
    right: 0;
    top: 0;
    width: 485px;
    position: absolute;
    content: '';
    background: #208736;
    height: 100%;
    z-index: -1;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.top_adderss ul a i {
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #101070;
    border: 1px solid #fff;
}

.top_adderss ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.top_heading {
    text-align: center;
}

.top_heading h5 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: oblique;
}

.top_social_media ul {
    display: flex;
    justify-content: end;
    gap: 15px;
    align-items: center;
}

.top_social_media ul li a {
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.top_social_media ul li a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.top_social_media ul h5 {
    margin: 0;
    font-weight: 800;
    color: #fff;
}

.top_heading h5 span {
    color: #014978;
}
/* top header css end */

/* header css start */

.logo img {
    width: 100%;
    max-width: 90px !important;
}

.menu {
    display: flex;
    gap: 40px;
    justify-content: end;
    align-items: center;
}

.menu ul {
    display: flex;
    gap: 30px;
}

header {
    padding: 6px 0px;
    background: #fff;
    border-bottom: 1px solid #8080801c;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.menu ul a {
    font-size: 15px;
    font-weight: 600;
    color: #0e0e0e;
    text-transform: uppercase;
    transition: 0.5s;
}

.menu ul a:hover {
    color: #ec0101;
}
/* header css end */


/* hero section start */

/* .hero_section .swiper-slide {
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
} */
.hero_section .swiper-slide img {
    width: 100%;
}
.hero_section .slider-1 {
    background: linear-gradient(0deg, #000000c9, #0000009e), url(../images/hero/slider-1.jpg);
    background-size: cover;
}
.hero_section .slider-2 {
    background: linear-gradient(0deg, #000000c9, #0000009e), url(../images/hero/slider-2.jpg);
    background-size: cover;
}
.hero_section .slider-3 {
    background: linear-gradient(0deg, #000000c9, #0000009e), url(../images/hero/slider-3.jpg);
    background-size: cover;
}

.hero_content h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero_content h1 {
    color: #fff;
    font-size: 59px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 3px 4px 0px #101070b3;
    letter-spacing: 0.9px;
}

.hero_content p {
    color: #c5c5c5;
    font-size: 16px;
    margin-top: 30px;
}


.hero_content .main_btn {
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}

.hero_content .main_btn a {
    text-transform: uppercase;
}

.hero_content .main_btn a:hover {
    color: #fff;
    border-color: #fff;
}
/* hero section end */


/* about section start */
.our-approach-image {
    padding-right: 222px;
    margin-left: 15px;
    position: sticky;
    top: 0;
}

.about_content > div h6 {
    font-weight: 900;
    font-size: 15px;
}

.our-approach-img-1{
    border-radius: 999px;
}

.our-approach-img-1 img {
    aspect-ratio: 1 / 1.796;
    border-radius: 999px;
}

.our-approach-img-2 {
    max-width: 364px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 10px solid #fff;
    border-radius: 999px;
    overflow: hidden;
    z-index: 1;
    animation: slideDas 5s infinite linear;
}

@keyframes slideDas {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-60px); /* move down */
  }
  100% {
    transform: translateY(0px); /* move back up */
  }
}

.our-approach-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.291;
}


.about_content h5 {
    font-size: 18px;
    color: #101070;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
}

.about_content h5:before {
    width: 60px;
    height: 2px;
    background: #101070;
    display: inline-block;
    content: '';
    margin-right: 7px;
}

.about_content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.about_content h4 {
    font-size: 20px;
    font-weight: 800;
}

.about_content ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #7d7d7d;
}

.about_content ul li i {
    color: #101070;
}

.about_content ul {
    margin-bottom: 30px;
}
/* about section end */



/* serevices section start */
.services_img {
    border-radius: 6px;
    overflow: hidden;
}

.services_img img {
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    transition: 0.5s;
    height: 250px;
    object-fit: cover;
}

.services_box {
    border: 1px solid #8080803b;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.services_content h4 {
    width: 90%;
    background: #101070;
    margin: auto;
    position: relative;
    font-size: 15px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #101070;
    z-index: 10;
    transition: 0.5s;
    margin-top: 15px;
}

.services_content h4 a {
    color: #fff;
    display: flex;
    justify-content: center;
}

/* .services_box:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    background: #ffffffed;
    content: '';
    border-radius: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
} */

.services_box:hover .services_img img {
    transform: scale(1.2);
}


.services_box:hover:before {
    width: 500px;
    height: 500px;
    transition: 600ms;
    background: transparent;
}

.services_box:hover .services_content h4 {
    background: #101070;
    color: #fff;
    border-color: #fff;
}

.services_box:hover .services_content h4  a{
    color: #fff;
}

.main_heading h5 {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    width: fit-content;
    display: flex;
    margin: auto;
    align-items: center;
}

.main_heading h5:before, .main_heading h5:after {
    width: 60px;
    height: 2px;
    background: #101070;
    display: inline-block;
    content: '';
    margin-right: 7px;
}

.main_heading h5:after {
    margin-left: 7px;
    margin-top: 8px;
}

.main_heading p {
    font: normal normal 500 15px / 25px 'Manrope';
    color: #5e5e5e;
    margin-top: 15px;
}

.services_section {
    background: linear-gradient(0deg, #d7d7d72b, #d7d7d72b), url(../images/services/bg.png);
    width: 100%;
    height: 100%;
    background-size: auto;
    padding: 80px 0px;
}
/* serevices section end */


/* courses section start */
.courses_img img {
    width: 100%;
}



.courses_Content h5 {
    font-size: 18px;
    color: #101070;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
}

.courses_Content h5:before {
    width: 60px;
    height: 2px;
    background: #101070;
    display: inline-block;
    content: '';
    margin-right: 7px;
}

.courses_Content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.courses_Content h3 span{
    color: #101070;
}

.courses_Content ul li {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.courses_Content ul li .imge_coure {
    width: 60px;
    height: 60px;
    background: #101070;
    min-width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
}

.courses_Content ul li h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.courses_Content ul li p {
    font-size: 14px;
    color: #515151;
    line-height: 24px;
    margin: 0;
}

.courses_Content ul {
    margin-top: 40px;
}
/* courses section end */


/* why choose content start */
.choose_box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    padding: 30px;
    border: 1px solid #80808047;
    border-radius: 15px;
    height: 100%;
    background: #fff;
}

.choose_img {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #101070;
    font-size: 40px;
    margin: auto;
    position: relative;
}

.choose_content {
    margin-top: 20px;
}

.choose_content h3 {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
}

.choose_content h3 a{
    color: #000000;
}

.choose_content p {
    font-size: 15px;
    margin: 0;
    color: gray;
    line-height: 25px;
}

.choose_img:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    border: 1px dashed #101070;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    animation: slideDass 5s infinite linear;
}

@keyframes slideDass {
    100%{
    transform: rotate(360deg);
} 
    
}

.choose_section {
    background: linear-gradient(0deg, #d7d7d72b, #d7d7d72b), url(../images/services/bg.png);
    width: 100%;
    height: 100%;
    background-size: auto;
    padding: 80px 0px;
}
/* why choose content end */

/* counter section start */
.counter_section {
    background: url(../images/conter.png);
    padding: 80px 0px;
    background-size: contain;
}

.counter_section .main_heading h5 {
    color: #fff;
}

.counter_section .main_heading h5:before, .counter_section .main_heading h5:after {
    background: #fff;
}

.counter_section .item {
    text-align: center;
    border-right: 1px solid #ffffff4a;
}

.counter_section .item i {
    color: #ec0101;
    font-size: 50px;
    margin-bottom: 10px;
}

.counter_section #counter {
    margin-top: 50px;
}

.counter_section .item  h1 {
    /* color: #fff; */
    font-weight: 700;
    margin: 0;
}

.counter_section .item .plus {
    color: #fff;
    align-items: center;
    font-size: 45px;
    font-weight: 700;
    gap: 10px;
}

.counter_section .item .text {
    color: #ec0101;
    margin: 0;
    font-size: 17px;
}
/* counter section end */


/* skill section start */

.skill_section {
    background: linear-gradient(90deg, #101070 0%, #849eff 50%, #101070 100%);
    padding: 50px 0px;
}

.skill_content h3 {
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0px 6px 0px #a3a3a357;
    letter-spacing: 0.9px;
}

.skill_img img {
    width: 100%;
}

.skill_content p {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
}

.skill_content h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.main_btn2 a {
    font-size: 14px;
    background: #101070;
    width: fit-content;
    padding: 11px 40px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* skill section end */


/* contact section start */
.contact_form {
    border: 1px solid #80808030;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact_form h3 {
    font-size: 30px;
    font-weight: 700;
}

.contact_form p {
    color: gray;
    font-size: 14px;
    margin-bottom: 30px;
}

.contact_form label {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact_form input {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #8080804a;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    outline: none;
}

.contact_form input:focus {
    border-color: #101070;
}


.contact_form button {
    border: 0;
    background: #101070;
    padding: 12px 40px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: auto;
    margin-top: 25px;
    border: 2px solid #101070;
    transition: 0.5s;
}

.contact_form button:hover {
    background: transparent;
    color: #101070;
}

.contact_section .courses_Content ul li p {
    font-size: 16px;
    font-weight: 500;
}

.client_section {
    background: #101070;
    padding: 10px 0px;
}

.client_logo img {
    width: 100%;
    max-width: 150px;
}

.contact_section .courses_Content ul li {
    margin-top: 40px;
}
/* contact section end */


/* footer section start */
footer {
    padding: 70px 0px 0px 0px;
    background: linear-gradient(0deg, #ffffff, #d7d7d757), url(../images/services/bg.png);
    width: 100%;
    height: 100%;
    background-size: auto;
    margin-top: 50px;
}


.footer_logo a img {
    width: 100%;
    max-width: 110px;
    margin-bottom: 20px;
}

.footer_logo  p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}


.quick_links h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.quick_links ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
}

.quick_links ul li a i {
    color: #101070;
}

.quick_links ul li a:hover {
    padding-left: 10px;
    color: #101070;
}

.contact_lsit h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact_lsit li {
    font-size: 15px;
    font-weight: 500;
}

.contact_lsit li a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
}

.contact_lsit li a:hover {
    color: #101070;
    padding-left: 10px;
}

.footer_social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.footer_social li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s;
}

.footer_social li a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.contact_lsit li a i {
    color: #101070;
}

.footer_social li a:hover {
    background: #ec0101;
}

.copy_right {
    border-top: 1px solid #80808038;
    padding: 13px 0px;
    margin-top: 50px;
}


.text_copy p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
/* footer section end */


.breadcrumb_section {
    background: linear-gradient(0deg, #000000b5, #0000003b), url(../images/about/breadcrumb.jpg);
    background-size: cover;
    padding: 140px 0px;
    background-position: top;
}

.breadcrumb_content {
    text-align: center;
}

.breadcrumb_content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.breadcrumb_content ul {
    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: center;
}

.breadcrumb_content ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.breadcrumb_content ul li a {
    color: #fff;
}

.about_img img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
}

.Mession_box {
    text-align: center;
    margin-top: 25px;
}

.Mession_box h3 {
    margin: 20px 0px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.gallery_box {
    margin-top: 20px;
    border: 1px solid #8080804d;
    padding: 10px;
    border-radius: 15px;
}

.gallery_box img {
    width: 100%;
    height: 245px;
    object-fit: contain;
    border-radius: 10px;
}


.skill_content .main_btn2 a {
    background: #fff;
    color: #000;
    font-weight: 700;
}


.submenu_list {
    position: relative;
}

.menu .submenu_list .submenu_ul {
    position: absolute;
    display: block;
    background: #fff;
    padding: 0px 0px;
    top: 98px;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    overflow: hidden;
    transition: 0.5s;
}

.menu .submenu_list:hover .submenu_ul{
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.menu .submenu_list .submenu_ul li a {
    white-space: nowrap;
    padding: 8px 20px;
    border-bottom: 1px solid #80808042;
    width: 100%;
    display: flex;
    font-size: 14px;
}

.menu ul li {
    padding: 33px 0px;
}

.menu .submenu_list .submenu_ul li {
    padding: 0;
}

.menu .submenu_list .submenu_ul li:last-child a {
    border: 0;
}


.sidebar_student {
    padding: 20px 0px 0px 0px;
    border: 1px solid #8080802e;
    background: #8080800a;
    margin: 50px 0px 0px 0px;
    border-radius: 10px;
}


.sidebar_student .slybus h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 0px 15px;
    text-align: center;
}

.menu_slybus li {
    position: relative;
}

.menu_slybus .dropdown-btn.active {
    color: #101070 !important;
    font-weight: 600;
}


.menu_slybus li>a {
    display: block;
    padding: 10px 15px;
    margin-bottom: 0px;
    text-decoration: none;
    border-bottom: 1px solid #8080802e;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.dropdown-menus {
    display: none;
    margin-left: 15px;
}

.dropdown-menus.open {
    display: block;
}

.menu_slybus .dropdown-btn {
    position: relative;
    padding: 10px 15px 10px 35px !important;
}

.menu_slybus .dropdown-btn span {
    width: 13px;
    height: 13px;
    background: #d5d5d56e;
    content: '';
    position: absolute;
    left: 13px;
    top: -3px;
    bottom: 0;
    margin: auto;
    border: 1px solid #bbbbbbb5;
}

.menu_slybus .dropdown-btn span:before {
    position: absolute;
    left: 0px;
    right: 0;
    width: 1px;
    height: 100%;
    background: #575757ab;
    content: '';
    margin: auto;
}

.menu_slybus .dropdown-btn span:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #575757ab;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
}

.menu_slybus .dropdown-btn.active span:before {
    content: none;
}

.sidebar_student .slybus .dropdown-menus h4 {
    font-size: 14px;
    text-align: start;
    margin-top: 10px;
}

.sidebar_student .slybus .dropdown-menus  a {
    border: 0;
    font-size: 14px;
    color: #6b6b6b;
    display: flex;
    align-items: center;
    gap: 7px;
}

.menu_slybus li:last-child a {
    border: 0;
}

.subject_pdf{
    display: none;
    margin-top: 50px;
}

.subject_pdf.active {
    display: block;
}

.subject_pdf img {
    width: 100%;
}


.search_main_box {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.search_Imge {
    width: 250px;
    height: 300px;
    border: 1px solid #80808059;
    padding: 10px;
    border-radius: 15px;
}

.search_Imge img {
    width: 100%;
    /* height: 100%;
    object-fit: cover;
    border-radius: 8px; */
}

.search_Imge_content .view_profile {
    width: fit-content;
    display: flex;
    background: #101070;
    margin-top: 20px;
    justify-content: center;
    padding: 9px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #101070;
    transition: 0.5s;
}

.search_Imge_content .view_profile:hover {
    background: transparent;
    color: #101070;
}


.search_Imge_content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}

.search_Imge_content h3 a {
    color: #141414;
}

.search_Imge_content ul li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: gray;
    border-bottom: 1px solid #8080803b;
    padding: 7px 0px;
}

.search_Imge_content ul li h5 {
    margin: 0;
    color: #101070;
    font-weight: 700;
    font-size: 17px;
}

.search_Imge_content h4 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;
    color: #000;
}

.search_Imge_content p {
    font-size: 15px;
    color: gray;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}


.search_main-form {
    background: #8080801c;
    padding: 20px 0px 20px 0px;
    border: 1px solid #80808030;
    border-radius: 15px;
}

.search_main-form label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.search_main-form h4 {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-left: 25px;
}

.search_main-form .form-select {
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 500;
}
/* 
.search_main-form button {
    background: #101070;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
    border: 1px solid #101070;
} */

.search_main-form button:hover {
    background: transparent;
    color: #101070;
}

.search_main-form button i {
    margin-top: 2px;
}

.lsit_gender {
    border-bottom: 1px solid #80808040;
    padding: 0px 25px 10px 25px;
}

.lsit_gender h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}

.search_main-form h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    margin-left: 25px;
}

.lsit_gender ul {
    display: flex;
    flex-wrap: wrap;
}

.lsit_gender ul .form-check {
    width: 50%;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}

.search_main-form form {
    padding: 0px 25px;
}


.user_data {
    padding: 40px;
    border-bottom: 1px solid #8080803b;
}

.user_data > div {
    display: flex;
    gap: 40px;
    align-items: center;
}

.user_Imge {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px dashed gray;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.user_Imge img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    min-width: 180px;
}

.usre_profile {
    border: 1px solid #8080803b;
    border-radius: 15px;
}


.uer_content h2 {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.uer_content h3 {
    font-size: 19px;
    font-weight: 600;
    color: #3d3d3d;
}


.uer_content p {
    font-size: 15px;
    font-weight: 500;
    color: gray;
    margin-top: 14px;
}


.user_data h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
}

.user_data h6 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: gray;
}

.Classes_all {
    padding: 40px;
    border-bottom: 1px solid #8080803b;
}

.Classes_all h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.Classes_all ul li {
    display: flex;
    align-items: center;
}

.Classes_all ul li h6 {
    margin: 0;
    width: 30%;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 0px;
}

.Classes_all ul li p {
    margin: 0;
    width: 30%;
    font-size: 14px;
    font-weight: 500;
    color: gray;
    padding: 6px 0px;
}

.Classes_all p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #5d5d5d;
    line-height: 25px;
}

.Classes_all p b {
    color: #000;
}

.cotntact_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
}

.cotntact_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.user_forme_man h4 {
    text-align: center;
    margin-left: 0;
    margin-top: 12px;
    margin-bottom: 6px;
}

.user_forme_man p {
    font-size: 13px;
    font-weight: 500;
    padding: 0px 25px;
    text-align: center;
    margin-bottom: 25px;
    color: #5b5b5b;
}

.user_forme_man input {
    width: 100%;
    border: 1px solid #80808047;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    outline: none;
}

.user_forme_man {
    padding-bottom: 25px;
    padding-top: 25px;
}


.Experience_box ul li {
    font-size: 14px;
    display: flex;
    padding-bottom: 8px;
}

.Experience_box ul li span {
    color: #101070;
    font-weight: 600;
    width: 33%;
}

.Experience_box ul {
    padding-bottom: 10px;
}

.carrer_heading h3 {
    color: #101070;
    font-size: 17px;
    font-weight: 700;
}

.carrer_heading {
    margin-top: 15px;
}

.carrer_heading ul li {
    display: flex;
    gap: 10px;
    font-size: 13px;
    padding: 4px 0px;
}

.carrer_heading ul li i {
    color: #101070;
    padding-top: 3px;
}

.Immediate_warning {
    background: #ffbe0036;
    border: 1px solid #ffbe0063;
    padding: 10px 15px;
    font-size: 14px;
    margin: 9px 0px;
    border-radius: 5px;
    font-weight: 600;
}

.note_job {
    background: #0562ca4f;
    border: 1px solid  #0562ca4f;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 14px;
}

.note_job span {
    font-weight: 800;
}

.lotest_job {
    background: #8080800a;
    padding: 20px;
    border: 1px solid #8080803d;
    border-radius: 15px;
    margin-top: 20px;
}

.mil-divider {
    width: 100%;
    height: 2px;
    background-color: rgba(18,24,32,.1);
    position: relative;
}

.mil-divider:after, .mil-divider:before {
    content: "";
    width: 25px;
    border-right: 5px solid #fff;
    height: 100%;
    background-color: #101070;
    position: absolute;
    top: 0;
    left: 0;
}

.mil-divider:after {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 5px solid #fff;
}

.lotest_job .main_btn a {
    width: 100%;
    justify-content: center;
}

.store_box {
    border: 1px solid #8080804f;
    padding: 10px 10px 15px 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.store_box .store_img {
    width: 100%;
    height: 200px;
}

.store_box .store_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store_box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}

.store_box h5 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.store_box h5 span {
    font-size: 13px;
    color: #0bb962;
}

.store_box .book_now {
    width: 100%;
    padding: 8px 10px;
    background: #101070;
    display: flex;
    justify-content: center;
    border-radius: 7px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-top: 17px;
    border: 1px solid #101070;
    transition: 0.5s;
}

.store_box .book_now:hover {
    background: transparent;
    color: #101070;
}


.account_info_secton {
    background: linear-gradient(0deg, #ffffff, #0000003b), url(../images/about/breadcrumb.jpg);
}

.job-profile {
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    margin-top: 50px;
    border-radius: 10px;
}

.user-profile {
    overflow: hidden;
    padding: 0 25px;
}

.user-images {
    float: left;
    margin-top: 30px;
    border: 1px solid #fcfcfc;
}

.job-profile .user {
    float: left;
    padding-left: 30px;
}

.job-profile .user h2 {
    font-weight: 800;
    color: #212121;
    margin-top: 35px;
    font-size: 30px;
}

.job-profile .user h5 {
    color: #a5a5a5;
    font-size: 14px;
}

.favorites-user {
    float: right;
}

.job-profile .my-ads, .job-profile .favorites {
    float: left;
    padding: 30px 40px;
    text-align: center;
    border-left: 1px solid #dfdfdf;
}

.job-profile .favorites-user a {
    font-size: 50px;
    color: #101070;
    display: block;
    font-weight: 500;
}

.job-profile .favorites-user small {
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 0;
}

.job-profile .user-menu {
    border-top: 1px solid #dfdfdf;
}

.job-profile .user-menu li {
    padding: 15px 20px;
    float: left;
    border-left: 1px solid #dfdfdf;
}

.job-profile .user-menu li a {
    color: #838383;
    font-size: 15px;
    font-weight: 500;
}

.user-images img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #80808070;
    padding: 5px;
    min-width: 85px;
}

.job-profile .user h2 a {
    color: #101070;
}

.resume-content {
    margin-top: 20px;
}

.resume-content .profile_name {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 30px;
    border-radius: 10px;
    flex-wrap: wrap;
}

.profile_name .profile_img {
    width: 180px;
    height: 180px;
    min-width: 180px;
}

.profile_name .profile_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


.profile_contentns h2 {
    font-size: 30px;
    font-weight: 700;
}

.profile_contentns p {
    margin: 0;
    font-size: 15px;
    color: #5f5f5f;
}

.profile_contentns a {
    background: #101070;
    padding: 9px 30px;
    border-radius: 34px;
    color: #fff;
    font-size: 14px;
    display: flex;
    width: fit-content;
    margin-top: 15px;
    border: 1px solid #101070;
    transition: 0.5s;
}

.profile_contentns a:hover {
    background: transparent;
    color: #101070;
}


.personal_section {
    background: #ffffff;
    padding: 0px 0px;
}

.personal_section .personal_box {
    background: #f5f5f5;
    padding: 35px;
}

.personal_section .personal_box h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.personal_box ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #80808033;
    padding: 9px 0px;
    font-size: 14px;
    font-weight: 500;
}

.personal_box ul li:last-child {
    border: 0;
    padding-bottom: 0;
}


.edit-profile_page {
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
}

.edit-profile_page h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.Update_input {
    margin-bottom: 15px;
}

.Update_input label {
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 6px;
    color: #555555;
}

.Update_input input {
    border: 1px solid #80808040;
    padding: 9px 15px;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    outline: none;
}

.update_btn {
    margin-top: 15px;
}

.update_btn a {
    background: #101070;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #101070;
    font-weight: 500;
    transition: 0.5s;
}

.update_btn a:hover {
    background: transparent;
    color: #101070;
}


.main_tabel_profile {
    width: 100%;
}

.main_tabel_profile thead th {
    border: 1px solid #8080805c;
    padding: 10px 15px;
    font-size: 14px;
}

.main_tabel_profile td {
    border: 1px solid #8080805c;
    padding: 10px 15px;
    font-size: 14px;
}


.reviews_box {
    background: #80808036;
    padding: 20px 20px;
    border-radius: 15px;
    border: 1px solid #80808087;
}

.reviews_box h4 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.reviews_box p {
    color: #313131;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}


.hero_section .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';   
}

.hero_section .swiper-slide {
    position: relative;
    /* height: 650px; */
}

.hero_section .hero_content {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 160px;
}

.select2-container{
    width: 100% !important;
}