body {
  font-family: 'DM Sans', sans-serif !important;
}

.container-preloader .animation-preloader .txt-loading .characters {
  font-size: 40px !important;
  font-family: '', sans-serif !important;
  font-weight: 300 !important;
  color: #D6D001 !important;
}

#mode-light {
  display: none;
}

.switcher__item {
  transform: rotate(270deg)
}

.switcher__btn button {

  border-radius: 40px;
  width: 150px !important;
  height: 100% !important;
  right: 0;
  transform: translateY(140%);
  z-index: 1 !important;
  transition: all 0.3s;
  mix-blend-mode: exclusion;
  background-color: #D6D001 !important;
  color: black !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.switcher__btn button i {

  background-color: white;
  padding: 3px;
  border-radius: 100%;
}

.switcher__btn button :hover {
  cursor: pointer;
  opacity: 0.5 !important;
}

.header__logo img {
  width: 90%;
}

.header__button span {
  text-transform: none !important;
  font-weight: 700;
  border-radius: 100%;
}

.header__button a {
  border-radius: 40px;
}

.header__button a:hover {
  cursor: pointer;
  background-color: #274659;
  color: white;
}

.header__navicon .show-dark {
  color: white;
}

.title-wrapper h1 {
  line-height: 1em !important;

}

.about-area {
  background-color: #f5f5f5;

}

#mobile-g {
  display: none;
}

.features-area .section-title {
  line-height: 1.3em;
}

.wc-btn-primary {
  border-radius: 40px !important;
}

H4.section-title {
  font-size: 16px !important;
  margin-bottom: 30px;
  font-weight: 400;
}

.service-box:hover {
  cursor: default !important;
}

.services-wrapper-box .text {
  text-transform: lowercase !important;
}

.testimonial-area,
#text-slider {
  background-color: #274659;
}

#text-slider {
  background-color: #D6D001;
}

.fun-fact-area {
  margin-bottom: 200px;

}

.testimonial-area .section-content h2,
.testimonial-area .section-content span,
.testimonial-area .section-content p {
  color: white !important;
}

.subscribe-form a {
  color: white;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}

.subscribe-form a:hover {
  border-bottom: 1px solid #D6D001;
}

.open-offcanvas {
  background-color: #D6D001;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: 900;
}

.header__navicon:hover,
.open-offcanvas:hover {
  cursor: pointer;
  color: #ffffff !important;
}


.open-offcanvas:hover {
  background-color: #274659;
}

.btn-wrapper .wc-btn-primary:hover {
  background-color: #D6D001;
  color: black;
}

.btn-wrapper .wc-btn-primary {
  font-weight: 700;
}


.text-right {
  text-align: right !important;
}

.copyright-area .footer-nav-list {
  margin-top: 0 !important;
}

.copyright-area .footer-nav-list li {
  margin-left: -50px;
}

.main-menu .active {
  color: #274659 !important;
}

#about-hero {
  width: 100% !important;
  height: 200px !important;
  display: inline-block;
  position: relative;
}

#about-hero img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}


#about-hero .hero-area-inner {
  position: absolute;
  top: -20px;
  color: white;
  display: flex;
}

#about-hero h1 {

  color: white;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}


@media screen and (max-width: 800px) {

  #about-hero .hero-area-inner {
    position: absolute !important;
    top: 40px !important;
    display: flex !important;
  }

  #about-hero h1 {

    color: white;
    font-size: 20px;
  }
}

.tag {
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 700 !important;
}

#abt .title-wrapper {
  padding-top: 120px;
}

#fun-fact .section-header {
  text-align: left !important;
}

#fun-fact .section-title {
  max-width: none !important;
  margin-inline: auto;
}

/* contact area style  */
.contact-area .section-title {
  max-width: 850px;
}

.contact-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
}

@media only screen and (max-width: 991px) {
  .contact-area .section-header {
    grid-template-columns: 1fr;
  }
}

.contact-area .section-header .text {
  max-width: 300px;
}

.contact-area .contact-formwrap {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
  .contact-area .contact-formwrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 30px;
  }
}

.contact-area .contact-formwrap .messages {
  grid-column: span 2;
}

@media only screen and (max-width: 767px) {
  .contact-area .contact-formwrap .messages {
    grid-column: auto;
  }
}

.contact-area .contact-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--border);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
}

.contact-area .contact-formfield input:focus {
  border-color: var(--primary);
}

.contact-area .submit-btn {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .contact-area .submit-btn {
    margin-top: 20px;
  }
}

.contact-area .section-content {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 740px;
  margin-top: 112px;
}

@media only screen and (max-width: 1919px) {
  .contact-area .section-content {
    margin-top: 72px;
  }
}

@media only screen and (max-width: 1399px) {
  .contact-area .section-content {
    grid-template-columns: 1fr 640px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-area .section-content {
    grid-template-columns: 1fr 600px;
    margin-top: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-area .section-content {
    grid-template-columns: 1fr;
  }
}

.contact-area .info-box .text {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--primary);
  max-width: 360px;
}

.contact-area .contact-list {
  margin-top: 26px;
}

.contact-area .contact-list li {
  font-size: 18px;
  line-height: 24px;
}

.contact-area .contact-list li:not(:first-child) {
  margin-top: 15px;
}

.contact-area .contact-list li a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/*# sourceMappingURL=master-contact.css.map */

.service-box .thumb {
  height: 60px !important;
  width: 60px !important;
}

.offcanvas-3__area {
  background: var(--primary);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 50px 50px 100px;
  z-index: 100000;
  overflow: hidden;
}

@media (max-height: 500px) {
  .offcanvas-3__area {
    padding: 40px;
  }
}


@media only screen and (max-width: 800px) {
  .header-area .header__button {
    display: none !important;
  }

  .header__navicon .open-offcanvas {
    color: black !important;
  }

  .header__navicon .open-offcanvas:hover {
    color: white !important;
  }

  .title-wrapper h2 {
    line-height: 1.5em !important;
  }

  .text-wrapper p {
    line-height: 2em !important;
  }

  .footer {
    text-align: center !important;
  }

  p.info-text {
    text-align: center !important;
  }

  .footer-area .social-links {
    display: none;
  }

  #fun-fact h2{
    text-align: center;
  }

  .footer-widget-wrapper ul li{
    display: inline-block;
  }

  .sepear{
    display: inline !important;
  }
}

.sepear{
  display: none;
}
















