@charset "UTF-8";
/*----------  config
------------------------------------------------------------------------------*/
/*----------  reset
------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/*----------  base reset
------------------------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/*----------  links
------------------------------------------------------------------------------*/
a {
  text-decoration: none; }

a:focus, a:hover, a:active {
  outline: none; }

/*----------  typography
------------------------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*----------  lists
------------------------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/*----------  Embedded content
------------------------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

/*----------  forms
------------------------------------------------------------------------------*/
figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

input, textarea, select {
  outline: none; }

/*----------  tables
------------------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/*----------  chrome frame prompt
------------------------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/*----------  clearfix
------------------------------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*---------- sprite
------------------------------------------------------------------------------*/
/*---------- breakpoints
------------------------------------------------------------------------------*/
/*---------- variables
-----------------------------------------------------------*/
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("☺"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: local("☺"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg") format("svg");
  font-weight: 700;
  font-style: bold; }
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000; }

h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 50px; }

h2 {
  font-weight: 700;
  font-size: 40px;
  padding: 30px 0 3px 0;
  text-transform: uppercase;
  color: #fff; }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    h2 {
      padding: 10px 0 0 0; } }

h3 {
  font-weight: 700;
  font-size: 25px;
  color: #fff; }

h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 60px; }

h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px; }

p {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 30px; }

a {
  color: #fff;
  text-decoration: none;
  font-size: 20px; }

.bold {
  font-weight: 900; }

.border-bot-first,
.border-bot {
  margin: 18px 0 6px 13px;
  width: 8px;
  height: 8px;
  background-color: #00A7A4;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .border-bot-first:after,
  .border-bot:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #EF5557;
    position: absolute;
    top: 0;
    left: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .border-bot-first:before,
  .border-bot:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #015A56;
    position: absolute;
    top: 0;
    left: -14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

/*----------  layout
------------------------------------------------------------------------------*/
/*---------- layout
-----------------------------------------------------------*/
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body .tp-container {
  opacity: 0;
  position: fixed;
  right: 17px;
  bottom: 14px;
  z-index: 999;
  width: 50px;
  height: 50px; }
body .tp-show {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden; }
  body .tp-show i {
    position: absolute;
    top: -2px;
    left: 7px;
    color: #000; }
  body .tp-show:hover {
    background-color: rgba(0, 0, 0, 0.7); }
    body .tp-show:hover i {
      color: #fff; }
@media only screen and (min-width: 50px) and (max-width: 567px) {
  body .tp-container {
    right: 17px;
    bottom: 107px; } }

.animation-element {
  opacity: 0;
  position: relative; }

.slide-up {
  opacity: 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: translate3d(0, -100px, 0);
  -webkit-transform: translate3d(0, -100px, 0);
  -o-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate3d(0, -100px, 0); }

.slide-down {
  opacity: 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -o-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate3d(0, 100px, 0); }

.slide-left {
  opacity: 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px); }

.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.main-grid {
  max-width: 1200px;
  min-width: 260px;
  margin: 0 auto;
  position: relative; }
  .main-grid:after {
    content: "";
    display: table;
    clear: both; }
  .main-grid .col-12 {
    width: 100%;
    float: left; }
  .main-grid .col-8 {
    width: 66.66%;
    float: left; }
  .main-grid .col-6 {
    width: 49%;
    float: left; }
  .main-grid .col-4 {
    width: 33.33%;
    float: left; }
  .main-grid .col-2 {
    width: 16.66%;
    float: left; }
  .main-grid .col-1 {
    width: 8.33%;
    float: left; }

/*----------  icons
------------------------------------------------------------------------------*/
.ico {
  display: inline-block;
  width: 24.185197px;
  margin-top: 5px; }
  .ico:last-of-type {
    padding: 0; }
  .ico.facebook {
    background: url('../img/icons-s5a09e25db0.png') no-repeat 0 -54px;
    height: 24px;
    width: 24px; }
    .ico.facebook:hover {
      background: url('../img/icons-s5a09e25db0.png') no-repeat 0 0;
      height: 24px;
      width: 24px; }
  .ico.instagram {
    background: url('../img/icons-s5a09e25db0.png') no-repeat 0 -162px;
    height: 24px;
    width: 24px;
    margin: 0 5px; }
    .ico.instagram:hover {
      background: url('../img/icons-s5a09e25db0.png') no-repeat 0 -108px;
      height: 24px;
      width: 24px; }
  .ico.linkedIn {
    background: url('../img/icons-s5a09e25db0.png') no-repeat 0 -270px;
    height: 24px;
    width: 24px; }
    .ico.linkedIn:hover {
      background: url('../img/icons-s5a09e25db0.png') no-repeat 0 -216px;
      height: 24px;
      width: 24px; }
  .ico.snapchat {
    background: url('../img/icons-s5a09e25db0.png') no-repeat 0 -378px;
    height: 24px;
    width: 24px; }
    .ico.snapchat:hover {
      background: url('../img/icons-s5a09e25db0.png') no-repeat 0 -324px;
      height: 24px;
      width: 24px; }
  .ico.viber {
    background: url('../img/icons-s5a09e25db0.png') no-repeat 0 -486px;
    height: 24px;
    width: 24px; }
    .ico.viber:hover {
      background: url('../img/icons-s5a09e25db0.png') no-repeat 0 -432px;
      height: 24px;
      width: 24px; }

.btn {
  border: 0;
  font-size: 13px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: .5px;
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  white-space: nowrap; }
  .btn.small {
    padding: 13px 20px;
    background-color: #00A7A4; }
    .btn.small:hover {
      background-color: #008e8b; }
  .btn.big {
    padding: 18px 35px;
    background-color: #00A7A4; }
    .btn.big:hover {
      background-color: #008e8b; }
  .btn.sm {
    padding: 12px 53px;
    background-color: #00A7A4; }
    .btn.sm:hover {
      background-color: #008e8b; }
  .btn.med {
    padding: 12px 53px;
    background-color: #008e8b; }

/*----------  libs
------------------------------------------------------------------------------*/
#nav-icon {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 6px auto;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
  top: 0px; }

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
  top: 18px; }

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
  top: 36px; }

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

/*----------  partials
------------------------------------------------------------------------------*/
.header {
  background-color: transparent;
  text-align: center;
  position: fixed;
  /* Set the navbar to fixed position */
  top: 0;
  /* Position the navbar at the top of the page */
  z-index: 9999;
  width: 100%; }
  .header .menubar {
    width: 100%; }
    .header .menubar .logo-wrapp {
      float: left;
      background-color: #fff;
      width: 20%; }
      .header .menubar .logo-wrapp .logo {
        width: 131.508661px;
        padding: 10px; }
    .header .menubar .headCon-wrapp {
      width: 60%;
      float: left;
      background: #00A7A4; }
      .header .menubar .headCon-wrapp li {
        display: inline;
        padding-left: 6px; }
        .header .menubar .headCon-wrapp li:first-of-type {
          padding: 0; }
        .header .menubar .headCon-wrapp li a {
          line-height: 68px;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          margin: 0 5px;
          text-decoration: none;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          .header .menubar .headCon-wrapp li a:hover {
            color: #F5BC17; }
    .header .menubar .active {
      color: #F5BC17; }
    .header .menubar .social-wrapp {
      float: left;
      background-color: #F5BC17;
      width: 20%; }
      .header .menubar .social-wrapp i {
        margin: 23px 2px 14px 2px; }
    .header .menubar .fix-nav {
      z-index: 999;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      background-color: #9FA0A0;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
  @media only screen and (min-width: 640px) and (max-width: 850px) {
    .header .menubar .headCon-wrapp li {
      padding-left: 4px; }
      .header .menubar .headCon-wrapp li a {
        font-size: 10px;
        margin: 0; }
    .header .menubar .social-wrapp i {
      margin: 23px 0 14px 0; } }
  @media only screen and (min-width: 568px) and (max-width: 639px) {
    .header .main-nav {
      display: none; } }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .header .main-nav {
      display: none; } }

.mobileWrapp {
  display: none;
  width: 100%; }
  @media only screen and (min-width: 568px) and (max-width: 639px) {
    .mobileWrapp {
      display: inline-block; }
      .mobileWrapp .mobile-wrapp .nav-btn {
        background: #00A7A4;
        width: 100%;
        display: flex !important;
        justify-content: center; }
      .mobileWrapp .mobile-wrapp .mobile-nav {
        position: absolute;
        z-index: 999;
        width: 100%;
        background: #00A7A4;
        text-align: center;
        height: 0;
        overflow: hidden;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; }
        .mobileWrapp .mobile-wrapp .mobile-nav .mobile-links-wrapp {
          padding: 15px 0; }
          .mobileWrapp .mobile-wrapp .mobile-nav .mobile-links-wrapp a {
            text-transform: uppercase; }
      .mobileWrapp .mobile-wrapp .show {
        height: 240px;
        display: block; } }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .mobileWrapp {
      display: inline-block; }
      .mobileWrapp .mobile-wrapp .nav-btn {
        background: #00A7A4;
        width: 100%;
        display: flex !important;
        justify-content: center; }
      .mobileWrapp .mobile-wrapp .mobile-nav {
        position: absolute;
        z-index: 999;
        width: 100%;
        background: #00A7A4;
        text-align: center;
        height: 0;
        overflow: hidden;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; }
        .mobileWrapp .mobile-wrapp .mobile-nav .mobile-links-wrapp {
          padding: 15px 0; }
          .mobileWrapp .mobile-wrapp .mobile-nav .mobile-links-wrapp a {
            text-transform: uppercase; }
      .mobileWrapp .mobile-wrapp .show {
        height: 240px;
        display: block; } }

.footer {
  clear: both;
  background-color: #F5BC17;
  text-align: right; }
  .footer p {
    color: #9FA0A0;
    line-height: 80px;
    padding: 0 15px 0 0; }
    .footer p span {
      color: #fff; }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .footer p {
      font-size: 12px;
      padding-right: 15px; } }

/*----------  hero
------------------------------------------------------------------------------*/
.hero {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: url("../../assets/img/content/slider-banner1_11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65.523059617547806524184476940384%;
  margin-top: 65px; }
  .hero img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  @media only screen and (min-width: 568px) and (max-width: 639px) {
    .hero {
      margin-top: 0; } }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .hero {
      margin-top: 0; } }

/*----------  stats
------------------------------------------------------------------------------*/
.stats {
  width: 100%;
  background-color: #CE5250;
  color: #fff; }
  .stats .statsbar .stat {
    width: 25%;
    float: left;
    padding-bottom: 5px;
    font-size: 60px;
    font-weight: 300; }
    .stats .statsbar .stat .stat-number {
      width: 100%;
      float: left;
      text-align: center;
      color: #fff;
      font-size: 23.25px;
      font-weight: 700;
      text-transform: uppercase; }
    .stats .statsbar .stat .stat-title {
      width: 100%;
      float: left;
      text-align: center;
      color: #fff;
      font-size: 9px;
      font-weight: 400;
      text-transform: uppercase; }
  @media only screen and (min-width: 640px) and (max-width: 850px) {
    .stats .statsbar .stat .stat-number {
      font-size: 19px; }
    .stats .statsbar .stat .stat-title {
      font-size: 7px; } }
  @media only screen and (min-width: 568px) and (max-width: 639px) {
    .stats .statsbar .stat {
      padding: 5px 0; }
      .stats .statsbar .stat .stat-number {
        font-size: 19px; }
      .stats .statsbar .stat .stat-title {
        font-size: 8.5px; } }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .stats .statsbar .stat {
      padding: 9px 0; }
      .stats .statsbar .stat .stat-number {
        font-size: 16px; }
      .stats .statsbar .stat .stat-title {
        font-size: 7.5px; } }

/*----------  about us
------------------------------------------------------------------------------*/
.about-us {
  text-align: center;
  background: url("../../assets/img/content/About-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  .about-us h2 {
    text-transform: uppercase;
    color: #fff; }
  .about-us p {
    padding-bottom: 15px;
    margin: 0 auto;
    color: #fff;
    width: 80%; }
    .about-us p .text-decor {
      color: #F5BC17; }
  .about-us .we-roar-digital {
    width: 80%;
    padding: 33px 0 115px 0; }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .about-us p {
      font-size: 12px;
      font-weight: 400; }
    .about-us .we-roar-digital {
      padding: 33px 0 50px 0; } }

/*----------  what we do
------------------------------------------------------------------------------*/
.what-we-do {
  text-align: center;
  background: #fff; }
  .what-we-do h2 {
    color: #9FA0A0; }
  .what-we-do p {
    width: 56%;
    margin: 0 auto;
    padding-bottom: 25px;
    color: #9FA0A0; }
  .what-we-do .thumbs-wrapper {
    margin: 18px 0 0 0; }
    .what-we-do .thumbs-wrapper .da-thumbs {
      list-style: none;
      position: relative;
      padding: 0;
      overflow: hidden; }
    .what-we-do .thumbs-wrapper .da-thumbs li {
      position: relative;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      display: inline-block;
      width: 49%; }
    .what-we-do .thumbs-wrapper .da-thumbs li a,
    .what-we-do .thumbs-wrapper .da-thumbs li a img {
      display: block;
      position: relative;
      cursor: url("../../assets/img/cursor1.gif") 38 38, url("../../assets/img/cursor.png") 38 38, auto;
      width: 100%; }
    .what-we-do .thumbs-wrapper .da-thumbs li a {
      overflow: hidden; }
    .what-we-do .thumbs-wrapper .da-thumbs li a div {
      position: absolute;
      background: #333;
      background: rgba(0, 167, 164, 0.8);
      width: 100%;
      height: 100%; }
    .what-we-do .thumbs-wrapper .da-thumbs li a div span {
      font-size: 25px;
      display: block;
      padding: 10px 0;
      margin: 0;
      text-transform: uppercase;
      font-weight: normal;
      color: rgba(255, 255, 255, 0.9); }
    .what-we-do .thumbs-wrapper .da-thumbs li a div p {
      width: 90%;
      font-size: 13.5px;
      display: block;
      padding: 10px 0;
      margin: 0 auto;
      text-transform: uppercase;
      font-weight: normal;
      color: rgba(255, 255, 255, 0.9);
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 -10px 0 rgba(255, 255, 255, 0.3); }
  @media only screen and (min-width: 640px) and (max-width: 850px) {
    .what-we-do p {
      width: 80%;
      margin: 0 auto;
      padding-bottom: 14px;
      color: #9FA0A0;
      font-size: 14px; }
    .what-we-do .thumbs-wrapper .da-thumbs li {
      width: 49%; }
    .what-we-do .thumbs-wrapper .da-thumbs li a div span {
      font-size: 15px;
      padding: 3px 0;
      margin: 5px 20px 12px 20px; }
    .what-we-do .thumbs-wrapper .da-thumbs li a div p {
      font-size: 11px;
      padding: 10px 0 0 0;
      margin: 10px 10px 10px 10px; } }
  @media only screen and (min-width: 568px) and (max-width: 639px) {
    .what-we-do p {
      width: 80%;
      margin: 0 auto;
      padding-bottom: 14px;
      color: #9FA0A0;
      font-size: 14px; }
    .what-we-do .thumbs-wrapper .da-thumbs li {
      width: 49%; }
    .what-we-do .thumbs-wrapper img {
      width: 100%; }
    .what-we-do .thumbs-wrapper h2 {
      font-size: 35px; }
    .what-we-do .thumbs-wrapper .da-thumbs li a div span {
      font-size: 16px;
      padding: 5px 0;
      margin: 0 auto; }
    .what-we-do .thumbs-wrapper .da-thumbs li a div p {
      font-size: 10px;
      padding: 0;
      margin: 10px 10px 10px 10px;
      line-height: 13px; } }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .what-we-do p {
      width: 80%;
      margin: 0 auto;
      padding-bottom: 14px;
      color: #9FA0A0;
      font-size: 14px; }
    .what-we-do .thumbs-wrapper .da-thumbs li {
      width: 100%; }
    .what-we-do .thumbs-wrapper img {
      width: 100%; }
    .what-we-do .thumbs-wrapper h2 {
      font-size: 35px; }
    .what-we-do .thumbs-wrapper .da-thumbs li a div span {
      font-size: 16px;
      padding: 5px 0;
      margin: 0 auto; }
    .what-we-do .thumbs-wrapper .da-thumbs li a div p {
      font-size: 10px;
      padding: 0;
      margin: 10px 10px 10px 10px;
      line-height: 13px; } }

/*----------  our work
------------------------------------------------------------------------------*/
.our-team {
  text-align: center;
  padding-bottom: 40px;
  margin: 0 auto;
  background-color: #F5BC17; }
  .our-team h2 {
    color: #A87F09; }
  .our-team p {
    color: #A87F09; }
  .our-team .ot-wrapper {
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 10px; }
    .our-team .ot-wrapper .ot-box {
      flex-grow: 1;
      text-align: left;
      color: #A87F09; }
      .our-team .ot-wrapper .ot-box img {
        margin-bottom: 22.4px; }
      .our-team .ot-wrapper .ot-box small {
        font-size: 10px;
        font-weight: 700; }
      .our-team .ot-wrapper .ot-box span {
        padding: 0;
        margin: 15.8px 0;
        line-height: 0;
        display: block; }
        .our-team .ot-wrapper .ot-box span p {
          font-size: 18px;
          font-weight: 700;
          padding-bottom: 7.3px; }
          .our-team .ot-wrapper .ot-box span p:last-of-type {
            padding-bottom: 0; }
      .our-team .ot-wrapper .ot-box p {
        font-size: 13.5px;
        line-height: 20px;
        padding-bottom: 25px; }
      .our-team .ot-wrapper .ot-box .ot-info-wrap p {
        font-size: 11px;
        padding: 0 0; }
      .our-team .ot-wrapper .ot-box .ot-social .ot-soc-ico-f,
      .our-team .ot-wrapper .ot-box .ot-social .ot-soc-ico-i,
      .our-team .ot-wrapper .ot-box .ot-social .ot-soc-ico-s {
        margin: 0 17px 5px 0; }
        .our-team .ot-wrapper .ot-box .ot-social .ot-soc-ico-f:last-of-type,
        .our-team .ot-wrapper .ot-box .ot-social .ot-soc-ico-i:last-of-type,
        .our-team .ot-wrapper .ot-box .ot-social .ot-soc-ico-s:last-of-type {
          margin: 0; }
  @media only screen and (min-width: 640px) and (max-width: 850px) {
    .our-team .ot-wrapper {
      max-width: 100%; }
      .our-team .ot-wrapper .ot-box {
        width: 28.5%;
        text-align: center;
        margin-bottom: 25px; }
        .our-team .ot-wrapper .ot-box img {
          width: 55%;
          margin: 0; }
        .our-team .ot-wrapper .ot-box p {
          width: 100%;
          padding-bottom: 10px; }
        .our-team .ot-wrapper .ot-box .border-bot {
          margin: 0 auto; } }
  @media only screen and (min-width: 568px) and (max-width: 639px) {
    .our-team .ot-wrapper {
      max-width: 100%; }
      .our-team .ot-wrapper .ot-box {
        width: 28.5%;
        text-align: center;
        margin-bottom: 25px; }
        .our-team .ot-wrapper .ot-box img {
          width: 55%;
          margin: 0; }
        .our-team .ot-wrapper .ot-box p {
          width: 100%;
          padding-bottom: 10px; }
        .our-team .ot-wrapper .ot-box .border-bot {
          margin: 0 auto; } }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .our-team .ot-wrapper {
      max-width: 100%; }
      .our-team .ot-wrapper .ot-box {
        width: 100%;
        text-align: center;
        margin-bottom: 25px; }
        .our-team .ot-wrapper .ot-box img {
          width: 55%;
          margin: 0; }
        .our-team .ot-wrapper .ot-box p {
          width: 100%;
          padding-bottom: 10px; }
        .our-team .ot-wrapper .ot-box .border-bot {
          margin: 0 auto; } }

/*----------  clients
------------------------------------------------------------------------------*/
.clients,
.partners {
  text-align: center;
  background: #00A7A4; }
  .clients p,
  .partners p {
    color: #015A56;
    width: 70%;
    margin: 0 auto; }
  .clients .rotator-wrapper,
  .partners .rotator-wrapper {
    width: 73%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .clients .rotator-wrapper .col-4,
    .partners .rotator-wrapper .col-4 {
      padding: 0;
      width: 25%; }
      .clients .rotator-wrapper .col-4 img,
      .partners .rotator-wrapper .col-4 img {
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        opacity: 1.0; }
      .clients .rotator-wrapper .col-4 .dacia-logo,
      .partners .rotator-wrapper .col-4 .dacia-logo {
        width: 50%;
        margin: 0 0 0 8px; }
      .clients .rotator-wrapper .col-4 .hemel-logo,
      .partners .rotator-wrapper .col-4 .hemel-logo {
        width: 70%;
        margin: 0 28px 0 0; }
      .clients .rotator-wrapper .col-4 .original_group-logo,
      .partners .rotator-wrapper .col-4 .original_group-logo {
        width: 100%; }
      .clients .rotator-wrapper .col-4 .sciedu-logo,
      .partners .rotator-wrapper .col-4 .sciedu-logo {
        width: 70%; }
  @media only screen and (min-width: 640px) and (max-width: 850px) {
    .clients .rotator-wrapper,
    .partners .rotator-wrapper {
      width: 75%; }
      .clients .rotator-wrapper .col-4,
      .partners .rotator-wrapper .col-4 {
        width: 24%;
        padding: 0 1%; } }
  @media only screen and (min-width: 568px) and (max-width: 639px) {
    .clients .rotator-wrapper,
    .partners .rotator-wrapper {
      width: 100%; }
      .clients .rotator-wrapper .col-4,
      .partners .rotator-wrapper .col-4 {
        width: 24%;
        padding: 0 1%; } }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .clients .rotator-wrapper,
    .partners .rotator-wrapper {
      width: 100%; }
      .clients .rotator-wrapper .col-4,
      .partners .rotator-wrapper .col-4 {
        width: 24%;
        padding: 0 1%; } }

.clients {
  background: #fff; }
  .clients h2 {
    color: #00A7A4; }
  .clients p {
    color: #00A7A4; }
  .clients img {
    width: 400px; }
  @media only screen and (min-width: 640px) and (max-width: 850px) {
    .clients {
      background: #fff; }
      .clients .rotator-wrapper {
        width: 75%; }
        .clients .rotator-wrapper .col-4 {
          width: 24%;
          padding: 0 1%; } }
  @media only screen and (min-width: 568px) and (max-width: 639px) {
    .clients {
      background: #fff; }
      .clients .rotator-wrapper {
        width: 100%; }
        .clients .rotator-wrapper .col-4 {
          width: 48%;
          padding: 0 1%; } }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .clients {
      background: #fff; }
      .clients .rotator-wrapper {
        width: 100%; }
        .clients .rotator-wrapper .col-4 {
          width: 48%;
          padding: 0 1%; } }

/*----------  partners
------------------------------------------------------------------------------*/
.partners {
  background-color: #015A56; }
  .partners p {
    color: #00A7A4; }
  .partners .partner-rotator-wrapper {
    width: 42%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .partners .partner-rotator-wrapper .mediodrom-logo {
      width: 75%; }
    .partners .partner-rotator-wrapper .searchDisplay-logo {
      width: 100%; }

/*----------  News
------------------------------------------------------------------------------*/
.news {
  text-align: center;
  min-height: 500px; }
  .news h2 {
    color: #9FA0A0; }
  .news p {
    color: #9FA0A0;
    width: 70%;
    margin: 0 auto; }
  .news .news-wrapper {
    overflow: hidden;
    padding-bottom: 106px; }
    .news .news-wrapper .grid-3 {
      text-align: left;
      height: 257px;
      background: url("../../assets/img/content/news.jpg");
      background-repeat: no-repeat;
      background-position: cover;
      position: relative; }
      .news .news-wrapper .grid-3 .green-top,
      .news .news-wrapper .grid-3 .green-d-top,
      .news .news-wrapper .grid-3 .yellow-top,
      .news .news-wrapper .grid-3 .gray-top,
      .news .news-wrapper .grid-3 .red-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .news .news-wrapper .grid-3 .green-top p,
        .news .news-wrapper .grid-3 .green-d-top p,
        .news .news-wrapper .grid-3 .yellow-top p,
        .news .news-wrapper .grid-3 .gray-top p,
        .news .news-wrapper .grid-3 .red-top p {
          font-size: 24.31px;
          color: #fff; }
        .news .news-wrapper .grid-3 .green-top small,
        .news .news-wrapper .grid-3 .green-d-top small,
        .news .news-wrapper .grid-3 .yellow-top small,
        .news .news-wrapper .grid-3 .gray-top small,
        .news .news-wrapper .grid-3 .red-top small {
          font-size: 15px;
          color: #fff; }
        .news .news-wrapper .grid-3 .green-top .text-wrapper,
        .news .news-wrapper .grid-3 .green-d-top .text-wrapper,
        .news .news-wrapper .grid-3 .yellow-top .text-wrapper,
        .news .news-wrapper .grid-3 .gray-top .text-wrapper,
        .news .news-wrapper .grid-3 .red-top .text-wrapper {
          padding: 60px 35px; }
      .news .news-wrapper .grid-3 .green-top {
        background-color: rgba(0, 167, 164, 0.7); }
      .news .news-wrapper .grid-3 .green-d-top {
        background-color: rgba(1, 90, 86, 0.7); }
      .news .news-wrapper .grid-3 .yellow-top {
        background-color: rgba(245, 188, 23, 0.7); }
      .news .news-wrapper .grid-3 .gray-top {
        background-color: rgba(65, 64, 66, 0.7); }
      .news .news-wrapper .grid-3 .red-top {
        background-color: rgba(206, 82, 80, 0.7); }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .news .news-wrapper {
      padding-bottom: 0; }
      .news .news-wrapper .grid-3 {
        width: 100%;
        background-size: 100% 100%; } }

/*----------  News
------------------------------------------------------------------------------*/
.contact {
  text-align: center;
  width: 100%;
  background: linear-gradient(to right, #00a7a4 50%, #ce5250 50%);
  overflow: hidden; }
  .contact .col-6 {
    width: 50%;
    float: left;
    text-align: right;
    background: #00A7A4; }
    .contact .col-6 .contact-wrapper {
      overflow: hidden;
      background: #00A7A4;
      width: 100%;
      padding: 41px 50px 0 0; }
      .contact .col-6 .contact-wrapper .details-wrapper {
        float: right;
        text-align: left;
        margin: 0 auto; }
        .contact .col-6 .contact-wrapper .details-wrapper h2 {
          padding: 0; }
        .contact .col-6 .contact-wrapper .details-wrapper p {
          font-weight: 400;
          font-size: 18px;
          color: #fff;
          padding: 0; }
  .contact .col-6 {
    background: #CE5250; }
    .contact .col-6 .email-wrapper {
      overflow: hidden;
      float: left;
      margin: 0 auto;
      padding: 50px; }
      .contact .col-6 .email-wrapper form {
        width: 100%; }
        .contact .col-6 .email-wrapper form .form-part {
          color: #fff;
          text-align: left;
          width: 100%;
          padding-bottom: 10px; }
          .contact .col-6 .email-wrapper form .form-part label {
            display: inline-block;
            width: 100%; }
          .contact .col-6 .email-wrapper form .form-part input,
          .contact .col-6 .email-wrapper form .form-part textarea {
            border: 0;
            width: 247px;
            height: 23.5px;
            background-color: #fff;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
            .contact .col-6 .email-wrapper form .form-part input:focus,
            .contact .col-6 .email-wrapper form .form-part textarea:focus {
              background-color: #F5BC17; }
          .contact .col-6 .email-wrapper form .form-part textarea {
            height: 105px;
            resize: none; }
          .contact .col-6 .email-wrapper form .form-part .button {
            border: 0;
            background-color: #F5BC17;
            color: #9f7807;
            text-transform: uppercase;
            font-weight: 700;
            padding: 5px 14px;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
            .contact .col-6 .email-wrapper form .form-part .button:hover {
              color: #F5BC17;
              background-color: #9f7807; }
  @media only screen and (min-width: 640px) and (max-width: 850px) {
    .contact .col-6 .contact-wrapper {
      padding: 25px 0;
      margin: 0 auto; }
      .contact .col-6 .contact-wrapper .details-wrapper {
        float: none;
        width: 50%;
        margin: 0 auto; }
        .contact .col-6 .contact-wrapper .details-wrapper h2 {
          padding: 0;
          text-align: center; }
        .contact .col-6 .contact-wrapper .details-wrapper p {
          font-weight: 400;
          font-size: 18px;
          color: #fff;
          padding: 0; }
    .contact .col-6 {
      width: 100%; }
      .contact .col-6 .email-wrapper {
        padding: 25px 0;
        width: 100%; }
        .contact .col-6 .email-wrapper form {
          width: 50%;
          margin: 0 auto; }
          .contact .col-6 .email-wrapper form .form-part label {
            display: inline-block;
            width: 100%; }
          .contact .col-6 .email-wrapper form .form-part input,
          .contact .col-6 .email-wrapper form .form-part textarea {
            width: 100%;
            height: 23.5px; }
          .contact .col-6 .email-wrapper form .form-part textarea {
            height: 105px; }
          .contact .col-6 .email-wrapper form .form-part .button {
            border: 0;
            background-color: #F5BC17;
            color: #9f7807;
            text-transform: uppercase;
            font-weight: 700;
            padding: 5px 14px;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
            .contact .col-6 .email-wrapper form .form-part .button:hover {
              color: #F5BC17;
              background-color: #9f7807; } }
  @media only screen and (min-width: 568px) and (max-width: 639px) {
    .contact .col-6 .contact-wrapper {
      padding: 25px 0;
      margin: 0 auto; }
      .contact .col-6 .contact-wrapper .details-wrapper {
        float: none;
        width: 50%;
        margin: 0 auto; }
        .contact .col-6 .contact-wrapper .details-wrapper h2 {
          padding: 0;
          text-align: center; }
        .contact .col-6 .contact-wrapper .details-wrapper p {
          font-weight: 400;
          font-size: 18px;
          color: #fff;
          padding: 0; }
    .contact .col-6 {
      width: 100%; }
      .contact .col-6 .email-wrapper {
        padding: 25px 0;
        width: 100%; }
        .contact .col-6 .email-wrapper form {
          width: 50%;
          margin: 0 auto; }
          .contact .col-6 .email-wrapper form .form-part label {
            display: inline-block;
            width: 100%; }
          .contact .col-6 .email-wrapper form .form-part input,
          .contact .col-6 .email-wrapper form .form-part textarea {
            width: 100%;
            height: 23.5px; }
          .contact .col-6 .email-wrapper form .form-part textarea {
            height: 105px; }
          .contact .col-6 .email-wrapper form .form-part .button {
            border: 0;
            background-color: #F5BC17;
            color: #9f7807;
            text-transform: uppercase;
            font-weight: 700;
            padding: 5px 14px;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
            .contact .col-6 .email-wrapper form .form-part .button:hover {
              color: #F5BC17;
              background-color: #9f7807; } }
  @media only screen and (min-width: 50px) and (max-width: 567px) {
    .contact .col-6 .contact-wrapper {
      padding: 25px 0;
      margin: 0 auto; }
      .contact .col-6 .contact-wrapper .details-wrapper {
        float: none;
        width: 69%;
        margin: 0 auto; }
        .contact .col-6 .contact-wrapper .details-wrapper h2 {
          padding: 0;
          text-align: center; }
        .contact .col-6 .contact-wrapper .details-wrapper p {
          font-weight: 400;
          font-size: 18px;
          color: #fff;
          padding: 0; }
    .contact .col-6 {
      width: 100%; }
      .contact .col-6 .email-wrapper {
        padding: 25px 0;
        width: 100%; }
        .contact .col-6 .email-wrapper form {
          width: 69%;
          margin: 0 auto; }
          .contact .col-6 .email-wrapper form .form-part label {
            display: inline-block;
            width: 100%; }
          .contact .col-6 .email-wrapper form .form-part input,
          .contact .col-6 .email-wrapper form .form-part textarea {
            width: 100%;
            height: 23.5px; }
          .contact .col-6 .email-wrapper form .form-part textarea {
            height: 105px; }
          .contact .col-6 .email-wrapper form .form-part .button {
            border: 0;
            background-color: #F5BC17;
            color: #9f7807;
            text-transform: uppercase;
            font-weight: 700;
            padding: 5px 14px;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
            .contact .col-6 .email-wrapper form .form-part .button:hover {
              color: #F5BC17;
              background-color: #9f7807; } }
