:root {
    --primary-font: "Inter Tight", sans-serif;
    --secondary-font: "Outfit", sans-serif;
    --primary-color: #eb5f3f;
    --secondary-color: #5b5b5b;
    --info-color: #242424;
    --text-color:#ffffff;
    --primary-font-size: 17px;
    --primary-transition-effect: all 0.35s ease-in-out;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--secondary-font);
    font-size: var(--primary-font-size);
}

body {
    /* background: #fbfaf8; */
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: inherit;
    color: inherit;
    transition: var(--primary-transition-effect);
}

img {
    max-width: 100%;
}

.container {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.site-toggle {
    display: none;
}

.primary-button {
    background: var(--primary-color);
    padding: 12px 24px;
    display: inline-block;
    color: var(--text-color);
    line-height: 24px;
    border-radius: 5px;
    font-family: var(--primary-font);
    cursor: pointer;
    font-weight: 500;
    transition: all 0.35s ease-in-out;
}
@media (max-width:480px) {
    .primary-button {
        font-size: 16px;
    }
}

.primary-button:hover,
.primary-button:focus {
    background: var(--secondary-color);
    color: var(--text-color);
}

/* header css start */
.site-logo {
    display: block;
    max-width: 250px;
}
.dropDown-menu .lnr {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    bottom: -1px;
    right: -1px;
    transition: all 0.35s ease-in-out;
}
.dropDown-menu:hover .lnr,
.dropDown-menu:focus .lnr,
.dropDown-menu .active + .lnr {
    color: var(--primary-color);
}
.nav-link {
    /* font-family: var(--primary-font); */
    font-weight: 500;
    color: #5b5b5b;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
    padding: 27px 0;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: var(--primary-color);
}
.nav-link.active {
    font-weight: 700;
}
.site-header {
    padding: 25px 0 15px;
    position: relative;
    z-index: 1;
}
.site-header .container {
    border-bottom: 1px solid rgb(221 221 221 / 50%);
    padding-bottom: 24px;
}
.header-btn .primary-button {
    /* background: var(--secondary-color); */
    font-size: 18px;
    font-family: 'Outfit';
    padding: 14px 24px;
}
.site-navigation li {
    margin: 0 16px;
}
.site-navigation .dropDown-menu {
    position: relative;
}
.subMenu-list {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 2;
    background: #eb5f3f;
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 7px;
    transform: translateY(10px);
    transition: all 0.35s ease-in-out 0s;
}
.site-navigation .dropDown-menu:hover .subMenu-list {
    transform: none;
    visibility: visible;
    opacity: 1;
}
.subMenu-list a {
    color: var(--text-color);
    padding: 10px 5px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.subMenu-list li+li a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* banner css start */

.site-banner {
    position: relative;
    padding: 130px 0 70px;
}
.banner-content {
    position: relative;
   /* z-index: 1;*/
}
.site-banner h1 {
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--info-color);
    line-height: 120px;
    margin-bottom: 25px;
    font-family: var(--primary-font);
}
.subheading {
    text-transform: uppercase;
    font-weight: 700;
    color:var(--primary-color);
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}
.site-banner p {
    margin-bottom: 40px;
    line-height: 40px;
    font-size: 24px;
    color: var(--secondary-color);
}
.primary-button.lg-button {
    padding: 22px 44px;
    border-radius: 9px;
    font-size: 20px;
}
.site-banner .bannerImg {
    display: block;
    min-width: 890px;
    margin-top: -160px;
    margin-left: -110px;
}
.banner-content .banner-pattern {
    position: absolute;
    left: -80px;
    top: -70px;
    z-index: -1;
    opacity: 0.1;
    max-width: 530px;
}

/* about us css start */
.about-us-section {
    padding-bottom: 80px;
    position: relative;
}
.about-img img {
    /* height: 600px; */
    width: 100%;
    object-fit: cover;
    object-position: center center;
    /* box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2); */
}
.about-us-content {
    padding-left: 50px;
}
.about-us-content h2 {
    font-family: var(--primary-font);
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 20px;
}
.about-us-content p {
    margin-bottom: 30px;
    line-height: 36px;
    font-size: 20px;
    color: var(--secondary-color);
}
.about-us-pattern {
    position: absolute;
    top: 170px;
    right: 0;
    max-width: 1330px;
    opacity: 0.05;
}
/* quote-section css start */
.quote-section {
    background: url(../img/background-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 370px 0;
    position: relative;
}


/* projects-section css start */
.projects-section {
    padding: 100px 0;
    overflow: hidden;
}
.project-top-content h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 60px;
}
.project-top-content .subheading {
    margin-top: 15px;
}
.project-img {
    overflow: hidden;
    border-radius: 20px;
}
.project-img img {
    display: block;
}
.project-location {
    font-size: 20px;
}
.project-location .lnr {
    color: #eb5f3f;
    font-size: 30px;
    vertical-align: bottom;
}
.project-info h3 {
    font-size: 40px;
    font-family: var(--primary-font);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.project-info p {
    margin-bottom: 30px;
    line-height: 36px;
    font-size: 20px;
    color: var(--secondary-color);
}
ul#counter-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
ul#counter-box li {
    width: 50%;
    padding-right: 25px;
}
ul#counter-box h4 {
    font-weight: 300;
    font-size: 20px;
}
ul#counter-box .counter-num span {
    font-size: 45px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 600;
}

/* services section css start */
.services-section {
    padding: 100px 0;
}
.services-top-panel h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 30px;
}
.services-card {
    background: #F4F4F5;
    padding: 40px 35px;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.services-card span {
    display: inline-block;
    font-size: 110px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: -20px;
    line-height: 1;
    color: #d2d2d244;
    z-index: 0;
}
.services-card h3 {
    color: var(--info-color);
    font-size: 30px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 38px;
    margin-bottom: 20px;
}
.services-card p {
    color: var(--secondary-color);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}
.services-card img {
    width: 70px;
    margin-bottom: 20px;
}

/* client section css start */
.client-section {
    padding: 100px 0;
}
.client-section h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 30px;
}
.client-section ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.client-section li {
    width: 16.66%;
    padding: 15px;
}
.client-img {
    background: #F4F4F5;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.client-img img {
    height: 70px;
    object-fit: contain;
}

/* team section css start */
.team-section {
    padding: 60px 0;
    background: url(../img/roadImg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    /* background: #eb5f3f; */
}
.team-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(235 95 63 / 90%);
}
.team-top-content .subheading {
    margin-top: 15px;
    color: var(--text-color);
    border-bottom: 1px solid var(--text-color);
    display: inline-block;
    padding-bottom: 8px;
}
.team-top-content h2 {
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 40px;
    letter-spacing: 2px;
}
.team-top-content .primary-button.lg-button {
    background: var(--text-color);
    color: var(--primary-color);
}
.team-list {
    margin-top: 80px;
}
.team-img {
    border-radius: 10px;
    overflow: hidden;
}
.team-info {
    padding: 30px 20px;
    text-align: center;
}
.team-info h5 {
    color: #fff;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px;
}
.team-info h3 {
    font-size: 26px;
    color: var(--text-color);
    font-family: var(--primary-font);
    margin-bottom: 3px;
    font-weight: 600;
}
.team-info p {
    margin: 0;
    font-size: 20px;
    color: var(--text-color);
}

/* footer css start */
.site-footer {
    background: url(../img/footer-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    position: relative;
}
.site-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.site-footer .container {
    position: relative;
    z-index: 1;
}
.footer-top-panel h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 20px;
    color: var(--text-color);
}
.footer-top-panel p {
    margin-bottom: 50px;
    line-height: 36px;
    font-size: 20px;
    color: var(--text-color);
}
.footer-bottom {
    background: #FAFAFA;
    padding: 60px 60px 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-top: 60px;
}
.footer-info p {
    margin-top: 30px;
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.footer-heading {
    color: #eb5f3f;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.footer-links li + li {
    margin-top: 15px;
}
.footer-links a {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    color: var(--secondary-color);
}
.footer-links a:hover,
.footer-links a:focus {
    color: var(--primary-color);
    transform: translateX(5px);
}
.quick-links a .lnr {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.35s ease-in-out;
}
.footer-links a:hover .lnr,
.footer-links a:focus .lnr{
    color: var(--primary-color);
}
.contact-links .lnr {
    position: absolute;
    left: -10px;
    top: 3px;
    font-size: 20px;
}
.copyright {
    margin-bottom: 0;
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: var(--secondary-color);
}

/* about us css start */
.site-banner.inner-banner {
    padding: 40px 0 60px;
}
.inner-banner .banner-content {
    padding-right: 90px;
}
.inner-bannerImg {
    border-radius: 20px;
    height: 550px;
    object-fit: cover;
}
.inner-banner .banner-content .banner-pattern {
    left: -40px;
    top: -70px;
    max-width: 430px;
}
.inner-banner.dks-banner .banner-content .banner-pattern {
    top: -130px;
}
.contact-info-section {
    padding: 100px 0;
}
.contact-info-top-panel {
    text-align: center;
    margin-bottom: 50px;
}
.contact-info-top-panel span {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}
.contact-info-top-panel h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--info-color);
    line-height: 60px;
    font-family: var(--primary-font);
}
.contactInfo-card {
    background: #f4f4f5;
    padding: 20px 30px;
    border-radius: 5px;
    display: block;
    height: 100%;
}
.contactInfo-card:hover,
.contactInfo-card:focus {
    background: var(--primary-color);
}
.contactInfo-card li:first-child {
    padding-right: 40px;
}
.contactInfo-card h3 {
    font-size: 28px;
    font-weight: 600;
    transition: var(--primary-transition-effect);
}
.contactInfo-card:hover h3,
.contactInfo-card:focus h3 {
    color: var(--text-color);
}
.contactInfo-card p {
    font-size: 20px;
    margin-bottom: 0;
    transition: var(--primary-transition-effect);
}
.contactInfo-card:hover p,
.contactInfo-card:focus p {
    color: var(--text-color);
}
.contactInfo-card .lnr {
    font-size: 50px;
    transition: var(--primary-transition-effect);
}
.contactInfo-card:hover .lnr,
.contactInfo-card:focus .lnr {
    color: var(--text-color);
}
.contact-infoMap {
    margin-top: 35px;
    border-radius: 11px;
    overflow: hidden;
    position: relative;
}
.contact-infoMap:before {
    content: "";
    display: block;
    padding-top: 35%;
}
.contact-infoMap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-form-section {
    padding: 60px 0 80px;
}
.contact-form-img {
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    margin-right: 40px;
}
.contact-form-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-form span {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}
.contact-form h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--info-color);
    line-height: 60px;
    font-family: var(--primary-font);
    margin-bottom: 40px;
}
.contact-form label {
    display: block;
    font-weight: 500;
    font-size: 20px;
}
.contact-form .form-control {
    outline: 0;
    box-shadow: none;
    border-color: #ced4da;
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
}
.contact-form textarea.form-control {
    height: 150px;
    resize: none;
}

/* blog page css start */
.blog-section {
    padding:80px 0;
}
.blog-top-panel span {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}
.blog-top-panel h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--info-color);
    line-height: 60px;
    font-family: var(--primary-font);
    margin-bottom: 40px;
}
.blog-card {
    padding: 18px 18px 35px;
    background: #f4f4f5;
    border-radius: 10px;
    display: block;
}
.blog-card:hover,
.blog-card:focus {
    transform: translateY(-10px);
}
.blog-card img {
    border-radius: 10px;
}
.blog-info {
    padding: 0 15px;
}
.blog-info .blog-date {
    margin: 15px 0;
}
.blog-info h3 {
    margin-bottom: 0;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 30px;
}
.blog-search {
    overflow: hidden;
    position: relative;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    padding-right: 60px;
}
.blog-search .form-control {
    color: var(--info-color);
    padding: 10px 20px 10px 30px;
    border-width: 0;
    background: transparent;
    font-weight: 300;
    width: 100%;
    outline: 0;
    height: 50px;
    border-radius: 0;
}
.blog-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    border: 0;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-search button .lnr {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.blog-side-heading {
    margin-bottom: 30px;
    background: var(--primary-color);
    color: var(--text-color);
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 5px;
}
.popular-article-list li {
    position: relative;
    padding-left: 100px;
}
.popular-article-list li img {
    width: 90px;
    height: 77px;
    position: absolute;
    left: 0;
    top: -3px;
    object-fit: cover;
    border-radius: 4px;
}
.popular-article-list li + li {
    margin-top: 25px;
}
.popular-article-list h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 4px;
}
.popular-article-list h5 {
    color: #808080;
    font-family: var(--primary-font);
    font-size: 17px;
    margin-bottom: 3px;
    transition: all 0.35s ease-in-out;
}
.popular-article {
    background: #f4f4f5;
    border-radius: 10px;
}
.popular-article-list {
    padding: 0 20px 20px;
}

/* blog detail page css start */
.blog-banner {
    background: #f4f4f5;
    padding: 100px 0;
}
.blog-banner h1 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--info-color);
    line-height: 90px;
    margin-bottom: 0;
    font-family: var(--primary-font);
    padding-right: 90px;
}
.blog-banner-info {
    height: 100%;
    border-left: 1px solid #ddd;
    padding-left: 30px;
    padding-top: 20px;
}
.blog-banner-info .post-by,
.blog-banner-info .post-date {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #808080;
    font-size: 17px;
}
.post-date {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.blog-detail-img {
    border-radius: 15px;
}
.blog-detail-content h3 {
    font-family: var(--primary-font);
    font-size: 28px;
    font-weight: 700;
}
.blog-detail-content p {
    color: #808080;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 10px;
}
/* career page css start */
.employee-benefits-section {
    padding: 80px 0;
}

.employee-benefits-list ul {
    display: flex;
    flex-wrap: wrap;
}
.employee-benefits-list li {
    width: 50%;
    padding: 15px;
}
.benefits-card {
    background: #f4f4f5;
    padding: 30px;
    border-radius: 10px;
}
.benefits-card img {
    width: 65px;
}
.benefits-card h3 {
    margin: 18px 0 12px;
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: 600;
}
.benefits-card p {
    color: #808080;
    margin-bottom: 0;
    font-size: 18px;
}
.employee-benefits-img {
    background: url(../img/benefits.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
}
.employee-benefits-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}
.employee-benefits-img span,
.employee-benefits-img h2 {
    position: relative;
    z-index: 1;
}
.employee-benefits-img span {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}
.employee-benefits-img h2 {
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0;
}
.position-section {
    padding: 80px 0;
}
.position-top-panel span {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}
.position-top-panel h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 60px;
}
.position-card {
    background: #f4f4f5;
    padding: 30px;
    border-radius: 10px;
}
.position-card .position-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.position-title h3 {
    font-family: var(--primary-font);
    font-size: 28px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 0;
}
.position-info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.position-info ul li:not(:last-child) {
    padding-right: 15px;
}
.position-info p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.position-info label {
    font-size: 18px;
    color: #808080;
}
.employee-testimonials-section {
    padding: 80px 0;
}
.employee-testimonial-content .subheading {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 4px;
    display: block;
    margin-bottom: 15px;
}
.employee-testimonial-content h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 40px;
}
.employee-testimonial-content p {
    font-size: 22px;
    color: #808080;
    line-height: 36px;
    padding-left: 20px;
    border-left: 1px solid #808080;
    margin-bottom: 40px;
}
.employee-testimonial-img {
    margin-right: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.employee-testimonial-img img {
    height: 500px;
    object-fit: cover;
}
.employee-info {
    position: relative;
    padding-left: 100px;
}
.employee-info img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: -13px;
    border-radius: 40px;
    object-fit: cover;
}
.employee-info h3 {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
}
.employee-info h4 {
    font-size: 18px;
    color: #808080;
}

/* why dks css start */
.why-us-section {
    padding: 80px 0;
}
.why-us-section .subheading {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}
.why-us-section h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 25px;
}
.why-us-content p {
    font-size: 20px;
    color: #808080;
    line-height: 34px;
    margin-bottom: 20px;
}
.why-us-content li {
    color: #808080;
    font-size: 18px;
    line-height: 34px;
    width: 50%;
    padding-left: 26px;
    padding-right: 30px;
    position: relative;
}
.why-us-content li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
}
.why-us-content li:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 14px;
    width: 8px;
    height: 5px;
    border-left: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    transform: rotate(-45deg);
}
.why-us-img {
    margin-right: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.why-us-img img {
    height: 600px;
    object-fit: cover;
}
.progress {
    border-radius: 30px;
    height: 30px;
    margin-bottom: 15px;
}
.progress-bar {
    background-color: #18181b;
    border-radius: 30px;
    padding: 0 20px;
}
.progress-bar span {
    font-size: 14px;
}
.how-work-section {
    text-align: center;
    padding: 80px 0;
}
.how-work-content h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 20px;
}
.how-work-content p {
    font-size: 20px;
    color: #808080;
    line-height: 34px;
    margin-bottom: 35px;
}
.how-work-content {
    max-width: 750px;
    margin: 0 auto;
}
.work-img {
    margin: 0 auto 40px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
}
.work-card {
    background: #f4f4f5;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
    height: 100%;
    position: relative;
}
.work-card h3 {
    font-family: var(--primary-font);
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}
.work-card p {
    font-size: 20px;
    color: #808080;
    line-height: 34px;
    margin-bottom: 0;
}
.work-card .number {
    position: absolute;
    right: 0;
    top: 0;
    font-family: var(--primary-font);
    font-size: 110px;
    font-weight: 700;
    z-index: 1;
    opacity: 0.05;
    line-height: 1;
}

/* gallery page css start */
.award-section {
    padding: 80px 0;
}
.award-content h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;
}
.award-content p {
    font-size: 20px;
    color: #808080;
    line-height: 34px;
    margin-bottom: 40px;
}
.award-content {
    max-width: 790px;
    margin: 0 auto;
}
.award-card {
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
}
.award-img {
    border-radius: 16px;
    overflow: hidden;
}
.award-card h3 {
    margin: 20px 0 0;
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}
.award-slider {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}
.slick-list {
    overflow: hidden;
}
.award-slider .slick-track {
    display: flex;
}
.slick-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    outline: 0;
    cursor: pointer;
    transition: all 0.35s ease-in-out 0s;
}
.slick-arrow.slick-prev {
    left: -70px;
}
.slick-arrow.slick-next {
    right: -70px;
}
.slick-arrow.slick-next:after {
    content: "";
    position: absolute;
    right: 21px;
    top: 19px;
    width: 11px;
    height: 11px;
    border-bottom: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    transform: rotate(-45deg);
}
.slick-arrow.slick-prev:after {
    content: "";
    position: absolute;
    left: 21px;
    top: 19px;
    width: 11px;
    height: 11px;
    border-bottom: 1px solid var(--primary-color);
    border-left: 1px solid var(--primary-color);
    transform: rotate(45deg);
}
.achievement-section {
    padding: 80px 0;
}
.achievement-content h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 50px;   
}

.achievement-slider .slick-track {
    display: flex;
}
.achievement-col {
    padding: 0 15px;
}
.achievement-card {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
}
.achievement-slider {
    position: relative;
}
.achievement-img {
    border-radius: 15px;
    overflow: hidden;
}
.achievement-img img {
    height: 300px;
    object-fit: cover;
}
.achievement-card-info h3 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 20px 40px 0;
    margin-bottom: 0;
}
/* project page css start */
.partner-section {
    padding: 80px 0;
}
.partner-content {
    padding: 32px;
    background: #f4f4f5;
    border-radius: 16px;
    position: relative;
}
.partner-content span {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}
.partner-content h2 {
    font-family: var(--primary-font);
    font-size: 120px;
    font-weight: 700;
    line-height: 110px;
    margin-bottom: 20px;
}
.partner-content p {
    font-size: 20px;
    color: #808080;
    line-height: 34px;
    margin-bottom: 90px;
}
.partner-content img {
    position: absolute;
    right: 110px;
    bottom: 0;
    max-width: 170px;
    opacity: 0.1;
}
.partner-img {
    height: 100%;
    background-image: url(../img/partner-img.jpg);
    padding: 32px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.partner-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
}
.partner-img span {
    text-transform: uppercase;
    font-weight: 400;
    color: var(--text-color);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}
.partner-img h3 {
    font-family: var(--primary-font);
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    color: var(--text-color);
}
.partner-img span, .partner-img h3 {
    position: relative;
    z-index: 1;
}
.ongoing-project-section {
    padding: 80px 0;
}
.ongoing-top-content {
    max-width: 640px;
    margin: 0 auto;
}
.ongoing-top-content h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;   
}
.ongoing-top-content p {
    font-size: 20px;
    color: #808080;
    line-height: 34px;
    margin-bottom: 40px;
}
.ongoing-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}
.ongoing-img,
.ongoing-img img {
    height: 100%;
}
.ongoing-info {
    /* position: absolute; */
    bottom: 25px;
    left: 25px;
    right: 25px;
    background: #f4f4f5;
    padding: 20px;
    border-radius: 16px;
    height: 100%;
}
.ongoing-info h3 {
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 500;
    max-width: 398px;
}
.ongoing-info ul.d-flex {
   
    align-items: center;
}
.ongoing-info .project-location {
    font-size: 16px;
}
.ongoing-info .project-location .lnr {
    font-size: 23px;
    vertical-align: text-bottom;
}

.legal-section .partner-content h2 {
    font-size: 90px;
    line-height: 100px;
    word-break: break-word;
}
.machinery-section {
    padding: 80px 0;
    overflow: hidden;
}
.machinery-content {
    max-width: 680px;
    margin: 0 auto;
}
.machinery-content h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 10px;
}
.machinery-content p {
    font-size: 20px;
    color: #808080;
    line-height: 34px;
    margin-bottom: 40px;
}
.machinery-col {
    padding: 0 15px;
}
.machinery-card {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
}
.machinery-img {
    border-radius: 15px;
    overflow: hidden;
}
.machinery-card-info {
    padding: 20px 0 0;
}
.machinery-card-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 230px;
    padding-right: 15px;
}
.machinery-card-info p {
    margin-bottom: 0;
    font-size: 18px;
    color: #808080;
    margin-top: 12px;
}
.machinery-card-info .quantity {
    margin-right: 10px;
}
.machinery-card-info .quantity, .machinery-card-info .years {
    font-size: 17px;
}
.machinery-card-info .quantity span, .machinery-card-info .years span {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}
.machinery-slider {
    position: relative;
}
.machinery-slider .slick-track {
    display: flex;
}
.csr-section {
    padding-bottom: 70px;
}
.csr-card {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    transition: all 0.35s ease-in-out;
}
.csr-card:hover,
.csr-card:focus {
    transform: translateY(-10px);
}
.csr-img {
    border-radius: 15px;
    overflow: hidden;
}
.csr-info {
    padding: 20px;
}
.csr-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--primary-font);
}
.csr-info p {
    margin-bottom: 0;
    font-size: 18px;
    color: #808080;
    margin-top: 12px;
}
.site-banner h1.csr-heading {
    font-size: 200px;
    line-height: 180px;
}

/* about us page css start */
.mission-vision-section {
    padding: 80px 0;
}
.mission-vision-img {
    margin-left: 40px;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.mission-vision-img img {
    height: 100%;
    object-fit: cover;
}
.mission-vision-content h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 55px;
}
.mission-vision-content .icon {
    max-width: 65px;
    margin-right: 20px;
}
.mission-vision-content .content h3 {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 600;
}
.mission-vision-content .content p {
    color: #808080;
    font-size: 18px;
    margin-bottom: 0;
}
.mission-vision-content li + li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e2e2e2;
}

.director-section .employee-testimonial-img img {
    height: 600px;
}
.media-section {
    padding: 80px 0;
}
.media-img {
    border-radius: 20px;
    overflow: hidden;
}
.media-content {
    padding: 0 15px;
}
.media-card + .media-card {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #efefef;
}
.media-card .date {
    color: #808080;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.media-card h3 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 30px;
}
.media-top-content h2 {
    font-family: var(--primary-font);
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 20px;
}
.media-top-content p {
    font-size: 20px;
    color: #808080;
    line-height: 34px;
    margin-bottom: 80px;
}

.ongoing-img {
    background-color: aliceblue;
}

.partner-content .info img {
   
    max-width: 97px;
   
}
.certification-content {
    padding-top: 100px;
    padding-bottom: 100px;
   
}
.partner-content.info {
    text-align: center;
}
.partner-content.info h4 {
    font-size: 20px;
    margin-bottom: 21px;
}

.partner-content.info a.primary-button {
    z-index: 1;
    position: relative;
}
.partner-content.info img {
    max-width: 106px;
}

.table-content thead tr th {
    color: #fff;
}
.table-content thead tr {
    background: #eb5f3f;
}
.close-toggle {
    display: none;
}

.partner-section {
   
    overflow: hidden;
}
