@charset "UTF-8";
/*
Theme Name: QLP.
Theme URI: localHost
Description: Designed by Benjamin Toobian.
Version: 1.0
Author: QLP - Benjamin Toobian
Author URI: http://qlp.co.il.
*/
html {
  font-size: 62.5%;
  direction: rtl;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  font-family: 'Assistant';
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Assistant';
}

.siteBox {
  width: 100vw;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1rem;
}

ul {
  padding: 0;
  margin: 0;
}

.owl-carousel {
  direction: ltr !important;
}

.navBarBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navBarBox .navRightSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.navBarBox .navRightSide .sectionLogoAndNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navBarBox .navRightSide .sectionLogoAndNav .logo {
  margin-left: 2.5rem;
}

.navBarBox .navRightSide .sectionLogoAndNav ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
}

.navBarBox .navRightSide .sectionLogoAndNav ul.nav li.menu-item {
  padding: 1rem 2rem;
}

.navBarBox .navRightSide .sectionLogoAndNav ul.nav li.menu-item a {
  font-size: 2rem;
  text-decoration: none;
  color: #333;
}

.navBarBox .navRightSide .sectionLogoAndNav ul.nav li.menu-item a:hover {
  border-bottom: 0.5rem solid #3FC5F2;
  padding-bottom: 0.5rem;
}

.navBarBox .navRightSide .sectionLogoAndNav ul.nav li.current-menu-item a {
  border-bottom: 0.5rem solid #3FC5F2;
  padding-bottom: 0.5rem;
}

.navBarBox .navRightSide .navIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navBarBox .navRightSide .navIcons a.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navBarBox .navRightSide .navIcons a.whatsapp {
  display: inline-block;
  margin-left: 2rem;
}

.navBarBox .mobileHamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .navBarBox .navRightSide .sectionLogoAndNav {
    -ms-flex-preferred-size: 23rem;
        flex-basis: 23rem;
  }
  .navBarBox .navRightSide .sectionLogoAndNav .logo {
    margin: 0;
  }
  .navBarBox .navRightSide .sectionLogoAndNav .logo img {
    width: 100%;
  }
  .navBarBox .navRightSide .sectionLogoAndNav ul.nav {
    display: none;
  }
  .navBarBox .navRightSide .navIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navBarBox .navRightSide .navIcons a.phone {
    display: none;
  }
  .navBarBox .navRightSide .navIcons a.whatsapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
  .navBarBox .mobileHamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .navBarBox .mobileHamburger img {
    width: 80%;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .navBarBox.openMenu .navRightSide {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    z-index: 10;
  }
  .navBarBox.openMenu .navRightSide .sectionLogoAndNav .logo {
    z-index: 20;
  }
  .navBarBox.openMenu .navRightSide .sectionLogoAndNav ul.nav {
    display: block;
    position: fixed;
    top: 7rem;
    width: 100vw;
    padding: 10px;
    height: 100vh;
    z-index: 10;
  }
  .navBarBox .mobileHamburger {
    position: relative;
    z-index: 201;
    margin-right: 1rem;
  }
}

footer {
  background-color: #3FC5F2;
  padding: 3rem 5rem;
  width: 100%;
  margin-top: 2rem;
}

footer .footerToSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footerToSide .logoFooter {
  width: 30rem;
  text-align: center;
}

footer .footerToSide .contactUs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footerToSide .contactUs a.btn {
  direction: rtl;
}

footer .footerToSide .contactUs a.btn span.icon {
  width: 5rem;
}

footer .footerToSide .contactUs a.btn span.icon img {
  margin-left: 1rem;
  display: block;
  margin: 0 auto;
}

footer .linkFooter {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

footer .linkFooter ul.nav-footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .linkFooter ul.nav-footer li {
  list-style-type: none;
  padding: 1rem 2rem;
}

footer .linkFooter ul.nav-footer li a {
  color: #fff;
}

footer .linkFooter ul.nav-footer li a:hover {
  text-decoration: underline;
}

footer .QLPWidget2 {
  color: #fff;
  margin: 0 auto;
}

footer .QLPWidget2 span.widgettitle {
  font-size: 2rem;
  display: block;
  text-align: center;
  font-weight: 600;
}

footer .QLPWidget2 .SocialMediaBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 3rem 2rem;
  }
  footer .footerToSide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
  }
  footer .footerToSide .contactUs {
    margin: 2rem auto 0;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .linkFooter {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  footer .linkFooter ul.nav-footer {
    padding-top: 1rem;
  }
  footer .QLPWidget2 {
    margin: 2rem auto;
  }
}

.btn {
  background-color: #3FC5F2;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 1.2rem;
  border-radius: 0.3rem;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
}

.btn img {
  margin-right: 0.5rem;
}

.btn:hover {
  background-color: #FF9800;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.slickContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slickContainer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 45rem;
  text-decoration: none;
  color: #333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11rem;
  margin-bottom: 4rem;
  background-color: #fff;
  border: 3px solid #3FC5F2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 20px 1px #bbb;
          box-shadow: 0 0 20px 1px #bbb;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.slickContainer a:hover {
  -webkit-box-shadow: 0 10px 20px 1px #999;
          box-shadow: 0 10px 20px 1px #999;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.slickContainer a img {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
}

.slickContainer a .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  height: 80%;
}

.slickContainer a .content h3 {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}

.slickContainer a .content h4 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.formBox {
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  width: 100%;
  max-width: 40rem;
}

.formBox h3 {
  font-weight: 400;
  font-size: 2.6rem;
  text-align: center;
}

.formBox .inputBox {
  margin-bottom: 2rem;
}

.formBox .inputBox label {
  font-size: 2rem;
  font-weight: 400;
}

.formBox .inputBox label input {
  width: 100%;
  height: 4.5rem;
  border-radius: 0.3rem;
  border: 1px solid #bbb;
  background-color: #fff;
  padding: 1rem;
  font-size: 1.8rem;
  margin-top: 0.5rem;
}

.formBox .inputBox.submitBox input[type='submit'] {
  border: 0 none;
  font-size: 2.5rem;
  background: #3FC5F2;
  color: #fff;
  padding: 0.5rem 3rem;
  border-radius: 0.3rem;
  margin: 2rem auto 0;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.formBox .inputBox.submitBox input[type='submit']:hover, .formBox .inputBox.submitBox input[type='submit']:focus {
  background-color: #FF9800;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  outline: none;
}

.formBox .inputBox.ltrClass input {
  direction: ltr;
  text-align: left;
}

.formBox .inputBox.rtlClass input {
  direction: rtl;
  text-align: right;
}

.ContactUsPageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eaebeb;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.ContactUsPageContainer .content_ContactUsPageContainer {
  margin: 0 auto;
}

.ContactUsPageContainer .content_RightSide {
  margin: 0;
  -webkit-box-shadow: -13px 11px 19px 1px #ccc;
          box-shadow: -13px 11px 19px 1px #ccc;
}

@media screen and (max-width: 768px) {
  .ContactUsPageContainer img {
    display: none;
  }
  .ContactUsPageContainer .content_RightSide {
    display: none;
  }
  .ContactUsPageContainer .formBox .inputBox {
    margin-bottom: 2rem;
    max-width: 80vw;
    margin: 0 auto 3rem;
  }
}

.aboutUsPageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  color: #333;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aboutUsPageContainer img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.aboutUsPageContainer .contentBox {
  background: url(images/hamlatza_bg.png) no-repeat left top;
  background-size: 100% 100%;
  width: 50%;
}

.aboutUsPageContainer .contentBox .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90%;
  padding: 0 10%;
}

.aboutUsPageContainer .contentBox .content h2 {
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .aboutUsPageContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutUsPageContainer img {
    width: 100%;
  }
  .aboutUsPageContainer .contentBox {
    width: 100%;
    padding: 3rem 4rem 5rem;
  }
}

#slider_92 .owl-item > div {
  padding: 0 !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: 100% !important;
}

#slider_92 .owl-item > div p {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  padding: 0rem 3rem;
  margin: 0;
  font-size: 2.2rem;
}

#slider_92 .owl-item > div p:first-child {
  padding-top: 3rem;
}

#slider_92 .owl-item > div p a {
  margin: 1.5rem auto;
  border-radius: 0.4rem;
  padding: 1rem 3rem;
  background-color: #3FC5F2;
  color: #fff;
  font-size: 2rem;
  border-radius: 0.3rem;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  direction: ltr;
  display: inline-block;
  text-decoration: none;
}

#slider_92 .owl-item > div p a:hover {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background-color: #FF9800 !important;
}

@media screen and (max-width: 768px) {
  #slider_92 .owl-item > div {
    background-position: top center !important;
    background-size: cover !important;
    min-height: 400px !important;
  }
  #slider_92 .owl-item > div p {
    font-size: 1.8rem;
  }
  #slider_92 .owl-item > div p .wpi_designer_button {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
  }
}

#hamlatzot:before {
  content: 'המלצות';
  text-align: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  font-size: 4.6rem;
  font-weight: 700;
  margin-top: 4rem;
}

#hamlatzot .owl-item > div {
  padding: 0 !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hamlatzot .owl-item > div table {
  display: table;
  font-size: 2.2rem;
  text-align: right;
  margin: 2rem auto 0;
  padding: 0;
  width: 60% !important;
}

#hamlatzot .owl-item > div table h2 {
  font-size: 2.3rem;
}

#hamlatzot .owl-dots {
  bottom: 3rem !important;
}

@media screen and (max-width: 768px) {
  #hamlatzot::before {
    display: none;
  }
  #hamlatzot .owl-item > div table {
    width: 100% !important;
    direction: rtl;
  }
  #hamlatzot .owl-item > div table tr {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    padding: 0 2.5rem;
  }
  #hamlatzot .owl-item > div table tr td {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0 2.5rem;
  }
  #hamlatzot .owl-item > div table tr td h2 {
    margin: 0;
  }
}

.cd-top {
  position: fixed;
  bottom: 5rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 3.5rem;
  visibility: hidden;
  background: rgba(159, 226, 248, 0.5);
  color: #fff;
  font-size: 2rem;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top img {
  display: block;
  width: 60%;
  margin: 8px auto;
}

.articlePage .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articlePage .main .articleImgBOx {
  width: 100%;
  height: 40rem;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.articlePage .main .articleImgBOx::before, .articlePage .main .articleImgBOx::after {
  z-index: -1;
  position: absolute;
  content: "";
  -webkit-box-shadow: 0 0 25px 15px #888;
          box-shadow: 0 0 25px 15px #888;
  bottom: 8px;
  width: 40%;
}

.articlePage .main .articleImgBOx:before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  right: 30px;
  left: auto;
}

.articlePage .main .articleImgBOx:after {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  right: auto;
  left: 30px;
}

.articlePage .main .articleContentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 4rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.articlePage .main .articleContentBox a {
  color: #3FC5F2;
  text-decoration: underline;
}

.articlePage .main .articleContentBox .pageContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.8;
}

.articlePage .main .articleContentBox .pageContent p {
  margin: 0 0 2rem 0;
}

.articlePage .main .articleContentBox .dynamicSidebar {
  background: #3FC5F2;
  width: 150%;
  margin-right: 3rem;
  padding: 2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.articlePage .main .articleContentBox .dynamicSidebar:empty {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .articlePage .main .articleContentBox .dynamicSidebar {
    width: 100%;
    margin-top: 3rem;
    margin-right: 0;
  }
}

.articlePage .main .articleContentBox .dynamicSidebar .QLpwidgetizedArea1 {
  width: 100%;
  padding: 2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.articlePage .main .articleContentBox .dynamicSidebar .QLpwidgetizedArea1 h3 {
  margin: 0 0 1rem;
}

.articlePage .main .articleContentBox .dynamicSidebar .QLpwidgetizedArea1 ul {
  list-style-type: none;
  margin-bottom: 2rem;
}

.articlePage .main .articleContentBox .dynamicSidebar .QLpwidgetizedArea1 ul a {
  color: #fff;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  text-decoration: none;
  padding: 0.5rem 0;
  display: block;
}

.articlePage .main .articleContentBox .dynamicSidebar .QLpwidgetizedArea1 ul a:hover, .articlePage .main .articleContentBox .dynamicSidebar .QLpwidgetizedArea1 ul a:focus {
  color: #333;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.articlePage .main .articleContentBox .dynamicSidebar .QLpwidgetizedArea1 ul span.post-date {
  direction: rtl;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  display: block;
}

.articlePage .main .articleContentBox .dynamicSidebar .QLpwidgetizedArea1 .textwidget {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

.articlePage .main .articleContentBox .socialMediaIconsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articlePage .main .articleContentBox .socialMediaIconsBox span {
  padding-left: 1rem;
}

.articlePage .main .articleContentBox .socialMediaIconsBox .QLPWidget2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .articlePage .main .articleContentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articlePage .main .articleContentBox .pageContent {
    width: 100%;
  }
  .articlePage .main .articleContentBox .QLpwidgetizedArea1 {
    width: 100%;
  }
}

.articlePage .twenty20 {
  margin: 2rem auto;
}

@media screen and (max-width: 768px) {
  .articlePage .twenty20 {
    margin: 2rem auto;
    width: 90% !important;
  }
}

.allArticlesBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.allArticlesBox a.articleItem {
  width: 30%;
  color: #333;
  font-weight: 400;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5rem 0;
  height: 30rem;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.allArticlesBox a.articleItem:hover, .allArticlesBox a.articleItem:focus {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-box-shadow: 0 10px 10px 0 #ccc;
          box-shadow: 0 10px 10px 0 #ccc;
}

.allArticlesBox a.articleItem:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  z-index: 0;
}

.allArticlesBox a.articleItem .pageContent {
  padding: 1.5rem;
  position: relative;
  height: 50%;
  bottom: -50%;
  background-color: rgba(130, 197, 241, 0.75);
}

.allArticlesBox a.articleItem .pageContent h2 {
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.allArticlesBox a.articleItem .pageContent p {
  margin: 1rem 0 0 0;
  padding: 0;
}

.contactUsPage .articleImgBOx {
  width: 100%;
  height: 30rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.contactUsPage .articleImgBOx::before, .contactUsPage .articleImgBOx::after {
  z-index: -1;
  position: absolute;
  content: "";
  -webkit-box-shadow: 0 0 25px 15px #888;
          box-shadow: 0 0 25px 15px #888;
  bottom: 8px;
  width: 40%;
}

.contactUsPage .articleImgBOx:before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  right: 30px;
  left: auto;
}

.contactUsPage .articleImgBOx:after {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  right: auto;
  left: 30px;
}

.contactUsPage .articleContentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactUsPage .articleContentBox .pageContent {
  width: 50%;
}
.contactUsPage .articleContentBox .pageContent img{
	width: 100%;
	height:auto;
	display:block;
}
.contactUsPage .articleContentBox .pageContent .contactUs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 2.5rem auto;
}

.contactUsPage .articleContentBox .pageContent .contactUs .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  width: 8rem;
}

.contactUsPage .articleContentBox .pageContent .contactUs .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.contactUsPage .articleContentBox .pageContent .contactUs .btn span img {
  margin: 0;
}

.contactUsPage .articleContentBox .pageContent .socialMediaIconsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding: 2rem 0;
}

.contactUsPage .articleContentBox .pageContent .socialMediaIconsBox .QLPWidget2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactUsPage .articleContentBox .shorcodeBox {
  width: 45%;
}

.contactUsPage .articleContentBox .shorcodeBox .ContactUsPageContainer {
  height: 100%;
}

.contactUsPage .articleContentBox .shorcodeBox .ContactUsPageContainer .map {
  display: none;
}

.contactUsPage .articleContentBox .shorcodeBox .ContactUsPageContainer .content_RightSide {
  display: none;
}

.contactUsPage .articleContentBox .shorcodeBox .ContactUsPageContainer .content_ContactUsPageContainer {
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .contactUsPage .articleContentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactUsPage .articleContentBox .pageContent {
    width: 100%;
  }
  .contactUsPage .articleContentBox .shorcodeBox {
    width: 100%;
  }
}

.page404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page404 > span {
  font-size: 15rem;
  -webkit-box-shadow: 0 3px 12px 5px #ccc;
          box-shadow: 0 3px 12px 5px #ccc;
  background: #3FC5F2;
  color: #fff;
  width: 25rem;
  height: 25rem;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page404 > p {
  font-size: 2rem;
}

.page404 > a {
  font-size: 2rem;
}

.page404 .dynamicSidebar {
  margin-top: 3rem;
}

.page404 .dynamicSidebar .QLPWidget2 .widgettitle {
  font-size: 2.5rem;
  color: #333;
}

.searchResultBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.searchResultBox a {
  text-decoration: none;
  width: 30%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #3FC5F2;
  color: #fff;
  border: 1px solid #bbb;
  padding: 0 0 2rem 0;
}

.searchResultBox a img {
  width: 100%;
  height: 20rem;
}

.searchResultBox a h4 {
  padding: 0 2rem;
}

.searchResultBox a .smallContent {
  padding: 0 2rem;
}

form.searchform label {
  display: none;
}

.SocialMediaBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.SocialMediaBox a.SocialMediaItem {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 4.8rem;
  margin: 0 0.5rem 0 .5rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.SocialMediaBox a.SocialMediaItem:hover, .SocialMediaBox a.SocialMediaItem:focus {
  -webkit-box-shadow: 0 0 9px 1px #fff;
          box-shadow: 0 0 9px 1px #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.SocialMediaBox a.SocialMediaItem img.icon {
  width: 36px;
  height: 36px;
  display: block;
}

@media screen and (max-width:768px){
	img.onlydesktop{
		display:none !important;
	}
}
@media screen and (min-width:769px){
	img.onlydesktop{
		display:block !important;
	}
}

.wpcf7-mail-sent-ok{
	display: block;
	text-align: center !important;
	border: 0 none !important;
	font-size: 24px;
	margin-top: -20px !important;
	margin-bottom: 30px !important;
	font-weight: 600  !important;
	color: #0d9a1e  !important;
}
