/* --------Font Styles---------*/
/* font face init */
@font-face {
  font-family: 'cairoregular';
  src: url("../fonts/cairo-regular-webfont.woff2") format("woff2"), url("../fonts/cairo-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rising_sunbold';
  src: url("../fonts/risingsun-bold-webfont.woff2") format("woff2"), url("../fonts/risingsun-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rising_sunregular';
  src: url("../fonts/risingsun-regular-webfont.woff2") format("woff2"), url("../fonts/risingsun-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rising_sunhairline';
  src: url("../fonts/risingsun-hairline-webfont.woff2") format("woff2"), url("../fonts/risingsun-hairline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rising_sunlight';
  src: url("../fonts/risingsun-light-webfont.woff2") format("woff2"), url("../fonts/risingsun-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rising_sunheavy';
  src: url("../fonts/risingsun-heavy-webfont.woff2") format("woff2"), url("../fonts/risingsun-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'actiomix_iconmoon';
  src: url("../fonts/actiomix_iconmoon.ttf?75pjid") format("truetype"), url("../fonts/actiomix_iconmoon.woff?75pjid") format("woff"), url("../fonts/actiomix_iconmoon.svg?75pjid#actiomix_iconmoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'actiomix_iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-grow:before {
  content: "\e900";
}

.icon-heart:before {
  content: "\e901";
}

.icon-improve:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e903";
}

.icon-option:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e905";
}

.icon-target:before {
  content: "\e906";
}

.icon-volume:before {
  content: "\e907";
}

/* --------all page styles---------*/
html {
  box-sizing: border-box;
}

a {
  color: #5168f1;
  text-decoration: none;
}
a:focus, a:hover {
  outline: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  color: #38434c;
  background: white;
  font: 18px/24px "cairoregular", Arial, Helvetica, sans-serif;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1 {
  margin: 0 0 21px;
  text-transform: uppercase;
  font: 35px/1.25 "rising_sunlight", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
h1 strong {
  display: block;
  font-family: "rising_sunbold", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font: 25px/1.25 "rising_sunlight", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #5168f1;
}
h2 strong {
  color: #ff6029;
  display: block;
  font-family: "rising_sunheavy", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font: 25px/1.25 "rising_sunheavy", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #5168f1;
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  margin: 0 0 12px;
  font: 25px/1.25 "rising_sunregular", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 479px) {
  h4 {
    font-size: 22px;
  }
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.separator {
  display: inline-block;
  vertical-align: top;
}
.separator.lg {
  width: 41px;
  height: 3px;
  background: white;
}
.separator.sm {
  width: 24px;
  height: 2px;
  background: #38434c;
}

.intro {
  background: white url("../images/bg-header.jpg") 50% 50% no-repeat;
  background-size: cover;
  color: white;
  font: 21px/1.2 "rising_sunregular", Arial, Helvetica, sans-serif;
  min-height: 523px;
}
.intro h1 {
  color: white;
}
.intro .separator {
  margin-bottom: 27px;
}
.intro p {
  margin: 0;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1024px) {
  .intro {
    background: white url("../images/bg-header-tablet.jpg") 100% 0 no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .intro {
    text-align: center;
    background: white url("../images/bg-header-mobile.jpg") 100% 0 no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 479px) {
  .intro {
    background-position: 84% 0;
  }
}

#header {
  overflow: hidden;
  padding: 44px 0 77px;
}
#header .logo {
  float: left;
  width: 173px;
  height: 30px;
}
#header .logo a {
  display: block;
}
#header .logo img {
  width: 100%;
  height: 100%;
}
#header .contact-nav {
  margin: 0 -30px;
  padding: 0;
  list-style: none;
  float: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.2;
}
#header .contact-nav li {
  float: left;
  padding: 0 30px;
}
#header .contact-nav li:first-child {
  letter-spacing: 0;
}
#header .contact-nav i {
  position: relative;
  top: 3px;
}
#header .contact-nav i.icon-mail {
  padding: 0 13px 0 0;
  font-size: 24px;
  line-height: 1;
}
#header .contact-nav i.icon-phone {
  font-size: 22px;
  padding: 0 4px 0 0;
}
#header .contact-nav a {
  color: white;
}
#header .contact-nav a:hover span {
  text-decoration: none;
}
#header .contact-nav a span {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 30px 0 66px;
  }
  #header .logo {
    float: none;
    margin: 0 auto 48px;
  }
  #header .contact-nav {
    float: none;
  }
  #header .contact-nav li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px 10px;
  }
}
@media only screen and (max-width: 479px) {
  #header {
    padding: 30px 50px 50;
  }
}

.numbers {
  font: 18px/1.2 "rising_sunregular", Arial, Helvetica, sans-serif;
  padding: 41px 0;
}
.numbers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.numbers ul li {
  flex: auto;
  text-align: center;
  position: relative;
  padding: 0 10px 35px;
}
.numbers ul li:first-child:before {
  display: none;
}
.numbers ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  height: 75px;
  width: 2px;
  background: #5168f1;
}
.numbers strong {
  display: block;
  font: 50px/1.1 "rising_sunbold", Arial, Helvetica, sans-serif;
  color: #5168f1;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .numbers {
    padding: 0 0 40px;
  }
  .numbers ul {
    display: block;
  }
  .numbers ul li {
    padding: 35px 0;
  }
  .numbers ul li:first-child {
    padding-top: 0;
  }
  .numbers ul li:first-child:before {
    display: none;
  }
  .numbers ul li:before {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    top: 0;
    content: '';
    height: 2px;
    width: 75px;
    background: #5168f1;
  }
}
@media only screen and (max-width: 479px) {
  .numbers {
    padding: 0 0 20px;
  }
  .numbers strong {
    font-size: 40px;
  }
}

.goals {
  font: 22px/1.2 "rising_sunregular", Arial, Helvetica, sans-serif;
  text-align: center;
  background: #f1f5f6;
  padding: 36px 0;
}
.goals ul {
  margin: 0 -8px;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 15px;
  line-height: 24px;
}
.goals ul li {
  margin: 0 8px 39px;
  padding: 39px 25px 47px;
  width: 33.33%;
  background: white;
  box-shadow: 0 20px 43px 0 rgba(81, 103, 241, 0.44);
}
.goals ul p {
  margin: 0;
}
.goals .separator {
  margin-bottom: 38px;
}
.goals p {
  margin: 0 0 46px;
}
@media only screen and (max-width: 1024px) {
  .goals ul li {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .goals ul {
    display: block;
    margin: 0;
  }
  .goals ul li {
    margin: 0 0 39px;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .goals {
    font-size: 16px;
  }
}

.brands {
  background: white url("../images/bg-brands.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 56px 0;
  text-align: center;
}
.brands h2 {
  color: white;
  margin-bottom: 71px;
}
.brands h2 strong {
  color: white;
}
.brands .separator {
  background: white;
  width: 20px;
  margin-bottom: 69px;
}
.brands ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.brands ul li {
  text-align: center;
  padding: 0 15px 8px;
}
.brands ul li:nth-child(3) {
  margin-top: -15px;
}
.brands ul img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .brands .separator,
  .brands h2 {
    margin-bottom: 50px;
  }
  .brands ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .brands ul li {
    padding: 0 20px 30px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .brands ul img {
    max-width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 479px) {
  .brands {
    padding: 56px 0 20px;
  }
  .brands ul li:nth-child(3) {
    margin-top: 0;
  }
}

.works {
  text-align: center;
  padding: 48px 0 7px;
}
.works h2 {
  margin-bottom: 26px;
}
.works ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.works ul li {
  background: #f1f5f6;
  margin-bottom: 27px;
  display: flex;
}
.works ul li:nth-child(2n) h4,
.works ul li:nth-child(2n) .image-holder {
  color: #ff6029;
}
.works h4 {
  color: #5168f1;
}
.works h4 i {
  display: none;
}
.works .image-holder {
  flex: 0 0 200px;
  color: #5168f1;
  display: flex;
  align-items: center;
}
.works .image-holder i {
  margin: auto;
  font-size: 110px;
}
.works .image-holder i.icon-option {
  font-style: 120px;
}
.works .image-holder i.icon-target {
  font-size: 102px;
}
.works .image-holder i.icon-heart {
  font-size: 100px;
}
.works .image-holder i.icon-grow {
  font-size: 95px;
}
.works .description {
  padding: 29px 10px 19px;
}
.works .separator {
  margin-bottom: 35px;
}
.works p {
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .works ul li {
    display: block;
    padding: 27px;
  }
  .works .description {
    padding: 0;
  }
  .works .description p {
    clear: both;
  }
  .works .description h4 {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
  }
  .works .description h4 i {
    font-size: 90px;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 0 0;
  }
  .works .description h4 i.icon-option {
    font-style: 100px;
  }
  .works .description h4 i.icon-target {
    font-size: 82px;
  }
  .works .description h4 i.icon-heart {
    font-size: 80px;
  }
  .works .description h4 i.icon-grow {
    font-size: 75px;
  }
  .works .image-holder {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .works .image-holder {
    flex: 0 0 150px;
  }
}

#footer {
  font: normal 14px/1.2 "rising_sunlight", Arial, Helvetica, sans-serif;
  padding: 151px 0 0;
  color: white;
  background: url(../images/bg-footer.jpg) 50% 0 no-repeat;
  background-size: cover;
}
#footer p {
  margin: 0;
}
#footer h2 {
  text-align: center;
  color: white;
  margin-bottom: 66px;
}
#footer h2 strong {
  color: white;
}
#footer .content-holder {
  display: flex;
  margin-bottom: 101px;
}
#footer .img-holder {
  margin-right: 92px;
}
#footer .img-holder img {
  max-width: 100%;
  height: auto;
}
#footer address {
  padding: 30px 0;
  font: normal 20px/30px "rising_sunregular", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
#footer address span {
  display: block;
  margin-bottom: 30px;
}
#footer address a {
  color: white;
}
#footer .add-info {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.5);
}
#footer .add-info a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .add-info a:hover {
  text-decoration: underline;
}
#footer .logo {
  width: 34px;
  height: 26px;
}
#footer .logo a {
  display: block;
}
#footer .logo img {
  width: 100%;
  height: 100%;
}
#footer .copyright {
  padding: 6px 0;
  word-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  #footer .img-holder {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #footer address {
    font-size: 18px;
    padding-bottom: 10px;
  }
  #footer .content-holder {
    text-align: center;
    display: block;
    margin-bottom: 0;
  }
  #footer .img-holder {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  #footer {
    margin-top: -40px;
    padding-top: 115px;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
