@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');

::selection {
  background-color: #777777db;
  color: #fff;
}

::-moz-selection {
  background-color: #777777db;
  color: #fff;
}

:root {
  --theme-color: #0ab6d1;
}

.bg-light {
  font-family: Droid serif !important;
  background-color: #fff !important;
  padding-left: 125px;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden !important;
}

.home-slider-image {
  display: flex;
  width: 100%;
  height: 100%;
}

.home-slider-image > img {
  width: 100%;
}

.home-slider-wrapper {
  position: relative;
  height: 100vh;
}

.home-slider-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  z-index: 99;
}

.home-sider-logo {
  display: flex;
  width: 180px;
}

.home-sider-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider-title > span {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: 'Cabin', sans-serif !important;
}

.home-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.home-slider-btn > a {
  display: flex;
  border: 1px solid #fff;
  padding: 0.8rem 2rem;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: .2s ease-in-out;
  font-family: 'Cabin', sans-serif !important;
}

.home-slider-btn > a:hover {
  background-color: #fff;
  color: #000;
}

.web-site-title > span {
  font-size: 61px;
  font-weight: 600;
  color: #2f2f2f;
  display: flex;
  font-family: 'Cabin', sans-serif !important;
  line-height: 1;
  position: relative;
  padding-top: 2rem;
}

.web-site-title > p {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #2f2f2f;
  font-family: 'Libre Baskerville', serif;
  margin: 0;
}

.web-site-text {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  width: 65%;
  margin-top: 1rem;
}

.home-services-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 2rem;
}

.web-site-title {
  display: flex;
  flex-direction: column;
}

.web-site-title > span::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 5px;
  background-color: var(--theme-color);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.home-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 9;
}

.home-services-contain {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.home-services-content {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - (2rem * 2) / 3);
  padding: 1rem;
  border: 1px solid transparent;
  transition: .2s ease-in-out;
}

.home-services-bottom {
  padding: 0 3rem;
}

.home-services-content-image {
  display: flex;
  width: 100%;
}

.home-services-content-image > img {
  width: 100%;
}

.home-services-content-title > span {
  font-size: 25px;
  font-weight: 600;
  color: #2f2f2f;
  font-family: 'Cabin', sans-serif !important;
}

.home-services-content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.5rem;
}

.home-services-content-desc > span {
  font-size: 17px;
  font-weight: 400;
  color: #404142;
  display: flex;
  width: max-content;
}

.home-services-content-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-services-content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.home-services-content-btn > a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: 'Cabin', sans-serif !important;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 0.3rem 2rem;
  background-color: transparent;
  transition: .2s ease-in-out;
}

.home-services-content:hover .home-services-content-btn > a {
  background-color: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
}

.home-services-content-bottom {
  display: flex;
  flex-direction: column;
}

.home-services-content:hover {
  border: 1px solid #666;
}

.home-bottom-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 4rem 0;
}

.post-contain-top-image {
  display: flex;
  width: 100%;
}

.post-contain-top-image > img {
  width: 100%;
}

.post-contain-top {
  position: relative;
}

.post-contain-top-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.post-contain-top-text > span {
  font-family: 'Cabin', sans-serif !important;
  font-size: 61px;
  font-weight: 700;
  color: #fff !important;
}

.post-contain-top-text > p {
  display: flex;
  font-family: 'Cabin', sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  color: #fff !important;
  width: 35%;
}

.post-contain-bottom {
  display: flex;
  width: 100%;
  position: relative;
}

.post-contain-bottom-image {
  height: 280px;
  display: flex;
  width: 100%;
}

.post-contain-bottom-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.post-contain-bottom-text > span {
  font-family: 'Cabin', sans-serif !important;
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}

.post-contain-bottom-text > p {
  font-size: 17px;
  font-weight: 400;
  color: #fff !important;
}

.post-contain-center {
  padding: 4rem 3rem;
}

.post-contain-center-desc {
  font-family: Droid Serif !important;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}

.left-hader-bar {
  position: fixed;
  left: 0;
  height: 100%;
  background-color: #111;
  top: 0;
  z-index: 999999;
  width: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.left-header-bar-logo {
  display: flex;
  width: 100%;
}

.left-header-bar-logo > a {
  display: flex;
  width: 100%;
}

.left-header-bar-logo > a > img {
  width: 100%;
}

.left-header-bar-menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
}

.left-header-bar-menu {
  display: flex;
  width: 100%;
}

.left-header-bar-full-screen {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.left-header-bar-full-screen-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.left-header-bar-menu-btn > span {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  font-family: 'Cabin', sans-serif !important;
  transition: .2s ease-in-out;
}

.left-header-bar-menu-btn > i {
  display: flex;
  font-size: 40px;
  color: #fff;
  transition: .2s ease-in-out;
}

.left-header-bar-full-screen-btn > i {
  display: flex;
  font-size: 30px;
  color: #fff;
  transition: .2s ease-in-out;
}

.left-header-bar-full-screen-btn:hover > i {
  color: var(--theme-color);
}

.left-header-bar-menu-btn:hover > span {
  color: var(--theme-color);
}

.left-header-bar-menu-btn:hover > i {
  color: var(--theme-color);
}

.left-header-bar-contain {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 1rem 0.5rem;
  z-index: 999999;
  background-color: #111;
}

.left-header-bar-contain-menu {
  left: -195px;
  position: absolute;
  top: 0;
  background-color: #171717;
  width: 320px;
  padding: 3rem 2rem;
  height: 100%;
  z-index: 99999;
  transition: all 0.5s ease-in-out
}

.left-header-bar-contain-menu.active {
  left: 125px;
  opacity: 1;
  visibility: visible;
}

.left-header-bar-contain-menu #cssmenu > ul > li > a {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  font-family: 'Cabin', sans-serif !important;
  transition: .2s ease-in-out;
}

.left-header-bar-contain-menu #cssmenu > ul > li > ul > li > a {
  color: #969696;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Cabin', sans-serif !important;
  transition: .2s ease-in-out;
}

.left-header-bar-contain-menu #cssmenu > ul > li > a:hover,
.left-header-bar-contain-menu #cssmenu > ul > li > ul > li > a:hover {
  color: var(--theme-color);
}

.left-header-bar-contain-menu #cssmenu > ul {
  padding: 0;
  list-style: none;
}

.left-header-bar-contain-menu #cssmenu > ul > li > ul {
  height: 380px;
  margin: 1rem 0;
  overflow: auto;
  padding-left: 1rem;
  list-style: none;
}

.left-header-bar-contain-menu #cssmenu > ul > li > button {
  display: none;
}

.megamenu-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 80%);
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out
}

.megamenu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.bg-light.active {
  margin-left: 320px;
}

.contact-page-contain-bottom {
  display: flex;
  padding: 4rem 3rem;
  gap: 3rem;
}

.contact-page-info > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.5rem;
}

.contact-page-info-title {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Cabin', sans-serif !important;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: .5rem;
}

.contact-page-form-title > span {
  font-family: 'Cabin', sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

.contact-page-form-title > p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0.5rem;
}

.contact-page-info > ul > li > p,
.contact-page-info > ul > li > a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.contact-page-info > ul > li {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form-wrapper .form-wrapper-group input,
.form-wrapper .form-wrapper-group textarea {
  outline: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  color: #000;
  opacity: 1;
  font-weight: 400;
  box-shadow: none;
}

.form-wrapper .form-wrapper-group input::placeholder,
.form-wrapper .form-wrapper-group textarea::placeholder {
  color: #000;
  font-size: 14px;
}

.form-wrapper-bottom {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.contact-page-form {
  margin-top: 3rem;
}

.form-submit-btn {
  width: max-content;
  display: flex;
}

.form-submit-btn > input {
  background-color: var(--theme-color) !important;
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  font-family: 'Cabin', sans-serif !important;
  padding: 1rem 2rem;
  border-radius: 0;
  transition: .2s ease-in-out;
}

.form-submit-btn > input:hover {
  background-color: #000 !important;
}

.form-wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-contain {
  display: flex;
  gap: 2rem;
  background-color: #111;
  padding: 3rem;
}

.footer-contain-list {
  width: 100%;
}

.footer-contain-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-contain-list-title > span {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Cabin', sans-serif !important;
  color: #fff;
}

.footer-contain-list > span {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Cabin', sans-serif !important;
  color: #fff;
}

.footer-contain-list > ul > li > span,
.footer-contain-list > ul > li > a {
  font-family: 'Cabin', sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  transition: .2s ease-in-out;
}

.footer-contain-list.footer-post > ul > li > a {
  font-family: 'Cabin', sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  transition: .2s ease-in-out;
}

.footer-contain-list > ul > li > i {
  color: #fff;
  margin-right: .5rem;
}

.footer-contain-list.footer-info .footer-contain-list-title > span {
  color: var(--theme-color);
}

.footer-contain-list-title {
  margin-bottom: 1rem;
}

.footer-contain-list.footer-post > ul > li {
  border-bottom: 1px solid rgba(234, 234, 234, 0.2);
  padding-bottom: 1rem;
}

.footer-contain-list.footer-about > ul {
  display: flex;
  flex-direction: unset;
  margin-top: 1rem;
}

.footer-contain-list.footer-about > ul > li {
  display: flex;
  width: 30px;
  height: 30px;
}

.footer-contain-list.footer-about > ul > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(234, 234, 234, 0.2);
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
  background: transparent;
}

.footer-contain-list.footer-about > ul > li > a > i {
  color: #fff;
}

.footer-contain-list.footer-about > ul > li:nth-child(1) > a:hover > i {
  color: #3b5998;
}

.footer-contain-list.footer-about > ul > li:nth-child(2) > a:hover > i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  color: transparent;
}

.footer-contain-list.footer-about > ul > li:nth-child(3) > a:hover i {
  color: #02b0e8;
}

.footer-contain-list > ul > li > span:hover,
.footer-contain-list > ul > li > a:hover {
  color: var(--theme-color);
}

.footer-contain-list.footer-post > ul > li > a:hover {
  color: var(--theme-color);
}

.home-seo-text > p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Cabin', sans-serif !important;
}

.home-seo-text > p > a {
  color: var(--theme-color);
}

div#bottomwp {
  display: none;
}

.services-page-contain {
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.services-page-contain .home-services-content-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-page-contain .home-services-content-desc > span {
  width: 95%;
}

.mobile-header-wrapper {
  display: none;
}

.mobile-menu-contain {
  display: none;
}

.footer-phone {
  position: fixed;
  bottom: 145px;
  right: 15px;
  z-index: 999;
}

.footer-whatsapp {
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 999;
}

.footer-phone > a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff6000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.footer-whatsapp > a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.footer-phone > a > i,
.footer-whatsapp > a > i {
  color: #fff;
  font-size: 18px;
}

.footer-whatsapp > a > img,
.footer-phone > a > img {
  width: 90%;
}

.footer-phone > a > i,
.footer-whatsapp > a > i {
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

@media screen and (max-width:769px) {
  .left-hader-bar {
    display: none;
  }

  .bg-light {
    padding: 0;
  }

  .home-services-content {
    width: calc(50% - (2rem) / 2);
    border: 1px solid #666;
  }

  .contact-page-contain-bottom {
    flex-direction: column;
    padding: 2rem;
  }

  .post-contain-top-text > span {
    font-size: 35px;
  }

  .post-contain-top-text > p {
    width: 95%;
    font-size: 17px;
  }

  div#bottomwp {
    display: flex;
    box-shadow: 0 0 2px #000;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    position: fixed;
    z-index: 1073;
    background: linear-gradient(#fff, #c1bdbe);
  }

  a.vBtn.whatsapp {
    display: block;
    padding: 8px 0;
    border-radius: 10px;
    background-color: #25d366;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #000000;
  }

  a.vBtn.clickcall {
    display: block;
    padding: 8px 0;
    border-radius: 10px;
    background-color: var(--theme-color);
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #000000;
  }

  #to_top_scrollup {
    bottom: 80px !important;
  }

  div#bottomwp a > i {
    margin-right: 0.3rem;
  }

  div#bottomwp a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cabin', sans-serif !important;
  }

  div#bottomwp div {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

  .mobile-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #111;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .mobile-header-logo {
    display: flex;
    width: 140px;
  }

  .mobile-header-logo > a {
    display: flex;
    width: 100%;
  }

  .mobile-header-logo > a > img {
    width: 100%;
  }

  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .mobile-menu-btn > span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif !important;
    margin-right: .5rem;
  }

  .mobile-menu-btn > i {
    color: #fff;
    font-size: 30px;
    display: flex;
  }

  .mobile-menu-contain {
    position: fixed;
    left: -100%;
    top: 0;
    width: 45%;
    background-color: #171717;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
    z-index: 99999;
    display: block;
  }

  .mobile-menu-contain.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-remove {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.5rem;
    padding-right: 1rem;
    border-bottom: 1px solid rgba(234, 234, 234, 0.2);
  }

  .mobile-menu-remove-btn > i {
    font-size: 21px;
    color: #fff;
  }

  .mobile-menu-content #cssmenu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-content #cssmenu > ul > li > a {
    color: #fff;
    padding: .5rem;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif !important;
  }

  .mobile-menu-content #cssmenu > ul > li > ul {
    height: 380px;
    margin: 1rem 0;
    overflow: auto;
    padding-left: 1rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .mobile-menu-content {
    padding: 1rem;
  }

  .mobile-menu-content #cssmenu > ul > li > ul > li > a {
    color: #969696;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif !important;
  }

  .mobile-menu-content #cssmenu > ul > li > button {
    display: none;
  }

  .mobile-megamenu-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 80%);
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out
  }

  .mobile-megamenu-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .footer-phone,
  .footer-whatsapp {
    display: none;
  }

}

@media screen and (max-width:553px) {
  .footer-contain {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .web-site-title > span {
    font-size: 40px;
  }

  .home-slider-title > span {
    font-size: 1.6rem;
  }

  .home-slider-image > img {
    object-fit: cover;
  }

  .web-site-text {
    width: 100%;
  }

  .home-services-content {
    width: 100%;
  }

  .home-services-bottom {
    padding: 0 1rem;
  }

  .form-wrapper-bottom {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-page-contain-bottom {
    padding: 1rem;
  }

  .form-wrapper-btn > p {
    display: none;
  }

  .form-submit-btn > span {
    display: none !important;
  }

  .contact-page-iframe > iframe {
    width: 100% !important;
  }

  .post-contain-top-image > img {
    object-fit: cover;
  }

  .post-contain-top-image {
    height: 100%;
  }

  .post-contain-top {
    height: 100vh;
  }

  .post-contain-center {
    padding: 1rem;
  }

  .post-contain-bottom-text > span {
    font-size: 40px;
  }

  .services-page-contain {
    padding: 1rem;
  }

  .services-page-contain .home-services-content-desc > span {
    width: 100%;
  }

  .mobile-menu-contain {
    width: 85%;
  }
}