* {
  margin: 0px;
  padding: 0px;
}

:root {
  --primary: #ffb900;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px;
  padding: 0px;
}
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,200;0,700;1,700&family=Noto+Sans:wght@100&family=Nunito:wght@200&family=Poiret+One&display=swap");

.number-nav {
  background-image: url("../images/navbar-bg.png");
  background-position: center;
  background-size: cover;
  padding: 10px 0;
}
.number-text h2 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.number-text h2 i {
  font-size: 14px;
  color: #fff;
  padding-right: 5px;
}
.number-text h2 span {
  padding-left: 10px;
}
.number-text-a {
  text-align: right;
}
.number-text-a ul {
  text-decoration: none;
  margin: 0px;
}
.row.number-mennav {
  align-items: center;
}
.number-text-a ul li {
  text-decoration: none;
  list-style: none;
  display: inline-block;
  padding: 0 4px;
}
.number-text-a ul li a {
  color: #fff;
}
.number-text-a ul li a i:hover {
  color: #000;
  transition: all 0.4s ease-in-out;
}
.nav-padding {
  padding: 20px 0;
  background-image: url("../images/why-bg.png");
  background-position: center;
  background-attachment: fixed;
  box-shadow: 0 0 10px #ffb900;
}
.nav-link {
  font-size: 16px;
}
.nav-item a {
  padding: 6px 10px !important;
  background-color: #fff;
  border-radius: 7px;
  margin: 0 10px;
  border: 3px solid #ffb900;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.navbar-light .navbar-nav .nav-link.active {
  background-color: #000;
  color: #fff;
  border-radius: 7px;
  transition: all 0.4s ease-in-out;
  border: 3px solid #ffb900;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.nav-link:hover {
  box-shadow: 0 0 10px #908f8f;
  color: #fff;
  border-radius: 7px;
  transition: all 0.4s ease-in-out;
  border: 3px solid #ffb900;
}
.navbar-nav {
  background-image: url("../images/navbar-bg.png");
  background-position: center;
  /*background-size: cover;*/
  padding: 10px;
  border-radius: 10px;
}
.logo-width img {
  height: 50px;
  width: auto;
}
.carousel-control-next-icon {
  background-color: #000;
  padding: 20px;
  border-radius: 5px;
}
.carousel-control-prev-icon {
  background-color: #000;
  padding: 20px;
  border-radius: 5px;
}

/*middle*/
.aboutus {
  padding: 80px 0;
  background-image: url("../images/why-bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.aboutus-hadding {
  text-align: center;
  padding-bottom: 30px;
}
.aboutus-hadding h2 {
  font-size: 40px;
  color: #ffb900;
  font-weight: bold;
  text-shadow: 0px 3px 1px #020202;
  font-family: "Josefin Sans", sans-serif;
}
.aboutus-hadding p {
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
}
.button-shaps {
  margin-top: -15px;
}
.abuut-text h2 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  font-family: "Josefin Sans", sans-serif;
}
.abuut-text p {
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
}
.aboutus-hadding-color h2 {
  color: #fff;
}
.aboutus-hadding-color p {
  color: #fff;
}
.learn-button {
  margin-top: 20px;
}
.learn-button a {
  background-color: #ffb900;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 3px 3px 1px #000;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.learn-button a:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.4s ease-in-out;
  box-shadow: -3px -3px 1px #ffb900;
}
.service {
  padding: 80px 0 120px 0;
  background-image: url("../images/service-bg.png");
  background-position: center;
  background-size: cover;
}
.box-men-a {
  margin-right: 50px;
}
.service-box {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  z-index: 0;
  position: relative;
}
.overlay {
  position: absolute;
  top: 15%;
  left: 14%;
  box-shadow: 0 0 20px #ccc;
  background-color: #fff;
  width: 250px;
  height: 250px;
  z-index: -1;
  text-align: center;
  transform: rotate(45deg);
  border-radius: 10px;
}
.service-box h4 {
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
  margin: auto;
  text-align: center;
  background: #ffb900;
  width: 70px;
  height: 70px;
  transition: 0.5s;
}
.service-box h4 img {
  width: 60%;
  padding: 20px 0;
}
.service-box h2 {
  font-size: 18px;
  color: #000;
  padding-top: 10px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.service-box p {
  font-size: 14px;
  color: #000;
  padding: 10px 10px 20px;
  word-break: break-word;
}
.service-button {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.service-button a {
  padding: 10px 17px;
  border-radius: 50px;
  border: 1px solid #ffb900;
}
.service-button a i {
  color: #ffb900;
}
.twobox {
  justify-content: center;
}
.two-margin {
  margin-top: -100px;
}
.two-margin .service-box-color {
  margin-top: 35px;
}
.why-choose {
  background-image: url("../images/why-bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0 80px 0;
}
.why-choose-box {
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #6fa0af;
  text-align: center;
  background-image: url("../images/why-choose-bg.png");
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 20px #ccc;
}
.why-choose-box h3 img {
  width: 70%;
  margin-top: -50px;
  margin-bottom: 20px;
}
.why-choose-box h2 {
  font-size: 22px !important;
  padding-bottom: 10px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.why-choose-box p {
  font-size: 14px;
  line-height: 20px;
}
.why-choose-men {
  padding-top: 50px;
}
.your-clint {
  padding: 80px 0;
  background-image: url("../images/your-clint-bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.texmoli-slidbar {
  padding: 140px 0;
  color: #000;
}
.texmoli-satting h5 img {
  width: 10%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px lightgray;
  border-radius: 100px;
}
.texmoli-satting h5 {
  color: #000;
  font-size: 25px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.texmoli-satting p {
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
.dote-button {
  border-radius: 10px;
  background-image: url("../images/why-bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0 0 30px #cdcfd1;
}
.button-shaps-a {
  width: 18%;
  margin-top: -20px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
  border-radius: 95px !important;
  width: 10px;
  height: 10px;
}
.contact-men {
  background-color: #fff;
  padding: 100px 0;
}
.contact-color {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 0 10px #ccc;
}
.contact-text {
  background-image: url("../images/contactus-bg.png");
  background-position: center;
  background-size: cover;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: 55%;
  right: 8%;
  width: 45%;
}
.inpt-button {
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  margin: 10px 0;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.inpt-button-a {
  padding: 10px 10px 50px 10px;
}
.submit-button-a {
  text-align: center;
}
.submit-button {
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.submit-button:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.contact-photo {
  width: 100%;
  margin: 30px 0;
}
.contact-photo-aaa {
  position: relative;
}
.contact-photo h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  padding-bottom: 10px;
}
.contact-photo h3 i {
  padding-right: 20px;
  color: var(--primary);
}
.contact-photo p {
  font-size: 18px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.primary-bg {
  background-color: #fff5dc;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 15px;
  font-family: "Josefin Sans", sans-serif;
}
.primary-text p {
  font-size: 16px;
  line-height: 2rem;
}
.primary-text {
  font-size: 16px;
  color: #000;
}

.footer-newsletter {
  padding: 50px 0;
  background-image: url("../images/cotact-bg.png");
  background-position: center;
  background-size: cover;
  text-align: center;
  font-size: 15px;
}
.footer-newsletter h4 {
  font-size: 35px;
  margin: 0 0 10px 0;
  color: #ffb900;
  text-shadow: 0px 3px 1px #020202;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.footer-newsletter p {
  color: #fff;
}
.footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffb900;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.footer-one {
  background-image: url("../images/footer-bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
.footer-a img {
  width: 65%;
}
.footer-center {
}
.footer-aa h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.footer-a .address-p {
  font-size: 17px;
}
.footer-aa ul {
  padding: 0px;
  margin: 0px;
}
.footer-aa ul li {
  text-decoration: none;
  list-style: none;
  margin-left: 10px;
  padding: 4px 0;
}
.footer-aa ul li a {
  color: #fff;
  text-decoration: none;
  list-style: none;
  font-family: "Josefin Sans", sans-serif;
}
.arro-right {
  width: 6% !important;
  margin-top: -5px;
}
.footerp-tag {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding-top: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.footer-aa h2 {
  padding-bottom: 10px;
}
.footer-aa p {
  padding-left: 10px;
  color: #fff;
  padding: 5px 0;
  font-family: "Josefin Sans", sans-serif;
  text-transform: lowercase;
}
.footer-aa i {
  padding-right: 7px;
  color: var(--primary);
}
.footer-two {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  background-color: #000;
  text-align: center;
}
.copyright p {
  font-size: 16px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.copyright p a {
  font-weight: bold;
  color: #ffb900 !important;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px 17px;
  transform: rotate(270deg);
  border-radius: 100px;
}

.float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  left: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 44px;
  box-shadow: 2px 2px 3px #999;
  z-index: 0;
}

.my-float {
  margin-top: 16px;
}

/*scrollbar SIDE*/
::-webkit-scrollbar {
  background: #000000;
  height: 5px;
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #ffb900;
  border-radius: 2px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-brand.logo-width {
    width: 50%;
  }
  .aboutus-hadding h2 {
    font-size: 30px;
  }
  .logo-width img {
    width: auto;
    object-fit: contain;
  }
  .navbar-nav {
    margin-top: 10px;
  }
  .number-text h2 {
    font-size: 15px;
    text-align: center;
  }
  .number-text-a ul {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  .aboutus-hadding p {
    font-size: 15px;
    width: 100%;
  }
  .overlay {
    position: absolute;
    top: 15%;
    left: 12%;
    box-shadow: 0 0 20px #ccc;
    background-color: #fff;
    width: 225px;
    height: 225px;
  }
  .abuut-text {
    padding-top: 20px;
  }
  .abuut-text p {
    font-size: 13px;
    line-height: 20px;
  }
  .service-box {
    background-color: #fff;
    margin: 10px 0;
    box-shadow: 0 0 20px #ccc;
  }
  .two-margin {
    margin: 10px 0;
  }
  .overlay {
    display: none;
  }
  .why-choose-box {
    margin: 30px 0;
  }
  .carousel-dark .carousel-caption {
    display: block !important;
  }
  .texmoli-satting h5 img {
    width: 25%;
  }
  .footer-newsletter p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-aa {
    margin: 30px 0;
  }
  .contact-text {
    position: initial;
    width: 100%;
  }
  .contact-photo {
    text-align: center;
  }
  .contact-color {
    margin: 0;
  }
  .aboutus {
    padding: 50px 0;
  }
  .service {
    padding: 50px 0;
  }
  .why-choose {
    padding: 50px 0;
  }
  .your-clint {
    padding: 50px 0;
  }
  .footer-newsletter h4 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .abuut-text p {
    font-size: 13px;
  }
  .service-box-color {
    margin: 20px 0;
  }
  .two-margin {
    margin-top: 0px;
  }
  .why-choose-box {
    margin: 30px 0;
  }
  .texmoli-satting h5 img {
    width: 20%;
  }
  .contact-text {
    position: initial;
    width: 100%;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-a img {
    width: 60%;
  }
  .footerp-tag {
    padding-bottom: 30px;
  }
  .footer-aa p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-item a {
    font-size: 13px;
  }
  .abuut-text p {
    font-size: 13px;
  }
  .overlay {
    width: 225px;
    height: 225px;
  }
  .service-box p {
    font-size: 13px;
  }
  .footer-aa p {
    font-size: 18px;
  }
  .contact-text {
    position: initial;
    width: 100%;
  }
}

.footer .footer-one .footer-a .navbar-brand img {
  background-color: #fff;
  width: auto;
  height: 60px;
  padding: 5px;
  border-radius: 3px;
  object-fit: contain;
}
.learn_more {
  text-align: center;
  margin-top: 70px;
}
.learn_more a {
  background-color: #ffb900;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 3px 3px 1px #000;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.learn_more a:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.4sease-in-out;
  box-shadow: -3px -3px 1px #ffb900;
}
