/* Universal Css Start Here */
body {
	background-color: var(--body-color);
	font-family: var(--font-default);
	color: var(--text-color);
	position: relative;
    overflow-x: hidden;

}
html {
	overflow-x: hidden;
}
body::-webkit-scrollbar {
	width: 12px; /* width of the entire scrollbar */
}
.imgupd{
    height:300px;
    width:526px;
    object-fit: cover;
}

body::-webkit-scrollbar-track {
	background: #d4a602 /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
	background-color: white; /* color of the scroll thumb */
	border-radius: 20px; /* roundness of the scroll thumb */
	border: 3px solid #d4a602 /* creates padding around scroll thumb */
}
.over-hidden {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: var(--primary-btn-color);
	outline: none;
}
.services-tabs-div ul li a {
    color: #000;
    border-radius: 0 !important;
    padding: 20px;
    border-top: 1px solid #A9DEAD !important;
    width: 100%;
    text-align: left;
    position: relative;
}

a:hover {
	color: var(--primary-btn-color);
    transition: all 0.5s;
}

button {
	font-family: var(--font-btn);
}

figure {
	margin-bottom: 0;
}
.rounded{ border-radius: 30px !important;}
.btn-primary {
    color: var(--secondary-btn-text-color);
    border: 0;
    background: transparent;
    font-size: 28px;
    padding: 0.3rem 1rem;
    font-family: var(--font-heading);
    white-space: nowrap;
    transition: all 0.8s ease-out;
    text-transform: uppercase;
    border-radius: 100px;
    margin-bottom: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-primary:hover {
	background: transparent;
	border: 0;
	padding: 0.3rem 1rem;
    color: #000;
}
.btn-primary .fa-rotate-45 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
.btn-secondary {
	background: var(--light-text-color);
	color: var(--bg-primary);
	font-size: 16px;
	padding: 0.3rem 1rem;
	font-family: var(--font-btn);
	transition: all 0.8s ease-out;
	border: 1px solid var(--bg-primary);
	white-space: nowrap;
	border-radius: 100px;
	width: 150px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.btn-secondary:hover {
    background: #e5e7fc;
    color: #000;
    font-size: 16px;
    padding: 0.3rem 1rem;
    font-family: var(--font-btn);
    transition: all 0.8s ease-out;
    border: 1px solid #bbc1d7;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #d4a602;
    background-color: transparent;
    border-color: transparent;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #d4a602;
    background-color: transparent;
    border-color: transparent;
    box-shadow: unset;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(149 255 13 / 29%);
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset !important;
}

.extra-padd {
	padding: 15px 60px !important;
}

.colored-txt {
	color: var(--extra-color-1);
}

button {
	border: 0;
}

/* Typography Start Here */
h1 {
	font-family: var(--font-heading);
}

h2 {
	font-family: var(--font-heading);
}

h3 {
    font-family: var(--font-heading);
}

h4 {
	font-family: var(--font-heading);
}

h5 {
	font-family: var(--font-heading);
}

h6 {
    color: #000;
    font-family: var(--font-heading);
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
}
h6::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #dcebff;
    width: 100%;
    bottom: -20px;
}
h6::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #d4a602;
    width: 170px;
    bottom: -20px;
    left: 0;
}
.h6 {
    color: #000;
    font-family: var(--font-heading);
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
}
.h6::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #dcebff;
    width: -webkit-fill-available;
    bottom: -20px;
    left: -100px;
}
.h6::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #d4a602;
    width: 170px;
    bottom: -20px;
    left: 0;
}

p {
	font-family: var(--font-default);
	font-size: 16px;
	color: #000;

}

@media (max-width: 1368px) {

}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}

/* Typography End Here */
.navbar-brand img {
    width: 260px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    padding: 8px 14px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #d4a602;
}
a.btn.secondary-btn.start {
    background: #d4a602;
    padding: .375rem 1.75rem;
    border-radius: 9px;
    margin-left: 15px;
}
a.btn.secondary-btn.start:hover {
    background: #d4a602;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #d4a602;
}

/* Header With out Login Css Start Here */

section.main-banner {
    padding: 100px 0 50px 0;
    background-image: url(../img/back-yellow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.main-banner h1 {
    text-transform: uppercase;
    width: 1000px;
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 60px;
}
.main-banner h1 span{
    color: #d4a602;
}
.main-banner p {
    font-size: 24px;
    margin-bottom: 30px;
}

section.about-sec {
    padding: 50px 0;
}
.arrow-cl{
    width: 30%!important;
}
.about-sec-text p {
    width: 80%;
    margin: 40px 0 30px 0;
}
.logo-box figure img{
    width: 70%!important;
}
.btn2 {
    font-size: 45px;
    color: #d4a602;
    line-height: 50px;
    text-transform: uppercase;
    font-family: var(--font-default);
}
.btn2 span img {
    margin-top: -12px;
    margin-left: -5px;
    width: 71px;
    height: 73px;
}
.btn2:hover{
    color: #000;
}
.btn-primary:hover img{
    filter: invert(44%) sepia(69%) saturate(1726%) hue-rotate(162deg) brightness(0) contrast(100%);
}
.btn2:hover img{
    filter: invert(44%) sepia(69%) saturate(1726%) hue-rotate(162deg) brightness(0) contrast(100%);
}

section.team-sec {
    padding: 50px 0;
}
.team-sec-text p{
    width: 90%;
    margin: 40px 0 30px 0;
}
.team-sec-text {
    padding-left: 100px;
}

section.story-sec {
    padding: 50px 0;
}
.story-sec-text p {
    width: 93%;
    margin: 40px 0 30px 0;
}

.civil-engineering-text h2 {
    font-size: 45px;
    color: #d4a602;
    line-height: 50px;
    text-transform: uppercase;
    font-family: var(--font-default);
    margin-bottom: 70px;
}
/* video tag */
.video_tag{
    width: 100%;
    height: 400px;
}

section.portfolio-sec {
    padding: 50px 0;
}
.portfolio-sec-text p{
    width: 90%;
    margin: 40px 0 30px 0;
}
.portfolio-sec-text {
    padding-left: 100px;
}

.portfolio-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #d4a602;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    color: #d4a602;
}
.portfolio-slider .slick-dots li button:before {
    font-size: 12px;
}
.portfolio-slider .slick-dots {
    bottom: -35px;
}

.portfolio-slider .slick-prev:before, .portfolio-slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 1;
    opacity: .25;
    color: black;
}
.portfolio-slider .slick-prev, .portfolio-slider .slick-next {
    top: 107.5%;
    z-index: 1;
}
.portfolio-slider .slick-prev {
    left: 215px;
}
.portfolio-slider .slick-next {
    right: 215px;
}

section.story-sec {
    padding: 50px 0;
}

section.contact-sec {
    padding: 50px 0;
}
.contact-sec-text p {
    width: 95%;
    margin: 40px 0 20px 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
section.contact-sec form.contact-form {
    width: 85%;
}
.contact-btn {
    background: #d4a602;
    font-weight: bold;
    color: #000;
}
.contact-btn:hover {
    background: #000;
    color: #fff;
}
.form-control:focus {
    color: #8E8E8E;
    background-color: #fff;
    border-color: #D6D6D6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #d4a602;
}
.form-control {
    color: #8E8E8E;
    border: 1px solid #D6D6D6;
    font-size: 14px;
}

section.custom-banner {
    padding: 50px 0;
}

section.about-page.inner-banner {
    padding: 50px 0;
    background-image: url(../img/back-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
section.about-page.inner-banner h1{
    text-transform: uppercase;
}
section.about-page.inner-banner p{
    width: 90%;
    margin: 0;
}

.about-page-mission-sec {
    padding: 120px 0 50px 0;
}
.mission-sec-text ul{
    position: relative;
}
.mission-sec-text ul::before{
    content: "";
    position: absolute;
    border-bottom: 1px solid #dcebff;
    width: -webkit-fill-available;
    bottom: 0px;
    left: -100px;
    z-index: 1;
}
.mission-sec-text {
    padding-left: 100px;
}
.mission-sec-text .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    font-size: 24px;
    color: #A69797;
    padding-left: 0;
    text-transform: uppercase;
    padding-right: 0;
    margin-right: 40px;
    font-family: var(--font-heading);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000 !important;
    border-bottom: 2px solid #d4a602;
    border-radius: 0;
    z-index: 1;
    position: relative;
    background: transparent;
}

div#prg-counter {
    padding: 50px 0;
}
#prg-counter h3.prg-count {
    color: #CBCBCB;
    font-size: 40px;
    margin: 0;
}

#prg-counter h3.prg-count::after {
    content: " +";
    display: inline-block;
}
h4.prg-count-title {
    color: #d4a602;
    text-transform: capitalize;
    font-size: 18px;
    font-family: var(--font-heading);
}
.prg-container-div {
    display: flex;
    align-items: center;
    gap: 20px;
}
.prg-container-div img {

}
.prg-container-div {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid #DEDEDE;
    padding-bottom: 20px;
    height: 100px;
}
section.portfolio-page.inner-banner h1{
    text-transform: uppercase;
}
section.portfolio-page.inner-banner span{
    color: #d4a602;
}
section.portfolio-page.inner-banner p{
    width: 90%;
    margin: 0;
}
section.portfolio-page.inner-banner {
    padding: 50px 0;
    background-image: url(../img/back-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.recent-projects {
    padding: 50px 0;
}
.recent-projects-text h2 {
    text-transform: uppercase;
    font-size: 38px;
}
.recent-projects-headding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
}
.recent-projects-headding h3, h4{
    font-size: 24px;
    color: #000;
    margin: 0;
}

.recent-projects-address {
    display: flex;
    align-items: center;
    gap: 10px;
}
.recent-projects-address i{
    color: #d4a602;
}
.recent-projects-address p{
    font-size: 14px;
}
.load-more-btn {
    font-size: 28px;
    text-transform: uppercase;
    color: #d4a602;
    font-family: var(--font-heading);
    background: transparent;
}
.load-more-btn:hover{
    color: #d4a602;
}
.portfolio-video-div {
    position: relative;
    width: 548px;
}
.vid__toggler {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-content: center;
    box-shadow: 0 0 0 8px #ffffff47;
    transition: 0.3s ease;
    animation: blink 2s forwards infinite;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}
  @keyframes blink {
    0% {
      box-shadow: 0 0 0 0px #ffffff47;
    }

    100% {
      box-shadow: 0 0 0 8px #ffffff47;
    }
  }
  .vid__toggler:hover {
    background: #d4a602 !important;
    color: #fff;
  }
.projects-amount {
    display: flex;
    align-items: center;
    gap: 10px;
}
.projects-amount i {
    color: #fff;
    background: #d4a602;
    padding: 5px 7px;
    border-radius: 100px;
    font-size: 11px;
}
.projects-detail-div {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #C2EAC2;
    margin-top: 20px;
    gap: 40px;
}
.projects-detail-div p {
    white-space: nowrap;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin: 10px 0;
    opacity: .85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}
.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: auto;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 9;
}
.lightbox-content {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 5% auto;
    text-align: center;
}
.lightbox-content img {
    width: 500px;
    height: 500px;
}
.lightbox-content video {
    width: 500px;
    height: 500px;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}

section.team-page.inner-banner h1 {
    text-transform: uppercase;
    width: 97%;
}
section.team-page.inner-banner span{
    color: #d4a602;
}
section.team-page.inner-banner p{
    width: 90%;
    margin: 0;
}
section.team-page.inner-banner {
    padding: 50px 0;
    background-image: url(../img/back-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.team-members-div {
    text-align: center;
    margin-bottom: 40px;
}
.team-members-div h3 {
    margin-top: 20px;
}
.team-members-div p{
    width: 100% !important;
    color: #d4a602;
}
.modal-content {
    border: 0;
    /* background: linear-gradient(0deg, rgba(207,255,212,1) 0%, rgba(245,255,246,1) 100%); */
    border-radius: 10px;
}
.modal-header {
    border-bottom: 0;
}
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 2rem;
}
.team-members-modal h2 {
    text-transform: uppercase;
    font-size: 36px;
}
.team-members-modal p{
    font-size: 14px;
}
.team-members-modal h3 {
    text-transform: uppercase;
    font-size: 26px;
    margin: 20px 0;
}
.team-members-modal ul{
    padding-left: 20px;
    color: #d4a602;
}
.team-members-modal ul li::marker {
    font-size: larger;
}
.modal-backdrop {
    background-color: white;
    opacity:0.8 !important;
 }

section.contact-page.inner-banner h1 {
    text-transform: uppercase;
}
section.contact-page.inner-banner span{
    color: #d4a602;
}
section.contact-page.inner-banner p{
    width: 100%;
    margin: 0;
}
section.contact-page.inner-banner {
    padding: 50px 0;
    background-image: url(../img/back-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.follow-us ul {
    padding: 0;
    margin-top: 10px;
}
.follow-us ul p {
    padding-right: 25px;
}
.follow-us li.socil-media-icons {
    display: inline-flex;
    align-items: center;
}
.option-btn{
    width: 88%;
}
.pro-img{
        width: 100%;
        height: 200px;
    }
.contact-info-div {
    background: rgb(207,255,212);
    background: linear-gradient(0deg, #d4a602 0%, #f1f1f1 100%);
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
}
.contact-info-div h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-info-div p{
    width: auto !important;
    padding-right: 20px;
}
.contact-info-div a{
    margin-bottom: 10px;
}

section.services-page.inner-banner h1 {
    text-transform: uppercase;
}
section.services-page.inner-banner span{
    color: #d4a602;
}
section.services-page.inner-banner p{
    width: 100%;
    margin: 0;
}
section.services-page.inner-banner {
    padding: 50px 0;
    background-image: url(../img/back-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.services-item {
    background: rgb(207,255,212);
    background: linear-gradient(0deg, rgba(236,250,237,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    height: 100%;
}
.off-wrapper h4 {
    top: 11px;
    padding: 10px;
    background:  rgba(255, 234, 41, 0.8);;
    color: #000000;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    position: absolute;
}
.services-item img {
    height: 75px;
    margin-bottom: 15px;
}
.services-item h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.services-item p {
    margin-bottom: 20px !important;
}
a.btn.secondary-btn {
    background: #d4a602;
    padding: .375rem 1.75rem;
    border-radius: 9px;
    white-space: nowrap;
}
a.btn.secondary-btn:hover {
    background: #000;
    padding: .375rem 1.75rem;
    border-radius: 9px;
    color: #fff;
}


section.stories-page.inner-banner h1 {
    text-transform: uppercase;
}
section.stories-page.inner-banner span{
    color: #d4a602;
}
section.stories-page.inner-banner p{
    width: 100%;
    margin: 0;
}
section.stories-page.inner-banner {
    padding: 50px 0;
    background-image: url(../img/back-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.stories-items{
    padding: 50px 0;
}
.stories-items-text p {
    padding: 40px 40px 20px 0;
}

.stories-items-text2 {
    padding-left: 75px;
}
.stories-items-text2 p {
    padding: 40px 0 20px 0;
}


section.services-detail-page.inner-banner h1 {
    text-transform: uppercase;
}
section.services-detail-page.inner-banner span{
    color: #d4a602;
}
section.services-detail-page.inner-banner p{
    width: 100%;
    margin: 0;
}
section.services-detail-page.inner-banner {
    padding: 50px 0;
    background-image: url(../img/back-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.services-tabs-div ul{
    background: rgb(207,255,212);
    background: linear-gradient(0deg, rgba(236,250,237,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 10px;
    padding: 0 20px 20px;
    text-align: left;
}
.services-tabs-div ul h4 {
    color: #d4a602;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.services-tabs-div ul li button {
    color: #000;
    border-radius: 0 !important;
    padding: 20px;
    border-top: 1px solid #A9DEAD !important;
    width: 100%;
    text-align: left;
    position: relative;
}
.services-tabs-div .nav-link:focus, .services-tabs-div .nav-link:hover {
    color: #d4a602;
    background: #ffea29 !important;
}
.services-tabs-div .nav-link:focus span, .services-tabs-div .nav-link:hover span{
    position: absolute;
    height: 10px;
    width: 10px;
    right: 15px;
    top: 25px;
    background: #d4a602;
    border-radius: 100px;
}
.services-tabs-div .nav-pills .nav-link.active, .services-tabs-div.nav-pills .show>.nav-link {
    color: #d4a602 !important;
    border-bottom: 0px solid #d4a602;
    border-radius: 0;
    z-index: 1;
    position: relative;
    background: #ffea29 !important;
}
.services-tabs-div .nav-pills .nav-link.active span, .services-tabs-div.nav-pills .show>.nav-link span {
    position: absolute;
    height: 10px;
    width: 10px;
    right: 15px;
    top: 25px;
    background: #d4a602;
    border-radius: 100px;
}


section.careers-page.inner-banner h1 {
    text-transform: uppercase;
}
section.careers-page.inner-banner span{
    color: #d4a602;
}
section.careers-page.inner-banner p{
    width: 100%;
    margin: 0;
}
section.careers-page.inner-banner {
    padding: 50px 0;
    background-image: url(../img/back-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.careers-item-div {
    background: rgb(207,255,212);
    background: linear-gradient(0deg, rgba(236,250,237,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.job-detail h4 {
    font-size: 22px;
    text-transform: uppercase;
}
.time-div {
    gap: 15px;
    display: flex;
    align-items: center;
    opacity: .6;
}
.amount-div {
    gap: 15px;
    display: flex;
    align-items: center;
    opacity: .6;
}
.time-div img {
    width: 18px;
    filter: grayscale(1);
}
.amount-div img {
    width: 18px;
    filter: grayscale(1);
}
.job-detail-div {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 10px;
}
.job-address {
    text-align: right;
}
.job-address a{
    margin-top: 20px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content:center;
    margin-top: 40px;
}
.pagination li {
    padding: 10px 15px;
}
.pagination li a{
    color: #000;
}
.pagination i {
    color: #000;
    font-weight: bold;
}
.pagination li a:hover{
    color: #d4a602;
}
ul.careers-detail-points {
    padding-left: 25px;
    margin: 30px 0;
}
ul.careers-detail-points li {
    padding: 5px 0px;
    list-style: none;
    position: relative;
}
ul.careers-detail-points li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -25px;
    background-image: url(../img/check-icon.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
}
.job-summary-box {
    background: #d4a602;
    padding: 30px 0 0 0;
    border-radius: 20px;
}
.job-summary-box h4 {
    margin: 0 30px 20px;
    text-transform: uppercase;
}
.job-summary-box p{
    font-family: var(--font-bold);
}
.job-summary-box-text {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #70D809;
    padding: 12px 30px;
}
.drop-zone {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 140px;
    border-width: 2px;
    margin-bottom: 20px;
    color: #8E8E8E;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    cursor: pointer;
    background: #fff;
}
  .drop-zone.is-dragover {
    color: #999;
    border-style: solid;
  }
  .drop-zone.has-images {
    justify-content: flex-start;
  }
  .drop-zone.has-images .msg {
    display: none;
  }
  .drop-zone input.has-image {
    opacity: 1;
    width: 0;
    height: 0;
  }
  .drop-zone input.receiver {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  .drop-zone .preview {
    display: flex;
    align-items: center;
    position: relative;
    cursor: default;
    margin: 0 5px;
    height: 120px;
    border-radius: 5px;
  }
  .drop-zone .preview:hover .details {
    display: flex;
  }
  .drop-zone .preview img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 5px;
  }
  .drop-zone .preview .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .drop-zone .preview .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #e40000;
    cursor: pointer;
  }
  .drop-zone .preview .remove .fa {
    font-size: 20px;
    color: white;
  }
.job-description{
    font-family: var(--font-default) !important;
}




.footer-content-div {
    border-top: 1px solid #dcebff;
    padding: 30px 0;
}
.footer-content-div .logo-box {
    width: 70%;
    margin-bottom: 20px;
}
.footer-content-div p {
    color: #7E7E7E;
    margin: 20px 0 0 0;
}
ul.menu-links.menus.quick-links {
    padding: 0;
    margin: 0;
    text-align: end;
}
ul.menu-links.menus.quick-links li {
    list-style: none;
    display: inline-flex;
    padding: 0 10px;
    font-size: 14px;
}
ul.menu-links.menus.quick-links li a{
    color: #000;
}
ul.menu-links.menus.quick-links li a:hover{
    color: #d4a602;
}
.copyright {
    text-align: end;
}
.socil-media-icons a {
    background: #d4a602;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 7px;
    margin: 6px;
}
.socil-media-icons a i{
    color: #000;
    font-size: 14px;
}
.socil-media-icons a:hover {
    background: #d4a602;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 7px;
    margin: 6px;
    color: #fff;
}
.socil-media-icons a:hover i{
    color: #fff;
}
section.terms-page.inner-banner h2 {
    text-transform: uppercase;
    margin-top: 30px;
}

@media (max-width: 1025px) {
	.navbar-brand img {
        width: 250px;
    }
    .team-sec-text p {
        width: 100%;
    }
    .btn2 {
        font-size: 50px;
        line-height: 50px;
    }
    .btn2 span img {
        width: 35px;
    }
    .portfolio-slider .slick-prev, .portfolio-slider .slick-next {
        top: 109%;
    }
    .portfolio-slider .slick-prev {
        left: 165px;
    }
    .portfolio-slider .slick-next {
        right: 165px;
    }
    .services-tabs-div ul li button {
        padding: 20px 10px;
    }
}
@media (max-width: 992px) {
    .main-banner h1 {
        font-size: 44px;
        line-height: 44px;
        width: 100%;
    }
    .about-sec-text {
        margin-bottom: 50px;
    }
    .team-sec-text {
        padding-left: 0;
        margin-top: 30px;
    }
    .story-sec-text {
        margin-bottom: 50px;
    }
    .civil-engineering-text {
        margin-top: 50px;
    }
    .civil-engineering-text h2 {
        margin-bottom: 0;
    }
    .portfolio-sec-text {
        padding-left: 0;
        margin-top: 50px;
    }
    section.contact-sec form.contact-form {
        width: 100%;
        margin-bottom: 50px;
    }
    .mission-sec-text {
        padding-left: 0;
        margin-top: 50px;
    }
    div#prg-counter {
        padding: 0;
    }
    .prg-container-div {
        margin-bottom: 20px;
    }
    .services-tabs-div ul li button {
        padding: 20px;
    }
    .services-tabs-div ul {
        margin-bottom: 50px;
    }
    .stories-items-text2 {
        padding-left: 0;
        margin-top: 50px;
    }
    .stories-items-text {
        margin-bottom: 50px;
    }
    .about-sec-text p {
        width: 100%;
    }
    .story-sec-text p {
        width: 100%;
    }
    .footer-content-div p {
        text-align: center;
    }
    .about-page-mission-sec {
        padding: 50px 0 50px 0;
    }

}
@media (max-width: 567px) {
    .civil-engineering-text h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .main-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    section.main-banner {
        padding: 50px 0 50px 0;
    }
    .main-banner p {
        font-size: 18px;
    }
    section.about-sec {
        padding: 0;
    }
    section.team-sec {
        padding: 50px 0;
        padding-bottom: 0;
    }
    section.story-sec {
        padding: 0;
    }
    .btn2 {
        font-size: 30px;
        line-height: 30px;
    }
    .btn2 span img {
        width: 22px;
        margin-top: -5px;
    }
    section.portfolio-sec {
        padding: 50px 0;
        padding-bottom: 0;
    }
    .mission-sec-text .nav-pills .nav-link {
        font-size: 20px;
    }
    section.custom-banner {
        padding-bottom: 0;
    }
    @media (max-width: 567px) {
        .vid__toggler {
            top: 0;
            bottom: 0;
            margin: auto !important;
        }
    }
    .recent-projects-text h2 {
        font-size: 28px;
    }
    .recent-projects-headding {
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .job-address {
        text-align: left;
        margin-top: 20px;
    }
    .job-summary-box {
        margin-top: 50px;
    }
    ul.menu-links.menus.quick-links {
        text-align: center;
        margin-bottom: 20px;
    }
    .team-sec-text {
        margin-bottom: 50px;
    }
    .portfolio-sec-text p {
        width: 100%;
    }
    .footer-content-div .logo-box {
        width: 70%;
        margin: auto;
        margin-bottom: 20px;
    }
    .recent-projects-address {
        gap: 10px;
        margin-bottom: 15px;
    }
    .projects-detail-div {
        display: block;
    }
    .projects-detail-div p {
        white-space: normal;
    }
    .lightbox-content img {
        width: 290px;
        height: 290px;
    }
    section.team-sec .row.align-items-center {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }
    section.portfolio-sec .row.align-items-center {
        flex-direction: column-reverse;
    }
    .portfolio-sec-text {
        padding-left: 0;
        margin-bottom: 50px;
    }
    .row.align-items-center.about-page-mission-sec {
        flex-direction: column-reverse;
        padding: 0;
    }
    .mission-sec {
        margin-bottom: 50px;
    }
    .stories-items.stories-items-mobile .row {
        flex-direction: column-reverse;
    }
    .stories-items.stories-items-mobile .stories-items-text2{
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 50px;
    }
    .stories-items.stories-items-mobile {
        padding: 0;
    }


}
@media (max-width: 300px) {
    .navbar-brand img {
        width: 170px;
    }
    .civil-engineering-text h2 {
        font-size: 26px;
        line-height: 26px;
    }
    .contact-info-div {
        padding: 10px;
    }
    .recent-projects-address p {
        font-size: 13px;
    }
    .contact-info-div p {
        width: auto !important;
        padding-right: 0px;
    }
    ul.menu-links.menus.quick-links li {
        list-style: none;
        display: inline-flex;
        padding: 5px;
        font-size: 12px;
    }
    .footer-content-div p {
        font-size: 12px;
    }
}

.stamp {
    text-align: right;
}
.stamp img {
    width: 150px;
}
/* .stamp-2 {
    text-align: right;
}*/
.stamp-2 img {
    width: 50px;
}

.stamp-2 {
    position: fixed;
    top: 50px; /* Adjust the distance from the top */
    right: 10px; /* Adjust the distance from the right */
    text-align: right;
}

@media (max-width:800px){
    .stamp-2{
        position: unset;
        margin-bottom: 20px;
        text-align: right;
    }
}
.footerline {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
@media only screen and (max-width: 767px) {
    .portimg {
        height: 142px !important;
        width: 360px !important;
    }
}