body {
  font-family: "Roboto Slab", serif;
}
a {
  color: inherit;
  text-decoration: none;
}

h1 a,
h1,
h2 a,
h2,
h3 a,
h3,
h4 a,
h4,
h5 a,
h5,
h6 a,
h6 {
  font-weight: 700;
  margin: 0;
  color: #282f3b;
  transition: 0.5s ease-in-out;
  word-break: break-word;
}
p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}
/*header*/
.header_logo {
  margin: 0px;
  padding: 0px;
}
.header_logo img {
  width: 110px;
}
.navbar-bg {
  background: #fff;
  padding: 8px 0px;
}
#navbarSupportedContent {
  justify-content: center;
}
#navbarSupportedContent ul {
  margin-left: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 9px 21px;
    color: #292828;
    font-size: 17px;
}
.call-today {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-left: auto;
}
.btn-theme {
  color: #fff;
  background: #d9bf55;
  border-radius: 7px;
  padding: 10px 25px;
}
.btn-theme:hover {
  color: #fff;
}

.top_bar {
  background: #292828;
  padding: 10px 0px;
}
.left_side_top {
  display: flex;
}
.top_items {
  display: flex;
  padding-right: 18px;
}
.top_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
}
.top_icons i {
  margin-right: 8px;
  color: #fff;
  font-size: 14px;
}
.top_text {
  display: flex;
}
.top_items p {
  color: #fff;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
.left_side_top {
  display: flex;
}

.top_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: ruby;
}
.top_text ul li {
  margin-left: 16px;
  font-size: 14px;
}
.top_items i {
  color: #fff;
  font-size: 14px;
}
.banner_1 {
    background: linear-gradient(1deg, rgb(0 0 0 / 51%) 0%, rgb(23 28 38 / 67%) 59%), url(../img/slider-1.jpg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.banner_text {
  text-align: center;
}

.slider_content {
  position: relative;
  text-align: left;
  padding: 130px 10px;
}

.animate_heading_banner {
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #e3e3e3;
  padding: 10px 30px;
  line-height: 32px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 20px 0px;
  color: #fff;
  opacity: 1;
}

.banner_text h1 {
    font-size: 53px;
    line-height: 59px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
    opacity: 1;
}

.banner_description {
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
  color: #aaafb8;
  margin-bottom: 30px;
  opacity: 1;
}

.button-common {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: #d9bf55;
  color: #fff;
  border: 1px solid #d9bf55;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.section_main {
  padding: 60px 0px;
}

.title_section_center {
  text-align: center;
}

.title_sections {
  position: relative;
  padding-bottom: 30px;
}

.title_sections h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  padding: 0px 0px 10px 0px;
  font-family: "Spartan", sans-serif !important;
}

.before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #612f01;
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
  font-family: "Spartan", sans-serif !important;
}

.title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}

.bg_light_1 {
  background: #f0f3f9 !important;
}
.image_boxes {
  display: inline-block;
  margin-bottom: 100px;
  position: relative;
}
.image_boxes .image.one {
  position: relative;
  width: 500px;
  height: 442px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.image_boxes .image.one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.image_boxes .image.two {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 45%;
  height: 45%;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
}
.image_boxes .image.two img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* background: #fff; */
}
/* .title_all_box .title_sections .before_title {
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  padding: 0px 10px 3px 10px;
  border-left: 1px solid #e4e7ee;
  border-bottom: 1px solid #e4e7ee;
  line-height: 26px;
  margin-bottom: 20px;
} */
/* .title_all_box .title_sections h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  padding: 0px 0px 10px 0px;
} */
.title_all_box .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}
.btn_common {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: #d9bf55;
  color: #fff;
  border: 1px solid #d9bf55;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  position: relative;
}

.call_to_action {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.call_to_action .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #282f3bde;
  opacity: 0.92;
  z-index: 1;
}
.call_to_action .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call_to_action .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.auto-container,
.auto_container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.call_to_action .left_content {
  position: relative;
  padding: 100px 120px;
}
.call_to_action .left_content .main_content {
  position: relative;
  z-index: 2;
}
.call_to_action .left_content .main_content h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.call_to_action .left_content .main_content p {
  color: #fff;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  font-size: 17px;
}
.call_to_action .bottom_content {
  position: relative;
}
.call_to_action .bottom_content .button_content {
  display: inline-block;
  position: relative;
  top: 9px;
}
.theme-btn.three {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 30px;
  background:  #d9bf55;
  color: #fff;
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 0;
  border: unset !important;
}
.call_to_action .bottom_content .call_content {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.call_to_action .bottom_content .call_content span {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 5px;
  font-size: 30px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background: transparent;
  border: 1px dashed #ffffff;
  margin: auto;
}

.call_to_action .bottom_content .call_content .content_bx {
  margin-left: 70px;
  padding-top: 9px;
  text-align: left;
}
.call_to_action .bottom_content .call_content .content_bx h2 {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 2px;
  font-weight: 600;
}
.call_to_action .bottom_content .call_content .content_bx p {
  color: #fff;
  opacity: 0.9;
  text-decoration: underline;
  margin: 0px;
  padding: 0;
  border: 0px;
}
.icon-phone-call1:before {
  content: "\f095"; /* Unicode for the phone icon in Font Awesome */
  font-family: "Font Awesome 5 Pro"; /* Font family for Font Awesome Pro */
  font-weight: 900; /* Font weight for solid icons in Font Awesome Pro */
}

.title_sections.title_center {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.project_box {
    position: relative;
    padding: 30px 12px 27px 4px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    margin-bottom: 30px;
    display: flex;
}
.project_box .content_inner {
  position: relative;
  float: left;
  width: 60%;
  padding: 5px 15px;
}
.project_box .content_inner div a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #2b2b2b;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 9px 11px 4px;
  background: #f0f3f9;
  display: inline-block;
  border-radius: 5px;
}
.project_box .content_inner h2 a {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e7ee;
  display: block;
}
.project_box .content_inner .read_more {
  font-size: 15px;
  color: #2b2b2b;
  line-height: 25px;
  display: inline-block;
}
.project_box .content_inner .read_more span {
  display: inline-block;
  margin-left: 5px;
  font-size: 17px;
  top: 2px;
  position: relative;
}
.project_box .image {
  position: relative;
  width: 65%;
  float: right;
  border-radius: 10px;
  overflow: hidden;
}
.project_box .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  opacity: 0;
  background: #612f01;
  transition: all 0.5s ease;
}
.project_box .image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.project_box:hover .image::before {
  bottom: 0;
  opacity: 0.8;
}
.project_box .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  opacity: 0;
  background: #612f01;
  transition: all 0.5s ease;
}
.title_all_box .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: #495057;
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
}
.title_all_box .title_sections h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #282f3b;
  padding: 0px 0px 10px 0px;
}
.title_all_box .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}
.bg_brown {
  background-color: #603000;
}
.only_content p {
    font-size: 23px;
    color: #fff;
    line-height: 43px;
    text-align: center;
    font-weight: 300;
}
.img-box-client {
  margin: 10px;
  background: #fff;
  padding: 20px 20px;
  border-radius: 0px;
  box-shadow: rgb(0 99 178 / 27%) 0px 5px 15px;
  margin-bottom: 20px;
}
.img-box-client img {
  height: 74px;
  width: 100%;
  object-fit: contain;
}

.bg_primary {
    background: linear-gradient(1deg, rgb(0 0 0 / 26%) 0%, rgb(0 0 0 / 30%) 59%), url(../img/bg-img1.jpg);
    background-position: bottom;
}

footer {
  background-color: #1c2331;
  /*text-align:center;*/
  color: #fff;
}
.footer_social {
  display: flex;
  justify-content: space-between;
  background-color: #6351ce;
  padding: 20px;
}
.icons_anchors a {
  color: #fff;
  padding-right: 15px;
  font-size: 18px;
}

.footer_column {
  text-align: start;
  margin-bottom: 30px;
}
.footer_main {
  padding: 30px 0px;
}
.footer_column img {
  height: 90px;
  width: auto;
  filter: brightness(50%) contrast(200%) invert(100%);
}
.get_connected_text {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bg-2 {
    background: linear-gradient(1deg, rgb(0 0 0 / 85%) 0%, rgb(23 28 38 / 90%) 59%), url(https://images.unsplash.com/photo-1553877522-43269d4ea984?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.footer_column .fw-bold {
  /* background: linear-gradient(to bottom, #cfc09f 27%, #ffecb3 40%, #b4924c 78%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  font-weight: 900;
  padding-bottom: 10px;
}

@media (max-width: 600px) {
  .top_bar {
    display: none;
  }

  .civil-engeeringg-imgg2 img{
    width: 100% !important;
  }

  .civil-engeeringg-imgg img{
    width: 100% !important;
  }

  .abouttt-img img{
    height: 250px !important;
  }
  .image_boxes .image.two {
    display: none;
  }
  .image_boxes .image.one {
    position: relative;
    width: 100%;
    height: 292px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  }
  .image_boxes {
    display: block;
    margin-bottom: 45px;
    position: relative;
  }

  .animate_heading_banner {
    font-size: 15px;
  }
  .banner_text h1 {
    font-size: 30px;
    line-height: 90px;
    font-weight: 800;
    margin-bottom: 0px;
    color: #fff;
    opacity: 1;
  }
  .title_all_box .title_sections .before_title {
    font-size: 18px;
  }
  .title_all_box .title_sections h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #282f3b;
    padding: 0px 0px 10px 0px;
  }
  .title_all_box .title_sections p {
    font-size: 14px;
    line-height: 26px;
    padding: 0px 0px 10px 0px;
  }
  .call_to_action .left_content {
    position: relative;
    padding: 60px 0px;
  }
  .call_to_action .left_content .main_content h1 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
  }

p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    transition: 0.5s ease-in-out;
}
.call_to_action .bottom_content .call_content {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
}
.title_sections h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #282f3b;
    padding: 0px 0px 10px 0px;
    font-family: "Spartan", sans-serif !important;
}
.title_sections p {
    font-size: 14px;
    line-height: 24px;
    padding: 0px 0px 10px 0px;
}
.only_content p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.footer_social {
    display: block;
}
.get_connected_text {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.project_box .content_inner {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 15px;
}
.project_box .image {
    position: relative;
    width: 100%;
    float: right;
    border-radius: 10px;
    overflow: hidden;
}
.project_box {
    position: relative;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    margin-bottom: 30px;
    display: block;
}
/* .project_box .content_inner {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 15px;
} */
.project_box .content_inner {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.project_box .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
}



.link-colorrr{
  color: #4c82b9;
}

.link-colorr{
  color: #528ee7;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.45rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.copright{
  font-size: 13px;
}

.footer_column11 .fw-bold {
  /* background: linear-gradient(to bottom, #cfc09f 27%, #ffecb3 40%, #b4924c 78%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  font-weight: 900;
  padding-bottom: 10px;
}

.footer_column11 img {
  width: 135px;
}

.description_box p{
  text-align: justify;
}


.top-image-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 25px;
}

.top-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_main1{
  padding: 0px 0px 55px 0px;
}

.margin-topp{
  margin-top: 15px;
}

 label{
  padding: 9px 0px 5px 0px;
 }

 .mappp{
  padding: 5px 15px 0px 0px !important;
  border: 1px solid #ddd;
 }

 .civilengeeringgg li{
  padding: 10px 0px 10px 0px;
  line-height: 30px;
 }

 .civil-engeeringg-imgg img{
   width: 420px;
   height: 265px;
   margin-top: 20px;
   margin-bottom: 10px;
 }

 .civil-engeeringg-imgg2 img{
   width: 470px;
   height: 295px;
   margin-top: 20px;
   margin-bottom: 10px;
 }