body {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

:root {
    --white: #fff;
    --blue: #042d74;
    --orange: #f85101;
    --grey: #626262;
}

.cust-cont {
    max-width: 1200px;
}

.sec-heding-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}

.para {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
}

.white-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 7px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.white-btn i {
    margin-left: 10px;
}

.orange-btn {
    padding: 12px 25px;
    border-radius: 7px;
    color: #fff;
    background: var(--orange);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.orange-btn i {
    margin-left: 7px;
}

.sec-heading {
    font-weight: 800;
    color: var(--blue);
    text-transform: uppercase;
    font-size: 30px;
}

a {
    text-decoration: none;
}


/* -----banner start---- */

.aj-groundwork.bnr {
    padding: 100px 0 170px;
    background: url(../images/bnr-img.png);
    background-position:left center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.aj-groundwork.bnr .bnr-heading-title {
    color: var(--white);
}

.aj-groundwork.bnr .bnr-h {
    font-weight: 800;
    font-size: 55px;
    text-transform: uppercase;
    margin: 20px 0 15px;
    color: var(--white);
}

.aj-groundwork.bnr .bnr-h span {
    color: var(--orange);
}

.aj-groundwork.bnr .bnr-para {
    color: var(--white);
    line-height: 1.6;
}

.aj-groundwork.bnr .bnr-txt-detail {
    max-width: 500px;
}

.aj-groundwork.bnr .bnr-btn {
    margin-top: 20px;
    display: inline-block;
}

.aj-groundwork.bnr .bnr-btn i {
    margin-left: 10px;
}


/* -----banner end---- */


/* -----post banner start---- */

.aj-groundwork.post-bnr .post-bnr-wrapper {
    background: #fff;
    padding: 10px 0;
    border-radius: 15px;
    box-shadow: 0 8px 20px -5px #d7d7d7;
    margin: -50px 0 0;
}

.aj-groundwork.post-bnr .post-bnr-box {
    padding: 0 25px;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 15px;
    border-right: 1px solid #e0e0e0;
    margin: 20px 0;
}

.aj-groundwork.post-bnr .post-bnr-box.border-none {
    border: none;
}

.aj-groundwork.post-bnr .post-bnr-img {
    max-width: 55px;
}

.aj-groundwork.post-bnr .post-bnr-subh {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: var(--blue);
    line-height: 1.4;
}

.aj-groundwork.post-bnr .post-bnr-para {
    color: var(--grey);
    margin: 0;
}


/* -----post banner end---- */


/* ---------service start---- */

.aj-groundwork.service-sec {
    padding: 60px 0;
}

.aj-groundwork.service-sec .service-htitle {
    color: var(--blue);
    position: relative;
    padding-left: 48px;
}

.aj-groundwork.service-sec .service-htitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 35px;
    background: var(--orange);
}

.aj-groundwork.service-sec .service-h {
    color: var(--blue);
    margin: 12px 0 15px;
}

.aj-groundwork.service-sec .service-para {
    color: var(--grey);
    max-width: 700px;
    line-height: 1.6;
    margin: 0;
}

.aj-groundwork.service-sec .service-box {
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 0 0 5px #e0e0e0;
    overflow: hidden;
    min-height: 370px;
}

.aj-groundwork.service-sec .service-subh {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--blue);
}

.aj-groundwork.service-sec .service-inr-para {
    color: var(--grey);
    line-height: 1.6;
    margin: 10px 0 12px;
    max-width: 220px;
}

.aj-groundwork.service-sec .txt-btn {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: var(--orange);
    text-decoration: none;
    text-transform: uppercase;
}

.aj-groundwork.service-sec .txt-btn i {
    margin-left: 6px;
}

.service-inr-txtbox {
    padding: 20px 15px;
}
.service-inr-txtbox .service-inr-para{
    max-width:100% !important;
}
.aj-groundwork.service-sec .service-box img{
    max-height:206px !important;
}

/* ---------service end---- */


/* ---cta section start---- */

.aj-groundwork.cta-sec .cta-sec-wrapper {
    background: url(../images/cta-bg.png) left center no-repeat;
    background-size: cover !important;
    padding: 40px 50px;
    overflow: hidden;
    border-radius: 15px;
}

.aj-groundwork.cta-sec .cta-box {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 25px;
}
.aj-groundwork.cta-sec .cta-box img{
max-width:120px;
}
.aj-groundwork.cta-sec .cta-h-title {
    color: var(--white);
}

.aj-groundwork.cta-sec .cta-para {
    color: #ddd9d9;
    max-width: 300px;
    margin: 15px 0 20px;
}

.aj-groundwork.cta-sec .cta-number {
    color: #fff;
}

.aj-groundwork.cta-sec .cta-number i {
    color: var(--orange);
    font-size: 22px;
    margin-right: 10px;
}

.aj-groundwork.cta-sec .cta-btn {
    margin: 20px 0 0;
}


/* ---cta section end---- */


/* ----get in touch start--- */

.aj-groundwork.get-in-touch {
    background: url(../images/get-in-touch-bg.jpg) right center no-repeat;
    background-size: cover;
    padding: 15px 0;
}

.aj-groundwork.get-in-touch .get-in-touch-h {
    color: var(--white);
    text-decoration: none;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    font-size: 20px;
}

.aj-groundwork.get-in-touch .get-in-touch-h i {
    margin-right: 10px;
    font-size: 35px;
}


/* ----get in touch end--- */


/* ------footer start------------ */

.aj-groundwork-footer-sec {
    background: #001335;
    padding: 40px 0 15px;
    color: #ffffff;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-text {
    font-size: 15px;
    line-height: 28px;
    color: #d6d6d6;
    margin-bottom: 0;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-link {
    display: block;
    color: #f85101;
    text-decoration: none;
    margin-bottom: 16px;
    font-size: 15px;
    transition: 0.3s;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-link:hover {
    color: #ffffff;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    color: #f85101;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-contact i {
    font-size: 18px;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-map {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 14px;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-map iframe {
    width: 100%;
    height: 110px;
    border: 0;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-map-btn {
    width: 100%;
    text-align: center;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 35px;
    padding-top: 18px;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-copyright {
    color: #cfcfcf;
    font-size: 14px;
    margin-bottom: 0;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-bottom-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-bottom-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}

.aj-groundwork-footer-sec .aj-groundwork-footer-bottom-links a:hover {
    color: #f85101;
}


/* ------footer end------------ */


/* -----topbar start---- */

.aj-groundwork-topbar {
    background: #001334;
    padding: 14px 0;
}

.aj-groundwork-topbar-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.aj-groundwork-topbar-left i {
    color: #f85101;
    font-size: 20px;
}

.aj-groundwork-topbar-left span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.aj-groundwork-topbar-center {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.aj-groundwork-topbar-center i {
    color: #f85101;
    font-size: 20px;
}

.aj-groundwork-topbar-center span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.aj-groundwork-topbar-social {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

.aj-groundwork-topbar-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #001334;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

.aj-groundwork-topbar-social a:hover {
    background: #f85101;
    color: #ffffff;
}


/* -----topbar end---- */


/* ---middle bar start----- */

.aj-groundwork-middlebar {
    background: #ffffff;
    position: relative;
}

.aj-groundwork-middlebar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
}

.aj-groundwork-middlebar-logo img {
    max-width: 450px;
    width: 100%;
}
.aj-groundwork-footer-divider .footer-logo {
    max-width: 450px;
    width: 100%;
}

.aj-groundwork-middlebar-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.aj-groundwork-middlebar-info {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
}

.aj-groundwork-middlebar-info::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 55px;
    background: #e6e6e6;
}

.aj-groundwork-middlebar-info-last::after {
    display: none;
}

.aj-groundwork-middlebar-info:last-child::after {
    display: none;
}

.aj-groundwork-middlebar-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f85101;
    font-size: 26px;
    flex-shrink: 0;
}

.aj-groundwork-middlebar-content h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.aj-groundwork-middlebar-content p {
    font-size: 14px;
    color: var(--grey);
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 400;
}

.aj-groundwork-middlebar-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--orange);
    color: #ffffff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.aj-groundwork-middlebar-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: none;
    background: #001334;
    color: #ffffff;
    border-radius: 6px;
    font-size: 22px;
}


/* ---middle bar end----- */


/* ---bottom navbar start---- */

.desk-navber {
    display: block;
}

.mob-menu {
    display: none;
}

.aj-groundwork-header {
    background: #011334;
    padding: 0;
}

.aj-groundwork-header .nav-link {
    font-weight: 400;
    color: #fff;
    padding: 20px 20px !important;
    text-transform: uppercase;
}

.aj-groundwork-header .navbar-nav {
    width: 100%
}

.mob-menu .aj-groundwork-header .offcanvas .nav-link {
    font-weight: 500;
    color: var(--blue);
    padding: 10px 20px !important;
    text-transform: uppercase;
}

.aj-groundwork-header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--white);
    background: var(--orange);
}

.aj-groundwork-header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Removes gap */
    background: #f85101;
}

.aj-groundwork-header .dropdown:hover .dropdown-menu .dropdown-item {
    color: #fff;
}

.aj-groundwork-header .dropdown:hover .dropdown-menu .dropdown-item:focus,
.aj-groundwork-header .dropdown:hover .dropdown-menu .dropdown-item:hover {
    color: var(--blue);
    background-color: #fff;
}

.aj-groundwork-header .dropdown-menu {
    transition: all 0.3s ease;
}

.aj-groundwork-header .dropdown-toggle::after {
    transition: transform 0.3s ease;
}

.aj-groundwork-header .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.aj-groundwork-header .mob-menu .collapse .nav-link {
    font-size: 14px;
    padding: 8px 0;
    color: #666;
}

.aj-groundwork-header .mob-menu .fa-chevron-down {
    font-size: 12px;
}


/* ---bottom navbar end---- */


/* ------inner banner start--- */

.aj-groundwork.inr-bnr {
    background: url(../images/inr-bnr-bg.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position:left top;
    padding: 100px 0;
}

.aj-groundwork.inr-bnr .inr-bnr-dtl {
    max-width: 500px;
}

.aj-groundwork.inr-bnr .inr-bnr-h {
    color: var(--white);
    font-size: 35px;
    line-height: 1.3;
}

.aj-groundwork.inr-bnr .inr-bnr-para {
    color: var(--white);
    margin: 20px 0 25px;
}

.aj-groundwork.inr-bnr .breadcrum-inr-bnr {
    display: flex;
    justify-content: start;
    gap: 4px;
    align-items: center;
}

.aj-groundwork.inr-bnr .breadcrum-inr-bnr a {
    font-weight: 500;
    color: var(--white);
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
}

.aj-groundwork.inr-bnr .breadcrum-inr-bnr i {
    color: var(--white);
}

.aj-groundwork.inr-bnr .breadcrum-inr-bnr a.active {
    color: var(--orange);
    text-decoration: underline;
}


/* ------inner banner end--- */


/* -------service page start---------- */

.aj-groundwork.srvc-pg.service-sec .service-slider .item {
    height: 100%;
}

.aj-groundwork.srvc-pg.service-sec .service-box {
    height: 100%;
}

.aj-groundwork.srvc-pg.service-sec .service-slider .owl-stage {
    display: flex;
    gap:35px;
    justify-content:center;
}

.aj-groundwork.srvc-pg.service-sec .service-slider .owl-item {
  margin-right:0 !important;
}

.aj-groundwork.srvc-pg.service-sec .owl-dots {
    /* margin-top: 20px; */
    text-align: center;
}

.aj-groundwork.srvc-pg.service-sec .owl-carousel button.owl-dot {
    background: #f85102;
    color: inherit;
    border: none;
    padding: 5px !important;
    font: inherit;
    border-radius: 100%;
    margin: 0 3px;
}

.aj-groundwork.srvc-pg.service-sec .service-slider .owl-stage-outer {
    padding: 10px 10px 65px;
}


/* ----covered area start---- */

.aj-groundwork.srvc-pg.covered-area {
    padding: 60px 0;
}

.aj-groundwork.srvc-pg.covered-area .covered-area-box-left {
    border-radius: 15px;
    overflow: hidden;
}

.aj-groundwork.srvc-pg.covered-area .cover-a-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 35px;
    background: var(--orange);
}

.aj-groundwork.srvc-pg.covered-area .cover-a-title {
    color: var(--blue);
    padding-left: 48px;
}

.aj-groundwork.srvc-pg.covered-area .cover-a-h {
    margin: 15px 0 20px;
    line-height: 1.3;
}

.aj-groundwork.srvc-pg.covered-area .cover-a-para {
    line-height: 1.6;
    color: var(--grey);
}

.aj-groundwork.srvc-pg.covered-area .covered-area-inrbox {
    background: var(--blue);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0 0;
    display: flex;
    justify-content: start;
    gap: 25px;
    align-items: start;
}

.aj-groundwork.srvc-pg.covered-area .covered-area-inrbox ul {
    padding: 0;
    margin: 0;
}

.aj-groundwork.srvc-pg.covered-area .covered-area-inrbox .covered-area-name {
    list-style-type: none;
    color: var(--white);
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 7px 0;
}

.aj-groundwork.srvc-pg.covered-area .covered-area-inrbox .covered-area-name i {
    margin-right: 5px;
}

.aj-groundwork.srvc-pg.service-sec .owl-nav{
text-align:center;
}

.aj-groundwork.srvc-pg.service-sec .owl-carousel button.owl-next, .owl-carousel .owl-nav button.owl-prev{

border: none;

    padding: 1px 20px !important;

    font: inherit;

    background: #fdf0e9;

    border-radius: 7px;

    margin: 0px 5px;

}
.aj-groundwork.srvc-pg.service-sec .owl-carousel button span{
    color: #f85102;
font-size: 30px;
}


/* ----covered area end---- */


/* -------service page end---------- */


/* ------------contact page start------ */

.aj-groundwork.contact-pg.contact-area {
    padding: 60px 0;
}

.aj-groundwork.contact-pg.contact-area .contact-left-box {
    background: #f8f8f8;
    border-radius: 25px;
    padding: 50px;
    height: 100%;
}

.aj-groundwork.contact-pg.contact-area .contact-right-box {
    background: #001335;
    border-radius: 25px;
    padding: 45px 35px;
    height: 100%;
}

.aj-groundwork.contact-pg.contact-area .contact-title {
    font-weight: 800;
    color: var(--blue);
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 12px;
}

.aj-groundwork.contact-pg.contact-area .contact-desc {
    text-align: center;
    color: var(--grey);
    line-height: 1.6;
    margin-bottom: 40px;
}

.aj-groundwork.contact-pg.contact-area .contact-info-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    padding: 25px;
    display: flex;
    gap: 18px;
    height: 100%;
    transition: 0.3s;
}

.aj-groundwork.contact-pg.contact-area .contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.aj-groundwork.contact-pg.contact-area .contact-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #001335;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aj-groundwork.contact-pg.contact-area .contact-icon i {
    color: #f85101;
    font-size: 24px;
}

.aj-groundwork.contact-pg.contact-area .contact-card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 6px;
}

.aj-groundwork.contact-pg.contact-area .contact-card-text {
    color: #666;
    margin-bottom: 4px;
    font-size: 15px;
    line-break: anywhere;
}

.aj-groundwork.contact-pg.contact-area .contact-social-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--blue);
}

.aj-groundwork.contact-pg.contact-area .contact-social-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.aj-groundwork.contact-pg.contact-area .contact-social-wrap a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #d1daeb;
    color: var(--blue);
    text-decoration: none;
    line-height: 48px;
    text-align: center;
    transition: 0.3s;
}

.aj-groundwork.contact-pg.contact-area .contact-social-wrap a:hover {
    background: #001335;
    border-color: #001335;
    color: #ffffff;
}

.aj-groundwork.contact-pg.contact-area .contact-form-title {
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px
}

.aj-groundwork.contact-pg.contact-area .contact-input {
    height: 58px;
    border: none;
    border-radius: 5px;
    padding: 15px;
}

.aj-groundwork.contact-pg.contact-area .contact-input:focus {
    box-shadow: none;
    border: none;
}

.aj-groundwork.contact-pg.contact-area .contact-textarea {
    height: 145px;
    resize: none;
}

.aj-groundwork.contact-pg.contact-area .contact-bottom {
    margin-top: 30px;
}

.aj-groundwork.contact-pg.contact-area .contact-note {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.aj-groundwork.contact-pg.contact-area .contact-note i {
    color: #f85101;
    margin-right: 8px;
}

.aj-groundwork.contact-pg.contact-area .contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--orange);
    color: #ffffff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}


/* ------------contact page end------ */


/* --------about page start-------- */


/* -----about us start--- */

.aj-groundwork.about-pg.about-us {
    padding: 60px 0;
}

.aj-groundwork.about-pg.about-us .imgbox {
    border-radius: 20px;
    overflow: hidden;
    max-height: 425px;
}

.aj-groundwork.about-pg.about-us .about-us-htitle {
    color: var(--blue);
    position: relative;
    padding-left: 48px;
}

.aj-groundwork.about-pg.about-us .about-us-htitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 35px;
    background: var(--orange);
}

.aj-groundwork.about-pg.about-us .about-us-h {
    margin: 12px 0 15px;
}

.aj-groundwork.about-pg.about-us .about-us-para {
    color: var(--grey);
    line-height: 1.8;
}

.aj-groundwork.about-pg.about-us .about-us-htitle2 {
    color: var(--blue);
    margin-top: 20px;
    font-weight: 700;
}


/* ----about us end--- */


/* ----team start--- */

.aj-groundwork.about-pg.team-sec {
    padding: 60px 0;
}

.aj-groundwork.about-pg.team-sec .team-htitle {
    color: var(--blue);
    position: relative;
    padding-left: 48px;
}

.aj-groundwork.about-pg.team-sec .team-htitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 35px;
    background: var(--orange);
}

.aj-groundwork.about-pg.team-sec .team-h {
    color: var(--blue);
    margin: 12px 0 15px;
}

.aj-groundwork.about-pg.team-sec .team-para {
    color: var(grey);
    line-height: 1.6;
    margin: 0;
}

.aj-groundwork.about-pg.team-sec .team-box {
    margin: 30px 0 0;
    box-shadow: 0 0 7px #e0e0e0;
    border-radius: 15px;
}

.aj-groundwork.about-pg.team-sec .team-imgbox {
    max-height: 500px;
    border-radius: 15px;
    overflow: hidden;
}

.aj-groundwork.about-pg.team-sec .team-imgbox img {
    transform: scale(1);
    transition: all ease 1.2s;
}

.aj-groundwork.about-pg.team-sec .team-box:hover .team-imgbox img {
    transform: scale(1.2);
}

.aj-groundwork.about-pg.team-sec .team-box-para {
    color: var(--grey);
    margin: 0 0 5px;
    display: block;
}

.aj-groundwork.about-pg.team-sec .team-box-title {
    color: var(--blue);
    margin: 0;
    font-weight: 700;
    display: block;
}

.aj-groundwork.about-pg.team-sec .team-txtbox {
    padding: 30px 20px;
}


/* ----team end--- */


/* --------about page end-------- */


/* -------faq page start---------- */

.aj-groundwork.faq-pg.faq-sec {
    padding: 60px 0;
}

.aj-groundwork.faq-pg.faq-sec .faq-htitle {
    color: var(--blue);
    position: relative;
    padding-left: 48px;
}

.aj-groundwork.faq-pg.faq-sec .faq-htitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 35px;
    background: var(--orange);
}

.aj-groundwork.faq-pg.faq-sec .faq-h {
    color: var(--blue);
    margin: 12px 0 15px;
}

.aj-groundwork.faq-pg.faq-sec .faq-para {
    color: var(--grey);
    max-width: 700px;
    line-height: 1.6;
}

.aj-groundwork.faq-pg.faq-sec .faq-item {
    border: none;
    margin-bottom: 22px;
    background: transparent;
}

.aj-groundwork.faq-pg.faq-sec .faq-btn {
    background: #ffffff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 12px !important;
    font-size: 18px;
    font-weight: 600;
    color: #222 !important;
    padding: 15px 70px 15px 20px;
    box-shadow: none !important;
}

.aj-groundwork.faq-pg.faq-sec .faq-btn:not(.collapsed) {
    background: #ffffff !important;
    color: #001335 !important;
    border-color: #001335 !important;
}

.aj-groundwork.faq-pg.faq-sec .faq-btn:focus {
    box-shadow: none;
}

.aj-groundwork.faq-pg.faq-sec .faq-number {
    margin-right: 6px;
    font-weight: 700;
}

.aj-groundwork.faq-pg.faq-sec .faq-body {
    padding: 20px 25px 25px;
    color: #666;
    line-height: 1.8;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0 0 12px 12px;
}

.aj-groundwork.faq-pg.faq-sec .faq-btn::after {
    background-image: none !important;
    content: "+";
    width: auto;
    height: auto;
    font-size: 28px;
    font-weight: 300;
    color: #222;
    transform: none !important;
    margin-left: auto;
}

.aj-groundwork.faq-pg.faq-sec .faq-btn:not(.collapsed)::after {
    content: "−";
    color: #f85101;
}


/* -------faq page end---------- */


/* --------blog page start-------- */

.aj-groundwork.blog-pg.blog-sec {
    padding: 60px 0 30px;
}

.aj-groundwork.blog-pg.blog-sec .service-blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 0 0 20px;
    margin: 0 0 30px;
    box-shadow: 0 0 7px #e0e0e0;
}

.aj-groundwork.blog-pg.blog-sec .service-blog-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
}

.aj-groundwork.blog-pg.blog-sec .service-blog-content {
    padding: 20px 20px 10px;
}

.aj-groundwork.blog-pg.blog-sec .service-blog-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #8a8a8a;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: flex;
    gap: 12px;
}

.aj-groundwork.blog-pg.blog-sec .service-blog-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--blue);
    margin: 20px 0 15px;
    line-height: 1.3;
}

.aj-groundwork.blog-pg.blog-sec .service-blog-description {
    color: var(--grey);
    line-height: 1.6;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 25px;
}

.aj-groundwork.blog-pg.blog-sec .service-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #f85101;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.aj-groundwork.blog-pg.blog-sec .service-blog-link:hover {
    color: #f85101;
}

.aj-groundwork.blog-pg.blog-sec .service-blog-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f85101;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: .3s;
}

.aj-groundwork.blog-pg.blog-sec .service-blog-link:hover .service-blog-icon {
    transform: translateX(4px);
}


/* --------blog page end-------- */


/* -------blog details page start---- */

.aj-groundwork.blog-dtl-pg.blog-dtl-sec {
    padding: 60px 0;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .blog-img {
    width: 100%;
    height: 100%;
    max-height: 410px;
    object-fit: cover;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .blog-content {
    padding: 20px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .meta {
    font-size: 14px;
    color: #777;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .meta span {
    margin: 0 3px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .blog-title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--blue);
    margin: 20px 0 10px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .highlight-box {
    border-left: 4px solid var(--blue);
    background: #f3f5fa;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
    font-size: 15px;
    color: var(--grey);
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .section-title {
    font-weight: 700;
    margin: 20px 0 10px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec ul.custom-list {
    padding-left: 18px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec ul.custom-list li {
    margin-bottom: 8px;
    font-size: 14px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .tag {
    display: inline-block;
    padding: 6px 12px;
    background: #eef1f4;
    border-radius: 20px;
    font-size: 12px;
    margin: 3px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .sidebar-box {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .search input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .category-btn {
    width: 100%;
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--grey);
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .small-post {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .small-post img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .small-post p {
    font-size: 13px;
    margin: 0;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .para {
    color: var(--grey);
    line-height: 1.6;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .form-box {
    box-shadow: none;
    margin-top: 30px;
    border: 1px solid #e0eafb;
    padding: 30px;
    border-radius: 15px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .form-box h6 {
    text-transform: uppercase;
    color: var(--blue);
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .sidebar-box .search-btn {
    display: block;
    width: 100%;
    margin: 12px 0 0;
    text-align: center;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .sidebar-box h6 {
    text-transform: uppercase;
    color: var(--blue);
    margin: 0 0 15px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .small-post .small-post-txt span {
    color: var(--grey);
    font-size: 15px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 7px;
}

.aj-groundwork.blog-dtl-pg.blog-dtl-sec .small-post .smallpost-a {
    text-decoration: none;
    font-weight: 500;
    color: var(--blue);
    font-size: 14px;
    display: block;
    margin: 0;
    text-transform: uppercase;
}


/* -------blog details page end---- */


/* ------management page start---- */

.management-ul {
    padding: 0 0 0 10px;
}

.management-ul .management-li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    list-style-type: none;
    color: var(--grey);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 10px 0;
}

.management-ul .management-li i {
    color: var(--blue);
    font-size: 16px;
}
.aj-groundwork.management-pg.about-us .imgbox{
    max-height:650px;
    max-width:500px;
}
.aj-groundwork.management-pg.about-us .imgbox img{
    width:100%;
}

.aj-groundwork.management-pg.about-us .contractor-details{
margin: 25px 0 0 0;
}
 
.aj-groundwork.management-pg.about-us .contractor-details h5{
font-size: 17px;
color: var(--blue);
margin-bottom:3px;
}
/* ------management page end---- */


/* -----------gallery page start------- */

.aj-groundwork.galry-pg.glry-sec {
    padding: 60px 0;
}

.aj-groundwork.galry-pg.glry-sec .masonry {
    column-count: 4;
    column-gap: 16px;
}

.aj-groundwork.galry-pg.glry-sec .masonry-item {
    break-inside: avoid;
    margin-bottom: 16px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 160px;
}

.aj-groundwork.galry-pg.glry-sec .masonry-item.tall {
    height: 380px;
}

.aj-groundwork.galry-pg.glry-sec .masonry-item.wide {
    height: 120px;
}

.aj-groundwork.galry-pg.glry-sec .masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aj-groundwork.galry-pg.glry-sec .masonry-item span {
    position: absolute;
    top: 10px;
    left: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.4);
    padding: 2px 8px;
    border-radius: 6px;
}


/* -----------gallery page end------- */