@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monda:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Castoro&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

.table td, .table th {
  padding: 1px 5px;
  border-top: 0;
  text-align: left;
}

.text-orange {
  color: #e68144;
}

h2, h3, h4, h5, h6,
h1 {
  font-weight: bold;
  font-family: "Montserrat Alternates";
}

h4 {
  font-family: "Monda", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}

.strip-bar {
  background-color: #fff;
  height: 6px;
  width: 50px;
}

.btn-warning {
  color: #ffffff;
  background-color: #f17d36;
  border-color: #f17d36;
}
.btn-warning.btn {
  padding: 10px 30px;
}
.btn-warning:hover {
  background-color: #595754;
  border-color: #595754;
  color: #fff;
}
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #ff996b;
  color: #fff;
  background-color: #595754;
  border-color: #595754;
}

.cust-btn {
  margin-top: 30px;
}
.cust-btn.btn {
  padding: 10px 30px;
  width: 200px;
  border-radius: 0%;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

/*----------multi-level-accordian-menu------------*/
.navbar-logo {
  padding: 15px;
  color: #fff;
}
.navbar-logo img {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .navbar-logo img {
    width: 250px;
  }
}

.navbar-mainbg {
  background-color: #fff;
  padding: 0px;
  box-shadow: 1px 1px 1px 1px #e8e8e8;
}

#navbarSupportedContent ul li a {
  color: #4e4a48;
  padding: 20px 20px;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}
#navbarSupportedContent ul li a i .dropdown-item {
  color: #000;
}

#navbarSupportedContent ul li .dropdown-menu a {
  padding: 5px 20px;
}
#navbarSupportedContent ul li .dropdown-menu a.active {
  color: #fff !important;
  background-color: #47b5d8;
}
#navbarSupportedContent ul li .dropdown-menu a.active .fa-chevron-circle-right {
  color: #fff;
}
#navbarSupportedContent ul li:hover a {
  color: #fff;
}
#navbarSupportedContent ul li:hover a.dropdown-item {
  color: #000;
}
#navbarSupportedContent ul li.active a.nav-link {
  color: #fff;
}

.navbar-nav li.nav-item:hover {
  transition-duration: 0.6s;
  background-color: #f07833;
}
.navbar-nav li.nav-item:hover a {
  color: #a79494;
}
.navbar-nav li.nav-item.active {
  background-color: #47b5d8;
}

@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }

  .hori-selector {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .hori-selector .left,
.hori-selector .right {
    right: 10px;
  }

  .hori-selector .left {
    top: -25px;
    left: auto;
  }

  .hori-selector .right {
    bottom: -25px;
  }

  .hori-selector .left:before {
    left: -25px;
    top: -25px;
  }

  .hori-selector .right:before {
    bottom: -25px;
    left: -25px;
  }
}
/*Footer Section*/
ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #02526b;
  background-size: cover;
  border-top: 4px solid #ec7a36;
  position: relative;
}
.footer-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer-section .footer-cta {
  border-bottom: 1px solid #698790;
}
.footer-section .single-cta {
  text-align: center;
  margin-bottom: 10px;
}
.footer-section .single-cta:hover i {
  color: #fff;
  background-color: #e8803c;
}
.footer-section .single-cta:hover h1 {
  color: #e8803c;
}
.footer-section .single-cta strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer-section .single-cta {
    margin-top: 20px;
  }
  .footer-section .single-cta strong {
    font-weight: 400;
  }
}
.footer-section .single-cta i {
  color: #47b5d8;
  font-size: 22px;
  margin-top: 8px;
  text-align: center;
  background: #f3f3f3;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.footer-section .single-cta i:hover, .footer-section .single-cta i:focus {
  background-color: #e8803c;
}
.footer-section .cta-text {
  padding-left: 15px;
  display: inline-block;
}
.footer-section .cta-text a {
  color: #fff;
}
.footer-section .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.footer-section .cta-text span {
  color: #fff;
  font-size: 15px;
}
.footer-section .footer-content {
  position: relative;
  z-index: 2;
}
.footer-section .footer-content strong {
  font-weight: 400;
}
.footer-section .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-section .footer-logo {
  margin-bottom: 30px;
}
.footer-section .footer-logo img {
  max-width: 100%;
  width: 250px;
}
.footer-section .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.footer-section .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-section .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-section .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-section .facebook-bg {
  background: #3B5998;
}
.footer-section .twitter-bg {
  background: #55ACEE;
}
.footer-section .google-bg {
  background: #DD4B39;
}
.footer-section .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-section .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #e68144;
}
@media screen and (max-width: 767px) {
  .footer-section .footer-widget {
    margin-top: 30px;
  }
}
.footer-section .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-section .footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.footer-section .footer-widget ul li a:hover {
  color: #e68144;
}
.footer-section .subscribe-form {
  position: relative;
  overflow: hidden;
}
.footer-section .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #c7c7c7;
  border: 1px solid #2E2E2E;
}
.footer-section .subscribe-form button {
  position: absolute;
  right: 0;
  background: #e68144;
  padding: 13px 20px;
  border: 1px solid #e68144;
  top: 0;
}
.footer-section .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.footer-section .copyright-area {
  background: #004863;
  padding: 25px 0;
}
.footer-section .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.footer-section .copyright-text p a {
  color: #fff;
}
.footer-section .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-section .footer-menu li:hover a {
  color: #e68144;
}
.footer-section .footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.slider-section {
  margin-top: 60px;
}
.slider-section .carousel-item {
  height: 91vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider-section .carousel-caption {
  top: 20%;
}
.slider-section .carousel-caption h3 {
  font-size: 56px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Balsamiq Sans", cursive;
  text-shadow: -5px 13px 15px #000000;
}
@media screen and (max-width: 768px) {
  .slider-section .carousel-caption h3 {
    font-size: 22px;
  }
}
.slider-section .carousel-caption p {
  font-size: 34px;
  padding: 15px;
  background: linear-gradient(227deg, #f57a35 50%, #47b5d8 50%);
}
@media screen and (max-width: 767px) {
  .slider-section .carousel-caption p {
    font-size: 18px;
  }
}
.slider-section .carousel-indicators li {
  width: 20px;
  height: 20px;
}
.slider-section .carousel-indicators li.active {
  background-color: #f57a35;
}
.slider-section .carousel-control-prev-icon {
  padding: 10px;
  background-color: #47b5d8;
  width: 50px;
  height: 50px;
  background-size: 20px;
  left: 0;
  position: absolute;
}
.slider-section .carousel-control-next-icon {
  padding: 10px;
  background-color: #47b5d8;
  width: 50px;
  height: 50px;
  background-size: 20px;
  right: 0;
  position: absolute;
}

/*GST Number*/
.gst-number-sec {
  background-color: #f47a2f;
  color: #fff;
  text-align: center;
  padding: 50px;
}
.gst-number-sec p {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .gst-number-sec p {
    font-size: 20px;
  }
}
.gst-number-sec p span {
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .gst-number-sec p span {
    font-size: 22px;
  }
}

/*Common class*/
.mt-0 {
  margin-top: 0 !important;
}

.section-cls {
  padding: 80px 0;
}
.section-cls p, .section-cls h1 {
  color: #000;
}
.section-cls .construction-bg p, .section-cls .construction-bg h1 {
  color: #000;
}

.about-sec {
  margin-top: 0px;
}
.about-sec.category {
  padding: 80px 0;
}
.about-sec.category .icon-overlay {
  opacity: 0.1;
}
.about-sec.sec-white {
  background: #fff;
  padding: 80px 0;
}
.about-sec.secbg {
  background-color: #f3782f;
  color: #fff;
  padding: 80px 0;
}
.about-sec.bg-2 {
  background: linear-gradient(227deg, #f07730 35%, #44b1d6 50%);
}
.about-sec .abt-page p {
  font-size: 26px;
}
.about-sec .abt-page p.servicesec {
  font-size: 18px;
}
.about-sec .flex {
  align-items: center;
}
.about-sec .img-abt {
  border-radius: 100%;
  width: 400px;
  border: 8px solid #cecece;
  padding: 4px;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.52);
}
@media screen and (max-width: 1023px) {
  .about-sec .img-abt {
    width: auto;
  }
}
.about-sec .imgsec {
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.52);
}
.about-sec .title {
  margin-bottom: 30px;
  font-family: "Castoro", serif !important;
  font-weight: 400;
  margin-top: 30px;
}
.about-sec p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

/*Our Works*/
.our-works {
  background: url("../images/bg.jpg");
  background-repeat: repeat;
}
.our-works h1 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
  font-family: "Castoro", serif;
}
.our-works .grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .our-works .grid-container {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 767px) {
  .our-works .grid-container {
    grid-template-columns: auto;
  }
}
.our-works .grid-container .grid-items {
  background-color: #1f2152;
  padding: 30px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  box-shadow: 1px 2px 0px 0px #cccccc;
}
.our-works .grid-container .grid-items p {
  color: #fff;
}
.our-works .grid-container .grid-items .iconcls {
  margin-bottom: 20px;
  background-color: #a3a3a3;
  height: 75px;
  width: 75px;
  padding: 18px;
  font-size: 30px;
  margin-top: 20px;
  border-radius: 100%;
}
.our-works .grid-container .grid-items:nth-child(1) {
  background: linear-gradient(227deg, #63615e 35%, #a5a5a5 58%);
}
.our-works .grid-container .grid-items:nth-child(1) .iconcls {
  border: 4px solid #c8c7c7;
}
.our-works .grid-container .grid-items:nth-child(1):hover {
  background: linear-gradient(227deg, #6eb6cc 35%, #f57a35 58%);
}
.our-works .grid-container .grid-items:nth-child(2) {
  background: linear-gradient(227deg, #f57a35 51%, #63615e 81%);
}
.our-works .grid-container .grid-items:nth-child(2) .iconcls {
  background-color: #a3a3a3;
  border: 4px solid #c8c7c7;
}
.our-works .grid-container .grid-items:nth-child(2) .strip-bar {
  background-color: #fff;
}
.our-works .grid-container .grid-items:nth-child(2):hover {
  background: linear-gradient(227deg, #6eb6cc 35%, #f57a35 58%);
}
.our-works .grid-container .grid-items:nth-child(3) {
  background: linear-gradient(227deg, #47b5d8 53%, #63615e 74%);
  color: #fff;
  margin: 0;
}
.our-works .grid-container .grid-items:nth-child(3) .iconcls {
  background-color: #a3a3a3;
  color: #fff;
  border: 4px solid #c8c7c7;
}
.our-works .grid-container .grid-items:nth-child(3) .strip-bar {
  background-color: #fff;
}
.our-works .grid-container .grid-items:nth-child(3):hover {
  background: linear-gradient(227deg, #6eb6cc 35%, #f57a35 58%);
}
.our-works .grid-container .grid-items h4 {
  font-size: 20px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 33px;
}
.our-works .grid-container .grid-items .strip-bar {
  margin: 0 auto;
}

/*Our Works*/
.our-services.section-cls {
  background-color: #f3f3f3;
}
.our-services p {
  text-align: center;
  color: #000;
}
.our-services h1 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.our-services .grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  .our-services .grid-container {
    grid-template-columns: auto;
  }
}
.our-services .grid-container .grid-items {
  color: #000;
  box-shadow: 1px 1px 10px -2px #696565;
  background: #fff;
}
.our-services .grid-container .grid-items:hover {
  color: #fff;
  background: #f17833;
}
.our-services .grid-container .grid-items:hover p {
  color: #fff;
}
.our-services .grid-container .grid-items .inner-grid-pad {
  padding: 0 15px;
}
.our-services .grid-container .grid-items .width300 {
  width: 100%;
  height: 300px;
}
.our-services .grid-container .grid-items h4 {
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-weight: bold;
  margin-top: 20px;
}
.our-services .grid-container .grid-items p {
  margin-top: 20px;
  text-align: left;
}

.construction.about-sec {
  background: url("../images/bg-1.jpg");
  margin-top: 0;
  border-top: 4px solid #1f2152;
  border-bottom: 4px solid #1f2152;
  background-size: cover;
  padding: 0;
}
.construction .construction-bg {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 80px 0;
}
@media screen and (max-width: 1023px) {
  .construction .construction-bg .cust-btn.btn {
    margin-bottom: 100px;
  }
}

.construction-services {
  background: url("../images/earthmover.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 0;
}
.construction-services .construct-cls {
  background: rgba(0, 0, 0, 0.58);
  padding: 80px 0px;
  color: #fff;
}
.construction-services .construct-cls h1 {
  margin-bottom: 20px;
  color: #fff;
}
.construction-services .construct-cls p {
  font-size: 22px;
  color: #fff;
}

.orangecls {
  background-color: #e68144;
  padding: 15px;
  margin-top: 20px;
}

.bluecls {
  background-color: rgba(31, 33, 82, 0.8);
  padding: 15px;
  margin-top: 20px;
}

.lightcls {
  background-color: rgba(140, 140, 140, 0.8);
  padding: 15px;
  margin-top: 20px;
}

.our-works.overwrite-ourworkcls {
  background: #fff;
  padding: 0;
}
.our-works.overwrite-ourworkcls .construction-works {
  padding: 80px 20px;
}
.our-works.overwrite-ourworkcls .construction-works .grid-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  .our-works.overwrite-ourworkcls .construction-works .grid-container {
    grid-template-columns: auto;
  }
}
.our-works.overwrite-ourworkcls .construction-works .grid-container .grid-items:nth-child(4) .iconcls {
  border: 4px solid #ff8e5a;
}
.our-works.overwrite-ourworkcls .bg-img {
  background: url("../images/c4.jpg");
  background-size: cover;
}

.infrastructure .planing {
  background: url("../images/c5.jpg");
  background-size: cover;
}
.infrastructure .infra-sec {
  background-color: #fff;
  padding: 30px;
  border-top: 4px solid #e68144;
}
.infrastructure .infra-sec h1 {
  color: #1f2152;
  font-weight: bold;
  margin-bottom: 40px;
}
.infrastructure .infra-sec ul.parentcls {
  list-style-type: none;
  padding-left: 0;
}
.infrastructure .infra-sec ul.parentcls .childcls {
  display: flex;
  margin-top: 20px;
}
.infrastructure .infra-sec ul.parentcls .childcls .icons-sec {
  width: 100px;
}
.infrastructure .infra-sec ul.parentcls .childcls .content-sec {
  padding-left: 20px;
}
.infrastructure .infra-sec ul.parentcls .childcls .content-sec h4 {
  font-weight: bold;
  color: #1f2152;
}

.construction-page {
  background-color: #1f2152;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .construction-page .construction-bg .cust-btn {
    margin-bottom: 30px;
  }
}
.construction-page .construction-bg h1 {
  margin-bottom: 40px;
}
.construction-page .construction-bg img {
  padding: 10px;
  background-color: #fff;
}

.bulbcls {
  width: 100px;
  height: 100px;
  background: linear-gradient(227deg, #f57a35 46%, #53504d 101%);
  padding: 10px;
  border-radius: 100%;
}

.testimonials {
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .testimonials {
    overflow: auto;
  }
}
.testimonials h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .testimonial-carousel-controls.carousel-controls .control {
    display: none !important;
  }
}

.testimonials {
  background: #161d25;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
  font-size: 16px;
  line-height: 25px;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  top: 46%;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.carousel-controls .control:hover {
  border: 2px solid #af3b3b;
}
.carousel-controls .control:hover .fa-chevron-left,
.carousel-controls .control:hover .fa-chevron-right {
  color: #af3b3b;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}

@media screen and (max-width: 768px) {
  .testimonials {
    max-height: 700px;
  }

  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }

  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }

  .prev {
    left: 0;
  }

  .next {
    right: 0;
  }

  .control i {
    font-size: 0.7rem;
  }

  .testimonials .message {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .testimonials .message {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials h2 {
    font-size: 1.5rem;
  }
}
/*Common Banner*/
.common-bg-cls {
  height: 500px;
  background: url("../../assets/images/about.jpg");
  background-size: cover;
  margin-top: 65px;
  display: block;
  align-items: center;
  justify-content: center;
}
.common-bg-cls.height215 {
  height: 215px;
}
.common-bg-cls.height215 .inner-bg-cls {
  height: 270px !important;
  background-color: transparent;
}
.common-bg-cls.bg-cust {
  background: url("../../assets/images/bg-cust.jpg");
  background-size: cover;
}
.common-bg-cls.bg-2 {
  background: url("../../assets/images/services.jpg");
  background-size: cover;
}
.common-bg-cls h1 {
  color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-family: "Castoro", serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .common-bg-cls h1 {
    font-size: 30px;
  }
}
.common-bg-cls .inner-bg-cls {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.common-bg-cls .inner-bg-cls .banner-center-cls {
  background-color: rgba(64, 176, 222, 0.9);
  width: 100%;
  text-align: center;
  padding: 10px;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.category h1 {
  color: #fff;
}
.category h4 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
}
.category .imgcls {
  border-radius: 100%;
  border: 4px solid #a9b3ba;
  padding: 4px;
}
.category ul {
  list-style-type: none;
}
.category ul li {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.category ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-right: 10px;
  color: #fff;
}

.machine-service {
  padding: 80px 0;
}
.machine-service ul {
  list-style-type: none;
}
.machine-service ul li {
  line-height: 30px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.machine-service ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-right: 10px;
  color: #e68144;
}
.machine-service .imgcable {
  box-shadow: 1px 0px 20px 0px rgba(0, 0, 0, 0.36);
  border: 3px solid #ccc;
}

.bg-3 {
  background: url("../../assets/images/product.jpg");
  background-size: cover;
}

.bg-4 {
  background: url("../../assets/images/bg-4.jpg");
  background-size: cover;
}

.products h1.title {
  font-family: "Castoro", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.products .grid-container-product {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
}
@media screen and (max-width: 991px) {
  .products .grid-container-product {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 640px) {
  .products .grid-container-product {
    grid-template-columns: auto;
  }
}
.products .grid-container-product .grid-product-items {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  box-shadow: 0px 2px 8px 0px #c3c6ca;
  width: 260px;
}
.products .grid-container-product .grid-product-items:focus, .products .grid-container-product .grid-product-items:hover {
  background-color: #47b5d8;
  cursor: pointer;
}
.products .grid-container-product .grid-product-items:focus .inner-grid-pad h4, .products .grid-container-product .grid-product-items:hover .inner-grid-pad h4 {
  color: #fff;
}
.products .grid-container-product .grid-product-items:focus .inner-grid-pad .btn-border, .products .grid-container-product .grid-product-items:hover .inner-grid-pad .btn-border {
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 1px 0px 6px -1px #fff;
}
.products .grid-container-product .grid-product-items:focus .inner-grid-pad .btn-border:focus, .products .grid-container-product .grid-product-items:focus .inner-grid-pad .btn-border:hover, .products .grid-container-product .grid-product-items:hover .inner-grid-pad .btn-border:focus, .products .grid-container-product .grid-product-items:hover .inner-grid-pad .btn-border:hover {
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 1px 0px 6px -1px #fff;
}
@media screen and (max-width: 640px) {
  .products .grid-container-product .grid-product-items {
    width: 100%;
  }
}
.products .grid-container-product .grid-product-items img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .products .grid-container-product .grid-product-items img {
    object-fit: contain;
  }
}
.products .grid-container-product .grid-product-items .inner-grid-pad {
  padding-top: 20px;
  text-align: center;
}
.products .grid-container-product .grid-product-items .inner-grid-pad h4 {
  margin-bottom: 20px;
  font-size: 16px;
  min-height: 35px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.products .grid-container-product .grid-product-items .inner-grid-pad .btn-border {
  border: 1px solid #f57a35;
  color: #f57a35;
}
.products .grid-container-product .grid-product-items .inner-grid-pad .btn-border:hover {
  border: 1px solid #575553;
  color: #575553;
}
.products .grid-container-product .grid-product-items .inner-grid-pad .btn-border:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 81, 79, 0.2);
}

@media screen and (min-width: 640px) {
  .modal .modal-dialog {
    max-width: 600px;
  }
}
.modal .modal-header.cust-header {
  border: 0;
  position: absolute;
  right: 16px;
  z-index: 9999;
  top: 16px;
}
.modal .modal-header.cust-header .close {
  color: #f57a35;
  opacity: 1;
  position: absolute;
  right: 1px;
  padding: 0;
  top: 0;
  z-index: 9999;
}
.modal .modal-body .product-details {
  display: flex;
  align-items: center;
}
.modal .modal-body .product-details h1 {
  font-family: "Castoro", serif;
  font-weight: 400;
  font-size: 24px;
}

.bg-5 {
  background: url("../../assets/images/bg-3.jpg");
  background-size: cover;
  background-position: center;
}

/*Portfolio*/
.gallery-title {
  font-size: 36px;
  color: #42B32F;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}
.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}

.filter-button {
  font-size: 18px;
  border: 1px solid #42B32F;
  border-radius: 5px;
  text-align: center;
  color: #42B32F;
  margin-bottom: 30px;
}
.filter-button:hover {
  font-size: 18px;
  border: 1px solid #42B32F;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #42B32F;
}
.filter-button.active {
  background-color: #42B32F;
  color: white;
}

.port-image {
  width: 100%;
}

.gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.block {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.portfolio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.gallery h1.title {
  font-family: "Castoro", serif;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}
.gallery h1.title.textwhite {
  color: #fff;
}

.portfolio .fa-search-plus {
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #f57a35;
  padding: 15px;
  color: #fff;
}

/*Contact us*/
.contact-form {
  background: #fff;
  margin-top: 5%;
  margin-bottom: 0%;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .contact-form {
    width: 96%;
  }
}
.contact-form .form-control {
  border-radius: 1rem;
}
.contact-form form {
  padding: 10%;
}
.contact-form h3 {
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #595350;
}
.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #f57a35;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .contact-form .btnContact {
    width: 100%;
  }
}
.contact-form .btnContactSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}
.contact-form .contact-image {
  text-align: center;
}
.contact-form .contact-image img {
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg);
}

.imgvlc {
  border: 4px solid #63615f;
  padding: 2px;
}

.dropdown-item.active, .dropdown-item:active {
  background: #575350;
}

.object-fit-contain .grid-container-product .grid-product-items img {
  object-fit: contain;
}

ul.partnerscls {
  list-style-type: square;
  position: relative;
}
ul.partnerscls li {
  text-align: left;
}
ul.partnerscls li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  left: -3px;
  position: absolute;
}

.dropdown-menu .dropdown-item .fa-chevron-circle-right {
  color: #b5b5b5;
}

.footer-content .footer-logo {
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px #000;
}

.bgbiz {
  background-color: #2e266d;
}
.bgbiz h1 {
  color: #fff;
}
.bgbiz .bizparters.slick-initialized .slick-slide {
  padding: 10px !important;
}

.gslide-media {
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
