.page-template-page-service #main .el-box .service_content .inner > article .text_underline, .page-template-page-about #main > .el-box .about_content .inner > article .text_underline, .single-post .single_p_inner .el-box .inner > article .entry-content .text_underline {
  position: relative;
}

.page-template-page-service #main .el-box .service_content .inner > article .text_underline::after, .page-template-page-about #main > .el-box .about_content .inner > article .text_underline::after, .single-post .single_p_inner .el-box .inner > article .entry-content .text_underline::after {
  content: '';
  height: 2px;
  background-color: #ff4303;
  position: absolute;
  width: 100%;
  right: 1px;
  bottom: -4px;
}

.page-template-page-service #main .el-box .service_content .inner > article h2, .page-template-page-about #main > .el-box .about_content .inner > article h2, .single-post .single_p_inner .el-box .inner > article .entry-content h2 {
  font-size: 26px;
  margin-top: 0;
  color: #ff4303;
}

@media screen and (max-width: 768px) {
  .page-template-page-service #main .el-box .service_content .inner > article h2, .page-template-page-about #main > .el-box .about_content .inner > article h2, .single-post .single_p_inner .el-box .inner > article .entry-content h2 {
    font-size: 20px;
  }

}

.page-template-page-service #main .el-box .service_content .inner > article h4, .page-template-page-about #main > .el-box .about_content .inner > article h4, .single-post .single_p_inner .el-box .inner > article .entry-content h4 {
  font-size: 19px;
  margin-bottom: 13px;
  color: #ff4303;
}

.page-template-page-service #main .el-box .service_content .inner > article h3, .page-template-page-about #main > .el-box .about_content .inner > article h3, .single-post .single_p_inner .el-box .inner > article .entry-content h3 {
  font-size: 21px;
  margin-bottom: 22px;
  color: #ff4303;
}

@media screen and (max-width: 768px) {
  .page-template-page-service #main .el-box .service_content .inner > article h3, .page-template-page-about #main > .el-box .about_content .inner > article h3, .single-post .single_p_inner .el-box .inner > article .entry-content h3 {
    font-size: 18px;
  }
}

.page-template-page-service #main .el-box .service_content .inner > article p, .page-template-page-about #main > .el-box .about_content .inner > article p, .single-post .single_p_inner .el-box .inner > article .entry-content p {
  line-height: 25px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .page-template-page-service #main .el-box .service_content .inner > article p, .page-template-page-about #main > .el-box .about_content .inner > article p, .single-post .single_p_inner .el-box .inner > article .entry-content p {
    font-size: 14px;
  }
}

.page-template-page-service #main .el-box .service_content .inner > article ul, .page-template-page-about #main > .el-box .about_content .inner > article ul, .single-post .single_p_inner .el-box .inner > article .entry-content ul {
  padding-top: 3px;
  padding-right: 28px;
  /*  margin-bottom: 30px; */
}

.page-template-page-service #main .el-box .service_content .inner > article ul li, .page-template-page-about #main > .el-box .about_content .inner > article ul li, .single-post .single_p_inner .el-box .inner > article .entry-content ul li {
  font-size: 16px;
  margin-bottom: 11px;
  list-style: none;
  position: relative;
}

.page-template-page-service #main .el-box .service_content .inner > article ul li::after, .page-template-page-about #main > .el-box .about_content .inner > article ul li::after, .single-post .single_p_inner .el-box .inner > article .entry-content ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff4303;
  position: absolute;
  right: -24px;
  top: 7px;
}

.page-template-page-service #main .el-box .service_content .inner > article .quote_tinymce_f, .page-template-page-about #main > .el-box .about_content .inner > article .quote_tinymce_f, .single-post .single_p_inner .el-box .inner > article .entry-content .quote_tinymce_f {
  font-style: italic;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .page-template-page-service #main .el-box .service_content .inner > article .quote_tinymce_f, .page-template-page-about #main > .el-box .about_content .inner > article .quote_tinymce_f, .single-post .single_p_inner .el-box .inner > article .entry-content .quote_tinymce_f {
    font-size: 17px;
  }
}

body {
  margin: 0;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p, body span, body li, body form, body a {
  font-family: Rubik, sans-serif;
  color: #262626;
  direction: rtl;
}

body ul {
  margin-top: 0;
}

body ul li {
  font-size: 16px;
}

@media screen and (max-width: 450px) {
  body ul li {
    font-size: 15px;
  }
}

body p {
  font-size: 16px;
  margin-top: 0;
}

@media screen and (max-width: 450px) {
  body p {
    font-size: 15px;
  }
}

body h2 {
  font-size: 44px;
  margin-bottom: 27px;
}

@media screen and (max-width: 992px) {
  body #primary h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  body #primary h2 {
    font-size: 32px;
  }
  .about .left {
    display: none;
  }
  .home .about .first {
    margin-bottom: 75px;
  }
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body .btn-default-red {
  background-color: #0d0d0d;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-radius: 34px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  padding: 15px;
  padding-right: 23px;
  padding-left: 6px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}



body .btn-default-red:hover i {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

body .btn-default-red i {
  font-size: 11px;
  margin-right: 10px;
  margin-left: 26px;
  font-weight: 900;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

body .quote_div {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 65px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.22);
          box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.22);
  text-align: center;
  max-width: 333px;
}

body .quote_div .photo {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -50px;
}

body .quote_div .arrow_l, body .quote_div .arrow_r {
  position: absolute;
  top: -19px;
}

body .quote_div .arrow_l {
  right: 26%;
}

body .quote_div .arrow_r {
  left: 26%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

body .quote_div .text h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}

body .quote_div .text p {
  font-size: 15px;
  color: #231f20;
  position: relative;
  top: 19px;
  line-height: 22px;
  margin-bottom: 26px;
}

body .quote_div .sub_text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -43px;
}

body .quote_div .sub_text p {
  font-size: 13px;
}

body:not(.home) .for_shortcode_form {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 200px;
  max-width: 892px;
  border-radius: 10px;
  padding-right: 7px;
  padding-left: 7px;
  border: 1px solid #0d0d0d;
}

body:not(.home) .for_shortcode_form h2 {
  color: #fff;
  padding-top: 21px;
  margin-bottom: 7px;
  font-size: 26px;
  margin-top: 37px;
}

body:not(.home) .for_shortcode_form > p {
  color: #fff;
}

body:not(.home) .for_shortcode_form > p:first-of-type {
  margin-bottom: 23px;
  font-size: 17px;
}

body:not(.home) .for_shortcode_form > p:last-of-type {
  margin-top: 16px;
  font-size: 19px;
  direction: ltr;
  color: #000;
}

@media screen and (max-width: 1200px) {
  body:not(.home) .for_shortcode_form > p:last-of-type {
    padding-bottom: 15px;
    font-size: 16px;
  }
}

body:not(.home) .for_shortcode_form > p:last-of-type i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 18px;
  margin-right: 11px;
}

body:not(.home) .for_shortcode_form form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  body:not(.home) .for_shortcode_form form p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  body:not(.home) .for_shortcode_form form p span {
    width: 100%;
  }
}

body:not(.home) .for_shortcode_form form p span input {
  border: 1px solid #0d0d0d;
  background-color: transparent;
  height: 43px;
  max-width: 187px;
  margin-left: 19px;
  border-radius: 4px;
  font-size: 16px;
  color: #0d0d0d;
  padding-right: 17px;
}

@media screen and (max-width: 1500px) {
  body:not(.home) .for_shortcode_form form p span input {
    max-width: 153px;
    margin-left: 13px;
  }
}

@media screen and (max-width: 1200px) {
  body:not(.home) .for_shortcode_form form p span input {
    max-width: 100%;
    width: 70%;
    margin-bottom: 10px;
  }
}

body:not(.home) .for_shortcode_form form p span input::-webkit-input-placeholder {
  color: #000;
}

body:not(.home) .for_shortcode_form form p span input:-ms-input-placeholder {
  color: #000;
}

body:not(.home) .for_shortcode_form form p span input::-ms-input-placeholder {
  color: #000;
}

body:not(.home) .for_shortcode_form form p span input::placeholder {
  color: #000;
}

body:not(.home) .for_shortcode_form form p button {
  width: 87px;
  background-color: #0d0d0d;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 34px;
  border: unset;
}

@media screen and (max-width: 1200px) {
  body:not(.home) .for_shortcode_form form p button {
    padding: 10px 15px;
  }
}

body .sidebar {
  width: 322px;
  padding-right: 25px;
  position: relative;
}

@media screen and (max-width: 992px) {
  body .sidebar {
    padding-right: 0;
  }
}

@media screen and (max-width: 350px) {
  body .sidebar {
    padding-right: 0;
    width: 100%;
  }
}

body .sidebar::after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  right: 2px;
  top: 0;
  background-color: #dfeffd;
}

@media screen and (max-width: 992px) {
  body .sidebar::after {
    display: none;
  }
}

body .sidebar .form {
  margin-bottom: 50px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 40px 3px rgba(123, 138, 172, 0.16);
          box-shadow: 0 0 40px 3px rgba(123, 138, 172, 0.16);
  padding: 25px;
}

body .sidebar .form h3 {
  margin-top: 2px;
  font-size: 20px;
  margin-bottom: 7px;
}

body .sidebar .form > p:first-of-type {
  font-size: 17px;
  padding-bottom: 18px;
  margin-bottom: 10px;
  position: relative;
}

body .sidebar .form > p:first-of-type::after {
  content: '';
  height: 1px;
  width: 100%;
  right: 0;
  bottom: 1px;
  position: absolute;
  background-color: #96a8b2;
  opacity: 0.37;
}

body .sidebar .form > p:last-of-type {
  margin-bottom: 12px;
}

body .sidebar .form form p {
  margin-bottom: 0;
}

body .sidebar .form form p input {
  border: none;
  height: 46px;
  background-color: #eef6fd;
  margin-bottom: 11px;
  border-radius: 4px;
  width: calc(100% - 20px);
  opacity: 0.73;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  padding-right: 20px;
}

body .sidebar .form form p input ::-webkit-input-placeholder {
  opacity: 0.73;
  color: #262626;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
}

body .sidebar .form form p input :-ms-input-placeholder {
  opacity: 0.73;
  color: #262626;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
}

body .sidebar .form form p input ::-ms-input-placeholder {
  opacity: 0.73;
  color: #262626;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
}

body .sidebar .form form p input ::placeholder {
  opacity: 0.73;
  color: #262626;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
}

body .sidebar .form .button {
  position: relative;
  margin-bottom: 10px;
}

body .sidebar .form .button button {
  height: 48px;
  width: 100%;
  border: none;
  -webkit-box-shadow: 0 9px 24px rgba(255, 67, 3, 0.25);
          box-shadow: 0 9px 24px rgba(255, 67, 3, 0.25);
  border-radius: 4px;
  background-color: #ff4303;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 37px;
  padding: 0;
}

body .sidebar .form .button .container {
  width: auto;
  position: absolute;
  bottom: 13px;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

body .sidebar .form .button .container_2 {
  left: 30px;
  right: unset;
  -webkit-transform: rotate(-90deg) translate(21px, 0px);
          transform: rotate(-90deg) translate(21px, 0px);
}

body .sidebar .form .button .chevron {
  position: absolute;
  width: 21px;
  height: 6.6px;
  opacity: 0;
  -webkit-animation: move-chevron 3s linear infinite;
          animation: move-chevron 3s linear infinite;
}

body .sidebar .form .button .chevron:first-child {
  -webkit-animation: move-chevron 3s linear 1s infinite;
          animation: move-chevron 3s linear 1s infinite;
}

body .sidebar .form .button .chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s linear 2s infinite;
          animation: move-chevron 3s linear 2s infinite;
}

body .sidebar .form .button .chevron:before,
body .sidebar .form .button .chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

body .sidebar .form .button .chevron:before {
  left: 0;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
}

body .sidebar .form .button .chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  66.6% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(42px);
            transform: translateY(42px);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  66.6% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(42px);
            transform: translateY(42px);
  }
}

body .sidebar .banner {
  margin-bottom: 42px;
  min-height: 250px;
  background-repeat: no-repeat;
  padding: 30px 15px;
}

body .sidebar .banner h5 {
  color: #f9fbfd;
  font-size: 16px;
  margin-top: 0;
  position: relative;
  margin-bottom: 8px;
}

body .sidebar .banner h5:first-of-type::after {
  content: '';
  width: 77px;
  height: 2px;
  background-color: #ff4303;
  position: absolute;
  bottom: -4px;
  right: 0px;
}

body .sidebar .banner h3 {
  margin-top: 16px;
  color: #f9fbfd;
  font-size: 20px;
  font-size: 20px;
}

body .sidebar .banner h3:first-of-type {
  font-size: 19px;
  margin-bottom: 0px;
}

body .sidebar .banner h3:last-of-type {
  font-size: 17px;
  margin-top: 3px;
}

body .sidebar .banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width: 110px;
    height: 39px;
  -webkit-box-shadow: 0 9px 24px rgba(255, 67, 3, 0.25);
          box-shadow: 0 9px 24px rgba(255, 67, 3, 0.25);
  border-radius: 4px;
  background-color: #ff4303;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

body .sidebar .banner a:hover {
  background-color: #d6e7eb ;
}

body .sidebar .our_services h2 {
  color: #1f67cc;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

body .sidebar .our_services h2::after {
  content: '';
  width: 63px;
  height: 1px;
  background-color: #dfeffd;
  position: absolute;
  right: 1px;
  bottom: 13px;
}

body .sidebar .our_services h2::before {
  content: '';
  width: 63px;
  height: 1px;
  background-color: #dfeffd;
  position: absolute;
  left: 1px;
  bottom: 13px;
}

body .sidebar .our_services .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .sidebar .our_services .items .item {
  display: block;
  -webkit-box-shadow: 0 0 21px rgba(213, 213, 213, 0.55);
          box-shadow: 0 0 21px rgba(213, 213, 213, 0.55);
  width: calc(100% / 2 - 10px);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

body .sidebar .our_services .items .item:hover {
  -webkit-box-shadow: 0 0 21px rgba(150, 150, 150, 0.6);
          box-shadow: 0 0 21px rgba(150, 150, 150, 0.6);
}

body .sidebar .our_services .items .item:hover p {
  color: #ff4303;
}

body .sidebar .our_services .items .item img {
  margin-top: 12px;
}

body .sidebar .our_services .items .item P {
  display: inline-block;
  margin-bottom: 13px;
  color: #1a1e27;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: -2px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

body .sidebar .our_services .items .item i {
  font-size: 13px;
  color: #ff4303;
  position: relative;
  top: -1px;
  left: -5px;
}

body .sidebar .our_customers_tell_us h2 {
  color: #1f67cc;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  letter-spacing: -1px;
  margin-top: 34px;
}

body .sidebar .our_customers_tell_us h2::after {
  content: '';
  width: 63px;
  height: 1px;
  background-color: #dfeffd;
  position: absolute;
  right: 1px;
  bottom: 13px;
}

body .sidebar .our_customers_tell_us h2::before {
  content: '';
  width: 63px;
  height: 1px;
  background-color: #dfeffd;
  position: absolute;
  left: 1px;
  bottom: 13px;
}

body .sidebar .our_customers_tell_us .quote {
  position: absolute;
  width: 35px;
  height: auto;
  right: 0px;
  left: 0;
  top: 25px;
  margin: 0 auto;
}

body .sidebar .our_customers_tell_us .item {
  padding: 32px 35px;
  padding-bottom: 12px;
  padding-top: 60px;
  margin-top: 25px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 21px rgba(213, 213, 213, 0.55);
          box-shadow: 0 0 21px rgba(213, 213, 213, 0.55);
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

body .sidebar .our_customers_tell_us .item .text {
  min-height: 200px;
  position: relative;
  line-height: 25px;
}

body .sidebar .our_customers_tell_us .item .text::after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #ebebeb;
  bottom: -15px;
  right: 1px;
  position: absolute;
}

body .sidebar .our_customers_tell_us .item .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -10px;
  position: relative;
  min-height: 75px;
}

body .sidebar .our_customers_tell_us .item .author img {
  width: 110px;
  position: absolute;
  bottom: 4px;
  right: -5px;
}

body .sidebar .our_customers_tell_us .item .author .author_text {
  text-align: right;
  width: 50%;
  position: absolute;
  bottom: 11px;
  left: -36px;
}

body .sidebar .our_customers_tell_us .item .author .author_text h5 {
  color: #1a1e27;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

body .sidebar .our_customers_tell_us .item .author .author_text span {
  font-size: 13px;
}

body .sidebar .our_customers_tell_us .item .author .author_text::after {
  content: '';
  width: 1px;
  height: 37px;
  background-color: #ebebeb;
  position: absolute;
  right: -30px;
  top: 1px;
}

body .sidebar .our_customers_tell_us .owl-stage-outer {
  direction: ltr;
  z-index: 1;
}

body .sidebar .our_customers_tell_us .owl-nav.disabled {
  display: block !important;
}

body .sidebar .our_customers_tell_us .owl-carousel {
  width: calc(100% + 30px);
  position: relative;
  right: -15px;
}

body .sidebar .our_customers_tell_us .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 61px;
  z-index: 99;
}

body .sidebar .our_customers_tell_us .owl-carousel .owl-nav button {
  background-color: transparent;
  font-size: 31px;
  outline: none;
}

body .sidebar .our_customers_tell_us .owl-carousel .owl-nav button i {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 31px;
  color: #f94203;
}

@media screen and (max-width: 375px) {
  body .sidebar .our_customers_tell_us .owl-carousel .owl-nav button i {
    width: 25px;
  }
}

body .sidebar .our_customers_tell_us .owl-carousel .owl-nav button:hover i {
  color: #1f67cd;
}

body .sidebar .our_customers_tell_us .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 32%;
}

body .sidebar .our_customers_tell_us .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 33%;
}

body .sidebar .our_customers_tell_us .owl-carousel .owl-dots {
  position: absolute;
  bottom: 33px;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 15px;
}

body .sidebar .our_customers_tell_us .owl-carousel .owl-dots span {
  border-radius: unset;
  width: 7px;
  height: 7px;
  margin: 0 2px;
}

body .sidebar .our_customers_tell_us .owl-carousel .owl-dots .active span {
  background-color: #1f67cd;
}

@media screen and (max-width: 350px) {
  body .sidebar h2::before, body .sidebar h2::after {
    width: 50px !important;
  }
}

body #el-article-posts .el-inner-content {
  margin-top: 46px;
  margin-bottom: 60px;
}

body #el-article-posts .el-inner-content .el-title-posts {
  font-size: 24px;
  font-family: Rubik, sans-serif;
  font-weight: 700;
  color: #ff4303;
  text-align: center;
  position: relative;
  position: relative;
}

body #el-article-posts .el-inner-content .el-title-posts::after {
  content: '';
  width: 38%;
  height: 1px;
  background-color: #e2f2fe;
  position: absolute;
  right: 1px;
  bottom: 12px;
}

body #el-article-posts .el-inner-content .el-title-posts::before {
  content: '';
  width: 38%;
  height: 1px;
  background-color: #e2f2fe;
  position: absolute;
  left: 1px;
  bottom: 12px;
}

@media screen and (max-width: 1200px) {
  body #el-article-posts .el-inner-content .el-title-posts::after, body #el-article-posts .el-inner-content .el-title-posts::before {
    width: 30%;
  }
}

@media screen and (max-width: 500px) {
  body #el-article-posts .el-inner-content .el-title-posts::after, body #el-article-posts .el-inner-content .el-title-posts::before {
    width: calc((100% - 150px - 30px)/2);
  }
}

body #el-article-posts .el-inner-content .el-wrap-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 22px;
}

body #el-article-posts .el-inner-content .el-wrap-posts article {
  border-radius: 4px;
  width: calc(100% / 3 - 15px);
  -webkit-box-shadow: 0 0 40px 3px rgba(123, 138, 172, 0.16);
          box-shadow: 0 0 40px 3px rgba(123, 138, 172, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 17px;
}

@media screen and (max-width: 1200px) {
  body #el-article-posts .el-inner-content .el-wrap-posts article {
    width: calc(100% / 2 - 15px);
  }
}

@media screen and (max-width: 550px) {
  body #el-article-posts .el-inner-content .el-wrap-posts article {
    width: 100%;
  }
}

body #el-article-posts .el-inner-content .el-wrap-posts article .el-thumb-article {
  width: 97px;
}

body #el-article-posts .el-inner-content .el-wrap-posts article .el-thumb-article img {
  margin-top: 17px;
  margin-bottom: 9px;
  margin-right: 19px;
}

body #el-article-posts .el-inner-content .el-wrap-posts article .el-article-content {
  width: calc(100% - 107px);
  padding-left: 10px;
}

body #el-article-posts .el-inner-content .el-wrap-posts article .el-article-content .el-title {
  margin-top: 10px;
  margin-bottom: 8px;
}

body #el-article-posts .el-inner-content .el-wrap-posts article .el-article-content .el-title:hover a {
  color: #ff4303;
}

body #el-article-posts .el-inner-content .el-wrap-posts article .el-article-content .el-title a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-family: Rubik, sans-serif;
  color: #262626;
  font-weight: 700;
  line-height: 22px;
}

@media screen and (max-width: 1500px) {
  body #el-article-posts .el-inner-content .el-wrap-posts article .el-article-content .el-title a {
    font-size: 13px;
  }
}

body #el-article-posts .el-inner-content .el-wrap-posts article .el-article-content .el-post-inf .el-date-publish {
  font-family: "almoni_regular", sans-serif;
  color: #707173;
  font-size: 14px;
}

body #el-article-posts .el-inner-content .el-wrap-posts article .el-article-content .el-post-inf .el-date-publish i {
  font-size: 11px;
  color: #1f67cd;
  margin-left: 11px;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

body .anim_show {
  -webkit-animation: show 10s linear;
          animation: show 10s linear;
}

body form input.wpcf7-not-valid {
  border: 2px solid #f00 !important;
}

body form input:active, body form input:focus {
  border-color: #85a7d6 !important;
  outline: unset;
}

body form button {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

body form button:hover {
  cursor: pointer;
}

body form span.wpcf7-not-valid-tip {
  display: none;
}

body form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
}

body form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  display: none !important;
}

body form .wpcf7-response-output.wpcf7-validation-errors {
  display: none;
}
#popmake-2573 {
  background-image: url(https://www.advising.co.il/wp-content/uploads/2019/06/asi_popup.jpg) !important;
}
body #popmake-2573 {
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 13px;
}

@media screen and (max-width: 600px) {
  body #popmake-2573 {
    background-image: unset;
  }
}

body #popmake-2573 .popmake-content {
  width: 58%;
  text-align: center;
  min-height: 292px;
}

@media screen and (max-width: 600px) {
  body #popmake-2573 .popmake-content {
    width: 100%;
  }
}

body #popmake-2573 .popmake-content h3 {
  font-size: 30px;
  margin-top: 2px;
  position: relative;
  margin-bottom: 22px;
  text-align: right;
    direction: ltr;
  margin-top: 20px;
}
body #popmake-2573 .popmake-content h3 br + span {
  font-weight: 300;
  font-size: 25px;
}

body #popmake-2573  div[role="form"] {
  width: 80%;
    float: right;
}


body #popmake-2573 .popmake-content p {
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

body #popmake-2573 .popmake-content form P {
  margin-bottom: 18px;
}

body #popmake-2573 .popmake-content form P input {
  border: none;
  height: 46px;
  background-image: unset;
  background-color: #fff;
  margin-bottom: 13px;
  border-radius: 4px;
  width: calc(100% - 20px);
  opacity: 0.73;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  padding-right: 45px;
  border: 1px solid #96a8b2;
}

body #popmake-2573 .popmake-content form P input:active, body #popmake-2573 .popmake-content form P input:focus {
  border: 2px solid #85a7d6;
}

body #popmake-2573 .popmake-content form P button {
  -webkit-box-shadow: 0 9px 29px rgba(255, 67, 3, 0.28);
          box-shadow: 0 9px 29px rgba(255, 67, 3, 0.28);
  width: 130px;
  background-color: #ff4303;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  border: unset;
  padding: 13px 13px;
  width: 92%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

body #popmake-2573 .popmake-content form P input[name="your-name"] {
  background-image: url(../img/user-regular.svg);
      background-size: 17px;
    background-repeat: no-repeat;
    background-position: 94%;
}
body #popmake-2573 .popmake-content form P input[name="your-phone"] {
  background-image: url(../img/phoneas.jpg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 94%;
}

@media screen and (max-width: 768px) {
  body #popmake-2573 div[role="form"] {
    width: 61% !important;
  }
  body #popmake-2573 .popmake-content form P button {
    padding: 10px;
  }
  body #popmake-2573 .popmake-content h3 {
    font-size: 26px;
    width: 80%;
  }
  body #el-mobile-menu .el-btn-row a {
    font-size: 12px;
  }
}

@media screen and (max-width: 450px) {
  body #popmake-2573 .popmake-content form P button {
    width: 83%;
    margin-top: 10px;
  }
}

body #popmake-2573 .popmake-close {
  color: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-43px, 2px);
          transform: translate(-43px, 2px);
}

@media screen and (max-width: 800px) {
  body #popmake-2573 .popmake-close {
    -webkit-transform: translate(1px, -15px);
            transform: translate(1px, -15px);
  }
}

body #popmake-2573 .popmake-close::before, body #popmake-2573 .popmake-close::after {
  content: '';
  height: 2px;
  width: 25px;
  background-color: #fff;
  position: absolute;
  top: 15px;
  right: 3px;
}

body #popmake-2573 .popmake-close::before {
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}

body #popmake-2573 .popmake-close::after {
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}

body #popmake-2573 .popmake-close:active, body #popmake-2573 .popmake-close:focus {
  outline: none;
}

body :focus {
  outline: none;
}

body.admin-bar #breadcrumbs_b {
  position: absolute;
  top: 90px;
}
body #breadcrumbs_b {
  position: absolute;
  top: 127px;
}


@media screen and (max-width: 992px) {
  body #breadcrumbs_b {
    top: 75px;
  }
  .single-post .single_p_inner .el-box .inner > article .entry-subhed {
   position: static !important;
  }

}

body #breadcrumbs_b span {
  font-size: 14px;
  font-weight: 400;
  color: #252525;
}

@media screen and (max-width: 450px) {
  body #breadcrumbs_b span {
    font-size: 13px;
  }
}

@media screen and (max-width: 350px) {
  body #breadcrumbs_b span {
    font-size: 12px;
  }
}

body #breadcrumbs_b i {
  font-size: 12px;
  margin: 0 12px;
}

@media screen and (max-width: 450px) {
  body #breadcrumbs_b i {
    margin: 0 6px;
  }
}

@media screen and (max-width: 350px) {
  body #breadcrumbs_b i {
    margin: 0 5px;
  }
}

body #breadcrumbs_b .current-item {
  color: #1f67cd;
}

body .pum-overlay::-webkit-scrollbar {
  display: none;
}

body.el-open-menu #Wrapper, body.el-open-menu footer, body.el-open-menu #el-main-header {
  right: 50%;
}

@media screen and (max-width: 355px) {
  body.el-open-menu #Wrapper, body.el-open-menu footer, body.el-open-menu #el-main-header {
    right: 55%;
  }
}

body #Wrapper, body footer {
  position: relative;
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

body .el-to-top {
  width: 45px;
  height: 45px;
  background-color: #000;
  padding-top: 1px;
  border-radius: 100%;
}

#el-main-header .el-box .el-wrap-components .el-btn-row a:hover {
  color:#fff;
}

body .el-to-top i {
  margin-top: 12px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

body .el-to-top:hover {
  background-color: #d6e7eb;
  color: #000;
}

body .el-to-top:hover i {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

body #mobile-fixed-button {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
  height: 50px;
  background: rgba(35, 67, 73, 0.82);
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 300;
}

body #mobile-fixed-button .el-link-btn {
  float: right;
  width: 50%;
  text-align: center;
  height: 50px;
}

body #mobile-fixed-button .el-link-btn a {
  text-decoration: none;
  padding: 9px 0;
  display: block;
}

body #mobile-fixed-button .el-link-btn .el-icon, body #mobile-fixed-button .el-link-btn .el-text {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

body #mobile-fixed-button .el-link-btn .el-text {
  line-height: 20px;
  font-weight: 400;
}

body #mobile-fixed-button .el-link-btn .el-icon {
  margin-left: 10px;
  font-size: 23px;
  display: inline-block;
}

body #mobile-fixed-button .el-link-btn .el-icon span {
  font-size: 23px;
}

body #mobile-fixed-button .el-link-btn.el-viber-btn {
  border-right: 1px solid #eaeaea;
}

body #mobile-fixed-button .el-link-btn.el-viber-btn .el-icon {
  -webkit-transform: rotate(260deg);
          transform: rotate(260deg);
  position: relative;
}

body #mobile-fixed-button .el-link-btn.el-phone-btn {
  border-right: 2px solid rgba(255, 255, 255, 0.56);
}

body #mobile-fixed-button .el-link-btn.el-viber-btn .el-icon, body #mobile-fixed-button .el-link-btn.el-phone-btn .el-icon {
  font-size: 16px;
  position: relative;
  top: 4px;
}

#el-main-header {
  min-height: 115px;
  z-index: 9999;
  border-bottom: 2px solid #e2f2fe;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media screen and (max-width: 1200px) {
  #el-main-header {
    min-height: 90px;
  }
}

@media screen and (max-width: 998px) {
  #el-main-header {
    min-height: 65px;
    border-bottom: 1px solid #c4e7ff;
  }
}

@media screen and (max-width: 992px) {
  #el-main-header .el-box {
    max-width: 100%;
    padding: 0;
  }
}

#el-main-header .el-box .el-wrap-components {
  padding-top: 24px;
}

@media (max-width: 1499px) and (min-width: 1200px) {
  #el-main-header .el-box .el-wrap-components {
    padding-top: 26px;
  }
}

@media screen and (max-width: 998px) {
  #el-main-header .el-box .el-wrap-components {
    padding-top: 13px;
  }
}

#el-main-header .el-box .el-wrap-components > div {
  padding-top: 0;
}

#el-main-header .el-box .el-wrap-components .el-logotype {
  margin-top: 14px;
}

@media screen and (max-width: 1500px) {
  #el-main-header .el-box .el-wrap-components .el-logotype {
    width: 140px;
  }
}

@media screen and (max-width: 1200px) {
  #el-main-header .el-box .el-wrap-components .el-logotype {
    padding-left: 5px;
  }
}

@media screen and (max-width: 998px) {
  #el-main-header .el-box .el-wrap-components .el-logotype {
    position: relative;
    right: -15px;
    margin-top: 4px;
  }
}

#el-main-header .el-box .el-wrap-components .el-logotype img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  position: relative;
  width: auto;
}

#el-main-header .el-box .el-wrap-components .el-main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #el-main-header .el-box .el-wrap-components .el-main-row {
    width: calc(100% - 145px);
  }
}

@media screen and (max-width: 992px) {
  #el-main-header .el-box .el-wrap-components .el-main-row {
    display: none;
  }
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  width: 457px;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-top-row .el-btn-row a {
  padding-right: 14px;
  padding-left: 0;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-top-row .el-btn-row a i {
  margin-left: 14px;
}

@media screen and (max-width: 1500px) {
  #el-main-header .el-box .el-wrap-components .el-main-row .el-top-row {
    width: 550px;
  }
}

@media screen and (max-width: 1200px) {
  #el-main-header .el-box .el-wrap-components .el-main-row .el-top-row {
    width: 360px;
  }
  #el-main-header .el-box .el-wrap-components .el-main-row .el-top-row .el-btn-row a {
    font-size: 16px;
  }
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-top-row .el-phone-row {
  margin-left: 13px;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-top-row .el-phone-row i {
  position: relative;
  left: -4px;
  top: 0px;
  font-size: 17px;
  color: #ff4303;
}

@media screen and (max-width: 1200px) {
  #el-main-header .el-box .el-wrap-components .el-main-row .el-top-row .el-phone-row i {
    font-size: 14px;
    left: -5px;
  }
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-top-row .el-phone-row span {
  position: relative;
  top: 0px;
  letter-spacing: -.1px;
  font-size: 19px;
  font-family: Rubik, sans-serif;
  font-weight: 700;
  color: #ff4303;
}

@media screen and (max-width: 1200px) {
  #el-main-header .el-box .el-wrap-components .el-main-row .el-top-row .el-phone-row span {
    font-size: 16px;
  }
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-top-row > div {
  display: block;
  height: 100%;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row {
  border-bottom: unset;
  margin-top: 0;
  width: calc(100% - 210px);
}

@media screen and (max-width: 1200px) {
  #el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row {
    width: calc(100% - 334px);
  }
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu {
  margin: 0;
  padding-right: 33px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1500px) {
  #el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu {
    padding-right: 10px;
  }
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu .el-parent a {
  padding-bottom: 0px;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu .el-parent a::after {
  display: none;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu .el-parent a::before {
  font-size: 9px;
  color: #ff4303;
  -webkit-transform: translate(3px, 7px);
          transform: translate(3px, 7px);
}

@media screen and (max-width: 1200px) {
  #el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu .el-parent a::before {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
  }
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu .el-submenu {
  -webkit-transform: translate(13%, -1px);
          transform: translate(13%, -1px);
  -webkit-box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.2);
          box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.2);
  background: #fff;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu .el-submenu::before {
  content: '';
  width: 0px;
  border: 6px solid transparent;
  border-bottom: 6px solid #ff4303;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -12px;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu .el-submenu ul.el-submenu-item {
  padding-right: 10px;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu .el-submenu ul.el-submenu-item li {
  text-align: right;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu .el-submenu ul.el-submenu-item li a {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu .el-submenu ul.el-submenu-item li a:hover {
  color: #ff4303;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu li {
  margin-left: 7%;
  list-style: none;
}

@media screen and (max-width: 1500px) {
  #el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu li {
    margin-left: 5%;
  }
}

@media screen and (max-width: 1200px) {
  #el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu li {
    margin-left: 4%;
  }
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu li a {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 45px;
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu li a span {
  font-family: Rubik, sans-serif;
  font-weight: 600;
  font-size: 19px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #262626;
}

@media screen and (max-width: 1200px) {
  #el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu li a span {
    font-size: 16px;
  }
}

#el-main-header .el-box .el-wrap-components .el-main-row .el-menu-row ul#el-nav-menu li a:hover span {
  color: #ff4303;
}

#el-main-header .el-box .el-wrap-components .el-btn-menu {
  display: none;
  right: 1px;
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  #el-main-header .el-box .el-wrap-components .el-btn-menu {
    display: block;
  }
}

#el-main-header .el-box .el-wrap-components .el-btn-menu .hamburger {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}

#el-main-header .el-box .el-wrap-components .el-btn-menu .hamburger span {
  margin-right: 20px;
  background-color: #1f67cd;
  margin-bottom: 0;
}

#el-main-header .el-box .el-wrap-components .el-btn-menu .hamburger span:first-child {
  margin-top: 0;
}

#el-main-header.scrolled {
  background-color: #fff;
}

#el-mobile-menu {
  background-color: #fff;
}

@media screen and (max-width: 998px) {
  #el-mobile-menu {
    width: 50%;
  }
}

@media screen and (max-width: 355px) {
  #el-mobile-menu {
    width: 55%;
  }
}

#el-mobile-menu .el-top-row {
  background-color: #fff;
  height: 55px;
  border-bottom-color: #c4e7ff;
}

#el-mobile-menu .el-top-row .el-mobile-logo {
  -webkit-transform: translate(-7px, 12px);
          transform: translate(-7px, 12px);
}

#el-mobile-menu .el-top-row .el-mobile-logo a img {
  width: 143px;
}

#el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu {
  padding-right: 0;
}

#el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu li {
  padding-right: 6px;
  list-style: none;
  border-bottom-color: #c4e7ff;
}

#el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu li:last-child {
  border-bottom: none;
}

#el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu li a {
  width: auto;
  color: #2c2b34;
  font-family: Rubik;
  font-size: 15px;
  font-weight: 700;
  padding: 22px 15px;
}

#el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu li ul.sub-menu {
  padding-right: 10px;
}

#el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu li ul.sub-menu li {
  list-style: none;
}

#el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu li ul.sub-menu li a {
  padding: 10px 15px;
}

#el-mobile-menu .el-menu-column .menu-header-menu-container ul#menu-header-menu li.menu-item-has-children::after {
  color: #ff4303;
  top: 20px;
}

#el-mobile-menu .el-btn-row {
  margin-top: 50px;
  margin-right: 21px;
}

#el-mobile-menu .el-btn-row a {
  font-size: 16px;
  padding: 13px 15px 13px 7px;
  border-radius: 2px;
}

#el-mobile-menu .el-btn-row a i {
  margin-left: 15px;
}

.home #main {
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .home #main {
    background: unset;
  }
}

.home p {
  line-height: 25px;
}

@media screen and (min-width: 999px) {
  .home #el-main-header:not(.scrolled) {
    border-bottom: unset;
  }
}

.home #el-main-header:not(.scrolled) .el-box .el-wrap-components .el-main-row .el-top-row .el-phone-row i, .home #el-main-header:not(.scrolled) .el-box .el-wrap-components .el-main-row .el-top-row .el-phone-row span {
  color: #000;
}

.home .banner {
  border-bottom: 2px solid #f1f2f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}

@media screen and (max-width: 992px) {
  .home .banner {
   /* background-image: unset !important;*/
  }
}

@media screen and (max-width: 500px) {
  .home .banner {
    border-bottom: unset;
  }
  .banner.bg_level_1 {
    background-size: contain;
  }
}

.home .banner .bg_level_2 {
  /*min-height: 867px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;*/
      min-height: 867px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top 0;
}

@media screen and (max-width: 1500px) {
  .home .banner .bg_level_2 {
    background-position: 58% 0;
  }
}

@media screen and (max-width: 1200px) {
  .home .banner .bg_level_2 {
    background-position: 47% 0;
  }
}

@media screen and (max-width: 768px) {
  .home .banner .bg_level_2 {
    background-image: unset !important;
  }
}

.home .banner .bg_level_2 .bg_level_2_768 {
  display: none;
}

@media (max-width: 768px) and (min-width: 376px) {
  .home .banner .bg_level_2 .bg_level_2_768 {
    display: block;
    width: 100%;
    border-bottom: 2px solid #f1f2f2;
    margin-top: 40px;
  }
}

.home .banner .bg_level_2 .bg_level_2_375 {
  display: none;
  margin-top: 65px;
}

@media screen and (max-width: 375px) {
  .home .banner .bg_level_2 .bg_level_2_375 {
    display: block;
  }
}

.home .banner .bg_level_2 .el-box {
  margin-top: 1px;
  position: relative;
}

.home .banner .bg_level_2 .el-box .text {
  padding-top: 155px;
  max-width: 715px;
}
.home .banner .bg_level_2 .el-box .text h3 + h3 {
  margin-top: 0px;
  line-height: 40px;
}

@media screen and (max-width: 992px) {
  .home .banner .bg_level_2 .el-box {
    max-width: 962px;
  }
  .home .banner .bg_level_2 .el-box .text{
    max-width: 305px;
  }
}

@media screen and (max-width: 768px) {
  .home .banner .bg_level_2 {
    min-height: 740px;
  }
  .bg_level_1 #table-of-contents {
    padding-top: 72px;
  }
  .home .banner .bg_level_2 .el-box {
    max-width: calc(100% - 30px);
    padding-top: 27px;
  }
  .home .banner .bg_level_2 .el-box .text {
    padding-top: 58px;
  }
  .home .banner .bg_level_2 .el-box .text{
    max-width: unset;
  }
  .home .banner .bg_level_2 .el-box .text h3 span {
    font-size: 40px!important;
  }
}

.home .banner .bg_level_2 .el-box .text h3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 450px) {
  .home .banner .bg_level_2 .el-box .text h3 {
    margin-top: -4px;
  }
}

@media screen and (max-width: 450px) {
  .home .banner .bg_level_2 .el-box .text h1 {
    font-size: 25px!important;
  } 
  .home .banner .bg_level_2 .el-box .text h3 span:first-of-type {
    font-size: 29px !important;
  }
}

@media screen and (max-width: 450px) {
  .home .banner .bg_level_2 .el-box .text h3 span:last-of-type {
    font-size: 16px !important;
    width: 106px;
    display: block;
  }
}

.home .banner .bg_level_2 .el-box .text h1 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 1px;
  margin-bottom: 30px;
  padding-bottom: 36px;
  border-bottom: 2px solid #e1e1e1;
}

@media screen and (max-width: 400px) {
  .home .banner .bg_level_2 .el-box .text h1 {
    margin-top: -3px;
    font-size: 23px;
    margin-bottom: 11px;
  }
}

.home .banner .bg_level_2 .el-box .chat_g {
  display: none;
  position: relative;
  max-width: 450px;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .home .banner .bg_level_2 .el-box .chat_g {
    max-width: 350px;
  }
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w {
  height: 336px;
  position: static;
  display: block;
  width: 100%;
  background-color: #ffffff63;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul {
  display: block;
  padding-bottom: 1px;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li {
  margin: 0;
  padding: 0;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li > div {
  margin-top: 34px;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  width: 100%;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li > div::after {
  display: none;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li > div .item {
  padding-top: 7px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(123, 138, 172, 0.14);
          box-shadow: 0 0 20px 3px rgba(123, 138, 172, 0.14);
  background-repeat: no-repeat;
  background-position-y: center;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li > div .item p {
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li > div > p {
  margin: 0 10px;
  font-size: 13px;
  color: #231f20;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble2 .item {
  margin-right: 10px;
  max-width: 252px;
  padding-right: 62px;
  background-position-x: calc(100% - 5px);
  position: relative;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble2 .item .f {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble2 .item .ar {
  position: absolute;
  right: -6px;
  bottom: 0px;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble2 > p {
  margin-right: 18px;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble {
  margin-top: 24px;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble .item {
  margin-right: 10px;
  padding-left: 47px;
  margin-left: 10px;
  padding-right: 18px;
  position: relative;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble .item p {
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 8px;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble > p {
  text-align-last: left;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble .f {
  position: absolute;
  left: 3px;
  bottom: 0px;
  top: 0;
  margin: auto 0;
  height: 49px;
  width: 49px;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble .ar {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: absolute;
  left: 0px;
  bottom: -5px;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li.slider .scroll {
  padding-right: 12px;
  margin-top: 0;
  padding-bottom: 30px;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li.slider .scroll a {
  margin-top: 24px;
  position: absolute;
  z-index: 999;
  -webkit-box-shadow: -7px 5px 19px rgba(255, 67, 3, 0.28);
          box-shadow: -7px 5px 19px rgba(255, 67, 3, 0.28);
  display: inline-block;
}

.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li.slider .scroll a i {
  margin-left: 20px;
}

.home .banner .bg_level_2 .el-box .button_d_div {
  display: none;
  width: 450px;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .home .banner .bg_level_2 .el-box .button_d_div {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .home .banner .bg_level_2 .el-box .button_d_div {
    max-width: 350px;
  }
}

@media screen and (max-width: 500px) {
  .home .banner .bg_level_2 .el-box .button_d_div {
    display: none;
  }
}

.home .banner .bg_level_2 .el-box .button_d_div .button_d {
  background-color: #1f67cd;
  display: inline-block;
  padding: 6px;
  padding-bottom: 5px;
  padding-top: 8px;
  border-radius: 4px;
  width: 29px;
  -webkit-animation: bounce 3s linear infinite, moveLeft 12s linear infinite;
          animation: bounce 3s linear infinite, moveLeft 12s linear infinite;
}

.home .banner .bg_level_2 .el-box .quote {
  position: absolute;
  top: 75%;
  left: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 32px 46px rgba(6, 29, 61, 0.42);
          box-shadow: 0 32px 46px rgba(6, 29, 61, 0.42);
  opacity: 0.84;
  border-radius: 10px;
  max-width: 158px;
  padding: 15px;
  padding-left: 7px;
}

@media screen and (max-width: 1500px) {
  .home .banner .bg_level_2 .el-box .quote {
    left: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .home .banner .bg_level_2 .el-box .quote {
    left: 30px;
  }
}

@media screen and (max-width: 992px) {
  .home .banner .bg_level_2 .el-box .quote {
    display: none;
  }
}

.home .banner .bg_level_2 .el-box .quote h4 {
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.home .banner .bg_level_2 .el-box .quote p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.home .banner .bg_level_2 .el-box .quote::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 26px solid white;
  border-right: 23px solid transparent;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -22px;
}

@media screen and (max-width: 768px) {
  .home .banner .bg_level_2 .el-box > div {
    margin: auto;
  }
}

.home .about {
  background: #d6e7eb url('../img/blue_part.png') no-repeat top;
  padding-bottom: 150px;
  padding-top: 200px;
  
}

.home .about .first {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
}

.home .about .first .right {
  max-width: 554px;
}

@media screen and (max-width: 1500px) {
  .home .about .first .right {
    max-width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .home .about .first .right {
    max-width: 100%;
  }
}

.home .about .first .right h2 {
  margin-top: 0;
}

.home .about .first #table-of-contents-about ul {
  margin: 0;
  padding: 0;
}

.home .about .first #table-of-contents-about li {
  display: inline-block;
  margin-bottom: 16px;
  list-style-type: none;
}

.home .about .first #table-of-contents-about li a {
  padding: 5px 8px; 
  background-color: #e8e8e8;
}

@media screen and (max-width: 768px) {
  .home .about .first .right h2 {
    margin-top: 35px;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 450px) {
  .home .about .first .right h2 {
    margin-top: 21px;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 450px) {
  .home .about .first .right p {
    margin-bottom: 6px;
  }
}

.home .about .first .left {
  height: 100%;
  max-width: 670px;
}

@media screen and (max-width: 1500px) {
  .home .about .first .left {
    max-width: 52%;
  }
}

@media screen and (max-width: 1200px) {
  .home .about .first .left {
    max-width: calc(46% - 68px);
  }
}

@media screen and (max-width: 768px) {
  .home .about .first .left {
    max-width: 100%;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .home .about .first .left {
    margin-left: 0px;
  }
}

.home .about .first .left img {
  width: 100%;
}

.home .about .first .left h2 {
  font-size: 29px;
  line-height: 25px;
  margin-top: 0;
  position: relative;
}

@media screen and (max-width: 450px) {
  .home .about .first .left h2 {
    margin-bottom: 40px;
  }
}

.home .about .first .left h2::after {
  content: '';
  width: 282px;
  height: 2px;
  background-color: #f1f2f2;
  position: absolute;
  bottom: -16px;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .home .about .first .left h2::after {
    width: 70%;
  }
}

.home .about .first .left p {
  margin-bottom: 9px;
}

.home .about .first .left ul {
  padding-right: 20px;
  margin-bottom: 13px;
}

.home .about .first .left ul li {
  margin-bottom: 8px;
  list-style: none;
  position: relative;
}

.home .about .first .left ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff4303;
  position: absolute;
  right: -15px;
  top: 6px;
}

.home .about .first .left .sub_title_small_m_b {
  margin-bottom: 1px;
}

.home .about .second {
  margin-top: 77px;
}

@media screen and (max-width: 450px) {
  .home .about .second {
    margin-top: 40px;
  }
}

.home .about .second h3 {
  margin-top: 0;
  font-size: 36px;
  color: #ff4303;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .home .about .second h3 {
    font-size: 28px;
  }
}

.home .about .second .item_list {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .about .second .item_list .item {
  background-color: #fff;
  padding: 0 10px;
  height: 130px;
  text-align: center;
  width: calc(100% / 4 - 41px);
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.22);
          box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.22);
}

@media screen and (max-width: 1500px) {
  .home .about .second .item_list .item {
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .home .about .second .item_list .item {
    width: calc(100% / 4 - 30px);
  }
}

@media screen and (max-width: 768px) {
  .home .about .second .item_list .item {
    width: calc(100% / 2 - 30px);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 450px) {
  .home .about .second .item_list .item {
    margin-bottom: 54px;
  }
}

.home .about .second .item_list .item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.home .about .second .item_list .item:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.home .about .second .item_list .item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.home .about .second .item_list .item:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.home .about .second .item_list .item img {
  position: absolute;
  top: -37px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .home .about .second .item_list .item img {
    width: 90px;
    top: -29px;
  }
}

.home .about .second .item_list .item p {
  font-size: 15px;
  font-weight: 700;
  margin-top: 93px;
}

@media screen and (max-width: 1500px) {
  .home .about .second .item_list .item p {
    margin-top: 89px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .home .about .second .item_list .item p {
    margin-top: 65px;
    margin-bottom: 18px;
    line-height: 18px;
    font-size: 14px;
  }
}

.home .about .text_under {
  margin-top: 42px;
  font-size: 20px;
  text-align: center;
  color: #262626;
}

@media screen and (max-width: 768px) {
  .home .about .text_under {
    margin-top: 1px;
  }
}

@media screen and (max-width: 450px) {
  .home .about .text_under {
    font-size: 18px;
    margin-top: -18px;
  }
}

.home .our_services {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .home .our_services {
    margin-bottom: 20px;
  }
  body #primary .method h2 {
      font-size: 30px;
      line-height: 37px;
  }
  .method .scrollbar-sp {
      max-height: 235px !important;
  }
  body.home .our_customers_tell_us .owl-carousel .owl-nav .owl-prev,
  body.home .our_customers_tell_us .owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    line-height: 23px;
    font-size: 24px;
  }
  .home .our_customers_tell_us .owl-carousel .owl-nav {
    top: 20px;
  }
  .home .our_customers_tell_us .owl-carousel .owl-dots {
    display: none !important;
  }
}

@media screen and (max-width: 450px) {
  .home .our_services {
    margin-bottom: 26px;
  }
}

.home .our_services h1 {
  margin-top: 55px;
  text-align: center;
  color: #000;
  margin-bottom: 39px;
  font-size: 35px;
}

@media screen and (max-width: 450px) {
  .home .our_services h2 {
    margin-top: 40px;
    margin-bottom: 22px;
  }
}

.home .our_services .repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home .our_services .repeater .item {
  background-color: #fff;
  width: calc(100%/3 - 35px);
  background-repeat: no-repeat;
  background-position: 2% 96%, left bottom;
  position: relative;
  border-radius: 10px;
  margin-bottom: 45px;
  padding-left: 15px;
  border: 1px solid #000;
  border-top-right-radius: 50px;
  padding-bottom: 45px;
}

@media screen and (max-width: 992px) {
  .home .our_services .repeater .item {
    width: calc(100%/2 - 30px);
  }
}

@media screen and (max-width: 650px) {
  .home .our_services .repeater .item {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .home .our_services .repeater .item {
    margin-bottom: 22px;
  }
}

.home .our_services .repeater .item:hover {
  -webkit-box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.42);
          box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.42);
  cursor: pointer;
}

.home .our_services .repeater .item h4 {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 24px;
  color: #1a1e27;
  margin-right: 25px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 25px;
}

@media screen and (max-width: 450px) {
  .home .our_services .repeater .item h4 {
    font-size: 20px;
    margin-top: 13px;
    margin-bottom: 8px;
    margin-right: 15px;
  }
}

.home .our_services .repeater .item p {
  font-size: 16px;
  color: #1a1e27;
  margin-right: 25px;
  margin-left: 10px;
  margin-bottom: 29px;
}

@media screen and (max-width: 450px) {
  .home .our_services .repeater .item p {
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .home .our_services .repeater .item {
    background: none !important;
    padding-bottom:5px;
  }
  .our_services .repeater .item img {
      padding: 15px;
      border-radius: 100%;
      margin-bottom: 0px;
      margin-top: 20px;
      margin-right: 17px;
      margin-left: 0px;
  }
}

.home .method .el-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .method .el-box .left {
  width: 610px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 40px;
  margin-top: 53px;
  min-height: 500px;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .home .method .el-box .left {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .home .method .el-box .left {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {
  .home .method .el-box .left {
    background-image: unset !important;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .home .method .el-box .left {
    margin-top: 21px;
    min-height: unset;
  }
}

.home .method .el-box .left h4 {
  text-align: center;
  font-size: 19px;
  position: relative;
  top: -57px;
}

@media screen and (max-width: 768px) {
  .home .method .el-box .left h4 {
    top: 1px;
  }
}

@media screen and (max-width: 450px) {
  .home .method .el-box .left h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

.home .method .el-box .left .diagram_768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .home .method .el-box .left .diagram_768 {
    display: inline-block;
  }
}

@media screen and (max-width: 580px) {
  .home .method .el-box .left .diagram_768 {
    width: 100%;
  }
}

.home .method .el-box .left > div {
  position: absolute;
  bottom: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 96px;
  height: 95px;
  border-radius: 50%;
}

.home .method .el-box .left > div img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .home .method .el-box .left > div img {
    display: none;
  }
}

.home .method .el-box .left > div:hover.img_1 {
  background-color: #d1d1d1;
}

.home .method .el-box .left > div:hover.img_2 {
  background-color: #ff4303;
}

.home .method .el-box .left > div:hover.img_3 {
  background-color: #8fb3e8;
}

.home .method .el-box .left > div:hover.img_4 {
  background-color: #1f67cd;
}

.home .method .el-box .left > div:hover:not(.hover) img {
  opacity: 0;
}

.home .method .el-box .left > div:hover.hover:hover {
  opacity: 1;
}

.home .method .el-box .left > div:hover.hover:hover img {
  z-index: 100;
}

.home .method .el-box .left > div span {
  position: absolute;
  top: 112px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .home .method .el-box .left > div span {
    font-size: 13px;
    top: 78px;
  }
}

@media screen and (max-width: 992px) {
  .home .method .el-box .left > div span {
    font-size: 13px;
    top: 58px;
  }
}

@media screen and (max-width: 768px) {
  .home .method .el-box .left > div span {
    display: none;
  }
}

.home .method .el-box .left .hover {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .home .method .el-box .left .hover {
    opacity: 0 !important;
  }
}

.home .method .el-box .left .img_1 {
  bottom: 114px;
  right: 38px;
}

@media screen and (max-width: 1200px) {
  .home .method .el-box .left .img_1 {
    bottom: 214px;
    right: 29px;
    width: 71px;
    height: 71px;
  }
}

@media screen and (max-width: 992px) {
  .home .method .el-box .left .img_1 {
    bottom: 363px;
    right: 22px;
    width: 55px;
    height: 55px;
  }
  .home .method .el-box .left .img_1 img {
    width: 35px;
  }
}

.home .method .el-box .left .img_2 {
  bottom: 42px;
  right: 180px;
}

@media screen and (max-width: 1200px) {
  .home .method .el-box .left .img_2 {
    bottom: 160px;
    right: 133px;
    width: 71px;
    height: 71px;
  }
}

@media screen and (max-width: 992px) {
  .home .method .el-box .left .img_2 {
    bottom: 321px;
    right: 102px;
    width: 55px;
    height: 55px;
  }
  .home .method .el-box .left .img_2 img {
    width: 35px;
  }
}

.home .method .el-box .left .img_3 {
  bottom: 42px;
  right: 336px;
}

@media screen and (max-width: 1200px) {
  .home .method .el-box .left .img_3 {
    bottom: 160px;
    right: 249px;
    width: 71px;
    height: 71px;
  }
}

@media screen and (max-width: 992px) {
  .home .method .el-box .left .img_3 {
    bottom: 321px;
    right: 191px;
    width: 55px;
    height: 55px;
  }
  .home .method .el-box .left .img_3 img {
    width: 35px;
  }
}

.home .method .el-box .left .img_4 {
  bottom: 114px;
  right: 476px;
}

@media screen and (max-width: 1200px) {
  .home .method .el-box .left .img_4 {
    bottom: 214px;
    right: 353px;
    width: 71px;
    height: 71px;
  }
}

@media screen and (max-width: 992px) {
  .home .method .el-box .left .img_4 {
    bottom: 363px;
    right: 271px;
    width: 55px;
    height: 55px;
  }
  .home .method .el-box .left .img_4 img {
    width: 35px;
  }
}

.home .method .el-box .right {
  width: 550px;
  margin-right: 0px;
}

@media screen and (max-width: 1200px) {
  .home .method .el-box .right {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {
  .home .method .el-box .right {
    width: 100%;
  }
}

.home .method .el-box .right h2 {
  margin-bottom: 18px;
}

@media screen and (max-width: 450px) {
  .home .method .el-box .right h2 {
    margin-bottom: 12px;
  }
}

.home .method .el-box .right p {
  line-height: 25px;
  margin-bottom: 11px;
}

@media screen and (max-width: 450px) {
  .home .method .el-box .right p {
    margin-bottom: 6px;
  }
}

.home .method .el-box .right a {
  display: inline-block;
  margin-top: 28px;
}

@media screen and (max-width: 450px) {
  .home .method .el-box .right a {
    margin-top: 12px;
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .home .our_path_to_success .el-box {
    padding: 0 0px;
    max-width: 100%;
  }
}

.home .our_path_to_success .el-box h2 {
  margin-top: 41px;
  text-align: center;
  color: #ff4303;
  margin-bottom: 39px;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .home .our_path_to_success .el-box h2 {
    margin-top: 30px;
    margin-bottom: 1px;
  }
}

@media screen and (max-width: 450px) {
  .home .our_path_to_success .el-box h2 {
    font-size: 27px !important;
    margin-top: 60px;
  }
}

.home .our_path_to_success .el-box .item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.22);
          box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.22);
  width: calc(100%/3 - 15px);
  background-repeat: no-repeat;
  background-position: right  center;
  position: relative;
  border-radius: 10px;
  margin-bottom: 34px;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .home .our_path_to_success .el-box .item {
    width: 100%;
    padding: 1px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 25px 7px rgba(123, 138, 172, 0.12);
            box-shadow: 0 0 25px 7px rgba(123, 138, 172, 0.12);
  }
}

.home .our_path_to_success .el-box .item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.home .our_path_to_success .el-box .item:nth-child(1)::before {
  content: '';
  height: 4px;
  width: 460px;
  position: absolute;
  background-color: #f5f6f6;
  right: 50%;
  bottom: -73px;
}

.home .our_path_to_success .el-box .item:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay:  0.3s;
  z-index: 999;
}

.home .our_path_to_success .el-box .item:nth-child(2)::after {
  content: '';
  width: 4px;
  height: 133px;
  background-color: #f5f6f6;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.home .our_path_to_success .el-box .item:nth-child(2)::before {
  content: '';
  height: 11px;
  width: 11px;
  position: absolute;
  background-color: #ff4303;
  right: calc(50% - 1px);
  bottom: -73px;
  z-index: 99;
  -webkit-transform: translate(6px, 3px);
          transform: translate(6px, 3px);
  border-radius: 50%;
}

.home .our_path_to_success .el-box .item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay:  0.6s;
}

.home .our_path_to_success .el-box .item:nth-child(3)::before {
  content: '';
  height: 4px;
  width: 459px;
  position: absolute;
  background-color: #f5f6f6;
  left: 50%;
  bottom: -73px;
  z-index: 1;
}

.home .our_path_to_success .el-box .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-right: 33px;
}

@media screen and (max-width: 992px) {
  .home .our_path_to_success .el-box .item img {
    width: auto;
    right: 1px;
  }
}

@media screen and (max-width: 450px) {
  .home .our_path_to_success .el-box .item img {
    margin-right: 17px;
    width: 60px;
  }
}

.home .our_path_to_success .el-box .item .hover {
  opacity: 0;
}

.home .our_path_to_success .el-box .item h4 {
  font-size: 24px;
  color: #1a1e27;
  margin-right: 141px;
  margin-bottom: 10px;
}

@media screen and (max-width: 450px) {
  .home .our_path_to_success .el-box .item h4 {
    margin-right: 90px;
    font-size: 20px;
    margin-top: 20px;
  }
}

.home .our_path_to_success .el-box .item p {
  font-size: 16px;
  color: #1a1e27;
  margin-right: 141px;
  margin-bottom: 29px;
}

@media screen and (max-width: 450px) {
  .home .our_path_to_success .el-box .item p {
    margin-right: 90px;
    font-size: 15px;
    margin-top: -1px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .home .our_path_to_success .el-box .item::before {
    display: none;
  }
}

.home .our_path_to_success .el-box .item::after {
  content: '';
  width: 4px;
  height: 73px;
  background-color: #f5f6f6;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .home .our_path_to_success .el-box .item::after {
    display: none;
  }
}

.home .our_path_to_success .el-box .repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .home .our_path_to_success .el-box .repeater {
    display: none;
  }
}

.home .our_path_to_success .el-box .ovl_carousel_container {
  display: none;
}

@media screen and (max-width: 992px) {
  .home .our_path_to_success .el-box .ovl_carousel_container {
    display: block;
  }
}

.home .our_path_to_success .el-box .ovl_carousel_container .owl-stage-outer {
  direction: ltr;
  z-index: 1;
}

.home .our_path_to_success .el-box .ovl_carousel_container .owl-nav.disabled {
  display: block !important;
}

.home .our_path_to_success .el-box .ovl_carousel_container .owl-carousel.car_2 .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 31px;
  z-index: 99;
}

.home .our_path_to_success .el-box .ovl_carousel_container .owl-carousel.car_2 .owl-nav button {
  background-color: transparent;
  font-size: 31px;
  outline: none;
}

.home .our_path_to_success .el-box .ovl_carousel_container .owl-carousel.car_2 .owl-nav button i {
  font-size: 31px;
  color: #f94203;
}

@media screen and (max-width: 375px) {
  .home .our_path_to_success .el-box .ovl_carousel_container .owl-carousel.car_2 .owl-nav button i {
    width: 25px;
  }
}

.home .our_path_to_success .el-box .ovl_carousel_container .owl-carousel.car_2 .owl-nav .owl-prev {
  position: absolute;
  left: 32%;
}

.home .our_path_to_success .el-box .ovl_carousel_container .owl-carousel.car_2 .owl-nav .owl-next {
  position: absolute;
  right: 33%;
}

.home .our_path_to_success .el-box .ovl_carousel_container .owl-carousel.car_2 .owl-dots {
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 15px;
}

.home .our_path_to_success .el-box .ovl_carousel_container .owl-carousel.car_2 .owl-dots span {
  border-radius: unset;
  width: 7px;
  height: 7px;
  margin: 0 2px;
}

.home .our_path_to_success .el-box .ovl_carousel_container .owl-carousel.car_2 .owl-dots .active span {
  background-color: #1f67cd;
}

.home .media {
  padding-top: 130px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: calc(50% - 15px) 99px;
}

@media screen and (max-width: 992px) {
  .home .media {
    background-image: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .home .media {
    padding-top: 90px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 450px) {
  .home .media {
    padding-top: 5px;
  }
}

.home .media .el-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.home .media .el-box .right {
  width: 615px;
  height: 624px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
  .home .media .el-box .right {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {
  .home .media .el-box .right {
    width: 100%;
    margin-top: 80px;
    height: 300px;
    background-size: contain;
  }
  .home .about {
    padding-top: 100px;
  }
}

.home .media .el-box .right a {
  position: relative;
  display: block;
}

.home .media .el-box .right a .image {
  width: 100%;
}

.home .media .el-box .right a .button {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translate(10px, 3px);
          transform: translate(10px, 3px);
}

.home .media .el-box .left {
  width: 555px;
}

@media screen and (max-width: 1500px) {
  .home .media .el-box .left {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {
  .home .media .el-box .left {
    width: 100%;
  }
}

.home .media .el-box .left h2 {
  margin-top: -19px;
  margin-bottom: 12px;
  font-weight: 300;
}
.home .media .el-box .left h2 strong {
  display: block;
}
.home .media .el-box .left p + h2 {
  font-size: 24px;
  font-weight: 600;
}

.home .media .el-box .left p {
  margin-bottom: 13px;
}

.home .our_customers_tell_us {
  margin-bottom: 89px;
  margin-top: 50px;

}

.our_customers_tell_us {
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 100px;
}



@media screen and (max-width: 768px) {
  .site-footer .middle .el-box .item_1 .social_div a {
    margin-left: 10px;
  }
  .home .our_customers_tell_us {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .floating-form__btn--mobile, .floating-form__btn--mobile:hover {
    background: #000 !important;
  }
  .floating-form__btn--mobile img {
    margin: 0 auto;
    display: block;
  }
  .site-footer{
    padding-bottom: 55px;
  }
  .site-footer .below .el-box .left p {
    line-height: 2 !important;
  }
}

@media screen and (max-width: 450px) {
  .home .our_customers_tell_us {
    padding-top: 40px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 450px) {
  .home .our_customers_tell_us .el-box {
    padding: 0 0px;
    max-width: 100%;
  }
}

.home .our_customers_tell_us .el-box h2 {
  font-size: 44px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.home .our_customers_tell_us .el-box .quote {
  position: absolute;
  width: 42px;
  height: 27px;
  right: -3px;
  top: -21px;
  z-index: -2;
}

.home .our_customers_tell_us .el-box .item {
  padding: 25px 27px 20px 27px;
  margin-top: 23px;
  margin-bottom: 50px;
  border:1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 450px) {
  .home .our_customers_tell_us .el-box .item {
    padding: 25px 30px;
    padding-bottom: 19px;
  }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0d0d0d;
}
.home .our_customers_tell_us .el-box .item .text {
  height: 215px;
  position: relative;
  overflow-y: scroll; 
}

body.home .our_customers_tell_us .el-box .item .author {
  border-top: 1px solid #000;
    margin-top: 20px;
}

.home .our_customers_tell_us .el-box .item .text p {
  padding-right: 5px;
  font-size: 16px;
  color: #0d0d0d;
}

@media (max-width: 1500px) and (min-width: 1200px) {
  .home .our_customers_tell_us .el-box .item .text {
    
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .home .our_customers_tell_us .el-box .item .text {
    nax-height: 250px;
  }
}

@media screen and (max-width: 450px) {
  .home .our_customers_tell_us .el-box .item .text p {
    line-height: 24px;
    margin-bottom: 1px;
  }
}

.home .our_customers_tell_us .el-box .item .text::after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #ebebeb;
  bottom: -25px;
  right: 1px;
  position: absolute;
}

@media screen and (max-width: 450px) {
  .home .our_customers_tell_us .el-box .item .text::after {
    bottom: -12px;
  }
}

.home .our_customers_tell_us .el-box .item .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 20px;
  position: relative;
  min-height: 75px;
}

@media screen and (max-width: 450px) {
  .home .our_customers_tell_us .el-box .item .author {
    margin-top: 1px;
  }
}

.home .our_customers_tell_us .el-box .item .author img {
  width: auto;
  max-width: 144px;
  max-height: 60px;
  position: absolute;
  bottom: 4px;
  right: -5px;
}
/*
::-webkit-scrollbar-button {
  width:6px;
  height:0px
}
::-webkit-scrollbar-track {
  background-color:#e5e6e6;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color:#222462;
  background-position:center;
  background-repeat:no-repeat;
}
::-webkit-resizer{
  width:7px;
  height:0px
}
::-webkit-scrollbar{
  width: 2px;
}
*/
@media screen and (max-width: 450px) {
  .home .our_customers_tell_us .el-box .item .author img {
    width: 132px;
  }
}

.home .our_customers_tell_us .el-box .item .author .author_text {
  text-align: right;
  width: 50%;
  position: absolute;
  bottom: 11px;
  left: -22px;
}

@media screen and (max-width: 450px) {
  .home .our_customers_tell_us .el-box .item .author .author_text {
    width: 37%;
  }
}

.home .our_customers_tell_us .el-box .item .author .author_text h5 {
  color: #1a1e27;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.home .our_customers_tell_us .el-box .item .author .author_text span {
  font-size: 13px;
}

.home .our_customers_tell_us .el-box .item .author .author_text::after {
  content: '';
  width: 1px;
  height: 37px;
  background-color: #000;
  position: absolute;
  right: -30px;
  top: 1px;
}

.home .our_customers_tell_us .owl-stage-outer {
  direction: ltr;
  z-index: 1;
}

.home .our_customers_tell_us .owl-nav.disabled {
  display: block !important;
}

.home .our_customers_tell_us .owl-carousel {
  position: relative;
}

.home .our_customers_tell_us .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 60px;
  margin: auto;
  direction: ltr;
}

@media screen and (max-width: 1200px) {
  .home .our_customers_tell_us .owl-carousel .owl-nav {
    bottom: 1px;
    position: relative;
    z-index: 99;
  }
}

.home .our_customers_tell_us .owl-carousel .owl-nav button {
  background-color: #fff;
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
  font-size: 31px;
  outline: none;
}

@media screen and (max-width: 600px) {
  .home .our_customers_tell_us .owl-carousel .owl-nav button {
    font-size: 45px;
  }
}

@media screen and (max-width: 375px) {
  .home .our_customers_tell_us .owl-carousel .owl-nav button {
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
    font-size: 30px;
  }
}

.home .our_customers_tell_us .owl-carousel .owl-nav button i {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.home .our_customers_tell_us .owl-carousel .owl-nav button:hover i {
  color: #1f67cd;
}

.home .our_customers_tell_us .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #000;
}

@media screen and (max-width: 1350px) {
  .home .our_customers_tell_us .owl-carousel .owl-nav .owl-prev {
    left: -21px;
  }
}

@media screen and (max-width: 1200px) {
  .home .our_customers_tell_us .owl-carousel .owl-nav .owl-prev {
    left: 34%;
  }
}

.home .our_customers_tell_us .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #000;
}

@media screen and (max-width: 1350px) {
  .home .our_customers_tell_us .owl-carousel .owl-nav .owl-next {
    right: -21px;
  }
}

@media screen and (max-width: 1200px) {
  .home .our_customers_tell_us .owl-carousel .owl-nav .owl-next {
    right: 34%;
  }
}

.home .our_customers_tell_us .owl-carousel .owl-dots {
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .home .our_customers_tell_us .owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 41px;
  }
}

@media screen and (max-width: 600px) {
  .home .our_customers_tell_us .owl-carousel .owl-dots {
    bottom: 80px;
  }
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0d0d0d !important;
  height: 3px !important;
}
.home .our_customers_tell_us .owl-carousel .owl-dots span {
  border-radius: unset;
  width: 40px;
  height: 2px;
}

@media screen and (max-width: 600px) {
  .home .our_customers_tell_us .owl-carousel .owl-dots span {
    margin: 5px 2px;
  }
}

@media screen and (max-width: 768px) {
  .home .our_customers_tell_us .quote_div {
    margin-top: 1px;
  }
}

.home .our_customers_tell_us .quote_div .text {
  position: relative;
  top: 17px;
}

.home .our_customers_tell_us .quote_div .text p {
  top: 0px;
}


@media screen and (max-width: 450px) {
  .home .contact {
    margin-bottom: 0px;
  }
  body.home .our_customers_tell_us .owl-carousel .owl-nav .owl-prev, body.home .our_customers_tell_us .owl-carousel .owl-nav .owl-next {
    top: 20px;
  }
}

.home .contact .for_shortcode_form {
  background-repeat: no-repeat;
  text-align: center;
  min-height: 296px;
  border-radius: 15px;
  padding: 10px;
  border:1px solid #0d0d0d;
  margin-top: -170px;
    background: #fff;
}

@media screen and (max-width: 768px) {
  .home .contact .for_shortcode_form {
    background-size: cover;
    background-position: center;
  }
}

.home .contact .for_shortcode_form h2 {
  color: #0d0d0d;
  padding-top: 42px;
  margin-top: 0;
  margin-bottom: 17px;
  font-weight: 300;
}

@media screen and (max-width: 450px) {
  .home .contact .for_shortcode_form h2 {
    padding-top: 19px;
    margin-bottom: 10px;
  }
}

.home .contact .for_shortcode_form > p {
  color: #0d0d0d;
}

.home .contact .for_shortcode_form > p:first-of-type {
  margin-bottom: 23px;
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .home .contact .for_shortcode_form > p:first-of-type {
    font-size: 18px;
  }
}

.home .contact .for_shortcode_form > p:last-of-type {
  margin-top: 10px;
  font-size: 18px;
  direction: ltr;
}

@media screen and (max-width: 768px) {
  .home .contact .for_shortcode_form > p:last-of-type {
    margin-top: 20px;
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.home .contact .for_shortcode_form > p:last-of-type i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 18px;
  margin-right: 11px;
}

.home .contact .for_shortcode_form form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .home .contact .for_shortcode_form form p span {
    width: 100%;
  }
}

.home .contact .for_shortcode_form form p span input {
  border: 1px solid #0d0d0d;
  background-color: transparent;
  height: 43px;
  max-width: 240px;
  margin-left: 19px;
  border-radius: 4px;
  font-size: 16px;
  color: #0d0d0d;
  padding-right: 17px;
}

@media screen and (max-width: 1200px) {
  .home .contact .for_shortcode_form form p span input {
    max-width: 200px;
  }
}

@media screen and (max-width: 992px) {
  .home .contact .for_shortcode_form form p span input {
    max-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .home .contact .for_shortcode_form form p span input {
    max-width: 100%;
    width: 70%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .home .contact .for_shortcode_form form p span input {
    margin-left: 0;
    width: 76%;
  }
}

.home .contact .for_shortcode_form form p span input::-webkit-input-placeholder {
  color: #0d0d0d;
}

.home .contact .for_shortcode_form form p span input:-ms-input-placeholder {
  color: #0d0d0d;
}

.home .contact .for_shortcode_form form p span input::-ms-input-placeholder {
  color: #0d0d0d;
}

.home .contact .for_shortcode_form form p span input::placeholder {
  color: #0d0d0d;
}

.home .contact .for_shortcode_form form p button {
  width: 108px;
  background-color: #0d0d0d;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 34px;
  border: unset;
}

@media screen and (max-width: 768px) {
  .home .contact .for_shortcode_form form p button {
    padding: 10px;
  }
}

@media screen and (max-width: 450px) {
  .home .contact .for_shortcode_form form p button {
    width: 83%;
    margin-top: 10px;
  }
}

.home #Wrapper {
  overflow-x: hidden;
}

.site-footer .above {
  -webkit-box-shadow: 0 2px 27px rgba(22, 130, 244, 0.14);
          box-shadow: 0 2px 27px rgba(22, 130, 244, 0.14);
}

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

@media screen and (max-width: 992px) {
  .site-footer .above .el-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .site-footer .above .el-box {
    padding: 0;
    max-width: 100%;
  }
}

.site-footer .above .el-box .item {
  height: 126px;
  padding-right: 130px;
  width: calc(100% / 4);
  background-repeat: no-repeat;
  background-position: calc(100% - 60px) calc(50% - 0px);
  position: relative;
}

@media screen and (max-width: 1500px) {
  .site-footer .above .el-box .item {
    padding-right: 100px;
    background-position: calc(100% - 30px) calc(50% - 0px);
  }
}

@media screen and (max-width: 1200px) {
  .site-footer .above .el-box .item {
    padding-right: 70px;
    background-position: calc(100% - 10px) calc(50% - 0px);
  }
}

@media screen and (max-width: 992px) {
  .site-footer .above .el-box .item {
    width: calc(100% / 2 - 70px);
    background-position: calc(100% - 10px) calc(50% - 0px);
  }
}

@media screen and (max-width: 992px) and (max-width: 992px) {
  .site-footer .above .el-box .item:nth-of-type(1)::after, .site-footer .above .el-box .item:nth-of-type(2)::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #dfeffd;
    right: 0px;
    bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .site-footer .above .el-box .item:nth-of-type(1)::before, .site-footer .above .el-box .item:nth-of-type(3)::before {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .site-footer .above .el-box .item {
    padding-right: 20px;
    width: calc(100% / 2 - 20px);
    padding-top: 30px;
    background-position: calc(100% - 20px) calc(10% - 0px);
    background-size: 35px;
    min-height: 115px;
  }
}

.site-footer .above .el-box .item::before {
  content: '';
  width: 1px;
  height: 60%;
  position: absolute;
  background-color: #dfeffd;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 992px) {
  .site-footer .above .el-box .item::before {
    height: 100%;
  }
}

.site-footer .above .el-box .item:last-of-type::after {
  content: '';
  width: 1px;
  height: 60%;
  position: absolute;
  background-color: #dfeffd;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 992px) {
  .site-footer .above .el-box .item:last-of-type::after {
    display: none;
  }
}

.site-footer .above .el-box .item h4 {
  margin-top: 27px;
  font-size: 19px;
  margin-bottom: 4px;
}

.site-footer .above .el-box .item p {
  margin-bottom: -3px;
  font-size: 15px;
}

@media screen and (max-width: 400px) {
  .site-footer .above .el-box .item p {
    font-size: 14px;
  }
}

.site-footer .above .el-box .item a {
  color: #505050;
}

.site-footer .middle {
  margin-top: 86px;
}

@media screen and (max-width: 450px) {
  .site-footer .middle {
    margin-top: 30px;
  }
}

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

@media screen and (max-width: 992px) {
  .site-footer .middle .el-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .site-footer .middle .el-box .item_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    position: relative;
    margin-bottom: 18px;
  }
  .site-footer .middle .el-box .item_1::after {
    content: '';
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    background-color: #dfeffd;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto 0;
  }
}

@media screen and (max-width: 500px) {
  .site-footer .middle .el-box .item_1 a {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 50%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .site-footer .middle .el-box .item_1 a img {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .site-footer .middle .el-box .item_1 a img {
    width: 132px;
  }
}

.site-footer .middle .el-box .item_1 .tel_title, .site-footer .middle .el-box .item_1 .email_title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 450px) {
  .site-footer .middle .el-box .item_1 .tel_title, .site-footer .middle .el-box .item_1 .email_title {
    margin-bottom: 0px;
  }
}

.site-footer .middle .el-box .item_1 .tel {
  font-size: 22px;
  color: #1f67cc;
  font-weight: 700;
  margin-bottom: -3px;
}

@media screen and (max-width: 450px) {
  .site-footer .middle .el-box .item_1 .tel {
    font-size: 16px;
  }
}

.site-footer .middle .el-box .item_1 .email_title {
  margin-bottom: 0px;
}

.site-footer .middle .el-box .item_1 .email {
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #1f67cc;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.site-footer .middle .el-box .item_1 .email:hover {
  color: #ff4303;
}

@media screen and (max-width: 500px) {
  .site-footer .middle .el-box .item_1 .gr1, .site-footer .middle .el-box .item_1 .gr2 {
    width: 50%;
    margin-top: 17px;
  }
}

.site-footer .middle .el-box .item_1 .footer_m_social_title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 31px;
  margin-bottom: 12px;
}

@media screen and (max-width: 500px) {
  .site-footer .middle .el-box .item_1 .footer_m_social_title {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .site-footer .middle .el-box .item_1 .social_div {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 50%;
    text-align: left;
  }
}

.site-footer .middle .el-box .item_1 .social_div a {
  width: 38px;
  height: 38px;
  background-color: #1f67cc;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: 3px;
  border-radius: 2px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.site-footer .middle .el-box .item_1 .social_div a i {
  vertical-align: bottom;
  color: #fff;
  height: 8px;
  width: 15px;
  position: relative;
  top: 2px;
  right: -1px;
}

.site-footer .middle .el-box .item_1 .social_div a:hover {
  background-color: #ff4303;
}

.site-footer .middle .el-box .item_5 a {
  line-height: 23px;
}

.site-footer .middle .el-box article {
  width: calc(100% / 5 - 30px);
  margin-left: 30px;
}

@media screen and (max-width: 992px) {
  .site-footer .middle .el-box article {
    width: calc(100% / 2 - 30px);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .site-footer .middle .el-box article {
    display: none;
  }
}

.site-footer .middle .el-box article .widget-title {
  color: #272728;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 45px;
  display: block;
  position: relative;
}

.site-footer .middle .el-box article .widget-title::after {
  content: '';
  width: 51px;
  height: 2px;
  background-color: #065aa5;
  position: absolute;
  right: -1px;
  bottom: -19px;
}

.site-footer .middle .el-box article ul {
  padding-right: 1px;
}

.site-footer .middle .el-box article ul li {
  list-style: none;
  margin-bottom: 15px;
}

.site-footer .middle .el-box article ul li a {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.site-footer .middle .el-box article ul li a:hover {
  color: #ff4303;
}

.site-footer .below {
  background-color: #f2f9fe;
}

.site-footer .below .el-box p {
  padding: 10px 0;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .site-footer .below .el-box p {
    font-size: 11px;
    padding: 10px 0;
  }
}

.site-footer .below .el-box .left {
  float: left;
}

.site-footer .below .el-box .left img {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .site-footer .below .el-box .left img {
    margin-right: 6px;
  }
}

@media screen and (max-width: 600px) {
  .site-footer .below .el-box .left img {
    width: 70px;
    height: auto;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.site-footer p {
  line-height: 25px;
}

.page-template-page-service #main {
  padding-top: 167px;
}

@media screen and (max-width: 992px) {
  .page-template-page-service #main {
    padding-top: 105px;
  }
}

.page-template-page-service #main .el-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .page-template-page-service #main .el-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-template-page-service #main .el-box .service_content {
  width: calc(100% - (350px  + 35px));
  margin-left: 30px;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .page-template-page-service #main .el-box .service_content {
    width: 100%;
    margin-left: 0px;
  }
}

.page-template-page-service #main .el-box .service_content .inner {
  -webkit-box-shadow: 0 0 40px 3px rgba(123, 138, 172, 0.16);
          box-shadow: 0 0 40px 3px rgba(123, 138, 172, 0.16);
  border-radius: 10px;
}

.page-template-page-service #main .el-box .service_content .inner .banner {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-right: 40px;
  padding-left: 50px;
  padding-bottom: 1px;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .page-template-page-service #main .el-box .service_content .inner .banner {
    padding-left: 20px;
    padding-right: 30px;
    background-size: cover;
  }
}

@media screen and (max-width: 1200px) {
  .page-template-page-service #main .el-box .service_content .inner .banner {
    display: none;
  }
}

.page-template-page-service #main .el-box .service_content .inner .banner h2 {
  padding-top: 100px;
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 81px;
}

@media screen and (max-width: 1500px) {
  .page-template-page-service #main .el-box .service_content .inner .banner h2 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.page-template-page-service #main .el-box .service_content .inner .banner P {
  line-height: 24px;
}

.page-template-page-service #main .el-box .service_content .inner .banner P:first-of-type {
  margin-bottom: 5px;
}

.page-template-page-service #main .el-box .service_content .inner .banner P:last-of-type {
  margin-bottom: 38px;
}

.page-template-page-service #main .el-box .service_content .inner > article {
  padding: 33px 44px;
  padding-left: 40px;
  padding-bottom: 37px;
}

@media screen and (max-width: 1200px) {
  .page-template-page-service #main .el-box .service_content .inner > article {
    padding: 33px 25px;
  }
}

@media screen and (max-width: 768px) {
  .page-template-page-service #main .el-box .service_content .inner > article {
    padding: 23px 15px;
  }
}

.page-template-page-about #main > .banner {
  min-height: 530px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page-template-page-about #main > .banner {
    min-height: 100px;
    background-image: unset !important;
    margin-bottom: 10px;
  }
}

.page-template-page-about #main > .banner .text {
  padding-left: 53%;
}

@media screen and (max-width: 768px) {
  .page-template-page-about #main > .banner .text {
    padding-left: 0;
  }
}

.page-template-page-about #main > .banner .text h1 {
  padding-top: 258px;
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 17px;
}

@media screen and (max-width: 992px) {
  .page-template-page-about #main > .banner .text h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .page-template-page-about #main > .banner .text h1 {
    padding-top: 100px;
    font-size: 28px;
  }
}

.page-template-page-about #main > .banner .text p {
  line-height: 25px;
  padding-left: 10%;
}

@media screen and (max-width: 992px) {
  .page-template-page-about #main > .banner .text p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-template-page-about #main > .banner .text p {
    padding-left: 0;
  }
}

.page-template-page-about #main > .el-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .page-template-page-about #main > .el-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-template-page-about #main > .el-box .about_content {
  width: calc(100% - (350px  + 35px));
  margin-left: 30px;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .page-template-page-about #main > .el-box .about_content {
    width: 100%;
    margin-left: 0px;
  }
}

.page-template-page-about #main > .el-box .about_content .inner {
  -webkit-box-shadow: 0 0 40px 3px rgba(123, 138, 172, 0.16);
          box-shadow: 0 0 40px 3px rgba(123, 138, 172, 0.16);
  border-radius: 10px;
}

.page-template-page-about #main > .el-box .about_content .inner > article {
  padding: 33px 44px;
  padding-left: 40px;
  padding-bottom: 37px;
}

@media screen and (max-width: 1200px) {
  .page-template-page-about #main > .el-box .about_content .inner > article {
    padding: 33px 25px;
  }
}

@media screen and (max-width: 768px) {
  .page-template-page-about #main > .el-box .about_content .inner > article {
    padding: 23px 15px;
  }
}

.page-template-page-about #main > .el-box .about_content .inner > article h4 {
  margin-top: 20px;
}

.page-template-page-about #main > .el-box .about_content .inner > article h4:first-of-type {
  margin-top: 8px;
}

.page-template-page-about #main > .el-box .about_content .inner > article .vp-s {
  margin-top: 40px;
  margin-bottom: 55px;
  display: block;
  text-align: center;
}

.page-template-page-about #main > .el-box .about_content .inner > article .vp-s img {
  width: 100%;
  max-width: 520px;
  height: auto;
}

.blog #main .banner, body.category #main .banner, body.search #main .banner {
  position: relative;
  min-height: 365px;
}

@media screen and (max-width: 600px) {
  .blog #main .banner, body.category #main .banner, body.search #main .banner {
    min-height: 300px;
    background-position: 10% bottom;
    background-size: 1100px;
    background-repeat: no-repeat;
  }
}

.blog #main .banner h2, body.category #main .banner h2, body.search #main .banner h2 {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: auto;
  text-align: center;
  top: 54%;
  font-size: 56px;
  color: #252525;
}

@media screen and (max-width: 600px) {
  .blog #main .banner h2, body.category #main .banner h2, body.search #main .banner h2 {
    font-size: 32px;
  }
}

.blog #main .banner .search, body.category #main .banner .search, body.search #main .banner .search {
  left: 0;
  right: 0;
  position: absolute;
  width: auto;
  text-align: center;
  top: 91%;
}

.blog #main .banner .search form, body.category #main .banner .search form, body.search #main .banner .search form {
  margin: auto;
  width: 428px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .blog #main .banner .search form, body.category #main .banner .search form, body.search #main .banner .search form {
    width: 70%;
  }
}

.blog #main .banner .search form input, body.category #main .banner .search form input, body.search #main .banner .search form input {
  background-color: #fff;
  width: calc( 100% - 32px);
  color: #1a1e27;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  border: unset;
  padding: 16px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 75px 7px rgba(102, 132, 201, 0.22);
          box-shadow: 0 0 75px 7px rgba(102, 132, 201, 0.22);
}

.blog #main .banner .search form input::-webkit-input-placeholder, body.category #main .banner .search form input::-webkit-input-placeholder, body.search #main .banner .search form input::-webkit-input-placeholder {
  color: #1a1e27;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
}

.blog #main .banner .search form input:-ms-input-placeholder, body.category #main .banner .search form input:-ms-input-placeholder, body.search #main .banner .search form input:-ms-input-placeholder {
  color: #1a1e27;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
}

.blog #main .banner .search form input::-ms-input-placeholder, body.category #main .banner .search form input::-ms-input-placeholder, body.search #main .banner .search form input::-ms-input-placeholder {
  color: #1a1e27;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
}

.blog #main .banner .search form input::placeholder, body.category #main .banner .search form input::placeholder, body.search #main .banner .search form input::placeholder {
  color: #1a1e27;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
}

.blog #main .banner .search form button, body.category #main .banner .search form button, body.search #main .banner .search form button {
  width: 36px;
  height: 36px;
  background-color: #ff4303;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  left: 1px;
  border-radius: 50%;
  border: unset;
}

.blog #main .banner .search form button i, body.category #main .banner .search form button i, body.search #main .banner .search form button i {
  position: relative;
  top: 1px;
  color: #fff;
}

.blog #main .category_list .el-box h4, body.category #main .category_list .el-box h4, body.search #main .category_list .el-box h4 {
  text-align: center;
  color: #1a1e27;
  font-size: 18px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.blog #main .category_list .el-box > ul, body.category #main .category_list .el-box > ul, body.search #main .category_list .el-box > ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog #main .category_list .el-box > ul > li, body.category #main .category_list .el-box > ul > li, body.search #main .category_list .el-box > ul > li {
  list-style: none;
  text-align: center;
  margin-bottom: 11px;
}

@media screen and (min-width: 1501px) {
  .blog #main .category_list .el-box > ul > li, body.category #main .category_list .el-box > ul > li, body.search #main .category_list .el-box > ul > li {
    width: calc(100% / 8 - 15px);
    margin-left: 16.875px;
  }
  .blog #main .category_list .el-box > ul > li:nth-child(8n), body.category #main .category_list .el-box > ul > li:nth-child(8n), body.search #main .category_list .el-box > ul > li:nth-child(8n) {
    margin-left: 0;
  }
}

@media (max-width: 1500px) and (min-width: 993px) {
  .blog #main .category_list .el-box > ul > li, body.category #main .category_list .el-box > ul > li, body.search #main .category_list .el-box > ul > li {
    width: calc(100% / 6 - 15px);
    margin-left: 17.5px;
  }
  .blog #main .category_list .el-box > ul > li:nth-child(6n), body.category #main .category_list .el-box > ul > li:nth-child(6n), body.search #main .category_list .el-box > ul > li:nth-child(6n) {
    margin-left: 0;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .blog #main .category_list .el-box > ul > li, body.category #main .category_list .el-box > ul > li, body.search #main .category_list .el-box > ul > li {
    width: calc(100% / 5 - 15px);
    margin-left: 18px;
  }
  .blog #main .category_list .el-box > ul > li:nth-child(5n), body.category #main .category_list .el-box > ul > li:nth-child(5n), body.search #main .category_list .el-box > ul > li:nth-child(5n) {
    margin-left: 0;
  }
}

@media (max-width: 768px) and (min-width: 451px) {
  .blog #main .category_list .el-box > ul > li, body.category #main .category_list .el-box > ul > li, body.search #main .category_list .el-box > ul > li {
    width: calc(100% / 3 - 10px);
    margin-left: 13.33333px;
  }
  .blog #main .category_list .el-box > ul > li:nth-child(3n), body.category #main .category_list .el-box > ul > li:nth-child(3n), body.search #main .category_list .el-box > ul > li:nth-child(3n) {
    margin-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .blog #main .category_list .el-box > ul > li, body.category #main .category_list .el-box > ul > li, body.search #main .category_list .el-box > ul > li {
    width: calc(100% / 2 - 10px);
    margin-left: 15px;
  }
  .blog #main .category_list .el-box > ul > li:nth-child(2n), body.category #main .category_list .el-box > ul > li:nth-child(2n), body.search #main .category_list .el-box > ul > li:nth-child(2n) {
    margin-left: 0;
  }
}

.blog #main .category_list .el-box > ul > li:first-child a, body.category #main .category_list .el-box > ul > li:first-child a, body.search #main .category_list .el-box > ul > li:first-child a {
  background-color: #1f67cd;
  color: #fff;
}

.blog #main .category_list .el-box > ul > li > a, body.category #main .category_list .el-box > ul > li > a, body.search #main .category_list .el-box > ul > li > a {
  display: block;
  border-radius: 2px;
  background-color: #eef6fd;
  font-size: 16px;
  color: #1a1e27;
  padding-top: 8px;
  padding-bottom: 10px;
}

.blog #main .posts_c, body.category #main .posts_c, body.search #main .posts_c {
  margin-top: 43px;
}

.blog #main .posts_c .el-box, body.category #main .posts_c .el-box, body.search #main .posts_c .el-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog #main .posts_c .el-box .single_post, body.category #main .posts_c .el-box .single_post, body.search #main .posts_c .el-box .single_post {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.22);
          box-shadow: 0 0 75px 7px rgba(123, 138, 172, 0.22);
  border-radius: 10px;
}

@media screen and (min-width: 1201px) {
  .blog #main .posts_c .el-box .single_post, body.category #main .posts_c .el-box .single_post, body.search #main .posts_c .el-box .single_post {
    width: calc(100% / 4 - 24px);
    margin-left: 30px;
  }
  .blog #main .posts_c .el-box .single_post:nth-child(4n), body.category #main .posts_c .el-box .single_post:nth-child(4n), body.search #main .posts_c .el-box .single_post:nth-child(4n) {
    margin-left: 0;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .blog #main .posts_c .el-box .single_post, body.category #main .posts_c .el-box .single_post, body.search #main .posts_c .el-box .single_post {
    width: calc(100% / 3 - 18px);
    margin-left: 24px;
  }
  .blog #main .posts_c .el-box .single_post:nth-child(3n), body.category #main .posts_c .el-box .single_post:nth-child(3n), body.search #main .posts_c .el-box .single_post:nth-child(3n) {
    margin-left: 0;
  }
}

@media (max-width: 992px) and (min-width: 550px) {
  .blog #main .posts_c .el-box .single_post, body.category #main .posts_c .el-box .single_post, body.search #main .posts_c .el-box .single_post {
    width: calc(100% / 2 - 14px);
    margin-left: 21px;
  }
  .blog #main .posts_c .el-box .single_post:nth-child(2n), body.category #main .posts_c .el-box .single_post:nth-child(2n), body.search #main .posts_c .el-box .single_post:nth-child(2n) {
    margin-left: 0;
  }
}

.blog #main .posts_c .el-box .single_post:hover .post_inf > a.title h2, body.category #main .posts_c .el-box .single_post:hover .post_inf > a.title h2, body.search #main .posts_c .el-box .single_post:hover .post_inf > a.title h2 {
  color: #ff4303;
}

.blog #main .posts_c .el-box .single_post .image a img, body.category #main .posts_c .el-box .single_post .image a img, body.search #main .posts_c .el-box .single_post .image a img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
}

.blog #main .posts_c .el-box .single_post .post_inf, body.category #main .posts_c .el-box .single_post .post_inf, body.search #main .posts_c .el-box .single_post .post_inf {
  padding: 0 20px;
}

.blog #main .posts_c .el-box .single_post .post_inf > a.title h2, body.category #main .posts_c .el-box .single_post .post_inf > a.title h2, body.search #main .posts_c .el-box .single_post .post_inf > a.title h2 {
  margin-top: 15px;
  margin-bottom: 19px;
  font-size: 20px;
  color: #1a1e27;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.blog #main .posts_c .el-box .single_post .post_inf .text, body.category #main .posts_c .el-box .single_post .post_inf .text, body.search #main .posts_c .el-box .single_post .post_inf .text {
  line-height: 24px;
  font-size: 15px;
  color: #1a1e27;
}

.blog #main .posts_c .el-box .single_post .post_inf a.link, body.category #main .posts_c .el-box .single_post .post_inf a.link, body.search #main .posts_c .el-box .single_post .post_inf a.link {
  background-color: #ff4303;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 22px;
  margin-top: 11px;
  margin-bottom: 41px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.blog #main .posts_c .el-box .single_post .post_inf a.link:hover, body.category #main .posts_c .el-box .single_post .post_inf a.link:hover, body.search #main .posts_c .el-box .single_post .post_inf a.link:hover {
  background-color: #d6e7eb ;
}

.blog #main .posts_c .el-box .single_post .post_inf a.link:hover i, body.category #main .posts_c .el-box .single_post .post_inf a.link:hover i, body.search #main .posts_c .el-box .single_post .post_inf a.link:hover i {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.blog #main .posts_c .el-box .single_post .post_inf a.link i, body.category #main .posts_c .el-box .single_post .post_inf a.link i, body.search #main .posts_c .el-box .single_post .post_inf a.link i {
  position: relative;
  right: 6px;
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.blog #main .posts_c .el-box .nav, body.category #main .posts_c .el-box .nav, body.search #main .posts_c .el-box .nav {
  width: 100%;
  margin: 36px 0;
  height: 20px;
  margin-bottom: 66px;
}

.blog #main .posts_c .el-box .nav nav, body.category #main .posts_c .el-box .nav nav, body.search #main .posts_c .el-box .nav nav {
  text-align: center;
}

.blog #main .posts_c .el-box .nav .screen-reader-text, body.category #main .posts_c .el-box .nav .screen-reader-text, body.search #main .posts_c .el-box .nav .screen-reader-text {
  display: none;
}

.blog #main .posts_c .el-box .nav .nav-links .current, body.category #main .posts_c .el-box .nav .nav-links .current, body.search #main .posts_c .el-box .nav .nav-links .current {
  padding: 8px 17px;
  position: relative;
  display: inline-block;
}

.blog #main .posts_c .el-box .nav .nav-links .current::after, body.category #main .posts_c .el-box .nav .nav-links .current::after, body.search #main .posts_c .el-box .nav .nav-links .current::after {
  content: '';
  position: absolute;
  width: 31px;
  height: 31px;
  border: 2px solid #1f67cd;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.blog #main .posts_c .el-box .nav .nav-links a, body.category #main .posts_c .el-box .nav .nav-links a, body.search #main .posts_c .el-box .nav .nav-links a, .blog #main .posts_c .el-box .nav .nav-links > span, body.category #main .posts_c .el-box .nav .nav-links > span, body.search #main .posts_c .el-box .nav .nav-links > span {
  font-size: 12px;
  margin: 0 18px;
  color: #1a1e27;
  font-weight: 400;
}

.blog #main .posts_c .el-box .nav .nav-links .next, body.category #main .posts_c .el-box .nav .nav-links .next, body.search #main .posts_c .el-box .nav .nav-links .next, .blog #main .posts_c .el-box .nav .nav-links .prev, body.category #main .posts_c .el-box .nav .nav-links .prev, body.search #main .posts_c .el-box .nav .nav-links .prev {
  background-color: #1f67cd;
  padding: 9px 17px 12px 18px;
  border-radius: 6px;
  position: relative;
  top: -2px;
}

.blog #main .posts_c .el-box .nav .nav-links .next span, body.category #main .posts_c .el-box .nav .nav-links .next span, body.search #main .posts_c .el-box .nav .nav-links .next span, .blog #main .posts_c .el-box .nav .nav-links .prev span, body.category #main .posts_c .el-box .nav .nav-links .prev span, body.search #main .posts_c .el-box .nav .nav-links .prev span {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

.blog #main .posts_c .el-box .nav .nav-links .next span i, body.category #main .posts_c .el-box .nav .nav-links .next span i, body.search #main .posts_c .el-box .nav .nav-links .next span i, .blog #main .posts_c .el-box .nav .nav-links .prev span i, body.category #main .posts_c .el-box .nav .nav-links .prev span i, body.search #main .posts_c .el-box .nav .nav-links .prev span i {
  font-size: 10px;
  position: relative;
  top: -1px;
  right: 5px;
}

.blog #main .posts_c .el-box .nav .nav-links .prev i, body.category #main .posts_c .el-box .nav .nav-links .prev i, body.search #main .posts_c .el-box .nav .nav-links .prev i {
  top: -1px !important;
  right: -6px !important;
}

body.category #main .category_list .el-box > ul > li:first-child a, body.search #main .category_list .el-box > ul > li:first-child a {
  background-color: #eef6fd;
  color: #1a1e27;
}

body.category #main .category_list .el-box > ul > li.current-cat a, body.search #main .category_list .el-box > ul > li.current-cat a {
  background-color: #1f67cd;
  color: #fff;
}

.single-post.admin-bar .single_p_inner {
  padding-top: 120px;
}
.single-post .single_p_inner {
  padding-top: 160px;
}

@media screen and (max-width: 992px) {
  .single-post .single_p_inner {
    padding-top: 105px;
  }
}

.single-post .single_p_inner .el-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .single-post .single_p_inner .el-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
 width: 90% !important;
  }
}

.single-post .single_p_inner .el-box .inner {
  width: calc(100% - (275px + 35px));
  margin-left: 20px;
}

@media screen and (max-width: 992px) {
  .single-post .single_p_inner .el-box .inner {
    width: 100%;
    margin-left: 0px;
  }
}

.single-post .single_p_inner .el-box .inner > article {
  padding: 25px 25px;
  padding-top: 10px;
  margin-bottom: 40px;
  padding-left: 11px;
  position: relative;
  -webkit-box-shadow: 0 0 40px 3px rgba(123, 138, 172, 0.16);
          box-shadow: 0 0 40px 3px rgba(123, 138, 172, 0.16);
}

@media screen and (max-width: 992px) {
  .single-post .single_p_inner .el-box .inner > article {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 450px) {
  .single-post .single_p_inner .el-box .inner > article {
    padding: 20px 15px;
  }
}

.single-post .single_p_inner .el-box .inner > article .entry-head h1 {
  margin-top: 0;
  color: #262626;
  font-size: 33px;
  margin-bottom: 22px;
      border-bottom: 1px solid #dfeffd;
    padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .single-post .single_p_inner .el-box .inner > article .entry-head h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 450px) {
  .single-post .single_p_inner .el-box .inner > article .entry-head h1 {
    font-size: 26px;
  }
}

.single-post .single_p_inner .el-box .inner > article .entry-subhed {
  margin-bottom: 27px;
  padding-bottom: 18px;
    position: absolute;
    left: 20px;
    top: 20px;
}

@media screen and (max-width: 768px) {
  .single-post .single_p_inner .el-box .inner > article .entry-subhed {
    margin-bottom: 10px;
  }
}

.single-post .single_p_inner .el-box .inner > article .entry-subhed .entry-meta {
  color: #262626;
  font-size: 14px;
  font-family: Rubik, sans-serif;
}

.single-post .single_p_inner .el-box .inner > article .entry-subhed .entry-meta span {
  font-size: 14px;
  color: #1f67cd;
}

.single-post .single_p_inner .el-box .inner > article .soc_icon_muve {
  vertical-align: top;
  text-align: left;
}

@media screen and (min-width: 993px) {
  .single-post .single_p_inner .el-box .inner > article .soc_icon_muve {
    display: inline-block;
    float: none;
    width: 40px;
    position: absolute;
    right: -64px;
  }
}

@media screen and (max-width: 992px) {
  .single-post .single_p_inner .el-box .inner > article .soc_icon_muve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.single-post .single_p_inner .el-box .inner > article .soc_icon_muve > a {
  margin-bottom: 9px;
  padding-top: 13px;
  text-align: center;
  display: block;
  background-color: #dadad9;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1em;
  width: 40px;
  height: 28px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 992px) {
  .single-post .single_p_inner .el-box .inner > article .soc_icon_muve > a {
    margin-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .single-post .single_p_inner .el-box .inner > article .soc_icon_muve > a {
    width: 30px;
    height: 20px;
    padding-top: 8px;
  }
}

.single-post .single_p_inner .el-box .inner > article .soc_icon_muve > a:nth-last-of-type(4) {
  background-color: #3a559f;
}

.single-post .single_p_inner .el-box .inner > article .soc_icon_muve > a:nth-last-of-type(3) {
  background-color: #50abf1;
}

.single-post .single_p_inner .el-box .inner > article .soc_icon_muve > a:nth-last-of-type(2) {
  background-color: #0084b1;
}

.single-post .single_p_inner .el-box .inner > article .soc_icon_muve > a:nth-last-of-type(1) {
  background-color: #0e151d;
}

@media screen and (max-width: 768px) {
  .single-post .single_p_inner .el-box .inner > article .soc_icon_muve > a i {
    font-size: 12px;
  }
}

.single-post .single_p_inner .el-box .inner > article .entry-content {
  padding-left: 15px;
}
.single-post .single_p_inner .el-box .inner > article .entry-content .post-thumbnail {
      height: 320px;
    background-size: 100% auto;
    margin-bottom: 30px;
    background-position: 50% 50% !important;
}

@media screen and (max-width: 992px) {
  .single-post .single_p_inner .el-box .inner > article .entry-content {
    padding-left: 0px;
  }
}

.single-post .single_p_inner .el-box .inner > article .entry-content .post-thumbnail img {
  width:auto;
  height: auto;
}

.entry-date_autor {
    display: block;
    width: 100%;
    font-family: Rubik, sans-serif;
    margin-top: -27px;
    border-bottom: 1px solid #262626;
    padding-bottom: 40px;
    margin-bottom: 15px;
}
.entry-date_autor .date {
    float: left;
    color: #333;
    font-size: 15px;
    padding: 10px 15px;
}
.entry-date_autor .date span {
    margin-right: 5px;
}
.entry-date_autor .autor {
    float: right;
    color: #333;
    font-size: 15px;
    padding: 10px 15px;
}
.entry-date_autor .autor .autor_text {
    float: left;
    margin: 0 9px 0 0;
    color: #333;
    font-size: 15px;
    line-height: 1;
    margin-top: 1px;
}
.entry-date_autor .autor div.avatar {
    float: right;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: 0;
    margin-top: -35px;
}
.entry-date_autor .autor .avatar img {
    width: 100%;
    height: auto;
    border-radius: 0%;
}
.entry-date_autor a:focus,.entry-date_autor a:hover, .entry-date_autor a {
    color: #ff4303 !important;
    text-decoration: underline;
}
.clear {
  clear: both;
}

.single-post .single_p_inner .el-box .inner > article .entry-content h4 {
  margin-top: 22px;
}

@media (max-width: 1500px) and (min-width: 1200px) {
  .single-post .single_p_inner .el-box .inner > article .entry-content .for_shortcode_form form p span input {
    max-width: 143px;
    margin-left: 10px;
  }
}

.single-post .single_p_inner .el-box .inner > article .entry-content .b_button_cont {
  border-top: 5px solid #e2f2fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
}

.single-post .single_p_inner .el-box .inner > article .entry-content .b_button_cont .d_inline_b a {
  display: block;
  border-radius: 2px;
  background-color: #1f67cd;
  font-size: 16px;
  color: #fff;
  padding: 11px 26px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.single-post .single_p_inner .el-box .inner > article .entry-content .b_button_cont .d_inline_b a:hover {
  background-color: #1052af;
}

.single-post .single_p_inner .el-box .inner > article .entry-content .b_button_cont .d_inline_b a p {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.single-post .single_p_inner .el-box .inner > article .entry-content .b_button_cont .d_inline_b a i {
  position: relative;
  right: -5px;
  top: 1px;
  font-size: 14px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.single-post .single_p_inner .el-box .inner > article .entry-content .b_button_cont .d_inline_b a.next_post_e:hover i {
  right: -15px;
}

.single-post .single_p_inner .el-box .inner > article .entry-content .b_button_cont .d_inline_b a.prev_post_e i {
  position: relative;
  right: 5px;
}

.single-post .single_p_inner .el-box .inner > article .entry-content .b_button_cont .d_inline_b a.prev_post_e:hover i {
  right: 15px;
}

.single-post .single_p_inner .el-box .inner > article .entry-content .b_button_cont .d_inline_b:first-child {
  margin-left: 20px;
}

.page-template-page-contact .site-footer .above {
  display: none;
}

.page-template-page-contact .content-area {
  padding-top: 1px;
}

.page-template-page-contact .content-area #main {
  background-repeat: no-repeat;
  background-size: 106% auto, auto auto, 106% auto;
  background-position: center bottom, center calc(100% - 37px), 30px calc(100% - 35px);
  padding-bottom: 145px;
  -webkit-animation: sea  2s infinite linear;
          animation: sea  2s infinite linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@media screen and (max-width: 1500px) {
  .page-template-page-contact .content-area #main {
    padding-bottom: 200px;
    background-size: auto auto, auto auto, auto auto;
  }
}

@media screen and (max-width: 500px) {
  .page-template-page-contact .content-area #main {
    padding-bottom: 200px;
    background-size: auto auto, 380px auto, auto auto;
  }
}

@media screen and (max-width: 400px) {
  .page-template-page-contact .content-area #main {
    padding-bottom: 200px;
    background-size: auto auto, 310px auto, auto auto;
  }
}

@-webkit-keyframes sea {
  from {
    background-position: 0px bottom, center calc(100% - 37px), -60px calc(100% - 25px);
  }
  50% {
    background-position: -30px bottom, center calc(100% - 37px), -30px calc(100% - 25px);
  }
  to {
    background-position: -60px bottom, center calc(100% - 37px), 0px calc(100% - 25px);
  }
}

@keyframes sea {
  from {
    background-position: 0px bottom, center calc(100% - 37px), -60px calc(100% - 25px);
  }
  50% {
    background-position: -30px bottom, center calc(100% - 37px), -30px calc(100% - 25px);
  }
  to {
    background-position: -60px bottom, center calc(100% - 37px), 0px calc(100% - 25px);
  }
}

.page-template-page-contact .content-area #main .el-box .inner {
  position: relative;
  margin-top: 184px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .page-template-page-contact .content-area #main .el-box .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    padding-top: 105px;
  }
}

.page-template-page-contact .content-area #main .el-box .inner::before {
  height: 100%;
  max-height: 511px;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 433px;
  -webkit-box-shadow: 0 0 35px 7px rgba(123, 138, 172, 0.2);
          box-shadow: 0 0 35px 7px rgba(123, 138, 172, 0.2);
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .page-template-page-contact .content-area #main .el-box .inner::before {
    width: 303px;
    background-position: center;
  }
}

@media screen and (max-width: 992px) {
  .page-template-page-contact .content-area #main .el-box .inner::before {
    display: none;
  }
}

.page-template-page-contact .content-area #main .el-box .inner h2 {
  color: #1f67cc;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .page-template-page-contact .content-area #main .el-box .inner h2 {
    font-size: 32px;
  }
  .single-post .single_p_inner .el-box .inner > article .entry-content .post-thumbnail {
    height: 223px;
    background-repeat: no-repeat;
  }
 .single-post .entry-date_autor .date,  .single-post .entry-date_autor .autor .autor_text {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
body.single-post .entry-date_autor .date,  body.single-post .entry-date_autor .autor .autor_text {
    font-size: 11px;
  }
}

.page-template-page-contact .content-area #main .el-box .inner .contact_form {
  width: 31%;
  margin-left: 130px;
}

@media screen and (max-width: 1500px) {
  .page-template-page-contact .content-area #main .el-box .inner .contact_form {
    margin-left: 45px;
  }
}

@media screen and (max-width: 992px) {
  .page-template-page-contact .content-area #main .el-box .inner .contact_form {
    width: 46%;
    margin-left: 8%;
  }
}

@media screen and (max-width: 600px) {
  .page-template-page-contact .content-area #main .el-box .inner .contact_form {
    width: 100%;
    margin-left: 0;
  }
}

.page-template-page-contact .content-area #main .el-box .inner .contact_form label span {
  font-size: 15px;
  color: #262626;
  font-weight: 700;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_form label input, .page-template-page-contact .content-area #main .el-box .inner .contact_form label textarea {
  margin-top: 5px;
  margin-bottom: -7px;
  width: calc(100% - 42px);
  height: 46px;
  border-radius: 4px;
  background-color: #eef6fd;
  opacity: 0.79;
  border: unset;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 42px;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_form label input::-webkit-input-placeholder, .page-template-page-contact .content-area #main .el-box .inner .contact_form label textarea::-webkit-input-placeholder {
  color: #757779;
  font-size: 15px;
  font-family: Rubik, sans-serif;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_form label input:-ms-input-placeholder, .page-template-page-contact .content-area #main .el-box .inner .contact_form label textarea:-ms-input-placeholder {
  color: #757779;
  font-size: 15px;
  font-family: Rubik, sans-serif;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_form label input::-ms-input-placeholder, .page-template-page-contact .content-area #main .el-box .inner .contact_form label textarea::-ms-input-placeholder {
  color: #757779;
  font-size: 15px;
  font-family: Rubik, sans-serif;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_form label input::placeholder, .page-template-page-contact .content-area #main .el-box .inner .contact_form label textarea::placeholder {
  color: #757779;
  font-size: 15px;
  font-family: Rubik, sans-serif;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_form label textarea {
  width: calc(100% - 15px);
  min-height: 100px;
  padding-top: 15px;
  padding-right: 15px;
  resize: none;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_form button {
  -webkit-box-shadow: 0 10px 24px rgba(101, 100, 100, 0.42);
          box-shadow: 0 10px 24px rgba(101, 100, 100, 0.42);
  margin-top: 10px;
  background-color: #ff4303;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  border: unset;
  padding: 15px 20px;
}

@media screen and (max-width: 992px) {
  .page-template-page-contact .content-area #main .el-box .inner .contact_items {
    width: 46%;
  }
}

@media screen and (max-width: 600px) {
  .page-template-page-contact .content-area #main .el-box .inner .contact_items {
    width: 100%;
    margin-top: 20px;
  }
}

.page-template-page-contact .content-area #main .el-box .inner .contact_items .item {
  padding-right: 73px;
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 99px;
  border-top: 1px solid #ebebeb;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_items .item:first-of-type {
  padding-top: 3px;
  border-top: unset;
  min-height: 86px;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_items .item h4 {
  margin-top: 19px;
  font-size: 18px;
  margin-bottom: 7px;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_items .item p {
  margin-bottom: 1px;
}

.page-template-page-contact .content-area #main .el-box .inner .contact_items .item p.contact_page_tel {
  font-size: 22px;
  font-weight: 700;
}

.page-template-page-contact .content-area #main .map_mob {
  display: none;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .page-template-page-contact .content-area #main .map_mob {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .page-template-page-contact .content-area #main .map_mob {
    width: 100%;
  }
}

.page-template-page-test #main {
  padding-top: 141px;
  padding-bottom: 105px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .page-template-page-test #main {
    padding-top: 105px;
    background-image: unset !important;
  }
}

.page-template-page-test #main .el-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page-template-page-test #main .el-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .page-template-page-test #main .el-box .right {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .page-template-page-test #main .el-box .right {
    width: 100%;
  }
}

.page-template-page-test #main .el-box .right > h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .page-template-page-test #main .el-box .right > h1 {
    font-size: 38px;
    margin-top: 1px;
  }
}

@media screen and (max-width: 400px) {
  .page-template-page-test #main .el-box .right > h1 {
    font-size: 32px;
  }
}

.page-template-page-test #main .el-box .right > p {
  font-size: 17px;
  margin-bottom: 45px;
}

@media screen and (max-width: 400px) {
  .page-template-page-test #main .el-box .right > p {
    font-size: 15px;
  }
}

.page-template-page-test #main .el-box .right .test_cont {
  position: relative;
}

.page-template-page-test #main .el-box .right .test_cont .item {
  display: none;
}

.page-template-page-test #main .el-box .right .test_cont .item.current_question {
  display: block;
}

.page-template-page-test #main .el-box .right .test_cont .item h4 {
  margin-top: 0;
  font-size: 21px;
  color: #ff4303;
  display: inline-block;
}

.page-template-page-test #main .el-box .right .test_cont .item h3 {
  font-size: 24px;
  color: #262626;
  margin-top: 2px;
}

@media screen and (max-width: 400px) {
  .page-template-page-test #main .el-box .right .test_cont .item h3 {
    font-size: 22px;
  }
}

.page-template-page-test #main .el-box .right .test_cont .item p {
  color: #262626;
  font-size: 17px;
  margin-bottom: 22px;
  padding-right: 55px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .page-template-page-test #main .el-box .right .test_cont .item p {
    font-size: 14px;
  }
}

.page-template-page-test #main .el-box .right .test_cont .item p.active i {
  display: block;
}

.page-template-page-test #main .el-box .right .test_cont .item p i {
  position: absolute;
  right: 20px;
  z-index: 9;
  color: #ebebeb;
  display: none;
  font-size: 16px;
}

.nav {
    justify-content: center;
}

.progress {
    margin-bottom: 29px;
    justify-content: center;
    display: flex;
}


.right {
    margin: auto;
}

p.answer.active {
    border: 1px solid #a9c7f1!important;
}

p.answer.active::after {
    background: #1f67cd!important;
}

.page-template-page-test #main .el-box .right .test_cont .item p::after {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid lightgray;
    position: absolute;
    right: 15px;
    display: flex;
}

.page-template-page-test #main .el-box .right .test_cont .nav {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-page-test #main .el-box .right .test_cont .nav > div {
  cursor: pointer;
  display: block;
  border-radius: 2px;
  background-color: #1f67cd;
  font-size: 16px;
  color: #fff;
  padding: 14px 28px;
  margin-left: 15px;
}

@media screen and (max-width: 400px) {
  .page-template-page-test #main .el-box .right .test_cont .nav > div {
    padding: 10px 24px;
  }
}

.page-template-page-test #main .el-box .right .test_cont .nav > div p {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 400px) {
  .page-template-page-test #main .el-box .right .test_cont .nav > div p {
    font-size: 14px;
  }
}

.page-template-page-test #main .el-box .right .test_cont .nav > div i {
  position: relative;
  right: -9px;
  font-size: 11px;
  top: -1px;
}

.page-template-page-test #main .el-box .right .test_cont .nav > div.disp_n {
  display: none;
}

.page-template-page-test #main .el-box .right .test_cont .nav > div.next {
  padding-left: 35px;
}

.page-template-page-test #main .el-box .right .test_cont .nav > div.next i {
  right: 11px;
}



.page-template-page-test #main .el-box .right .test_cont .progress span {
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 2px;
  border-radius: 4px;
  background-color: #ff4303;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 1200px) {
  .page-template-page-test #main .el-box .right .test_cont .progress span {
    width: 70px;
  }
}

@media screen and (max-width: 992px) {
  .page-template-page-test #main .el-box .right .test_cont .progress span {
    width: 50px;
  }
}

@media screen and (max-width: 350px) {
  .page-template-page-test #main .el-box .right .test_cont .progress span {
    width: 45px;
  }
}

.page-template-page-test #main .el-box .right .test_cont .progress span.opacity_1 {
  opacity: 1;
}

.page-template-page-test #main .el-box .right .test_cont .progress img {
  position: relative;
  right: -10px;
}

.page-template-page-test #main .el-box .left {
  margin-top: 8px;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .page-template-page-test #main .el-box .left {
    width: 100%;
  }
}

.page-template-page-test #main .el-box .left .scale {
  position: relative;
  left: -13px;
}

.page-template-page-test #main .el-box .left .scale .bg {
  width: 100%;
}

.page-template-page-test #main .el-box .left .scale .arrow {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 2%;
  width: 22%;
  -webkit-transform: translatex(-14%);
          transform: translatex(-14%);
  -webkit-transform-origin: 79% 50% 0;
          transform-origin: 79% 50% 0;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.page-template-page-test #main .el-box .left .scale .arrow.point_1 {
  -webkit-transform: translateX(-14%) rotate(9deg);
          transform: translateX(-14%) rotate(9deg);
}

.page-template-page-test #main .el-box .left .scale .arrow.point_2 {
  -webkit-transform: translateX(-14%) rotate(35deg);
          transform: translateX(-14%) rotate(35deg);
}

.page-template-page-test #main .el-box .left .scale .arrow.point_3 {
  -webkit-transform: translateX(-14%) rotate(90deg);
          transform: translateX(-14%) rotate(90deg);
}

.page-template-page-test #main .el-box .left .scale .arrow.point_4 {
  -webkit-transform: translateX(-14%) rotate(148deg);
          transform: translateX(-14%) rotate(148deg);
}

.page-template-page-test #main .el-box .left .scale .arrow.point_5 {
  -webkit-transform: translateX(-14%) rotate(173deg);
          transform: translateX(-14%) rotate(173deg);
}

.page-template-page-test #main .el-box .left .text {
  text-align: center;
  width: 100%;
}

.page-template-page-test #main .el-box .left .text > h3 {
  margin-top: -40px;
  font-size: 28px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
  .page-template-page-test #main .el-box .left .text > h3 {
    margin-top: -20px;
  }
}

.page-template-page-test #main .el-box .left .text .result {
  padding: 20px 27px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 75px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 75px 7px rgba(0, 0, 0, 0.1);
  min-height: 90px;
}

.page-template-page-test #main .el-box .left .text .result > P {
  margin-bottom: 0;
  padding-top: 30px;
  color: #1f67cc;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page-template-page-test #main .el-box .left .text .result > P {
    font-size: 17px;
  }
}

.page-template-page-test #main .el-box .left .text .result > P.disp_none {
  display: none;
}

.page-template-page-test #main .el-box .left .text .result .result_score {
  display: none;
}

.page-template-page-test #main .el-box .left .text .result .result_score.disp_block {
  display: block;
}

.page-template-page-test #main .el-box .left .text .result .result_score .numb {
  font-size: 24px;
  font-weight: 700;
}

.page-template-page-test #main .el-box .left .text .result .result_score p {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 6px;
}

.page-template-page-test #main .el-box .left .text .result .result_score p span {
  font-weight: 700;
}

.page-template-page-test #main .el-box .left .text .result .recommend:first-child {
  display: block;
}

.page-template-page-test #main .el-box .left .text .result .recommend p {
  display: none;
  margin-bottom: 14px;
  display: none;
}

.page-template-page-test #main .el-box .left .text .result .recommend p.disp_block {
  display: block;
}

.page-template-page-test #main .el-box .left .text .result form {
  display: none;
  text-align: right;
}

.page-template-page-test #main .el-box .left .text .result form.disp_block {
  display: block;
}

.page-template-page-test #main .el-box .left .text .result form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .page-template-page-test #main .el-box .left .text .result form p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-template-page-test #main .el-box .left .text .result form p span {
  width: 34%;
  margin-left: 31px;
}

@media screen and (max-width: 1200px) {
  .page-template-page-test #main .el-box .left .text .result form p span {
    width: 100%;
  }
}

.page-template-page-test #main .el-box .left .text .result form p span input {
  border: unset;
  background-color: #eef6fd;
  height: 48px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  color: #262626;
  padding-right: 17px;
}

.page-template-page-test #main .el-box .left .text .result form p span input::-webkit-input-placeholder {
  color: #262626;
}

.page-template-page-test #main .el-box .left .text .result form p span input:-ms-input-placeholder {
  color: #262626;
}

.page-template-page-test #main .el-box .left .text .result form p span input::-ms-input-placeholder {
  color: #262626;
}

.page-template-page-test #main .el-box .left .text .result form p span input::placeholder {
  color: #262626;
}

.page-template-page-test #main .el-box .left .text .result form p button {
  -webkit-box-shadow: 0 9px 29px rgba(6, 29, 61, 0.42);
          box-shadow: 0 9px 29px rgba(6, 29, 61, 0.42);
  width: 20%;
  background-color: #ff4303;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  border: unset;
}

@media screen and (max-width: 1200px) {
  .page-template-page-test #main .el-box .left .text .result form p button {
    padding: 10px 20px;
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
  }
}

.page-template-page-thanks #main, .error404 #main {
  margin-top: 117px;
  min-height: 750px;
}

@media screen and (max-width: 992px) {
  .page-template-page-thanks #main, .error404 #main {
    margin-top: 0;
    padding-top: 60px;
  }
}

.page-template-page-thanks #main .el-box .inner-content .title h1, .error404 #main .el-box .inner-content .title h1 {
  padding-top: 14%;
  text-align: center;
  color: #1f67cc;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .page-template-page-thanks #main .el-box .inner-content .title h1, .error404 #main .el-box .inner-content .title h1 {
    font-size: 32px;
    padding-top: 44%;
  }
}

.page-template-page-thanks #main .el-box .inner-content .subtitle, .error404 #main .el-box .inner-content .subtitle {
  color: #262626;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 42px;
}

@media screen and (max-width: 500px) {
  .page-template-page-thanks #main .el-box .inner-content .subtitle, .error404 #main .el-box .inner-content .subtitle {
    font-size: 15px;
    margin-bottom: 22px;
  }
}

.page-template-page-thanks #main .el-box .inner-content .btn, .error404 #main .el-box .inner-content .btn {
  text-align: center;
}

.page-template-page-thanks #main .el-box .inner-content .btn a, .error404 #main .el-box .inner-content .btn a {
  -webkit-box-shadow: 0 9px 29px rgba(6, 29, 61, 0.42);
          box-shadow: 0 9px 29px rgba(6, 29, 61, 0.42);
  width: auto;
  background-color: #ff4303;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  border: unset;
  display: inline-block;
  padding: 15px 21px;
}

.page-template-page-thanks #main .el-box .inner-content .btn a span, .error404 #main .el-box .inner-content .btn a span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.page-template-page-thanks .site-footer .above, .error404 .site-footer .above {
  display: none;
}

.page-template-page-site_map #primary {
  padding-top: 150px;
}

@media screen and (max-width: 998px) {
  .page-template-page-site_map #primary {
    padding-top: 90px;
  }
}

.page-template-page-site_map #primary h1 {
  font-size: 40px;
  text-align: center;
}

.page-template-page-site_map #primary .site_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 998px) {
  .page-template-page-site_map #primary .site_map {
    display: block;
  }
}

.page-template-page-site_map #primary .site_map > div {
  width: 40%;
}

@media screen and (max-width: 998px) {
  .page-template-page-site_map #primary .site_map > div {
    width: 100%;
  }
}

.page-template-page-site_map #primary .site_map h2 {
  margin-top: 10px;
  font-size: 36px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e3e3;
  position: relative;
}

.page-template-page-site_map #primary .site_map h2::after {
  content: ' ';
  position: absolute;
  background: #065aa5;
  height: 1px;
  bottom: -1px;
  width: 50px;
  right: 0;
}

.page-template-page-site_map #primary .site_map a {
  color: #202020;
}
/*# sourceMappingURL=style.css.map */


/* CUSTOM CSS */
#about-mobile-image{
	text-align: left !important;
	display: none;
}

#about-mobile-image .img-fluid{
	max-width: 418px;
	width: 100%;
}

@media (max-width: 768px){
	#about-mobile-image{
		display: block;
		width: 100%;
	}
}

.custom-video-link{
	display: block;
	width: 100%;
	position: relative;
	height: auto;
}

.custom-video-link::after{
    font-family: "Font Awesome 5 Free";
    content: "\f04b";
    display: inline;
    color: #ff4303;
    vertical-align: middle;
    padding: 16px 18px;
    font-size: 21px;
    font-weight: 900;
    border-radius: 100%;
    border: 3px solid #ff4303;
    box-shadow: inset 0 0 10px rgba(255, 67, 3, 0.53);
    background: white;
    position: absolute;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}

.custom-video-link:hover::after{
	opacity: 0.8;
}

.for_shortcode_form a{
	color: white !important;
	transition: all 0.3s ease;
}

.for_shortcode_form a:hover{
	opacity: 0.8;
}

.animated{
	-webkit-animation-duration: 0.4s !important;
    animation-duration: 0.4s !important;
}


.home .our_services .repeater .our_service_link{
	display: block;
    width: 100%;
}

.home .our_services .repeater .our_service_link:hover{
	text-decoration: none;
}

h2::before, h2::after{
	z-index: -1 !important;
}

@media screen and (max-width: 450px) {
	.our_services .repeater .item img {
    width: 30px;
  }
	/* Set Mobile Font Size Bigger - All Pages */
	
	.home .banner .bg_level_2 .el-box .chat_g .chat-w ul li .bubble .item p{
		font-size: 15px !important;
	}
	
	body #breadcrumbs_b span{
		font-size: 14px !important;
	}
	
	body p {
    	font-size: 16px !important;
	}
	
	.home .method .el-box .right p, .home .media .el-box .left p{
		font-size: 16px !important;
	}
	
	.site-footer .below .el-box p{
		font-size: 11px !important;
	}
	
	.home .about .first .left ul li{
		font-size: 16px !important;
	}
	
	body #el-article-posts .el-inner-content .el-wrap-posts article .el-article-content .el-title a{
		font-size: 15px !important;
	}
	
	.home .about .first .left p{
		font-size: 17px !important;
	}
}

.animated {
    -webkit-animation-duration: 0.1s !important;
    animation-duration: 0.1s !important;
}


.post_inf .date{
  font-family: Rubik, sans-serif;
}    
.post_inf .date span {
  font-weight: bold;
}


@media(min-width: 1025px) {
    body .sidebar {
      width: 275px;
  }
  .single-post .single_p_inner .el-box .inner {
    width: calc(100% - (275px + 35px)); 
    }
}

#table-of-contents {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
    padding: 0 0 10px 0;
    max-width: 500px;
}

#table-of-contents header {
    padding: 0px!important;
}

#table-of-contents ul {
    list-style: none!important;
    padding: 0px!important;
    margin: 0px!important;
}

#table-of-contents li {
    position: relative;
    text-decoration: none;
    color: #262626;
    padding: 8px 0;
    font-size: 18px;
    margin-right: 40px;
    display: block;
    transition: all 0.3s ease;
}

#table-of-contents li:before {
    content: url(../../img/circle.png);
    position: absolute;
    top: 8px;
    right: -40px;
}

#table-of-contents > header > h4 {
	margin: 0px 0px 0px 0px;
}

.bg_level_1 #table-of-contents li {
  padding: 14px 0;
  margin-right: 0px;
  padding-right: 65px;
}
.bg_level_1 #table-of-contents {max-width: 550px;}
.bg_level_1 #table-of-contents li:before {
  right: 0px;
}
.bg_level_1 #table-of-contents li:first-child:before {
  content: url(../img/Vector1.jpg);
  top: -2px;
}
.bg_level_1 #table-of-contents li:nth-child(2):before {
  content: url(../img/Vector2.jpg);
}
.bg_level_1 #table-of-contents li:nth-child(3):before {
  content: url(../img/Vector3.jpg);
  top: 2px;
}
.bg_level_1 #table-of-contents li:nth-child(4):before {
  content: url(../img/Vector4.png);
}


.page-template-page-test .left{
  display: none;
}

.page-template-page-test p.answer {
    border: 1px solid lightgray;
    height: 60px;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.left {
    margin: 0 auto;
}

.right h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 20px;
}

.method .scrollbar-sp {
  max-height: 400px;
}


.scale h3 {
    text-align: center;
    font-size: 28px;
}

.result {
    margin-top: 25px;
}


p.answer {
    padding-left: 15px;
    box-sizing: border-box;
}

@media(max-width: 767px) {
  #primary .banner.bg_level_1 .bg_level_2 h1{
        padding: 0px;
        border: none;
        font-size: 16px !important;
  } 
 #primary .banner.bg_level_1 .bg_level_2 h2 span{
    font-size: 23px !important;
    line-height: 25px !important;
  }
  #primary .banner.bg_level_1 .bg_level_2 h2 {
    width: 53%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .bg_level_1 #table-of-contents li:first-child:before {
        top: 15px;
  }
}

@media(min-width: 1024px) and (max-width: 1440px) {
	.home .bg_level_2 h2 span {
		font-size: 27px !important;
	}
	.home .bg_level_2 h3 span {
		font-size: 36px !important;
	}
	.home .banner .bg_level_2 .el-box .text {
		max-width: 449px !important;
	}
	.home .bg_level_1 #table-of-contents li {
		font-size: 16px;
	}
	.home .banner .bg_level_2 .el-box .text h1 {
		margin-bottom: 8px;
   		 padding-bottom: 17px;
	}
	.home .banner .bg_level_2 .el-box .text h2 {
			margin-bottom: 10px;
    margin-top: 15px;
	}
	.home .bg_level_2 {
		background-size: 80% !important;
    background-position: top left !important;
	}
	.home .banner .bg_level_2 {
		min-height: 730px !important;
	}
	.home .our_path_to_success .el-box .item h4 p {
		margin-right: 0px !important;
	}
}

.our_services .repeater .item img{
  padding: 15px;
  border-radius: 100%;
  margin-bottom: 0px;
    margin-top: 30px;
    margin-right: 25px;
    margin-left: 0px;
}


.about .scrollbar-sp {
  max-height: 401px;
}

.about h2 strong {
  display: block;
}