@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.homebanner .hero-content h1 {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: bold;
  /*    text-transform: capitalize;*/
}

.top-left p {
  color: #fff !important;
  margin-bottom: 0;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  font-size: 1rem;
  color: #111111;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: #111111;
}

h2 {
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  font-size: 2rem;
}

p {
  color: #111;
  font-size: 16px;
  margin-bottom: 1.4rem;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.fw-600 {
  font-weight: 500;
}

.txt-gray {
  color: #aaa;
}

.txt-blue {
  color: #1D4185;
}

/* h2::after{ content: ""; display: block; background-color: #0689d0; height: 3px; position: absolute; left: 50%; transform: translateX(-50%); } */
/* h2::first-letter{ color: #0689d0;} */
.container {
  max-width: 90%;
}

.relative {
  position: relative;
}

.top-hdr p {
  font-size: 16px;
}

.top-hdr {
  background-color: #2B2B2B;
  padding: 20px 0;
  border-bottom: 10px solid #1D4185;
  font-size: 16px;
  font-weight: 500;
}

.top-hdr .phone-email a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-right: 25px;
  margin-left: 25px;
}

.top-hdr .phone-email i {
  color: #fff;
  margin-right: 5px;
}

.lang-flag a {
  margin-left: 5px;
}

.top-right {
  display: flex;
}

.main-header {
  position: sticky;
  top: -1px;
  z-index: 99999;
  background-color: #fff;
}

.navbar {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  transition: all 0.15s ease-in-out;
}

.newClass .navbar {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar {
  border-bottom: 1px solid #eee;
}

.navbar-brand img {
  max-width: 220px;
}

.main-menu ul li {
  margin: 0 15px;
  position: relative;
}

.main-menu ul li .fa-chevron-down {
  position: absolute;
  right: -7px;
  top: 15px;
  font-size: 10px;
}

.main-menu ul li a {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
}

.main-menu ul li a.active {
  color: #1D4185;
  background: none;
}

.main-menu ul li a:hover {
  color: #1D4185;
}

.main-menu ul li .dropdown-item:focus,
.main-menu ul li .dropdown-item:hover {
  background-color: transparent;
}

.main-menu ul li .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
}

.main-menu ul li:hover .dropdown-menu {
  display: block;
  background-color: #eee;
  border-radius: 0;
  border: 0;
}

.main-menu ul li .dropdown-menu a {
  color: #111111;
}

.main-menu ul li .dropdown-menu a:hover {
  color: #1D4185;
}

.fa-caret-down {
  position: absolute;
  right: -6px;
  top: 12px;
  font-size: 12px;
  cursor: pointer;
}

.main-menu ul li:hover .fa-caret-down {
  color: #959595;
}

.navbar a.top-search {
  color: #111;
  margin-left: 15px;
}

.serach-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 1);
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.serach-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
  cursor: pointer;
  color: white;
}

.serach-overlay .closebtn:hover {
  color: #ccc;
}

.serach-overlay input[type=text] {
  padding: 15px;
  font-size: 64px;
  border: none;
  width: auto;
  background: transparent;
  color: #fff;
  text-align: center;
}

.serach-overlay input[type=text]::placeholder {
  color: #eee;
}

.serach-overlay input[type=text]:hover,
.serach-overlay input[type=text]:focus {
  background: transparent;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.serach-overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  display: none;
}

.serach-overlay button:hover {
  background: #bbb;
}

.homebanner {
  position: relative;
  width: 100%;
}

.homebanner::before {
  background: rgba(0, 0, 0, 0);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.homebanner .hero-content {
  position: absolute;
  left: auto;
  bottom: 15%;
  width: 45%;
  color: #fff;
}

.homebanner .hero-content .hero-title p {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
}

.homebanner .hero-content .c-btn {
  background: #1d4185;
  margin-top: 25px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.homebanner .hero-content .c-btn.btn2 {
  background: #ff6600 !important;
  color: #fff !important;
  margin-left: 10px;
}

.homebanner .hero-content h1 {
  color: #fff;
  text-shadow: 2px 2px 7px #555;
}

.home-left-cnt,
.frame-home-left-cnt {
  max-width: 100%;
  margin-top: 65px;
}

.home-left-cnt h1,
.frame-home-left-cnt h1 {
  padding-bottom: 16px;
}

.home-left-cnt ul,
.frame-home-left-cnt ul {
  margin-bottom: 24px;
}

.home-left-cnt ul li a,
.frame-home-left-cnt ul li a {
  color: #1d4185;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  font-style: italic;
}

.gray-bg-color,
.frame-gray-bg-color,
.frame-new-gray-bg-color {
  background-color: #f1f1f1;
}

.home-sidebar {
  width: 100% !important;
}

.common-siderbar {
  padding: 90px 30px 45px 45px;
  display: block;
  height: 100%;
}

.common-siderbar h3 {
  font-size: 32px;
  font-weight: 700;
  max-width: 96%;
}

.post-blk-row {
  padding: 30px 0 10px 0;
}

.post-blk-row .post-img {
  margin-right: 15px;
  width: 40%;
}

.post-cnt {
  max-width: 57%;
}

.post-blk-row .post-cnt h4 {
  color: #111111;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.post-blk-row .post-cnt p {
  color: #111111;
  font-size: 16px;
  margin-bottom: 10px;
}

.post-blk-row .post-cnt a {
  color: #1D4185;
  font-size: 13px;
  text-decoration: underline;
}

.social-icons {
  margin-top: 0;
}

.social-icons a {
  text-decoration: none;
  color: #fff !important;
  margin-right: 5px;
  font-size: 20px;
  background: #1d4185;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}

.newsLeft-part {
  width: 97%;
}

.newsLeft-part p {
  font-size: 20px;
}

.news-section {
  margin: 120px 0 0 0;
  padding: 145px 0 120px 0;
}

.news-section h3 {
  font-size: 32px;
}

.news-section .news-col {
  position: relative;
  background-color: #fff;
}

.news-section .news-cnt {
  background: #fff;
  padding: 25px 25px 22px;
  height: auto;
}

.news-section .news-cnt span {
  font-size: 16px;
  padding-bottom: 10px;
}

.news-section .news-cnt h5 {
  font-weight: 700;
  margin: 15px 0;
  color: #333;
}

.news-section .news-cnt p {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
}

.news-section .news-cnt p a {
  color: #1d4185;
  text-decoration: none;
}

.news-section .news-cnt .read-btn {
  background: #1d4185;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 6px 20px 7px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all .5s ease-out;
  border: 1px solid #fff;
}

.news-section .news-cnt .read-btn:hover {
  background: transparent;
  border: 1px solid #1d4185;
  color: #1d4185;
}

.news-section .news-cnt .read-btn i {
  font-size: 9px;
}

.news-section .news-Imgbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto
}

.news-section .news-Imgbox img {
  transition: all .5s ease-out;
}

.news-section .news-Imgbox:hover img {
  transform: scale(110%);
}

.news-section .news-Imgbox .content-overlay {
  background: rgba(29, 65, 133, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.news-section .news-Imgbox:hover .content-overlay {
  opacity: 1;
}

.news-section .plus-icon {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 50px;
  color: #fff;
}

.news-section .news-Imgbox:hover .plus-icon {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.news-Imgbox .fadeIn-top {
  top: 20%;
}

.project-boxes-sec .news-Imgbox .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.project-boxes-sec .news-cnt {
  background-color: transparent;
  padding: 0 10px;
}

.project-boxes-sec .news-cnt span {
  color: #fff;
  text-transform: uppercase;
}

.project-boxes-sec .news-cnt p {
  color: #fff !important;
  text-transform: capitalize;
}

.project-boxes-sec .fadeIn-top {
  top: 50%;
}

.project-boxes-sec .plus-icon {
  opacity: 1;
}

.project-searcbox {
  position: absolute;
  right: 45px;
  z-index: 9999;
}

.project-searcbox input {
  background-color: #fff;
  color: #555;
  text-transform: uppercase;
  padding: 10px 25px 8px 15px;
  border-radius: 16px;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
}

.project-searcbox .search-btn {
  background-color: #1D4185;
  color: #fff;
  padding: 7px 15px 8px 15px;
  font-size: 16px;
  border-radius: 16px;
  border-radius: 5px;
  border: 0;
  margin-left: 5px;
}


.gallery-section {
  position: relative;
  z-index: 1;
}

.gallery-section .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.gallery-section .plus-icon {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 50px;
  color: #fff;
}

.gallery-section .news-cnt {
  background-color: transparent;
}

.gallery-section .news-cnt span {
  color: #fff;
  text-transform: uppercase;
}

.gallery-section .news-cnt p {
  color: #fff !important;
  text-transform: capitalize;
}


.relative {
  position: relative;
}

.filter {
  margin-left: 20px;
}

.filter .btn {
  padding: 0;
  margin: 0 10px;
  color: #959595;
  transition: all 0.4s;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
}

.filter .btn:focus {
  outline: none;
  box-shadow: none;
}

.filter .btn:hover,
.btn-active {
  color: #1D4185;
  border-bottom: 1px solid #1D4185;
}

.gallery {
  display: flex;
  justify-content: left;
  width: fit-content;
  flex-wrap: wrap;
  margin-top: 50px;
}

.gallery a {
  display: block;
  width: 30%;
  position: relative;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  box-sizing: border-box;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.gallery img:hover {
  transform: scale(1.1);
}

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
  margin: 0;
}

.closeBtn {
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  right: 25px;
  top: 25px;
  color: white;
  transition: 0.5s linear;
  padding: 8px 40px;
  border-radius: 25px;
  background: red;
  outline-offset: -6px;
  outline: 2px solid #fff;
}

.closeBtn:hover {
  cursor: pointer;
  background: white;
  color: black;
  outline: 2px solid #000;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #000000e7;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}

.imgPreview {
  width: 70%;
  object-fit: scale-down;
  max-height: 40vw;
  height: auto;
}

.prevButton,
.nextButton {
  transition: 1s linear;
  padding: 10px 35px;
  font-size: 18px;
  border: none;
  color: white;
  background: #0005;
  border-radius: 10px;
  border: 1px solid white;
  margin: 10px;
}

.prevButton:hover,
.nextButton:hover {
  background: #fff;
  color: black;
}

.project-boxes-sec {
  padding: 90px 0 80px 0;
}

.about-blk-sec {
  padding: 90px 0 100px 0;
}

.news-page .news-section .news-cnt {
  padding: 25px 30px 22px;
}

.news-page .news-section .news-cnt span {
  font-size: 13px;
  padding-bottom: 20px;
}

.news-page .news-section .news-cnt p {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  padding-bottom: 20px;
}

.news-page .news-section .news-col {
  margin: 20px 0 20px 0;
}

.fs-16 {
  font-size: 16px !important;
}

.job-page .common-siderbar h3 {
  font-size: 28px;
}

.job-page .common-siderbar {
  padding: 90px 20px 45px 30px;
}

.job-detail-page .news-section {
  padding: 100px 0 80px 0 !important;
}

.gray-box {
  padding: 0px;
}

.contact-g-map {
  overflow: hidden;
  margin-top: 140px;
}

.contact-g-map iframe {
  margin-top: -140px;
}

.frame-header-title-tag h1 {
  padding-top: 3rem !important;
  padding-bottom: 1rem !important;
}

.contact-section a {
  text-decoration: none;
  color: #1D4185;
}

.project-searcbox {
  z-index: 9;
}

.news-section .news-Imgbox img {
  width: 100%;
}

.common-loader-row .c-load-box:hover .content-overlay,
.project-boxes-sec .news-Imgbox:hover .content-overlay {
  background: rgba(0, 0, 0, 0);
}

.container {
  max-width: 1280px;
}

.home-left-cnt ul li,
.frame-home-left-cnt ul li {
  color: #1d4185;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  font-style: italic;
}


.main-menu ul li {
  padding: 35px 0;
}

.main-menu ul li .dropdown-menu {
  top: 100%;
}

.main-menu ul li .dropdown-menu a {
  color: #111111;
  padding: .5rem 2rem;
}

.main-menu ul li:hover .dropdown-menu {
  padding: 1rem 0;
}

.main-menu ul li:hover .dropdown-menu li {
  margin: 0;
  padding: 0;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.main-menu ul li a {
  padding-top: 0;
  padding-bottom: 0;
}


.main-menu ul li .fa-chevron-down {
  top: 45px;
}

p {
  font-size: 18px;
}

.copyright {
  font-size: 16px;
}

.ftr-bg p {
  font-size: 16px;
}

.contact-section span {
  font-size: 18px;
}

.lft-main-sec li,
.our-fenders-page ul li,
.job-detail-page ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 34px;
}

.form-bg input::placeholder,
.form-bg textarea::placeholder {
  color: #959595;
}

.form-bg input,
.form-bg textarea {
  border-bottom: 1px solid #959595;
}

.common-siderbar {
  padding: 90px 15px 45px 35px;
}

.common-siderbar h3 {
  font-size: 28px;
  max-width: 100%;
}

.gallery {
  width: 100%;
}

.news-section .news-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-section .news-col .news-Imgbox {
  height: 222px;
}

.gallery {
  justify-content: flex-start;
}

.inner-page-bnr {
  max-width: 100%;
  text-align: center;
}

.homebanner .hero-content {
  text-align: left;
}

.project-page .col-md-12.col-lg-6.mt-4 img {
  min-height: 262px;
  max-height: 262px;
  width: auto;
  object-fit: cover;
}

.news-single .lft-main-sec .outer img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
  width: auto !important;
}


.news-section .gray-bg-color.project-boxes-sec .news-col .news-Imgbox {
  height: 100% !important;
}

.news-section.gray-bg-color.project-boxes-sec .news-Imgbox {
  height: 100% !important;
}

.frame-new-gray-bg-color h3 {
  padding: 40px;
  font-size: 28px;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 0;
}

.common-siderbar {
  padding: 90px 15px 45px 30px;
}

.common-siderbar h2 {
  font-size: 1.8rem;
}

.common-siderbar h3 {
  font-size: 1.8rem;
  max-width: 97%;
}

@media (max-width: 1024px) {
  .project-searcbox {
    position: absolute;
    right: 45px;
    top: -50px;
  }

  .gallery-section {
    padding-top: 20px;
  }



}

@media (max-width: 991px) {
  .project-searcbox {
    position: absolute;
    right: 45px;
    top: -10px;
  }

  .gallery-section {
    padding-top: 50px;
  }

  .gallery a {
    width: 45%;
  }

}

@media (max-width: 767px) {
  .project-searcbox {
    position: relative;
    right: auto;
    top: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .gallery-section {
    padding-top: 20px;
  }

  .filter {
    margin-left: 0;
    display: none;
  }

  .filter .btn {
    margin: 0 12px;
    font-size: 12px;
  }

  .gallery a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

}


.ftr-common-cnt {
  width: 90%;
}

.ftr-bg {
  width: 100%;
  color: #fff;
  position: relative;
  background: #2b2b2b;
  padding: 60px 0 0 0;
}

.ftr-bg h6 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 25px;
}

.ftr-bg p {
  font-size: 15px;
  color: #fff;
  line-height: 1.7;
}

.ftr-bg p strong {
  font-weight: 700;
}

.ftr-bg a {
  color: #fff;
}

.ftr-social {
  margin-top: 0;
}

.ftr-social a {
  text-decoration: none;
  color: #333;
  margin-right: 2px;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}

.ftr-col {
  margin-bottom: 40px;
}

.copyright {
  background-color: #111111;
  padding: 30px 0;
  margin-top: 15px;
  border-top: 1px solid #111111;
  font-size: 15px;
}

.copyright a {
  text-decoration: none;
}

.common-banner {
  background: #0671AB;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding: 50px 0;
  text-align: center;
}

.address-bg {
  max-width: 80%;
}

.address-bg strong {
  font-size: 16px;
}

.address-bg a {
  text-decoration: none;
  color: #1D4185;
}

.form-bg {
  padding: 0 30px;
}

.form-bg .btn {
  background-color: #FF6600;
  color: #fff;
  border: 0;
  padding: 11px 20px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
}

.form-bg input {
  width: 100%;
  padding: 5px 5px 15px 5px;
  height: auto;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #111;
  border-radius: 0;
  color: #111;
  font-size: 1rem;
}

.form-bg textarea {
  height: auto;
  padding: 5px 5px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #111;
  border-radius: 0;
  color: #111;
  font-size: 1rem;
  margin-top: 40px;
}

.form-bg input::placeholder,
.form-bg textarea::placeholder {
  color: #111;
  font-style: italic;
}

.searchBtn {
  margin-left: 20px;
  color: #111;
}

.frame-lft-main-sec {
  width: 66%;
  margin-bottom: 50px;
}

.common-siderbar {
  width: 32%;
}

.big-size-cnt {
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
  padding-top: 10px;
}

.frame-lft-main-sec li {
  list-style: disc;
}

.inner-page-bnr {
  max-width: 100%;
}

.inner-page-bnr .inner-page-hero-cnt {
  width: auto;
}

.inner-page-bnr .inner-page-hero-cnt p {
  font-size: 20px;
}

.bottom-blue-section {
  background-color: #1D4185;
  padding: 80px 0 70px 0 !important;
}

.bottom-blue-section p {
  font-size: 20px;
}

.bottom-blue-section p a {
  text-decoration: underline;
}

.back-btn {
  border-bottom: 1px solid #1D4185;
  text-decoration: none;
  padding: 8px 0;
  font-size: 16px;
}

.homebanner.inner-page-bnr img {
  max-height: 470px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  overflow-y: hidden;
}

.news-section .news-col .news-Imgbox {
  height: 198px;
  overflow: hidden;
}

.news-section .news-Imgbox img {
  height: 100%;
  object-fit: cover;
}

@media(max-width: 1024.98px) {
  .homebanner .hero-content {
    width: 60%;
  }

  .newsLeft-part {
    width: 100%;
  }

  .main-menu ul li {
    margin: 0 12px;
  }

  .address-bg {
    max-width: 100%;
  }

  .form-bg {
    padding: 0 15px;
  }

  .common-siderbar h3 {
    max-width: 100%;
  }

  .homebanner .hero-content .hero-title p {
    font-size: 34px;
  }

  .main-menu ul li .fa-chevron-down {
    top: 42px;
  }

  .news-section .news-col .news-Imgbox {
    height: 150px;
  }

  .news-section .news-cnt p {
    font-size: 20px;
  }

  .news-section .news-cnt span {
    font-size: 13px;
  }

  .common-siderbar h3 {
    max-width: 100%;
  }
}

@media(max-width: 991.98px) {
  br {
    display: none;
  }

  h1 {
    font-size: 44px;
  }

  .home-left-cnt,
  .frame-home-left-cnt {
    max-width: 100%;
  }

  .home-sidebar {
    width: 100% !important;
    margin-top: 40px;
  }

  .navbar {
    padding: 7px 0;
  }

  .navbar-toggler {
    font-size: 2rem;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-nav {
    padding: 25px 0 10px 0;
  }

  .main-menu ul li .fa-chevron-down {
    right: 5px;
    top: 18px;
  }

  .main-menu ul li {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    margin: 0;
  }

  .main-menu ul li li {
    border-bottom: 0;
  }

  .main-menu ul li .dropdown-menu {
    position: static;
  }

  .overlay-content {
    top: 20%;
    width: 50%;
  }

  .serach-overlay input[type=text] {
    font-size: 44px;
  }

  .searchBtn {
    position: absolute;
    right: 120px;
    top: 28px;
    margin-right: 0;
  }

  .homebanner .hero-content {
    width: 75%;
  }

  .top-left {
    display: none;
  }

  .top-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .address-bg {
    max-width: 100%;
  }

  .form-bg {
    padding: 0;
  }

  .news-section {
    margin: 90px 0 0 0;
    padding: 30px 0 20px 0;
  }

  .common-siderbar {
    padding: 28px 15px 30px 15px;
  }

  .post-blk-row {
    margin-right: 1%;
    width: 48%;
    float: left;
  }

  .post-blk-row .post-img {
    margin-right: 10px;
    max-width: 40%;
  }

  .post-blk-row .post-cnt p {
    margin-bottom: 0;
  }

  .post-blk-row .post-cnt a {
    font-size: 12px;
  }

  .top-hdr .phone-email a {
    margin-left: 0;
  }

  .frame-lft-main-sec {
    width: 100%;
  }

  .common-siderbar {
    width: 100%;
  }

  h2 {
    font-size: 36px;
  }

  .news-section .news-cnt {
    padding: 20px 15px;
  }

  .news-section .news-cnt p {
    font-size: 17px;
  }

  .project-boxes-sec .fadeIn-top {
    top: 50%;
    padding: 0;
  }

  .project-boxes-sec {
    margin: 90px 0 0 0;
    padding: 50px 0;
  }

  .project-boxes-sec .news-cnt p {
    font-size: 20px;
  }

  .home-left-cnt ul li a,
  .frame-home-left-cnt ul li a {
    font-size: 22px;
  }

  .homebanner .hero-content .hero-title,
  .homebanner .hero-content .hero-title p {
    font-size: 32px;
  }

  .main-menu ul li {
    padding: 10px 5px;
  }

  .main-menu ul li .fa-chevron-down {
    top: 15px;
    right: 0;
    width: 40px;
    height: 28px;
    text-align: center;
  }

  .main-menu ul li:hover .dropdown-menu {
    margin-top: 15px;
  }



}

@media(max-width: 767.98px) {
  .common-siderbar h2 {
    font-size: 24px;
  }

  .common-siderbar h3 {
    font-size: 24px;
  }

  .top-right {
    align-items: center;
  }

  .top-hdr .phone-email {
    text-align: left;
  }

  .top-hdr .phone-email a {
    display: block;
  }

  h1 {
    font-size: 32px;
  }

  .lang-flag {
    display: inline-block;
    width: 30%;
  }

  .searchBtn {
    position: absolute;
    right: 80px;
    top: 28px;
  }

  .homebanner .hero-content {
    max-width: 100%;
  }

  .homebanner .hero-content .hero-title p {
    font-size: 16px;
  }

  .homebanner .hero-content .c-btn {
    padding: 8px 15px;
    font-size: 12px;
  }

  .phone-email {
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
    justify-content: space-between;
    width: 100%;
  }

  .top-hdr .phone-email a {
    margin: 0;
  }

  .homebanner iframe {
    max-height: 250px;
  }

  .ftr-common-cnt {
    width: 100%;
  }

  .overlay-content {
    top: 20%;
    width: 100%;
  }

  .serach-overlay input[type=text] {
    font-size: 44px;
  }

  .post-blk-row {
    margin-right: 0;
    width: 100%;
  }

  .post-blk-row .post-img {
    margin-right: 15px;
  }

  .news-section {
    margin: 70px 0 0 0;
  }

  .common-siderbar h3 {
    font-size: 24px;
  }

  h2 {
    font-size: 30px;
  }

  .news-section .news-Imgbox img {
    width: 100%;
  }

  .news-section .news-col .news-Imgbox {
    height: auto;
  }

  .news-section.gray-bg-color .news .col-md-4.col-sm-12 {
    margin: 15px 0;
  }

}


.common-loader-row .c-load-box {
  display: none;
}

#loadMore {
  transition: .3s;
}

#loadMore:hover {
  /* color: #000; */
  /* border: 1px solid #000 !important; */
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.job-detail-page ul {
  padding-left: 1rem !important;
}

.frame-gray-bg-color .tx-powermail,
.frame-new-gray-bg-color .tx-powermail {
  padding: 40px;
}

.our-fenders-page {
  padding-top: 60px;
}

.ce-gallery figcaption {
  font-size: 11px;
}

.w-100 {
  height: auto;
}

.project-searcbox {
  z-index: 9;
}

.project-searcbox input[type="text"] {
  min-width: 240px;
  max-width: 100%;
}

.news-section .news-Imgbox img {
  width: 100%;
}

.news-section .plus-icon img {
  max-width: 100%;
  width: auto;
}

.project-page .c-load-box:hover .content-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.project-boxes-sec .news-Imgbox:hover .content-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.hdr-searchbox {
  border: 1px solid #eee;
  padding-right: 10px;
  border-radius: 4px;
  display: flex;
}

.hdr-searchbox input[type="text"] {
  border: 0;
  padding: 5px 5px 5px 10px;
}

.hdr-searchbox button {
  border: 0;
  background: transparent;
}


.hdr-searchbox input[type="text"]:focus,
.hdr-searchbox input[type="text"]:hover {
  background: transparent;
}

a {
  text-decoration: none;
  color: #1D4185;
}

.fancybox-container {
  z-index: 9999999;
}

.navbar .container {
  position: relative;
}

.homebanner img {
  max-height: 571px;
}

.homebanner .hero-content {
  bottom: 12%;
}


.inner-page-bnr .inner-page-hero-cnt p {
  font-size: 20px;
}

.homebanner .hero-content h1 {
  text-shadow: 1px 1px 5px #777;
  font-size: 48px;
}

.project-page .col-md-12.col-lg-6.mt-4 img {
  min-height: 373px;
  width: 100%;
  object-fit: cover;
}

.news-page .news-section .news-col .news-Imgbox:hover .content-overlay {
  background: rgba(29, 65, 133, 0.8);
}

.news-page .news-section .news-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-page .news-section .news-col .news-Imgbox {
  height: 320px;
}

.news-page .news-section .news-col .news-Imgbox img {
  object-fit: cover;
  height: 100%;
}

.news-page .news-section .news-col .news-cnt p {
  padding-bottom: 0;
  margin: 0;
}

.back-btn {
  border-bottom: 1px solid #1D4185;
  text-decoration: none;
  padding: 8px 0 10px;
  font-size: 16px;
  font-weight: 400;
}

.back-btn:hover {
  color: #1D4185;
}

.news-single .lft-main-sec {
  max-width: 794px;
  margin: 0 auto;
}

.news-single .lft-main-sec .outer {
  text-align: center;
}

.news-single .lft-main-sec .outer img {

  margin: 0 auto;

}



.homebanner::before {
  background: rgba(0, 0, 0, .1);
}

.project-page .container {
  max-width: 1040px;
}

.project-page .container .col-md-12.col-lg-8.col-xl-10 {
  width: 100%;
}


.project-page p,
.news.news-single p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.project-page .container iframe {
  width: 100%;
}



.kesearchbox input[type="text"] {
  border: 0;
  padding: 5px 5px 5px 10px;
}

.news-section.about-blk-sec h3 {
  font-weight: bold;
}

.frame-search-wrapper .kesearchbox input#ke_search_sword {
  width: 300px;
  border-radius: 4px;
  padding: 8px 10px 7px 9px;
}

.frame-search-wrapper .frame-container {
  max-width: 800px;
  margin: 0 auto;
}

.frame-search-wrapper .result-number {
  color: #1D4185;
}


#kesearch_pagebrowser_bottom .pages_total {
  padding-top: 30px !important;
}

#kesearch_pagebrowser_bottom .pages_total .result_txt {
  margin: 0 0 20px 0;
}

#kesearch_pagebrowser_bottom .kesearch_pagebrowser .pagination a {
  padding: 5px 15px;
}

#kesearch_pagebrowser_bottom .page-link {
  color: #1D4185;
}

#kesearch_pagebrowser_bottom .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1D4185;
  border-color: #1D4185;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #1D4185;
}

.hdr-searchbox input[type="text"] {
  max-width: 90%;
}

.padding-0 {
  padding: 0 !important;
}

.lang-flag a img {
  filter: contrast(0.3);
}

.lang-flag a.active img,
.lang-flag a:hover img {
  filter: contrast(1);
}

.our-fenders-page p > i,
.our-fenders-page p > a i {
  color: #1D4185;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
}

.our-fenders-page p:first-child > i {
  color: #111;
}

.our-fenders-page p > i strong {
  color: #111;
}

.our-fenders-page .frame-common-siderbar {
  overflow: hidden;
}

.our-fenders-page .frame-common-siderbar figure.image {
  display: block;
}

.our-fenders-page .frame-common-siderbar figure.image img {
  display: block;
}

.our-fenders-page .frame-common-siderbar figure.image figcaption {
  display: block;
  caption-side: bottom;
  width: 100%;
}

.our-fenders-page .frame-common-siderbar .ce-column {
  float: left;
  width: 100%;
}

.news-section.gray-bg-color.about-blk-sec .newsLeft-part h2 {
  padding-bottom: 30px;
}

.common-sec p > i {
  color: #111;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
}

.job-detail-page p > i {
  color: #1D4185;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 30px;
}

.job-detail-page ul li {
  list-style: disc;
}

.common-siderbar .tx-powermail {

  padding: 0;
  margin-top: 30px;
}

.common-siderbar h3 {
  word-wrap: break-word;
}

.our-fenders-page .frame-gray-bg-color,
.our-fenders-page .frame-new-gray-bg-color {
  margin-top: -60px;
}

.news-list-date {
  padding-bottom: 15px;
  display: block;
}

.fancybox-container {
  z-index: 9999999;
}

.contact-g-map {
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: -6px;
}

h3 {
  word-wrap: break-word;
}

.job-detail-page .container {
  max-width: 85%;
  margin: 0 auto;
}

.job-detail-page p:first-child > i {
  color: #111;
}

.job-detail-page .news-section {
  margin-top: 70px;
}

.job-detail-page .news-section h2 {
  padding-bottom: 20px;
}

.job-detail-page .news-section p {
  font-style: italic;
}

.job-detail-page > .container {
  max-width: 72%;
  margin: 0 auto;
}

.container {
  max-width: 1280px;
}

.home-left-cnt ul li,
.frame-home-left-cnt ul li {
  color: #1d4185;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  font-style: italic;
}


.main-menu ul li {
  padding: 35px 0;
}

.main-menu ul li .dropdown-menu {
  top: 100%;
}

.main-menu ul li .dropdown-menu a {
  color: #111111;
  padding: .5rem 2rem;
}

.main-menu ul li:hover .dropdown-menu {
  padding: 1rem 0;
}

.main-menu ul li:hover .dropdown-menu li {
  margin: 0;
  padding: 0;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.main-menu ul li a {
  padding-top: 0;
  padding-bottom: 0;
}


.main-menu ul li .fa-chevron-down {
  top: 42px;
}

.lft-main-sec li,
.our-fenders-page ul li,
.job-detail-page ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 34px;
  padding-left: 5px;
  margin-left: 20px;
}

.ftr-social a {
  margin-right: 10px;
}

@media(min-width: 1921px) {

  .homebanner .hero-content {
    width: 30%;
  }

}

@media (min-width: 992px) and (max-width: 1024.98px) {
  .navbar-brand img {
    max-width: 190px;
  }

  .main-menu ul li {
    margin: 0 4px;
  }

  .main-menu ul li a {
    font-size: 14px;
  }

}

@media(max-width: 1024.98px) {
  .project-page .col-md-12.col-lg-6.mt-4 img {
    min-height: 100%;
    width: 100%;
  }

  .news-page .news-section .news-col .news-Imgbox {
    height: 200px;
  }

  .container {
    max-width: 97%;
  }

}

@media(max-width: 991px) {

  .gallery {
    margin-top: 10px;
  }

  .news-section.gray-bg-color.about-blk-sec .col-sm-12.col-md-12.col-lg-8.gray-box .col-sm-12.col-md-12.col-lg-6 {
    width: 50%;
  }

  .job-detail-page > .container {
    max-width: 97%;
    margin: 0 auto;
  }

  .big-size-cnt {
    font-size: 20px;
  }

  .our-fenders-page p > i {
    font-size: 20px;
  }

  .post-blk-row {
    margin-right: 0;
    width: 100%;
    float: left;
  }

  .hdr-searchbox {
    position: absolute;
    right: 70px;
    top: 15px;
  }

  .homebanner img,
  .homebanner video,
  .homebanner.inner-page-bnr img,
  .homebanner.inner-page-bnr video {
    max-height: 100%;
    width: auto !important;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }


  .container {
    max-width: 97%;
  }

  .social-icons {
    margin-bottom: 20px;
  }

  .homebanner .hero-content h1 {
    font-size: 44px;
  }

  .news-section.gray-bg-color.about-blk-sec .newsLeft-part h2 {
    padding-bottom: 0;
  }

  .news-section.gray-bg-color.about-blk-sec .newsLeft-part p {
    margin-bottom: 0;
  }

  .our-fenders-page .frame-gray-bg-color,
  .our-fenders-page .frame-new-gray-bg-color {
    margin-top: 0;
  }

  .job-detail-page p > i {
    font-size: 20px;
  }

  .job-detail-page .container {
    max-width: 97%;
    margin: 0 auto;
  }

  .job-detail-page .news-section h2 {
    padding-bottom: 0;
  }

  .job-detail-page .news-section {
    margin-top: 30px;
  }

  .job-detail-page .news-section {
    padding: 50px 0 40px 0 !important;
  }

  .home-sidebar {
    clear: both;
    float: left;
  }


  .home-sidebar .post-blk-row {
    margin-right: 1%;
    width: 48%;
    float: left;
  }

}

@media(max-width: 767.98px) {
  .news-section.gray-bg-color.about-blk-sec .col-sm-12.col-md-12.col-lg-8.gray-box .col-sm-12.col-md-12.col-lg-6 {
    width: 100%;
  }

  .news-page .news-section .news-col .news-Imgbox {
    height: auto;
  }

  .homebanner .hero-content h1 {
    font-size: 32px;
  }

  .our-fenders-page .frame-gray-bg-color,
  .our-fenders-page .frame-new-gray-bg-color {
    margin-top: 0;
  }

  .our-fenders-page {
    padding-top: 40px;
  }

  .back-btn {
    margin-bottom: 30px;
    display: inline-block;
  }

  .home-sidebar {
    clear: both;
    float: left;
  }


  .home-sidebar .post-blk-row {
    width: 100%;
    margin-right: 0;
    float: left;
  }
}

@media(max-width: 480.98px) {

  .hdr-searchbox {
    display: none;
  }

}

@media(max-width: 425.98px) {
  .project-searcbox input[type="text"] {
    min-width: 1px;
    max-width: 100%;
  }

  .project-searcbox {
    width: 100%;
    display: block;
  }

  .project-searcbox input {
    padding: 12px 25px 10px 15px;
    font-size: 12px;
    height: 39px;
  }

  .project-searcbox .search-btn {
    padding: 10px 10px;
    font-size: 12px;
    height: 38px;
  }

}

@media(max-width: 375.98px) {
  .top-hdr .container {
    max-width: 100%;
  }

  .homebanner .hero-content {
    width: 80%;
  }
}

@media(max-width: 320px) {
  .top-hdr .phone-email a {
    font-size: 13px;
  }

  .navbar-brand img {
    max-width: 180px;
  }
}

.mediaelement-video {
  display: flex;
  justify-content: center;
  margin-bottom: 1.4rem;
}

.mediaelement-video > iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  height: auto;
}

.frame-content-lft-main-sec ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 34px;
  padding-left: 5px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  #gallery > .filter {
    display: block;
  }

  .frame-content-lft-main-sec .ce-textpic.ce-right.ce-intext,
  .frame-home-left-cnt .ce-textpic.ce-right.ce-intext {
    display: flex;
    flex-direction: column;
  }

  .frame-content-lft-main-sec .ce-intext.ce-right .ce-gallery,
  .frame-home-left-cnt .ce-intext.ce-right .ce-gallery {
    order: 2;
    margin: 0 auto;
    margin-bottom: 10px;
  }

}
