/* standard css start */
* {
  outline: none !important;
}
body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
input {
  width: 100%;
  height: 45px;
  padding: 0.5rem;
  outline: none !important;
  font-size: 15px;
  border: none;
}
.btn {
  background: transparent;
  border: none;
}
.btn:focus,
.btn:hover,
.btn:active,
.btn:active:focus {
  box-shadow: none;
  background-color: transparent;
}
.form-control:focus {
  box-shadow: none;
}
textarea {
  resize: none;
}
.clrBlack {
  color: #000;
}
.clrWhite {
  color: #fff;
}
.clrPrimary {
  color: #273845;
}
.clrSecondary {
  color: #fddd58;
}
.bgBlack {
  background-color: #000;
}
.bgWhite {
  background-color: #fff;
}
.bgPrimary {
  background: #273845;
}
.bgSecondary {
  background: #fddd58;
}
.btn {
  padding: 0.8rem 2rem;
  display: inline-block;
  font-size: 18px;
  transition: 1s all;
  border-radius: 5px;
  line-height: normal;
  transition: 0.5s all;
}
.primaryBtn {
  background: #273845;
  color: #fff;
  border: 1px solid #273845;
}
.primaryBtn:hover,
.primaryBtn:focus {
  background: transparent;
  color: #273845;
}
.secondaryBtn {
  background: #fddd58;
  color: #000;
  border: 1px solid #fddd58;
}
.secondaryBtn:hover,
.secondaryBtn:focus {
  background: transparent;
  color: #fddd58;
}

/* standard css end */

.heading-1 {
  font-size: 50px;
  font-weight: 700;
}
.para-1 {
  font-size: 20px;
}

/* secHead css */
.secHead h2 {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  font-weight: 700;
}
.secHead h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  background: #fddd58;
  height: 2px;
  margin: 0 auto;
}

/* header css */

header .navbar-brand img {
  width: 100px;
}
header .nav-link {
  padding: 0.5rem 1.5rem !important;
  font-size: 20px;
}
header .nav-link.active,
header .nav-link:hover {
  color: #fddd58 !important;
}
.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #212529;
    width: 215px;
    height: 100%;
    z-index: 9999;
    padding: 25px;
    transform: translateX(-215px);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .navbar-collapse.show {
    transform: translateX(0px);
  }
  .nav-overlay {
    position: absolute;
    background: #0000007d;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .nav-overlay.active {
    transform: translateX(0);
  }
}

/* bannerSec css  */
.bannerOverlay {
  background: rgb(0 0 0 / 70%);
}
.bannerOverlay p {
  font-size: 24px;
}

/* responseSec css */
.responseSec {
  padding: 5rem 0;
}
.response i {
  font-size: 40px;
  color: #fbdb57;
}
.response p {
  font-size: 17px;
}

/* wwdSec css  */
.wwrSec {
  margin: 5rem 0;
}
.wwrSec .wwrImg img {
  height: 700px;
  object-fit: cover;
  object-position: bottom;
}
.wwrSec .wwrCntnt h2,
.wwrSec .wwrCntnt h2:after {
  margin: 0;
}
.wwrSec .wwrCntnt p {
  font-size: 18px;
}

/* wwdSec css  */
.wwdSec .wwdCntnt ul li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
.wwdSec .wwdCntnt ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

/* serviceSec css  */
.serviceSec {
  margin: 5rem 0;
}
.service {
  margin-bottom: 1rem;
}
/* .service img {
  width: 40px;
  height: 40px;
  object-fit: contain;
} */
.service i {
  font-size: 32px;
  width: 50px;
  display: block;
  min-width: 50px;
  color: #273844;
}
.service h6 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

/* whySec css  */
.whySec {
  background-image: url("../images/why-Bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.whySec:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 70%);
  z-index: -1;
}
.whySec img {
  height: 600px;
  object-fit: cover;
  object-position: bottom;
}
.whyCntnt {
  padding: 0 3rem;
}
.whyCntnt p {
  font-size: 18px;
}

/* footer css  */
footer {
  padding: 5rem 0;
}
footer img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
footer .socialIcons {
  margin-top: 1rem;
}
footer .socialIcons li {
  margin: 0 0.5rem 0 0 !important;
}
footer .socialIcons li i {
  color: #273845;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 0.6rem 0;
  transition: 0.5s all;
}
footer .socialIcons li i:hover {
  background: #fddd58;
}
.footer_Content h6 {
  font-size: 24px;
}
.footer_Content li {
  margin-bottom: 0.8rem;
}
.footer_Content li:last-child {
  margin: 0;
}
.footer_Content li a:hover {
  color: #fddd58;
}
.footer_Content img.openinhHourImg {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

/* innerBannerSec css */
.innerBannerSec .bannerSlide img {
  height: 500px;
  object-fit: cover;
}

/* secHead css */
.innerServiceSec {
  margin: 5rem 0;
}
.innerServiceHead h2,
.contactDetHead h2 {
  position: relative;
  padding: 0 0 1rem 0;
  font-weight: 700;
  width: max-content;
}
.innerServiceHead h2:after,
.contactDetHead h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  background: #fddd58;
  height: 2px;
}
.innerServiceCntnt p {
  font-size: 18px;
}
.contactSec {
  padding: 5rem 0;
}
.contactDet ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
.contactDet ul li i {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fddd58;
}
.contactDet ul li a {
  font-size: 20px;
}
.contactDet ul li:last-child {
  margin: 0;
}

/* toast message css  */
#toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.toast {
  min-width: 250px;
  border-radius: 8px;
  background-color: #28a745;
  color: #fff;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* .toast-header {
  background-color: #444;
  color: #fff;
  border-bottom: 1px solid #555;
  border-radius: 8px 8px 0 0;
}
.toast-body {
  padding: 10px 15px;
} */
.toast-header .close {
  color: #fff;
}
.toast-success {
  background-color: #28a745;
}
.toast-error {
  background-color: #dc3545;
}
.toast-info {
  background-color: #17a2b8;
}
