body {
  min-width: 320px;
  margin: 0 auto;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #494949;
}
main {
  position: relative;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
      width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
      width: 1200px;
  }
}
.standard {
  min-width: 320px;
  margin: 0 auto;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #494949;
}

.standard_box {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

@keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

.page_content main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
  background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  padding: 100px 0 50px;
}
.page_content main h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page_content main h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.page_content main h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
.page_content main h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page_content main ul {
  margin-left: 50px;
}
.page_content main ol {
  margin-left: 20px;
}
.page_content main p {
  margin-bottom: 20px;
}
.page_content main p span {
  font-size: 18px;
  font-weight: 600;
  color: #66696e;
}

.page_content main a {
  text-decoration: none;
  color: #66696e;
}
.page_content main img {
  max-width: 100%;
}

.page_content main a:hover {
  color: #babbb5;
}
.page_content .container_count {
  margin: 0 auto;
}
/*style for  size from 320px to 768px*/

@media (min-width: 320px) and (max-width: 767px) {
  .page_content {
    font-size: 18px;
  }

  .page_content main {
    padding: 8% 0 4%;
  }
  .page_content main ul {
      margin-left: 20px;
  }
  .page_content main p span {
    font-size: 18px;
  }
}

/*button*/

.help {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7f9c;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 170px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin: 23px 35px 0 0;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
  outline: none;
  border: none;
}

.help:hover {
  background-color: #fb5a87;
}

/*pop-up window*/

.container_count {
  max-width: 760px;
  width: 100%;
  margin: 150px auto;
  background: url("../img/blues-wide.svg");
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10px;
}

.container_count .block_count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #b2fefc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.container_count .block_count .count {
  cursor: pointer;
  text-align: center;
  color: #fff;
  padding: 10px;
  position: relative;
  z-index: 10;
  width: 20%;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  font-family: Roboto, sans-serif;
}

.container_count .block_count .count.curent {
  color: #66696e;
}

.container_count .block_count .active {
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  height: 96%;
  top: 2%;
  width: 18%;
  left: 1%;
  -webkit-transition: all 502ms cubic-bezier(0.185, 0.66, 0.315, 0.985);
  -o-transition: all 502ms cubic-bezier(0.185, 0.66, 0.315, 0.985);
  transition: all 502ms cubic-bezier(0.185, 0.66, 0.315, 0.985);
  -webkit-transform: translateX(220%);
  -ms-transform: translateX(220%);
  transform: translateX(220%);
  font-family: Roboto, sans-serif;
}

.container_count form {
  margin-top: 50px;
}

.container_count form input[name='count'] {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  height: 50px;
  text-transform: uppercase;
  color: #66696e;
  width: 100%;
}

.container_count form input[type='submit'] {
  margin: 30px auto;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 40px;
  color: #66696e;
  font-weight: 700;
  font-size: 14px;
}

.container_count form input[type='submit']:hover {
  background: rgba(255, 255, 255, 0.85);
}

.container_count .price {
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin-top: 50px;
  font-family: Roboto, sans-serif;
}

/* Zoom-out effect style*/

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  display: none;
}

.contacts main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
  background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  padding: 100px 0 50px;
}

.contacts main a {
  text-decoration: none;
  font-weight: 500;
  color: #66696e;
}

.contacts main a:hover {
  color: #babbb5;
}

.contacts main h4 {
  font-size: 18px;
  font-weight: 700;
}

.contacts main h4 span {
  font-weight: 400;
  margin-left: 10px;
}

.contacts main p {
  font-size: 16px;
  font-weight: 400;
}

.contacts main h5 {
  font-size: 17px;
  font-weight: 400;
}

.contacts main h5 span {
  font-weight: 500;
  margin-left: 10px;
}

/*style for  size from 320px to 768px*/

@media (min-width: 320px) and (max-width: 768px) {
  .contacts main {
    padding: 8% 0 4%;
  }
}

.document_links a {
  text-decoration: none;
  color: #494949;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.document_links a:last-child {
  margin-bottom: 0;
}
.document_links a:hover {
  color: #babbb5;
}



/*start footer style*/

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#868990), to(#4b4e53));
  background: -webkit-linear-gradient(top, #868990 0%, #4b4e53 100%);
  background: -o-linear-gradient(top, #868990 0%, #4b4e53 100%);
  background: linear-gradient(top, #868990 0%, #4b4e53 100%);

  /*title*/
  /*Requisites section start*/
  /*Requisites section end*/
  /*Contacts section start*/
  /*Contacts section end*/
  /*Copyright section start*/
  /*Copyright section end*/
}

footer h4 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

footer hr {
  width: 15%;
  height: 8px;
  background-color: #fd537c;
  border: none;
  margin: 15px 0 50px;
}

footer .topFooter {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  /*Requisites in Russian section start*/
  /*Requisites in Russian section end*/
  /*Requisites in English section start*/
  /*Requisites in English section end*/
}

footer .topFooter h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}

footer .topFooter .leftTopFooter {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 15px;
  width: 50%;
  text-align: right;
}

footer .topFooter .rightTopFooter {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 15px;
  width: 50%;
}

footer .middleFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 30px;
  border-bottom: 2px solid #fff;
}

footer .middleFooter h5 {
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  color: #fff;
}

footer .middleFooter .address {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 0 23px 24px;
}

footer .middleFooter .phone {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 19px 0 23px 0;
  font-family: Roboto, sans-serif;
}

footer .middleFooter .mail {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 19px 0 23px 0;
}

footer .middleFooter .mail a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  color: #fff;
}

footer .middleFooter .mail a:hover {
  color: #babbb5;
}

footer .bottomFooter {
  padding-top: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*Copyright section start*/
  /*Copyright section end*/
  /*Button to back start*/
  /*Button to back end*/
  /*Social section start*/
  /*Social section end*/
}

footer .bottomFooter .leftBottomFooter {
  width: 45%;
}

footer .bottomFooter .leftBottomFooter h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

footer .bottomFooter .middleBottomFooter {
  width: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .bottomFooter .middleBottomFooter .fa-arrow-circle-o-up {
  color: #868990;
}

footer .bottomFooter .middleBottomFooter .fa-arrow-circle-o-up:hover {
  color: #fff;
}

footer .bottomFooter .rightBottomFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 45%;
}

footer .bottomFooter .rightBottomFooter a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

footer .bottomFooter .rightBottomFooter a .fa-facebook,
footer .bottomFooter .rightBottomFooter a .fa-instagram,
footer .bottomFooter .rightBottomFooter a .fa-youtube-play {
  color: #fff;
}

footer .bottomFooter .rightBottomFooter .instagram {
  margin: 0 55px;
}

footer .bottomFooter .rightBottomFooter .facebook:hover {
  border-color: #3B5998;
}

footer .bottomFooter .rightBottomFooter .facebook:hover .fa-facebook {
  color: #3B5998;
}

footer .bottomFooter .rightBottomFooter .instagram:hover {
  border-color: #FE902E;
}

footer .bottomFooter .rightBottomFooter .instagram:hover .fa-instagram {
  color: #FE902E;
}

footer .bottomFooter .rightBottomFooter .youtube:hover {
  border-color: #FF0000;
}

footer .bottomFooter .rightBottomFooter .youtube:hover .fa-youtube-play {
  color: #FF0000;
}

/*end footer style*/

/*style for tablet size from 650px to 850px*/

@media (min-width: 650px) and (max-width: 850px) {
  footer {
    width: 100%;
    padding: 5% 0 4%;
    /*title*/
    /*Requisites section start*/
    /*Requisites section end*/
    /*Contacts section start*/
    /*Contacts section end*/
    /*Copyright section start*/
    /*Copyright section end*/
  }

  footer h4 {
    font-size: 20px;
  }

  footer hr {
    width: 20%;
    margin: 15px 0;
  }

  footer .topFooter {
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /*Requisites in Russian section start*/
    /*Requisites in Russian section end*/
    /*Requisites in English section start*/
    /*Requisites in English section end*/
  }

  footer .topFooter .leftTopFooter {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 5px;
    width: 50%;
    text-align: right;
  }

  footer .topFooter .leftTopFooter h5 {
    font-size: 15px;
  }

  footer .topFooter .rightTopFooter {
    width: 50%;
    text-align: justify;
    padding-left: 5px;
  }

  footer .topFooter .rightTopFooter h5 {
    font-size: 15px;
  }

  footer .middleFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
  }

  footer .middleFooter h5 {
    font-size: 15px;
    font-weight: 500;
    margin-left: 15px;
    color: #fff;
    font-family: Roboto, sans-serif;
  }

  footer .middleFooter .address {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2% 0;
  }

  footer .middleFooter .phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2% 0;
    width: 50%;
  }

  footer .middleFooter .mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2% 0;
    width: 50%;
  }

  footer .middleFooter .mail a {
    font-size: 16px;
  }

  footer .bottomFooter {
    padding-top: 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    /*Copyright section start*/
    /*Copyright section end*/
    /*Button to back start*/
    /*Button to back end*/
    /*Social section start*/
    /*Social section end*/
  }

  footer .bottomFooter .leftBottomFooter {
    width: 100%;
    padding-top: 4%;
  }

  footer .bottomFooter .leftBottomFooter h6 {
    font-size: 10px;
    font-weight: 400;
  }

  footer .bottomFooter .middleBottomFooter {
    display: none;
  }

  footer .bottomFooter .rightBottomFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 4%;
  }

  footer .bottomFooter .rightBottomFooter .instagram {
    margin: 0;
  }

  footer .bottomFooter .rightBottomFooter a {
    width: 50px;
    height: 50px;
  }
}

/*style for tablet size from 320px to 649px*/

@media (min-width: 320px) and (max-width: 649px) {
  footer {
    width: 100%;
    padding: 5% 0 4%;
    /*title*/
    /*Requisites section start*/
    /*Requisites section end*/
    /*Contacts section start*/
    /*Contacts section end*/
    /*Copyright section start*/
    /*Copyright section end*/
  }

  footer h4 {
    font-size: 20px;
  }

  footer hr {
    width: 20%;
    margin: 15px 0;
  }

  footer .topFooter {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*Requisites in Russian section start*/
    /*Requisites in Russian section end*/
    /*Requisites in English section start*/
    /*Requisites in English section end*/
  }

  footer .topFooter .leftTopFooter {
    width: 100%;
    text-align: justify;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  footer .topFooter .leftTopFooter h5 {
    font-size: 15px;
  }

  footer .topFooter .rightTopFooter {
    padding: 0;
    width: 100%;
    text-align: justify;
  }

  footer .topFooter .rightTopFooter h5 {
    font-size: 15px;
  }

  footer .middleFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border-bottom: 1px solid #fff;
  }

  footer .middleFooter h5 {
    font-size: 15px;
    font-weight: 500;
    margin-left: 15px;
    color: #fff;
    font-family: Roboto, sans-serif;
  }

  footer .middleFooter .address {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2% 0;
  }

  footer .middleFooter .phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2% 0;
    width: 100%;
  }

  footer .middleFooter .mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2% 0;
    width: 100%;
  }

  footer .middleFooter .mail a {
    font-size: 16px;
  }

  footer .bottomFooter {
    padding-top: 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    /*Copyright section start*/
    /*Copyright section end*/
    /*Button to back start*/
    /*Button to back end*/
    /*Social section start*/
    /*Social section end*/
  }

  footer .bottomFooter .leftBottomFooter {
    width: 100%;
    padding-top: 4%;
  }

  footer .bottomFooter .leftBottomFooter h6 {
    font-size: 11px;
    font-weight: 400;
  }

  footer .bottomFooter .middleBottomFooter {
    display: none;
  }

  footer .bottomFooter .rightBottomFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 4%;
  }

  footer .bottomFooter .rightBottomFooter .instagram {
    margin: 0;
  }

  footer .bottomFooter .rightBottomFooter a {
    width: 50px;
    height: 50px;
  }
}

/*header start*/

#header {
  background-color: #b2fefc;
  border-bottom: #66696e 2px solid;
  z-index: 100;
  position: relative;
  width: 100%;
  /*logo and help section start*/
  /*logo and help section end*/
  /*navigation section start*/
  /*navigation section end*/
}

#header .topHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  width: 1200px;
  margin: 0px auto;
  /*logo section start*/
  /*logo section end*/
  /*help button section start*/
  /*help button section end*/
}

#header .topHeader .leftHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*burger menu start*/
  /*burger menu end*/
}

#header .topHeader .leftHeader h1 {
  text-transform: capitalize;
  color: #66696e;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 0 0 25px;
}

@media (max-width: 767px) {
  #header .topHeader .leftHeader h1.desctop {
    display: none;
  }
}
@media (min-width: 768px) {
  #header .topHeader .leftHeader h1.mobile {
    display: none;
  }
}
@media (max-width: 400px) {
  #header .topHeader .leftHeader h1.mobile {
    display: none;
  }
}
@media (min-width: 401px) {
  #header .topHeader .leftHeader h1.mobile_small {
    display: none;
  }
}
#header .topHeader .leftHeader #b-container {
  height: 60px;
  left: 20px;
  position: absolute;
  top: 20px;
  cursor: pointer;
  display: none;
  padding-left: 12.5px;
  padding-top: 17.5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
  opacity: 1;
}

#header .topHeader .leftHeader .b-bun {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#header .topHeader .leftHeader .b-bun--top {
  height: 2px;
  top: 0;
  width: 30px;
  background: #fff;
}

#header .topHeader .leftHeader .b-bun--mid {
  height: 2px;
  top: 8px;
  width: 30px;
  background: #fff;
}

#header .topHeader .leftHeader .b-bun--bottom {
  height: 2px;
  top: 16px;
  width: 30px;
  background: #fff;
}

#header .topHeader .leftHeader #b-container.open {
  left: 275px;
  opacity: 1;
}

#header .topHeader .leftHeader #b-container.open .b-bun--top {
  background: #66696e;
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

#header .topHeader .leftHeader #b-container.open .b-bun--mid {
  opacity: 0;
}

#header .topHeader .leftHeader #b-container.open .b-bun--bottom {
  background: #66696e;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}

#header .topHeader .rightHeader {
  /*button*/
  /*pop-up window*/
  /* Zoom-out effect style*/
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 30px;
}

#header .topHeader .rightHeader .help {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7f9c;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 170px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin: 23px 35px 0 0;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
  outline: none;
  border: none;
}

#header .topHeader .rightHeader .help:hover {
  background-color: #fb5a87;
}

#header .topHeader .rightHeader h5 {
  color: #66696e;
  font-size: 18px;
  font-weight: 600;
  padding-top: 23px;
  text-align: right;
}

#header .topHeader .rightHeader h5 span {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

#header .navigationPage {
  margin: -22px 15% 0;
  position: absolute;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*navigation start*/
  /*navigation end*/
  /*name page start*/
  /*name page end*/
}

#header .navigationPage nav {
  width: 100%;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #66696e;
  padding: 8px 7px;
}

#header .navigationPage nav .help_section {
  display: none;
}

#header .navigationPage nav .b-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#header .navigationPage nav .b-nav li {
  list-style-type: none;
  padding: 5px 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#868990), to(#66696e));
  background: -webkit-linear-gradient(top, #868990 0%, #66696e 100%);
  background: -o-linear-gradient(top, #868990 0%, #66696e 100%);
  background: linear-gradient(top, #868990 0%, #66696e 100%);
}

#header .navigationPage nav .b-nav li a {
  padding: 25px 5px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

#header .navigationPage nav .b-nav li a:hover {
  color: #b2fefc;
}

#header .navigationPage nav .b-nav li .sub-menu {
  position: absolute;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  top: 44px;
  padding-left: 15px;
  margin: 0;
  background-color: #66696e;
  opacity: 0.9;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
}

#header .navigationPage nav .b-nav li .sub-menu li {
  width: 180px;
  display: list-item;
  position: relative;
  padding: 5px 0;
  margin: 5px 5px;
  background: none;
}

#header .navigationPage nav .b-nav li .sub-menu li a {
  padding: 5px 5px;
}

#header .navigationPage nav .b-nav li:hover > .sub-menu {
  display: inherit;
}

#header .navigationPage nav .b-nav li:hover:hover > a {
  color: #b2fefc;
}

.namePage {
  background-color: #b2fefc;
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.namePage h1 {
  text-transform: uppercase;
  color: #66696e;
  font-size: 16px;
  font-weight: 600;
}

/*header section end*/

/*style for  size from 1100px to 1270px*/

@media (min-width: 1100px) and (max-width: 1270px) {
  #header {
    /*logo and help section end*/
    /*navigation section start*/
    /*navigation section end*/
  }

  #header .topHeader {
    /*logo section start*/
    /*logo section end*/
    /*help button section start*/
    /*help button section end*/
  }

  #header .topHeader .leftHeader {
    margin-left: 70px;
  }

  #header .topHeader .leftHeader h1 {
    font-size: 18px;
  }

  #header .topHeader .rightHeader {
    margin-right: 30px;
  }

  #header .topHeader .rightHeader .help {
    margin: 23px 20px 0 0;
  }

  #header .topHeader .rightHeader h5 {
    font-size: 16px;
  }

  #header .topHeader .rightHeader h5 span {
    font-size: 16px;
  }

  #header .navigationPage {
    margin: -1.8% 12.5% 0;
    width: 75%;
  }

  #header .navigationPage nav .b-nav li {
    padding: 5px 10px;
  }

  #header .navigationPage nav .b-nav li .b-nav {
    top: 44px;
  }
}

/*style for  size from 1024px to 1100px*/

@media (min-width: 1024px) and (max-width: 1100px) {
  #header {
    /*logo and help section end*/
    /*navigation section start*/
    /*navigation section end*/
  }

  #header .topHeader {
    /*logo section start*/
    /*logo section end*/
    /*help button section start*/
    /*help button section end*/
  }

  #header .topHeader .leftHeader {
    margin-left: 70px;
  }

  #header .topHeader .leftHeader h1 {
    font-size: 18px;
  }

  #header .topHeader .rightHeader {
    margin-right: 30px;
  }

  #header .topHeader .rightHeader .help {
    margin: 23px 20px 0 0;
  }

  #header .topHeader .rightHeader h5 {
    font-size: 16px;
  }

  #header .topHeader .rightHeader h5 span {
    font-size: 16px;
  }

  #header .navigationPage {
    margin: -1.8% 12.5% 0;
    width: 75%;
  }

  #header .navigationPage nav .b-nav li {
    padding: 5px;
  }

  #header .navigationPage nav .b-nav li .b-nav {
    top: 44px;
  }
}

/*style for tablet size from 768px to 1023px*/

@media (min-width: 768px) and (max-width: 1023px) {
  #header {
    width: 100%;
    /*logo and help section start*/
    /*logo and help section end*/
    /*navigation section start*/
    /*navigation section end*/
  }

  #header .topHeader {
    margin-bottom: 25px !important;
    /*logo section start*/
    /*logo section end*/
    /*help button section start*/
    /*help button section end*/
  }

  #header .topHeader .leftHeader {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 6%;
    /*burger menu start*/
    /*burger menu end*/
  }

  #header .topHeader .leftHeader .logoDesktop {
    position: absolute;
   left: 4px;
top: 4px;
  }

  #header .topHeader .leftHeader h1 {
    padding: 20px 0 2% 0;
    text-align: center;
  }

  #header .topHeader .leftHeader #b-container {
    height: 60px;
    left: 40px;
    position: absolute;
    top: 20%;
    cursor: pointer;
    display: block;
    padding-left: 15.5px;
    padding-top: 17.5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 60px;
  }

  #header .topHeader .leftHeader .b-bun {
    background: white;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  #header .topHeader .leftHeader .b-bun--top {
    height: 2px;
    top: 0;
    width: 30px;
    background: white;
  }

  #header .topHeader .leftHeader .b-bun--mid {
    height: 2px;
    top: 8px;
    width: 30px;
    background: white;
  }

  #header .topHeader .leftHeader .b-bun--bottom {
    height: 2px;
    top: 16px;
    width: 30px;
    background: white;
  }

  #header .topHeader .leftHeader #b-container.open {
    left: 320px;
  }

  #header .topHeader .leftHeader #b-container.open .b-bun--top {
    background: #66696e;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #header .topHeader .leftHeader #b-container.open .b-bun--mid {
    opacity: 0;
  }

  #header .topHeader .leftHeader #b-container.open .b-bun--bottom {
    background: #66696e;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #header .topHeader .leftHeader header.open {
    opacity: 0.8;
  }

  #header .topHeader .rightHeader {
    display: none;
  }

  #header .navigationPage {
    margin: -28px 25% 0;
    max-width: 50%;
    position: absolute;
    /*navigation start*/
    /*navigation end*/
    /*name page start*/
    /*name page end*/
  }

  #header .navigationPage nav {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 5px;
  }

  #header .navigationPage nav .help_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #header .navigationPage nav .help_section .help {
    margin: 0;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  #header .navigationPage nav .help_section h5 {
    color: #fff;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    margin: 0 5%;
    text-align: right;
  }

  #header .navigationPage nav .b-nav {
    display: none;
  }

  .namePage {
    width: 380px;
  }
}

/*style for tablet size from 480px to 767px*/

@media (min-width: 480px) and (max-width: 767px) {
  #header {
    width: 100%;
    /*logo and help section start*/
    /*logo and help section end*/
    /*navigation section start*/
    /*navigation section end*/
  }

  #header .topHeader {
    margin-bottom: 35px;
    /*logo section start*/
    /*logo section end*/
    /*help button section start*/
    /*help button section end*/
  }

  #header .topHeader .leftHeader {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 3%;
    /*burger menu start*/
    /*burger menu end*/
  }

  #header .topHeader .leftHeader .logoDesktop {
    position: absolute;
    left: 80%;
    top: 15%;
  }

  #header .topHeader .leftHeader h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
  }

  #header .topHeader .leftHeader #b-container {
    left: 20px;
    display: block;
  }

  #header .topHeader .rightHeader {
    display: none;
  }

  #header .navigationPage {
    margin: -25px 37.5% 0;
    width: 25%;
    position: absolute;
    /*navigation start*/
    /*navigation end*/
    /*name page start*/
    /*name page end*/
  }

  #header .navigationPage nav {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 5px;
    width: 160px;
  }

  #header .navigationPage nav .help_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
  }

  #header .navigationPage nav .help_section .help {
    margin: 0;
    height: 40px;
  }

  #header .navigationPage nav .help_section h5 {
    display: none;
  }

  #header .navigationPage nav .b-nav {
    display: none;
  }

  .namePage {
    display: none;
  }
}

/*style for tablet size from 401px to 479px*/

@media (min-width: 401px) and (max-width: 479px) {
  #header {
    width: 100%;
    /*logo and help section start*/
    /*logo and help section end*/
    /*navigation section start*/
    /*navigation section end*/
  }

  #header .topHeader {
    margin-bottom: 25px;
    /*logo section start*/
    /*logo section end*/
    /*help button section start*/
    /*help button section end*/
  }

  #header .topHeader .leftHeader {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 2%;
    /*burger menu start*/
    /*burger menu end*/
  }

  #header .topHeader .leftHeader .logoDesktop {
    position: absolute;
    left: 4px;
    top: 4px;
  }

  #header .topHeader .leftHeader .logoDesktop img {
    height: 75%;
    width: 75%;
  }

  #header .topHeader .leftHeader h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px 2px;
  }
  #header .topHeader .leftHeader #b-container {
    left: 25px;
    display: block;
  }

  #header .topHeader .rightHeader {
    display: none;
  }

  #header .navigationPage {
    margin: -20px 37.5% 0;
    width: 25%;
    position: absolute;
    /*navigation start*/
    /*navigation end*/
    /*name page start*/
    /*name page end*/
  }

  #header .navigationPage nav {
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 5px 5px;
    width: 160px;
  }

  #header .navigationPage nav .help_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
  }

  #header .navigationPage nav .help_section .help {
    margin: 0;
    height: 35px;
  }

  #header .navigationPage nav .help_section h5 {
    display: none;
  }

  #header .navigationPage nav .b-nav {
    display: none;
  }

  .namePage {
    display: none;
  }
}

/*style for tablet size from 320px to 400px*/

@media (min-width: 320px) and (max-width: 400px) {
  #header {
    width: 100%;
    /*logo and help section start*/
    /*logo and help section end*/
    /*navigation section start*/
    /*navigation section end*/
  }

  #header .topHeader {
    margin-bottom: 25px;
    /*logo section start*/
    /*logo section end*/
    /*help button section start*/
    /*help button section end*/
  }

  #header .topHeader .leftHeader {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 2%;
    /*burger menu start*/
    /*burger menu end*/
  }

  #header .topHeader .leftHeader .logoDesktop {
    position: absolute;
    left: 4px;
    top: 4px;
  }

  #header .topHeader .leftHeader .logoDesktop img {
    height: 75%;
    width: 75%;
  }

  #header .topHeader .leftHeader h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
  }

  #header .topHeader .leftHeader #b-container {
    left: 20px;
    display: block;
  }

  #header .topHeader .rightHeader {
    display: none;
  }

  #header .navigationPage {
    margin: -20px 37.5% 0;
    width: 25%;
    position: absolute;
    /*navigation start*/
    /*navigation end*/
    /*name page start*/
    /*name page end*/
  }

  #header .navigationPage nav {
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 5px 5px;
    width: 160px;
  }

  #header .navigationPage nav .help_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
  }

  #header .navigationPage nav .help_section .help {
    margin: 0;
    height: 35px;
  }

  #header .navigationPage nav .help_section h5 {
    display: none;
  }

  #header .navigationPage nav .b-nav {
    display: none;
  }

  .namePage {
    display: none;
  }
}

.letterSanta main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
  background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  padding: 100px 0 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.letterSanta main .help {
  width: 35%;
  font-size: 25px;
  font-weight: 700;
  -webkit-animation: none;
  animation: none;
  margin: 23px auto 0;
}

.letterSanta main .help:hover {
  background-color: #fff;
  border: 2px solid #ff7f9c;
  color: #ff7f9c;
}

.letterSanta main .text_about {
  margin: 30px 0;
  width: 100%;
}

.letterSanta main .text_about p {
  font-size: 18px;
  font-family: Raleway, sans-serif;
  text-align: justify;
  margin-bottom: 20px;
}
.letterSanta main .text_about ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.letterSanta main .text_about img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}

/*style for  size from 320px to 768px*/

@media (min-width: 320px) and (max-width: 768px) {
  .letterSanta main {
    padding: 8% 0 4%;
  }

  .letterSanta main .help {
    width: 50%;
    font-size: 20px;
    font-weight: 700;
  }

  .letterSanta main .text_about {
    margin: 2% 0;
    width: 100%;
    padding: 0;
  }

  .letterSanta main .text_about p {
    font-size: 16px;
  }

  .letterSanta main .text_about img {
    margin: 10px auto;
  }
}

/*button*/

.help {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7f9c;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 170px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin: 23px 35px 0 0;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
  outline: none;
  border: none;
}

.help:hover {
  background-color: #fb5a87;
}

/*pop-up window*/

#navigation_out_menu {
  width: 280px;
  min-width: 280px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  background: -webkit-gradient(linear, left top, left bottom, from(#b2fefc), to(#80ffd4));
  background: -webkit-linear-gradient(top, #b2fefc 0%, #80ffd4 100%);
  background: -o-linear-gradient(top, #b2fefc 0%, #80ffd4 100%);
  background: linear-gradient(top, #b2fefc 0%, #80ffd4 100%);
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: -350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transition: left ease 0.4s;
  -o-transition: left ease 0.4s;
  transition: left ease 0.4s;
}

#navigation_out_menu .header_out_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#navigation_out_menu .header_out_menu img {
  width: 90%;
  padding-left: 10px;
}

#navigation_out_menu .header_out_menu h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #66696e;
  font-weight: 700;
  padding: 0 10px;
}

#navigation_out_menu nav .nav_out_menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#navigation_out_menu nav .nav_out_menu li {
  padding: 10px 10px;
  list-style-type: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3fffd), to(#7ed9ae));
  background: -webkit-linear-gradient(top, #b3fffd 0%, #7ed9ae 100%);
  background: -o-linear-gradient(top, #b3fffd 0%, #7ed9ae 100%);
  background: linear-gradient(top, #b3fffd 0%, #7ed9ae 100%);
}

#navigation_out_menu nav .nav_out_menu li.menu-item > a {
  color: #66696e;
  text-decoration: none;
  display: block;
  height: 100%;
  font-size: 20px;
}

#navigation_out_menu nav .nav_out_menu li.menu-item > a:hover {
  color: #fff;
}

#navigation_out_menu nav .nav_out_menu li:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff7f9c), to(#b64760));
  background: -webkit-linear-gradient(left, #ff7f9c 0%, #b64760 100%);
  background: -o-linear-gradient(left, #ff7f9c 0%, #b64760 100%);
  background: linear-gradient(left, #ff7f9c 0%, #b64760 100%);
  color: #66696e;
}

#navigation_out_menu nav .nav_out_menu li .sub-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
  width: 100%;
}

#navigation_out_menu nav .nav_out_menu li .sub-menu li {
  background: none;
}

#navigation_out_menu .help {
  width: 80%;
  margin: 0 10%;
  -webkit-animation: none;
  animation: none;
  height: 60px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ff7f9c), to(#fb5a87));
  background: -webkit-linear-gradient(left, #ff7f9c 0%, #fb5a87 100%);
  background: -o-linear-gradient(left, #ff7f9c 0%, #fb5a87 100%);
  background: linear-gradient(left, #ff7f9c 0%, #fb5a87 100%);
}

#navigation_out_menu .help:hover {
  border: 2px solid #fb5a87;
  color: #fb5a87;
  background: #fff;
}

#navigation_out_menu .footer_out_menu {
  margin: 0 4% 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#navigation_out_menu .footer_out_menu .social_out_menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 8% 0;
}

#navigation_out_menu .footer_out_menu .social_out_menu a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #66696e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

#navigation_out_menu .footer_out_menu .social_out_menu a .fa-facebook,
#navigation_out_menu .footer_out_menu .social_out_menu a .fa-instagram,
#navigation_out_menu .footer_out_menu .social_out_menu a .fa-youtube-play {
  color: #66696e;
}

#navigation_out_menu .footer_out_menu .social_out_menu .facebook:hover {
  border-color: #3B5998;
}

#navigation_out_menu .footer_out_menu .social_out_menu .facebook:hover .fa-facebook {
  color: #3B5998;
}

#navigation_out_menu .footer_out_menu .social_out_menu .instagram:hover {
  border-color: #FE902E;
}

#navigation_out_menu .footer_out_menu .social_out_menu .instagram:hover .fa-instagram {
  color: #FE902E;
}

#navigation_out_menu .footer_out_menu .social_out_menu .youtube:hover {
  border-color: #FF0000;
}

#navigation_out_menu .footer_out_menu .social_out_menu .youtube:hover .fa-youtube-play {
  color: #FF0000;
}

#navigation_out_menu .footer_out_menu h5 {
  font-size: 10px;
  font-weight: 600;
  color: #66696e;
}

#navigation_out_menu.open {
  left: 0px;
}

header.open {
  opacity: 0.9;
}

main.open {
  opacity: 0.3;
}

footer.open {
  opacity: 0.3;
}

.photoReportingAlbum1 main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
  background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  padding: 100px 60px 50px 60px;
}

.photoReportingAlbum1 main .sl-reporting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  /*Arrows*/
}

.photoReportingAlbum1 main .sl-reporting .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photoReportingAlbum1 main .sl-reporting .sl_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0;
  outline: none;
  border: none;
}

.photoReportingAlbum1 main .sl-reporting .sl_slide img {
  width: 60%;
  height: 60%;
}

.photoReportingAlbum1 main .sl-reporting .slick-prev {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  height: 100px;
  width: 100px;
  opacity: 0.25;
  left: -100px;
  z-index: 10;
}

.photoReportingAlbum1 main .sl-reporting .slick-prev:hover {
  opacity: 0.7;
}

.photoReportingAlbum1 main .sl-reporting .slick-prev:before {
  content: url("../img/arrow-prev.png");
}

.photoReportingAlbum1 main .sl-reporting .slick-next {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  height: 100px;
  width: 100px;
  opacity: 0.25;
  right: -100px;
}

.photoReportingAlbum1 main .sl-reporting .slick-next:hover {
  opacity: 0.7;
}

.photoReportingAlbum1 main .sl-reporting .slick-next:before {
  content: url("../img/arrow-next.png");
}

.photoReportingAlbum1 main .sl-reporting-2 {
  padding-top: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  /*dots*/
}

.photoReportingAlbum1 main .sl-reporting-2 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photoReportingAlbum1 main .sl-reporting-2 .sl_slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
}

.photoReportingAlbum1 main .sl-reporting-2 .sl_slide-2 img {
  width: 50%;
  height: 50%;
  padding: 2px;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.photoReportingAlbum1 main .sl-reporting-2 .sl_slide-2 img:hover {
  background: #b2fefc;
}

.photoReportingAlbum1 main .sl-reporting-2 .slick-current img {
  background: #b2fefc;
}

.photoReportingAlbum1 main .sl-reporting-2 .slick-dotted .slick-slider {
  margin-bottom: 20px;
}

.photoReportingAlbum1 main .sl-reporting-2 .slick-dots {
  bottom: -50px;
}

.photoReportingAlbum1 main .sl-reporting-2 .slick-dots li button:before {
  content: '';
  background-color: #494949;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #494949;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.photoReportingAlbum1 main .sl-reporting-2 .slick-dots li.slick-active button:before {
  background-color: #494949;
  opacity: 0.7;
}

/*style for  size from 320px to 768px*/

@media (min-width: 320px) and (max-width: 768px) {
  .photoReportingAlbum1 main {
    background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
    background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    padding: 8% 4% 4%;
  }

  .photoReportingAlbum1 main .sl-reporting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    /* Arrows */
  }

  .photoReportingAlbum1 main .sl-reporting .sl_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0;
    outline: none;
    border: none;
    max-height: 100%;
    max-width: 100%;
  }

  .photoReportingAlbum1 main .sl-reporting .sl_slide img {
    max-height: 100%;
  }

  .photoReportingAlbum1 main .sl-reporting .slick-prev,
  .photoReportingAlbum1 main .sl-reporting .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .photoReportingAlbum1 main .sl-reporting .slick-prev:hover,
  .photoReportingAlbum1 main .sl-reporting .slick-prev:focus,
  .photoReportingAlbum1 main .sl-reporting .slick-next:hover,
  .photoReportingAlbum1 main .sl-reporting .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .photoReportingAlbum1 main .sl-reporting .slick-prev:hover:before,
  .photoReportingAlbum1 main .sl-reporting .slick-prev:focus:before,
  .photoReportingAlbum1 main .sl-reporting .slick-next:hover:before,
  .photoReportingAlbum1 main .sl-reporting .slick-next:focus:before {
    opacity: 1;
  }

  .photoReportingAlbum1 main .sl-reporting .slick-prev.slick-disabled:before,
  .photoReportingAlbum1 main .sl-reporting .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .photoReportingAlbum1 main .sl-reporting .slick-prev:before,
  .photoReportingAlbum1 main .sl-reporting .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .photoReportingAlbum1 main .sl-reporting .slick-prev {
    left: 15px;
  }

  .photoReportingAlbum1 main .sl-reporting [dir='rtl'] .slick-prev {
    right: 15px;
    left: auto;
  }

  .photoReportingAlbum1 main .sl-reporting .slick-prev:before {
    content: '←';
  }

  .photoReportingAlbum1 main .sl-reporting [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .photoReportingAlbum1 main .sl-reporting .slick-next {
    right: 25px;
  }

  .photoReportingAlbum1 main .sl-reporting [dir='rtl'] .slick-next {
    right: auto;
    left: 15px;
  }

  .photoReportingAlbum1 main .sl-reporting .slick-next:before {
    content: '→';
  }

  .photoReportingAlbum1 main .sl-reporting [dir='rtl'] .slick-next:before {
    content: '←';
  }

  .photoReportingAlbum1 main .sl-reporting-2 {
    padding-top: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    /*dots*/
  }

  .photoReportingAlbum1 main .sl-reporting-2 .sl_slide-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    border: none;
  }

  .photoReportingAlbum1 main .sl-reporting-2 .sl_slide-2 img {
    width: 100%;
    height: 100%;
  }

  .photoReportingAlbum1 main .sl-reporting-2 .slick-current img {
    background: #b2fefc;
  }

  .photoReportingAlbum1 main .sl-reporting-2 .slick-dotted .slick-slider {
    margin-bottom: 10px;
  }

  .photoReportingAlbum1 main .sl-reporting-2 .slick-dots {
    bottom: -40px;
  }

  .photoReportingAlbum1 main .sl-reporting-2 .slick-dots li button:before {
    content: '';
    background-color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #494949;
    width: 5px;
    height: 5px;
    opacity: 0.5;
  }

  .photoReportingAlbum1 main .sl-reporting-2 .slick-dots li.slick-active button:before {
    background-color: #494949;
    opacity: 0.7;
  }
}

.link_albums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link_albums .link_album {
  position: relative;
  border: 3px solid #fff;
  margin: 5px;
  width: calc(33.33% - 10px)
}

.link_albums .link_album img {
  width: 100%;
  height: auto;
  padding: 5px;
}

.link_albums .link_album .link_album_container {
	position: absolute;
    bottom: 9px;
    z-index: 50;
    left: 5px;
    right: 5px;
    padding: 10px 5% 15px;
    background-color: rgba(3, 49, 48, 0.5);
}

.link_albums .link_album .link_album_container h4 {
  font: 600 20px Raleway, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.link_albums .link_album .link_album_container a {
  font: 600 12px Raleway, sans-serif;
  color: #fff;
  padding: 3px 8px;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.link_albums .link_album .link_album_container a:hover {
  color: #b2fefc;
  border: 1px solid #b2fefc;
}

.link_albums .link_album:hover {
  border: 3px solid #b2fefc;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
}

/*style for  size from 400px to 768px*/

@media (max-width: 992px) {
  .link_albums .link_album {
    width: calc(50% - 10px)
  }
}
@media (max-width: 768px) {
  .link_albums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link_albums .link_album {
    width: calc(100% - 10px)
  }

}

.projects main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
  background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  padding: 100px 60px 50px 60px;
}

.projects main .project {
  width: 80%;
  border: 2px solid #babbb5;
  padding: 25px 20px;
  margin: 0 auto 30px;
}

.projects main .project .title_project h3 {
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #494949;
}

.projects main .project .title_project h3 a {
  color: #494949;
  font-size: 28px;
  text-decoration: none;
}

.projects main .project .title_project p {
  margin-top: 0;
  margin-bottom: 5px;
}

.projects main .project .title_project p span {
  font-size: 12px;
  font-family: Roboto, sans-serif;
}

.projects main .project .description_project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projects main .project .description_project .picture {
  width: 20%;
}

.projects main .project .description_project .picture img {
  width: 100%;
}

.projects main .project .description_project .about {
  width: 50%;
}

.projects main .project .description_project .about p {
  font-size: 16px;
  font-weight: 400;
  font-family: Raleway, sans-serif;
  text-align: justify;
}

.projects main .project .description_project .price {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.projects main .project .description_project .price .help {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  -webkit-animation: none;
  animation: none;
  margin: 0;
}

.projects main .project .description_project .price .help:hover {
  background-color: #fff;
  border: 3px solid #fb5a87;
  color: #fb5a87;
}

.projects main .project .description_project .price .progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.projects main .project .description_project .price .progress .need {
  margin: 30px 0 5px;
}

.projects main .project .description_project .price .progress .need h4 {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}

.projects main .project .description_project .price .progress .need_progress {
  margin: 20px 0;
  width: 100%;
  border: 1px solid #babbb5;
  height: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.projects main .project .description_project .price .progress .need_progress span {
  background-color: #fb5a87;
  display: inline-block;
  height: 100%;
}

.projects main .project .description_project .price .progress .left_progress h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/*style for  size from 1024px to 1280px*/

@media (min-width: 1024px) and (max-width: 1280px) {
  .projects main .project {
    width: 90%;
  }

  .projects main .project .description_project .about p {
    font-size: 16px;
  }

  .projects main .project .description_project .price .help {
    margin: 0;
  }

  .projects main .project .description_project .price .progress .need h4 {
    font-size: 16px;
  }

  .projects main .project .description_project .price .progress .left_progress h5 {
    font-size: 13px;
  }
}

/*style for  size from 768px to 1023px*/

@media (min-width: 768px) and (max-width: 1023px) {
  .projects main {
    padding: 8% 4% 6%;
  }

  .projects main .project {
    width: 95%;
  }

  .projects main .project .title_project .h3 > a {
    font-size: 22px;
  }

  .projects main .project .description_project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .projects main .project .description_project .picture {
    width: 20%;
  }

  .projects main .project .description_project .picture img {
    width: 100%;
  }

  .projects main .project .description_project .about {
    width: 50%;
  }

  .projects main .project .description_project .about p {
    font-size: 14px;
  }

  .projects main .project .description_project .price .help {
    margin: 0;
    font-size: 17px;
  }

  .projects main .project .description_project .price .progress .need {
    margin: 15px 0 5px;
  }

  .projects main .project .description_project .price .progress .need h4 {
    font-size: 16px;
    margin: 0;
  }

  .projects main .project .description_project .price .progress .need_progress {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #babbb5;
    height: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
  }

  .projects main .project .description_project .price .progress .need_progress span {
    background-color: #fb5a87;
    display: inline-block;
    height: 100%;
  }

  .projects main .project .description_project .price .progress .left_progress h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

/*style for  size from 480px to 767px*/

@media (min-width: 480px) and (max-width: 767px) {
  .projects main {
    padding: 8% 2% 6%;
  }

  .projects main .project {
    width: 96%;
  }

  .projects main .project .title_project .h3 {
    font-size: 20px;
    font-weight: 500;
  }

  .projects main .project .description_project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .projects main .project .description_project .picture {
    display: none;
  }

  .projects main .project .description_project .about {
    width: 70%;
  }

  .projects main .project .description_project .about p {
    font-size: 15px;
  }

  .projects main .project .description_project .price {
    width: 26%;
  }

  .projects main .project .description_project .price .help {
    width: 100%;
    margin: 0;
    font-size: 14px;
  }

  .projects main .project .description_project .price .progress .need {
    margin: 10px 0;
  }

  .projects main .project .description_project .price .progress .need h4 {
    font-size: 14px;
    margin: 0;
  }

  .projects main .project .description_project .price .progress .need_progress {
    margin: 5px 0;
  }

  .projects main .project .description_project .price .progress .need_progress span {
    background-color: #fb5a87;
    display: inline-block;
    height: 100%;
  }

  .projects main .project .description_project .price .progress .left_progress h5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
}

/*style for  size from 320px to 479px*/

@media (min-width: 320px) and (max-width: 479px) {
  .projects main {
    padding: 8% 2% 6%;
  }

  .projects main .project {
    width: 96%;
    padding: 5px;
  }

  .projects main .project .title_project .h3 {
    font-size: 18px;
  }

  .projects main .project .description_project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .projects main .project .description_project .picture {
    display: block;
    margin: 0 auto;
  }

  .projects main .project .description_project .about {
    width: 100%;
  }

  .projects main .project .description_project .about p {
    font-size: 15px;
  }

  .projects main .project .description_project .price {
    width: 96%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2% 1%;
    padding: 1%;
    border: 1px solid #babbb5;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .projects main .project .description_project .price .help {
    width: 80%;
    margin: 0;
    font-size: 14px;
  }

  .projects main .project .description_project .price .progress .need {
    margin: 15px 0 10px;
  }

  .projects main .project .description_project .price .progress .need h4 {
    font-size: 14px;
    margin: 0;
    text-align: center;
  }

  .projects main .project .description_project .price .progress .need_progress {
    margin: 5px 0;
  }

  .projects main .project .description_project .price .progress .need_progress span {
    background-color: #fb5a87;
    display: inline-block;
    height: 100%;
  }

  .projects main .project .description_project .price .progress .left_progress h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.quarterlyReporting main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
  background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  padding: 100px 60px 50px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quarterlyReporting main .picture {
  width: 25%;
  height: 25%;
}

.quarterlyReporting main .picture a {
  outline: none;
  border: none;
}

.quarterlyReporting main .picture a img {
  width: 100%;
  height: 100%;
}

/*style for  size from 320px to 760px*/

@media (min-width: 320px) and (max-width: 760px) {
  .quarterlyReporting main {
    background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
    background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    padding: 8% 4% 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quarterlyReporting main .picture {
    width: 80%;
    height: 80%;
    margin-bottom: 15px;
  }

  .quarterlyReporting main .picture a {
    outline: none;
    border: none;
  }

  .quarterlyReporting main .picture a img {
    width: 100%;
    height: 100%;
  }
}


.help_style {
  width: 34%;
  color: #fff!important;
  height: 50px;
  font-size: 25px;
  font-weight: 700;
  -webkit-animation: none;
  animation: none;
  margin: 0 33%;
}

.help_style:hover {
  background-color: #fff;
  border: 2px solid #ff7f9c;
  color: #ff7f9c!important;
}

/*style for  size from 320px to 768px*/

@media (min-width: 320px) and (max-width: 768px) {
  .help_style {
    width: 50%;
    margin: 3% 25%;
    font-size: 18px;
    font-weight: 700;
  }
}

.reviews main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
  background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  padding: 100px 60px 50px 60px;
}

.reviews main .sl-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  /*Arrows*/
  /*dots*/
}

.reviews main .sl-main .sl_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  border: none;
}

.reviews main .sl-main .sl_slide img {
  height: 60%;
}

.reviews main .sl-main .slick-prev {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  height: 100px;
  width: 100px;
  opacity: 0.25;
  left: -100px;
  z-index: 10;
}

.reviews main .sl-main .slick-prev:hover {
  opacity: 0.7;
}

.reviews main .sl-main .slick-prev:before {
  content: url("../img/arrow-prev.png");
}

.reviews main .sl-main .slick-next {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  height: 100px;
  width: 100px;
  opacity: 0.25;
  right: -100px;
}

.reviews main .sl-main .slick-next:hover {
  opacity: 0.7;
}

.reviews main .sl-main .slick-next:before {
  content: url("../img/arrow-next.png");
}

.reviews main .sl-main .slick-dotted .slick-slider {
  margin-bottom: 20px;
}

.reviews main .sl-main .slick-dots li button:before {
  content: '';
  background-color: #494949;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #494949;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.reviews main .sl-main .slick-dots li.slick-active button:before {
  background-color: #494949;
  opacity: 0.7;
}

@media (min-width: 320px) and (max-width: 950px) {
  .reviews main {
    padding: 8% 4% 4%;
  }

  .reviews main .sl-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    /* Arrows */
    /*dots*/
  }

  .reviews main .sl-main .sl_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
    padding: 1%;
  }

  .reviews main .sl-main .sl_slide img {
    width: 100%;
    height: 60%;
  }

  .reviews main .sl-main .slick-prev,
  .reviews main .sl-main .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .reviews main .sl-main .slick-prev:hover,
  .reviews main .sl-main .slick-prev:focus,
  .reviews main .sl-main .slick-next:hover,
  .reviews main .sl-main .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .reviews main .sl-main .slick-prev:hover:before,
  .reviews main .sl-main .slick-prev:focus:before,
  .reviews main .sl-main .slick-next:hover:before,
  .reviews main .sl-main .slick-next:focus:before {
    opacity: 1;
  }

  .reviews main .sl-main .slick-prev.slick-disabled:before,
  .reviews main .sl-main .slick-next.slick-disabled:before {
    opacity: 1;
  }

  .reviews main .sl-main .slick-prev:before,
  .reviews main .sl-main .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .reviews main .sl-main .slick-prev {
    left: -5px;
  }

  .reviews main .sl-main [dir='rtl'] .slick-prev {
    right: 5px;
    left: auto;
  }

  .reviews main .sl-main .slick-prev:before {
    content: '←';
  }

  .reviews main .sl-main [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .reviews main .sl-main .slick-next {
    right: -5px;
  }

  .reviews main .sl-main [dir='rtl'] .slick-next {
    right: auto;
    left: 5px;
  }

  .reviews main .sl-main .slick-next:before {
    content: '→';
  }

  .reviews main .sl-main [dir='rtl'] .slick-next:before {
    content: '←';
  }

  .reviews main .sl-main .slick-dotted .slick-slider {
    margin-bottom: 20px;
  }

  .reviews main .sl-main .slick-dots li button:before {
    content: '';
    background-color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #494949;
    width: 10px;
    height: 10px;
    opacity: 0.5;
  }

  .reviews main .sl-main .slick-dots li.slick-active button:before {
    background-color: #494949;
    opacity: 0.7;
  }
}

.basic main {
  padding: 0;
  background: none;
}

.basic .slider-container .slick-dotted.slick-slider {
  margin: 0;
}

.basic .slider-container .sl-main {
  /*Arrows*/
  /*Dots*/
}

.basic .slider-container .sl-main .sl_slide-main {
  margin-bottom: 0;
  outline: none;
  border: none;
}

.basic .slider-container .sl-main .sl_slide-main img {
  width: 100%;
  height: 100%;
}

.basic .slider-container .sl-main .slick-prev {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.25;
  height: 100px;
  width: 100px;
  left: 10px;
  z-index: 10;
}

.basic .slider-container .sl-main .slick-prev:hover {
  opacity: 0.7;
}

.basic .slider-container .sl-main .slick-prev:before {
  content: url("../img/arrow-prev.png");
}

.basic .slider-container .sl-main .slick-next {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  height: 100px;
  width: 100px;
  opacity: 0.25;
  right: 10px;
}

.basic .slider-container .sl-main .slick-next:hover {
  opacity: 0.7;
}

.basic .slider-container .sl-main .slick-next:before {
  content: url("../img/arrow-next.png");
}

.basic .slider-container .sl-main .slick-dots {
  bottom: 5px;
}

.basic .slider-container .sl-main .slick-dots li button:before {
  content: '';
  background-color: #494949;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #494949;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.basic .slider-container .sl-main .slick-dots li.slick-active button:before {
  background-color: #494949;
  opacity: 0.7;
}

.basic .mission {
  padding: 40px 0;
  /*mission main section start*/
  /*mission main section end*/
  /*mission picture section start*/
  /*mission picture section end*/
}

.basic .mission .section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.basic .mission .leftMission {
  width: 100%;
}

.basic .mission .leftMission h4 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.basic .mission .leftMission hr {
  width: 32%;
  height: 8px;
  background-color: #fd537c;
  border: none;
  margin: 15px 0 45px;
}

.basic .mission .leftMission p, .basic .mission .leftMission ol,
.basic .mission .leftMission ul {
  font-size: 19px;
  padding-right: 10px;
  text-align: justify;
}

.basic .mission .leftMission ol,
.basic .mission .leftMission ul {
margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.basic .mission .leftMission .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.basic .mission .leftMission .button .about {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7f9c;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 170px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}

.basic .mission .leftMission .button .about .fa-arrow-right {
  margin-left: 10px;
}

.basic .mission .leftMission .button .about:hover {
  background-color: #fb5a87;
}

.basic .mission .rightMission {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.basic .mission .rightMission .hands {
  height: 95%;
  max-width: 95%;
}

.basic .team {
  background-color: #ececec;
  padding: 120px 0;
}

.basic .team h4 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.basic .team hr {
  width: 15%;
  height: 8px;
  background-color: #fd537c;
  border: none;
  margin: 15px 0 50px;
}

.basic .team .teamCooperator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basic .team .teamCooperator .cooperator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 30px;
  width: calc(33.33% - 20px);
}

.basic .team .teamCooperator .cooperator .cooperatorPicture {
  border: 10px solid #66696e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 85%;
}

.basic .team .teamCooperator .cooperator h5 {
  padding: 24px 0 25px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.basic .team .teamCooperator .cooperator h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.basic .ourWay {
  padding: 30px 0;
}

.basic .ourWay h4 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.basic .ourWay hr {
  width: 15%;
  height: 8px;
  background-color: #fd537c;
  border: none;
  margin: 15px 0 5px;
}

.basic .ourWay .waySectionMobile {
  display: none;
}

.basic .ourWay .waySection .wayHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basic .ourWay .waySection .wayHeader .logo {
  border: 7px solid #babbb5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.basic .ourWay .waySection .mainWay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.basic .ourWay .waySection .mainWay p {
  font: 400 16px Roboto, sans-serif;
  color: #494949;
}

.basic .ourWay .waySection .mainWay .leftWayMain {
  width: 50%;
  height: 50%;
  border-right: 4px solid #babbb5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.basic .ourWay .waySection .mainWay .leftWayMain .pentagon {
  width: 68%;
  height: 60px;
  position: relative;
  background: #ececec;
  margin-right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
}

.basic .ourWay .waySection .mainWay .leftWayMain .pentagon:before {
  content: "";
  position: absolute;
  right: -29px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #ececec;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.basic .ourWay .waySection .mainWay .leftWayMain .circle1 {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #babbb5;
  position: absolute;
  width: 28px;
  height: 28px;
  right: -18px;
  top: 48px;
}

.basic .ourWay .waySection .mainWay .leftWayMain .way1 {
  margin-top: 33px;
}

.basic .ourWay .waySection .mainWay .leftWayMain .circle3 {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #babbb5;
  position: absolute;
  width: 28px;
  height: 28px;
  right: -18px;
  top: 278px;
}

.basic .ourWay .waySection .mainWay .leftWayMain .way3 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.basic .ourWay .waySection .mainWay .leftWayMain .circle5 {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #babbb5;
  position: absolute;
  width: 28px;
  height: 28px;
  right: -18px;
  top: 508px;
}

.basic .ourWay .waySection .mainWay .leftWayMain .way5 {
  margin-bottom: 100px;
}

.basic .ourWay .waySection .mainWay .rightWayMain {
  width: 50%;
  height: 50%;
  border-left: 4px solid #babbb5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.basic .ourWay .waySection .mainWay .rightWayMain .pentagon {
  width: 68%;
  height: 60px;
  position: relative;
  background: #ececec;
  margin-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

.basic .ourWay .waySection .mainWay .rightWayMain .pentagon:before {
  content: "";
  position: absolute;
  left: -29px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #ececec;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.basic .ourWay .waySection .mainWay .rightWayMain .circle2 {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #babbb5;
  position: absolute;
  width: 28px;
  height: 28px;
  left: -18px;
  top: 165px;
}

.basic .ourWay .waySection .mainWay .rightWayMain .way2 {
  margin-top: 150px;
}

.basic .ourWay .waySection .mainWay .rightWayMain .circle4 {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #babbb5;
  position: absolute;
  width: 28px;
  height: 28px;
  left: -18px;
  top: 392px;
}

.basic .ourWay .waySection .mainWay .rightWayMain .way4 {
  margin-top: 170px;
  margin-bottom: 190px;
}

.basic .ourWay .waySection .mainWay .rightWayMain .circle6 {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #babbb5;
  position: absolute;
  width: 28px;
  height: 28px;
  left: -18px;
  top: 625px;
}

.basic .ourWay .waySection .mainWay .rightWayMain .way6 {
  margin-bottom: 0;
  position: absolute;
  top: 610px;
}

.basic article {
  background-color: #ececec;
  padding: 100px 0 50px;
}

.basic article h4 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.basic article hr {
  width: 15%;
  height: 8px;
  background-color: #fd537c;
  border: none;
  margin: 15px 0 50px;
}

.basic article .sl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 1% 0;
  /*Arrows*/
  /*dots*/
}

.basic article .sl .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.basic article .sl .sl_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  border: none;
}

.basic article .sl .sl_slide img {
  margin: auto 0;
  max-width: 98%;
}

.basic article .sl .slick-prev {
  height: 100px;
  width: 100px;
  opacity: 0.25;
  left: -8%;
}

.basic article .sl .slick-prev:hover {
  opacity: 1;
}

.basic article .sl .slick-prev:before {
  content: url("../img/arrow-prev.png");
}

.basic article .sl .slick-next {
  height: 100px;
  width: 100px;
  opacity: 0.25;
  right: -8%;
}

.basic article .sl .slick-next:hover {
  opacity: 1;
}

.basic article .sl .slick-next:before {
  content: url("../img/arrow-next.png");
}

.basic article .sl .slick-dotted .slick-slider {
  margin-bottom: 20px;
}

.basic article .sl .slick-dots li button:before {
  content: '';
  background-color: #494949;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #494949;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.basic article .sl .slick-dots li.slick-active button:before {
  background-color: #494949;
  opacity: 0.7;
}

.basic .photo {
  padding: 120px 0;
}

.basic .photo h4 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.basic .photo hr {
  width: 15%;
  height: 8px;
  background-color: #fd537c;
  border: none;
  margin: 15px 0 60px;
}

.basic .photo .photoSection {
  height: 325px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basic .photo .photoSection .image-source-link {
  display: none;
}

.basic .photo .photoSection .mfp-with-zoom .mfp-container,
.basic .photo .photoSection .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.basic .photo .photoSection .mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.basic .photo .photoSection .mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.basic .photo .photoSection .mfp-with-zoom.mfp-removing .mfp-container,
.basic .photo .photoSection .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.basic .photo .photoSection a {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
}

.basic .photo .photoSection a img {
  height: 100%;
  width: 100%;
}

.basic .photo .photoSection .leftPhoto {
  height: 100%;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.basic .photo .photoSection .middlePhoto {
  height: 100%;
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basic .photo .photoSection .middlePhoto .topPhoto,
.basic .photo .photoSection .middlePhoto .bottomPhoto {
  height: 48%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basic .photo .photoSection .middlePhoto .topPhoto .topLeftPhoto,
.basic .photo .photoSection .middlePhoto .bottomPhoto .topLeftPhoto,
.basic .photo .photoSection .middlePhoto .topPhoto .bottomLeftPhoto,
.basic .photo .photoSection .middlePhoto .bottomPhoto .bottomLeftPhoto {
  height: 100%;
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.basic .photo .photoSection .middlePhoto .topPhoto .topRightPhoto,
.basic .photo .photoSection .middlePhoto .bottomPhoto .topRightPhoto,
.basic .photo .photoSection .middlePhoto .topPhoto .bottomRightPhoto,
.basic .photo .photoSection .middlePhoto .bottomPhoto .bottomRightPhoto {
  height: 100%;
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.basic .photo .photoSection .rightPhoto {
  height: 100%;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.basic .map {
  position: relative;
}

.basic .map iframe {
  height: 660px;
  width: 100%;
}

.basic .map .logoLocation {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #66696e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 45%;
  position: absolute;
  top: -60px;
}

.basic .map .logoLocation .fa-map-marker {
  color: #fff;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.basic .map form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  width: 430px;
  left: 80px;
  top: 75px;
  position: absolute;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
}

.basic .map form h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  padding: 20px 0 28px;
}

.basic .map form .input_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px;
}

.basic .map form .input_form input {
  margin: 10px 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #eeeeee;
  border: none;
  padding: 11px 12px;
  outline: none;
}

.basic .map form .input_form input[placeholder] {
  font-size: 20px;
}

.basic .map form .input_form textarea {
  margin: 10px 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #eeeeee;
  border: none;
  padding: 12px 12px 65px 12px;
  outline: none;
}

.basic .map form .input_form textarea[placeholder] {
  font-size: 20px;
}

.basic .map form .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.basic .map form .button .send {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7f9c;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 170px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 30px 14px;
  border: none
}

.basic .map form .button .send:hover {
  background-color: #fb5a87;
}

.basic .map .contact {
  background: rgba(243, 243, 243, 0.6);
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.basic .map .contact h5 {
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
}

.basic .map .contact a {
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  color: #494949;
}

.basic .map .contact a:hover {
  color: #66696e;
}

.basic .map .contact .address {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 0 23px 24px;
}

.basic .map .contact .phone {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 19px 0 23px 0;
  font-family: Roboto, sans-serif;
}

.basic .map .contact .mail {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 19px 0 23px 0;
}


@media (min-width: 1024px) and (max-width: 1145px) {
  .basic .mission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 0;
  }

  .basic .mission .leftMission {
    width: 60%;
  }

  .basic .mission .leftMission p, .basic .mission .leftMission ol,
  .basic .mission .leftMission ul {
    font-size: 17px;
  }

  .basic .mission .rightMission {
    width: 40%;
  }

  .basic .mission .rightMission .hands {
    height: 85%;
    width: 95%;
  }

  .basic article .sl .sl_slide img {
    margin: auto 0;
    width: 80%;
    height: 80%;
  }

  .basic .map .logoLocation {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .basic .mission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0;
  }

  .basic .mission .leftMission {
    width: 75%;
  }

  .basic .mission .leftMission h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .mission .leftMission hr {
    width: 25%;
    height: 6px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 35px;
  }

  .basic .mission .leftMission p, .basic .mission .leftMission ol, .basic .mission .leftMission ul {
    font-size: 16px;
    padding-right: 10px;
    text-align: justify;
  }

  .basic .mission .leftMission .button .about {
    margin: 0;
  }

  .basic .mission .rightMission {
    width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .basic .mission .rightMission .hands {
    height: 60%;
    width: 90%;
  }

  .basic .team {
    background-color: #ececec;
    padding: 50px 0;
  }

  .basic .team h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .team hr {
    width: 18%;
    height: 6px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 50px;
  }

  .basic .team .teamCooperator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basic .team .teamCooperator .cooperator .cooperatorPicture {
    border: 10px solid #66696e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 75%;
    height: 70%;
  }

  .basic .team .teamCooperator .cooperator h5 {
    padding: 24px 0 25px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
  }

  .basic .team .teamCooperator .cooperator h6 {
    text-align: center;
  }

  .basic .ourWay {
    padding: 50px 0;
  }

  .basic .ourWay h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .ourWay hr {
    width: 18%;
    height: 6px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 5px;
  }

  .basic .ourWay .waySection .wayHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .basic .ourWay .waySection .wayHeader .logo {
    border: 7px solid #babbb5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .basic .ourWay .waySection .mainWay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain {
    width: 50%;
    height: 50%;
    border-right: 4px solid #babbb5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .pentagon {
    width: 80%;
    height: 60px;
    position: relative;
    background: #ececec;
    margin-right: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .pentagon:before {
    content: "";
    position: absolute;
    right: -29px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #ececec;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .circle1 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    right: -18px;
    top: 48px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .way1 {
    margin-top: 33px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .circle3 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    right: -18px;
    top: 278px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .way3 {
    margin-top: 170px;
    margin-bottom: 170px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .circle5 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    right: -18px;
    top: 508px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .way5 {
    margin-bottom: 100px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain {
    width: 50%;
    height: 50%;
    border-left: 4px solid #babbb5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .pentagon {
    width: 80%;
    height: 60px;
    position: relative;
    background: #ececec;
    margin-left: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .pentagon:before {
    content: "";
    position: absolute;
    left: -29px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #ececec;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .circle2 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    left: -18px;
    top: 165px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .way2 {
    margin-top: 150px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .circle4 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    left: -18px;
    top: 392px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .way4 {
    margin-top: 170px;
    margin-bottom: 190px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .circle6 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    left: -18px;
    top: 625px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .way6 {
    margin-bottom: 0;
    position: absolute;
    top: 610px;
  }

  .basic article {
    background-color: #ececec;
    padding: 50px 0;
  }

  .basic article h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic article hr {
    width: 18%;
    height: 6px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 30px;
  }

  .basic article .sl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 1% 0;
    /* Arrows */
    /*dots*/
  }

  .basic article .sl .sl_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
    width: 50%;
    height: 50%;
  }

  .basic article .sl .sl_slide img {
    margin: auto 0;
    width: 80%;
    height: 70%;
  }

  .basic article .sl .slick-prev,
  .basic article .sl .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .basic article .sl .slick-prev:hover,
  .basic article .sl .slick-prev:focus,
  .basic article .sl .slick-next:hover,
  .basic article .sl .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .basic article .sl .slick-prev:hover:before,
  .basic article .sl .slick-prev:focus:before,
  .basic article .sl .slick-next:hover:before,
  .basic article .sl .slick-next:focus:before {
    opacity: 1;
  }

  .basic article .sl .slick-prev.slick-disabled:before,
  .basic article .sl .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .basic article .sl .slick-prev:before,
  .basic article .sl .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .basic article .sl .slick-prev {
    left: -20px;
  }

  .basic article .sl [dir='rtl'] .slick-prev {
    right: -20px;
    left: auto;
  }

  .basic article .sl .slick-prev:before {
    content: '←';
  }

  .basic article .sl [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .basic article .sl .slick-next {
    right: -20px;
  }

  .basic article .sl [dir='rtl'] .slick-next {
    right: auto;
    left: -20px;
  }

  .basic article .sl .slick-next:before {
    content: '→';
  }

  .basic article .sl [dir='rtl'] .slick-next:before {
    content: '←';
  }

  .basic article .sl .slick-dotted .slick-slider {
    margin-bottom: 20px;
  }

  .basic article .sl .slick-dots li button:before {
    content: '';
    background-color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #494949;
    width: 10px;
    height: 10px;
    opacity: 0.5;
  }

  .basic article .sl .slick-dots li.slick-active button:before {
    background-color: #494949;
    opacity: 0.7;
  }

  .basic .photo {
    padding: 50px 0 120px;
  }

  .basic .photo h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .photo hr {
    width: 18%;
    height: 6px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 25px;
  }

  .basic .photo .photoSection {
    height: 250px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basic .photo .photoSection .image-source-link {
    display: none;
  }

  .basic .photo .photoSection .mfp-with-zoom .mfp-container,
  .basic .photo .photoSection .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-removing .mfp-container,
  .basic .photo .photoSection .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }

  .basic .photo .photoSection a {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
  }

  .basic .photo .photoSection a img {
    height: 100%;
    width: 100%;
  }

  .basic .photo .photoSection .leftPhoto {
    height: 100%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .middlePhoto {
    height: 100%;
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto {
    height: 48%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto .topLeftPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .topLeftPhoto,
  .basic .photo .photoSection .middlePhoto .topPhoto .bottomLeftPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .bottomLeftPhoto {
    height: 100%;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto .topRightPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .topRightPhoto,
  .basic .photo .photoSection .middlePhoto .topPhoto .bottomRightPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .bottomRightPhoto {
    height: 100%;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .rightPhoto {
    height: 100%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .map .logoLocation {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #66696e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 45%;
    position: absolute;
    top: -50px;
  }

  .basic .map .logoLocation .fa-map-marker {
    color: #fff;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .basic .map form {
    width: 350px;
    left: 30px;
  }

  .basic .map form h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0;
  }

  .basic .map form .input_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }

  .basic .map form .input_form input {
    margin: 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: none;
    padding: 10px 10px;
  }

  .basic .map form .input_form input[placeholder] {
    font-size: 14px;
  }

  .basic .map form .input_form textarea {
    margin: 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: none;
    padding: 12px 12px 45px 12px;
  }

  .basic .map form .input_form textarea[placeholder] {
    font-size: 14px;
  }

  .basic .map form .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .basic .map form .button .send {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff7f9c;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 170px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 30px 14px;
  }

  .basic .map form .button .send:hover {
    background-color: #fb5a87;
  }

  .basic .map .contact {
    padding: 0 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basic .map .contact h5 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
  }

  .basic .map .contact a {
    font-size: 16px;
    font-weight: 500;
    margin-left: 25px;
    text-decoration: none;
    color: #494949;
  }

  .basic .map .contact .address {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 0 23px 24px;
  }

  .basic .map .contact .phone {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 19px 0 23px 0;
  }

  .basic .map .contact .mail {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 19px 0 23px 0;
  }
}

@media (min-width: 700px) and (max-width: 767px) {
  .basic .slider-container .sl-main {
    background-color: #E6F6F9;
  }

  .basic .slider-container .sl-main .slick-dotted.slick-slider {
    margin: 0;
  }

  .basic .slider-container .sl-main .sl_slide-main {
    margin-bottom: 0;
    margin-top: 10px;
    outline: none;
    border: none;
  }

  .basic .slider-container .sl-main .sl_slide-main img {
    width: 100%;
    height: 100%;
  }

  .basic .slider-container .sl-main .slick-prev,
  .basic .slider-container .sl-main .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .basic .slider-container .sl-main .slick-prev:hover,
  .basic .slider-container .sl-main .slick-prev:focus,
  .basic .slider-container .sl-main .slick-next:hover,
  .basic .slider-container .sl-main .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .basic .slider-container .sl-main .slick-prev:hover:before,
  .basic .slider-container .sl-main .slick-prev:focus:before,
  .basic .slider-container .sl-main .slick-next:hover:before,
  .basic .slider-container .sl-main .slick-next:focus:before {
    opacity: 1;
  }

  .basic .slider-container .sl-main .slick-prev.slick-disabled:before,
  .basic .slider-container .sl-main .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .basic .slider-container .sl-main .slick-prev:before,
  .basic .slider-container .sl-main .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .basic .slider-container .sl-main .slick-prev {
    left: 25px;
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
  }

  .basic .slider-container .sl-main .slick-prev:before {
    content: '←';
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .basic .slider-container .sl-main .slick-next {
    right: 25px;
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-next {
    right: auto;
    left: 25px;
  }

  .basic .slider-container .sl-main .slick-next:before {
    content: '→';
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-next:before {
    content: '←';
  }

  .basic .slider-container .sl-main .slick-dots {
    display: none;
  }

  .basic .slider-container .sl-main .slick-dots li button:before {
    content: '';
    background-color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #494949;
    width: 8px;
    height: 8px;
    opacity: 0.5;
  }

  .basic .slider-container .sl-main .slick-dots li.slick-active button:before {
    background-color: #494949;
    opacity: 0.7;
  }

  .basic .mission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 10px;
    /*mission main section start*/
    /*mission main section end*/
    /*mission picture section start*/
    /*mission picture section end*/
  }

  .basic .mission .leftMission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .basic .mission .leftMission h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .mission .leftMission hr {
    width: 30%;
    height: 5px;
    background-color: #fd537c;
    border: none;
    margin: 10px 0 30px;
  }

  .basic .mission .leftMission P {
    font-size: 16px;
    text-align: justify;
    padding: 15px;
  }

  .basic .mission .leftMission .button .about {
    margin: 8px 0;
    width: 30%;
  }

  .basic .mission .rightMission {
    display: none;
  }

  .basic .team {
    background-color: #ececec;
    padding: 30px 0;
  }

  .basic .team h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .team hr {
    width: 30%;
    height: 5px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 20px;
  }

  .basic .team .teamCooperator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .basic .team .teamCooperator .cooperator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px 30px;
    width: calc(50% - 10px);
  }

  .basic .team .teamCooperator .cooperator .cooperatorPicture {
    border: 8px solid #66696e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 75%;
    height: auto;
  }

  .basic .team .teamCooperator .cooperator h5 {
    padding: 15px 0 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
  }

  .basic .team .teamCooperator .cooperator h6 {
    text-align: center;
  }

  .basic .ourWay {
    padding: 50px 0;
  }

  .basic .ourWay h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .ourWay hr {
    width: 25%;
    height: 5px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 5px;
  }

  .basic .ourWay .waySection .wayHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .basic .ourWay .waySection .wayHeader .logo {
    border: 7px solid #babbb5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .basic .ourWay .waySection .mainWay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain {
    width: 50%;
    height: 40%;
    border-right: 4px solid #babbb5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .pentagon {
    width: 80%;
    height: 80px;
    position: relative;
    background: #ececec;
    margin-right: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .pentagon:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 40px solid #ececec;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .circle1 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    right: -18px;
    top: 48px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .way1 {
    margin-top: 25px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .circle3 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    right: -18px;
    top: 278px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .way3 {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .circle5 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    right: -18px;
    top: 508px;
  }

  .basic .ourWay .waySection .mainWay .leftWayMain .way5 {
    margin-bottom: 80px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain {
    width: 50%;
    height: 50%;
    border-left: 4px solid #babbb5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .pentagon {
    width: 80%;
    height: 80px;
    position: relative;
    background: #ececec;
    margin-left: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .pentagon:before {
    content: "";
    position: absolute;
    left: -40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 40px solid #ececec;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .circle2 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    left: -18px;
    top: 165px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .way2 {
    margin-top: 140px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .circle4 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    left: -18px;
    top: 392px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .way4 {
    margin-top: 145px;
    margin-bottom: 190px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .circle6 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 28px;
    height: 28px;
    left: -18px;
    top: 625px;
  }

  .basic .ourWay .waySection .mainWay .rightWayMain .way6 {
    margin-bottom: 0;
    position: absolute;
    top: 600px;
  }

  .basic article {
    background-color: #ececec;
    padding: 30px 0;
  }

  .basic article h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic article hr {
    width: 25%;
    height: 5px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 20px;
  }

  .basic article .sl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 1% 0;
    /* Arrows */
    /*dots*/
  }

  .basic article .sl .sl_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
  }

  .basic article .sl .sl_slide img {
    margin: auto 0;
    width: 70%;
    height: 60%;
  }

  .basic article .sl .slick-prev,
  .basic article .sl .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .basic article .sl .slick-prev:hover,
  .basic article .sl .slick-prev:focus,
  .basic article .sl .slick-next:hover,
  .basic article .sl .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .basic article .sl .slick-prev:hover:before,
  .basic article .sl .slick-prev:focus:before,
  .basic article .sl .slick-next:hover:before,
  .basic article .sl .slick-next:focus:before {
    opacity: 1;
  }

  .basic article .sl .slick-prev.slick-disabled:before,
  .basic article .sl .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .basic article .sl .slick-prev:before,
  .basic article .sl .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .basic article .sl .slick-prev {
    left: -20px;
  }

  .basic article .sl [dir='rtl'] .slick-prev {
    right: -20px;
    left: auto;
  }

  .basic article .sl .slick-prev:before {
    content: '←';
  }

  .basic article .sl [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .basic article .sl .slick-next {
    right: -20px;
  }

  .basic article .sl [dir='rtl'] .slick-next {
    right: auto;
    left: -20px;
  }

  .basic article .sl .slick-next:before {
    content: '→';
  }

  .basic article .sl [dir='rtl'] .slick-next:before {
    content: '←';
  }

  .basic article .sl .slick-dotted .slick-slider {
    margin-bottom: 0;
  }

  .basic article .sl .slick-dots li button:before {
    content: '';
    background-color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #494949;
    width: 6px;
    height: 6px;
    opacity: 0.5;
  }

  .basic article .sl .slick-dots li.slick-active button:before {
    background-color: #494949;
    opacity: 0.7;
  }

  .basic .photo {
    padding: 30px 0 70px;
  }

  .basic .photo h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .photo hr {
    width: 25%;
    height: 5px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0;
  }

  .basic .photo .photoSection {
    height: 200px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basic .photo .photoSection .image-source-link {
    display: none;
  }

  .basic .photo .photoSection .mfp-arrow-right {
    right: 15px;
  }

  .basic .photo .photoSection .mfp-with-zoom .mfp-container,
  .basic .photo .photoSection .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-removing .mfp-container,
  .basic .photo .photoSection .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }

  .basic .photo .photoSection a {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
  }

  .basic .photo .photoSection a img {
    height: 100%;
    width: 100%;
  }

  .basic .photo .photoSection .leftPhoto {
    height: 100%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .middlePhoto {
    height: 100%;
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto {
    height: 48%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto .topLeftPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .topLeftPhoto,
  .basic .photo .photoSection .middlePhoto .topPhoto .bottomLeftPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .bottomLeftPhoto {
    height: 100%;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto .topRightPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .topRightPhoto,
  .basic .photo .photoSection .middlePhoto .topPhoto .bottomRightPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .bottomRightPhoto {
    height: 100%;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .rightPhoto {
    height: 100%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .map .logoLocation {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #66696e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 45%;
    position: absolute;
    top: -40px;
  }

  .basic .map .logoLocation .fa-map-marker {
    color: #fff;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .basic .map form {
    position: relative;
    width: 80%;
    left: 10%;
    top: 0;
    padding-bottom: 30px;
  }

  .basic .map form h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding: 15px 0;
  }

  .basic .map form .input_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }

  .basic .map form .input_form input {
    margin: 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: none;
    padding: 10px 10px;
  }

  .basic .map form .input_form input[placeholder] {
    font-size: 16px;
  }

  .basic .map form .input_form textarea {
    margin: 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: none;
    padding: 12px 12px 45px 12px;
  }

  .basic .map form .input_form textarea[placeholder] {
    font-size: 16px;
  }

  .basic .map form .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .basic .map form .button .send {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff7f9c;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 170px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 30px 14px;
  }

  .basic .map form .button .send:hover {
    background-color: #fb5a87;
  }

  .basic .map .contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .basic .map .contact h5 {
    font-size: 15px;
    font-weight: 500;
  }

  .basic .map .contact a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #494949;
  }

  .basic .map .contact .address {
    width: 100%;
    padding: 19px 0;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .basic .map .contact .phone {
    width: 100%;
    padding: 19px 0;
    margin: 0;
  }

  .basic .map .contact .mail {
    width: 100%;
    padding: 19px 0;
    margin: 0;
  }
}

@media (min-width: 480px) and (max-width: 699px) {
  .basic .slider-container .slick-dotted.slick-slider {
    margin: 0;
  }
  .basic .slider-container .sl-main {
    background-color: #E6F6F9;
  }

  .basic .slider-container .sl-main .sl_slide-main {
    margin-bottom: 0;
    margin-top: 10px;
    outline: none;
    border: none;
  }

  .basic .slider-container .sl-main .sl_slide-main img {
    width: 100%;
    height: 100%;
  }

  .basic .slider-container .sl-main .slick-prev,
  .basic .slider-container .sl-main .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .basic .slider-container .sl-main .slick-prev:hover,
  .basic .slider-container .sl-main .slick-prev:focus,
  .basic .slider-container .sl-main .slick-next:hover,
  .basic .slider-container .sl-main .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .basic .slider-container .sl-main .slick-prev:hover:before,
  .basic .slider-container .sl-main .slick-prev:focus:before,
  .basic .slider-container .sl-main .slick-next:hover:before,
  .basic .slider-container .sl-main .slick-next:focus:before {
    opacity: 1;
  }

  .basic .slider-container .sl-main .slick-prev.slick-disabled:before,
  .basic .slider-container .sl-main .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .basic .slider-container .sl-main .slick-prev:before,
  .basic .slider-container .sl-main .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .basic .slider-container .sl-main .slick-prev {
    left: 25px;
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
  }

  .basic .slider-container .sl-main .slick-prev:before {
    content: '←';
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .basic .slider-container .sl-main .slick-next {
    right: 35px;
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-next {
    right: auto;
    left: 25px;
  }

  .basic .slider-container .sl-main .slick-next:before {
    content: '→';
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-next:before {
    content: '←';
  }

  .basic .slider-container .sl-main .slick-dots {
    bottom: 0;
  }

  .basic .slider-container .sl-main .slick-dots li button:before {
    content: '';
    background-color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #494949;
    width: 8px;
    height: 8px;
    opacity: 0.5;
  }

  .basic .slider-container .sl-main .slick-dots li.slick-active button:before {
    background-color: #494949;
    opacity: 0.7;
  }

  .basic .mission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 10px;
  }

  .basic .mission .leftMission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .basic .mission .leftMission h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .mission .leftMission hr {
    width: 30%;
    height: 5px;
    background-color: #fd537c;
    border: none;
    margin: 10px 0 30px;
  }

  .basic .mission .leftMission p, .basic .mission .leftMission ol,
  .basic .mission .leftMission ul {
    font-size: 15px;
    padding-right: 0;
    text-align: justify;
  }

  .basic .mission .leftMission .button .about {
    margin: 8px 0;
    width: 35%;
  }

  .basic .mission .rightMission {
    display: none;
  }

  .basic .team {
    background-color: #ececec;
    padding: 30px 0;
  }

  .basic .team h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .team hr {
    width: 30%;
    height: 5px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 20px;
  }

  .basic .team .teamCooperator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basic .team .teamCooperator .cooperator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px 30px;
    width: calc(50% - 10px);
  }

  .basic .team .teamCooperator .cooperator .cooperatorPicture {
    border: 5px solid #66696e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 55%;
  }

  .basic .team .teamCooperator .cooperator h5 {
    padding: 15px 0 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
  }

  .basic .team .teamCooperator .cooperator h6 {
    text-align: center;
    font-size: 15px;
  }

  .basic .ourWay {
    padding: 30px 0 60px;
  }

  .basic .ourWay h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .ourWay hr {
    width: 25%;
    height: 5px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 5px;
  }

  .basic .ourWay .waySectionMobile {
    display: block;
    width: 450px;
  }

  .basic .ourWay .waySectionMobile .wayHeaderMobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .basic .ourWay .waySectionMobile .wayHeaderMobile .logo {
    border: 5px solid #babbb5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile {
    border-right: 8px solid #babbb5;
    width: 90%;
    padding: 10px 0 40px;
    position: relative;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .pentagon {
    width: 90%;
    height: 60px;
    position: relative;
    background: #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    margin: 10px 0;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .pentagon:before {
    content: "";
    position: absolute;
    right: -29px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #ececec;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .wayLast {
    position: absolute;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle1 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -14px;
    top: 40px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle2 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -14px;
    top: 110px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle3 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -14px;
    top: 180px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle4 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -14px;
    top: 250px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle5 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -14px;
    top: 320px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle6 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -14px;
    top: 400px;
  }

  .basic .ourWay .waySection {
    display: none;
  }

  .basic article {
    background-color: #ececec;
    padding: 30px 0;
  }

  .basic article h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic article hr {
    width: 25%;
    height: 5px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0 20px;
  }

  .basic article .sl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 1% 0;
    /* Arrows */
    /*dots*/
  }

  .basic article .sl .sl_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
  }

  .basic article .sl .sl_slide img {
    margin: auto 0;
    width: 70%;
    height: 60%;
  }

  .basic article .sl .slick-prev,
  .basic article .sl .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .basic article .sl .slick-prev:hover,
  .basic article .sl .slick-prev:focus,
  .basic article .sl .slick-next:hover,
  .basic article .sl .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .basic article .sl .slick-prev:hover:before,
  .basic article .sl .slick-prev:focus:before,
  .basic article .sl .slick-next:hover:before,
  .basic article .sl .slick-next:focus:before {
    opacity: 1;
  }

  .basic article .sl .slick-prev.slick-disabled:before,
  .basic article .sl .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .basic article .sl .slick-prev:before,
  .basic article .sl .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .basic article .sl .slick-prev {
    left: -20px;
  }

  .basic article .sl [dir='rtl'] .slick-prev {
    right: -20px;
    left: auto;
  }

  .basic article .sl .slick-prev:before {
    content: '←';
  }

  .basic article .sl [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .basic article .sl .slick-next {
    right: -20px;
  }

  .basic article .sl [dir='rtl'] .slick-next {
    right: auto;
    left: -20px;
  }

  .basic article .sl .slick-next:before {
    content: '→';
  }

  .basic article .sl [dir='rtl'] .slick-next:before {
    content: '←';
  }

  .basic article .sl .slick-dotted .slick-slider {
    margin-bottom: 0;
  }

  .basic article .sl .slick-dots li button:before {
    content: '';
    background-color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #494949;
    width: 6px;
    height: 6px;
    opacity: 0.5;
  }

  .basic article .sl .slick-dots li.slick-active button:before {
    background-color: #494949;
    opacity: 0.7;
  }

  .basic .photo {
    padding: 30px 0 70px;
  }

  .basic .photo h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .photo hr {
    width: 25%;
    height: 5px;
    background-color: #fd537c;
    border: none;
    margin: 15px 0;
  }

  .basic .photo .photoSection {
    height: 150px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basic .photo .photoSection .image-source-link {
    display: none;
  }

  .basic .photo .photoSection .mfp-arrow-right {
    right: 15px;
  }

  .basic .photo .photoSection .mfp-with-zoom .mfp-container,
  .basic .photo .photoSection .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-removing .mfp-container,
  .basic .photo .photoSection .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }

  .basic .photo .photoSection a {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
  }

  .basic .photo .photoSection a img {
    height: 100%;
    width: 100%;
  }

  .basic .photo .photoSection .leftPhoto {
    height: 100%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .middlePhoto {
    height: 100%;
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto {
    height: 48%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto .topLeftPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .topLeftPhoto,
  .basic .photo .photoSection .middlePhoto .topPhoto .bottomLeftPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .bottomLeftPhoto {
    height: 100%;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto .topRightPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .topRightPhoto,
  .basic .photo .photoSection .middlePhoto .topPhoto .bottomRightPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .bottomRightPhoto {
    height: 100%;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .rightPhoto {
    height: 100%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .map .logoLocation {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #66696e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 42%;
    position: absolute;
    top: -40px;
  }

  .basic .map .logoLocation .fa-map-marker {
    color: #fff;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .basic .map form {
    position: relative;
    width: 80%;
    left: 10%;
    top: 0;
    padding-bottom: 30px;
  }

  .basic .map form h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding: 15px 0;
  }

  .basic .map form .input_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }

  .basic .map form .input_form input {
    margin: 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: none;
    padding: 10px 10px;
  }

  .basic .map form .input_form input[placeholder] {
    font-size: 16px;
  }

  .basic .map form .input_form textarea {
    margin: 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: none;
    padding: 12px 12px 45px 12px;
  }

  .basic .map form .input_form textarea[placeholder] {
    font-size: 16px;
  }

  .basic .map form .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .basic .map form .button .send {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff7f9c;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 170px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 30px 14px;
  }

  .basic .map form .button .send:hover {
    background-color: #fb5a87;
  }

  .basic .map .contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .basic .map .contact h5 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
  }

  .basic .map .contact a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #494949;
  }

  .basic .map .contact .address {
    width: 100%;
    padding: 19px 0;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .basic .map .contact .phone {
    width: 100%;
    padding: 19px 0;
    margin: 0;
  }

  .basic .map .contact .mail {
    width: 100%;
    padding: 19px 0;
    margin: 0;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .basic .slider-container .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .basic .slider-container .sl-main {
    background-color: #E6F6F9;
  }
  .basic .slider-container .sl-main .sl_slide-main {
    margin-bottom: 0;
    margin-top: 20px;
    outline: none;
    border: none;
  }

  .basic .slider-container .sl-main .sl_slide-main img {
    width: 100%;
    height: 100%;
  }

  .basic .slider-container .sl-main .slick-prev,
  .basic .slider-container .sl-main .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .basic .slider-container .sl-main .slick-prev:hover,
  .basic .slider-container .sl-main .slick-prev:focus,
  .basic .slider-container .sl-main .slick-next:hover,
  .basic .slider-container .sl-main .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .basic .slider-container .sl-main .slick-prev:hover:before,
  .basic .slider-container .sl-main .slick-prev:focus:before,
  .basic .slider-container .sl-main .slick-next:hover:before,
  .basic .slider-container .sl-main .slick-next:focus:before {
    opacity: 1;
  }

  .basic .slider-container .sl-main .slick-prev.slick-disabled:before,
  .basic .slider-container .sl-main .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .basic .slider-container .sl-main .slick-prev:before,
  .basic .slider-container .sl-main .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .basic .slider-container .sl-main .slick-prev {
    left: 15px;
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-prev {
    right: 15px;
    left: auto;
  }

  .basic .slider-container .sl-main .slick-prev:before {
    content: '←';
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .basic .slider-container .sl-main .slick-next {
    right: 15px;
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-next {
    right: auto;
    left: 15px;
  }

  .basic .slider-container .sl-main .slick-next:before {
    content: '→';
  }

  .basic .slider-container .sl-main [dir='rtl'] .slick-next:before {
    content: '←';
  }

  .basic .slider-container .sl-main .slick-dots {
    bottom: 0;
  }

  .basic .slider-container .sl-main .slick-dots li button:before {
    content: '';
    background-color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #494949;
    width: 5px;
    height: 5px;
    opacity: 0.5;
  }

  .basic .slider-container .sl-main .slick-dots li.slick-active button:before {
    background-color: #494949;
    opacity: 0.7;
  }

  .basic .mission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 10px;
    /*mission main section start*/
    /*mission main section end*/
    /*mission picture section start*/
    /*mission picture section end*/
  }

  .basic .mission .leftMission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .basic .mission .leftMission h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .mission .leftMission hr {
    width: 30%;
    height: 3px;
    background-color: #fd537c;
    border: none;
    margin: 5px 0 10px;
  }

  .basic .mission .leftMission p, .basic .mission .leftMission ol, .basic .mission .leftMission ul {
    font-size: 13px;
    text-align: justify;
    padding: 3px;
  }

  .basic .mission .leftMission .button .about {
    margin: 5px 0;
    width: 40%;
    height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 15px;
  }

  .basic .mission .rightMission {
    display: none;
  }

  .basic .team {
    background-color: #ececec;
    padding: 20px 0;
  }

  .basic .team h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .team hr {
    width: 30%;
    height: 3px;
    background-color: #fd537c;
    border: none;
    margin: 5px 0 10px;
  }

  .basic .team .teamCooperator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basic .team .teamCooperator .cooperator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px 30px;
    width: calc(100% - 10px);
  }

  .basic .team .teamCooperator .cooperator .cooperatorPicture {
    border: 5px solid #66696e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50%;
    height: 65%;
  }

  .basic .team .teamCooperator .cooperator h5 {
    padding: 15px 0 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
  }

  .basic .team .teamCooperator .cooperator h6 {
    text-align: center;
    font-size: 13px;
  }

  .basic .ourWay {
    padding: 20px 0 40px;
  }

  .basic .ourWay h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .ourWay hr {
    width: 30%;
    height: 3px;
    background-color: #fd537c;
    border: none;
    margin: 5px 0;
  }

  .basic .ourWay .waySectionMobile {
    display: block;
    width: 300px;
  }

  .basic .ourWay .waySectionMobile .wayHeaderMobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .basic .ourWay .waySectionMobile .wayHeaderMobile .logo {
    border: 5px solid #babbb5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .basic .ourWay .waySectionMobile .wayHeaderMobile .logo img {
    width: 60px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile {
    border-right: 6px solid #babbb5;
    width: 90%;
    padding: 10px 0 40px;
    position: relative;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .pentagon {
    width: 85%;
    height: 60px;
    position: relative;
    background: #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    margin: 10px 0;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .pentagon p {
    font-size: 13px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .pentagon:before {
    content: "";
    position: absolute;
    right: -29px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #ececec;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .wayLast {
    position: absolute;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle1 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -13px;
    top: 40px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle2 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -13px;
    top: 110px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle3 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -13px;
    top: 180px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle4 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -13px;
    top: 250px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle5 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -13px;
    top: 320px;
  }

  .basic .ourWay .waySectionMobile .mainWayMobile .circle6 {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #babbb5;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -13px;
    top: 400px;
  }

  .basic .ourWay .waySection {
    display: none;
  }

  .basic article {
    background-color: #ececec;
    padding: 20px 0;
  }

  .basic article h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic article hr {
    width: 30%;
    height: 3px;
    background-color: #fd537c;
    border: none;
    margin: 5px 0 10px;
  }

  .basic article .sl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 1% 0;
    /* Arrows */
    /*dots*/
  }

  .basic article .sl .sl_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
  }

  .basic article .sl .sl_slide img {
    margin: auto 0;
    width: 70%;
    height: 60%;
  }

  .basic article .sl .slick-prev,
  .basic article .sl .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .basic article .sl .slick-prev:hover,
  .basic article .sl .slick-prev:focus,
  .basic article .sl .slick-next:hover,
  .basic article .sl .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .basic article .sl .slick-prev:hover:before,
  .basic article .sl .slick-prev:focus:before,
  .basic article .sl .slick-next:hover:before,
  .basic article .sl .slick-next:focus:before {
    opacity: 1;
  }

  .basic article .sl .slick-prev.slick-disabled:before,
  .basic article .sl .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .basic article .sl .slick-prev:before,
  .basic article .sl .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .basic article .sl .slick-prev {
    left: -20px;
  }

  .basic article .sl [dir='rtl'] .slick-prev {
    right: -20px;
    left: auto;
  }

  .basic article .sl .slick-prev:before {
    content: '←';
  }

  .basic article .sl [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .basic article .sl .slick-next {
    right: -20px;
  }

  .basic article .sl [dir='rtl'] .slick-next {
    right: auto;
    left: -20px;
  }

  .basic article .sl .slick-next:before {
    content: '→';
  }

  .basic article .sl [dir='rtl'] .slick-next:before {
    content: '←';
  }

  .basic article .sl .slick-dotted .slick-slider {
    margin-bottom: 0;
  }

  .basic article .sl .slick-dots {
    margin-left: 0;
    padding-left: 0;
  }

  .basic article .sl .slick-dots li button:before {
    content: '';
    background-color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #494949;
    width: 6px;
    height: 6px;
    opacity: 0.5;
  }

  .basic article .sl .slick-dots li.slick-active button:before {
    background-color: #494949;
    opacity: 0.7;
  }

  .basic .photo {
    padding: 20px 0 65px;
  }

  .basic .photo h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .basic .photo hr {
    width: 30%;
    height: 3px;
    background-color: #fd537c;
    border: none;
    margin: 5px 0 10px;
  }

  .basic .photo .photoSection {
    height: 120px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basic .photo .photoSection .image-source-link {
    display: none;
  }

  .basic .photo .photoSection .mfp-arrow-right {
    right: 15px;
  }

  .basic .photo .photoSection .mfp-with-zoom .mfp-container,
  .basic .photo .photoSection .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }

  .basic .photo .photoSection .mfp-with-zoom.mfp-removing .mfp-container,
  .basic .photo .photoSection .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }

  .basic .photo .photoSection a {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
  }

  .basic .photo .photoSection a img {
    height: 100%;
    width: 100%;
  }

  .basic .photo .photoSection .leftPhoto {
    height: 100%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .middlePhoto {
    height: 100%;
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto {
    height: 48%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto .topLeftPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .topLeftPhoto,
  .basic .photo .photoSection .middlePhoto .topPhoto .bottomLeftPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .bottomLeftPhoto {
    height: 100%;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .middlePhoto .topPhoto .topRightPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .topRightPhoto,
  .basic .photo .photoSection .middlePhoto .topPhoto .bottomRightPhoto,
  .basic .photo .photoSection .middlePhoto .bottomPhoto .bottomRightPhoto {
    height: 100%;
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .photo .photoSection .rightPhoto {
    height: 100%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .basic .map .logoLocation {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #66696e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 37%;
    position: absolute;
    top: -30px;
  }

  .basic .map .logoLocation .fa-map-marker {
    color: #fff;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .basic .map form {
    position: relative;
    padding-bottom: 30px;
    width: 90%;
    left: 5%;
    top: 0;
  }

  .basic .map form h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0 5px;
  }

  .basic .map form .input_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }

  .basic .map form .input_form input {
    margin: 5px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: none;
    padding: 8px 10px;
  }

  .basic .map form .input_form input[placeholder] {
    font-size: 16px;
  }

  .basic .map form .input_form textarea {
    margin: 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: none;
    padding: 10px 12px 40px 12px;
  }

  .basic .map form .input_form textarea[placeholder] {
    font-size: 16px;
  }

  .basic .map form .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .basic .map form .button .send {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff7f9c;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 120px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px 10px;
  }

  .basic .map form .button .send:hover {
    background-color: #fb5a87;
  }

  .basic .map .contact {
    padding: 0 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .basic .map .contact h5 {
    font-size: 14px;
    font-weight: 500;
  }

  .basic .map .contact a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #494949;
  }

  .basic .map .contact .address {
    width: 100%;
    padding: 19px 0;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .basic .map .contact .phone {
    width: 100%;
    padding: 19px 0;
    margin: 0;
  }

  .basic .map .contact .mail {
    width: 100%;
    padding: 19px 0;
    margin: 0;
  }
}

.thanksPay main {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thanksPay main .bg_thanks {
  width: 100%;
  height: 100%;
}

.thanksPay main h4 {
  font-size: 100px;
  color: #494949;
  position: absolute;
}

@media (min-width: 320px) and (max-width: 480px) {
  .thanksPay main {
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .thanksPay main .bg_thanks {
    width: 100%;
    height: 100%;
  }

  .thanksPay main h4 {
    font-size: 50px;
    color: #494949;
    position: absolute;
  }
}

.thanksgiving main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
  background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  padding: 100px 60px 50px 60px;
}

.thanksgiving main .sl-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  /*Arrows*/
  /*dots*/
}

.thanksgiving main .sl-main .sl_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
}

.thanksgiving main .sl-main .slick-prev {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  height: 100px;
  width: 100px;
  opacity: 0.25;
  left: -100px;
  z-index: 10;
}

.thanksgiving main .sl-main .slick-prev:hover {
  opacity: 0.7;
}

.thanksgiving main .sl-main .slick-prev:before {
  content: url("../img/arrow-prev.png");
}

.thanksgiving main .sl-main .slick-next {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  height: 100px;
  width: 100px;
  opacity: 0.25;
  right: -100px;
}

.thanksgiving main .sl-main .slick-next:hover {
  opacity: 0.7;
}

.thanksgiving main .sl-main .slick-next:before {
  content: url("../img/arrow-next.png");
}

.thanksgiving main .sl-main .slick-dotted .slick-slider {
  margin-bottom: 20px;
}

.thanksgiving main .sl-main .slick-dots li button:before {
  content: '';
  background-color: #494949;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #494949;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.thanksgiving main .sl-main .slick-dots li.slick-active button:before {
  background-color: #494949;
  opacity: 0.7;
}


@media (min-width: 320px) and (max-width: 950px) {
  .thanksgiving main {
    padding: 8% 4% 4%;
  }

  .thanksgiving main .sl-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    /* Arrows */
    /*dots*/
  }

  .thanksgiving main .sl-main .sl_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
    padding: 1%;
  }

  .thanksgiving main .sl-main .sl_slide img {
    width: 100%;
    height: 60%;
  }

  .thanksgiving main .sl-main .slick-prev,
  .thanksgiving main .sl-main .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .thanksgiving main .sl-main .slick-prev:hover,
  .thanksgiving main .sl-main .slick-prev:focus,
  .thanksgiving main .sl-main .slick-next:hover,
  .thanksgiving main .sl-main .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .thanksgiving main .sl-main .slick-prev:hover:before,
  .thanksgiving main .sl-main .slick-prev:focus:before,
  .thanksgiving main .sl-main .slick-next:hover:before,
  .thanksgiving main .sl-main .slick-next:focus:before {
    opacity: 1;
  }

  .thanksgiving main .sl-main .slick-prev.slick-disabled:before,
  .thanksgiving main .sl-main .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .thanksgiving main .sl-main .slick-prev:before,
  .thanksgiving main .sl-main .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .thanksgiving main .sl-main .slick-prev {
    left: -10px;
  }

  .thanksgiving main .sl-main [dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
  }

  .thanksgiving main .sl-main .slick-prev:before {
    content: '←';
  }

  .thanksgiving main .sl-main [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .thanksgiving main .sl-main .slick-next {
    right: 0;
  }

  .thanksgiving main .sl-main [dir='rtl'] .slick-next {
    right: auto;
    left: 25px;
  }

  .thanksgiving main .sl-main .slick-next:before {
    content: '→';
  }

  .thanksgiving main .sl-main [dir='rtl'] .slick-next:before {
    content: '←';
  }

  .thanksgiving main .sl-main .slick-dotted .slick-slider {
    margin-bottom: 20px;
  }

  .thanksgiving main .sl-main .slick-dots li button:before {
    content: '';
    background-color: #494949;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #494949;
    width: 10px;
    height: 10px;
    opacity: 0.5;
  }

  .thanksgiving main .sl-main .slick-dots li.slick-active button:before {
    background-color: #494949;
    opacity: 0.7;
  }
}

.vacancies main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
  background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  padding: 100px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.vacancies main .buttonAbout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 5px 0 10px;
}

.vacancies main .buttonAbout .vacancies_link {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3fffd), to(#7ed9ae));
  background: -webkit-linear-gradient(top, #b3fffd 0%, #7ed9ae 100%);
  background: -o-linear-gradient(top, #b3fffd 0%, #7ed9ae 100%);
  background: linear-gradient(top, #b3fffd 0%, #7ed9ae 100%);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 200px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  border: none;
}

.vacancies main .buttonAbout .vacancies_link .fa-arrow-right {
  margin-left: 10px;
}

.vacancies main .buttonAbout .vacancies_link:hover {
  background: #ececec;
  border: 2px solid #67efd5;
  color: #67efd5;
}

.vacancies main h4 {
  font-size: 30px;
  font-weight: 500;
  margin: 10px 0 5px;
}

.vacancies main .vacancies {
  width: 400px;
  height: 350px;
  border: 2px solid #ececec;
  background-color: #ececec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.vacancies main .vacancies img {
  width: 100%;
  height: 70%;
}

@media (min-width: 701px) and (max-width: 950px) {
  .vacancies main {
    background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
    background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    padding: 8% 4% 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .vacancies main h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px;
  }

  .vacancies main .vacancies {
    width: 280px;
    height: 240px;
    border: 2px solid #ececec;
    background-color: #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2%;
  }

  .vacancies main .vacancies img {
    max-width: 100%;
    max-height: 60%;
  }
}

/*style for  size from 320px to 700px*/

@media (min-width: 320px) and (max-width: 700px) {
  .vacancies main {
    background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
    background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
    padding: 8% 4% 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vacancies main h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px;
  }

  .vacancies main .vacancies {
    width: 280px;
    height: 240px;
    border: 2px solid #ececec;
    background-color: #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2%;
  }

  .vacancies main .vacancies img {
    max-width: 100%;
    max-height: 60%;
  }
}

.videoReporting main {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddfcf6), to(#E6FDF7));
  background: -webkit-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: -o-linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  background: linear-gradient(top, #ddfcf6 0%, #E6FDF7 100%);
  padding: 100px 60px 50px 60px;
}

.videoReporting main .sl-reporting-video {
  width: 90%;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  /*Arrows*/
  /*dots*/
}

.videoReporting main .sl-reporting-video .sl_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  height: 100%;
  outline: none;
  border: none;
}

.videoReporting main .sl-reporting-video .sl_slide iframe {
  width: 854px;
  height: 480px;
}

.videoReporting main .sl-reporting-video .slick-prev {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  height: 100px;
  width: 100px;
  opacity: 0.25;
  left: -100px;
  z-index: 10;
}

.videoReporting main .sl-reporting-video .slick-prev:hover {
  opacity: 0.7;
}

.videoReporting main .sl-reporting-video .slick-prev:before {
  content: url("../img/arrow-prev.png");
}

.videoReporting main .sl-reporting-video .slick-next {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  height: 100px;
  width: 100px;
  opacity: 0.25;
  right: -100px;
}

.videoReporting main .sl-reporting-video .slick-next:hover {
  opacity: 0.7;
}

.videoReporting main .sl-reporting-video .slick-next:before {
  content: url("../img/arrow-next.png");
}

.videoReporting main .sl-reporting-video .slick-dotted .slick-slider {
  margin-bottom: 20px;
}

.videoReporting main .sl-reporting-video .slick-dots li button:before {
  content: '';
  background-color: #494949;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #494949;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.videoReporting main .sl-reporting-video .slick-dots li.slick-active button:before {
  background-color: #494949;
  opacity: 0.7;
}

@media (min-width: 320px) and (max-width: 950px) {
  .videoReporting main {
    padding: 8% 4% 4%;
  }

  .videoReporting main .sl-reporting-video {
    width: 96%;
    height: 100%;
    margin-left: 2%;
    margin-right: 2%;
    /* Arrows */
  }

  .videoReporting main .sl-reporting-video .sl_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 96%;
    height: 100%;
    outline: none;
    border: none;
  }

  .videoReporting main .sl-reporting-video .sl_slide iframe {
    min-width: 300px;
    min-height: inherit;
  }

  .videoReporting main .sl-reporting-video .slick-prev,
  .videoReporting main .sl-reporting-video .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .videoReporting main .sl-reporting-video .slick-prev:hover,
  .videoReporting main .sl-reporting-video .slick-prev:focus,
  .videoReporting main .sl-reporting-video .slick-next:hover,
  .videoReporting main .sl-reporting-video .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }

  .videoReporting main .sl-reporting-video .slick-prev:hover:before,
  .videoReporting main .sl-reporting-video .slick-prev:focus:before,
  .videoReporting main .sl-reporting-video .slick-next:hover:before,
  .videoReporting main .sl-reporting-video .slick-next:focus:before {
    opacity: 1;
  }

  .videoReporting main .sl-reporting-video .slick-prev.slick-disabled:before,
  .videoReporting main .sl-reporting-video .slick-next.slick-disabled:before {
    opacity: .25;
  }

  .videoReporting main .sl-reporting-video .slick-prev:before,
  .videoReporting main .sl-reporting-video .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .videoReporting main .sl-reporting-video .slick-prev {
    left: 15px;
  }

  .videoReporting main .sl-reporting-video [dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
  }

  .videoReporting main .sl-reporting-video .slick-prev:before {
    content: '←';
  }

  .videoReporting main .sl-reporting-video [dir='rtl'] .slick-prev:before {
    content: '→';
  }

  .videoReporting main .sl-reporting-video .slick-next {
    right: 25px;
  }

  .videoReporting main .sl-reporting-video [dir='rtl'] .slick-next {
    right: auto;
    left: 25px;
  }

  .videoReporting main .sl-reporting-video .slick-next:before {
    content: '→';
  }

  .videoReporting main .sl-reporting-video [dir='rtl'] .slick-next:before {
    content: '←';
  }
}

.text_about img {
  height: auto !important;
}


/*styles for menu icon*/
.menu-icon {
  display: block;
  font-size: 0;
  background: none;
  border: none;
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}

.menu-icon,
.menu-icon:before,
.menu-icon:after {
  border-top: 3px solid #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.menu-icon:before,
.menu-icon:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
}

.menu-icon:before {
  top: 7px;
}

.menu-icon:after {
  top: 17px;
}

.menu-icon.opened {
  border-top-color: transparent;
}

.menu-icon.opened:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  z-index: 11111111;
  color: white;
}

.menu-icon.opened:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
  z-index: 11111111;
  color: white;
}
/*styles for menu container*/
.menu-container {
  padding-top: 20px;
  width: 300px;
}

.menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-container li {
  margin-bottom: 1px;
  color: #0caaa6;
}

.menu-container a {
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #565656;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  font-family: sans-serif, arial;
}

.menu-container.closed {
  display: none;
}

.menu-container.opened {
  display: block;
  width: 100%;
  margin-left: 35px;
}

.menu-container.opened li.bb a {
background: #0caaa6;
border-radius: 15px;
box-shadow: #05433d 2px 2px 10px;
}

@media  (min-width: 400px) {
#menuBtn {
  display: none;
}}


#header .topHeader .leftHeader {
 width: 100%;
justify-content: space-around;
align-content: center;
align-items: center;
margin-bottom: 20px;
}

@media  (min-width: 400px) {
#header .topHeader {
  padding-bottom: 20px;
}}

@media (max-width: 480px) {

  .menu-icon, .menu-icon::before, .menu-icon::after {
    position: absolute;
top: 10px;
right: 10px;
  }
  #header .topHeader {
    width: 100%;
    margin-bottom: 25px;
  }
}

.basic .slider-container .sl-main .slick-dots {
  display: none;
}

@media (max-width: 767px) {
  #header .topHeader  h2.desctop {
    display: none;
  }
}

h2, h3 {
margin-top: 10px;
margin-bottom: 10px;
}

.img-text img {
  margin: 20px auto;
  max-width: 80%;
}

.basic .mission .leftMission p.img-text {
  text-align: center;
  width: 100%;
}

.disabled{pointer-events: none;}