@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.btn {
  outline: none;
  font-size: 12px !important;
}

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

.btn-primary {
  background: #ef5523 !important;
  border: none !important;
  border: 1px solid #ef5523 !important;
  color: #ffffff !important;
  border-radius: 100px;
}

.btn-circle {
  border-radius: 100px;
}

.btn-round {
  border-radius: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #09262d !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.btn-thm {
  background: #000000 !important;
  color: #ffffff !important;
  border: none;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
  background-color: #ef5523 !important;
  color: #ffffff !important;
}

.btn.btn-wht {
  background-color: #ffffff;
  color: #000000;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.btn-wht:hover,
.btn-wht:focus,
.btn-wht:active {
  background-color: #000000 !important;
  color: #ffffff !important;
  transform: scale(1);
}

.btn-border {
  border: 1px solid #004cff;
  color: #004cff;
}

.btn-border:hover {
  color: #ffffff;
  border: 1px solid #116fb2;
  background-color: #004cff;
}

.no-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}

:root {
  --roboto-font:"Roboto", sans-serif;
}

a:hover {
  text-decoration: none;
}

input:focus {
  outline: red !important;
  box-shadow: none !important;
  border: 1px solid #ef5523;
}

body,
h3,
h1,
h2,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  font-family: var(--roboto-font);
}

a {
  text-decoration: none;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
  outline: none;
}

h2 {
  font-size: 40px !important;
  font-weight: 600;
}

h4 {
  font-size: 32px !important;
  font-weight: 600;
}

h5 {
  font-size: 25px !important;
  font-weight: 600;
}

p {
  font-size: 16px !important;
}

/* body::-webkit-scrollbar-thumb {
    background: #3a2719;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #000;
}        */
.mainp-padding {
  padding: 0px 60px;
}

header .navbar {
  padding: 20px 0px;
  background-color: #ffffff !important;
  box-shadow: 0px 0px 9px -4px;
}
header .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}
header .navbar-brand {
  display: flex !important;
}
header .navbar-brand .logo-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 210px;
  height: 34px;
}
header .navbar-nav .nav-item {
  margin-right: 8px;
}
header .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #09262d;
  font-size: 14px;
  letter-spacing: 0px;
  padding-top: 5px;
  text-transform: uppercase;
  padding-bottom: 5px;
  transition: 0.3s;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #ef5523;
  text-decoration: underline;
}
header .navbar-nav .nav-item .cavail {
  background-color: #ef5523;
  color: #ffffff;
  padding: 5px 20px;
  text-transform: uppercase;
  border-radius: 100px;
  transition: 0.3s;
}
header .navbar-nav .nav-item .cavail:hover {
  color: #ffffff;
}
header .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
  color: #ef5523;
}

.banner-section {
  background-image: url("../images/bannerimg.png");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 100px 0px;
  background-color: red;
}
.banner-section .content h2 {
  font-size: 40px;
  font-family: var(--roboto-font);
}
.banner-section .content p {
  line-height: 26px;
  font-size: 16px;
  padding: 25px 0px;
}
.banner-section .content .search ul {
  padding-left: 0px;
  display: flex;
  padding: 15px;
  background-color: #09262d;
  border-radius: 15px;
  justify-content: space-between !important;
}
.banner-section .content .search ul li {
  list-style: none;
  width: 35%;
  margin-right: 10px;
}
.banner-section .content .search ul li input[type=text] {
  border-radius: 10px;
  font-size: 14px;
  height: 30px;
}
.banner-section .content .search ul li .btn {
  width: 100%;
  border-radius: 100px;
}
.banner-section .content .search ul li:first-child {
  width: 25%;
}

.hiw-section {
  padding-bottom: 130px;
}
.hiw-section .head {
  padding-bottom: 50px !important;
}
.hiw-section .head h4 {
  padding-bottom: 15px;
}
.hiw-section .card {
  border: none;
}
.hiw-section .card img {
  width: 100px;
  height: 120px;
  margin-bottom: 20px;
}
.hiw-section .card .card-body ul {
  padding-top: 10px;
  padding-left: 17px;
}
.hiw-section .card .card-body ul li {
  font-weight: 700;
  font-size: 16px;
}

.hmdus-section {
  background-color: #dcdcdc;
  padding: 70px 0px;
}
.hmdus-section .c1 p {
  padding: 15px 0px 10px 0px;
}
.hmdus-section .c1 ul {
  padding-left: 18px;
  font-weight: bold;
}
.hmdus-section .c1 ul li {
  color: #09262d;
}
.hmdus-section .card {
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 5px 10px -6px;
}
.hmdus-section .card h5 {
  padding-bottom: 10px;
}
.hmdus-section .card span {
  font-size: 14px;
  padding: 5px 0px;
  color: red;
  font-weight: bold;
  color: #09262d;
}
.hmdus-section .card .price {
  font-size: 18px;
}
.hmdus-section .card .c-color span {
  color: #29b88a !important;
}
.hmdus-section .mainrangeconcss {
  /* Chrome and Safari */
  /* Firefox */
  /* IE */
}
.hmdus-section .mainrangeconcss .range-container {
  position: relative;
  background-color: #ef5523;
  padding: 0px 20px;
  border-radius: 100px;
  top: 40px !important;
}
.hmdus-section .mainrangeconcss input[type=range] {
  width: 100%;
  border-radius: 100px;
  margin: 12px 0;
  -webkit-appearance: none;
}
.hmdus-section .mainrangeconcss input[type=range]:focus {
  outline: none;
}
.hmdus-section .mainrangeconcss input[type=range] + label {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 80px;
  padding: 5px 0;
  text-align: center;
  border-radius: 4px;
}
.hmdus-section .mainrangeconcss input[type=range]::-webkit-slider-runnable-track {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
.hmdus-section .mainrangeconcss input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: white;
  border-radius: 50%;
  border: 1px solid purple;
  margin-top: -7px;
}
.hmdus-section .mainrangeconcss input[type=range]::-moz-range-track {
  background: purple;
  border-radius: 4px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.hmdus-section .mainrangeconcss input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: white;
  border-radius: 50%;
  border: 1px solid purple;
  margin-top: -7px;
}
.hmdus-section .mainrangeconcss input[type=range]::-ms-track {
  background: purple;
  border-radius: 4px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}
.hmdus-section .mainrangeconcss input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: white;
  border-radius: 50%;
  border: 1px solid purple;
  margin-top: -7px;
}

.about-section {
  padding: 50px 0px 170px 0px;
  position: relative;
}
.about-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/aboutbg.png");
  width: 50%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.about-section .content p {
  padding: 20px 0px 40px 0px;
}
.about-section .cbtn .btn {
  padding: 3px 20px;
  font-size: 14px !important;
  margin: 0px;
  text-transform: uppercase;
}

.projects-section .mnp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 10px;
  padding: 10px 0px;
  grid-column-gap: 10px;
}
.projects-section .mnp .pacrd .cardsty {
  max-height: 350px;
  min-height: 350px;
  border-radius: 10px;
  color: #ffffff;
  background-color: red;
  padding: 40px 50px;
}
.projects-section .mnp .pacrd .fcd {
  background-color: #29b789;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 50px;
}
.projects-section .mnp .pacrd .fcd .content p {
  color: #000000;
  padding-top: 10px;
}
.projects-section .mnp .pacrd .c2 {
  background-image: url("../images/pro1.png");
}
.projects-section .mnp .pacrd .c3 {
  background-image: url("../images/pro2.png");
}
.projects-section .mnp .pacrd .c4 {
  background-image: url("../images/pro3.png");
}
.projects-section .mnp .pacrd .c5 {
  background-image: url("../images/pro4.png");
}
.projects-section .mnp .pacrd .c6 {
  background-image: url("../images/pro5.png");
}
.projects-section .mnp .pacrd .c7 {
  background-image: url("../images/pro6.png");
}
.projects-section .mnp .pacrd .c8 {
  background-image: url("../images/pro7.png");
}
.projects-section .mnp .pacrd .content {
  height: 270px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.projects-section .mnp .pacrd .content .head p {
  padding-top: 20px;
  font-size: 22px !important;
  line-height: 24px;
  color: #29b88a;
}

.b-footer {
  padding: 80px 0px 90px 0px;
  background-color: #dcdcdc;
}
.b-footer .f-content h5 {
  text-decoration: underline;
}
.b-footer .f-content ul {
  padding-top: 25px;
  padding-left: 0px;
}
.b-footer .f-content ul li {
  list-style: none;
  padding-bottom: 10px;
}
.b-footer .f-content ul li a {
  color: #000000;
}

.copyright {
  background-color: #09262d;
  padding: 25px 0px;
}
.copyright .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright .container-fluid span {
  font-size: 16px;
  color: #ffffff;
}
.copyright .container-fluid .footer-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 33px;
}

@media only screen and (max-width: 992px) {
  .banner-section .content ul {
    flex-direction: column !important;
  }
  .banner-section .content ul li {
    width: 100% !important;
  }
  .banner-section .content ul li:nth-child(2) {
    margin: 10px 0px !important;
  }
  .hiw-section .card .card-img-top {
    margin: 0 auto;
  }
  .hiw-section .card .card-body {
    text-align: center;
  }
  .hiw-section .card .card-body ul {
    list-style: none;
  }
  .hmdus-section .c2 {
    padding-bottom: 50px;
  }
  .hmdus-section .c3 {
    padding: 20px 0px;
  }
  .about-section {
    padding: 50px 0px 50px 0px;
    position: relative;
  }
  .about-section .content {
    position: relative;
  }
  .projects-section .mnp {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 786px) {
  p {
    font-size: 14px !important;
  }
  h2 {
    font-size: 32px !important;
  }
  .mainp-padding {
    padding: 0px 30px !important;
  }
  .about-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/aboutbg.png);
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  .projects-section .mnp {
    grid-template-columns: 1fr;
  }
  .b-footer {
    padding: 60px 0px 60px 0px;
    background-color: #dcdcdc;
  }
  .copyright span {
    font-size: 14px !important;
    padding-bottom: 10px;
  }
  .copyright .container-fluid {
    flex-direction: column;
  }
  .copyright .container-fluid .footer-img {
    width: 104px;
    height: 16px;
  }
  header .navbar-brand .logo-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 140px;
    height: 20px;
  }
  .navbar-nav {
    padding: 25px 0px 0px 0px;
  }
  .navbar-nav .nav-item {
    padding-bottom: 10px;
  }
  .navbar-nav .cavail {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}/*# sourceMappingURL=custom.css.map */