.mobileMenu {
  display: none;
}

.sidenav {
  display: none;
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .themeContainer {
    max-width: calc(100% - 48px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .bannerText h1 br, .bannerText h2 br {
    display: none;
  }
  .innerPadding {
    padding: 0 60px;
  }
  .innerPadding.hero {
    padding-bottom: 50px;
  }
  .themeContainer {
    max-width: calc(100% - 48px);
  }
  .services .servicesWrapper .servicesCard {
    padding: 18px;
  }
  .services .servicesWrapper .servicesCard p {
    font-size: 18px;
    font-weight: 500;
  }
  .themeTitle h2 {
    font-size: 46px;
  }
  .bannerDescription .bannerWrapper .bannerArea {
    max-width: 50%;
  }
  .bannerDescription .bannerWrapper .bannerArea img {
    max-height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
  .bannerDescription .bannerWrapper .bannerDesc {
    width: 50%;
  }
  .bannerDescription .bannerWrapper .bannerDesc h2 {
    font-size: 24px;
  }
  .bannerDescription .bannerWrapper .bannerDesc p {
    max-height: 350px;
    overflow: auto;
    padding-right: 10px;
    font-size: 18px;
    line-height: 180%;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .bannerDescription .bannerWrapper .bannerDesc p::-webkit-scrollbar {
    width: 6px;
  }
  .bannerDescription .bannerWrapper .bannerDesc p::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .bannerDescription .bannerWrapper .bannerDesc p::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 15px;
  }
  .bannerDescription .bannerWrapper .bannerDesc p::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .aboutUsWrapper {
    padding: 0px;
  }
  .aboutUsWrapper .aboutCard {
    padding: 24px;
    gap: 24px;
  }
  .aboutUsWrapper .aboutCard .aboutImg {
    width: 100%;
  }
  .aboutUsWrapper .aboutCard .aboutDesc {
    width: 100%;
    padding: 0;
  }
  .aboutUsWrapper .aboutCard .aboutDesc .aboutIcon {
    margin-bottom: 20px;
  }
  .aboutUsWrapper .aboutCard .aboutDesc .aboutIcon img {
    height: 32px;
  }
  .aboutUsWrapper .aboutCard .aboutDesc h2 {
    font-size: 18px;
  }
  .aboutUsWrapper .aboutCard .aboutDesc p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .aboutUsWrapper .aboutCard.toInvert {
    padding: 20px;
  }
  .offerWrapper {
    gap: 16px;
    margin-bottom: 45px;
  }
  .offerWrapper .offerBox {
    padding: 12px;
  }
  .offerWrapper .offerBox h2 {
    font-size: 20px;
    padding: 0 14px;
  }
  .offerWrapper .offerBox p {
    font-size: 16px;
    padding: 0 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .themeTitle > p {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .themeTitle h2 {
    font-size: 36px;
    letter-spacing: 0;
  }
  .innerPadding.hero {
    padding: 0 34px 34px 34px;
  }
  .header .headerWrapper .menuArea ul li a {
    font-size: 16px;
  }
  .themeContainer .innerPadding:not(.hero) {
    padding: 0;
  }
  .themeContainer.darkBg {
    padding-top: 24px;
  }
  .services .servicesWrapper {
    gap: 32px 16px;
  }
  .services .servicesWrapper .servicesCard {
    max-width: calc(33% - 8.333px);
  }
  .footer {
    padding-top: 20px;
  }
  .footer .footerTop {
    margin-bottom: 60px;
  }
  .footer .footerMenu ul {
    gap: 18px;
  }
  .footer .footerMenu ul span {
    font-size: 20px;
  }
  .footer .footerMenu ul li a {
    font-size: 16px;
  }
  .bannerText p br {
    display: none;
  }
  .bannerDescription .bannerWrapper {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
  .bannerDescription .bannerWrapper .bannerArea {
    order: 2;
    display: flex;
    max-width: 100%;
  }
  .bannerDescription .bannerWrapper .bannerArea img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
    border-radius: 15px;
  }
  .bannerDescription .bannerWrapper .bannerDesc {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .bannerDescription .bannerWrapper .bannerDesc h2 {
    font-size: 30px;
  }
  .bannerDescription .bannerWrapper .bannerDesc p {
    font-size: 18px;
    line-height: 200%;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    margin-top: 24px;
  }
  .themeContainer {
    padding: 0 24px;
  }
  .themeContainer .innerPadding:not(.hero) {
    padding: 0;
  }
  .themeContainer.darkBg {
    padding-bottom: 30px;
  }
  .innerPadding {
    padding: 0 34px;
  }
  .ourReferences {
    margin-bottom: 85px;
  }
  .ourReferences .referenceWrapper ul li a {
    padding: 12px 0;
  }
  .ourReferences .referenceWrapper ul li a img {
    max-width: 80%;
  }
  .header .headerWrapper .linkArea a {
    padding: 8px 14px;
    font-size: 12px;
    letter-spacing: 0.1px;
  }
  .header .headerWrapper .menuArea ul {
    gap: 30px;
  }
  .bannerText h1, .bannerText h2 {
    font-size: 38px;
    letter-spacing: 0;
    margin-bottom: 22px;
  }
  .bannerText .bannerLinks {
    gap: 10px;
  }
  .defaultButton {
    font-size: 16px;
    padding: 12px 20px;
  }
  .primaryButton {
    font-size: 16px;
    padding: 12px 20px;
  }
  .header .headerWrapper {
    margin-bottom: 50px;
  }
  .aboutUsWrapper {
    padding: 0px;
  }
  .aboutUsWrapper .aboutCard {
    padding: 24px;
    gap: 24px;
  }
  .aboutUsWrapper .aboutCard .aboutImg {
    width: 100%;
  }
  .aboutUsWrapper .aboutCard .aboutDesc {
    width: 100%;
    padding: 0;
  }
  .aboutUsWrapper .aboutCard .aboutDesc .aboutIcon {
    margin-bottom: 20px;
  }
  .aboutUsWrapper .aboutCard .aboutDesc .aboutIcon img {
    height: 32px;
  }
  .aboutUsWrapper .aboutCard .aboutDesc h2 {
    font-size: 18px;
  }
  .aboutUsWrapper .aboutCard .aboutDesc p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .aboutUsWrapper .aboutCard.toInvert {
    padding: 20px;
  }
  .offerWrapper {
    gap: 16px;
    margin-bottom: 45px;
  }
  .offerWrapper .offerBox {
    padding: 12px;
  }
  .offerWrapper .offerBox h2 {
    font-size: 20px;
    padding: 0 14px;
  }
  .offerWrapper .offerBox p {
    font-size: 16px;
    padding: 0 14px;
  }
  .bannerDescription .bannerWrapper .bannerArea img {
    width: 100%;
  }
  .map .bannerWrapper{
    flex-direction: column;
    padding: 0;
    margin-top: 30px;
  }
  .map .bannerWrapper .bannerDesc{
    width: 100%;
  }
  .map .bannerWrapper .bannerArea{
    max-width: 100%;
  }
  .map .bannerWrapper .bannerDesc h2{
    font-size: 27px;
  }
  .map .address li, .map .address li span{
    font-size: 15px;
  }
  .bannerArea iframe{
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .form_area {
    padding-bottom: 0;
  }
  .contact_form {
    padding-bottom: 0;
  }
  .mobileMenu {
    display: block;
    font-size: 14px;
    cursor: pointer;
  }
  .mobileMenu img {
    width: 32px;
  }
  .menuArea {
    display: none;
  }
  .defaultButton {
    font-size: 14px;
    padding: 10px 18px;
  }
  .primaryButton {
    font-size: 14px;
    padding: 10px 18px;
  }
  .headerWrapper .linkArea {
    display: none;
  }
  .header .headerWrapper {
    margin-bottom: 30px;
    padding: 24px 0;
  }
  .innerPadding {
    padding: 0 24px;
  }
  .hero {
    padding-bottom: 32px;
  }
  .header {
    margin: 0px 0 25px 0;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    display: block;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .sidenav .closebtn img {
    height: 32px;
  }
  .themeTitle > p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .themeTitle h2 {
    font-size: 24px;
    letter-spacing: 0;
  }
  .themeButtonWrapper {
    margin-top: 20px;
  }
  .themeButtonWrapper .defaultButton {
    padding: 11px 22px;
    font-size: 14px;
  }
  .headerWrapper {
    padding: 24px 24px;
  }
  .headerWrapper .logoArea a img {
    height: 24px;
  }
  .headerWrapper .linkArea {
    gap: 20px;
  }
  .headerWrapper .linkArea a {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%; /* 12.65px */
    letter-spacing: 0.11px;
    gap: 0;
    padding: 0;
  }
  .bannerText h1, .bannerText h2 {
    font-size: 24px;
    letter-spacing: 0;
  }
  .bannerText h1 br, .bannerText h2 br {
    display: none;
  }
  .bannerText p {
    font-size: 16px;
    line-height: 150%;
  }
  .ourReferences .referenceWrapper ul li {
    width: 50%;
  }
  .ourReferences .referenceWrapper ul li a {
    padding: 12px 0;
  }
  .ourReferences .referenceWrapper ul li a:hover {
    background: none;
  }
  .ourReferences .referenceDesc {
    margin-top: 30px;
  }
  .ourReferences .referenceDesc p {
    font-size: 19px;
  }
  .ourReferences {
    margin-bottom: 85px;
  }
  .services .servicesWrapper {
    align-items: unset;
  }
  .services .servicesWrapper .servicesCard {
    max-width: calc(50% - 8px);
    padding: 16px;
    gap: 16px;
  }
  .services .servicesWrapper .servicesCard .servIcon img {
    height: 22px;
  }
  .services .servicesWrapper .servicesCard p {
    font-size: 14px;
    font-weight: 500;
  }
  .services .servicesWrapper .servicesCard a {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .services .servicesWrapper .servicesCard a img {
    width: 14px;
  }
  .bannerLinks {
    gap: 12px;
  }
  .defaultButton {
    font-size: 14px;
    padding: 10px 13px;
    border-radius: 8px;
  }
  .primaryButton {
    font-size: 14px;
    padding: 10px 13px;
    border-radius: 8px;
  }
  .darkBg {
    padding-top: 40px;
  }
  .darkBg .themeTitle > p {
    margin: 0 0 20px 0;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .ftLogo {
    margin-bottom: 20px;
  }
  .footerMenu {
    flex-wrap: wrap;
    margin-bottom: 25px;
    gap: 0;
  }
  .footerMenu ul {
    width: 50%;
    gap: 12px;
    margin-bottom: 30px;
    padding-right: 10px;
  }
  .footerMenu ul span {
    font-size: 20px;
  }
  .footerMenu ul li a {
    font-size: 16px;
  }
  .footerTop {
    flex-direction: column;
    align-items: center;
  }
  .services {
    padding: 0 24px;
  }
  .subscribe {
    padding: 0 24px;
  }
  .newsletter{
    padding:40px 0 30px 0;
  }
  .bannerDescription .bannerWrapper {
    flex-direction: column;
    padding: 0;
  }
  .bannerDescription .bannerWrapper .bannerArea {
    order: 2;
  }
  .bannerDescription .bannerWrapper .bannerDesc {
    width: 100%;
    order: 1;
  }
  .bannerDescription .bannerWrapper .bannerDesc h2 {
    font-size: 22px;
  }
  .bannerDescription .bannerWrapper .bannerDesc p {
    font-size: 15px;
    line-height: 180%;
  }
  .contactUs {
    margin-bottom: 50px;
  }
  .offerWrapper {
    flex-direction: column;
    margin-bottom: 35px;
  }
  .aboutUsWrapper {
    padding: 0px;
    flex-direction: column;
  }
  .aboutUsWrapper .aboutCard {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
  }
  .aboutUsWrapper .aboutCard .aboutImg {
    width: 100%;
  }
  .aboutUsWrapper .aboutCard .aboutDesc {
    width: 100%;
    padding: 0;
  }
  .aboutUsWrapper .aboutCard .aboutDesc .aboutIcon {
    margin-bottom: 20px;
  }
  .aboutUsWrapper .aboutCard .aboutDesc .aboutIcon img {
    height: 32px;
  }
  .aboutUsWrapper .aboutCard .aboutDesc h2 {
    font-size: 18px;
  }
  .aboutUsWrapper .aboutCard .aboutDesc p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .aboutUsWrapper .aboutCard.toInvert {
    padding: 20px;
  }
  .offerWrapper .offerBox h2 {
    font-size: 20px;
    padding: 0 14px;
  }
  .offerWrapper .offerBox p {
    font-size: 16px;
    padding: 0 14px;
  }
  form.wpcf7-form {
      flex-direction: column;
      align-items: center;
      gap: 10px;
  }
  .footer_area{flex-wrap: wrap;}
  .footerMenu ul:first-child {
    width: 100%;
  }
  .gallery_area .title{
    margin-bottom: 20px;
  }
  .gallery_area{
    padding-top: 0;
  }
  .gallery_area .title h2{
    font-size: 26px;
  }
  .filter_container{
    font-size: 14px;
  }
  .bannerDescription.reverse .bannerWrapper{
    flex-direction: column;
  }
  .header .themeContainer{
    padding: 0px;
  }
  .header .themeContainer .hero{
    border-radius: 0px;
  }
  .loading_logo svg{
    max-width: 200px;
    width: 100%;
  }
  .services .servicesWrapper{
    flex-direction: column;  
  }
  .services .servicesWrapper .servicesCard{
    max-width: 100%;
  }
  .footer .footerTop{
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .input.input_file{
    width: 90%;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}/*# sourceMappingURL=responsive.css.map */