
.top_details ul {
    display: flex;
}

.top_details ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.social_media {
    display: flex;
    justify-content: end;
}

.social_media ul {
    display: flex;
    gap: 15px;
}

.social_media ul li a {
    width: 35px;
    height: 35px;
    background: var(--bg-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-radius: 2px 10px;
    font-size: 14px;
}

.top_header {
    background: var(--bg-blask);
    padding: 7px 0px;
}

.header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_menu ul {
    display: flex;
    gap: 30px;
}


.logo img {
    width: 100%;
    max-width: 240px;
}

.header_menu ul li a {
    color: var(--bg-blask);
    font-weight: 600;
}

.top_details ul li a i {
    color: var(--bg-yellow);
}

header {
    padding: 5px 0px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
}

header:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 30%;
    height: 100%;
    background: url(../images/logo_bg_mask.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}


.top_details ul li {
    position: relative;
    padding: 0px 25px;
}

.top_details ul li:before {
    position: absolute;
    right: 0;
    height: 70%;
    width: 1px;
    background: #fff;
    content: '';
    bottom: 0;
    top: 0;
    margin: auto;
}

.top_details ul li:first-child {
    padding-left: 0;
}

.top_details ul li:last-child:before {
    content: none;
}

.top_details ul li:last-child {
    padding-right: 0;
}


.hero_section {
    background: linear-gradient(0deg, #0000009e, #0000008c), url(../images/slider/hero.jpg);
    background-size: cover;
    background-position: top;
    height: 650px;
    display: flex;
    align-items: center;
}

.hero_content {
    text-align: center;
}

.hero_content h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}



.hero_content h2 {
    font-size: 62px;
    color: #fff;
    font-weight: 700;
}

.hero_content p {
    color: #f1f1f1;
    font-size: 16px;
}

.hero_content .main_btn a {
    margin: auto;
    margin-top: 30px;
}

.hero_content h2 span {
    color: var(--bg-yellow);
}

.about_main_img {
    position: relative;
}

.about_img-1, .about_img-2 {
    width: 60%;
}

.about_img-1 img, .about_img-2 img {
    width: 100%;
    border-radius: 25px;
}

.about_img-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}



.about_content h5 {
    font-size: 17px;
    font-weight: 700;
    padding-left: 90px;
    position: relative;
}

.about_content h5:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--bg-yellow);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about_content h3 {
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about_content p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #686868;
    border-bottom: 1px solid #80808042;
    padding-bottom: 25px;
}

.about_content ul {
    margin-top: 30px;
}

.about_content ul li {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.about_content ul li i {
    color: var(--bg-yellow);
    padding-right: 5px;
    font-size: 17px;
}

.services_section {
    background-color: #80808012;
    padding: 80px 0px;
    position: relative;
    z-index: 1;
}

.services_section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/service/pe.webp);
    z-index: -1;
    background-size: contain;
    opacity: 0.04;
}

.main_heading {
    margin-bottom: 40px;
}

.main_heading h3 {
    font-weight: 800;
    font-size: 40px;
    color: #000;
}


.services_box {
    border-radius: 10px;
    margin-top: 20px;
}

.services_img {
    width: 100%;
    border-radius: 10px;
}

.services_img img {
    width: 100%;
    border-radius: 10px;
}

.services_box h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 8px;
}

.services_box p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.about_main_i img {
    width: 100%;
    border-radius: 20px;
}

.service_content {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 23px 23px;
    width: 90%;
    margin: -70px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 3px #80808021;
}


.about_content h4 {
    font-weight: 700;
}

.services_box a {
    width: 50px;
    height: 50px;
    background: var(--bg-yellow);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -22px;
    color: #000;
    transform: rotate(317deg);
}

.choose_main_img {
    position: relative;
}

.choose_img-1 img {
    width: 100%;
    border-radius: 15px;
}

.choose_img-2 {
    position: absolute;
    bottom: -20px;
    width: 40%;
    right: -40px;
}

.choose_img-2 img {
    width: 100%;
    border-radius: 11px;
}

.why_section {
    background: var(--bg-blask);
    padding: 90px 0px;
    position: relative;
    z-index: 1;
}

.why_section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: url(../images/service/dot-shape.png);
}

.why_section .about_content h5 {
    color: var(--bg-yellow);
}

.why_section .about_content h3 {
    color: #fff;
}


.choose_content h4 {
    color: #ffff;
    font-size: 20px;
}

.choose_content  p {
    padding-bottom: 20px;
    color: #909090;
    border: 0;
}

.main_heading h5 {
    font-size: 17px;
    font-weight: 600;
    color: var(--bg-yellow);
}

.gallery_img img {
    width: 100%;
    border-radius: 10px;
}


footer {
    background: var(--bg-blask);
    padding: 80px 0px  0px 0px;
    position: relative;
    z-index: 1;
}

footer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/service/dot-shape.png);
    background-size: cover;
    z-index: -1;
}


.footer_logo {}

.footer_logo img {
    width: 100%;
    max-width: 250px;
}

.footer_logo p {
    color: #bcbcbc;
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
}

.footer_logo ul {
    display: flex;
    gap: 20px;
}

.footer_logo ul li a {
    color: #010f1c;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-yellow);
    font-size: 15px;
    border-radius: 2px 8px;
}

.quick_links h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.quick_links h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 2px;
    background-color: #FFB30F;
}

.quick_links h4:after {
    width: 16px;
    border: 2px solid #0E121D;
    height: 7px;
    background-color: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite;
    position: absolute;
    content: '';
}

@-webkit-keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

.footer_lsit li a {
    color: #bcbcbc;
    font-size: 15px;
    margin-top: 17px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: 0.5s;
}

.footer_lsit li a i {
    transform: rotate(315deg);
    transition: 0.5s;
}

.footer_lsit li a:hover {
    color: var(--bg-yellow);
}

.footer_lsit li a:hover i {
    transform: rotate(360deg);
}


.footer_contant h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.footer_contant li a {
    display: flex;
    gap: 10px;
    color: #bcbcbc;
    font-size: 14px;
}

.footer_contant li a i {
    background: var(--bg-yellow);
    padding: 8px 10px;
    color: #010f1c;
    border-radius: 0px 5px;
}

.footer_contant li {
    margin-top: 16px;
}

.copy_text {
    border-top: 1px solid #80808030;
    padding: 15px 0px;
    margin-top: 80px;
}

.copy_text p {
    color: #fff;
    font-size: 15px;
}

.breadcrumb_section {
    background: linear-gradient(1deg, #000000c2, #00000069), url(../images/slider/breadcumb-bg.jpg);
    padding: 65px 0px;
    background-size: cover;
}


.breadcrumb_content h3 {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff29;
    color: #fff;
    padding-bottom: 12px;
}

.breadcrumb_content ul {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.breadcrumb_content ul li {
    color: #fff;
    font-size: 15px;
}

.breadcrumb_content ul li a {
    color: var(--bg-yellow);
}

.career_img img {
    width: 100%;
    border-radius: 15px;
}

.career_form {
    background: #80808026;
    padding: 30px 40px;
    border-radius: 15px;
}

.career_form h3 {
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.career_form h3 span {
    color: var(--bg-yellow);
}

.career_form p {
    font-size: 15px;
    font-weight: 500;
}

.career_form label {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}

.career_form .mb-3 input ,.career_form .mb-3 textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #8080804d;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    border-radius: 5px;
}

.forgore {
    display: flex;
    justify-content: space-between;
}

.forgore a {
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}

.main_btne {
    width: 100%;
    border: 0;
    background: var(--bg-yellow);
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 15px;
}

.career_form p a {
    color: #ffc824;
}


.privacy-policy_content h3 {
    font-size: 35px;
    font-weight: 700;
}

.privacy-policy_content h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.privacy-policy_content p {
    font-size: 14px;
    font-weight: 500;
    color: #5f5f5f;
}

.privacy-policy_content h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}

.privacy-policy_content ul li {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    color: #3e3e3e;
}


.contact_box {
    border: 1px solid #8080804f;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    height: 100%;
    align-items: center;
}

.img_content {
    width: 60px;
    height: 60px;
    background: var(--bg-yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 22px;
    color: #000;
    min-width: 60px;
}

.contact_box h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 7px;
}

.contact_box p {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.contact_box a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    width: 100%;
}