/*---------------variable---------------*/
/*---------------global style---------------*/
*::-webkit-input-placeholder {
  font-size: 24px;
  color: #ffd0a8;
  font-weight: 600; }

*:-moz-placeholder {
  font-size: 24px;
  color: #ffd0a8;
  font-weight: 600; }

*::-moz-placeholder {
  font-size: 24px;
  color: #ffd0a8;
  font-weight: 600; }

*:-ms-input-placeholder {
  font-size: 24px;
  color: #ffd0a8;
  font-weight: 600; }

button:active,
button:focus,
select:active,
select:focus {
  outline: none; }

input:active,
input:hover,
input:focus {
  outline: 0;
  outline-offset: 0; }

button::-moz-focus-inner {
  border: 0; }

body {
  font-family: "OpenSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: #fff; }
  body.search .page-title {
    display: block;
    width: 100%; }

h1 {
  font-size: 63px;
  font-weight: 300;
  line-height: 1.1;
  color: #052734; }

h2 {
  font-size: 45px;
  font-weight: 300; }

h3 {
  font-size: 30px;
  font-weight: 300; }

p {
  line-height: 1.2; }

strong {
  font-weight: 600; }

a:hover {
  text-decoration: none; }
a:visited {
  color: #000; }

form input,
form textarea {
  margin-bottom: 30px;
  padding-left: 12px !important;
  width: 285px;
  height: 36px;
  border: 2px solid #c2c2c2 !important;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600; }
  form input:focus,
  form textarea:focus {
    border: 2px solid #f38425 !important;
    box-shadow: 0 0 15px 5px #f38425; }
form textarea {
  height: 200px;
  padding-top: 12px;
  resize: none; }
form input[type="submit"] {
  margin-top: 20px;
  width: 90px;
  height: 36px;
  border-radius: 3px;
  background-color: #f38425;
  border: 2px solid #f38425 !important;
  color: #fff;
  font-size: 14px; }

.wpcf7-form-control-wrap {
  position: relative; }

.wpcf7-not-valid-tip {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 12px !important; }

.nav {
  font-size: 18px; }

.link {
  display: inline-block;
  padding: 14px 28px 20px;
  font-size: 27px;
  background-color: #f38425;
  border: 2px solid #f38425;
  color: #fff;
  border-radius: 3px;
  transition: all 0.25s ease; }
  .link:hover {
    background-color: transparent;
    color: #f38425;
    text-decoration: none; }

/*---------------header---------------*/
header {
  min-height: 140px; }

.header-top {
  height: 80px;
  background: url(../../img/bg/header-bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover; }

.nav-wrapper {
  position: relative;
  background-color: #f38425;
  min-height: 60px;
  z-index: 30; }

.nav--header,
.search-wrapper {
  float: left; }

.search-wrapper form {
  display: none;
  float: right;
  margin: -7px 0 0 20px;
  width: 450px; }
  .search-wrapper form input {
    margin: 0;
    width: 100%;
    background-color: transparent;
    border: none !important;
    font-size: 24px;
    color: #ffd0a8;
    margin-left: -72px;
    padding-left: 77px !important; }
    .search-wrapper form input:focus {
      color: #ffd0a8; }
  .search-wrapper form #searchsubmit {
    display: none; }
.search-wrapper .icon--search {
  cursor: pointer; }

#search-toggle {
  position: static;
  float: left;
  margin-top: 3px;
  margin-right: 140px;
  margin-left: -45px;
  padding: 0;
  cursor: pointer; }

#ui-id-1 {
  top: 60px !important;
  width: 845px !important;
  min-height: 330px;
  padding-left: 75px;
  padding-top: 30px;
  z-index: 30;
  border: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%); }
  #ui-id-1 li {
    margin-bottom: 15px;
    font-size: 18px; }
    #ui-id-1 li .ui-menu-item-wrapper {
      padding: 0;
      background-color: transparent;
      color: #000;
      border-color: transparent;
      list-style: none; }

.logo {
  position: relative;
  float: right;
  width: 379px;
  z-index: 50; }
  .logo img {
    position: absolute;
    top: -13px;
    right: 0; }

.nav--header li {
  float: left;
  margin-right: 60px;
  padding: 20px 0 22px; }
  .nav--header li a {
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease; }
    .nav--header li a:hover {
      border-bottom: 1px solid #fff; }

.search-wrapper {
  margin-top: 18px; }

.nav-mobile,
.toggle-menu {
  display: none; }

.toggle-menu {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  left: 0px;
  z-index: 100;
  border: none;
  background-color: transparent; }

.sw-topper {
  display: block;
  position: relative;
  top: 0;
  width: 30px;
  height: 3px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  display: block;
  position: relative;
  width: 30px;
  height: 3px;
  top: 6px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s; }

.sw-footer {
  display: block;
  position: relative;
  width: 30px;
  height: 3px;
  top: 12px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
  transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 10px;
  transform: rotate(140deg); }
.sandwich.active .sw-bottom {
  top: 7px;
  transform: rotate(-140deg); }
.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  transform: rotate(180deg); }

/*---------------main page---------------*/
/*---------------section banner---------------*/
.section-banner {
  min-height: 600px;
  background-color: #62baa4; }
  .section-banner .slider-item {
    min-height: 600px;
    color: #052734; }
    .section-banner .slider-item h1, .section-banner .slider-item p {
      padding-left: 20px; }
    .section-banner .slider-item h1 {
      margin-top: 134px; }
    .section-banner .slider-item p {
      margin-top: 48px;
      font-size: 25px;
      line-height: 1.2;
      color: #052734; }
    .section-banner .slider-item .grad {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

/*---------------section partners---------------*/
.section-partners {
  padding: 20px 0;
  background-color: #f38425; }
  .section-partners h2 {
    margin: 70px 0 56px;
    color: #fff;
    text-align: center; }
  .section-partners .partners__item {
    display: inline-block;
    margin: 0 26px 68px;
    vertical-align: middle; }
    .section-partners .partners__item:hover {
      margin-bottom: 70px; }
    .section-partners .partners__item a {
      display: block;
      transition: 0.2s; }
      .section-partners .partners__item a img:last-child {
        display: none;
        opacity: 0; }
      .section-partners .partners__item a:hover img:first-child {
        display: none;
        opacity: 0; }
      .section-partners .partners__item a:hover img:last-child {
        display: block;
        opacity: 1; }

/*---------------section free_audit---------------*/
.section-free_audit {
  padding: 88px 0 84px;
  background-color: #d7d7d7;
  background-image: url(../../img/bg/free_audit-bg.png);
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-background-size: auto auto;
  background-size: auto auto; }
  .section-free_audit .link {
    margin-top: 65px;
    padding: 14px 28px; }

/*---------------page services---------------*/
/*---------------section services banner---------------*/
.services-banner {
  height: 400px; }
  .services-banner h1 {
    position: absolute;
    left: 0;
    bottom: 45px;
    font-size: 100px;
    color: #fefefe; }

/*---------------section services content---------------*/
.services-content {
  padding: 108px 0 80px;
  text-align: center; }
  .services-content h2, .services-content h3 {
    margin-bottom: 25px; }
  .services-content p {
    font-weight: 300; }
  .services-content .img-wrapper {
    min-height: 170px; }

/*---------------about page---------------*/
/*---------------section about content---------------*/
.about-content {
  padding-top: 70px; }
  .about-content .content__item {
    margin-bottom: 90px; }
  .about-content .name {
    margin-top: 174px;
    font-size: 83px;
    font-weight: 300; }
  .about-content .socials a {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 20px; }
  .about-content .avatar {
    margin-bottom: 35px; }
    .about-content .avatar img {
      display: block;
      margin: 0 auto; }
  .about-content .quote {
    margin: 28px 0;
    padding-right: 40px;
    font-size: 25px;
    font-style: italic;
    color: #f38425; }

/*---------------it info page---------------*/
/*---------------section it info banner---------------*/
.it_info-banner {
  height: 400px; }
  .it_info-banner h1 {
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 100px;
    color: #fff;
    line-height: 1.2; }

/*---------------section it info content---------------*/
.it_info-content {
  position: relative;
  padding: 45px 0 120px; }
  .it_info-content .it_info-bg {
    position: absolute;
    top: 50px;
    right: calc(50% + 65px); }
  .it_info-content .big-txt {
    margin: 30px 0 108px;
    font-size: 30px;
    line-height: 1; }
  .it_info-content p {
    margin-bottom: 15px; }

/*---------------contact page---------------*/
/*---------------section contact banner---------------*/
.contact-banner {
  height: 400px; }
  .contact-banner h1 {
    position: absolute;
    left: 0;
    bottom: 45px;
    font-size: 100px;
    color: #000; }

/*---------------section contact content---------------*/
.contact-content {
  padding: 50px 0; }
  .contact-content .text {
    text-align: right; }
  .contact-content h3 {
    margin-bottom: 88px;
    font-size: 30px; }
  .contact-content .group {
    margin-bottom: 40px; }
  .contact-content p {
    font-size: 24px;
    font-weight: 300; }
  .contact-content a {
    display: block;
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 300;
    color: #f38425; }
    .contact-content a .icon {
      margin-right: 15px;
      vertical-align: baseline; }
    .contact-content a .icon--fb-2 {
      width: 14px;
      height: 24px; }
      .contact-content a .icon--fb-2:hover {
        width: 14px;
        height: 24px; }
    .contact-content a .icon--in-2 {
      width: 25px;
      height: 25px; }
      .contact-content a .icon--in-2:hover {
        width: 25px;
        height: 25px; }

#map {
  height: 500px; }

/*---------------form page---------------*/
/*---------------form content---------------*/
.form-content {
  padding-bottom: 320px;
  text-align: center; }
  .form-content h1 {
    margin-top: 240px;
    margin-bottom: 82px;
    font-size: 100px;
    color: #f38425; }
  .form-content form {
    margin: 50px auto 0;
    width: 285px; }
    .form-content form textarea,
    .form-content form input {
      width: 100%; }
      .form-content form textarea:focus,
      .form-content form input:focus {
        border: 2px solid #4caeed !important;
        box-shadow: 0 0 15px 5px rgba(127, 236, 244, 0.8); }
    .form-content form input[type="submit"] {
      width: 100%;
      margin-top: 20px;
      padding-top: 7px !important;
      background-color: #4caeed;
      border: 2px solid #4caeed !important;
      font-size: 18px; }

/*---------------footer---------------*/
footer {
  padding: 80px 0;
  min-height: 300px;
  background: url(../../img/bg/footer-bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover; }

.footer-logo {
  width: 220px; }
  .footer-logo img {
    width: 100%; }

.footer-links {
  margin-left: 30px; }

.socials {
  margin: 40px 0 30px; }
  .socials a {
    margin-right: 12px; }
  .socials .icon.icon--inst {
    width: 50px;
    height: 50px; }
    .socials .icon.icon--inst:hover {
      width: 50px;
      height: 50px;
      -webkit-background-size: cover;
      background-size: cover; }
  .socials .icon.icon--ytube {
    width: 43px;
    height: 50px; }
    .socials .icon.icon--ytube:hover {
      width: 43px;
      height: 50px;
      -webkit-background-size: cover;
      background-size: cover; }
  .socials .icon.icon--tw {
    width: 62px;
    height: 50px; }
    .socials .icon.icon--tw:hover {
      width: 62px;
      height: 50px;
      -webkit-background-size: cover;
      background-size: cover; }

.footer--nav li {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px; }
  .footer--nav li a {
    color: #565655;
    transition: all 0.25s ease; }
    .footer--nav li a:hover {
      color: #f38425;
      text-decoration: none; }

.creator {
  margin-top: 78px;
  margin-right: 30px; }
  .creator a {
    float: right; }

/*---------------icons---------------*/
.icon {
  display: inline-block;
  vertical-align: middle;
  transition: background 0.25s ease; }
  .icon.icon--search {
    width: 24px;
    height: 26px;
    background: url(../../img/icons/search.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover; }
  .icon.icon--fb {
    width: 50px;
    height: 50px;
    background: url(../../img/icons/fb.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover; }
    .icon.icon--fb:hover {
      background: url(../../img/icons/fb-hover.png) no-repeat 50% 50%; }
  .icon.icon--fb-2 {
    width: 37px;
    height: 66px;
    background: url(../../img/icons/fb-2.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover; }
    .icon.icon--fb-2:hover {
      background: url(../../img/icons/fb-2-hover.png) no-repeat 50% 50%;
      -webkit-background-size: cover;
      background-size: cover; }
  .icon.icon--in {
    width: 50px;
    height: 50px;
    background: url(../../img/icons/in.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover; }
    .icon.icon--in:hover {
      background: url(../../img/icons/in-hover.png) no-repeat 50% 50%; }
  .icon.icon--in-2 {
    width: 69px;
    height: 67px;
    background: url(../../img/icons/in-2.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover; }
    .icon.icon--in-2:hover {
      background: url(../../img/icons/in-2-hover.png) no-repeat 50% 50%;
      -webkit-background-size: cover;
      background-size: cover; }
  .icon.icon--inst {
    width: 67px;
    height: 67px;
    background: url(../../img/icons/inst.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover; }
    .icon.icon--inst:hover {
      background: url(../../img/icons/inst-hover.png) no-repeat 50% 50%; }
  .icon.icon--ytube {
    width: 54px;
    height: 64px;
    background: url(../../img/icons/ytube.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover; }
    .icon.icon--ytube:hover {
      background: url(../../img/icons/ytube-hover.png) no-repeat 50% 50%; }
  .icon.icon--tw {
    width: 82px;
    height: 67px;
    background: url(../../img/icons/tw.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover; }
    .icon.icon--tw:hover {
      background: url(../../img/icons/tw-hover.png) no-repeat 50% 50%; }

#toplevel_page_edit-post_type-acf-field-group,
[dataSlug='advanced-custom-fields-pro'] {
  display: none !important; }

.search-wrapper form #searchsubmit {
  position: relative;
  display: block;
  float: left;
  margin-top: 6px;
  padding: 0;
  z-index: 50; }
  .search-wrapper form #searchsubmit.icon.icon--search {
    background-size: contain; }

body.search footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

/*# sourceMappingURL=main_style.css.map */
