@charset "utf-8";

/***** Design By Manjeet 4.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://icons.getbootstrap.com/assets/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */

body {
  background: #fff;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
  letter-spacing: .5px;
  font-family: "Poppins", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend Deca", sans-serif;
  padding: 0;
}

body::-webkit-scrollbar {
  width: 7px;
  height: 10px;
  background: #000000;
}

p {
  font-family: "Roboto", sans-serif;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}

ul,
li {
  list-style: none;
}


::selection {
  text-shadow: none;
  background: #ff627f;
  color: #fff;
}


.headerpart {
  display: flex;
  justify-content: space-between;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #fff;

}

.darkHeader {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  animation: fadeInDown .8s;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
  border-bottom: 1px solid #dcdcdc;
}


.logo img {
  width: 222px;

}

.mobile_nav {
  display: flex;
  padding-top: 0px !important;
  margin: 0;
  align-items: center;
}

.mobile_nav a {
  color: #000000;
  text-transform: uppercase;
  font-size: 17px;
  padding: 34px 15px;
  font-weight: 400;
  display: inline-block;
}

.mobile-icon {
  font-size: 14px;
}

.dropdown {
  display: none;
}

.dropdoqwn i {
  float: right;
}

.dropdoqwn a {
  display: block !important;
  font-size: 14px;
  padding: 8px 15px !important;
  min-width: 160px;
  text-align: left;
  border-radius: 0px;
  color: #ffffff;
  text-transform: uppercase !important;
  font-weight: 400;
  background-color: #0c3c74;
  border-bottom: 1px solid#FCCA04;
}

.dropdoqwn li a:hover {
  background-color: #FCCA04 !important;
  color: #fff;
}

.menu-bar ul ul {
  position: absolute;
  display: none;
  z-index: 999;
}



.hide {
  display: none;
}

.hide:checked~.dropdoqwn {
  display: block;
}

.hide:checked~.dropdoqwn2 {
  display: block;
}

.hide:checked~.megmenupart {
  display: block;
}


.book-btn {
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  margin-left: 5px;
}



.book-btn span {
  display: block;
}

.book-btn i {
  background-color: #0C3C74;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 20px;
  margin-right: 12px;
}

.number {
  font-size: 17px !important;
  font-weight: 600;
}

.book-btn span small {
  text-transform: capitalize;
  color: #5b5a5a;
}

.request-button {
  margin-top: 25px;
  align-items: center;
}

.request-button i {
  background-color: #060606;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 16px;
  margin-left: 6px;
}

.request-button a {
  background: #FCCA04;
  padding: 5px 10px 5px 17px !important;
  text-transform: capitalize !important;
  border-radius: 40px;
  align-items: center;
  justify-items: center;
  color: #000;
  transition: 0.5s;
  display: flex;
}


.request-button a:hover {
  background: #0c3c74;
  text-transform: capitalize !important;
  border-radius: 40px;
  align-items: center;
  justify-items: center;
  color: #ffffff;
}






.about-pannel {
  padding-top: 50px;
}

.top-img img {
  max-width: 100%;
}

.indexabout {
  padding: 20px 0px 0px 0px;
}

.indexabout h6 {
  margin-bottom: 12px;
  color: #FCCA04;

}

.aboutline {
  width: 80px;
  height: 2px;
  background-color: #FCCA04;
  ;
  display: inline-block;
}

.indexabout h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 15px;

}

.text-color {
  color: #FCCA04;
}



.indexaboutlink {
  background: #0C3C74;
  border-radius: 5px;
  font-size: 18px;
  padding: 14px 20px;
  color: #ffffff;
  transition: 0.5s;
}

.indexaboutlink:hover {
  background: #FCCA04;
  border-radius: 5px;
  font-size: 18px;
  padding: 14px 20px;
  color: #010101;
}

.provide h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
}

.provide span {
  color: #FCCA04;
}

.services-box img {
  width: 100%;
  padding: 30px 70px;
}

.glass-card {
  position: absolute;
  top: 50%;
  right: 110px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  padding: 30px;
  border-radius: 30px;
  max-width: 470px;
  color: #fff;
}

.glass-card h2 {
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.glass-card hr {
  border: none;
  height: 1px;
  color: #f1f1f1;
  margin: 10px 0 20px;
}

.glass-card p {
  color: #333;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 20px;
}

.glass-card a {
  color: #000;
  border-bottom: 3px solid #ffc107;
  padding-bottom: 2px;
}


.owl-prev {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 26px;
  color: #000;
  border-radius: 100%;
  padding: 3px 0px 0px 10px;
  background: white;
  box-shadow: 0px 0px 7px #aeacac;
}


.owl-next {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 27px;
  color: #000;
  border-radius: 100%;
  padding: 3px 0px 0px 8px;
  background: white;
  box-shadow: 0px 0px 7px #aeacac;
}


.why-choose-us {
  position: relative;
  margin-top: 50px;
}

.overlay {
  background: url(../images/construction-img.png) no-repeat center center / cover;
  padding: 90px 12px;
  color: #fff;
}


.card-position {
  margin-top: -145px;
}

.content {
  text-align: center;
  color: #fff;
  padding-bottom: 118px;
}

.content h2 {
  font-size: 45px;
  font-weight: 600;
}

.content span {
  color: #ffc107;
}

.content p {
  font-size: 26px;
  font-weight: 300;
  margin: 0;
}


.card-box {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.card-box img {
  width: 90px;
  margin-bottom: 14px;
}

.card-box h3 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #111;
}

.card-box p {
  font-size: 15px;
  margin: 0;
}



.projects-section {
  padding-top: 50px;
}


.projects-hadding h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 10px;
}

.projects-hadding span {
  color: #FCCA04;
}

.project-portfolio img {
  width: 100%;
  object-fit: cover;
  height: 472px;
  border-radius: 15px;
}

.project-name img {
  width: 100%;
  padding-bottom: 25px;
}

.see-project {
  border: 2px solid #FCCA04;
  padding: 35px 22px 85px;
  border-radius: 15px;

}

.see-project h5 {
  font-weight: 600;
}

.see-project p {
  font-size: 12px;
  padding-bottom: 10px;
}

.see-project a {
  background: #0c3c74;
  padding: 8px 20px 9px 20px !important;
  text-transform: capitalize !important;
  border-radius: 40px;
  align-items: center;
  justify-items: center;
  color: #ffffff;
  transition: 0.5s;
}

.see-project a:hover {
  background-color: #FCCA04;
}

.specialist-advice-form {
  margin-top: 60px;
}

.contact-page {
  border: 1px solid #bdbbbb;
  margin: 0;
  padding: 35px 30px;
  border-radius: 30px;
  margin-bottom: 55px;
}

.rounded-full {
  border: none;
  border-radius: 30px;
  background-color: #eee;
  font-size: 16px;
  padding: 10px 30px;
  outline: navajowhite;
  font-weight: 300;
  margin-right: 20px;
  margin-bottom: 16px;
}

.fill-form {
  margin-top: 20px;
}

.fill-form h1 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}

.fill-form p {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
}

.get-call {
  background: #FCCA04;
  padding: 5px 9px 5px 24px !important;
  text-transform: capitalize !important;
  border-radius: 40px;
  align-items: center;
  justify-items: center;
  color: #000;
  transition: 0.5s;
  border: none;
  display: flex;
}

.get-call i {
  background-color: #060606;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 16px;
  margin-left: 8px;
}

.get-call:hover {
  background: #0c3c74;
  color: #fff;
}




.footer-counter {
  background: url(../images/footer-img.png) no-repeat center center / cover;
  padding: 60px 0px 40px;
  
}


.footertext {
  color: white;
}

.footertext img {
  padding-bottom: 20px
}

.footertext p {
  font-size: 16px;
  font-weight: 300;
}


.footertext ul {
  display: flex;
}

.footertext a {
  padding: 0px 5px;
  color: white
}

.footertext a:hover {
  color: #FCCA04;
}



.footerlinks h5 {
  font-size: 22px;
  padding-bottom: 20px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}



.footerlinks li a {
  color: #fff;
  font-weight: 300;
  line-height: 35px;
}

.footerlinks a:hover {
  color: #FCCA04;
}


.footerlinks i {
  margin-right: 5px;
}

.footerlinkcont {
  margin-bottom: 15px;
  color: #fff;
}


.footerbottom {
  margin-top: 50px;
  padding: 15px;
  text-align: center;
  display: block;
  color: white;
  background: #333333;
  border-radius: 30px;
}


.Client-Testimonials {
  background: #F2F8FF;
  padding: 60px 0px 115px;
  margin-top: 50px;
}

.customerfeedback h6 {
  margin-bottom: 12px;
  color: #FCCA04;

}

.customerfeedback h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 15px;
}

.customerfeedback p {
  margin: 0;
  margin-bottom: 36px;
}


.indextesti {
  max-width: 100%;
  padding-left: 30px;

}

.width2 p {
  margin: 0;
}

.testimonials_area {
  margin-top: -200px;
  position: relative;
  left: 150px;
}

.loop {
  border-radius: 41px;
  overflow: hidden;
}

.width-group {
  display: flex;
}

.width1 {
  background: #fff;
  width: 30.9%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.width2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.7);
  width: 70.6%;
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 25px;
}

.testimonials_area .owl-prev {
  left: -7 !important;
  transform: translate(-50%, -50%);
}

.testimonials_area .owl-next {
  right: -46px !important;
  transform: translate(-50%, -50%);
}


.mobilefixed {
  position: fixed;
  background-color: #fff;
  width: 100% !important;
  bottom: 0;
  color: #fff;
  display: flex;
  text-align: center;
  z-index: 99999 !important;
  box-shadow: -8px 2px 21px 0 rgba(136, 136, 136, .4);
  border-radius: 10px 10px 0 0;
}

.mobilefixed ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 6px;
}


.mobilefixed li a {
  color: #000 !important;
  padding: 10px 15px 0 15px;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
}


.mobilefixed li a {
  color: #000 !important;
  padding: 10px 15px 0 15px;
  font-weight: 400;
  font-size: 13px;
  display: grid;
}

.mobilefixed i {
  font-size: 15px;
}


.menu1 {
  font-size: 30px !important;
  color: #ffab14;
  padding-top: 7px;
  padding-right: .8rem;
  display: inline-block;
}


.back-to-top {
  position: fixed;
  text-align: center;
  z-index: 99999999;
  background-color: #ffffff;
  color: #1c1210;
  width: 45px;
  height: 42px;
  line-height: 30px;
  right: 15px;
  bottom: 47px;
  padding-bottom: 2px;
  font-size: 32px;
  padding-top: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none;
  border: 2px solid #4e4040;
  animation: fadeInRight 1.2s;
  border-radius: 5px;
}




/**contact page**/
.breadcrmbg {
  background: url(../images/contact-slider.png) no-repeat center center / cover;
  padding: 90px 0px 90px;
  color: white;
  text-align: center;
}

.breadcrmbg a {
  color: #FCCA04;
}

.conatact-pannel-page {
  padding-top: 60px
}

.contact-details {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contact-details i {
  font-size: 35px;
  color: #FCCA04;
}

.contact-details p {
  margin: 0px;
  font-size: 17px;
  margin-top: 8px;
}


.contact-details span {
  margin: 0px;
  display: block;
  color: #a3a3a3;
  margin-top: 10px;
}


.contactpage h5 {
  font-size: 40px;
  margin-top: 40px;
  color: #101d81;
  text-align: center;
}

.contactpage p {
  text-align: center;
}

.continput {
  background-image: linear-gradient(#f0efef, white, #f0efef);
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  outline: none;
  border: 1px solid #eee;
  margin-top: 15px;
  border-radius: 6px;
}


.continputbutton {
  margin-top: 15px;
  outline: none;
  border: 1px solid #eee;
  margin-top: 15px;
  border-radius: 6px;
  background: #FCCA04;
  color: #fff;
  padding: 8px 15px;
  display: block;
  text-transform: uppercase;
  width: 100%;
}

.companymap {
  margin-top: 50px;
}
/**end contact page**/


/* about-page css */
.aboutuspage h3 {
  font-size: 35px;
  padding-bottom: 7px;
  border-bottom: 4px solid #FCCA04;
  display: table;
  margin-bottom: 15px;
  font-weight: 700;
}

.allcontpage {
  padding-top: 50px;
}

.aboutseebutton {
  margin-top: 25px;
  align-items: center;
}


.detailsmission-about {
  text-align: center;
}

.detailsmission-about img {
  height: 70px;
  margin-bottom: 10px;
}

.company-mission {
  background: #F2F8FF;
  padding: 60px 0px 60px;
}
.categorybox{
	box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #fff;
	min-height: 150px;
	margin-bottom:30px;
	text-align:center;
}
.categorybox h4{font-weight:600; padding-bottom:10px;}
.categorybox p{ text-align:left;}
.catviewmore {
    background: #ecf6fa;
    color: #0033CC;
    padding: 8px 15px;
    border-radius: 8px;
	margin: 0 auto;
    display: table;
}
.catviewmore:hover{
	background:var(--orange);
	color: #fff;
}
.categorybox img{border-radius: 8px; width:100%; height:260px; margin-bottom:10px; object-fit:cover;}
.subcategorybox img{border-radius: 8px; width:100%; height:240px; object-fit:cover;}
.subcategorybox{
	box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    background: #fff;
	margin: 0px;
	margin-bottom:30px;
	text-align:center;
}
.subcatviewmore {
    background: #0c3c74;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    display: block;
}
.subcatviewmore:hover{ background:#FCCA04; color:#000;}
.prodetails img{ width:100%; height:400px !Important; object-fit:cover; border:1px solid #eee; padding:10px;border-radius:10px;}
.prodetailstag{ background:#dfffdd; padding:12px 10px; color:#153413; border-radius: 8px;}
.prodetailstext h1{ font-size:16px; margin-top:20px; font-weight:400;}

.productpdf{background:#0c3c74;color: #fff;padding: 8px 15px;border-radius: 8px; display:block; text-align:center;}
.productpdf:hover{background:#FCCA04;color: #fff;}
.relatedpro{ text-align:center;}
.relatedpro img{ width:180px; height:180px; obejct-fit:cover; border-radius:100px; margin-bottom:15px; border:1px solid #eee; padding:10px;}
.relatedpro h5{ font-size:18px; text-align:center;}

.ourclient{ border-radius:10px; margin-bottom:20px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding:10px; text-align:center;}
.ourclient img{ width:100%; height:200px; object-fit:contain;}

.projectwork{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding:10px;border-radius:10px; margin-bottom:20px;}
.projectwork img{width:100%; height:100px; object-fit:cover;border-radius:10px;}
.mainework{ margin-bottom:10px; border-bottom:1px solid #ccc; padding:10px 0px;}

.main-image {
      margin: auto;
      margin-bottom: 20px;
    }

    .main-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .thumbnails {
      display: flex;
      justify-content: center;
      gap: 10px;
    }

    .thumbnails img {
      width: 90px !important;
      height: 60px !important;
      object-fit: cover;
      cursor: pointer;
      border: 2px solid transparent;
      transition: 0.3s;
    }

    .thumbnails img:hover {
      border-color: #007bff;
    }

/* end of about-page css */