@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

body {
    max-width: 100%;
    overflow-x: hidden
}

body {
    background: #fff;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: .95rem;
    line-height: 1.25rem;
    color: #222;
    letter-spacing: .45px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

a,
a:active,
a:link,
a:hover {
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    outline: none;
    font-weight: 500;
    font-style: normal;
    color: inherit;
    line-height: initial;
}

p {
    font-weight: normal;
    text-align: inherit;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 1.7
}

spacer:before {
    content: "\2044";
    display: inline;
    margin: 0px 5px
}

spacer {
    display: inline;
    margin: 0px 5px
}

.npm {
    padding: 0;
    margin: 0
}

.white-text {
    color: #fff !important
}

.golden-text {
    color: #e6c870 !important
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0
}

button {
    border: 0 !important;
    outline: 0 !important
}

.black-text {
    color: #010101
}

.maroon-text {
    color: #045e7b
}

.p70 {
    padding: 70px 0
}

.navbar-toggler {
    color: transparent
}

.container-fluid1 {
    padding-left: 40px;
    padding-right: 40px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

footer {
    background: #19232A url(../images/footer-bg.png);
    color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.f-red-text{
    color: #ec1515;
}

.copyright {
    background: #19232b;
    border-top: 1px solid #efefef;
    color: #fff;
    padding: 10px 0;
    font-size: 13px
}

footer a,
.copyright a {
    color: #fff;
}

footer a:hover,
.copyright a:hover {
    color: #ec1515;
}

.sub-block ul {
    margin: 0;
    margin-top: 0;
    padding: 0;
    list-style: none
}

.sub-block ul li {
    display: inline-block;
    position: relative;
    padding-right: 1.2rem;
    font-size: 13px;
    line-height: 1.5rem;
    font-weight: 300;
}

.sub-block ul li:after {
    content: "\25cf";
    right: .2rem;
    font-size: .5rem;
    position: absolute
}

.sub-block ul li:last-child::after {
    display: none
}

.sub-block ul li a {
    color: #0a4533;
    display: inline-block
}

.sub-block ul li a:hover {
    color: #222;
    display: inline-block
}

footer .social {
    border-top: 1px solid #262F33;
    padding: 15px 0;
    margin-top: 20px
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    list-style: none;
    margin: 0 8px;
    padding: 0;
}

.socials li {
    border: 0;
    margin: 0 10px 0 0;
    outline: 0;
    display: inline-block
}

.footer-icon,
.socials a .fa {
    text-align: center;
    background: 0 0;
    margin-right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 14px;
    border-radius: 50%;
    padding: 10px;
}

.footer-icon:hover,
.socials a:hover .fa {
    color: #fff;
    background: #890c25;
    border-color: #890c25
}

footer .icon {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px
}

.ul-top li {
    display: inline-block;
    float: inherit
}

.ul-top li a {
    font-size: 13px;
    color: #fff;
    padding: 0 8px;
    border-right: 1px solid #fff
}

.ul-top li:last-child a {
    border-right: 0px
}

ul.flinks li {
    width: 100%;
    position: relative
}

ul.flinks li a {
    display: block;
    color: #fff;
    line-height: normal;
    padding: 12px 0;
    font-size: 13px;
    line-height: .75rem;
    position: relative;
    border-bottom: 1px solid #f6f7f930
}

ul.flinks li a:after {
    content: "";
    height: 1px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

ul.flinks li a:hover:after {
    transform: scaleX(1)
}


.sticky-nav.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* 
.navbar-brand,
.navbar-nav .nav-link {
    color:#163269;
    font-weight: 500;
} */

.navbar-nav .nav-item .nav-link {
    font-size: 15px;
    border-bottom: 5px solid transparent;
    color: #192f59;
    font-weight: 600;
    padding: 25px;
}

.pb-70{
    padding-bottom: 70px;
}

.navbar-nav .nav-item .nav-link.active {
    color: #045e7b;
}

.dropdown-item:hover {
    background-color: #6ea343;
    color: #fff;
}

.bg-blue {
    background: #ec1515;
    padding: 10px 0;
    font-size: 13px;
    color: #fff;
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;

}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

.pickaxe-hover {
    position: relative;
  }
  
  .pickaxe-hover::after {
    content: '';
    background: url('../images/shovel.png') no-repeat center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
}
  
  .pickaxe-hover:hover::after {
    opacity: 1;
    animation: bounceUp 0.6s ease forwards;
  }
  
  @keyframes bounceUp {
    0% {
      transform: translateX(-50%) translateY(10px);
      opacity: 0;
    }
    50% {
      transform: translateX(-50%) translateY(-5px);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(0px);
      opacity: 1;
    }
  }


.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 12.25rem;
    left: 7%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    width: 50%;
}

/*.carousel-caption *:nth-child(n) {
    opacity: 0;
}*/


.animated {
    -webkit-animation-duration: 1.0s;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.img_formation {
    position: relative;
    padding: 0px 100px 70px 0px;
}

.img_formation img:last-child {
    position: absolute;
    right: 0px;
    bottom: 25px;
    max-width: 70%;
    bottom: 0px;
    border: 20px solid #fff;
    z-index: 2;
}

.section_heading {
    float: left;
    width: 100%;
    padding-left: 20px;
    border-left: 4px solid #6ea343;
    line-height: 15px;
    position: relative;
    margin-bottom: 10px;
}

.section_heading span {
    line-height: 20px;
    margin: 0px 0px 0px;
    display: inline-block;
    position: relative;
    top: -4px;
}

.section_heading h1 {
    font-size: 37px;
    columns: #6ea343;
}

.app-links {
    padding: 0;
}

.app-items {
    padding: 5px 30px;
    list-style-type: none;
}

.checkbox {
    float: left;
    padding-top: 6px;
    padding-right: 10px;
    color: #747474;
}

 
.banner-title {
    font-size: 45px;
    color: #fff;
    display: block;
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    padding: 15px 30px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ec1515;
}

.main-btn:hover {
    background-color: #000;
    color: #fff;
}

.mrgn-btm60 {
    margin-bottom: 60px;
}

.pbmit-bg-color-light {
    background-color: #f2f3f5
}

.activity-sec {
    background-image: linear-gradient(90deg, #f2f3f5 30%, #ffffff 0);
    padding: 70px 0px;
}

.grey-bg {
    background-color: #f2f3f5;
}

.main-title {
    font-weight: 500;
    font-size: 45px;
    color: #063062;
}


.pbmit-btn span {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    line-height: 16px;
}

.pbmit-btn span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    right: 2px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #fff;
}

.pbmit-btn {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 15px 20px;
    border-radius: 0px;
    text-transform: none;
    background-color: #063062;
    border: none;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-transform: none;
    position: relative;
}

.red-btn {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 15px 20px;
    border-radius: 0px;
    text-transform: none;
    background-color: #ec1515;
    border: none;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-transform: none;
    position: relative;
}

.red-btn:hover {
    background-color: #063062;
    color: #fff;
}





.pbmit-btn:hover {
    background-color: #ec1515;
    color: #fff;
}
.mr20{
    margin-right: 20px;
}



.feature-card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    z-index: 999;
    padding: 20px;
}

/* Hover overlay animation */
.feature-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #063062;
    transition: bottom 0.4s ease-in-out;
    z-index: -1;
}

.feature-card:hover::before {
    bottom: 0;
}

.feature-card:hover {
    transform: translateY(-5px);
}
.text-warning {
    color: #ec1515!important;
}


.feature-card:hover h6,
.feature-card:hover h4,
.feature-card:hover p,
.feature-card:hover a {
    color: #fff !important;
}

/* Active card default state */
.active-card {
    background-color: #063062;
    color: #fff;
}

/* Active card hover (acts like other cards) */
.active-card:hover::before {
    bottom: 0;
}

.active-card:hover h6,
.active-card:hover h4,
.active-card:hover p,
.active-card:hover a {
    color: #fff !important;
}

/* When hovering any other card, turn active card white */
.feature-card:hover~.active-card,
.active-card~.feature-card:hover,
.row:hover .active-card:not(:hover) {
    background-color: #fff !important;
    color: #000 !important;
}

.feature-card:hover~.active-card h6,
.feature-card:hover~.active-card h4,
.feature-card:hover~.active-card p,
.feature-card:hover~.active-card a,
.active-card~.feature-card:hover h6,
.active-card~.feature-card:hover h4,
.active-card~.feature-card:hover p,
.active-card~.feature-card:hover a,
.row:hover .active-card:not(:hover) h6,
.row:hover .active-card:not(:hover) h4,
.row:hover .active-card:not(:hover) p,
.row:hover .active-card:not(:hover) a {
    color: #000 !important;
}







.pbmit-subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ec1515;
}

.pbmit-subtitle {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.8px;
    color: #7f8284;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}

.pq-fancy-box-icon {
    position: relative;
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 30px;
    display: inline-block;
}


.pq-fancy-box-icon:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #f2f3f5; 
    border-radius: 900px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pq-fancy-box-icon img {
    position: relative;
    z-index: 9;
    color: #000;
}

.about-us-one_bg {
    background-image: url(../images/construction-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
 .bg-color-blackish {
    background-color: #19232b;
}

.p-0{
    padding: 0px;
}

.counter{
    padding: 25px;
}

.counter h3 {
    margin-bottom: 15px;
    color: #ec1515;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 100px;
    padding: 0px;
}

.counter p {
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
}
.bg-color-orangish{
    background-color: #ec1515;
}
.carousel-text{
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #fff;
}
.p-40{
    padding: 30px;
}


#pointers img{
    width: 80px!important;
    margin-bottom: 10px;
}

 .shape-2 {
    left: 0;
    bottom: 7%;
    position: absolute;
}

.shine-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .shine-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }

  .shine-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 50%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    z-index: 2;
  }

  .shine-wrapper:hover::before {
    animation: shine 1s ease;
  }

  @keyframes shine {
    0% {
      left: -100%;
    }
    100% {
      left: 150%;
    }
  }

  .shine-wrapper:hover img {
    transform: scale(1.03);
  }


.pl-60{
padding-left: 60px;  
}

.img-border{
    position: absolute;
    content: "";
    right: auto;
    top: 0px;
    bottom: auto;
    left: -30px;
}


.pq-breadcrumb{
	background-image: url(../images/common-banner.jpg) !important;
}

.pq-breadcrumb {
    color: #fff;
    padding-top: 15%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.pq-breadcrumb:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #063062;
    opacity: 0.5;
}

.pq-breadcrumb-container {
	text-align: left;
	padding-top: 15px;
}

.pq-breadcrumb nav {
	position: relative;
}

.pq-breadcrumb .pq-breadcrumb-title h1 {
    font-size: 45px;
    line-height: 64px;
    margin-bottom: 15px;
    text-align: left;
    color: #fff;
}

.pq-breadcrumb-container .breadcrumb {
	padding: 0;
	margin: 0;
	justify-content: center;
	display: inline-flex;
}

.pq-breadcrumb-container .breadcrumb li {
	list-style-type: none;
	padding-left: 0;
	padding: 10px 8px;
	text-transform: capitalize;
	background: rgba(255, 255, 255, 0.1);
}

.pq-breadcrumb-container .breadcrumb li:first-child {
	padding-left: 20px;
}

.pq-breadcrumb-container .breadcrumb li:last-child {
	padding-right: 20px;
}

.pq-breadcrumb-container .breadcrumb li a i {
	margin-right: 10px;
	color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb li.active {
	color: #fff;
	margin-right: 0;
}

.pq-breadcrumb-container .breadcrumb li a {
	color: #fff;
}

.pq-breadcrumb-container .breadcrumb li a:hover {
	color: var(--primary-color);
}

.pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\f125";
	font-size: 14px;
	color: #fff;
	padding-right: 14px;
	float: none;
	opacity: 1;
}
.mrgntop30, .mrgtop30 {
    margin-top: 30px;
}

.contact-section h6 {
    text-transform: uppercase;
    color: #777;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .contact-section h2 {
    font-weight: 700;
    margin-bottom: 40px;
  }
  .contact-info {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  .contact-info i {
    font-size: 28px;
    color: #ec1515;
    margin-right: 15px;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px; 
    border-radius: 6px;
    background: #ec1515;
    color: #ffffff;
    transition: 0.3s;
}

  .social-icons a:hover {
    background: #063062;
    color: #fff;
  }

  .contact-sec{
    background: #f2f3f5;
}

.white-bg{
    background: #fff;
}

.management-section {
    background: #f9f9f9;
    padding: 70px 0;
  }

  .management-section h2 {
    /* font-weight: 700; */
    margin-bottom: 40px;
    text-align: center;
    color: #063062;
}

.card {
    border: none;
    border-radius: 15px;
    color: #fff;
    padding: 25px;
    min-height: 220px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #063062;
}
  .card:nth-child(2) {
    background: linear-gradient(135deg, #2563eb, #3b82f6); /* blue gradient */
  }
  .card:nth-child(3) {
    background: linear-gradient(135deg, #16a34a, #22c55e); /* green gradient */
  }
  .card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  }
  .card h5 {
    font-weight: 700;
  }
  .card .designation {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.9;
  }
  .card i {
    margin-right: 8px;
  }
  .designation {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
  }
  .btn-accent, .submit_form {
    color: #fff;
    transition: .5s;
    background-color: #063062;
}

.submit_form:hover {
    color: #fff;
    transition: .5s;
    background-color: #ec1515;}



.pb70{
    padding-bottom: 70px;
}
    /* Clients Logo Grid */
    .clients {
        padding: 60px 0;
        background: #f9f9f9;
      }
      .clients img {
        transition: all 0.3s ease;
        border: 1px solid #eee;
        box-shadow: 0 0 10px -3px rgba(0, 0, 0, .5);
        border-radius: 10px;
        /* padding: 15px; */
    }
      .clients img:hover {
        filter: grayscale(0);
        transform: scale(1.1);
      }

      .location-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
        padding: 2rem;
    }


    .map-container img {
        width: 100%;
        height: auto;
    }

    .marker {
        position: absolute;
        width: 24px;
        height: 24px;
        background-color: #dc3545;
        border-radius: 50%;
        cursor: pointer;
        transform: translate(-50%, -50%);
        transition: transform 0.3s;
    }

    .marker:hover {
        transform: translate(-50%, -50%) scale(1.5);
    }

    .location-list {
        flex: 1;
        min-width: 250px;
    }

    .location-item {
        display: flex;
        align-items: center;
        margin-bottom: 1.5rem;
        cursor: pointer;
    }

    .location-icon {
        background-color: #000;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
        font-weight: bold;
    }



    .about-section {}

    .about-img-wrap {
        position: relative;
    }
    
    .about-img-wrap img {
        border-radius: 3px;
    }
    
    .about-img-wrap img:nth-child(1) {
        width: 350px;
        height: 100%;
    }
    
    .about-img-wrap img:nth-child(2) {
        width: 320px;
        position: absolute;
        right: 30px;
        bottom: -120px;
    }
    
    /* Img Style 2 */
    .about-img-wrap.flip {
        text-align: right;
    }
    
    .about-img-wrap.flip img:nth-child(2) {
        right: auto;
        left: 0;
    }
    
    .faq-from {
        position: absolute;
        left: 0;
        top: 120px;
        text-align: left;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    
    .faq-from > div {
        background-color: #ec1515;
        background-image: url(../img/square-pattern.png);
        padding: 20px 40px;
    }
    
    .faq-from h2 {
        font-size: 52px;
        line-height: 1;
        color: #fff;
    }
    
    .faq-from h2 span {
        display: block;
        font-size: 15px;
        color: #fff;
        position: relative;
        padding-left: 90px;
    }
    
    .faq-from h2 span:before {
        background-color: #fff;
        width: 80px;
        height: 2px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .experience {
        background-color: var(--white-color);
        background-color: var(--primary-color);
        border-top: 4px solid var(--primary-color);
        border-top: 4px solid var(--heading-color);
        box-shadow: var(--box-shadow);
        padding: 20px;
        border-radius: 3px;
        position: absolute;
        right: 50px;
        top: 120px;
    }
    
    .experience h3 {
        color: var(--primary-color);
        color: var(--heading-color);
        font-size: 52px;
        font-weight: 700;
        line-height: 1;
    }
    
    .experience h3 span {
        font-family: var(--body-font);
        color: var(--grey-color);
        color: var(--heading-color);
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0;
        display: block;
        margin-top: 5px;
    }
    
    /*Experience Text*/
    .experience-text {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 20px;
        align-items: center;
        margin: 20px 0;
    }
    
    .experience-text h2 {
        background-image: url(../images/text-bg.jpg);
        background-repeat: repeat;
        background-size: contain;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 150px;
        line-height: 1;
        font-weight: 700;
        margin: 0;
    }
    
    .experience-text h3 {
        border-left: 1px solid #bbb;
        padding-left: 20px;
        line-height: 26px;
        font-size: 18px;
        margin: 0;
    }
    
    .about-features {
        display: flex;
        align-items: center;
        column-gap: 20px;
        margin: 30px 0;
    }
    
    .about-features li {
        background-color: var(--bg-grey);
        display: grid;
        grid-template-columns: 70px 1fr;
        align-items: center;
        column-gap: 20px;
        padding: 30px 20px;
        position: relative;
    }
    
    .about-features li:before {
        background-color: var(--primary-color);
        width: 3px;
        height: 70%;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .about-features li .about-icon {
        background-color: var(--primary-color);
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    
    .about-features li .about-icon:before {
        background-color: var(--bg-dark);
        content: "";
        width: 120%;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 1;
    }
    
    .about-features li .about-icon:after {
        background: url(../images/icon-shape.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        content: "";
        width: 100%;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    
    .about-features li .about-icon i {
        color: var(--heading-color);
        font-size: 50px;
    }
    
    .about-features li h3 {
        margin-bottom: 5px;
    }
    
    .about-features li p {
        margin: 0;
        font-size: 16px;
    }
    
    .about-author {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }
    
    .about-author img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }
    
    .about-author h3 {
        margin: 0;
        line-height: 1;
        font-size: 18px;
    }
    
    .about-author h3 span {
        font-family: var(--body-font);
        color: var(--grey-color);
        font-size: 16px;
        font-weight: 500;
        display: block;
        margin-top: 10px;
    }
    .padding {
        padding: 100px 0;
    }
    
    .wave-line {
        background-image: url(../images/wave-line.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 90%;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
    }


.position-r{
    position: relative;
}


.card-icon {
    width: 60px;
    height: 60px;
    background-color: #c1121f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

.card-icon img {
    width: 30px;
    height: 30px;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}


.blue-box{
    background: #063062;
    color: #fff;
    padding: 30px;
}

.info-area {
    position: relative;
    margin-top: -160px;
    z-index: 9;
}

.pb-150{
    padding-bottom: 150px;
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.india-map {
    width: 100%;
    display: block;
}

.state {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(236, 21, 21, 0.7);
    border: 2px solid #fff;
    cursor: pointer;
    transition: transform 0.3s;
    animation: growBorder 1.5s infinite;
}



@keyframes growBorder {
    0% {
        box-shadow: 0 0 0 0 rgba(236, 21, 21, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(236, 21, 21, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(236, 21, 21, 0);
    }
}


.tooltip-custom {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.state:hover .tooltip-custom {
    opacity: 1;
}
.state-list {
    list-style: none;
    padding-left: 0;
}

.state-list li {
    color: #000;
    padding: 20px 15px;
    margin-bottom: 30px;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
    font-size: 25px;
}

.services-section {
    background-color: #f8f9fa;
  }
  
  .service-card {
    background: #fff;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}
  
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  }
  
  .service-card img {
    border-radius: 5px;
  }
  
  .service-number {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #dee2e6;
    margin: 10px 0;
  }
  
  .btn-link {
    font-weight: 500;
    color: #0d6efd;
    text-decoration: none;
  }
  
  .btn-link:hover {
    text-decoration: underline;
  }

  .app-links {
    padding: 0;
}

.checkbox {
    float: left;
    padding-top: 6px;
    padding-right: 10px;
    color: #ec1515;
}

.app-items {
    padding: 5px 30px;
    list-style-type: none;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    list-style: none;
    margin: 0 8px;
    padding: 0;
}


.socials li {
    border: 0;
    margin: 0 10px 0 0;
    outline: 0;
    display: inline-block;
} 

       
.footer-icon, .socials a .fa {
    text-align: center;
    background: 0 0;
    margin-right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 14px;
    border-radius: 50%;
    padding: 10px;
    background: #063062;
}

.bold-txt{
    font-size: 16px;
    color: #063062;
    font-weight: 600;
}

.feature-card h4{
    font-size: 20px;
}

.enquiry-box {
    background: #ec1515;
    color: #fff;
    background-image: url(../images/shape-img.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 40px 0px;
}

.tr{
    text-align: right;
}


.logo-watermark {
    background-image: url(../images/commitment.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.logo-watermark-2 {
    background-image: url(../images/journey.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.map-box{
    background: #063062;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}
.typewriter {
    white-space: normal;      /* normal wrapping */
    overflow: hidden;
  }



  @keyframes blink {
    50% { border-color: transparent; }
  }






    @media (max-width: 992px) {
        .about-img-wrap {
            margin-bottom: 40px;
        }
    
        .about-img-wrap.flip {
            margin-bottom: 0;
        }
    
        .about-img-wrap img:nth-child(2) {
            right: 0;
            bottom: 0;
        }
    
        .experience {
            right: 40%;
            top: 58px;
        }
    }
    

    


@media screen and (min-device-width: 1200px) and (max-device-width: 1360px) { 
    .counter p {
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 35px;
        line-height: 1.2;
    }
    .counter h3 {
        margin-bottom: 15px;
        color: #ec1515;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 100px;
        padding: 0px;
    }
    .carousel-text {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0px;
        font-weight: 500;
        color: #fff;
    }
    #pointers img {
        width: 65px!important;
        margin-bottom: 10px;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) { 
    .counter p {
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 1.2;
    }
    .counter h3 {
        margin-bottom: 15px;
        color: #ec1515;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 80px;
        padding: 0px;
    }
    #pointers img {
        width: 60px!important;
        margin-bottom: 10px;
    }
    .carousel-text {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0px;
        font-weight: 500;
        color: #fff;
    }
    .banner-title {
        font-size: 40px;
        color: #fff;
        display: block;
    }
}







@media (max-width: 1400px) {
    .pbminfotech-ele-fid-style-4 .pbmit-fid-title {
        font-size: 50px;
        line-height: 55px;
    }
}





@media (max-width:767px) {
    .text-justify {
        text-align: left
    }

    .text-right,
    .copyright {
        text-align: center !important
    }

    spacer:before {
        display: none
    }

    spacer {
        margin: 5px 0;
        display: block
    }

    .p-70 {
        padding: 70px 25px
    }

    .container-fluid1 {
        padding-left: 30px;
        padding-right: 30px
    }

    .bottom-content {
        padding: 20px;
        margin-bottom: 20px
    }

    .header-top li a {
        line-height: 15px;
        padding: 0 9px
    }

    .about-img-box .video-box {
        display: none
    }

    .navbar-toggler-icon {
        display: inline-flex;
        line-height: 15px;
        padding: 0 5px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase
    }

    .p70 {
        padding: 50px 0;
    }


    .dropdown-menu {
        border: 0
    }

    .about-img-main {
        width: 100%;
        height: 100%;
        margin: 0px auto;
        margin-bottom: 30px;
    }

    .about-img-main img {
        width: 100%;
        height: 100%;
    }

    .about-img-main::before {
        top: 0px;
        right: 10px;
    }

    .ep-about__shape {
        right: 4%;
        top: 40%;
    }

    .about-image-shape {
        position: absolute;
        right: 24px;
        top: -56px;
        display: none;
    }

 .mrgntop20mob{
    margin-top: 20px;
 }
 .pl-60{
    padding-left: 0px;
 }

    .about__right--content--sub {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .notification-content h2 {
        color: #fff;
        font-size: 25px;
    }

    .bell {
        display: block;
        width: 30px;
        height: 25px;
    }

    .about-event ul li .single-event a h4 {
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        font-size: 15px;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .notification-content {
        position: relative;
        padding: 40px 40px;
        margin-top: -40px;
        z-index: 1;
    }

    .about-event ul li .single-event {
        padding: 15px 0;
        border-bottom: 1px solid #cecece;
    }

    .cta-btn {
        margin-top: 20px;
    }

    .theme-btn {
        font-size: 12px;
        color: var(--color-white);
        padding: 10px 10px;
        transition: var(--transition);
        text-transform: uppercase;
        position: relative;
        border-radius: 50px 50px 50px 0;
        font-weight: 600;
        letter-spacing: 1px;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        border: none;
        box-shadow: var(--box-shadow);
        z-index: 1;
    }

    .sec-title {
        line-height: 1.2;
        font-weight: 700;
        font-size: 30px;
    }

    .service-block-three .content {
        background: #f2f4f7;
        padding: 20px 20px 48px 0px;
        margin-left: 0px;
        margin-top: 0px;
        position: relative;
        z-index: 5;
    }
    .main-title {
        font-weight: 500;
        font-size: 35px;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        border-bottom: 5px solid transparent;
        color: #192f59;
        font-weight: 600;
        padding: 13px;
    }

    .activity-sec {
        background: #fff;
        padding: 50px 0px;
    }


    .cs_faq_shape_2 {
        bottom: 100px;
        right: -220px;
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
        opacity: 0.4;
        display: none;
    }

    .section_heading h1 {
        font-size: 33px;
        columns: #6ea343;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .marquee {
        display: flex;
        gap: 30px;
        animation: marquee 10s linear infinite;
    }

    .banner-title {
        font-size: 15px;
        color: #fff;
        display: block;
        font-weight: 500;
    }

    .carousel-caption {
        right: 15%;
        bottom: 40px;
        /* left: 0%; */
        color: #fff;
        text-align: left;
        width: 60%;
    }             

    .main-btn {
        display: inline-block;
        font-weight: 500;
        text-align: center;
        padding: 6px 12px;
        font-size: 13px;
        font-family: sans-serif;
        font-weight: 300;
        border-radius: 50px;
        color: #fff;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        z-index: 5;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        background-color: #ec1515;}

    .activity-sec {
        padding: 70px 0px;
    }

    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .about-img-wrap img:nth-child(2) {
        width: 200px;
    }

    .experience {
        right: 0;
        top: 130px;
    }

    .about-features {
        display: grid;
        grid-gap: 20px;

    }

    .about-author {
        display: none;
    }

    .experience-text h2 {
        font-size: 80px;
    }

    .experience-text {
        grid-template-columns: auto;
        grid-gap: 20px;
    }

    .experience-text h3 {
        padding-left: 0;
        border-left: 0;
    }

    .about-img-wrap.flip {
        margin-top: 40px;
    }
    .padding {
        padding: 40px 0;
    }
    .pq-breadcrumb nav {
        position: relative;
        padding-top: 30px;
    }
    .pq-breadcrumb {
        min-height: 300px;
    }

    .info-area {
        position: relative;
        margin-top: 0px;
        z-index: 9;
    }

    .pb70 {
        padding-bottom: 40px;
    }
    .tr{
        text-align: left;
    }
    



}
   
html body {
    min-width: 100%;
    min-height: 100%;
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: auto auto
}


@media (max-width:640px) {

    .why-text .content,
    .why-text .thumb {
        width: 100%
    }
}

@media (max-width: @iphone-screen) {
    background-attachment:inherit;
    background-size:cover;
    -webkit-background-size:cover
}