@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.header_section .collapse ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}

.p_img img {
  width: 65%;
}
.heading_title h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: #00547f;
}

.header_section .navbar-nav .nav-link.active {
  color: #ffffff;
}

.heading_title {
  padding: 50px 0px 18px;
}

.about_image img {
  border-radius: 8px;
}

.service_card .service_icon {
  position: relative;
  border-radius: 8px;
  transition: all 0.3s linear;
}

.header_section {
  background-color: #046380;
  transition: all 0.5s linear;
}

.header_section .navbar a {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.service_icon span i {
  font-size: 18px;
}

.service_content p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0px;
}

.service_card .service_icon span i {
  font-size: 54px;
  color:#002a40;
}

.service_content a {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
}

.header_section .navbar-brand img {
  width: 100px;
}
.nav-tabs .nav-link.active {
  background-color: #006ea6;
  color: #ffffff;
  font-weight: 600;
}
.f_project .nav-link {
  color: #007fbf;
}
.footer_section {
  background-color: #046380;
  padding: 40px 0px 10px;
}

.footer_links li a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
}

#carouselExampleDark {
  padding: 0px;
}

#carouselExampleDark .carousel-caption h5 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
#carouselExampleDark .carousel-caption {
  background-color: rgb(0 0 0 / 49%);
}
#carouselExampleDark .carousel-caption p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.footer_links li {
  list-style-type: none;
}

.footer_links,
.contact_info ul {
  padding: 10px 0px 0px;
}
.footer_links li a span {
  font-size: 12px;
  padding-right: 5px;
}

.footer_about img {
  width: 65px;
}

.footer_content {
  padding-top: 8px;
  text-align: center;
}
.footer_content a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.footer_content p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0px;
}

.social_icons span {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.social_icons span a {
  font-size: 32px;
  color: #ffffff;
}

.dropdown-toggle:hover .dropdown-menu {
  display: block;
}

.footer_content h4,
.quick_wrap h4,
.contact_info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}

.loc_info p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.locatin_icon i,
.call_icon i,
.mail_icon i {
  font-size: 16px;
  color: #ffffff;
}

.call_num a,
.mail_info a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
}

.p_content h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  color: #007fbf;
}

.p_content p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0px;
  text-align: justify;
}
.p_btn {
  margin-top: 12px;
}
.p_btn a {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  color: #006ea6;
}

.pro_card:hover .p_image img {
  transition: all 0.5s ease;
  transform: scale(1.1);
}
.pro_card:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.p_image img {
  transition: all 0.5s ease;
  width: auto;
  height: auto;
  object-fit: contain;
}

.p_img {
  overflow: hidden;
  background-color: #d5d5d5;
  padding: 40px 0px;
}

.project_wrap {
  padding: 15px;
  box-shadow: 0px 1px 50px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.fixed-top {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
  padding: 15px 0px;
  transition: all 0.5s linear;
}

.inner_header {
  background: url("../images/homepage/bread-bg.jpg") no-repeat center;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner_content h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}

.inner_content h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
  text-transform: capitalize;
  color: #ff9900;
}

.inner_content a {
  color: #ffffff !important;
}

.about_call_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_call_icon span {
  width: 50px;
  height: 50px;
  display: flex;
  background: #ff991e;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.about_call_icon span i {
  color: #ffffff;
}

.call_no h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0px;
}

.call_no h3 span {
  font-size: 14px;
  font-weight: 400;
  color: #858585;
}

.call_btn {
  display: flex;
  align-items: center;
}

.call_btn a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  background: #ff991e;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
}

.call_btn a:hover {
  background-color: #ffae34;
}

.contact_wrapper,
.service_wrapper {
  margin: 85px 0px;
}

.address_icon {
  display: flex;
  justify-content: center;
}

.address_icon span {
  width: 80px;
  height: 80px;
  display: flex;
  background-color: #ff9900;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
}

.add_detail p,
.add_detail a {
  font-size: 14px;
  font-weight: 400;
  color: grey;
  margin: 0px;
  text-decoration: none;
}

.add_detail {
  margin-top: 15px;
}

.contact_row {
  padding: 50px 25px;
  border: 1px solid #ff991d;
  margin-bottom: 40px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
  border-radius: 4px;
}

.contact_row:last-child {
  margin-bottom: 0px;
}

.contact_row:hover .address_icon span i {
  transform: scaleX(-1);
  transition: all 0.5s ease-in-out;
}

.address_icon span i {
  font-size: 24px;
  transition: all 0.5s ease-in-out;
}

.service_wrap {
  padding: 0px 0px 10px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
}

.s_content {
  padding: 15px 0px 0px;
}

.s_content h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  text-align: center;
}

.s_content p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 26px;
  color: #808080;
}
.client_logo .owl-item a img {
  width: 150px;
  margin: 0 auto;
}
.client_logo {
  padding: 50px 0px;
}
.srvc_smImage {
  padding: 50px 30px;
}
.service_card{
    box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
    padding: 30px 15px;
}
.service_content {
  padding-top: 8px;
}
.smc img {
  border-radius: 8px;
}
.iew_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_dropdown .dropdown-menu {
  background-color: #002a40;
}
.menu_dropdown .dropdown-menu li a:hover {
  background-color: #ffffff;
  color: #032859;
}
.pro_card {
  background-color: #e1e1e1;
  padding: 15px;
  border-top: 2px solid #206fb0;
  cursor: pointer;
  transition: all 0.5s ease;
  height: 170px;
}
.w-50 {
  width: 50%;
}
.w-35 {
  width: 35% !important;
}
.w-25 {
  width: 25% !important;
  transform: rotate(90deg);
}
.item_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d5d5d5;
  border-radius: 4px;
  margin: 0px 0px 0px 15px;
  padding: 15px;
}
#lightgallery {
  justify-content: center;
}
.lg-thumb-outer {
  display: none;
}
.about_content h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.about_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
.abot_btn a {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #002a40;
  padding: 8px 15px;
  border-radius: 15px;
}
.abot_btn a span i {
  font-size: 10px;
}
 .inner_banner {
        background: url("../images/footer/service.jpg") no-repeat;
        width: 100%;
        height: 250px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .inner_banner::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        background: rgb(0 42 64 / 70%);
        width: 100%;
        height: 100%;
        z-index: 0;
      }
      .inner_content h2 {
        font-size: 28px;
        font-weight: 600;
        margin: 0px;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        color: #ffffff;
      }
      .cont_icon {
        width: 72px;
        height: 72px;
        margin: 0 auto;
        background: #ff9900;
        border-radius: 50%;
        line-height: 72px;
        font-size: 24px;
        text-align: center;
        color: #fff;
      }
      .cont_icon i,
      .cont_label h3 {
        font-size: 18px;
      }
      .cont_label {
        margin-top: 25px;
      }
      .cont_label h3 {
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        text-align: center;
      }
      .cont_label p,.cont_label a {
        font-size: 14px;
        font-weight: 500;
        color: #666;
        text-align: center;
      }
      .contact_wrap {
        margin-top: 30px;
      }
      .service_card:hover{
          background-color: #006ea6;
            border-radius: 8px;
      }
      .service_card:hover .service_icon span i{
          color:#ffffff;
      }
      .service_card:hover .service_content a{
          color:#fff;
      }
      .footer_links li span{
          font-size: 15px;
    color: #ffffff;
    padding-right: 10px;
      }
      .footer_links li:first-child{
          display:flex;
      }
      .footer_links li p{
          font-size: 14px;
    font-weight: 500;
    color: #ffffff;
      }
      .footer_connect{
          margin:10px 0px 0px 0px;
          padding:0px;
      }
      .footer_connect li{
          list-style:none;
      }
      .footer_connect li a{
          color:#ffffff;
          font-size:28px;
          padding:0px 10px;
      }