@charset "UTF-8";
body {
  margin: 0;
  padding: 0; }

#index #nav-menu-container .nav-menu li:first-child a {
  color: #f58220 !important; }

/* Fonts */
/* Colors */
@media (max-width: 991px) {
  #header-sticky-wrapper.sticky-wrapper {
    height: 60px !important; }
  .sticky-wrapper {
    height: 60px !important; }
    .sticky-wrapper #header {
      width: 100% !important;
      background-color: #fff !important; }
      .sticky-wrapper #header .info__head {
        display: none !important; }
      .sticky-wrapper #header #logo img {
        max-width: 65% !important;
        max-height: inherit !important; }
      .sticky-wrapper #header #logo h1 {
        padding: 0 0 0 15px !important; }
    .sticky-wrapper.is-sticky #header {
      height: 60px !important;
      background-color: #fff;
      border-bottom: solid 1px #D3D9DD !important; }
      .sticky-wrapper.is-sticky #header .info__head {
        display: none !important; }
        .sticky-wrapper.is-sticky #header .info__head .sm-links a i {
          color: #11265f !important; }
        .sticky-wrapper.is-sticky #header .info__head .sm-links a:hover i {
          color: #f58220 !important; } }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 999;
  margin: 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  margin: 5px 0px !important; }
  @media (max-width: 1199px) {
    #mobile-nav-toggle {
      margin: 4.5px 0px 0 0 !important; } }

#mobile-nav-toggle i {
  color: #11265f;
  font-size: 32px; }
  #mobile-nav-toggle i.fa-times {
    color: #222; }

@media (max-width: 1199px) {
  #mobile-nav-toggle {
    display: inline;
    margin: 7.5px 10px 0 0;
    position: fixed;
    z-index: 9999; } }

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #222 !important;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
  z-index: 9999; }

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 991px) {
    #mobile-nav ul {
      flex-flow: column !important;
      width: 100%; } }

#mobile-nav ul li {
  position: relative; }

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none; }

#mobile-nav ul li a:hover {
  color: #fff; }

#mobile-nav ul li li {
  padding-left: 0px; }

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff; }

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #fff; }

#mobile-nav ul .menu-item-active {
  color: #fff; }

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none; }

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden; }

body.mobile-nav-active #mobile-nav {
  left: 0; }

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#logo {
  position: absolute;
  top: 0px;
  left: 0px; }

.header__ctnr {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  padding:0;
  align-items: center;
  width: 100%;
  background-color: transparent; }
  @media (max-width: 1199px) {
    .header__ctnr {
      width: 100%; } }

#header {
  padding: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: transparent; }

#header #logo h1 {
  font-size: 42px;
  margin: -1px 0 0 -15px;
  padding: 15px 30px 10px;
  line-height: 1;
  background-color: #fff; }

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block; }

#header #logo h1 a span {
  color: #50d8af; }

#header #logo img {
  padding: 0;
  margin: 0;
  max-width: 100%; }

#header-sticky-wrapper.sticky-wrapper.is-sticky {
  background: #fff; }
  @media (max-width: 1199px) {
    #header-sticky-wrapper.sticky-wrapper.is-sticky {
      background: #fff; } }
  #header-sticky-wrapper.sticky-wrapper.is-sticky #header {
    background: #fff; }
    @media (max-width: 1199px) {
      #header-sticky-wrapper.sticky-wrapper.is-sticky #header {
        background: #fff; } }
    #header-sticky-wrapper.sticky-wrapper.is-sticky #header .main__menu .menu-secondary__navs {
      border-bottom: solid 1px rgba(255, 255, 255, 0.25) !important;}
    #header-sticky-wrapper.sticky-wrapper.is-sticky #header .main__menu a {
      color: #000; }
      #header-sticky-wrapper.sticky-wrapper.is-sticky #header .main__menu a.activepage {
        color: #f58220 !important; }
      #header-sticky-wrapper.sticky-wrapper.is-sticky #header .main__menu a i.fa {
        color: #000 !important; }
    #header-sticky-wrapper.sticky-wrapper.is-sticky #header .main__menu ul li a {
      color: #000; }
    #header-sticky-wrapper.sticky-wrapper.is-sticky #header .main__menu ul li .dropdown-menu li a {
      color: #000 !important; }

@media (max-width: 768px) {
  #header {
    padding: 0;
    height: 60px; }
  #header #logo h1 {
    font-size: 34px; }
  #header #logo img {
    max-height: 60px; } }

@media (max-width: 991px) {
  .is-sticky #header {
    height: 60px;
    box-shadow: inherit; } }

.is-sticky #header .nav-menu > li a {
  color: #11265f; }

.is-sticky #header .menu-active a {
  color: #f58220 !important; }

.is-sticky #header .menu-active a i {
  color: #11265f !important; }

.is-sticky #mobile-nav-toggle i {
  color: #222; }

@media (max-width: 1199px) {
  .is-sticky .header__ctnr {
    background-color: #fff !important;
    border-bottom: solid 1px #ccc; } }

#header-sticky-wrapper.is-sticky #header .nav-menu > li.menu-active a {
  color: #11265f !important; }

#header-sticky-wrapper.is-sticky #header .nav-menu > li.menu-active ul li a {
  color: #f58220 !important; }

.sticky-wrapper .sticky__header--logo {
  display: none; }

.sticky-wrapper .nonsticky__header--logo {
  display: block; }

.sticky-wrapper.is-sticky .sticky__header--logo {
  display: block; }

.sticky-wrapper.is-sticky .nonsticky__header--logo {
  display: none; }

.sticky-wrapper {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 999;
  height: 115px !important; }

#sidebar ul li.active > a, a[aria-expanded="true"] {
  background: none !important;
  background-color: transparent !important; }

.flex-flow-column {
  flex-flow: column !important; }

/* Fonts */
/* Colors */
html, body {
  font-family: "LatoLatinWebMedium", sans-serif, arial;
  line-height: 28px;
  color: #444647;
  letter-spacing: 0.25px;
  font-size: 16px;
  position: static; }

#actualMainContent {
  position: relative; }
  #actualMainContent:before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    background: url("../assets/") no-repeat 0px 0px !important;
    z-index: 996;
    top: -30px; }

.hero__slider .example {
  position: relative; }
  .hero__slider .example .slider-content {
    position: relative;
    z-index: 99; }

.skipToContent {
  position: absolute;
  left: -10000px;
  top: auto;
  display: block; }

.text-heroic {
  font-family: "LatoLatinWebMedium", sans-serif, arial;
  font-size: 1.1rem;
  color: #000;
  line-height: 28px; }
  .text-heroic.has-space-top {
    margin-top: 15px; }
    @media screen and (min-width: 1400px) {
      .text-heroic.has-space-top {
        margin-top: 25px; } }

.intro--txt {
  font-family: "LatoLatinWebMedium", sans-serif, arial;
  font-size: 1.45rem;
  color: #000;
  line-height: 36px; }
  @media (max-width: 1199px) {
    .intro--txt {
      line-height: 30px;
      font-size: 1.25rem; }
      .intro--txt br {
        display: none; } }

.text-normal {
  font-family: "LatoLatinWebMedium", sans-serif, arial;
  font-size: 1rem;
  line-height: 26px;
  color: #222; }

.short__title {
  font-family: "LatoLatinWebSemibold", sans-serif, arial;
  font-size: 1.15rem;
  line-height: 26px;
  color: #222; }
  .short__title.has-space {
    margin-top: 15px; }

.subtitle__section {
  font-family: "LatoLatinWebSemibold", sans-serif, arial;
  font-size: 1.25rem;
  line-height: 26px;
  color: #222; }
  .subtitle__section.has-space {
    margin-top: 25px; }
    @media (max-width: 1199px) {
      .subtitle__section.has-space {
        margin-top: 0px; } }

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

.pos-relative {
  position: relative; }

.justify-center {
  justify-content: center; }

.brdr-btm {
  border-bottom: solid 1px #ccc; }

.rounded-pill {
  border-radius: 50px !important; }

.row-spacer-mpb {
  margin-bottom: 50px;
  padding-bottom: 50px; }

.col-lg-flexrow {
  display: flex;
  flex-flow: row; }

.img-responsive {
  max-width: 100%; }

.text-white {
  color: #fff; }

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #42b078; }

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px; }

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent; }

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.hovereffect .overlay a, .hovereffect .overlay p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.list-style {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-style li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    font-size: 1rem;
    color: #222; }
  .list-style.has-icon li i.fa {
    color: #11265f !important;
    font-size: 1rem;
    margin-right: 10px; }
  .list-style.has-space-top {
    margin-top: 15px; }

.ctnt-center {
  display: flex;
  justify-content: center;
  align-items: center; }

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.right {
  z-index: 9999; }

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  background-color: #f58220;
  position: fixed;
  margin: auto;
  width: 350px;
  height: 100%;
  box-shadow: -4px 3px 15px rgba(34, 34, 34, 0.509804);
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto; }

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px; }

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s, ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.right.fade.in .modal-dialog {
  right: -320px; }

.modal.show .modal-dialog {
  right: 0px !important; }

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
  background-color: #fff; }

.modal-header {
  border-bottom: none !important;
  border-bottom: solid 1px #ccc !important;
  padding: 15px 25px 7.5px !important; }
  .modal-header .modal-title {
    font-family: "LatoLatinWebSemibold", sans-serif, arial;
    color: #222;
    font-size: 1.35rem;
    margin: 0;
    padding: 0; }
  .modal-header .close {
    color: #222;
    font-size: 2.5rem;
    text-shadow: inherit;
    outline: none; }

.modal-body {
  padding: 50px !important; }
  .modal-body .form-group {
    margin-bottom: 1.5rem; }
    .modal-body .form-group textarea {
      height: 135px;
      outline: none;
      resize: none; }
  .modal-body .form-control {
    background-color: transparent;
    border: 1px solid rgba(236, 238, 239, 0.35);
    color: #fff;
    font-size: 1rem;
    height: 40px;
    border-radius: 0px; }
    .modal-body .form-control::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.3); }
    .modal-body .form-control:-moz-placeholder {
      color: rgba(255, 255, 255, 0.3); }
    .modal-body .form-control::-moz-placeholder {
      color: rgba(255, 255, 255, 0.3); }
    .modal-body .form-control:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.3); }
    .modal-body .form-control:focus {
      border: solid 1px #fff; }
  .modal-body .btn {
    padding: 10px 25px; }

.align-v-center {
  align-items: center;
  justify-content: center; }

.flex-column {
  flex-flow: column; }

.border {
  border: solid 1px #ccc; }

/* Fonts */
/* Colors */
html {
  font-size: 0.95rem; }

@media (max-width: 767px) {
  .section-title {
    font-size: 1.5rem; } }

@media (min-width: 576px) {
  html {
    font-size: 0.95rem; } }

.text-display {
  font-family: "LatoLatinWebMedium", sans-serif, arial;
  font-size: 1.45rem;
  margin: 0;
  padding: 0;
  letter-spacing: 0.25px; }

.text-size-md {
  font-size: 1.10rem; }

.text-size-lg {
  font-size: 1.25rem; }

.text-italic {
  font-style: italic; }

.f-bold {
  font-weight: bold; }

.f-style__h2-secondary {
  font-size: 1.5rem;
  font-family: "LatoLatinWebSemibold", sans-serif, arial; }
  @media (max-width: 991px) {
    .f-style__h2-secondary {
      font-size: 1.5rem; } }

.f-style__h2 {
  font-size: 1.5rem;
  font-family: "LatoLatinWebSemibold", sans-serif, arial; }
  @media (max-width: 991px) {
    .f-style__h2 {
      font-size: 1.5rem; } }

.f-style__h3 {
  font-size: 1.35rem;
  font-family: "LatoLatinWebSemibold", sans-serif, arial;
  line-height: 36px; }
  @media (max-width: 991px) {
    .f-style__h3 {
      font-size: 1.35rem; } }

.f-style__h4 {
  font-size: 1.20rem;
  font-family: "LatoLatinWebSemibold", sans-serif, arial; }
  @media (max-width: 991px) {
    .f-style__h4 {
      font-size: 1.15rem; } }

.f-style-text {
  font-size: 14px;
  font-family: "LatoLatinWebMedium", sans-serif, arial;
  line-height: 28px;
  letter-spacing: 0.5px; }

.f-style-text-sm {
  font-size: 1rem;
  font-family: "LatoLatinWebMedium", sans-serif, arial; }

.section-title {
  font-family: "LatoLatinWebSemibold", sans-serif, arial;
  color: #222; }

@media (min-width: 576px) and (max-width: 767px) {
  .section-title {
    font-size: 1.35rem !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 1.5rem !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 1.5rem !important; } }

.title__subtitle {
  font-family: "LatoLatinWebSemibold", sans-serif, arial;
  font-size: 16px;
  color: #4A4E51;
  margin: 0;
  padding: 0; }

.text-style-lg {
  font-size: 1.35rem;
  line-height: 36px; }

.text-style {
  font-size: 1.10rem;
  line-height: 30px; }

.col-title {
  font-family: "LatoLatinWebBlack", sans-serif, arial;
  color: #000;
  font-size: 1.75rem;
  line-height: 42px;
  margin: 0px; }
  .col-title span.italic {
    font-style: italic; }

@media (min-width: 576px) and (max-width: 767px) {
  .col-title {
    font-size: 1.35rem !important;
    line-height: 32px; } }
  @media (max-width: 991px) {
    .col-title {
      font-size: 1.35rem !important;
      line-height: 32px; } }
  .col-title.has-title-hiliter {
    position: relative;
    display: inline; }
    .col-title.has-title-hiliter:before {
      content: "";
      width: 20%;
      height: 3px;
      left: 0px;
      bottom: -5px;
      background-color: #f58220;
      position: absolute;
      border-radius: 6px; }

.col-title-large {
  font-family: "LatoLatinWebSemibold", sans-serif, arial;
  color: #000;
  font-size: 1.75rem;
  line-height: 32px; }
  .col-title-large span.italic {
    font-style: italic; }

@media (min-width: 576px) and (max-width: 767px) {
  .col-title-large {
    font-size: 1.5rem !important;
    line-height: 32px; } }
  @media (max-width: 991px) {
    .col-title-large {
      font-size: 1.5rem !important;
      line-height: 32px; } }

.col-title-medium {
  font-family: "LatoLatinWebSemibold", sans-serif, arial;
  color: #000;
  font-size: 1.30rem;
  line-height: 32px; }
  .col-title-medium span.italic {
    font-style: italic; }

@media (min-width: 576px) and (max-width: 767px) {
  .col-title-medium {
    font-size: 1.5rem !important;
    line-height: 32px; } }
  @media (max-width: 991px) {
    .col-title-medium {
      font-size: 1.5rem !important;
      line-height: 32px; } }

.color-secondary {
  color: #11265f; }

.section-main-title h1 {
  font-family: "LatoLatinWebBlack", sans-serif, arial;
  margin: 0;
  display: inline-flex;
  flex-flow: row;
  width: 100%;
  color: #222; }
  .section-main-title h1 .heading-lines-left {
    width: 90px;
    display: inline-flex;
    flex-flow: column;
    align-items: flex-end;
    margin-right: 20px; }
    .section-main-title h1 .heading-lines-left:after {
      content: "";
      height: 3px;
      width: 85%;
      background-color: #141414; }
    .section-main-title h1 .heading-lines-left:before {
      content: "";
      height: 3px;
      margin-bottom: 5px;
      width: 45%;
      background-color: #141414; }
  .section-main-title h1 .heading-lines-right {
    width: 90px;
    display: inline-flex;
    flex-flow: column;
    align-items: flex-start;
    margin-left: 15px;
    margin-top: 15px; }
    .section-main-title h1 .heading-lines-right:after {
      content: "";
      height: 3px;
      width: 85%;
      background-color: #11265f; }
    .section-main-title h1 .heading-lines-right:before {
      content: "";
      height: 3px;
      margin-bottom: 5px;
      width: 45%;
      background-color: #11265f; }

.has-horz-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background-color: #2981BE;
  display: inline-block;
  margin-top: 0px;
  position: relative;
  top: -5px;
  margin-left: 10px;
  border-radius: 12px; }

.f-style__italic {
  font-family: "playfair_displayitalic", sans-serif, arial;
  font-size: 1.5rem;
  color: #333;
  line-height: 38px;
  text-align: center; }

.f-style__display {
  font-family: "playfair_displayregular", sans-serif, arial;
  font-size: 1.5rem;
  color: #333;
  line-height: 38px;
  text-align: center; }

.color__grey--medium {
  color: #7B8184; }

.color__white {
  color: #fff; }

/* Fonts */
/* Colors */
/* Webfont: LatoLatin-Black */
@font-face {
  font-family: 'LatoLatinWebBlack';
  src: url("../assets/fonts/lato/LatoLatin-Black.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-Black.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-Black.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-Black.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-BlackItalic */
@font-face {
  font-family: 'LatoLatinWebBlack';
  src: url("../assets/fonts/lato/LatoLatin-BlackItalic.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-BlackItalic.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-BlackItalic.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-BlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Bold */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url("../assets/fonts/lato/LatoLatin-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-Bold.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-Bold.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-BoldItalic */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url("../assets/fonts/lato/LatoLatin-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-BoldItalic.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-BoldItalic.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Hairline */
@font-face {
  font-family: 'LatoLatinWebHairline';
  src: url("../assets/fonts/lato/LatoLatin-Hairline.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-Hairline.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-Hairline.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-Hairline.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-Hairline.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-HairlineItalic */
@font-face {
  font-family: 'LatoLatinWebHairline';
  src: url("../assets/fonts/lato/LatoLatin-HairlineItalic.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-HairlineItalic.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-HairlineItalic.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-HairlineItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Heavy */
@font-face {
  font-family: 'LatoLatinWebHeavy';
  src: url("../assets/fonts/lato/LatoLatin-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-Heavy.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-Heavy.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-Heavy.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-HeavyItalic */
@font-face {
  font-family: 'LatoLatinWebHeavy';
  src: url("../assets/fonts/lato/LatoLatin-HeavyItalic.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-HeavyItalic.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-HeavyItalic.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-HeavyItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Italic */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url("../assets/fonts/lato/LatoLatin-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-Italic.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-Italic.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Light */
@font-face {
  font-family: 'LatoLatinWebLight';
  src: url("../assets/fonts/lato/LatoLatin-Light.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-Light.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-Light.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-LightItalic */
@font-face {
  font-family: 'LatoLatinWebLight';
  src: url("../assets/fonts/lato/LatoLatin-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-LightItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-LightItalic.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-LightItalic.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Medium */
@font-face {
  font-family: 'LatoLatinWebMedium';
  src: url("../assets/fonts/lato/LatoLatin-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-Medium.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-Medium.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-MediumItalic */
@font-face {
  font-family: 'LatoLatinWebMedium';
  src: url("../assets/fonts/lato/LatoLatin-MediumItalic.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-MediumItalic.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-MediumItalic.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: 'LatoLatinWeb';
  src: url("../assets/fonts/lato/LatoLatin-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-Regular.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-Regular.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Semibold */
@font-face {
  font-family: 'LatoLatinWebSemibold';
  src: url("../assets/fonts/lato/LatoLatin-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-Semibold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-Semibold.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-Semibold.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-SemiboldItalic */
@font-face {
  font-family: 'LatoLatinWebSemibold';
  src: url("../assets/fonts/lato/LatoLatin-SemiboldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-SemiboldItalic.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-SemiboldItalic.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-SemiboldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-Thin */
@font-face {
  font-family: 'LatoLatinWebThin';
  src: url("../assets/fonts/lato/LatoLatin-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-Thin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-Thin.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-Thin.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: LatoLatin-ThinItalic */
@font-face {
  font-family: 'LatoLatinWebThin';
  src: url("../assets/fonts/lato/LatoLatin-ThinItalic.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/lato/LatoLatin-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lato/LatoLatin-ThinItalic.woff2") format("woff2"), url("../assets/fonts/lato/LatoLatin-ThinItalic.woff") format("woff"), url("../assets/fonts/lato/LatoLatin-ThinItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Aileron-Regular';
  src: url("../assets/fonts/aileron-regular/Aileron-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/aileron-regular/Aileron-Regular.otf") format("opentype"), url("../assets/fonts/aileron-regular/Aileron-Regular.woff") format("woff"), url("../assets/fonts/aileron-regular/Aileron-Regular.ttf") format("truetype"), url("../assets/fonts/aileron-regular/Aileron-Regular.svg#Aileron-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aileron-Light';
  src: url("../assets/fonts/aileron-light/Aileron-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/aileron-light/Aileron-Light.otf") format("opentype"), url("../assets/fonts/aileron-light/Aileron-Light.woff") format("woff"), url("Aileron-Light.ttf") format("truetype"), url("../assets/fonts/aileron-light/Aileron-Light.svg#Aileron-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Aileron-Bold';
  src: url("../assets/fonts/aileron-bold/Aileron-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/aileron-bold/Aileron-Bold.otf") format("opentype"), url("../assets/fonts/aileron-bold/Aileron-Bold.woff") format("woff"), url("../assets/fonts/aileron-bold/Aileron-Bold.ttf") format("truetype"), url("../assets/fonts/aileron-bold/Aileron-Bold.svg#Aileron-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url("../assets/fonts/playfair/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/playfair/PlayfairDisplay-Bold.otf") format("opentype"), url("../assets/fonts/playfair/PlayfairDisplay-Bold.woff") format("woff"), url("../assets/fonts/playfair/PlayfairDisplay-Bold.ttf") format("truetype"), url("../assets/fonts/playfair/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 12, 2019 */
@font-face {
  font-family: 'playfair_displaybold';
  src: url("../assets/fonts/playfair/playfairdisplay-bold-webfont.woff2") format("woff2"), url("../assets/fonts/playfair/playfairdisplay-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'playfair_displaybold_italic';
  src: url("../assets/fonts/playfair/playfairdisplay-bolditalic-webfont.woff2") format("woff2"), url("../assets/fonts/playfair/playfairdisplay-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'playfair_displayitalic';
  src: url("../assets/fonts/playfair/playfairdisplay-italic-webfont.woff2") format("woff2"), url("../assets/fonts/playfair/playfairdisplay-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'playfair_displayregular';
  src: url("../assets/fonts/playfair/playfairdisplay-regular-webfont.woff2") format("woff2"), url("../assets/fonts/playfair/playfairdisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Decalotype-Bold';
  src: url("../assets/fonts/decalotype/Decalotype-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/decalotype/Decalotype-Bold.otf") format("opentype"), url("../assets/fonts/decalotype/Decalotype-Bold.woff") format("woff"), url("../assets/fonts/decalotype/Decalotype-Bold.ttf") format("truetype"), url("../assets/fonts/decalotype/Decalotype-Bold.svg#Decalotype-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Decalotype-Light';
  src: url("../assets/fonts/decalotype/Decalotype-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/decalotype/Decalotype-Light.otf") format("opentype"), url("../assets/fonts/decalotype/Decalotype-Light.woff") format("woff"), url("../assets/fonts/decalotype/Decalotype-Light.ttf") format("truetype"), url("../assets/fonts/decalotype/Decalotype-Light.svg#Decalotype-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Decalotype-Medium';
  src: url("../assets/fonts/decalotype/Decalotype-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/decalotype/Decalotype-Medium.otf") format("opentype"), url("../assets/fonts/decalotype/Decalotype-Medium.woff") format("woff"), url("../assets/fonts/decalotype/Decalotype-Medium.ttf") format("truetype"), url("../assets/fonts/decalotype/Decalotype-Medium.svg#Decalotype-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Decalotype-SemiBold';
  src: url("../assets/fonts/decalotype/Decalotype-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/decalotype/Decalotype-SemiBold.otf") format("opentype"), url("../assets/fonts/decalotype/Decalotype-SemiBold.woff") format("woff"), url("../assets/fonts/decalotype/Decalotype-SemiBold.ttf") format("truetype"), url("../assets/fonts/decalotype/Decalotype-SemiBold.svg#Decalotype-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Decalotype-Regular';
  src: url("../assets/fonts/decalotype/Decalotype-Regular.eot?#iefix") format("embedded-opentype"), url("Decalotype-Regular.otf") format("opentype"), url("../assets/fonts/decalotype/Decalotype-Regular.woff") format("woff"), url("../assets/fonts/decalotype/Decalotype-Regular.ttf") format("truetype"), url("../assets/fonts/decalotype/Decalotype-Regular.svg#Decalotype-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PierSans-Light';
  src: url("../assets/fonts/pier-sans/PierSans-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/pier-sans/PierSans-Light.otf") format("opentype"), url("../assets/fonts/pier-sans/PierSans-Light.woff") format("woff"), url("../assets/fonts/pier-sans/PierSans-Light.ttf") format("truetype"), url("../assets/fonts/pier-sans/PierSans-Light.svg#PierSans-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PierSans-Medium';
  src: url("../assets/fonts/pier-sans/PierSans-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/pier-sans/PierSans-Medium.otf") format("opentype"), url("../assets/fonts/pier-sans/PierSans-Medium.woff") format("woff"), url("../assets/fonts/pier-sans/PierSans-Medium.ttf") format("truetype"), url("../assets/fonts/pier-sans/PierSans-Medium.svg#PierSans-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PierSans-Regular';
  src: url("../assets/fonts/pier-sans/PierSans-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/pier-sans/PierSans-Regular.otf") format("opentype"), url("../assets/fonts/pier-sans/PierSans-Regular.woff") format("woff"), url("../assets/fonts/pier-sans/PierSans-Regular.ttf") format("truetype"), url("../assets/fonts/pier-sans/PierSans-Regular.svg#PierSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Icons';
  src: url("../assets/fonts/icons/open-iconic.eot");
  src: url("../assets/fonts/icons/open-iconic.eot?#iconic-sm") format("embedded-opentype"), url("../assets/fonts/icons/open-iconic.woff") format("woff"), url("../assets/fonts/icons/open-iconic.ttf") format("truetype"), url("../assets/fonts/icons/open-iconic.otf") format("opentype"), url("../assets/fonts/icons/open-iconic.svg#iconic-sm") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Fonts */
/* Colors */
#header-sticky-wrapper.sticky-wrapper.is-sticky #header .main__menu ul li.mf-nav a {
  color: #ffc2df !important; }

.dropdown-toggle::after {
  display: none; }

@media (max-width: 1199px) {
  .fa-angle-down.fa-angle-up {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .fa-angle-down.fa-angle-up:before {
    content: "\f106" !important; }
  #mobile-nav ul .menu-has-children i {
    font-size: 1.35rem;
    padding: 5px 15px; }
  #mobile-nav {
    background: #fff; }
    #mobile-nav ul .dropdown-menu {
      background-color: #f58220 !important; }
      #mobile-nav ul .dropdown-menu li a {
        background: transparent !important; }
        #mobile-nav ul .dropdown-menu li a .fa {
          display: none; } }

@media (max-width: 1199px) {
  .menu-secondary__navs {
    border-bottom: solid 1px #666;} }

@media (max-width: 1199px) {
  .menu-secondary__navs .secondary-navs__list {
    padding: 0px 15px !important; }
    .menu-secondary__navs .secondary-navs__list a {
      color: #000;
      font-size: 0.9rem; }
      .menu-secondary__navs .secondary-navs__list a .fa {
        margin-right: 15px; } }

@media (max-width: 1199px) {
  .menu-secondary__navs .sm-links {
    padding: 10px 15px !important; }
    .menu-secondary__navs .sm-links a {
      margin-right: 10px;
      color: #000; } }

#nav-menu-container {
  /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
  /* Nav Menu Essentials */ }
  #nav-menu-container.main__menu {
    display: flex !important;
    flex-flow: column !important;
    align-items: flex-end !important;
    background-color: white;
    height: auto;
    width: 100%; }
    #nav-menu-container.main__menu .menu-secondary__navs {
      display: flex;
      flex-flow: row;
      width: 100%;
      justify-content: flex-end;
      background-color: #f0f5f5;
      border-bottom: solid 1px rgba(255, 255, 255, 0.25); }
      #nav-menu-container.main__menu .menu-secondary__navs .secondary-navs__list {
        display: flex;
        flex-flow: row;
        padding-right: 0;
        margin-right: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
        border-right: solid 1px rgba(255, 255, 255, 0.5); }
        #nav-menu-container.main__menu .menu-secondary__navs .secondary-navs__list a {
          font-family: "LatoLatinWebMedium", sans-serif, arial;
          color: #000;
          font-size: 0.9rem;
          margin-right: 3rem;
          padding: 0;
          letter-spacing: 0.5px; }
          #nav-menu-container.main__menu .menu-secondary__navs .secondary-navs__list a:last-child() {
            margin: 0px; }
          #nav-menu-container.main__menu .menu-secondary__navs .secondary-navs__list a i {
            color: #000;
            margin: 0px 10px 0 0;
            font-size: 1.35rem; }
          #nav-menu-container.main__menu .menu-secondary__navs .secondary-navs__list a:hover {
            text-decoration: underline; }
          @media (max-width: 1199px) {
            #nav-menu-container.main__menu .menu-secondary__navs .secondary-navs__list a {
              padding: 0px 15px !important; } }
      #nav-menu-container.main__menu .menu-secondary__navs .sm-links {
        display: flex;
        flex-flow: row;
        color: #000;
        font-size: 1.10rem;
        padding: 1rem 0;
        letter-spacing: 0.5px;
        font-size: 1.5rem; }
        #nav-menu-container.main__menu .menu-secondary__navs .sm-links a {
          margin-right: 1.5rem; }
          #nav-menu-container.main__menu .menu-secondary__navs .sm-links a i {
            color: #000; }
        #nav-menu-container.main__menu .menu-secondary__navs .sm-links:last-child() {
          margin: 0px; }
    #nav-menu-container.main__menu .nav-menu, #nav-menu-container.main__menu .nav-menu * {
      margin: 0;
      padding: 0;
      list-style: none; }
    #nav-menu-container.main__menu .nav-menu {
      display: flex;
      flex-flow: row;
      margin-top: 15px; }
      #nav-menu-container.main__menu .nav-menu li {
        margin: 0px 20px 0 0 !important;
        cursor: pointer; }
        #nav-menu-container.main__menu .nav-menu li.mf-nav a {
          border: solid 1px #ffc2df !important;
          border-radius: 24px;
          color: #ffc2df !important;
          padding: 12px 30px; }
        #nav-menu-container.main__menu .nav-menu li:last-child {
          margin: 0 !important; }
        #nav-menu-container.main__menu .nav-menu li a {
          color: #000 !important;
          font-family: "LatoLatinWebMedium", sans-serif, arial !important;
          font-size: 1.10rem !important;
          text-transform: capitalize !important;
          letter-spacing: 0.5px !important;
          line-height: 56px;
          padding: 20px 15px; }
          #nav-menu-container.main__menu .nav-menu li a .fa {
            margin: 0px 5px !important;
            position: relative;
            top: 2px;
            font-weight: bold; }
            #nav-menu-container.main__menu .nav-menu li a .fa.fa-angle-down {
              font-size: 1.5rem; }
          #nav-menu-container.main__menu .nav-menu li a.activePage {
            color: #f58220 !important; }
            #nav-menu-container.main__menu .nav-menu li a.activePage:after {
              display: none; }
          #nav-menu-container.main__menu .nav-menu li a:hover {
            text-decoration: none;
            color: #f58220 !important;
            }
          #nav-menu-container.main__menu .nav-menu li a .fa.fa-home {
            font-size: 1.75rem; }
        #nav-menu-container.main__menu .nav-menu li.dropdown.menu-has-children a {
          padding: 0 !important;
          background-color: transparent !important; }
          #nav-menu-container.main__menu .nav-menu li.dropdown.menu-has-children a:after {
            display: none !important; }
        #nav-menu-container.main__menu .nav-menu li.dropdown .dropdown-menu {
          visibility: hidden;
          /* hides sub-menu */
          opacity: 0;
          position: absolute;
           height: auto;
          max-height: 400px;
          overflow-x: hidden;
          top: 100%;
         /* position: static;
          top: 10%;*/
          left: 0;
          width: auto;
          /*width: 100vw;*/
          transform: translateY(-1em);
          z-index: -1;
          transition: transform 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
          display: flex;
          flex-flow: column;
          box-shadow: inherit;
          border-radius: 4px;
          border: solid;
          margin-top: -1px;
          padding: 10px;
          border: solid 1px #E2E7ED;
          /*background: #fff;*/
          box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.25); }
          @media (max-width: 1199px) {
            #nav-menu-container.main__menu .nav-menu li.dropdown .dropdown-menu {
              display: none; } }
          #nav-menu-container.main__menu .nav-menu li.dropdown .dropdown-menu li {
            margin: 0 !important;
            padding: 0 !important;
            background: transparent !important;
            width: 100%;
            display: block;
            border: none; }
            #nav-menu-container.main__menu .nav-menu li.dropdown .dropdown-menu li a {
              font-size: 1.10rem !important;
              line-height: 36px;
              margin: 0px !important;
              padding: 0px 10px !important;
              }
        #nav-menu-container.main__menu .nav-menu li.dropdown:hover .dropdown-menu {
          visibility: visible;
          /* shows sub-menu */
          opacity: 1;
          z-index: 1;
          transform: translateY(0%);
          transition-delay: 0s, 0s, 0.3s; }
      #nav-menu-container.main__menu .nav-menu ul.dropdown-menu {
        top: 100%;
        left: 0;
        z-index: 99;
        margin: 4px 0 0 0;
        padding: 10px;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        /*background: #fff; */
      }
        #nav-menu-container.main__menu .nav-menu ul.dropdown-menu li {
          position: relative;
          white-space: nowrap;
          margin: 0px !important;
          padding: 0px !important;
          background: transparent !important;
          float: left;
          min-width: 180px;
          transition: 0.3s; }
          #nav-menu-container.main__menu .nav-menu ul.dropdown-menu li:last-child {
            margin: 0px !important; }
            #nav-menu-container.main__menu .nav-menu ul.dropdown-menu li:last-child a {
              padding-bottom: 0px !important; }
          #nav-menu-container.main__menu .nav-menu ul.dropdown-menu li a {
            position: relative;
            padding: 10px;
            color: #222 !important;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
            font-size: 1rem !important; }
             #nav-menu-container.main__menu .nav-menu li.dropright ul.dropdown-menu li a {
                color: white !important;
             }
            #nav-menu-container.main__menu .nav-menu ul.dropdown-menu li a:hover {
              text-decoration: underline; }
            #nav-menu-container.main__menu .nav-menu ul.dropdown-menu li a .fa-home {
              font-size: 28px;
              margin-top: -5px; }
    #nav-menu-container.main__menu .nav-menu li:hover > ul,
    #nav-menu-container.main__menu .nav-menu li.sfHover > ul {
      display: block; }
    #nav-menu-container.main__menu .nav-menu ul ul {
      top: 0;
      left: 100%; }
    #nav-menu-container.main__menu .nav-menu > .menu-active > a {
      color: #f58220 !important; }
    #nav-menu-container.main__menu .nav-menu ul ul {
      margin: 0; }
    @media (max-width: 1200px) {
      #nav-menu-container.main__menu {
        display: none !important; } }
  #nav-menu-container .dropdown-toggle:before {
    display: none !important; }
  #nav-menu-container .dropdown-toggle:after {
    content: "" !important;
    bottom: 12px !important; }
  #nav-menu-container #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (max-width: 991px) {
      #nav-menu-container #mobile-nav ul {
        flex-flow: column !important;
        width: 100%; } }
  #nav-menu-container .social-nav {
    position: absolute;
    right: 5%;
    top: 0px; }
    #nav-menu-container .social-nav:before {
      content: "";
      width: 2px;
      height: 50px;
      background-color: #000;
      display: inline-block;
      text-align: center;
      margin: 0px 4px; }
    #nav-menu-container .social-nav:after {
      content: "";
      width: 2px;
      height: 25px;
      background-color: #000;
      display: inline-block;
      text-align: center;
      margin: 0px 4px; }
    #nav-menu-container .social-nav li {
      list-style: none; }
      #nav-menu-container .social-nav li a {
        color: #000; }
        #nav-menu-container .social-nav li a:hover i {
          color: #11265f; }
  #nav-menu-container #index .sticky-wrapper #header .nav-menu li a {
    color: #000 !important;
    letter-spacing: 0.5px !important; }
    #nav-menu-container #index .sticky-wrapper #header .nav-menu li a .fa.fa-angle-down {
      color: #000;
      margin: 0px 5px;
      font-size: 1.5rem;
      position: relative;
      top: 2px; }
    #nav-menu-container #index .sticky-wrapper #header .nav-menu li a:hover {
      text-decoration: underline; }
    #nav-menu-container #index .sticky-wrapper #header .nav-menu li a.activePage {
      color: #f58220 !important; }
  @media screen and (min-width: 769px) {
    #nav-menu-container #index .sticky-wrapper #header #nav-menu-container {
      display: flex;
      flex-flow: row; }
      #nav-menu-container #index .sticky-wrapper #header #nav-menu-container .social-nav {
        display: flex;
        flex-flow: row;
        padding: 25px 0px 0 20px;
        list-style: none;
        margin: 0; }
        #nav-menu-container #index .sticky-wrapper #header #nav-menu-container .social-nav:before {
          content: "";
          height: 26px;
          width: 1px;
          background-color: #fff; }
        #nav-menu-container #index .sticky-wrapper #header #nav-menu-container .social-nav li {
          margin: 0 10px; }
          #nav-menu-container #index .sticky-wrapper #header #nav-menu-container .social-nav li:first-child {
            padding-left: 5px; }
          #nav-menu-container #index .sticky-wrapper #header #nav-menu-container .social-nav li a i {
            color: #000; } }
  #nav-menu-container #index .sticky-wrapper #header .dropdown .dropdown-menu li:last-child a {
    padding-bottom: 0px !important; }
  #nav-menu-container #index .sticky-wrapper #header .dropdown .dropdown-menu li a {
    color: #222 !important;
    font-size: 1rem !important; }
    #nav-menu-container #index .sticky-wrapper #header .dropdown .dropdown-menu li a:hover {
      text-decoration: underline; }
  #nav-menu-container #index .sticky-wrapper.is-sticky #header {
    background-color: #fff !important; }
    #nav-menu-container #index .sticky-wrapper.is-sticky #header .nav-menu li a {
      color: #222 !important; }
      #nav-menu-container #index .sticky-wrapper.is-sticky #header .nav-menu li a.activePage {
        color: #f58220; }
    @media screen and (min-width: 769px) {
      #nav-menu-container #index .sticky-wrapper.is-sticky #header #nav-menu-container {
        display: flex;
        flex-flow: row; }
        #nav-menu-container #index .sticky-wrapper.is-sticky #header #nav-menu-container .social-nav {
          display: flex;
          flex-flow: row;
          padding: 25px 0px 0 20px;
          list-style: none;
          margin: 0; }
          #nav-menu-container #index .sticky-wrapper.is-sticky #header #nav-menu-container .social-nav:before {
            content: "";
            height: 26px;
            width: 1px;
            background-color: #222; }
          #nav-menu-container #index .sticky-wrapper.is-sticky #header #nav-menu-container .social-nav li {
            margin: 0 10px; }
            #nav-menu-container #index .sticky-wrapper.is-sticky #header #nav-menu-container .social-nav li:first-child {
              padding-left: 5px; }
            #nav-menu-container #index .sticky-wrapper.is-sticky #header #nav-menu-container .social-nav li a i {
              color: #222 !important; } }
  #nav-menu-container .navbar {
    background-color: #fff; }
    #nav-menu-container .navbar .nav-link {
      color: #000;
      font-family: "LatoLatinWebMedium", sans-serif, arial; }
  @media screen and (min-width: 769px) {
    #nav-menu-container #nav-menu-container {
      display: flex;
      flex-flow: row; }
      #nav-menu-container #nav-menu-container .social-nav {
        display: flex;
        flex-flow: row;
        padding: 25px 0px 0 20px;
        list-style: none;
        margin: 0; }
        #nav-menu-container #nav-menu-container .social-nav:before {
          content: "";
          height: 26px;
          width: 1px;
          background-color: #222; }
        #nav-menu-container #nav-menu-container .social-nav li {
          margin: 0 10px; }
          #nav-menu-container #nav-menu-container .social-nav li:first-child {
            padding-left: 5px; }
          #nav-menu-container #nav-menu-container .social-nav li a i {
            color: #222; } }
  @media (min-width: 992px) {
    #nav-menu-container .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    #nav-menu-container .navbar-collapse {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 1199px) {
    #nav-menu-container #mobile-nav ul:last-child {
      display: flex;
      flex-flow: row; }
    #nav-menu-container #mobile-nav .menu-has-children {
      padding: 20px 15px !important;
      }
      #nav-menu-container #mobile-nav .menu-has-children .dropdown-menu {
        display: flex;
        flex-flow: column;
        width: 100%; }
      #nav-menu-container #mobile-nav .menu-has-children .fa {
        top: 5px !important; } }
  @media (max-width: 767px) {
    #nav-menu-container .navbar .container {
      width: 100%; } }
  @media (max-width: 991px) {
    #nav-menu-container .navbar-brand img {
      margin-left: 60px; } }
  #nav-menu-container .nav-menu {
    margin: 0; }
    #nav-menu-container .nav-menu a {
      font-family: "LatoLatinWebMedium", sans-serif, arial;
      font-size: 1.10rem;
      color: #fff;
      font-weight: normal;
      letter-spacing: 0.1px;
      text-transform: uppercase; }
      #nav-menu-container .nav-menu a .fa {
        margin: 0px 5px; }
  @media (max-width: 1199px) {
    #nav-menu-container a[aria-expanded="false"]::before, #nav-menu-container a[aria-expanded="true"]::before {
      display: none; }
    #nav-menu-container .dropdown-toggle::after {
      display: none; }
    #nav-menu-container #mobile-nav ul li a.dropdown-toggle:before {
      display: none !important; }
    #nav-menu-container .dropdown-backdrop {
      display: none !important; }
    #nav-menu-container:hover {
      visibility: inherit !important;
      opacity: inherit !important;
      z-index: 1;
      transform: inherit !important;
      transition-delay: inherit !important; }
    #nav-menu-container.menu-has-children {
      margin: 0;
      background-color: black !important; }
      #nav-menu-container.menu-has-children .dropdown-menu {
        display: none; }
      #nav-menu-container.menu-has-children .dropdown-toggle::after {
        display: none; }
      #nav-menu-container.menu-has-children:after {
        display: none; }
    #nav-menu-container.menu-has-children .fa-chevron-down {
      display: none !important; }
    #nav-menu-container.menu-has-children .dropdown-menu {
      visibility: inherit !important;
      position: relative !important;
      width: 100% !important;
      opacity: inherit !important;
      transform: inherit !important; }
      #nav-menu-container.menu-has-children .dropdown-menu li a {
        padding: 5px 15px 5px 15px !important;
        color: #222; }
    #nav-menu-container.menu-has-children .dropdown-toggle {
      position: relative; }
      #nav-menu-container.menu-has-children .dropdown-toggle:before {
        display: none !important; }
    #nav-menu-container.menu-has-children .fa {
      position: absolute;
      right: 15px !important;
      z-index: 99;
      padding: 0px !important;
      cursor: pointer;
      color: #fff;
      top: 12.5px; }
    #nav-menu-container .dropdown-backdrop {
      display: none  !important; } }

/* Fonts */
/* Colors */
.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  align-items: stretch; }

#sidebar {
  min-width: 300px;
  max-width: 300px;
  background: #131313;
  color: #fff;
  margin-left: -300px;
  transition: all 0.3s;
  z-index: 9999;
  font-family: "LatoLatinWebThin", sans-serif, arial;
  font-size: 1rem;
  padding-top: 4.65%; }

#sidebar.active {
  margin-left: 0px; }

#sidebar .sidebar-header {
  padding: 0;
  background: #000; }

#sidebar ul.components {
  padding: 0;
  border-bottom: 1px solid #222;
  position: fixed;
  width: 300px; }

#sidebar ul p {
  color: #fff;
  padding: 10px; }

#sidebar ul li {
  border-bottom: solid 1px #222; }
  #sidebar ul li:last-child {
    border-bottom: none; }

#sidebar ul li a {
  padding: 10px;
  font-family: "LatoLatinWebThin", sans-serif, arial;
  font-size: 1rem;
  display: block;
  color: #666; }

#sidebar ul li a:hover {
  color: #fff;
  text-decoration: none; }

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #f58220; }

a[data-toggle="collapse"] {
  position: relative; }

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em; }

a[aria-expanded="true"]::before {
  content: '\e260'; }

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc; }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #fff;
  color: #7386D5; }

a.article, a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important; }

@media (max-width: 991px) {
  #sidebarCollapse {
    z-index: 9999 !important;
    border: none  !important;
    border-radius: 0px  !important;
    box-shadow: inherit  !important; } }

#sidebarCollapse {
  position: fixed;
  top: 40%;
  z-index: 999;
  border-radius: 0px;
  background-color: #fff;
  cursor: pointer;
  padding: 15px;
  outline: none;
  border: solid 5px #009bd8;
  border-left: none;
  box-shadow: -5px 0px 6px 1px #737f8a;
  border-radius: 0px 4px 4px 2px; }
  #sidebarCollapse .fa {
    display: block;
    width: 100%;
    color: #0f90e8;
    font-size: 1.5rem;
    color: #f58220; }
  #sidebarCollapse .menu-typo {
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    color: #222;
    font-size: 0.9rem;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: center; }
  #sidebarCollapse:hover .menu-typo {
    color: #0f90e8; }
  #sidebarCollapse:focus {
    box-shadow: inherit; }

.navbar-btn:hover .fa {
  color: #f58220 !important; }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  padding: 0;
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -300px; }
  #sidebar.active {
    margin-left: 0; }
  #sidebarCollapse span {
    display: none; }
  #sidebarCollapse {
    position: fixed;
    top: 4px; } }

/* Fonts */
/* Colors */
@media (max-width: 991px) {
  .hero__slider {
    margin-top: 0px !important; }
  .carousel {
    height: 55vh !important; }
  .carousel-item {
    height: 55vh !important;
    min-height: 200px; }
  .banner-main-img {
    display: none !important; }
  .slider-content {
    margin: 0px !important; }
    .slider-content .slider-typo-info {
      border: none !important;
      padding: 0px !important;
      width: 100%;
      text-align: center; }
    .slider-content h1 {
      margin-top: 5px !important; }
  .carousel .carousel-indicators {
    justify-content: center !important;
    bottom: 35px !important; }
  .slider-content .learnmore .btn-primary {
    background-color: #f58220 !important;
    border: solid 1px #fff; } }

.hero__slider {
  margin-top: -80px; }

.pos-relative {
  position: relative !important; }

.rev-slidebg {
  background-color: #f58220 !important; }

.slot span {
  background-color: rgba(245, 130, 32, 0.5) !important; }

.slider-link:hover {
  color: #000 !important; }
  .slider-link:hover a {
    color: #000 !important; }

.tp-revslider-mainul li.tp-revslider-slidesli {
  position: relative; }
  .tp-revslider-mainul li.tp-revslider-slidesli .tp-shapewrapper {
    background: url("../assets/slide-1-bgshade.png") #fff no-repeat bottom center !important; }

.tp-caption.Concept-Title, .Concept-Title {
  color: #000 !important; }

.tp-caption.Concept-SubTitle, .Concept-SubTitle {
  font-family: "LatoLatinWebSemibold", sans-serif, arial !important;
  letter-spacing: 0px !important;
  color: #f58220 !important;
  opacity: 1 !important; }

.tp-caption.Concept-Title, .Concept-Title {
  font-family: "LatoLatinWebSemibold", sans-serif, arial !important;
  letter-spacing: 0px !important; }
  .tp-caption.Concept-Title .f-italic, .Concept-Title .f-italic {
    font-family: "LatoLatinWebSemibold", sans-serif, arial !important;
    font-style: italic; }

.tp-caption {
  color: #f58220 !important; }
  .tp-caption span.color-brandblue {
    color: #11265f !important;
    font-style: italic;
    font-weight: bold; }

.tp-secondary-text {
  color: #000 !important; }

.rev-btn {
  background-color: #f58220 !important;
  color: #fff !important;
  z-index: 9999 !important;
  padding: 5px 30px !important; }
  .rev-btn.btn-outline {
    background-color: transparent !important;
    border: solid 1px #11265f !important;
    color: #11265f !important; }
    .rev-btn.btn-outline a {
      color: #11265f !important; }
  .rev-btn a {
    color: #fff !important;
    font-size: 1.20rem !important;
    letter-spacing: 1px !important;
    line-height: 36px !important; }

.tparrows:before {
  color: #222; }

.player-btn {
  background-color: #11265f;
  padding: 0px 25px !important;
  font-size: 1.15rem !important;
  border-radius: 48px !important;
  font-family: "LatoLatinWebMedium", sans-serif, arial !important; }
  .player-btn:hover {
    background-color: #C93281 !important;
    border-radius: 18px;
    border: none !important; }
  .player-btn .fa {
    color: #f58220 !important;
    font-size: 1.5rem;
    padding: 15px 0px 15px 10px; }

.Concept-LessBtn {
  background-color: transparent !important; }
  .Concept-LessBtn i.fa {
    color: #000 !important; }

@media screen and (min-width: 1220px) and (max-width: 1380px) {
  .player-btn {
    margin-left: 55px !important;
    margin-top: 7px; } }

@media (max-width: 991px) {
  .vsbl-down-md {
    display: block; } }

@media (min-width: 768px) {
  .vsbl-down-md {
    display: none !important; } }

@media (max-width: 991px) {
  .heroslide-1.tp-revslider-slidesli.active-revslide .slotholder .tp-bgimg.defaultimg {
    background-image: url("../assets/mumzhub-mainbanner-01-mbl.png") !important; } }

@media (max-width: 991px) {
  .heroslide-2.tp-revslider-slidesli.active-revslide .slotholder .tp-bgimg.defaultimg {
    background-image: url("../assets/mumzhub-mainbanner-02-mbl.png") !important; } }

@media (max-width: 991px) {
  .heroslide-3.tp-revslider-slidesli.active-revslide .slotholder .tp-bgimg.defaultimg {
    background-image: url("../assets/mumzhub-mainbanner-03-mbl.png") !important; } }

@media (max-width: 991px) {
  .tp-mask-wrap iframe {
    width: 320px !important;
    margin: 0px auto !important; } }

/* Fonts */
/* Colors */
.section-ctnr {
  width: 100%; }
  .section-ctnr.border__top {
    border-top: solid 1px #ccc; }
  .section-ctnr .border__top {
    border-top: solid 1px #ccc; }
  .section-ctnr .sec__ctnt--withimg {
    display: flex;
    flex-flow: row; }
    @media (max-width: 991px) {
      .section-ctnr .sec__ctnt--withimg {
        flex-flow: column; } }
  .section-ctnr .ctnt__valign--center {
    display: flex;
    justify-content: center; }
  .section-ctnr#compnay-history {
    background: url("../assets/section-img-companyhistory.png") no-repeat;
    padding: 150px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 575px) {
      .section-ctnr#compnay-history {
        padding-bottom: 100px !important;
        border: none !important; } }
    .section-ctnr#compnay-history .f-style__h2 {
      color: #fff;
      text-shadow: 1px 1px 1px #222;
      line-height: 40px; }
    .section-ctnr#compnay-history .btn__ctnr {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px 30px; }
      .section-ctnr#compnay-history .btn__ctnr .btn {
        text-transform: uppercase;
        padding: 15px 30px !important;
        font-size: 1rem; }
    .section-ctnr#compnay-history .ch__display--txt {
      max-width: 50%;
      margin: 0px auto; }
  @media (max-width: 575px) {
    .section-ctnr#services-home {
      border: none !important; } }
  .section-ctnr#services-home .services__thumbs {
    display: flex;
    flex-flow: row wrap; }
    @media (max-width: 575px) {
      .section-ctnr#services-home .services__thumbs {
        margin: 0px !important; } }
    .section-ctnr#services-home .services__thumbs .service__type {
      display: flex;
      flex-flow: column;
      justify-content: flex-end;
      height: 290px;
      position: relative;
      padding: 25px;
      margin: 13px;
      width: 30% !important;
      flex: 0 0 31%;
      max-width: 31%;
      cursor: pointer; }
      @media (max-width: 575px) {
        .section-ctnr#services-home .services__thumbs .service__type {
          width: 96% !important;
          flex: 0 0 96%;
          max-width: 96%; } }
      .section-ctnr#services-home .services__thumbs .service__type .services__link {
        display: none; }
      .section-ctnr#services-home .services__thumbs .service__type:hover a.services__link {
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 9999;
        padding: 30px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #11265f;
        color: #fff !important;
        width: 100%;
        height: 100%; }
        .section-ctnr#services-home .services__thumbs .service__type:hover a.services__link .btn {
          margin-top: 10px;
          font-size: 1rem; }
          .section-ctnr#services-home .services__thumbs .service__type:hover a.services__link .btn:hover {
            background-color: #f58220 !important; }
      .section-ctnr#services-home .services__thumbs .service__type .service__ctgry {
        color: #fff; }
      .section-ctnr#services-home .services__thumbs .service__type .service__thumbctnt {
        position: relative;
        z-index: 99; }
      .section-ctnr#services-home .services__thumbs .service__type:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 0; }
      .section-ctnr#services-home .services__thumbs .service__type .service__ctgry {
        color: #fff;
        margin: 0;
        font-size: 1.25rem; }
      .section-ctnr#services-home .services__thumbs .service__type .servce__shortbreif {
        color: rgba(255, 255, 255, 0.75);
        margin: 0;
        font-size: 1rem;
        line-height: 21px;
        font-weight: normal; }
      .section-ctnr#services-home .services__thumbs .service__type.management__consulting {
        background: url("../assets/services-managementconsulting.png") no-repeat; }
      .section-ctnr#services-home .services__thumbs .service__type.humancapital__management {
        background: url("../assets/services-humancapitalmanagement.png") no-repeat; }
      .section-ctnr#services-home .services__thumbs .service__type.technology__management {
        background: url("../assets/services-technologymanagement.png") no-repeat; }
      .section-ctnr#services-home .services__thumbs .service__type.itproject__management {
        background: url("../assets/services-itprojectmanagment.png") no-repeat; }
      .section-ctnr#services-home .services__thumbs .service__type.outsourcing {
        background: url("../assets/services-outsourcing.png") no-repeat; }
      .section-ctnr#services-home .services__thumbs .service__type.corporate__innovationresearch {
        background: url("../assets/services-corporateinnovationresearch.png") no-repeat; }
  .section-ctnr.getintouch-sec {
    background-color: #f6f6f6;
    margin-top: 60px;
    padding-bottom: 50px; }
    .section-ctnr.getintouch-sec .section-name__sm {
      font-size: 1rem;
      color: #666; }
    .section-ctnr.getintouch-sec .home-getintouch-form {
      display: flex;
      flex-flow: row wrap; }
      .section-ctnr.getintouch-sec .home-getintouch-form .form-control {
        border: none;
        border-bottom: solid 1px #ccc;
        border-radius: 0px;
        background-color: transparent; }
        .section-ctnr.getintouch-sec .home-getintouch-form .form-control:focus {
          border-bottom: solid 1px #222; }
      .section-ctnr.getintouch-sec .home-getintouch-form .btn {
        margin: 15px 0 0 15px; }

.section-ctnr {
  width: 100%; }
  .section-ctnr .w-90 {
    width: 90%;
    margin: 0px auto; }
    @media (max-width: 991px) {
      .section-ctnr .w-90 {
        width: 100%; } }
  .section-ctnr .home-sec__maintitle {
    width: 90%;
    margin: 0 auto 0 auto; }
  .section-ctnr .section-maintitle {
    padding: 15px 15px;
    font-family: "LatoLatinWebSemibold", sans-serif, arial;
    font-size: 2rem;
    color: #000;
    text-align: center; }
    .section-ctnr .section-maintitle.withgradient-bg {
      background: linear-gradient(90deg, #2875af 0%, #ce6599 100%); }
    @media (max-width: 991px) {
      .section-ctnr .section-maintitle {
        padding: 10px;
        font-size: 1.30rem !important; } }
  .section-ctnr .section-items {
    width: 100%;
    display: flex; }
    .section-ctnr .section-items span {
      font-size: 1rem;
      color: #666; }
    .section-ctnr .section-items.mt-50 {
      margin-top: 50px; }
    .section-ctnr .section-items .mt-50 {
      margin-top: 50px; }
    .section-ctnr .section-items .sec-heading-row {
      width: 100%; }
      .section-ctnr .section-items .sec-heading-row h2 {
        color: #000; }
    .section-ctnr .section-items .section-items__ctnr {
      padding: 0px;
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: center; }
      .section-ctnr .section-items .section-items__ctnr .section-items__ctnt {
        padding: 0;
        display: inline-flex;
        flex-flow: column; }
      .section-ctnr .section-items .section-items__ctnr h1 {
        margin: 0 0 10px 0;
        color: #000; }
    .section-ctnr .section-items .sec-has-btn {
      display: inline-flex;
      max-width: 150px;
      text-align: center;
      align-items: center;
      justify-content: center;
      padding: 12px 15px;
      margin-top: 20px; }

.sec-wide .sec-wide-col {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }

.list-hilites {
  list-style: none;
  margin: 0;
  font-family: "LatoLatinWebMedium", sans-serif, arial;
  font-size: 1.15rem;
  color: #666;
  padding: 0px; }
  .list-hilites li {
    margin-bottom: 25px;
    background: url("../assets/bullet-arrow.png") no-repeat;
    padding: 0px 0px 0px 30px;
    background-position: left center; }

.what-we-do {
  padding: 50px 0; }
  @media (max-width: 1199px) {
    .what-we-do {
      padding: 15px 0;
      width: 100%; } }
  .what-we-do .section-items {
    background-color: #fff;
    padding: 0;
    margin: 15px 0px 50px !important; }
    @media (max-width: 991px) {
      .what-we-do .section-items {
        flex-flow: column; } }
    .what-we-do .section-items .section-items__ctnt {
      padding: 0px; }
      @media (max-width: 991px) {
        .what-we-do .section-items .section-items__ctnt {
          align-items: center; } }
    .what-we-do .section-items .items-ctgry {
      max-width: 20%;
      flex: 0 0 20%;
      border-right: solid 1px #ccc !important;
      padding: 25px; }
      @media (max-width: 991px) {
        .what-we-do .section-items .items-ctgry {
          width: 100%;
          flex: 0 0 100%;
          max-width: 100%;
          max-height: 366px;
          border: none !important;
          border-bottom: solid 1px #ccc !important;
          background-color: #fff; } }
      .what-we-do .section-items .items-ctgry:hover {
        background-color: #f6f6f6 !important; }
      .what-we-do .section-items .items-ctgry:last-child {
        border: none !important; }
      .what-we-do .section-items .items-ctgry h2 {
        font-size: 1.75rem !important;
        color: #f58220 !important; }
        @media (max-width: 991px) {
          .what-we-do .section-items .items-ctgry h2 {
            font-size: 1.35rem !important; } }
      .what-we-do .section-items .items-ctgry p {
        font-size: 1rem !important;
        line-height: 21px !important;
        min-height: 80px; }
      .what-we-do .section-items .items-ctgry .icon-type {
        margin: 30px 0;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 180px; }
        @media (max-width: 991px) {
          .what-we-do .section-items .items-ctgry .icon-type {
            width: 150px;
            height: 140px;
            margin: 0; } }
        .what-we-do .section-items .items-ctgry .icon-type img {
          max-width: 60%; }
      .what-we-do .section-items .items-ctgry .btn-wrap {
        justify-content: center;
        width: 100%;
        display: flex;
        align-items: center;
        flex-flow: column;
        align-content: center; }
        .what-we-do .section-items .items-ctgry .btn-wrap .btn {
          width: 75%;
          padding: 15px;
          display: flex;
          max-width: 100%;
          margin: 0px; }

.upcoming-sessions {
  background-color: #fff;
  padding: 50px 0; }
  @media (max-width: 991px) {
    .upcoming-sessions {
      padding: 15px 0; } }
  .upcoming-sessions .section-items {
    background-color: rgba(213, 109, 165, 0.2);
    background-image: url("../assets/upcoming-sessions-bgimg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 30px;
    margin: 15px 0px 50px !important; }
    @media (max-width: 991px) {
      .upcoming-sessions .section-items {
        margin-bottom: 0px !important; } }
  .upcoming-sessions .upcoming-session-ctnr {
    display: flex;
    flex-flow: row;
    width: 100%; }
    .upcoming-sessions .upcoming-session-ctnr .upc-ssn__img {
      background-color: #fff;
      padding: 15px 10px;
      width: 32.5%; }
      @media (max-width: 991px) {
        .upcoming-sessions .upcoming-session-ctnr .upc-ssn__img {
          display: none; } }
      .upcoming-sessions .upcoming-session-ctnr .upc-ssn__img img {
        max-width: 100%; }
    .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about {
      max-width: 60%;
      padding-left: 50px;
      padding-top: 50px; }
      @media (max-width: 991px) {
        .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about {
          max-width: 100%;
          padding: 0px !important; } }
      .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__title {
        font-family: "LatoLatinWebSemibold", sans-serif, arial;
        font-size: 2rem;
        color: #f58220;
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__title {
            font-size: 1.35rem; } }
      .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__desc {
        max-width: 70%;
        font-size: 1.25rem;
        color: #222; }
        @media (max-width: 991px) {
          .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__desc {
            max-width: 100%;
            font-size: 1.15rem; } }
      .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules {
        display: flex;
        width: 70%;
        background-color: #fff;
        padding: 30px;
        margin-top: 50px; }
        @media (max-width: 991px) {
          .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules {
            width: 100%;
            padding: 15px;
            margin: 25px 0 0 0; } }
        .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules ul {
          display: flex;
          flex-flow: row;
          width: 100%;
          margin: 0px;
          padding: 0px; }
          @media (max-width: 991px) {
            .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules ul {
              flex-flow: column;
              width: 100%; } }
          .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules ul li {
            list-style: none;
            margin-right: 50px;
            padding-right: 50px;
            border-right: solid 1px #ccc; }
            @media (max-width: 991px) {
              .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules ul li {
                margin: 0px 0px 15px 0;
                padding: 0px;
                border: none;
                border-bottom: solid 1px #ccc; } }
            .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules ul li:last-child {
              border: none;
              margin: 0px; }
            .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules ul li h4 {
              font-family: "LatoLatinWebSemibold", sans-serif, arial;
              color: #000; }
              @media (max-width: 991px) {
                .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules ul li h4 {
                  font-size: 1.25rem; } }
            .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules ul li p {
              font-family: "LatoLatinWebMedium", sans-serif, arial;
              color: #333; }
              .upcoming-sessions .upcoming-session-ctnr .upc-ssn__about .upc-ssn__schedules ul li p .fa {
                margin-right: 10px; }

.testimonials-sec {
  padding: 0px 0 50px;
  position: relative; }
  .testimonials-sec .section-name__sm {
    font-size: 1rem;
    color: #666; }
  @media (max-width: 991px) {
    .testimonials-sec {
      padding: 15px 0 75px; } }
  .testimonials-sec .carousel-item {
    padding: 10px !important; }
  .testimonials-sec .testimonials-desc__header {
    max-width: 40%;
    margin: 0px auto; }
    @media (max-width: 991px) {
      .testimonials-sec .testimonials-desc__header {
        max-width: 100%;
        line-height: 28px; } }
    .testimonials-sec .testimonials-desc__header h3 {
      margin: 0;
      text-align: center;
      line-height: 42px;
      color: #fff;
      width: 100%;
      font-family: "LatoLatinWebBlack", sans-serif, arial;
      font-size: 2rem; }
      @media (max-width: 991px) {
        .testimonials-sec .testimonials-desc__header h3 {
          font-size: 1.20rem;
          line-height: 30px;
          margin-bottom: 10px; } }
  .testimonials-sec .testimonials-desc__txt {
    margin: 25px auto;
    text-align: center;
    line-height: 36px;
    color: #fff;
    width: 100%;
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    font-size: 1.35rem;
    max-width: 60%; }
    @media (max-width: 991px) {
      .testimonials-sec .testimonials-desc__txt {
        max-width: 100%;
        font-size: 1.15rem;
        margin: 0px;
        line-height: 30px; } }
  .testimonials-sec .carousel {
    background-color: transparent !important;
    z-index: 99; }
  .testimonials-sec .testimonial-carousel .testimonial-item {
    background-color: #fff;
    display: flex;
    flex-flow: row;
    padding: 0 25px;
    max-width: 47.5% !important;
    flex: 0 0 47.5% !important;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .testimonials-sec .testimonial-carousel .testimonial-item {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 15px;
        align-items: flex-start; } }
    .testimonials-sec .testimonial-carousel .testimonial-item .testimony-img {
      padding: 10px;
      display: flex; }
      .testimonials-sec .testimonial-carousel .testimonial-item .testimony-img img {
        min-width: 100px;
        min-height: 100px;
        max-width: 100px;
        max-height: 100px;
        width: 100px;
        height: 100px;
        border-radius: 50%; }
    .testimonials-sec .testimonial-carousel .testimonial-item .testimonial-desc {
      display: flex;
      padding: 10px;
      flex-flow: column; }
      .testimonials-sec .testimonial-carousel .testimonial-item .testimonial-desc .testimony-name {
        font-size: 1rem;
        color: #000;
        font-weight: bold;
        margin-top: 15px; }
        .testimonials-sec .testimonial-carousel .testimonial-item .testimonial-desc .testimony-name span {
          color: #666;
          font-size: 14px; }
      .testimonials-sec .testimonial-carousel .testimonial-item .testimonial-desc .testimony-desc__txt {
        font-family: "LatoLatinWebMedium", sans-serif, arial;
        color: #333;
        margin: 0px;
        font-size: 14px; }
  .testimonials-sec .casestudies-carousel .testimonial-item {
    background-color: #fff;
    display: flex;
    flex-flow: row;
    padding: 25px;
    max-width: 32% !important;
    flex: 0 0 32% !important;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .testimonials-sec .casestudies-carousel .testimonial-item {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 15px;
        align-items: flex-start; } }
    .testimonials-sec .casestudies-carousel .testimonial-item .testimony-img {
      padding: 10px;
      display: flex; }
      .testimonials-sec .casestudies-carousel .testimonial-item .testimony-img img {
        min-width: 100px;
        min-height: 100px;
        max-width: 100px;
        max-height: 100px;
        width: 100px;
        height: 100px;
        border-radius: 50%; }
    .testimonials-sec .casestudies-carousel .testimonial-item .testimonial-desc {
      display: flex;
      padding: 10px;
      flex-flow: column; }
      .testimonials-sec .casestudies-carousel .testimonial-item .testimonial-desc .testimony-name {
        font-size: 1rem;
        color: #000;
        font-weight: bold;
        margin-top: 15px; }
        .testimonials-sec .casestudies-carousel .testimonial-item .testimonial-desc .testimony-name span {
          color: #666; }
      .testimonials-sec .casestudies-carousel .testimonial-item .testimonial-desc .testimony-desc__txt {
        font-family: "LatoLatinWebMedium", sans-serif, arial;
        color: #333;
        margin: 0px; }
  .testimonials-sec .carousel-indicators {
    bottom: -100px !important; }
    .testimonials-sec .carousel-indicators li {
      height: 5px;
      background-color: #96A7BB;
      margin-right: 10px; }
      .testimonials-sec .carousel-indicators li.active {
        background-color: #f58220; }

.casestudy-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .casestudy-item:before {
    content: "";
    position: absolute;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }
  .casestudy-item img {
    max-width: 100%; }
  .casestudy-item .item-ctnt {
    position: absolute;
    padding: 25px;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    left: 0px;
    top: 0px; }
    .casestudy-item .item-ctnt p {
      color: rgba(255, 255, 255, 0.5);
      margin: 0px; }
    .casestudy-item .item-ctnt .f-style__h3 {
      font-size: 1.25rem;
      line-height: 30px; }
  .casestudy-item .btn {
    font-size: 1rem; }

.founder-sec {
  padding: 75px 0;
  background-color: #fff; }
  @media (max-width: 991px) {
    .founder-sec {
      padding: 15px 0; } }
  .founder-sec .founder-img {
    position: relative; }
    .founder-sec .founder-img img {
      position: relative;
      z-index: 99;
      max-width: 100%; }
    .founder-sec .founder-img::before {
      content: "";
      position: absolute;
      width: 85%;
      height: 106%;
      background: #ce6599;
      background: linear-gradient(180deg, #ce6599 0%, #2875af 100%);
      top: -15px;
      left: -15px; }
  .founder-sec .about-founder__col {
    padding: 0px;
    display: flex;
    align-items: center;
    flex-flow: column; }
    .founder-sec .about-founder__col .section-maintitle {
      text-align: left;
      width: 100%;
      padding-left: 50px;
      padding-top: 0px; }
      @media (max-width: 991px) {
        .founder-sec .about-founder__col .section-maintitle {
          padding: 0px;
          margin-top: 20px; } }
  .founder-sec .about-founder__sec {
    background: #f98bc4;
    background: linear-gradient(90deg, rgba(234, 192, 196, 0.7) 0%, rgba(249, 139, 196, 0.7) 100%);
    padding: 50px; }
    @media (max-width: 991px) {
      .founder-sec .about-founder__sec {
        padding: 15px;
        margin-top: 15px; } }
    .founder-sec .about-founder__sec h4 {
      font-family: "LatoLatinWebSemibold", sans-serif, arial;
      font-size: 1.5rem;
      color: #000;
      margin: 0; }
      @media (max-width: 991px) {
        .founder-sec .about-founder__sec h4 {
          font-size: 1.35rem; } }
    .founder-sec .about-founder__sec p {
      margin: 0;
      font-size: 1.25rem;
      line-height: 32px;
      font-family: "LatoLatinWebMedium", sans-serif, arial;
      color: #000; }
      @media (max-width: 991px) {
        .founder-sec .about-founder__sec p {
          font-size: 1.15rem; } }

.our-purpose__sec {
  background-color: #3D80BD;
  padding: 75px 0; }
  .our-purpose__sec .container {
    position: relative; }
  .our-purpose__sec .purpose-video {
    width: 400px;
    height: 275px;
    background: url(../assets/purpose-img-video.png) no-repeat center top;
    position: absolute;
    right: 0px;
    top: -139px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .our-purpose__sec .purpose-video {
        width: 200px;
        height: 200px;
        top: -126px; } }
    .our-purpose__sec .purpose-video:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(61, 128, 189, 0.5); }
    .our-purpose__sec .purpose-video .play-btn {
      text-align: center;
      font-size: 3rem;
      color: #fff;
      background-color: transparent;
      border: none;
      z-index: 999;
      outline: none;
      cursor: pointer; }
      .our-purpose__sec .purpose-video .play-btn:hover {
        color: #A9DEFF; }
  .our-purpose__sec h3 {
    text-align: right;
    font-family: "LatoLatinWebBlack", sans-serif, arial;
    margin: 0px;
    padding-right: 75px;
    color: #fff;
    font-size: 2rem; }
    @media (max-width: 991px) {
      .our-purpose__sec h3 {
        font-size: 1.5rem;
        text-align: left; } }
  .our-purpose__sec p {
    text-align: right;
    font-family: "LatoLatinWebThin", sans-serif, arial;
    margin: 0px;
    padding-right: 75px;
    color: #fff;
    font-size: 1.5rem; }
    @media (max-width: 991px) {
      .our-purpose__sec p {
        font-size: 1.35rem;
        text-align: left; } }

/* ===============================
   Home About Section 
==================================*/
.home__about--sec {
  padding: 50px 0;
  position: relative;
  border-bottom: solid 1px #ddd;
  background-color: #fff;
  /* Mobile responsive adjustments */ }
  @media (max-width: 1199px) {
    .home__about--sec {
      padding: 0; }
      .home__about--sec .intro--txt {
        padding: 20px 0 0;
        margin: 0px; } }

.strengths-mptp {
  margin-top: 15px;
  color: #666; }
  .strengths-mptp:before {
    height: 1px;
    background-color: #666;
    width: 40px;
    content: "";
    display: inline-block;
    position: relative;
    top: -5px; }
  .strengths-mptp strong {
    color: #222; }

.section-title {
  font-family: "LatoLatinWebSemibold", sans-serif, arial;
  color: #222;
  margin-top: 15px;
  position: relative; }
  @media (max-width: 991px) {
    .section-title {
      margin-top: 15px;
      font-size: 1.5rem; } }
  .section-title.m-t-20 {
    margin-top: 20px; }
  .section-title.withline:after {
    content: "";
    width: 65%;
    height: 4px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border-radius: 12px; }
    @media (max-width: 1199px) {
      .section-title.withline:after {
        width: 40px;
        display: none; } }
  .section-title.withline-white:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 16px;
    margin-left: 15px; }
    @media (max-width: 991px) {
      .section-title.withline-white:after {
        width: 40px; } }

.ourstrengths {
  padding: 0 0 0 20px;
  width: 100%; }
  @media (max-width: 1199px) {
    .ourstrengths {
      padding: 20px 0; } }
  .ourstrengths .strengths-list {
    padding: 0;
    width: 100%; }
    @media (max-width: 991px) {
      .ourstrengths .strengths-list {
        padding: 0; } }
    .ourstrengths .strengths-list .strengths-row {
      display: flex;
      flex-flow: row;
      width: 100%;
      padding: 0px 0px 15px 0;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .ourstrengths .strengths-list .strengths-row {
          flex-flow: column; }
          .ourstrengths .strengths-list .strengths-row .col-sm-6 {
            margin-bottom: 10px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .ourstrengths .strengths-list .strengths-row {
    flex-flow: row; }
    .ourstrengths .strengths-list .strengths-row .col-sm-6 {
      margin-bottom: 10px; } }
      .ourstrengths .strengths-list .strengths-row .strengths-title {
        font-size: 1.5rem;
        font-family: "LatoLatinWebSemibold", sans-serif, arial;
        color: #000;
        margin: 0px 0px 10px;
        padding: 0;
        border-bottom: solid 1px #ccc;
        position: relative; }
        .ourstrengths .strengths-list .strengths-row .strengths-title:before {
          content: "";
          height: 3px;
          background-color: #64ad49;
          position: absolute;
          left: 0px;
          width: 50px;
          bottom: -2px; }
        @media (max-width: 991px) {
          .ourstrengths .strengths-list .strengths-row .strengths-title {
            font-size: 1.35rem; } }
        .ourstrengths .strengths-list .strengths-row .strengths-title span {
          font-family: "LatoLatinWebThin", sans-serif, arial;
          color: #000;
          font-size: 1.35rem; }
      .ourstrengths .strengths-list .strengths-row:last-child {
        border: none; }
      @media screen and (max-width: 1200px) {
        .ourstrengths .strengths-list .strengths-row p {
          margin-bottom: 0px !important; } }
    .ourstrengths .strengths-list .btn {
      margin-left: 15px !important; }

.home__ouservices {
  background: url("../assets/section_bg_img.png") repeat;
  padding: 25px; }
  @media screen and (max-width: 1200px) {
    .home__ouservices {
      padding: 15px; } }
  .home__ouservices .section-title {
    font-family: "LatoLatinWebSemibold", sans-serif, arial;
    margin: 0px 0px 15px 0; }
  .home__ouservices .services__list {
    list-style: none;
    margin: 25px 0 0 0;
    padding: 0;
    display: flex;
    flex-flow: row; }
    @media (max-width: 767px) {
      .home__ouservices .services__list {
        flex-flow: column;
        width: 100%; } }
    .home__ouservices .services__list li {
      cursor: pointer; }
      @media screen and (max-width: 1200px) {
        .home__ouservices .services__list li {
          margin-bottom: 15px;
          padding: 0px; } }
      .home__ouservices .services__list li .connector {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%; }
      .home__ouservices .services__list li.hovereffect {
        background-color: transparent !important; }
        .home__ouservices .services__list li.hovereffect:hover .overlay {
          background-color: rgba(100, 173, 73, 0.6); }
          .home__ouservices .services__list li.hovereffect:hover .overlay .learnmore {
            padding: 7.5px 25px;
            border: solid 1px #fff;
            border-radius: 4px;
            width: 60%;
            margin: 35px auto; }
    .home__ouservices .services__list .services__img {
      cursor: pointer;
      position: relative; }
      .home__ouservices .services__list .services__img img {
        max-width: 100%; }
    .home__ouservices .services__list .services__info {
      background-color: #fff;
      padding: 15px 0px;
      margin: -15px auto 0px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      box-shadow: -2px 1px 1px 0px #ccc;
      width: 100%;
      min-height: 250px;
      align-items: center;
      display: flex;
      flex-flow: column; }
      @media (max-width: 1199px) {
        .home__ouservices .services__list .services__info {
          height: 320px;
          border-right: solid 1px #ddd; }
          .home__ouservices .services__list .services__info .services__info--title {
            margin: 10px 0 10px 0;
            width: 100%;
            text-align: left !important;
            font-size: 1.1rem !important;
            padding-left: 15px !important; } }
      .home__ouservices .services__list .services__info:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 7.5px;
        top: 0px;
        left: -0.35px;
        right: 0px;
        margin: 0px auto;
        background: #0c3e62;
        /* Old browsers */
        background: -moz-linear-gradient(left, #0c3e62 0%, #64ad49 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #0c3e62 0%, #64ad49 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #0c3e62 0%, #64ad49 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3e62', endColorstr='#64ad49',GradientType=0 );
        /* IE6-9 */ }
      .home__ouservices .services__list .services__info .services__info--title {
        font-family: "LatoLatinWebSemibold", sans-serif, arial;
        margin: 15px 0 15px 0;
        text-align: center;
        font-size: 1.35rem;
        color: #000; }
      .home__ouservices .services__list .services__info p {
        color: #000 !important; }
      .home__ouservices .services__list .services__info .services__features {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none; }
        .home__ouservices .services__list .services__info .services__features li {
          padding: 7.5px 10px;
          border-top: solid 1px #ccc;
          border-right: solid 1px #ccc;
          line-height: 17px;
          color: #000;
          width: 50%;
          text-align: left;
          font-size: 14px;
          display: flex;
          align-items: center; }
          @media (max-width: 1199px) {
            .home__ouservices .services__list .services__info .services__features li {
              width: 100%;
              padding: 7.5px 10px;
              margin: 0px;
              border: none !important; } }
          .home__ouservices .services__list .services__info .services__features li img.flag__country {
            width: 18px;
            height: 18px;
            margin-right: 5px; }
          .home__ouservices .services__list .services__info .services__features li .fa {
            margin-right: 5px; }

.home__what-we-offer {
  width: 100%;
  display: flex;
  background-color: #fff; }
  .home__what-we-offer .Offerings__list--items {
    margin: 25px 0 50px 0; }
    .home__what-we-offer .Offerings__list--items ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row;
      flex-wrap: wrap; }
      .home__what-we-offer .Offerings__list--items ul li {
        margin: 0;
        padding: 0;
        height: 300px;
        border-right: solid 1px #fff;
        border-bottom: solid 1px #fff; }
        .home__what-we-offer .Offerings__list--items ul li a.offerings--item {
          width: 100%;
          height: 100%;
          background-color: #00a053;
          font-family: "Aileron-Bold", sans-serif, arial;
          color: #fff;
          font-size: 1.5rem;
          display: flex;
          padding: 15px;
          flex-flow: column;
          text-align: center;
          justify-content: center;
          position: relative;
          overflow: hidden; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item img {
            outline: none;
            border: none;
            margin-bottom: 15px;
            position: relative;
            z-index: 2; }
            .home__what-we-offer .Offerings__list--items ul li a.offerings--item img.offerings__icon {
              width: 110px;
              height: 110px;
              margin: 0px auto; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item .offerings--title {
            line-height: 28px;
            margin: 0;
            position: relative;
            z-index: 2;
            font-family: "LatoLatinWebBlack", sans-serif, arial; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item .hovered-img {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
            left: 0px;
            top: 0px; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item .hover-bg {
            transition: opacity .8s ease-out;
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            left: 0px;
            top: 0px;
            background-color: rgba(0, 0, 0, 0.760784);
            z-index: 99; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item:hover .hovered-img {
            opacity: 1; }
          .home__what-we-offer .Offerings__list--items ul li a.offerings--item:hover .hover-bg {
            opacity: 1; }

.brandstory--content {
  background-color: #222;
  padding: 20px 0px 0px 50px !important; }
  @media (max-width: 1199px) {
    .brandstory--content {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 15px !important; }
      .brandstory--content .section-title {
        padding: 0px 15px !important; } }
  .brandstory--content .sec-ctnt {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 15px 0;
    position: relative;
    padding: 0px; }
    .brandstory--content .sec-ctnt img {
      margin-right: 15px; }
    .brandstory--content .sec-ctnt p {
      font-size: 1rem;
      font-family: "LatoLatinWebThin", sans-serif, arial;
      color: rgba(255, 255, 255, 0.541176);
      margin: 0;
      padding: 0; }
    .brandstory--content .sec-ctnt .withline:after {
      content: "";
      color: #fff;
      background-color: #fff !important; }
    .brandstory--content .sec-ctnt .hrz-line {
      width: 25px;
      height: 2px;
      margin: 0;
      background-color: #00a053;
      position: absolute;
      left: 0px;
      top: 15px; }
    .brandstory--content .sec-ctnt .bottom-typo {
      margin-top: 20px; }
  .brandstory--content .bs__sec-questions {
    padding: 25px 0; }
    @media (max-width: 1199px) {
      .brandstory--content .bs__sec-questions {
        padding: 15px 15px !important;
        max-width: 100%;
        flex: 0 0 100%; } }
    .brandstory--content .bs__sec-questions h4 {
      font-family: "LatoLatinWebSemibold", sans-serif, arial;
      font-size: 1.25rem;
      margin-bottom: 15px;
      line-height: 28px;
      color: #11265f;
      margin-bottom: 15px; }

@media (min-width: 768px) and (max-width: 991px) {
  .brandstory--content .bs__sec-questions {
    flex: 0 0 100%;
    max-width: 100%; } }
  .brandstory--content .vm__sec-seperator {
    padding: 0;
    margin: 30px 0;
    height: 1px;
    background-color: #666;
    width: 100%; }

.brandstory__section {
  height: 580px; }
  @media screen and (max-width: 1480px) {
    .brandstory__section {
      height: auto !important; } }
  .brandstory__section .brandstory__img {
    background: url("../assets/brand-story-img.png") no-repeat;
    background-size: cover;
    height: 580px;
    width: 100%; }
    @media (max-width: 1199px) {
      .brandstory__section .brandstory__img {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .brandstory__section img {
    display: none; } }
  @media screen and (max-width: 1480px) {
    .brandstory__section .brandstory__img {
      height: auto !important; } }
  @media screen and (min-width: 1481px) and (max-width: 1680px) {
    .brandstory__section {
      height: 620px; }
      .brandstory__section .brandstory__img {
        height: 620px; } }

.line-sprtr {
  height: 3px;
  width: 50px;
  background-color: #11265f;
  margin: 20px 0; }

.modal-dialog {
  max-width: 980px;
  margin: 30px auto; }

.modal-body {
  position: relative;
  padding: 0px !important; }

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2.5rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  outline: none; }
  .close:hover {
    color: #fff; }

/* Fonts */
/* Colors */
@media (max-width: 991px) {
  footer .footer-navigations .col-xs-6 {
    width: 50% !important; }
  footer .footer-navigations .footer__heading {
    padding: 15px 0;
    border-top: solid 1px #ccc !important;
    border-bottom: solid 1px #ccc !important;
    margin-bottom: 15px !important; }
    footer .footer-navigations .footer__heading .social-opts {
      margin-bottom: 0px !important; }
  footer .footer-navigations .contact-details-ftr {
    padding: 15px 0 0 !important;
    border-top: solid 1px #ccc !important; }
  footer .footer-navigations .footer-nav-links ul li a {
    font-size: 14px !important; }
  footer .text-style, footer .copyrights {
    font-size: 14px !important; } }

footer {
  background-color: #333;
  margin: 0;
  padding: 0;
  border-top: solid 1px #ccc;
  height: 300px;
  width: 100%;
  display: block; }
  footer .w-90 {
    width: 90%;
    margin: 0px auto; }
  footer p {
    color: #ccc;
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    font-size: 14px !important; }
    footer p a {
      color: #ccc; }
  footer .footer-navigations {
    padding: 35px;
    background-color: #333; }
    @media (max-width: 991px) {
      footer .footer-navigations {
        padding: 15px; }
        footer .footer-navigations .col-sm-12.p-0 {
          padding-left: 15px !important;
          padding-right: 15px !important; }
        footer .footer-navigations .footer__about--sec img {
          max-width: 90%; }
        footer .footer-navigations .container {
          margin: 0px; } }
  footer .info__details {
    margin: 15px 0;
    max-width: 75%; }
    footer .info__details .contact__details {
      border: none;
      color: #4A4E51; }
      footer .info__details .contact__details:before, footer .info__details .contact__details:after {
        display: none; }
      footer .info__details .contact__details p {
        margin: 0;
        padding: 0;
        color: #7B8184;
        font-size: 14px;
        font-family: "LatoLatinWebMedium", sans-serif, arial; }
    @media (max-width: 991px) {
      footer .info__details {
        max-width: 100%; } }
  footer .footer-title {
    font-family: "LatoLatinWebBlack", sans-serif, arial;
    color: #666;
    margin: 0 0 15px 0; }
  footer .footer-nav-links {
    margin-top: 20px; }
    footer .footer-nav-links ul {
      list-style: none;
      font-family: "LatoLatinWebMedium", sans-serif, arial;
      font-size: 1rem;
      color: #11265f;
      margin: 0 35px 0 0;
      padding: 0; }
      @media (max-width: 991px) {
        footer .footer-nav-links ul {
          margin: 0px; } }
      footer .footer-nav-links ul li {
        color: #fff;
        margin: 0 0 5px 0;
        padding: 0; }
        footer .footer-nav-links ul li a {
          color: #fff;
          font-family: "LatoLatinWebMedium", sans-serif, arial;
          letter-spacing: 0.50px;
          font-size: 14px; }
          footer .footer-nav-links ul li a:hover {
            text-decoration: underline; }
  footer p {
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    font-size: 14px;
    line-height: 21px; }
  footer .heading__with--line {
    position: relative;
    font-family: "LatoLatinWebBlack", sans-serif, arial;
    text-transform: capitalize;
    font-size: 1rem;
    color: #ccc;
    margin: 0;
    padding: 0; }
  footer .social-opts-title h4 {
    display: flex;
    width: 100%;
    font-family: "LatoLatinWebBlack", sans-serif, arial;
    font-size: 1.25rem;
    color: #f58220;
    margin: 10px 0 0 0; }
  footer .social-opts {
    width: 100%;
    display: flex;
    flex-flow: row;
    margin: 15px 0; }
    footer .social-opts a i {
      font-size: 1.5rem;
      color: #11265f;
      margin-right: 25px; }
    footer .social-opts a:hover i {
      color: #f58220; }
  footer .footer-copyrights {
    padding: 25px;
    background-color: #D692B6; }
    footer .footer-copyrights .copyrights {
      font-family: "PierSans-Light", sans-serif, arial;
      color: #fff;
      text-align: center;
      margin: 0;
      letter-spacing: 0.5px; }
  footer .getintouch-ctnt {
    margin-top: 20px; }
    footer .getintouch-ctnt .emails {
      margin: 0 0px 15px 0; }
      footer .getintouch-ctnt .emails a {
        color: #ccc !important; }
        footer .getintouch-ctnt .emails a:hover {
          text-decoration: underline; }
  footer .footer-comp-info {
    font-family: "LatoLatinWebMedium", sans-serif, arial !important;
    font-size: 1.15rem;
    color: #333;
    line-height: 26px; }
    footer .footer-comp-info p {
      line-height: 26px;
      color: #ccc; }
  @media (max-width: 767px) {
    footer .footer-title {
      font-size: 1.5rem; }
    footer .footer-nav-links {
      margin-bottom: 15px; }
      footer .footer-nav-links ul li {
        margin-bottom: 5px; }
    footer .footer-navigations {
      padding: 15px 0; }
    footer .footer-copyrights {
      padding: 15px; } }
  footer .footer__symbols {
    margin-bottom: 15px;
    display: flex; }
    footer .footer__symbols img {
      margin-right: 15px; }
      @media (max-width: 1199px) {
        footer .footer__symbols img {
          max-height: 35px; } }
  @media (max-width: 991px) {
    footer .logo-footer img {
      max-width: 50%; } }

@media (max-width: 767px) {
  .footer__col--rsp {
    width: 50% !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .footer__top--sec {
    display: flex;
    flex-flow: row; } }

.iso__ftr--logo {
  max-width: 60px;
  max-height: 60px;
  margin-top: 5px; }

.payment__online--sec a.payonline__btn {
  display: inline-block;
  margin: 0px 0px 25px 0;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ccc;
  border-bottom: solid 2px #ddd;
  padding: 10px 15px;
  box-shadow: 0px 1px 1px #ccc; }
  .payment__online--sec a.payonline__btn:hover {
    border: solid 1px #1a3e62;
    border-bottom: solid 2px #1a3e62; }

.footer__heading .social-opts-title {
  margin-top: 30px; }
  @media (max-width: 1199px) {
    .footer__heading .social-opts-title {
      margin-top: 0px; } }

.oi {
  position: relative;
  top: 1px;
  display: inline-block;
  speak: none;
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Fonts */
/* Colors */
@media (max-width: 991px) {
  #home-section-ourprgrms {
    background: url("../assets/section-bg-01.png") no-repeat; }
    #home-section-ourprgrms h1 {
      text-align: center;
      margin: 0;
      font-size: 2rem; }
    #home-section-ourprgrms .ourprgrms-row {
      flex-flow: column !important;
      padding: 0px !important; }
    #home-section-ourprgrms .ourprgrms-widget {
      display: inline-flex;
      flex-flow: column !important;
      margin: 0 0 15px 0 !important;
      padding: 0;
      flex: 0 0 100% !important;
      max-width: 100% !important; }
      #home-section-ourprgrms .ourprgrms-widget.ourprgrms-bg {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        width: 100%;
        height: 150px !important;
        position: relative; }
        #home-section-ourprgrms .ourprgrms-widget.ourprgrms-bg:before {
          content: "";
          background-color: rgba(0, 19, 35, 0.85);
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%; }
        #home-section-ourprgrms .ourprgrms-widget.ourprgrms-bg:hover:before {
          background-color: rgba(22, 85, 147, 0.85); }
      #home-section-ourprgrms .ourprgrms-widget .info-ctnt {
        padding: 10px;
        bottom: 0;
        left: 0px;
        width: 100%;
        height: 100%; }
        #home-section-ourprgrms .ourprgrms-widget .info-ctnt h4 {
          font-size: 1.5rem !important;
          color: #fff;
          bottom: 15px !important;
          left: 15px !important;
          margin: 0px; }
    #home-section-ourprgrms .info-1 {
      font-size: 1.15rem;
      text-align: center;
      font-family: "LatoLatinWebMedium", sans-serif, arial;
      color: #11265f;
      justify-content: center;
      padding: 20px 0px 0; }
      #home-section-ourprgrms .info-1 p {
        line-height: 34px;
        font-size: 1.25rem !important; }
  #home-section-about {
    padding: 0px 0px 30px 0px !important; }
    #home-section-about .about-row {
      padding: 15px  !important; }
      #home-section-about .about-row .ctnt-box {
        flex-flow: column !important; }
        #home-section-about .about-row .ctnt-box .ctnt-col h4 {
          font-family: "LatoLatinWebBlack", sans-serif, arial;
          font-size: 1.5rem !important; }
        #home-section-about .about-row .ctnt-box .ctnt-col p {
          display: inline-flex;
          flex-flow: column;
          font-family: "LatoLatinWebSemibold", sans-serif, arial;
          color: #11265f;
          font-size: 1.15rem  !important;
          line-height: 30px  !important; }
        #home-section-about .about-row .ctnt-box .ctnt-col .learnmore-btn {
          font-size: 1.15rem;
          margin-top: 0px !important; }
        #home-section-about .about-row .ctnt-box img {
          margin: 15px 0px !important;
          opacity: 0.7;
          max-width: 100%;
          display: none; }
  #home-section-connectwithus {
    padding: 50px 10px !important;
    background-size: cover !important;
    background-position: center center !important; }
    #home-section-connectwithus h4 {
      font-size: 1.5rem !important; }
    #home-section-connectwithus p {
      font-size: 1.15rem !important;
      line-height: 32px !important; }
    #home-section-connectwithus .learnmore-btn {
      color: #fff;
      font-size: 1.15rem !important;
      margin-top: 10px !important; }
  .page-header-banner {
    height: 180px !important; }
  .breadcrumb-ctnr {
    padding: 40px 15px 30px !important;
    width: 100%;
    display: flex; }
    .breadcrumb-ctnr .cent {
      font-family: "LatoLatinWebMedium", sans-serif, arial !important;
      font-size: 1.5rem; }
    .breadcrumb-ctnr .breadcrumbs span {
      font-weight: normal; } }
  @media (max-width: 991px) and (max-width: 1199px) {
    .breadcrumb-ctnr {
      padding: 10px 15px 10px !important; }
      .breadcrumb-ctnr .container {
        width: 100%; } }

@media (max-width: 991px) {
  .page-section {
    padding: 15px 0 !important; }
    .page-section .ctnt-box {
      flex-flow: column !important; }
      .page-section .ctnt-box .ctnt-col {
        padding-top: 15px !important;
        padding-bottom: 15px !important; }
        .page-section .ctnt-box .ctnt-col.zero-plr-mbl {
          padding-left: 0px !important;
          padding-right: 0px !important; }
        .page-section .ctnt-box .ctnt-col.p-r {
          padding-left: 0px !important;
          padding-right: 0px !important; }
    .page-section .biz-features {
      display: flex;
      flex-flow: column !important;
      padding: 0 !important;
      margin: 0px;
      width: 100%; }
      .page-section .biz-features li {
        list-style: none;
        margin-bottom: 15px !important; }
        .page-section .biz-features li img {
          max-width: 45px; }
        .page-section .biz-features li .typo-label {
          font-size: 1.25rem !important; }
    .page-section.with-bg {
      background-color: #C4D4E3; }
    .page-section.m-b {
      margin-bottom: 20px !important; }
  .section__contactus, .location--box {
    width: 90% !important;
    margin: 0px auto; }
  .section__contactus .contact__information .section-title {
    margin: 15px 0 15px 0; }
  .section__contactus .contact__form--fields {
    padding: 15px !important; }
  .location--box {
    padding-bottom: 0px !important; }
    .location--box .address {
      padding: 0px; }
    .location--box iframe {
      width: 100% !important;
      height: 300px !important; }
  .section__contactus .contact__information .contact__info--icon {
    min-width: 42px;
    max-width: 42px;
    width: 42px;
    min-height: 42px;
    max-height: 42px;
    height: 42px;
    padding: 0px; }
    .section__contactus .contact__information .contact__info--icon .fa {
      position: relative;
      top: 1px;
      font-size: 1.25rem; }
  .section__contactus .contact__information .contact__info--typo p {
    font-size: 1rem; }
  .section__contactus .contact__information .contact__info--typo p {
    color: #222 !important; }
  .grid-view.brows-job-list {
    margin-bottom: 15px !important; }
  #currentjobs .heading-spacer {
    margin: 0px !important; }
  .modal-open .modal {
    z-index: 99999; }
  .page-section .container .ctnt-box .ctnt-col.p-r {
    padding: 0px !important; }
  .page-section .ctnt-box {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important; }
    .page-section .ctnt-box .row-spacer-mpb {
      margin-bottom: 10px !important;
      padding-bottom: 10px !important; }
  .heading-spacer {
    margin: 10px 0 !important; }
    .heading-spacer .ctnt-box {
      margin: 0 !important;
      padding: 0 !important; } }

.cs-overview-box {
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  margin-bottom: 30px; }
  .cs-overview-box p {
    margin: 0;
    text-align: right; }

.cs-description-box {
  background-color: #fff;
  padding: 0px 0 0 30px;
  margin-bottom: 30px; }
  .cs-description-box p {
    margin: 0;
    text-align: left; }
  .cs-description-box .list-style {
    list-style-type: square; }
    .cs-description-box .list-style li {
      margin-left: 15px; }

.bg-blue-light {
  background-color: rgba(41, 129, 188, 0.2); }

.bg-blue-light-2 {
  background-color: rgba(41, 129, 188, 0.1) !important; }

.border-top {
  border-top: solid 1px #ccc; }

.list-style li {
  list-style-type: square;
  margin-left: 15px;
  font-size: 1.10rem; }

.row-hiliter {
  background-color: #f6f6f6;
  text-align: center;
  padding: 15px;
  width: 100%;
  margin: 15px; }
  .row-hiliter .btn {
    margin: 15px 0 15px 0; }

.section-bg-3 {
  background: url("../assets/section-bg-img-3.png");
  background-repeat: no-repeat;
  background-size: contain; }

.section-bg-4 {
  background: url("../assets/upcoming-sessions-bgimg.png");
  background-repeat: no-repeat;
  background-size: contain; }

.ctnt-brdr-lft {
  border-left: solid 5px #11265f;
  padding-left: 20px; }

.section-ctnt {
  padding: 30px 15px; }

.ctnt-sidebyside {
  display: flex;
  width: 100%;
  flex-flow: row; }
  @media (max-width: 991px) {
    .ctnt-sidebyside {
      flex-flow: column; } }

.styled-box {
  margin: 0px;
  padding: 25px;
  list-style: none;
  border-radius: 6px; }
  .styled-box li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.15rem; }
    .styled-box li:last-child {
      margin: 0px;
      padding: 0px;
      border: none; }

.ctnt-hilite-secondary {
  padding: 15px;
  background-color: #D692B6; }

.ctnt-hilte-bordered {
  border-top: solid 1px #D692B6;
  border-bottom: solid 1px #D692B6;
  margin: 35px 0px !important; }

.hrzline-thin {
  background-color: #11265f;
  height: 2px;
  margin: 0px auto;
  display: block; }
  .hrzline-thin.w-25 {
    width: 25px; }

.achievements-list {
  width: 100%;
  display: flex;
  flex-flow: column; }
  @media (max-width: 1199px) {
    .achievements-list {
      padding: 0px; } }
  .achievements-list li {
    list-style: none;
    display: flex;
    flex-flow: row;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #ccc; }
    .achievements-list li .count {
      min-width: 60px;
      min-height: 60px;
      /* background: linear-gradient(270deg, rgba(40, 117, 175, 0.50) 0%, rgba(206, 101, 153, 0.50) 100%); */
      color: #000;
      border-radius: 50%;
      max-width: 60px;
      max-height: 60px;
      text-align: center;
      line-height: 60px;
      font-size: 1.75rem;
      font-weight: bold;
      color: rgba(102, 102, 102, 0.501961);
      margin-right: 30px;
      margin-top: 8px;
      border: solid 1px rgba(102, 102, 102, 0.501961); }
    .achievements-list li .achievement-info h2 {
      font-size: 1.35rem;
      color: #000; }
      .achievements-list li .achievement-info h2.has-title-hiliter:before {
        width: 15%; }
    .achievements-list li .achievement-info p {
      margin: 0px; }
    .achievements-list li ul.list-items {
      padding: 0px; }
      .achievements-list li ul.list-items li {
        border: none;
        margin: 0;
        padding: 0 0 10px 0; }
        .achievements-list li ul.list-items li:before {
          content: "";
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #666;
          margin-top: 8px;
          margin-right: 15px; }

.card.card-youtube {
  position: relative;
  text-align: center; }
  .card.card-youtube .fa-youtube-play {
    color: #11265f;
    position: absolute;
    top: 40%;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    font-size: 3rem;
    z-index: 99; }

.card.has-link {
  position: relative; }
  .card.has-link .card-linktype {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 15px;
    background-color: #000;
    z-index: 999;
    height: 45px; }
    .card.has-link .card-linktype .fa-youtube-play {
      color: #11265f;
      font-size: 1.5rem; }
    .card.has-link .card-linktype .fa-link {
      color: #f58220;
      font-size: 1.5rem; }

.card-img-overlay {
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: flex-end;
  flex-flow: column; }
  .card-img-overlay .card-text {
    color: rgba(255, 255, 255, 0.85); }
  .card-img-overlay:hover {
    background-color: rgba(245, 130, 32, 0.75); }
  .card-img-overlay .ctnt-bg-card {
    background: linear-gradient(90deg, rgba(204, 109, 153, 0.5) 0%, rgba(61, 128, 190, 0.5) 100%);
    padding: 15px;
    border-radius: 4px; }
    .card-img-overlay .ctnt-bg-card .border-top {
      border-top: solid 1px rgba(255, 255, 255, 0.25); }

.sessions-page .session-box {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-flow: row; }
  .sessions-page .session-box h3 {
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "LatoLatinWebBlack", sans-serif, arial;
    margin-bottom: 30px; }
  .sessions-page .session-box p {
    font-family: "LatoLatinWebThin", sans-serif, arial;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.5px; }
  .sessions-page .session-box.box-1 {
    background: url("../assets/box-bg-img-01.png") no-repeat; }
  .sessions-page .session-box.box-2 {
    background: url("../assets/box-bg-img-02.png") no-repeat; }
  .sessions-page .session-box.box-3 {
    background: url("../assets/box-bg-img-03.png") no-repeat; }
  .sessions-page .session-box .box-wrap {
    width: 100%;
    padding: 75px; }
    .sessions-page .session-box .box-wrap.box-1 {
      background-color: rgba(53, 115, 183, 0.8); }
    .sessions-page .session-box .box-wrap.box-2 {
      background-color: rgba(223, 107, 164, 0.8); }
    .sessions-page .session-box .box-wrap.box-3 {
      background-color: rgba(125, 84, 175, 0.8); }

.workshops-page table {
  border: solid 1px rgba(41, 129, 188, 0.2); }
  .workshops-page table.w-75 {
    max-width: 75%;
    margin: 0px auto; }
  .workshops-page table tr {
    border-bottom: solid 1px rgba(255, 255, 255, 0.4); }
  .workshops-page table th {
    font-size: 1.35rem;
    color: #fff;
    background: linear-gradient(90deg, #cc6d99 0%, #3d80be 100%);
    border-bottom: solid 2px rgba(41, 129, 188, 0.2);
    padding: 15px 30px;
    font-family: "LatoLatinWebBlack", sans-serif, arial; }
    .workshops-page table th:first-child {
      text-align: right; }
  .workshops-page table td {
    color: #333;
    font-size: 1.20rem;
    padding: 15px 30px;
    border: none; }
    .workshops-page table td:first-child {
      background-color: rgba(41, 129, 188, 0.05);
      border-bottom: solid 1px rgba(41, 129, 188, 0.2);
      text-align: right; }
    .workshops-page table td:last-child {
      background-color: rgba(41, 129, 188, 0.1);
      border-bottom: solid 1px rgba(41, 129, 188, 0.3); }

@media (max-width: 1199px) {
  .workshops-page img {
    max-width: 100%; } }

.card-thumb-type .card {
  min-height: 450px; }
  .card-thumb-type .card img {
    max-width: 100% !important; }
  .card-thumb-type .card .card-body {
    padding: 15px; }
  .card-thumb-type .card .card-title {
    font-family: "LatoLatinWebBlack", sans-serif, arial;
    color: #333;
    font-size: 1.20rem; }

.testimonials-page .testimonials-desc__header {
  margin-top: 30px;
  text-align: center; }
  @media (max-width: 1199px) {
    .testimonials-page .testimonials-desc__header {
      margin-top: 15px; } }

.testimonials-page .testimonials-desc__txt {
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 1199px) {
    .testimonials-page .testimonials-desc__txt {
      margin-top: 15px; } }

.testimonials-page .testimonial-item {
  background-color: #f6f6f6;
  display: flex;
  flex-flow: row;
  padding: 25px;
  max-width: 48% !important;
  flex: 0 0 48% !important;
  margin-right: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.18); }
  @media (max-width: 1199px) {
    .testimonials-page .testimonial-item {
      padding: 15px;
      max-width: 100% !important;
      flex: 0 0 100% !important;
      margin-bottom: 15px;
      align-items: flex-start; } }
  .testimonials-page .testimonial-item .testimony-img {
    padding: 10px;
    display: flex;
    align-items: center; }
    .testimonials-page .testimonial-item .testimony-img img {
      min-width: 100px;
      max-width: 100px;
      max-height: 100px;
      border-radius: 50%;
      border: solid 4px #D692B6; }
  .testimonials-page .testimonial-item .testimonial-desc {
    display: flex;
    padding: 10px;
    flex-flow: column; }
    .testimonials-page .testimonial-item .testimonial-desc .testimony-name {
      font-family: "LatoLatinWebBlack", sans-serif, arial;
      font-size: 1.35rem;
      color: #f58220; }
    .testimonials-page .testimonial-item .testimonial-desc .testimony-desc__txt {
      font-family: "LatoLatinWebMedium", sans-serif, arial;
      color: #666;
      margin: 0px; }

@media (max-width: 1199px) {
  .testimonials-page .testimonials-desc__header h3 {
    font-size: 1.25rem !important; } }

.accordion .card-header h2 button.btn-link {
  font-family: "LatoLatinWebBlack", sans-serif, arial;
  font-size: 1.35rem;
  cursor: pointer; }

.accordion .card-body {
  padding: 25px; }

#home-section-services {
  background-color: #E2E7ED;
  padding: 30px 15px 60px; }
  #home-section-services h1 {
    text-align: center;
    margin: 0;
    font-size: 2rem; }
  #home-section-services .services-row {
    justify-content: space-between;
    padding: 30px 0 0 0; }
    @media (max-width: 991px) {
      #home-section-services .services-row {
        padding: 0; } }
    #home-section-services .services-row .services-row__topservices .topservices__item {
      background-color: #fff;
      border-radius: 6px;
      padding: 0px;
      width: 47%;
      max-width: 47%;
      flex: 0 0 47%;
      margin-bottom: 35px;
      box-shadow: -2px 2px 2px 1px rgba(196, 205, 214, 0.5); }
      @media (max-width: 991px) {
        #home-section-services .services-row .services-row__topservices .topservices__item {
          width: 100%;
          max-width: 100%;
          flex: 0 0 100%;
          margin: 0px; } }
      #home-section-services .services-row .services-row__topservices .topservices__item .topservices__item-header {
        padding: 20px 15px 0px; }
        #home-section-services .services-row .services-row__topservices .topservices__item .topservices__item-header .h5 {
          font-family: "LatoLatinWebBlack", sans-serif, arial; }
        #home-section-services .services-row .services-row__topservices .topservices__item .topservices__item-header p {
          line-height: 21px;
          margin-bottom: 5px; }
      #home-section-services .services-row .services-row__topservices .topservices__item .topservices__item-body {
        padding: 0px; }
        #home-section-services .services-row .services-row__topservices .topservices__item .topservices__item-body img {
          max-width: 100%; }
          #home-section-services .services-row .services-row__topservices .topservices__item .topservices__item-body img.item-img {
            max-width: 100%;
            width: 100%; }
        #home-section-services .services-row .services-row__topservices .topservices__item .topservices__item-body .btn {
          padding: 15px;
          display: block;
          text-align: right; }
          #home-section-services .services-row .services-row__topservices .topservices__item .topservices__item-body .btn:hover {
            color: #f58220 !important;
            text-decoration: none; }
      #home-section-services .services-row .services-row__topservices .topservices__item.pos-change {
        position: relative;
        top: 35px; }
        @media (max-width: 991px) {
          #home-section-services .services-row .services-row__topservices .topservices__item.pos-change {
            top: 15px; } }
    #home-section-services .services-row .services-row__servicesinfo {
      padding-left: 35px;
      padding-top: 30px; }
      @media (max-width: 991px) {
        #home-section-services .services-row .services-row__servicesinfo {
          padding-left: 0px; } }
      #home-section-services .services-row .services-row__servicesinfo .btn {
        padding: 12px 25px; }
  #home-section-services .services {
    display: inline-flex;
    flex-flow: row;
    background-color: #E2E7ED;
    margin: -100px 0 20px 0;
    padding: 0;
    flex: 0 0 32%;
    max-width: 32%; }
    #home-section-services .services.ourprgrms-bg {
      background-repeat: no-repeat !important;
      background-size: cover !important;
      width: 100%;
      height: 250px;
      position: relative; }
      #home-section-services .services.ourprgrms-bg:before {
        content: "";
        background-color: rgba(0, 19, 35, 0.85);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
      #home-section-services .services.ourprgrms-bg:hover:before {
        background-color: rgba(22, 85, 147, 0.85); }
    #home-section-services .services.recrtmt-srvcs {
      background: url("../assets/services-type-01.png"); }
    #home-section-services .services.softskill-srvcs {
      background: url("../assets/services-type-02.png"); }
    #home-section-services .services.ldrship-srvcs {
      background: url("../assets/services-type-03.png"); }
    #home-section-services .services .info-ctnt {
      padding: 10px;
      position: absolute;
      bottom: 0;
      left: 0px;
      width: 100%;
      height: 100%; }
      #home-section-services .services .info-ctnt h4 {
        font-weight: bold;
        font-size: 1.75rem;
        color: #fff;
        position: absolute;
        bottom: 20px;
        left: 20px; }
      #home-section-services .services .info-ctnt p {
        margin: 0; }
      #home-section-services .services .info-ctnt a.btn {
        margin: 10px 0 0 0;
        font-size: 1rem;
        border-radius: 4px; }
  #home-section-services .info-1 {
    font-size: 1.35rem;
    text-align: center;
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    color: #11265f;
    justify-content: center;
    padding: 20px 0px 0; }
    #home-section-services .info-1 p {
      line-height: 34px; }

#home-section-about {
  padding: 0px 0px 30px 0px !important; }
  #home-section-about .about-row {
    padding: 50px;
    background-color: #A7C0DA; }
    #home-section-about .about-row .ctnt-box {
      display: flex;
      flex-flow: row; }
      #home-section-about .about-row .ctnt-box .m-35 {
        margin: 35px !important; }
      #home-section-about .about-row .ctnt-box .ctnt-col {
        display: inline-flex;
        align-content: center;
        flex-flow: column;
        justify-content: center; }
        #home-section-about .about-row .ctnt-box .ctnt-col h4 {
          font-family: "LatoLatinWebBlack", sans-serif, arial;
          font-size: 1.75rem;
          color: #141414;
          margin: 0 0px 10px 0px; }
        #home-section-about .about-row .ctnt-box .ctnt-col p {
          display: inline-flex;
          flex-flow: column;
          font-family: "LatoLatinWebSemibold", sans-serif, arial;
          color: #11265f;
          font-size: 1.30rem;
          line-height: 34px; }
        #home-section-about .about-row .ctnt-box .ctnt-col .learnmore-btn {
          width: 160px !important;
          color: #fff;
          font-size: 1.25rem;
          border-radius: 50px !important;
          margin-top: 10px; }
          #home-section-about .about-row .ctnt-box .ctnt-col .learnmore-btn:hover {
            background-color: #f58220 !important;
            color: #fff !important;
            border: solid 1px #f58220 !important; }
      #home-section-about .about-row .ctnt-box img {
        margin-left: 25px;
        opacity: 0.7; }

#home-section-connectwithus {
  background: url("../assets/connectwith-us-bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 150px 0; }
  #home-section-connectwithus:before {
    background-color: rgba(17, 38, 95, 0.8);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }
  #home-section-connectwithus h4 {
    font-size: 2rem;
    font-family: "LatoLatinWebBlack", sans-serif, arial;
    color: #fff;
    font-weight: bold; }
  #home-section-connectwithus p {
    font-size: 1.5rem;
    font-family: "LatoLatinWebThin", sans-serif, arial;
    color: #fff;
    line-height: 32px; }
  #home-section-connectwithus .learnmore-btn {
    width: 160px !important;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 50px !important;
    margin-top: 10px; }
    #home-section-connectwithus .learnmore-btn:hover {
      background-color: #f58220 !important;
      color: #fff !important;
      border: solid 1px #f58220 !important; }

#index .cent {
  display: none; }

#index .breadcrumb-ctnr {
  display: none; }

.page-header-banner {
  background-image: url("../assets/page_mainbanner_01.png");
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 350px;
  z-index: 0;
  top: 0px;
  left: 0px;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }
  .page-header-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(17, 38, 95, 0.8); }
  .page-header-banner .banner-title .page-title {
    color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 991px) {
      .page-header-banner .banner-title .page-title {
        font-size: 1.5rem; } }
  .page-header-banner .banner-title .page-banner-verbage {
    font-size: 2.5rem;
    color: #fff;
    font-family: "LatoLatinWebBlack", sans-serif, arial;
    line-height: 3rem;
    text-align: left; }
    @media (max-width: 991px) {
      .page-header-banner .banner-title .page-banner-verbage {
        font-size: 1.65rem;
        line-height: 2rem;
        margin: 0px; } }

@media (max-width: 1199px) {
  .ctnt-col-wrapper {
    flex-flow: column;
    padding: 0px 15px !important; }
    .ctnt-col-wrapper img {
      max-width: 100%; } }

.breadcrumb-ctnr {
  padding: 10px 0;
  left: 0px;
  right: 0px;
  margin: 0 auto 0;
  bottom: 0px;
  border-top: solid 1px #E2E7ED;
  background-color: #fff; }
  .breadcrumb-ctnr .cent {
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    color: #5599BF;
    margin: 5px 0 0 0;
    padding: 0; }
  .breadcrumb-ctnr .breadcrumbs {
    color: #4A4E51; }
    .breadcrumb-ctnr .breadcrumbs a {
      font-family: "LatoLatinWebMedium", sans-serif, arial;
      font-size: 1rem;
      color: #3D8BB7; }
      .breadcrumb-ctnr .breadcrumbs a:hover {
        text-decoration: underline; }
    .breadcrumb-ctnr .breadcrumbs span {
      font-family: "LatoLatinWebMedium", sans-serif, arial;
      font-size: 1rem;
      color: #7B8184; }

.page-section {
  padding: 35px 0; }
  .page-section .ctnt-box {
    display: flex;
    flex-flow: row; }
    .page-section .ctnt-box .m-35 {
      margin: 35px; }
    .page-section .ctnt-box .ctnt-col {
      display: inline-flex;
      flex-flow: column;
      align-content: center;
      justify-content: center; }
      .page-section .ctnt-box .ctnt-col.p-r {
        padding-left: 0px !important;
        padding-right: 50px !important; }
  .page-section .biz-features {
    display: flex;
    flex-flow: row;
    align-content: center;
    justify-content: space-between;
    padding: 35px 0 0;
    margin: 0px;
    width: 100%; }
    .page-section .biz-features li {
      list-style: none; }
      .page-section .biz-features li .typo-label {
        font-family: "LatoLatinWebBlack", sans-serif, arial;
        font-size: 1.5rem;
        color: #f58220;
        margin-left: 15px; }
  .page-section.with-bg {
    background-color: #e6ceda; }
  .page-section.m-b {
    margin-bottom: 50px; }
  .page-section .page-subbanner-fw {
    margin: 50px 0 0; }
    @media (max-width: 1199px) {
      .page-section .page-subbanner-fw {
        margin: 0px auto;
        max-width: 95%; } }
    .page-section .page-subbanner-fw .page-fw-img-ctnr {
      max-height: 400px; }
      @media (max-width: 1199px) {
        .page-section .page-subbanner-fw .page-fw-img-ctnr {
          padding: 0px; } }
    .page-section .page-subbanner-fw .ctnt-box {
      display: flex;
      flex-flow: column;
      margin-top: -95px;
      justify-content: center;
      align-items: center; }
      .page-section .page-subbanner-fw .ctnt-box .ctnt-with-bg {
        background-color: #fff;
        padding: 25px 50px; }
        @media (max-width: 1199px) {
          .page-section .page-subbanner-fw .ctnt-box .ctnt-with-bg {
            padding: 15px; } }
      @media (max-width: 1199px) {
        .page-section .page-subbanner-fw .ctnt-box {
          margin-top: 0; } }
    .page-section .page-subbanner-fw .m-t {
      margin-top: 50px; }
      @media (max-width: 1199px) {
        .page-section .page-subbanner-fw .m-t {
          margin-top: 15px; } }

@media (max-width: 1199px) {
  .btn-box {
    margin-bottom: 35px; } }

/* ===================================
Current openings page styles ========*/
.grid-view.brows-job-list {
  position: relative;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 45px; }

.brows-job-list {
  display: table;
  width: 100%;
  clear: both;
  padding: 15px 0;
  margin-bottom: 15px;
  transition: .4s;
  border: 1px solid #eaeff5;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -webkit-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14);
  -moz-box-shadow: 0 0 10px 0 rgba(88, 96, 109, 0.14); }

.grid-view .brows-job-company-img {
  width: 80px;
  margin: 10px auto;
  height: 80px;
  display: inline-block;
  border: 1px solid #e4e4e4;
  background: #fff;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 80px; }

.brows-job-company-img {
  width: 75px;
  margin: 10px auto;
  height: 75px;
  display: inline-block;
  background: #f4f5f7;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 75px; }

.grid-view .brows-job-company-img img {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  max-width: 50px;
  line-height: 50px; }

.brows-job-company-img img {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block; }

.grid-view .brows-job-type span {
  position: absolute;
  padding: 4px 15px;
  top: 10px;
  right: 0;
  color: #fff;
  line-height: 1.4;
  font-size: 12px;
  border-radius: 2px 0 0 2px; }

.part-time {
  background: #f6931e; }

.freelanc {
  background: #26a9e1; }

.full-time {
  background: #03a504; }

span.job-num {
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: capitalize;
  color: #8da2b3;
  background: #f3f6fb; }

.grid-view-caption {
  margin: 1em 0 0;
  padding: 0;
  border-top: 1px solid #eaeff5;
  display: flex;
  width: 100%; }

.grid-view-caption li:first-child {
  border-right: 1px solid #eaeff5; }

.grid-view-caption li {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px 0;
  line-height: 2.2; }

.grid-view-caption .brows-job-location {
  margin-top: 0; }
  .grid-view-caption .brows-job-location .btn {
    max-width: 75%;
    width: 75%;
    border-radius: 6px;
    font-size: 1rem;
    outline: none !important; }
    .grid-view-caption .brows-job-location .btn:hover {
      background-color: #11265f !important; }

.grid-view-caption .brows-job-location p, .grid-view-caption .brows-job-sallery {
  font-size: 14px;
  margin-bottom: 0; }

.grid-view-caption li p {
  margin-bottom: 0; }

.brows-job-location p {
  font-size: 18px;
  color: #5a6f7c; }

.grid-view-caption .brows-job-location p i {
  margin-right: 0; }

.grid-view-caption li i {
  padding-right: 10px; }

.brows-job-location p i {
  font-size: 16px;
  margin-right: 10px; }

.job-desc {
  font-size: 1.5rem; }
  .job-desc a {
    font-size: 1.35rem; }
  .job-desc p {
    font-size: 1rem;
    color: #11265f;
    margin-top: 5px; }

.comp-name-loc {
  display: inline-flex;
  flex-flow: column;
  font-size: 1rem; }
  .comp-name-loc .comp-loc {
    display: inline-flex;
    flex-flow: row;
    width: 100%;
    align-items: center;
    font-size: 1rem; }
    .comp-name-loc .comp-loc i {
      margin-right: 8px; }

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center; }

.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #11265f;
  border: none;
  color: #fff;
  outline: none; }
  @media (max-width: 1199px) {
    .portfolio-filter button {
      margin: 10px 0 0; } }

.portfolio-filter button:hover {
  background-color: #C93281; }

.portfolio-filter button.active {
  background: #28ABE3;
  color: #fff;
  border-radius: 50px; }

.portfolio-filter button.mixitup-control-active {
  background: #f58220;
  color: #fff; }

.portfolio-block {
  position: relative;
  margin-bottom: 30px; }

.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: ''; }

.portfolio-block:hover:before {
  opacity: 1; }

.portfolio-block:hover .caption h4 {
  top: 45%; }

.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%; }

.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center; }

.portfolio-block .caption h4 {
  font-size: 16px; }

.portfolio-block .caption h4 a {
  color: #fff; }

.portfolio-block .caption .search-icon {
  background: #11265f;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 50%;
  min-width: 45px;
  max-width: 45px;
  max-height: 45px;
  min-height: 45px;
  margin-bottom: 15px; }
  .portfolio-block .caption .search-icon .fa {
    font-size: 1.5rem;
    margin-top: 7px; }

/* ==================================
Contact us page styles ==============*/
.section__contactus {
  padding: 0;
  border: solid 1px #D3D9DD; }
  .section__contactus .contact__form--fields {
    padding: 20px 30px; }
    .section__contactus .contact__form--fields .section-title {
      margin: 15px 0px 0px 15px; }
    .section__contactus .contact__form--fields p {
      margin: 0px 0px 25px 15px;
      color: #666; }
  .section__contactus form {
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    padding: 0px 15px; }
  .section__contactus select {
    padding: 0px 15px !important;
    height: 45px !important; }
  .section__contactus input[type="text"], .section__contactus input[type="email"], .section__contactus input[type="tel"], .section__contactus textarea, .section__contactus select {
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    font-size: 1rem;
    letter-spacing: 0.25px;
    padding: 12.5px 15px;
    border: solid 1px #ccc;
    border-radius: 0px;
    border-bottom: solid 2px #ddd; }
    .section__contactus input[type="text"]:hover, .section__contactus input[type="email"]:hover, .section__contactus input[type="tel"]:hover, .section__contactus textarea:hover, .section__contactus select:hover {
      border-color: #666; }
    .section__contactus input[type="text"]:focus, .section__contactus input[type="email"]:focus, .section__contactus input[type="tel"]:focus, .section__contactus textarea:focus, .section__contactus select:focus {
      border-color: #f58220;
      border-bottom: solid 2px #f58220; }
  .section__contactus textarea {
    height: 120px;
    resize: none; }
  .section__contactus .contact__information {
    padding: 15px 25px;
    background-color: #D3D9DD; }
    .section__contactus .contact__information .row {
      margin-bottom: 25px; }
    .section__contactus .contact__information .section-title {
      margin: 15px 0 35px 0; }
    .section__contactus .contact__information .contact__info--icon {
      width: 50px;
      height: 50px;
      border: solid 1px #ccc;
      border-radius: 50%;
      background: #fff;
      text-align: center;
      line-height: 45px; }
      .section__contactus .contact__information .contact__info--icon i {
        font-size: 1.5rem; }
        .section__contactus .contact__information .contact__info--icon i.fa {
          position: relative;
          top: 5px; }
    .section__contactus .contact__information .contact__info--typo {
      margin-left: 20px; }
      .section__contactus .contact__information .contact__info--typo p {
        margin: 0;
        line-height: 24px;
        color: #666; }
        .section__contactus .contact__information .contact__info--typo p:first-child {
          margin-bottom: 5px;
          color: #222; }
        .section__contactus .contact__information .contact__info--typo p a {
          color: #11265f; }
          .section__contactus .contact__information .contact__info--typo p a:hover {
            color: #222; }
          .section__contactus .contact__information .contact__info--typo p a.social {
            margin-right: 15px; }
            .section__contactus .contact__information .contact__info--typo p a.social i {
              font-size: 1.25rem;
              background-color: #fff;
              width: 36px;
              height: 36px;
              border-radius: 50%;
              line-height: 36px;
              text-align: center;
              border: solid 1px #ccc; }

.location--section {
  padding: 50px 0 0; }
  .location--section .section-title {
    margin-bottom: 10px; }

.location--box {
  padding: 15px 0; }

.address {
  padding: 35px 0; }

.heading-spacer {
  margin: 30px 0; }

.our-consultatnts__sec .consultant-col {
  text-align: center;
  margin-bottom: 50px;
  background: #f6f6f6;
  padding: 30px 15px;
  margin: 1px;
  flex: 0 0 33%; }
  @media (max-width: 991px) {
    .our-consultatnts__sec .consultant-col {
      flex: 0 0 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .our-consultatnts__sec .consultant-col {
    flex: 0 0 49.5%; } }
  .our-consultatnts__sec .consultant-col h2 {
    font-family: "LatoLatinWebBlack", sans-serif, arial;
    font-size: 1.5rem;
    color: #222;
    margin-top: 15px; }
  .our-consultatnts__sec .consultant-col p {
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    font-size: 1rem;
    line-height: 23px;
    color: #666; }
    .our-consultatnts__sec .consultant-col p.color-primary {
      color: #f58220; }
  .our-consultatnts__sec .consultant-col .d-inline {
    display: flex !important;
    flex-flow: row wrap; }
    .our-consultatnts__sec .consultant-col .d-inline p {
      border-right: solid 1px #ccc;
      margin-right: 15px;
      padding-right: 15px; }
      .our-consultatnts__sec .consultant-col .d-inline p.w-half {
        width: 46%; }
      .our-consultatnts__sec .consultant-col .d-inline p.w-full {
        width: 100%;
        border: none !important;
        border-right: solid 2px #11265f;
        padding-left: 15px; }
      .our-consultatnts__sec .consultant-col .d-inline p:nth-child(even) {
        border: none;
        margin: 0px;
        padding: 0px; }

.mediaclips-page .mediaclip-item h3 {
  font-size: 1.20rem; }

.mediaclips-page .mediaclip-item .date {
  font-size: 12px; }

.mediaclips-page .mediaclip-item a:hover {
  text-decoration: underline; }

.sec-img-rt {
  margin-right: 40px; }

.section-plain {
  padding: 40px 0;
  background-color: #fff; }

.section__row {
  display: flex;
  flex-flow: row; }
  .section__row.has-img-thumb {
    margin-top: 0px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    @media (max-width: 1199px) {
      .section__row.has-img-thumb {
        padding-bottom: 0px;
        margin-bottom: 15px; }
        .section__row.has-img-thumb img {
          max-width: 100%; } }
  .section__row.no-brdr-btm {
    border: none !important; }

@media (max-width: 767px) {
  .sec-about .float-right.p-r-25 {
    padding: 0 !important; } }

.section__features--cards {
  justify-content: space-around;
  flex-wrap: wrap; }
  .section__features--cards .card {
    width: 100%;
    margin: 0px 0px 15px 0;
    border: none;
    border-bottom: solid 1px #ddd;
    border-radius: 0px; }
    .section__features--cards .card:last-child {
      margin: 0; }
    .section__features--cards .card .card-body {
      padding: 10px; }
    .section__features--cards .card .card-text {
      color: #464c50;
      line-height: 22px;
      font-family: "LatoLatinWebThin", sans-serif, arial; }
    .section__features--cards .card .section-title {
      margin: 0;
      font-family: "LatoLatinWebSemibold", sans-serif, arial;
      font-size: 2.35rem;
      color: #fff;
      position: absolute;
      text-align: center;
      width: 100%;
      top: 75px;
      text-shadow: 1px 1px 1px #0258c1; }
    .section__features--cards .card .img__overlay--layer {
      background-color: #f58220;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      opacity: 0.75; }

.section__services {
  padding: 15px; }

.services_item .services__row {
  padding: 50px 0;
  border-bottom: solid 1px #ddd; }
  .services_item .services__row .section-title {
    margin: 0px 0px 15px 15px; }
  .services_item .services__row ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0; }
    .services_item .services__row ul li {
      margin: 0 0 15px 0;
      padding: 0;
      width: 100%;
      font-size: 1.1rem;
      display: flex;
      flex-flow: row; }
      .services_item .services__row ul li .fa {
        color: #00a053;
        margin-right: 15px;
        margin-top: 7px; }
      .services_item .services__row ul li span {
        display: flex; }
  @media (max-width: 991px) {
    .services_item .services__row img {
      display: none; } }
  @media (max-width: 991px) {
    .services_item .services__row {
      padding: 15px 0; }
      .services_item .services__row .section-title {
        font-size: 1.5rem; } }

.clients__list--ctnr {
  width: 100%; }

.clients-list {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  @media (max-width: 991px) {
    .clients-list {
      margin: 15px 0 0 0; } }
  .clients-list li {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin: 0px;
    background: #fff;
    margin-bottom: 30px;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 5px;
    width: 48%; }
    @media (max-width: 767px) {
      .clients-list li {
        flex: 0 0 100%;
        max-width: 100%; } }
    .clients-list li .client__info {
      padding-left: 0; }
      .clients-list li .client__info h4 {
        text-decoration: none;
        color: #000;
        font-family: "LatoLatinWebBlack", sans-serif, arial;
        font-size: 1.5rem; }
        @media (max-width: 767px) {
          .clients-list li .client__info h4 {
            font-size: 1.15rem; } }
      .clients-list li .client__info p {
        margin: 0;
        padding: 0;
        color: #666;
        font-family: "LatoLatinWebThin", sans-serif, arial;
        font-size: 1rem;
        line-height: 20px; }
      .clients-list li .client__info a:hover h4 {
        text-decoration: underline; }
    @media (max-width: 991px) {
      .clients-list li {
        padding: 15px 0; }
        .clients-list li img {
          max-width: 50%; } }

.service--type {
  display: flex;
  flex-direction: column; }
  .service--type .img-icon {
    padding: 0; }
  .service--type .service-textual {
    padding: 0; }
  .service--type .section-title {
    font-family: "LatoLatinWebSemibold", sans-serif, arial; }

@media (min-width: 576px) {
  #gmap_canvas, #gmap_canvas_01 {
    width: 100% !important; }
  .page__heroic--sec {
    padding: 50px 15px !important; } }

@media (max-width: 991px) {
  .section__features--cards .card {
    width: 45.99% !important; }
  .service-textual {
    padding: 15px !important; }
  .contact__information {
    margin: 0 16px; }
  .section__contactus {
    box-shadow: none !important; }
  .location--box {
    margin-bottom: 15px; }
  .address {
    height: auto !important; }
  .section__contactus .contact__form--fields .section-title {
    margin-top: 0px !important; }
  .contact__information {
    margin-top: 15px; } }

@media (max-width: 767px) {
  .section__features--cards .card {
    width: 100% !important; }
  .img-icon {
    display: none; }
  .location--section {
    padding: 15px !important; }
  .btn-getintouch {
    display: none; }
  .service-textual {
    padding: 0px 0px 15px 0px !important; }
  .contact__information {
    padding: 0px !important; } }

@media (min-width: 768px) {
  .page__heroic--sec {
    padding: 25px 15px; }
    .page__heroic--sec.sec__bgimg-one {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-two {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-three {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-four {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-five {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-six {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-seven {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec.sec__bgimg-eight {
      padding: 110px 15px;
      background-repeat: no-repeat;
      background-size: auto;
      display: inline-block;
      background-position: 0px 0px;
      width: 100%;
      box-sizing: content-box;
      background-attachment: inherit; }
    .page__heroic--sec .page__heroic--title {
      font-family: "LatoLatinWebBlack", sans-serif, arial;
      color: #fff;
      margin: 135px 0 0 0;
      padding: 0;
      font-size: 2.5rem; } }

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .page__heroic--sec .page__heroic--title {
    margin: 90px 0 0 0;
    font-size: 1.5rem; } }

@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .page__heroic--sec .page__heroic--title {
    margin: 90px 0 0 0;
    font-size: 1.5rem; } }
    @media (min-width: 768px) and (max-width: 767px) {
      .page__heroic--sec .page__heroic--title {
        margin: 150px 0 0 0 !important;
        font-size: 1.35rem; } }

@media (min-width: 768px) {
    .page__heroic--sec .page__heroic--subtitle {
      font-family: "LatoLatinWebMedium", sans-serif, arial;
      color: #fff;
      margin: 10px 0 0 5px;
      padding: 0;
      font-size: 1.5rem; } }
    @media (min-width: 768px) and (max-width: 767px) {
      .page__heroic--sec .page__heroic--subtitle {
        display: none; } }

@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .page__heroic--sec .page__heroic--subtitle {
    margin: 0;
    font-size: 1.1rem; } }

@media (min-width: 768px) {
  .section__features--cards {
    justify-content: space-around;
    flex-wrap: wrap; }
    .section__features--cards .card {
      width: 30.99%;
      margin: 0px 15px 15px 0; }
      .section__features--cards .card .card-img-top {
        max-width: 100%; }
      .section__features--cards .card .card-body {
        padding: 10px; }
      .section__features--cards .card .card-text {
        line-height: 22px; }
      .section__features--cards .card:last-child {
        margin: 0; }
      .section__features--cards .card:nth-child(3) {
        margin-right: 0px; }
      .section__features--cards .card:nth-last-child(-n+3) {
        border: none; }
  .section__services {
    padding: 0; }
    .section__services .section-title {
      color: #f58220; }
  .service--type {
    display: flex;
    flex-direction: row; }
    .service--type .img-icon {
      padding: 15px; }
    .service--type .service-textual {
      padding: 10% 15px 0 15px;
      border-bottom: solid 1px #ddd; }
      .service--type .service-textual .section-title {
        color: #aa1022; }
      .service--type .service-textual .text-style {
        font-family: "LatoLatinWebMedium", sans-serif, arial;
        color: #5b6163; } }

#map-canvas-left, #map-canvas-right {
  height: 250px;
  width: 550px; }

#iw_container .iw_title {
  font-size: 16px;
  font-weight: bold; }

.iw_content {
  padding: 15px 15px 15px 0; }

.page--sec {
  background-color: #fff;
  padding: 0 0 30px 0; }
  .page--sec.page-bg-grey {
    background-color: #ececec; }

.tile_box {
  position: relative;
  padding: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .tile_box.tile_box-red {
    background-color: #ad0019; }
  .tile_box.tile_box-blue {
    background-color: #4fc4e8; }
  .tile_box .box_title {
    font-family: "Aileron-Regular", sans-serif, arial;
    font-size: 3rem;
    color: white;
    margin: 0;
    text-align: left;
    line-height: 50px; }
  .tile_box:hover .box_title {
    color: white; }
  .tile_box:after {
    left: 98%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ad0019;
    border-width: 30px;
    margin-top: -30px;
    z-index: 99; }
  .tile_box.tile_box-blue:after {
    border-left-color: #4fc4e8; }

.tile_box_img {
  margin: 0;
  padding: 0; }

.sec__with-tb-spaces {
  padding: 25px 0; }

@media (max-width: 1199px) {
  .sec-about br {
    display: none !important; } }

.card-deck.card-custom {
  justify-content: space-between; }
  .card-deck.card-custom .card {
    flex: 0 0 32%;
    margin: 0 0 20px !important; }
    .card-deck.card-custom .card .card-title {
      font-family: "LatoLatinWebSemibold", sans-serif, arial;
      font-size: 1.25rem;
      color: #222;
      margin-bottom: 5px;
      line-height: 23px; }
    .card-deck.card-custom .card .card-body {
      padding: 15px; }

.card-deck.card-services {
  justify-content: space-between; }
  .card-deck.card-services .card {
    flex: 0 0 24%;
    margin: 0 0 20px !important; }
    .card-deck.card-services .card .card-title {
      font-family: "LatoLatinWebSemibold", sans-serif, arial;
      font-size: 1.25rem;
      color: #222;
      margin-bottom: 5px;
      line-height: 23px; }
    .card-deck.card-services .card .card-body {
      padding: 15px; }

.list-group-flush li {
  border: none;
  cursor: pointer; }
  .list-group-flush li a {
    font-family: "LatoLatinWebMedium", sans-serif, arial;
    font-size: 1.25rem;
    color: #f58220;
    text-decoration: none;
    border-bottom: solid 1px #E2E7ED;
    padding-bottom: 1px; }
    .list-group-flush li a:hover {
      border-bottom: solid 2px #11265f; }

.industries-list {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-flow: row;
  margin: 25px 0 0 0; }
  @media (max-width: 991px) {
    .industries-list {
      flex-flow: column;
      width: 100%; } }

.modal-body select.form-control option {
  color: #222 !important; }

#msgSubmit.text-success {
  font-family: "LatoLatinWebThin", sans-serif, arial;
  font-size: 14px;
  margin: 15px 0;
  color: #009600 !important;
  font-weight: bold; }

/* Fonts */
/* Colors */
@media (max-width: 1199px) {
  .pl-lg-d-1 {
    padding-left: 5px; }
  .pr-lg-d-1 {
    padding-right: 5px; }
  .pt-lg-d-1 {
    padding-top: 5px; }
  .pb-lg-d-1 {
    padding-bottom: 5px; }
  .ml-lg-d-1 {
    margin-left: 5px; }
  .mr-lg-d-1 {
    margin-right: 5px; }
  .mt-lg-d-1 {
    margin-top: 5px; }
  .mb-lg-d-1 {
    margin-bottom: 5px; } }

@media (min-width: 992px) {
  .pl-lg-u-1 {
    padding-left: 5px; }
  .pr-lg-u-1 {
    padding-right: 5px; }
  .pt-lg-u-1 {
    padding-top: 5px; }
  .pb-lg-u-1 {
    padding-bottom: 5px; }
  .ml-lg-u-1 {
    margin-left: 5px; }
  .mr-lg-u-1 {
    margin-right: 5px; }
  .mt-lg-u-1 {
    margin-top: 5px; }
  .mb-lg-u-1 {
    margin-bottom: 5px; } }

@media (min-width: 768px) {
  .pl-md-u-1 {
    padding-left: 5px; }
  .pr-md-u-1 {
    padding-right: 5px; }
  .pt-md-u-1 {
    padding-top: 5px; }
  .pb-md-u-1 {
    padding-bottom: 5px; }
  .ml-md-u-1 {
    margin-left: 5px; }
  .mr-md-u-1 {
    margin-right: 5px; }
  .mt-md-u-1 {
    margin-top: 5px; }
  .mb-md-u-1 {
    margin-bottom: 5px; } }

@media (max-width: 991px) {
  .pl-md-d-1 {
    padding-left: 5px; }
  .pr-md-d-1 {
    padding-right: 5px; }
  .pt-md-d-1 {
    padding-top: 5px; }
  .pb-md-d-1 {
    padding-bottom: 5px; }
  .ml-md-d-1 {
    margin-left: 5px; }
  .mr-md-d-1 {
    margin-right: 5px; }
  .mt-md-d-1 {
    margin-top: 5px; }
  .mb-md-d-1 {
    margin-bottom: 5px; } }

@media (max-width: 767px) {
  .pl-sm-d-1 {
    padding-left: 5px; }
  .pr-sm-d-1 {
    padding-right: 5px; }
  .pt-sm-d-1 {
    padding-top: 5px; }
  .pb-sm-d-1 {
    padding-bottom: 5px; }
  .ml-sm-d-1 {
    margin-left: 5px; }
  .mr-sm-d-1 {
    margin-right: 5px; }
  .mt-sm-d-1 {
    margin-top: 5px; }
  .mb-sm-d-1 {
    margin-bottom: 5px; } }

@media (min-width: 576px) {
  .pl-sm-u-1 {
    padding-left: 5px; }
  .pr-sm-u-1 {
    padding-right: 5px; }
  .pt-sm-u-1 {
    padding-top: 5px; }
  .pb-sm-u-1 {
    padding-bottom: 5px; }
  .ml-sm-d-1 {
    margin-left: 5px; }
  .mr-sm-u-1 {
    margin-right: 5px; }
  .mt-sm-u-1 {
    margin-top: 5px; }
  .mb-sm-u-1 {
    margin-bottom: 5px; } }

@media (max-width: 575px) {
  .pl-xs-d-1 {
    padding-left: 5px; }
  .pr-xs-d-1 {
    padding-right: 5px; }
  .pt-xs-d-1 {
    padding-top: 5px; }
  .pb-xs-d-1 {
    padding-bottom: 5px; }
  .ml-xs-d-1 {
    margin-left: 5px; }
  .mr-xs-d-1 {
    margin-right: 5px; }
  .mt-xs-d-1 {
    margin-top: 5px; }
  .mb-xs-d-1 {
    margin-bottom: 5px; } }

.pl-xs-u-1 {
  padding-left: 5px; }

.pr-xs-u-1 {
  padding-right: 5px; }

.pt-xs-u-1 {
  padding-top: 5px; }

.pb-xs-u-1 {
  padding-bottom: 5px; }

.ml-xs-u-1 {
  margin-left: 5px; }

.mr-xs-u-1 {
  margin-right: 5px; }

.mt-xs-u-1 {
  margin-top: 5px; }

.mb-xs-u-1 {
  margin-bottom: 5px; }

.pl-xl-d-1 {
  padding-left: 5px; }

.pr-xl-d-1 {
  padding-right: 5px; }

.pt-xl-d-1 {
  padding-top: 5px; }

.pb-xl-d-1 {
  padding-bottom: 5px; }

.ml-xl-d-1 {
  margin-left: 5px; }

.mr-xl-d-1 {
  margin-right: 5px; }

.mt-xl-d-1 {
  margin-top: 5px; }

.mb-xl-d-1 {
  margin-bottom: 5px; }

@media (min-width: 1200px) {
  .pl-xl-u-1 {
    padding-left: 5px; }
  .pr-xl-u-1 {
    padding-right: 5px; }
  .pt-xl-u-1 {
    padding-top: 5px; }
  .pb-xl-u-1 {
    padding-bottom: 5px; }
  .ml-xl-u-1 {
    margin-left: 5px; }
  .mr-xl-u-1 {
    margin-right: 5px; }
  .mt-xl-u-1 {
    margin-top: 5px; }
  .mb-xl-u-1 {
    margin-bottom: 5px; } }

@media (max-width: 575px) {
  .pl-xs-only-1 {
    padding-left: 5px; }
  .pr-xs-only-1 {
    padding-right: 5px; }
  .pt-xs-only-1 {
    padding-top: 5px; }
  .pb-xs-only-1 {
    padding-bottom: 5px; }
  .ml-xs-only-1 {
    margin-left: 5px; }
  .mr-xs-only-1 {
    margin-right: 5px; }
  .mt-xs-only-1 {
    margin-top: 5px; }
  .mb-xs-only-1 {
    margin-bottom: 5px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pl-sm-only-1 {
    padding-left: 5px; }
  .pr-sm-only-1 {
    padding-right: 5px; }
  .pt-sm-only-1 {
    padding-top: 5px; }
  .pb-sm-only-1 {
    padding-bottom: 5px; }
  .ml-sm-only-1 {
    margin-left: 5px; }
  .mr-sm-only-1 {
    margin-right: 5px; }
  .mt-sm-only-1 {
    margin-top: 5px; }
  .mb-sm-only-1 {
    margin-bottom: 5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-only-1 {
    padding-left: 5px; }
  .pr-md-only-1 {
    padding-right: 5px; }
  .pt-md-only-1 {
    padding-top: 5px; }
  .pb-md-only-1 {
    padding-bottom: 5px; }
  .ml-md-only-1 {
    margin-left: 5px; }
  .mr-md-only-1 {
    margin-right: 5px; }
  .mt-md-only-1 {
    margin-top: 5px; }
  .mb-md-only-1 {
    margin-bottom: 5px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-lg-only-1 {
    padding-left: 5px; }
  .pr-lg-only-1 {
    padding-right: 5px; }
  .pt-lg-only-1 {
    padding-top: 5px; }
  .pb-lg-only-1 {
    padding-bottom: 5px; }
  .ml-lg-only-1 {
    margin-left: 5px; }
  .mr-lg-only-1 {
    margin-right: 5px; }
  .mt-lg-only-1 {
    margin-top: 5px; }
  .mb-lg-only-1 {
    margin-bottom: 5px; } }

@media (min-width: 1200px) {
  .pl-xl-only-1 {
    padding-left: 5px; }
  .pr-xl-only-1 {
    padding-right: 5px; }
  .pt-xl-only-1 {
    padding-top: 5px; }
  .pb-xl-only-1 {
    padding-bottom: 5px; }
  .ml-xl-only-1 {
    margin-left: 5px; }
  .mr-xl-only-1 {
    margin-right: 5px; }
  .mt-xl-only-1 {
    margin-top: 5px; }
  .mb-xl-only-1 {
    margin-bottom: 5px; } }

.pl-1 {
  padding-left: 5px; }

.pr-1 {
  padding-right: 5px; }

.pt-1 {
  padding-top: 5px; }

.pb-1 {
  padding-bottom: 5px; }

.p-tb-1 {
  padding-top: 5px;
  padding-bottom: 5px; }

.p-lr-1 {
  padding-left: 5px;
  padding-right: 5px; }

.ml-1 {
  margin-left: 5px; }

.mr-1 {
  margin-right: 5px; }

.mt-1 {
  margin-top: 5px; }

.mb-1 {
  margin-bottom: 5px; }

.m-tb-1 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m-lr-1 {
  margin-left: 5px;
  margin-right: 5px; }

@media (max-width: 1199px) {
  .pl-lg-d-2 {
    padding-left: 10px; }
  .pr-lg-d-2 {
    padding-right: 10px; }
  .pt-lg-d-2 {
    padding-top: 10px; }
  .pb-lg-d-2 {
    padding-bottom: 10px; }
  .ml-lg-d-2 {
    margin-left: 10px; }
  .mr-lg-d-2 {
    margin-right: 10px; }
  .mt-lg-d-2 {
    margin-top: 10px; }
  .mb-lg-d-2 {
    margin-bottom: 10px; } }

@media (min-width: 992px) {
  .pl-lg-u-2 {
    padding-left: 10px; }
  .pr-lg-u-2 {
    padding-right: 10px; }
  .pt-lg-u-2 {
    padding-top: 10px; }
  .pb-lg-u-2 {
    padding-bottom: 10px; }
  .ml-lg-u-2 {
    margin-left: 10px; }
  .mr-lg-u-2 {
    margin-right: 10px; }
  .mt-lg-u-2 {
    margin-top: 10px; }
  .mb-lg-u-2 {
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .pl-md-u-2 {
    padding-left: 10px; }
  .pr-md-u-2 {
    padding-right: 10px; }
  .pt-md-u-2 {
    padding-top: 10px; }
  .pb-md-u-2 {
    padding-bottom: 10px; }
  .ml-md-u-2 {
    margin-left: 10px; }
  .mr-md-u-2 {
    margin-right: 10px; }
  .mt-md-u-2 {
    margin-top: 10px; }
  .mb-md-u-2 {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .pl-md-d-2 {
    padding-left: 10px; }
  .pr-md-d-2 {
    padding-right: 10px; }
  .pt-md-d-2 {
    padding-top: 10px; }
  .pb-md-d-2 {
    padding-bottom: 10px; }
  .ml-md-d-2 {
    margin-left: 10px; }
  .mr-md-d-2 {
    margin-right: 10px; }
  .mt-md-d-2 {
    margin-top: 10px; }
  .mb-md-d-2 {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .pl-sm-d-2 {
    padding-left: 10px; }
  .pr-sm-d-2 {
    padding-right: 10px; }
  .pt-sm-d-2 {
    padding-top: 10px; }
  .pb-sm-d-2 {
    padding-bottom: 10px; }
  .ml-sm-d-2 {
    margin-left: 10px; }
  .mr-sm-d-2 {
    margin-right: 10px; }
  .mt-sm-d-2 {
    margin-top: 10px; }
  .mb-sm-d-2 {
    margin-bottom: 10px; } }

@media (min-width: 576px) {
  .pl-sm-u-2 {
    padding-left: 10px; }
  .pr-sm-u-2 {
    padding-right: 10px; }
  .pt-sm-u-2 {
    padding-top: 10px; }
  .pb-sm-u-2 {
    padding-bottom: 10px; }
  .ml-sm-d-2 {
    margin-left: 10px; }
  .mr-sm-u-2 {
    margin-right: 10px; }
  .mt-sm-u-2 {
    margin-top: 10px; }
  .mb-sm-u-2 {
    margin-bottom: 10px; } }

@media (max-width: 575px) {
  .pl-xs-d-2 {
    padding-left: 10px; }
  .pr-xs-d-2 {
    padding-right: 10px; }
  .pt-xs-d-2 {
    padding-top: 10px; }
  .pb-xs-d-2 {
    padding-bottom: 10px; }
  .ml-xs-d-2 {
    margin-left: 10px; }
  .mr-xs-d-2 {
    margin-right: 10px; }
  .mt-xs-d-2 {
    margin-top: 10px; }
  .mb-xs-d-2 {
    margin-bottom: 10px; } }

.pl-xs-u-2 {
  padding-left: 10px; }

.pr-xs-u-2 {
  padding-right: 10px; }

.pt-xs-u-2 {
  padding-top: 10px; }

.pb-xs-u-2 {
  padding-bottom: 10px; }

.ml-xs-u-2 {
  margin-left: 10px; }

.mr-xs-u-2 {
  margin-right: 10px; }

.mt-xs-u-2 {
  margin-top: 10px; }

.mb-xs-u-2 {
  margin-bottom: 10px; }

.pl-xl-d-2 {
  padding-left: 10px; }

.pr-xl-d-2 {
  padding-right: 10px; }

.pt-xl-d-2 {
  padding-top: 10px; }

.pb-xl-d-2 {
  padding-bottom: 10px; }

.ml-xl-d-2 {
  margin-left: 10px; }

.mr-xl-d-2 {
  margin-right: 10px; }

.mt-xl-d-2 {
  margin-top: 10px; }

.mb-xl-d-2 {
  margin-bottom: 10px; }

@media (min-width: 1200px) {
  .pl-xl-u-2 {
    padding-left: 10px; }
  .pr-xl-u-2 {
    padding-right: 10px; }
  .pt-xl-u-2 {
    padding-top: 10px; }
  .pb-xl-u-2 {
    padding-bottom: 10px; }
  .ml-xl-u-2 {
    margin-left: 10px; }
  .mr-xl-u-2 {
    margin-right: 10px; }
  .mt-xl-u-2 {
    margin-top: 10px; }
  .mb-xl-u-2 {
    margin-bottom: 10px; } }

@media (max-width: 575px) {
  .pl-xs-only-2 {
    padding-left: 10px; }
  .pr-xs-only-2 {
    padding-right: 10px; }
  .pt-xs-only-2 {
    padding-top: 10px; }
  .pb-xs-only-2 {
    padding-bottom: 10px; }
  .ml-xs-only-2 {
    margin-left: 10px; }
  .mr-xs-only-2 {
    margin-right: 10px; }
  .mt-xs-only-2 {
    margin-top: 10px; }
  .mb-xs-only-2 {
    margin-bottom: 10px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pl-sm-only-2 {
    padding-left: 10px; }
  .pr-sm-only-2 {
    padding-right: 10px; }
  .pt-sm-only-2 {
    padding-top: 10px; }
  .pb-sm-only-2 {
    padding-bottom: 10px; }
  .ml-sm-only-2 {
    margin-left: 10px; }
  .mr-sm-only-2 {
    margin-right: 10px; }
  .mt-sm-only-2 {
    margin-top: 10px; }
  .mb-sm-only-2 {
    margin-bottom: 10px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-only-2 {
    padding-left: 10px; }
  .pr-md-only-2 {
    padding-right: 10px; }
  .pt-md-only-2 {
    padding-top: 10px; }
  .pb-md-only-2 {
    padding-bottom: 10px; }
  .ml-md-only-2 {
    margin-left: 10px; }
  .mr-md-only-2 {
    margin-right: 10px; }
  .mt-md-only-2 {
    margin-top: 10px; }
  .mb-md-only-2 {
    margin-bottom: 10px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-lg-only-2 {
    padding-left: 10px; }
  .pr-lg-only-2 {
    padding-right: 10px; }
  .pt-lg-only-2 {
    padding-top: 10px; }
  .pb-lg-only-2 {
    padding-bottom: 10px; }
  .ml-lg-only-2 {
    margin-left: 10px; }
  .mr-lg-only-2 {
    margin-right: 10px; }
  .mt-lg-only-2 {
    margin-top: 10px; }
  .mb-lg-only-2 {
    margin-bottom: 10px; } }

@media (min-width: 1200px) {
  .pl-xl-only-2 {
    padding-left: 10px; }
  .pr-xl-only-2 {
    padding-right: 10px; }
  .pt-xl-only-2 {
    padding-top: 10px; }
  .pb-xl-only-2 {
    padding-bottom: 10px; }
  .ml-xl-only-2 {
    margin-left: 10px; }
  .mr-xl-only-2 {
    margin-right: 10px; }
  .mt-xl-only-2 {
    margin-top: 10px; }
  .mb-xl-only-2 {
    margin-bottom: 10px; } }

.pl-2 {
  padding-left: 10px; }

.pr-2 {
  padding-right: 10px; }

.pt-2 {
  padding-top: 10px; }

.pb-2 {
  padding-bottom: 10px; }

.p-tb-2 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-lr-2 {
  padding-left: 10px;
  padding-right: 10px; }

.ml-2 {
  margin-left: 10px; }

.mr-2 {
  margin-right: 10px; }

.mt-2 {
  margin-top: 10px; }

.mb-2 {
  margin-bottom: 10px; }

.m-tb-2 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-lr-2 {
  margin-left: 10px;
  margin-right: 10px; }

@media (max-width: 1199px) {
  .pl-lg-d-3 {
    padding-left: 15px; }
  .pr-lg-d-3 {
    padding-right: 15px; }
  .pt-lg-d-3 {
    padding-top: 15px; }
  .pb-lg-d-3 {
    padding-bottom: 15px; }
  .ml-lg-d-3 {
    margin-left: 15px; }
  .mr-lg-d-3 {
    margin-right: 15px; }
  .mt-lg-d-3 {
    margin-top: 15px; }
  .mb-lg-d-3 {
    margin-bottom: 15px; } }

@media (min-width: 992px) {
  .pl-lg-u-3 {
    padding-left: 15px; }
  .pr-lg-u-3 {
    padding-right: 15px; }
  .pt-lg-u-3 {
    padding-top: 15px; }
  .pb-lg-u-3 {
    padding-bottom: 15px; }
  .ml-lg-u-3 {
    margin-left: 15px; }
  .mr-lg-u-3 {
    margin-right: 15px; }
  .mt-lg-u-3 {
    margin-top: 15px; }
  .mb-lg-u-3 {
    margin-bottom: 15px; } }

@media (min-width: 768px) {
  .pl-md-u-3 {
    padding-left: 15px; }
  .pr-md-u-3 {
    padding-right: 15px; }
  .pt-md-u-3 {
    padding-top: 15px; }
  .pb-md-u-3 {
    padding-bottom: 15px; }
  .ml-md-u-3 {
    margin-left: 15px; }
  .mr-md-u-3 {
    margin-right: 15px; }
  .mt-md-u-3 {
    margin-top: 15px; }
  .mb-md-u-3 {
    margin-bottom: 15px; } }

@media (max-width: 991px) {
  .pl-md-d-3 {
    padding-left: 15px; }
  .pr-md-d-3 {
    padding-right: 15px; }
  .pt-md-d-3 {
    padding-top: 15px; }
  .pb-md-d-3 {
    padding-bottom: 15px; }
  .ml-md-d-3 {
    margin-left: 15px; }
  .mr-md-d-3 {
    margin-right: 15px; }
  .mt-md-d-3 {
    margin-top: 15px; }
  .mb-md-d-3 {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .pl-sm-d-3 {
    padding-left: 15px; }
  .pr-sm-d-3 {
    padding-right: 15px; }
  .pt-sm-d-3 {
    padding-top: 15px; }
  .pb-sm-d-3 {
    padding-bottom: 15px; }
  .ml-sm-d-3 {
    margin-left: 15px; }
  .mr-sm-d-3 {
    margin-right: 15px; }
  .mt-sm-d-3 {
    margin-top: 15px; }
  .mb-sm-d-3 {
    margin-bottom: 15px; } }

@media (min-width: 576px) {
  .pl-sm-u-3 {
    padding-left: 15px; }
  .pr-sm-u-3 {
    padding-right: 15px; }
  .pt-sm-u-3 {
    padding-top: 15px; }
  .pb-sm-u-3 {
    padding-bottom: 15px; }
  .ml-sm-d-3 {
    margin-left: 15px; }
  .mr-sm-u-3 {
    margin-right: 15px; }
  .mt-sm-u-3 {
    margin-top: 15px; }
  .mb-sm-u-3 {
    margin-bottom: 15px; } }

@media (max-width: 575px) {
  .pl-xs-d-3 {
    padding-left: 15px; }
  .pr-xs-d-3 {
    padding-right: 15px; }
  .pt-xs-d-3 {
    padding-top: 15px; }
  .pb-xs-d-3 {
    padding-bottom: 15px; }
  .ml-xs-d-3 {
    margin-left: 15px; }
  .mr-xs-d-3 {
    margin-right: 15px; }
  .mt-xs-d-3 {
    margin-top: 15px; }
  .mb-xs-d-3 {
    margin-bottom: 15px; } }

.pl-xs-u-3 {
  padding-left: 15px; }

.pr-xs-u-3 {
  padding-right: 15px; }

.pt-xs-u-3 {
  padding-top: 15px; }

.pb-xs-u-3 {
  padding-bottom: 15px; }

.ml-xs-u-3 {
  margin-left: 15px; }

.mr-xs-u-3 {
  margin-right: 15px; }

.mt-xs-u-3 {
  margin-top: 15px; }

.mb-xs-u-3 {
  margin-bottom: 15px; }

.pl-xl-d-3 {
  padding-left: 15px; }

.pr-xl-d-3 {
  padding-right: 15px; }

.pt-xl-d-3 {
  padding-top: 15px; }

.pb-xl-d-3 {
  padding-bottom: 15px; }

.ml-xl-d-3 {
  margin-left: 15px; }

.mr-xl-d-3 {
  margin-right: 15px; }

.mt-xl-d-3 {
  margin-top: 15px; }

.mb-xl-d-3 {
  margin-bottom: 15px; }

@media (min-width: 1200px) {
  .pl-xl-u-3 {
    padding-left: 15px; }
  .pr-xl-u-3 {
    padding-right: 15px; }
  .pt-xl-u-3 {
    padding-top: 15px; }
  .pb-xl-u-3 {
    padding-bottom: 15px; }
  .ml-xl-u-3 {
    margin-left: 15px; }
  .mr-xl-u-3 {
    margin-right: 15px; }
  .mt-xl-u-3 {
    margin-top: 15px; }
  .mb-xl-u-3 {
    margin-bottom: 15px; } }

@media (max-width: 575px) {
  .pl-xs-only-3 {
    padding-left: 15px; }
  .pr-xs-only-3 {
    padding-right: 15px; }
  .pt-xs-only-3 {
    padding-top: 15px; }
  .pb-xs-only-3 {
    padding-bottom: 15px; }
  .ml-xs-only-3 {
    margin-left: 15px; }
  .mr-xs-only-3 {
    margin-right: 15px; }
  .mt-xs-only-3 {
    margin-top: 15px; }
  .mb-xs-only-3 {
    margin-bottom: 15px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pl-sm-only-3 {
    padding-left: 15px; }
  .pr-sm-only-3 {
    padding-right: 15px; }
  .pt-sm-only-3 {
    padding-top: 15px; }
  .pb-sm-only-3 {
    padding-bottom: 15px; }
  .ml-sm-only-3 {
    margin-left: 15px; }
  .mr-sm-only-3 {
    margin-right: 15px; }
  .mt-sm-only-3 {
    margin-top: 15px; }
  .mb-sm-only-3 {
    margin-bottom: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-only-3 {
    padding-left: 15px; }
  .pr-md-only-3 {
    padding-right: 15px; }
  .pt-md-only-3 {
    padding-top: 15px; }
  .pb-md-only-3 {
    padding-bottom: 15px; }
  .ml-md-only-3 {
    margin-left: 15px; }
  .mr-md-only-3 {
    margin-right: 15px; }
  .mt-md-only-3 {
    margin-top: 15px; }
  .mb-md-only-3 {
    margin-bottom: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-lg-only-3 {
    padding-left: 15px; }
  .pr-lg-only-3 {
    padding-right: 15px; }
  .pt-lg-only-3 {
    padding-top: 15px; }
  .pb-lg-only-3 {
    padding-bottom: 15px; }
  .ml-lg-only-3 {
    margin-left: 15px; }
  .mr-lg-only-3 {
    margin-right: 15px; }
  .mt-lg-only-3 {
    margin-top: 15px; }
  .mb-lg-only-3 {
    margin-bottom: 15px; } }

@media (min-width: 1200px) {
  .pl-xl-only-3 {
    padding-left: 15px; }
  .pr-xl-only-3 {
    padding-right: 15px; }
  .pt-xl-only-3 {
    padding-top: 15px; }
  .pb-xl-only-3 {
    padding-bottom: 15px; }
  .ml-xl-only-3 {
    margin-left: 15px; }
  .mr-xl-only-3 {
    margin-right: 15px; }
  .mt-xl-only-3 {
    margin-top: 15px; }
  .mb-xl-only-3 {
    margin-bottom: 15px; } }

.pl-3 {
  padding-left: 15px; }

.pr-3 {
  padding-right: 15px; }

.pt-3 {
  padding-top: 15px; }

.pb-3 {
  padding-bottom: 15px; }

.p-tb-3 {
  padding-top: 15px;
  padding-bottom: 15px; }

.p-lr-3 {
  padding-left: 15px;
  padding-right: 15px; }

.ml-3 {
  margin-left: 15px; }

.mr-3 {
  margin-right: 15px; }

.mt-3 {
  margin-top: 15px; }

.mb-3 {
  margin-bottom: 15px; }

.m-tb-3 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-lr-3 {
  margin-left: 15px;
  margin-right: 15px; }

@media (max-width: 1199px) {
  .pl-lg-d-4 {
    padding-left: 20px; }
  .pr-lg-d-4 {
    padding-right: 20px; }
  .pt-lg-d-4 {
    padding-top: 20px; }
  .pb-lg-d-4 {
    padding-bottom: 20px; }
  .ml-lg-d-4 {
    margin-left: 20px; }
  .mr-lg-d-4 {
    margin-right: 20px; }
  .mt-lg-d-4 {
    margin-top: 20px; }
  .mb-lg-d-4 {
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .pl-lg-u-4 {
    padding-left: 20px; }
  .pr-lg-u-4 {
    padding-right: 20px; }
  .pt-lg-u-4 {
    padding-top: 20px; }
  .pb-lg-u-4 {
    padding-bottom: 20px; }
  .ml-lg-u-4 {
    margin-left: 20px; }
  .mr-lg-u-4 {
    margin-right: 20px; }
  .mt-lg-u-4 {
    margin-top: 20px; }
  .mb-lg-u-4 {
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .pl-md-u-4 {
    padding-left: 20px; }
  .pr-md-u-4 {
    padding-right: 20px; }
  .pt-md-u-4 {
    padding-top: 20px; }
  .pb-md-u-4 {
    padding-bottom: 20px; }
  .ml-md-u-4 {
    margin-left: 20px; }
  .mr-md-u-4 {
    margin-right: 20px; }
  .mt-md-u-4 {
    margin-top: 20px; }
  .mb-md-u-4 {
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .pl-md-d-4 {
    padding-left: 20px; }
  .pr-md-d-4 {
    padding-right: 20px; }
  .pt-md-d-4 {
    padding-top: 20px; }
  .pb-md-d-4 {
    padding-bottom: 20px; }
  .ml-md-d-4 {
    margin-left: 20px; }
  .mr-md-d-4 {
    margin-right: 20px; }
  .mt-md-d-4 {
    margin-top: 20px; }
  .mb-md-d-4 {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .pl-sm-d-4 {
    padding-left: 20px; }
  .pr-sm-d-4 {
    padding-right: 20px; }
  .pt-sm-d-4 {
    padding-top: 20px; }
  .pb-sm-d-4 {
    padding-bottom: 20px; }
  .ml-sm-d-4 {
    margin-left: 20px; }
  .mr-sm-d-4 {
    margin-right: 20px; }
  .mt-sm-d-4 {
    margin-top: 20px; }
  .mb-sm-d-4 {
    margin-bottom: 20px; } }

@media (min-width: 576px) {
  .pl-sm-u-4 {
    padding-left: 20px; }
  .pr-sm-u-4 {
    padding-right: 20px; }
  .pt-sm-u-4 {
    padding-top: 20px; }
  .pb-sm-u-4 {
    padding-bottom: 20px; }
  .ml-sm-d-4 {
    margin-left: 20px; }
  .mr-sm-u-4 {
    margin-right: 20px; }
  .mt-sm-u-4 {
    margin-top: 20px; }
  .mb-sm-u-4 {
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .pl-xs-d-4 {
    padding-left: 20px; }
  .pr-xs-d-4 {
    padding-right: 20px; }
  .pt-xs-d-4 {
    padding-top: 20px; }
  .pb-xs-d-4 {
    padding-bottom: 20px; }
  .ml-xs-d-4 {
    margin-left: 20px; }
  .mr-xs-d-4 {
    margin-right: 20px; }
  .mt-xs-d-4 {
    margin-top: 20px; }
  .mb-xs-d-4 {
    margin-bottom: 20px; } }

.pl-xs-u-4 {
  padding-left: 20px; }

.pr-xs-u-4 {
  padding-right: 20px; }

.pt-xs-u-4 {
  padding-top: 20px; }

.pb-xs-u-4 {
  padding-bottom: 20px; }

.ml-xs-u-4 {
  margin-left: 20px; }

.mr-xs-u-4 {
  margin-right: 20px; }

.mt-xs-u-4 {
  margin-top: 20px; }

.mb-xs-u-4 {
  margin-bottom: 20px; }

.pl-xl-d-4 {
  padding-left: 20px; }

.pr-xl-d-4 {
  padding-right: 20px; }

.pt-xl-d-4 {
  padding-top: 20px; }

.pb-xl-d-4 {
  padding-bottom: 20px; }

.ml-xl-d-4 {
  margin-left: 20px; }

.mr-xl-d-4 {
  margin-right: 20px; }

.mt-xl-d-4 {
  margin-top: 20px; }

.mb-xl-d-4 {
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .pl-xl-u-4 {
    padding-left: 20px; }
  .pr-xl-u-4 {
    padding-right: 20px; }
  .pt-xl-u-4 {
    padding-top: 20px; }
  .pb-xl-u-4 {
    padding-bottom: 20px; }
  .ml-xl-u-4 {
    margin-left: 20px; }
  .mr-xl-u-4 {
    margin-right: 20px; }
  .mt-xl-u-4 {
    margin-top: 20px; }
  .mb-xl-u-4 {
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .pl-xs-only-4 {
    padding-left: 20px; }
  .pr-xs-only-4 {
    padding-right: 20px; }
  .pt-xs-only-4 {
    padding-top: 20px; }
  .pb-xs-only-4 {
    padding-bottom: 20px; }
  .ml-xs-only-4 {
    margin-left: 20px; }
  .mr-xs-only-4 {
    margin-right: 20px; }
  .mt-xs-only-4 {
    margin-top: 20px; }
  .mb-xs-only-4 {
    margin-bottom: 20px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pl-sm-only-4 {
    padding-left: 20px; }
  .pr-sm-only-4 {
    padding-right: 20px; }
  .pt-sm-only-4 {
    padding-top: 20px; }
  .pb-sm-only-4 {
    padding-bottom: 20px; }
  .ml-sm-only-4 {
    margin-left: 20px; }
  .mr-sm-only-4 {
    margin-right: 20px; }
  .mt-sm-only-4 {
    margin-top: 20px; }
  .mb-sm-only-4 {
    margin-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-only-4 {
    padding-left: 20px; }
  .pr-md-only-4 {
    padding-right: 20px; }
  .pt-md-only-4 {
    padding-top: 20px; }
  .pb-md-only-4 {
    padding-bottom: 20px; }
  .ml-md-only-4 {
    margin-left: 20px; }
  .mr-md-only-4 {
    margin-right: 20px; }
  .mt-md-only-4 {
    margin-top: 20px; }
  .mb-md-only-4 {
    margin-bottom: 20px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-lg-only-4 {
    padding-left: 20px; }
  .pr-lg-only-4 {
    padding-right: 20px; }
  .pt-lg-only-4 {
    padding-top: 20px; }
  .pb-lg-only-4 {
    padding-bottom: 20px; }
  .ml-lg-only-4 {
    margin-left: 20px; }
  .mr-lg-only-4 {
    margin-right: 20px; }
  .mt-lg-only-4 {
    margin-top: 20px; }
  .mb-lg-only-4 {
    margin-bottom: 20px; } }

@media (min-width: 1200px) {
  .pl-xl-only-4 {
    padding-left: 20px; }
  .pr-xl-only-4 {
    padding-right: 20px; }
  .pt-xl-only-4 {
    padding-top: 20px; }
  .pb-xl-only-4 {
    padding-bottom: 20px; }
  .ml-xl-only-4 {
    margin-left: 20px; }
  .mr-xl-only-4 {
    margin-right: 20px; }
  .mt-xl-only-4 {
    margin-top: 20px; }
  .mb-xl-only-4 {
    margin-bottom: 20px; } }

.pl-4 {
  padding-left: 20px; }

.pr-4 {
  padding-right: 20px; }

.pt-4 {
  padding-top: 20px; }

.pb-4 {
  padding-bottom: 20px; }

.p-tb-4 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-lr-4 {
  padding-left: 20px;
  padding-right: 20px; }

.ml-4 {
  margin-left: 20px; }

.mr-4 {
  margin-right: 20px; }

.mt-4 {
  margin-top: 20px; }

.mb-4 {
  margin-bottom: 20px; }

.m-tb-4 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-lr-4 {
  margin-left: 20px;
  margin-right: 20px; }

@media (max-width: 1199px) {
  .pl-lg-d-5 {
    padding-left: 25px; }
  .pr-lg-d-5 {
    padding-right: 25px; }
  .pt-lg-d-5 {
    padding-top: 25px; }
  .pb-lg-d-5 {
    padding-bottom: 25px; }
  .ml-lg-d-5 {
    margin-left: 25px; }
  .mr-lg-d-5 {
    margin-right: 25px; }
  .mt-lg-d-5 {
    margin-top: 25px; }
  .mb-lg-d-5 {
    margin-bottom: 25px; } }

@media (min-width: 992px) {
  .pl-lg-u-5 {
    padding-left: 25px; }
  .pr-lg-u-5 {
    padding-right: 25px; }
  .pt-lg-u-5 {
    padding-top: 25px; }
  .pb-lg-u-5 {
    padding-bottom: 25px; }
  .ml-lg-u-5 {
    margin-left: 25px; }
  .mr-lg-u-5 {
    margin-right: 25px; }
  .mt-lg-u-5 {
    margin-top: 25px; }
  .mb-lg-u-5 {
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  .pl-md-u-5 {
    padding-left: 25px; }
  .pr-md-u-5 {
    padding-right: 25px; }
  .pt-md-u-5 {
    padding-top: 25px; }
  .pb-md-u-5 {
    padding-bottom: 25px; }
  .ml-md-u-5 {
    margin-left: 25px; }
  .mr-md-u-5 {
    margin-right: 25px; }
  .mt-md-u-5 {
    margin-top: 25px; }
  .mb-md-u-5 {
    margin-bottom: 25px; } }

@media (max-width: 991px) {
  .pl-md-d-5 {
    padding-left: 25px; }
  .pr-md-d-5 {
    padding-right: 25px; }
  .pt-md-d-5 {
    padding-top: 25px; }
  .pb-md-d-5 {
    padding-bottom: 25px; }
  .ml-md-d-5 {
    margin-left: 25px; }
  .mr-md-d-5 {
    margin-right: 25px; }
  .mt-md-d-5 {
    margin-top: 25px; }
  .mb-md-d-5 {
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  .pl-sm-d-5 {
    padding-left: 25px; }
  .pr-sm-d-5 {
    padding-right: 25px; }
  .pt-sm-d-5 {
    padding-top: 25px; }
  .pb-sm-d-5 {
    padding-bottom: 25px; }
  .ml-sm-d-5 {
    margin-left: 25px; }
  .mr-sm-d-5 {
    margin-right: 25px; }
  .mt-sm-d-5 {
    margin-top: 25px; }
  .mb-sm-d-5 {
    margin-bottom: 25px; } }

@media (min-width: 576px) {
  .pl-sm-u-5 {
    padding-left: 25px; }
  .pr-sm-u-5 {
    padding-right: 25px; }
  .pt-sm-u-5 {
    padding-top: 25px; }
  .pb-sm-u-5 {
    padding-bottom: 25px; }
  .ml-sm-d-5 {
    margin-left: 25px; }
  .mr-sm-u-5 {
    margin-right: 25px; }
  .mt-sm-u-5 {
    margin-top: 25px; }
  .mb-sm-u-5 {
    margin-bottom: 25px; } }

@media (max-width: 575px) {
  .pl-xs-d-5 {
    padding-left: 25px; }
  .pr-xs-d-5 {
    padding-right: 25px; }
  .pt-xs-d-5 {
    padding-top: 25px; }
  .pb-xs-d-5 {
    padding-bottom: 25px; }
  .ml-xs-d-5 {
    margin-left: 25px; }
  .mr-xs-d-5 {
    margin-right: 25px; }
  .mt-xs-d-5 {
    margin-top: 25px; }
  .mb-xs-d-5 {
    margin-bottom: 25px; } }

.pl-xs-u-5 {
  padding-left: 25px; }

.pr-xs-u-5 {
  padding-right: 25px; }

.pt-xs-u-5 {
  padding-top: 25px; }

.pb-xs-u-5 {
  padding-bottom: 25px; }

.ml-xs-u-5 {
  margin-left: 25px; }

.mr-xs-u-5 {
  margin-right: 25px; }

.mt-xs-u-5 {
  margin-top: 25px; }

.mb-xs-u-5 {
  margin-bottom: 25px; }

.pl-xl-d-5 {
  padding-left: 25px; }

.pr-xl-d-5 {
  padding-right: 25px; }

.pt-xl-d-5 {
  padding-top: 25px; }

.pb-xl-d-5 {
  padding-bottom: 25px; }

.ml-xl-d-5 {
  margin-left: 25px; }

.mr-xl-d-5 {
  margin-right: 25px; }

.mt-xl-d-5 {
  margin-top: 25px; }

.mb-xl-d-5 {
  margin-bottom: 25px; }

@media (min-width: 1200px) {
  .pl-xl-u-5 {
    padding-left: 25px; }
  .pr-xl-u-5 {
    padding-right: 25px; }
  .pt-xl-u-5 {
    padding-top: 25px; }
  .pb-xl-u-5 {
    padding-bottom: 25px; }
  .ml-xl-u-5 {
    margin-left: 25px; }
  .mr-xl-u-5 {
    margin-right: 25px; }
  .mt-xl-u-5 {
    margin-top: 25px; }
  .mb-xl-u-5 {
    margin-bottom: 25px; } }

@media (max-width: 575px) {
  .pl-xs-only-5 {
    padding-left: 25px; }
  .pr-xs-only-5 {
    padding-right: 25px; }
  .pt-xs-only-5 {
    padding-top: 25px; }
  .pb-xs-only-5 {
    padding-bottom: 25px; }
  .ml-xs-only-5 {
    margin-left: 25px; }
  .mr-xs-only-5 {
    margin-right: 25px; }
  .mt-xs-only-5 {
    margin-top: 25px; }
  .mb-xs-only-5 {
    margin-bottom: 25px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pl-sm-only-5 {
    padding-left: 25px; }
  .pr-sm-only-5 {
    padding-right: 25px; }
  .pt-sm-only-5 {
    padding-top: 25px; }
  .pb-sm-only-5 {
    padding-bottom: 25px; }
  .ml-sm-only-5 {
    margin-left: 25px; }
  .mr-sm-only-5 {
    margin-right: 25px; }
  .mt-sm-only-5 {
    margin-top: 25px; }
  .mb-sm-only-5 {
    margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-only-5 {
    padding-left: 25px; }
  .pr-md-only-5 {
    padding-right: 25px; }
  .pt-md-only-5 {
    padding-top: 25px; }
  .pb-md-only-5 {
    padding-bottom: 25px; }
  .ml-md-only-5 {
    margin-left: 25px; }
  .mr-md-only-5 {
    margin-right: 25px; }
  .mt-md-only-5 {
    margin-top: 25px; }
  .mb-md-only-5 {
    margin-bottom: 25px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-lg-only-5 {
    padding-left: 25px; }
  .pr-lg-only-5 {
    padding-right: 25px; }
  .pt-lg-only-5 {
    padding-top: 25px; }
  .pb-lg-only-5 {
    padding-bottom: 25px; }
  .ml-lg-only-5 {
    margin-left: 25px; }
  .mr-lg-only-5 {
    margin-right: 25px; }
  .mt-lg-only-5 {
    margin-top: 25px; }
  .mb-lg-only-5 {
    margin-bottom: 25px; } }

@media (min-width: 1200px) {
  .pl-xl-only-5 {
    padding-left: 25px; }
  .pr-xl-only-5 {
    padding-right: 25px; }
  .pt-xl-only-5 {
    padding-top: 25px; }
  .pb-xl-only-5 {
    padding-bottom: 25px; }
  .ml-xl-only-5 {
    margin-left: 25px; }
  .mr-xl-only-5 {
    margin-right: 25px; }
  .mt-xl-only-5 {
    margin-top: 25px; }
  .mb-xl-only-5 {
    margin-bottom: 25px; } }

.pl-5 {
  padding-left: 25px; }

.pr-5 {
  padding-right: 25px; }

.pt-5 {
  padding-top: 25px; }

.pb-5 {
  padding-bottom: 25px; }

.p-tb-5 {
  padding-top: 25px;
  padding-bottom: 25px; }

.p-lr-5 {
  padding-left: 25px;
  padding-right: 25px; }

.ml-5 {
  margin-left: 25px; }

.mr-5 {
  margin-right: 25px; }

.mt-5 {
  margin-top: 25px; }

.mb-5 {
  margin-bottom: 25px; }

.m-tb-5 {
  margin-top: 25px;
  margin-bottom: 25px; }

.m-lr-5 {
  margin-left: 25px;
  margin-right: 25px; }

@media (max-width: 1199px) {
  .pl-lg-d-6 {
    padding-left: 30px; }
  .pr-lg-d-6 {
    padding-right: 30px; }
  .pt-lg-d-6 {
    padding-top: 30px; }
  .pb-lg-d-6 {
    padding-bottom: 30px; }
  .ml-lg-d-6 {
    margin-left: 30px; }
  .mr-lg-d-6 {
    margin-right: 30px; }
  .mt-lg-d-6 {
    margin-top: 30px; }
  .mb-lg-d-6 {
    margin-bottom: 30px; } }

@media (min-width: 992px) {
  .pl-lg-u-6 {
    padding-left: 30px; }
  .pr-lg-u-6 {
    padding-right: 30px; }
  .pt-lg-u-6 {
    padding-top: 30px; }
  .pb-lg-u-6 {
    padding-bottom: 30px; }
  .ml-lg-u-6 {
    margin-left: 30px; }
  .mr-lg-u-6 {
    margin-right: 30px; }
  .mt-lg-u-6 {
    margin-top: 30px; }
  .mb-lg-u-6 {
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .pl-md-u-6 {
    padding-left: 30px; }
  .pr-md-u-6 {
    padding-right: 30px; }
  .pt-md-u-6 {
    padding-top: 30px; }
  .pb-md-u-6 {
    padding-bottom: 30px; }
  .ml-md-u-6 {
    margin-left: 30px; }
  .mr-md-u-6 {
    margin-right: 30px; }
  .mt-md-u-6 {
    margin-top: 30px; }
  .mb-md-u-6 {
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .pl-md-d-6 {
    padding-left: 30px; }
  .pr-md-d-6 {
    padding-right: 30px; }
  .pt-md-d-6 {
    padding-top: 30px; }
  .pb-md-d-6 {
    padding-bottom: 30px; }
  .ml-md-d-6 {
    margin-left: 30px; }
  .mr-md-d-6 {
    margin-right: 30px; }
  .mt-md-d-6 {
    margin-top: 30px; }
  .mb-md-d-6 {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .pl-sm-d-6 {
    padding-left: 30px; }
  .pr-sm-d-6 {
    padding-right: 30px; }
  .pt-sm-d-6 {
    padding-top: 30px; }
  .pb-sm-d-6 {
    padding-bottom: 30px; }
  .ml-sm-d-6 {
    margin-left: 30px; }
  .mr-sm-d-6 {
    margin-right: 30px; }
  .mt-sm-d-6 {
    margin-top: 30px; }
  .mb-sm-d-6 {
    margin-bottom: 30px; } }

@media (min-width: 576px) {
  .pl-sm-u-6 {
    padding-left: 30px; }
  .pr-sm-u-6 {
    padding-right: 30px; }
  .pt-sm-u-6 {
    padding-top: 30px; }
  .pb-sm-u-6 {
    padding-bottom: 30px; }
  .ml-sm-d-6 {
    margin-left: 30px; }
  .mr-sm-u-6 {
    margin-right: 30px; }
  .mt-sm-u-6 {
    margin-top: 30px; }
  .mb-sm-u-6 {
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  .pl-xs-d-6 {
    padding-left: 30px; }
  .pr-xs-d-6 {
    padding-right: 30px; }
  .pt-xs-d-6 {
    padding-top: 30px; }
  .pb-xs-d-6 {
    padding-bottom: 30px; }
  .ml-xs-d-6 {
    margin-left: 30px; }
  .mr-xs-d-6 {
    margin-right: 30px; }
  .mt-xs-d-6 {
    margin-top: 30px; }
  .mb-xs-d-6 {
    margin-bottom: 30px; } }

.pl-xs-u-6 {
  padding-left: 30px; }

.pr-xs-u-6 {
  padding-right: 30px; }

.pt-xs-u-6 {
  padding-top: 30px; }

.pb-xs-u-6 {
  padding-bottom: 30px; }

.ml-xs-u-6 {
  margin-left: 30px; }

.mr-xs-u-6 {
  margin-right: 30px; }

.mt-xs-u-6 {
  margin-top: 30px; }

.mb-xs-u-6 {
  margin-bottom: 30px; }

.pl-xl-d-6 {
  padding-left: 30px; }

.pr-xl-d-6 {
  padding-right: 30px; }

.pt-xl-d-6 {
  padding-top: 30px; }

.pb-xl-d-6 {
  padding-bottom: 30px; }

.ml-xl-d-6 {
  margin-left: 30px; }

.mr-xl-d-6 {
  margin-right: 30px; }

.mt-xl-d-6 {
  margin-top: 30px; }

.mb-xl-d-6 {
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  .pl-xl-u-6 {
    padding-left: 30px; }
  .pr-xl-u-6 {
    padding-right: 30px; }
  .pt-xl-u-6 {
    padding-top: 30px; }
  .pb-xl-u-6 {
    padding-bottom: 30px; }
  .ml-xl-u-6 {
    margin-left: 30px; }
  .mr-xl-u-6 {
    margin-right: 30px; }
  .mt-xl-u-6 {
    margin-top: 30px; }
  .mb-xl-u-6 {
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  .pl-xs-only-6 {
    padding-left: 30px; }
  .pr-xs-only-6 {
    padding-right: 30px; }
  .pt-xs-only-6 {
    padding-top: 30px; }
  .pb-xs-only-6 {
    padding-bottom: 30px; }
  .ml-xs-only-6 {
    margin-left: 30px; }
  .mr-xs-only-6 {
    margin-right: 30px; }
  .mt-xs-only-6 {
    margin-top: 30px; }
  .mb-xs-only-6 {
    margin-bottom: 30px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pl-sm-only-6 {
    padding-left: 30px; }
  .pr-sm-only-6 {
    padding-right: 30px; }
  .pt-sm-only-6 {
    padding-top: 30px; }
  .pb-sm-only-6 {
    padding-bottom: 30px; }
  .ml-sm-only-6 {
    margin-left: 30px; }
  .mr-sm-only-6 {
    margin-right: 30px; }
  .mt-sm-only-6 {
    margin-top: 30px; }
  .mb-sm-only-6 {
    margin-bottom: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-only-6 {
    padding-left: 30px; }
  .pr-md-only-6 {
    padding-right: 30px; }
  .pt-md-only-6 {
    padding-top: 30px; }
  .pb-md-only-6 {
    padding-bottom: 30px; }
  .ml-md-only-6 {
    margin-left: 30px; }
  .mr-md-only-6 {
    margin-right: 30px; }
  .mt-md-only-6 {
    margin-top: 30px; }
  .mb-md-only-6 {
    margin-bottom: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-lg-only-6 {
    padding-left: 30px; }
  .pr-lg-only-6 {
    padding-right: 30px; }
  .pt-lg-only-6 {
    padding-top: 30px; }
  .pb-lg-only-6 {
    padding-bottom: 30px; }
  .ml-lg-only-6 {
    margin-left: 30px; }
  .mr-lg-only-6 {
    margin-right: 30px; }
  .mt-lg-only-6 {
    margin-top: 30px; }
  .mb-lg-only-6 {
    margin-bottom: 30px; } }

@media (min-width: 1200px) {
  .pl-xl-only-6 {
    padding-left: 30px; }
  .pr-xl-only-6 {
    padding-right: 30px; }
  .pt-xl-only-6 {
    padding-top: 30px; }
  .pb-xl-only-6 {
    padding-bottom: 30px; }
  .ml-xl-only-6 {
    margin-left: 30px; }
  .mr-xl-only-6 {
    margin-right: 30px; }
  .mt-xl-only-6 {
    margin-top: 30px; }
  .mb-xl-only-6 {
    margin-bottom: 30px; } }

.pl-6 {
  padding-left: 30px; }

.pr-6 {
  padding-right: 30px; }

.pt-6 {
  padding-top: 30px; }

.pb-6 {
  padding-bottom: 30px; }

.p-tb-6 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-lr-6 {
  padding-left: 30px;
  padding-right: 30px; }

.ml-6 {
  margin-left: 30px; }

.mr-6 {
  margin-right: 30px; }

.mt-6 {
  margin-top: 30px; }

.mb-6 {
  margin-bottom: 30px; }

.m-tb-6 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-lr-6 {
  margin-left: 30px;
  margin-right: 30px; }

@media (max-width: 1199px) {
  .pl-lg-d-7 {
    padding-left: 35px; }
  .pr-lg-d-7 {
    padding-right: 35px; }
  .pt-lg-d-7 {
    padding-top: 35px; }
  .pb-lg-d-7 {
    padding-bottom: 35px; }
  .ml-lg-d-7 {
    margin-left: 35px; }
  .mr-lg-d-7 {
    margin-right: 35px; }
  .mt-lg-d-7 {
    margin-top: 35px; }
  .mb-lg-d-7 {
    margin-bottom: 35px; } }

@media (min-width: 992px) {
  .pl-lg-u-7 {
    padding-left: 35px; }
  .pr-lg-u-7 {
    padding-right: 35px; }
  .pt-lg-u-7 {
    padding-top: 35px; }
  .pb-lg-u-7 {
    padding-bottom: 35px; }
  .ml-lg-u-7 {
    margin-left: 35px; }
  .mr-lg-u-7 {
    margin-right: 35px; }
  .mt-lg-u-7 {
    margin-top: 35px; }
  .mb-lg-u-7 {
    margin-bottom: 35px; } }

@media (min-width: 768px) {
  .pl-md-u-7 {
    padding-left: 35px; }
  .pr-md-u-7 {
    padding-right: 35px; }
  .pt-md-u-7 {
    padding-top: 35px; }
  .pb-md-u-7 {
    padding-bottom: 35px; }
  .ml-md-u-7 {
    margin-left: 35px; }
  .mr-md-u-7 {
    margin-right: 35px; }
  .mt-md-u-7 {
    margin-top: 35px; }
  .mb-md-u-7 {
    margin-bottom: 35px; } }

@media (max-width: 991px) {
  .pl-md-d-7 {
    padding-left: 35px; }
  .pr-md-d-7 {
    padding-right: 35px; }
  .pt-md-d-7 {
    padding-top: 35px; }
  .pb-md-d-7 {
    padding-bottom: 35px; }
  .ml-md-d-7 {
    margin-left: 35px; }
  .mr-md-d-7 {
    margin-right: 35px; }
  .mt-md-d-7 {
    margin-top: 35px; }
  .mb-md-d-7 {
    margin-bottom: 35px; } }

@media (max-width: 767px) {
  .pl-sm-d-7 {
    padding-left: 35px; }
  .pr-sm-d-7 {
    padding-right: 35px; }
  .pt-sm-d-7 {
    padding-top: 35px; }
  .pb-sm-d-7 {
    padding-bottom: 35px; }
  .ml-sm-d-7 {
    margin-left: 35px; }
  .mr-sm-d-7 {
    margin-right: 35px; }
  .mt-sm-d-7 {
    margin-top: 35px; }
  .mb-sm-d-7 {
    margin-bottom: 35px; } }

@media (min-width: 576px) {
  .pl-sm-u-7 {
    padding-left: 35px; }
  .pr-sm-u-7 {
    padding-right: 35px; }
  .pt-sm-u-7 {
    padding-top: 35px; }
  .pb-sm-u-7 {
    padding-bottom: 35px; }
  .ml-sm-d-7 {
    margin-left: 35px; }
  .mr-sm-u-7 {
    margin-right: 35px; }
  .mt-sm-u-7 {
    margin-top: 35px; }
  .mb-sm-u-7 {
    margin-bottom: 35px; } }

@media (max-width: 575px) {
  .pl-xs-d-7 {
    padding-left: 35px; }
  .pr-xs-d-7 {
    padding-right: 35px; }
  .pt-xs-d-7 {
    padding-top: 35px; }
  .pb-xs-d-7 {
    padding-bottom: 35px; }
  .ml-xs-d-7 {
    margin-left: 35px; }
  .mr-xs-d-7 {
    margin-right: 35px; }
  .mt-xs-d-7 {
    margin-top: 35px; }
  .mb-xs-d-7 {
    margin-bottom: 35px; } }

.pl-xs-u-7 {
  padding-left: 35px; }

.pr-xs-u-7 {
  padding-right: 35px; }

.pt-xs-u-7 {
  padding-top: 35px; }

.pb-xs-u-7 {
  padding-bottom: 35px; }

.ml-xs-u-7 {
  margin-left: 35px; }

.mr-xs-u-7 {
  margin-right: 35px; }

.mt-xs-u-7 {
  margin-top: 35px; }

.mb-xs-u-7 {
  margin-bottom: 35px; }

.pl-xl-d-7 {
  padding-left: 35px; }

.pr-xl-d-7 {
  padding-right: 35px; }

.pt-xl-d-7 {
  padding-top: 35px; }

.pb-xl-d-7 {
  padding-bottom: 35px; }

.ml-xl-d-7 {
  margin-left: 35px; }

.mr-xl-d-7 {
  margin-right: 35px; }

.mt-xl-d-7 {
  margin-top: 35px; }

.mb-xl-d-7 {
  margin-bottom: 35px; }

@media (min-width: 1200px) {
  .pl-xl-u-7 {
    padding-left: 35px; }
  .pr-xl-u-7 {
    padding-right: 35px; }
  .pt-xl-u-7 {
    padding-top: 35px; }
  .pb-xl-u-7 {
    padding-bottom: 35px; }
  .ml-xl-u-7 {
    margin-left: 35px; }
  .mr-xl-u-7 {
    margin-right: 35px; }
  .mt-xl-u-7 {
    margin-top: 35px; }
  .mb-xl-u-7 {
    margin-bottom: 35px; } }

@media (max-width: 575px) {
  .pl-xs-only-7 {
    padding-left: 35px; }
  .pr-xs-only-7 {
    padding-right: 35px; }
  .pt-xs-only-7 {
    padding-top: 35px; }
  .pb-xs-only-7 {
    padding-bottom: 35px; }
  .ml-xs-only-7 {
    margin-left: 35px; }
  .mr-xs-only-7 {
    margin-right: 35px; }
  .mt-xs-only-7 {
    margin-top: 35px; }
  .mb-xs-only-7 {
    margin-bottom: 35px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pl-sm-only-7 {
    padding-left: 35px; }
  .pr-sm-only-7 {
    padding-right: 35px; }
  .pt-sm-only-7 {
    padding-top: 35px; }
  .pb-sm-only-7 {
    padding-bottom: 35px; }
  .ml-sm-only-7 {
    margin-left: 35px; }
  .mr-sm-only-7 {
    margin-right: 35px; }
  .mt-sm-only-7 {
    margin-top: 35px; }
  .mb-sm-only-7 {
    margin-bottom: 35px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-only-7 {
    padding-left: 35px; }
  .pr-md-only-7 {
    padding-right: 35px; }
  .pt-md-only-7 {
    padding-top: 35px; }
  .pb-md-only-7 {
    padding-bottom: 35px; }
  .ml-md-only-7 {
    margin-left: 35px; }
  .mr-md-only-7 {
    margin-right: 35px; }
  .mt-md-only-7 {
    margin-top: 35px; }
  .mb-md-only-7 {
    margin-bottom: 35px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-lg-only-7 {
    padding-left: 35px; }
  .pr-lg-only-7 {
    padding-right: 35px; }
  .pt-lg-only-7 {
    padding-top: 35px; }
  .pb-lg-only-7 {
    padding-bottom: 35px; }
  .ml-lg-only-7 {
    margin-left: 35px; }
  .mr-lg-only-7 {
    margin-right: 35px; }
  .mt-lg-only-7 {
    margin-top: 35px; }
  .mb-lg-only-7 {
    margin-bottom: 35px; } }

@media (min-width: 1200px) {
  .pl-xl-only-7 {
    padding-left: 35px; }
  .pr-xl-only-7 {
    padding-right: 35px; }
  .pt-xl-only-7 {
    padding-top: 35px; }
  .pb-xl-only-7 {
    padding-bottom: 35px; }
  .ml-xl-only-7 {
    margin-left: 35px; }
  .mr-xl-only-7 {
    margin-right: 35px; }
  .mt-xl-only-7 {
    margin-top: 35px; }
  .mb-xl-only-7 {
    margin-bottom: 35px; } }

.pl-7 {
  padding-left: 35px; }

.pr-7 {
  padding-right: 35px; }

.pt-7 {
  padding-top: 35px; }

.pb-7 {
  padding-bottom: 35px; }

.p-tb-7 {
  padding-top: 35px;
  padding-bottom: 35px; }

.p-lr-7 {
  padding-left: 35px;
  padding-right: 35px; }

.ml-7 {
  margin-left: 35px; }

.mr-7 {
  margin-right: 35px; }

.mt-7 {
  margin-top: 35px; }

.mb-7 {
  margin-bottom: 35px; }

.m-tb-7 {
  margin-top: 35px;
  margin-bottom: 35px; }

.m-lr-7 {
  margin-left: 35px;
  margin-right: 35px; }

@media (max-width: 1199px) {
  .pl-lg-d-8 {
    padding-left: 40px; }
  .pr-lg-d-8 {
    padding-right: 40px; }
  .pt-lg-d-8 {
    padding-top: 40px; }
  .pb-lg-d-8 {
    padding-bottom: 40px; }
  .ml-lg-d-8 {
    margin-left: 40px; }
  .mr-lg-d-8 {
    margin-right: 40px; }
  .mt-lg-d-8 {
    margin-top: 40px; }
  .mb-lg-d-8 {
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .pl-lg-u-8 {
    padding-left: 40px; }
  .pr-lg-u-8 {
    padding-right: 40px; }
  .pt-lg-u-8 {
    padding-top: 40px; }
  .pb-lg-u-8 {
    padding-bottom: 40px; }
  .ml-lg-u-8 {
    margin-left: 40px; }
  .mr-lg-u-8 {
    margin-right: 40px; }
  .mt-lg-u-8 {
    margin-top: 40px; }
  .mb-lg-u-8 {
    margin-bottom: 40px; } }

@media (min-width: 768px) {
  .pl-md-u-8 {
    padding-left: 40px; }
  .pr-md-u-8 {
    padding-right: 40px; }
  .pt-md-u-8 {
    padding-top: 40px; }
  .pb-md-u-8 {
    padding-bottom: 40px; }
  .ml-md-u-8 {
    margin-left: 40px; }
  .mr-md-u-8 {
    margin-right: 40px; }
  .mt-md-u-8 {
    margin-top: 40px; }
  .mb-md-u-8 {
    margin-bottom: 40px; } }

@media (max-width: 991px) {
  .pl-md-d-8 {
    padding-left: 40px; }
  .pr-md-d-8 {
    padding-right: 40px; }
  .pt-md-d-8 {
    padding-top: 40px; }
  .pb-md-d-8 {
    padding-bottom: 40px; }
  .ml-md-d-8 {
    margin-left: 40px; }
  .mr-md-d-8 {
    margin-right: 40px; }
  .mt-md-d-8 {
    margin-top: 40px; }
  .mb-md-d-8 {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .pl-sm-d-8 {
    padding-left: 40px; }
  .pr-sm-d-8 {
    padding-right: 40px; }
  .pt-sm-d-8 {
    padding-top: 40px; }
  .pb-sm-d-8 {
    padding-bottom: 40px; }
  .ml-sm-d-8 {
    margin-left: 40px; }
  .mr-sm-d-8 {
    margin-right: 40px; }
  .mt-sm-d-8 {
    margin-top: 40px; }
  .mb-sm-d-8 {
    margin-bottom: 40px; } }

@media (min-width: 576px) {
  .pl-sm-u-8 {
    padding-left: 40px; }
  .pr-sm-u-8 {
    padding-right: 40px; }
  .pt-sm-u-8 {
    padding-top: 40px; }
  .pb-sm-u-8 {
    padding-bottom: 40px; }
  .ml-sm-d-8 {
    margin-left: 40px; }
  .mr-sm-u-8 {
    margin-right: 40px; }
  .mt-sm-u-8 {
    margin-top: 40px; }
  .mb-sm-u-8 {
    margin-bottom: 40px; } }

@media (max-width: 575px) {
  .pl-xs-d-8 {
    padding-left: 40px; }
  .pr-xs-d-8 {
    padding-right: 40px; }
  .pt-xs-d-8 {
    padding-top: 40px; }
  .pb-xs-d-8 {
    padding-bottom: 40px; }
  .ml-xs-d-8 {
    margin-left: 40px; }
  .mr-xs-d-8 {
    margin-right: 40px; }
  .mt-xs-d-8 {
    margin-top: 40px; }
  .mb-xs-d-8 {
    margin-bottom: 40px; } }

.pl-xs-u-8 {
  padding-left: 40px; }

.pr-xs-u-8 {
  padding-right: 40px; }

.pt-xs-u-8 {
  padding-top: 40px; }

.pb-xs-u-8 {
  padding-bottom: 40px; }

.ml-xs-u-8 {
  margin-left: 40px; }

.mr-xs-u-8 {
  margin-right: 40px; }

.mt-xs-u-8 {
  margin-top: 40px; }

.mb-xs-u-8 {
  margin-bottom: 40px; }

.pl-xl-d-8 {
  padding-left: 40px; }

.pr-xl-d-8 {
  padding-right: 40px; }

.pt-xl-d-8 {
  padding-top: 40px; }

.pb-xl-d-8 {
  padding-bottom: 40px; }

.ml-xl-d-8 {
  margin-left: 40px; }

.mr-xl-d-8 {
  margin-right: 40px; }

.mt-xl-d-8 {
  margin-top: 40px; }

.mb-xl-d-8 {
  margin-bottom: 40px; }

@media (min-width: 1200px) {
  .pl-xl-u-8 {
    padding-left: 40px; }
  .pr-xl-u-8 {
    padding-right: 40px; }
  .pt-xl-u-8 {
    padding-top: 40px; }
  .pb-xl-u-8 {
    padding-bottom: 40px; }
  .ml-xl-u-8 {
    margin-left: 40px; }
  .mr-xl-u-8 {
    margin-right: 40px; }
  .mt-xl-u-8 {
    margin-top: 40px; }
  .mb-xl-u-8 {
    margin-bottom: 40px; } }

@media (max-width: 575px) {
  .pl-xs-only-8 {
    padding-left: 40px; }
  .pr-xs-only-8 {
    padding-right: 40px; }
  .pt-xs-only-8 {
    padding-top: 40px; }
  .pb-xs-only-8 {
    padding-bottom: 40px; }
  .ml-xs-only-8 {
    margin-left: 40px; }
  .mr-xs-only-8 {
    margin-right: 40px; }
  .mt-xs-only-8 {
    margin-top: 40px; }
  .mb-xs-only-8 {
    margin-bottom: 40px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pl-sm-only-8 {
    padding-left: 40px; }
  .pr-sm-only-8 {
    padding-right: 40px; }
  .pt-sm-only-8 {
    padding-top: 40px; }
  .pb-sm-only-8 {
    padding-bottom: 40px; }
  .ml-sm-only-8 {
    margin-left: 40px; }
  .mr-sm-only-8 {
    margin-right: 40px; }
  .mt-sm-only-8 {
    margin-top: 40px; }
  .mb-sm-only-8 {
    margin-bottom: 40px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-only-8 {
    padding-left: 40px; }
  .pr-md-only-8 {
    padding-right: 40px; }
  .pt-md-only-8 {
    padding-top: 40px; }
  .pb-md-only-8 {
    padding-bottom: 40px; }
  .ml-md-only-8 {
    margin-left: 40px; }
  .mr-md-only-8 {
    margin-right: 40px; }
  .mt-md-only-8 {
    margin-top: 40px; }
  .mb-md-only-8 {
    margin-bottom: 40px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-lg-only-8 {
    padding-left: 40px; }
  .pr-lg-only-8 {
    padding-right: 40px; }
  .pt-lg-only-8 {
    padding-top: 40px; }
  .pb-lg-only-8 {
    padding-bottom: 40px; }
  .ml-lg-only-8 {
    margin-left: 40px; }
  .mr-lg-only-8 {
    margin-right: 40px; }
  .mt-lg-only-8 {
    margin-top: 40px; }
  .mb-lg-only-8 {
    margin-bottom: 40px; } }

@media (min-width: 1200px) {
  .pl-xl-only-8 {
    padding-left: 40px; }
  .pr-xl-only-8 {
    padding-right: 40px; }
  .pt-xl-only-8 {
    padding-top: 40px; }
  .pb-xl-only-8 {
    padding-bottom: 40px; }
  .ml-xl-only-8 {
    margin-left: 40px; }
  .mr-xl-only-8 {
    margin-right: 40px; }
  .mt-xl-only-8 {
    margin-top: 40px; }
  .mb-xl-only-8 {
    margin-bottom: 40px; } }

.pl-8 {
  padding-left: 40px; }

.pr-8 {
  padding-right: 40px; }

.pt-8 {
  padding-top: 40px; }

.pb-8 {
  padding-bottom: 40px; }

.p-tb-8 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-lr-8 {
  padding-left: 40px;
  padding-right: 40px; }

.ml-8 {
  margin-left: 40px; }

.mr-8 {
  margin-right: 40px; }

.mt-8 {
  margin-top: 40px; }

.mb-8 {
  margin-bottom: 40px; }

.m-tb-8 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-lr-8 {
  margin-left: 40px;
  margin-right: 40px; }

@media (max-width: 1199px) {
  .pl-lg-d-9 {
    padding-left: 45px; }
  .pr-lg-d-9 {
    padding-right: 45px; }
  .pt-lg-d-9 {
    padding-top: 45px; }
  .pb-lg-d-9 {
    padding-bottom: 45px; }
  .ml-lg-d-9 {
    margin-left: 45px; }
  .mr-lg-d-9 {
    margin-right: 45px; }
  .mt-lg-d-9 {
    margin-top: 45px; }
  .mb-lg-d-9 {
    margin-bottom: 45px; } }

@media (min-width: 992px) {
  .pl-lg-u-9 {
    padding-left: 45px; }
  .pr-lg-u-9 {
    padding-right: 45px; }
  .pt-lg-u-9 {
    padding-top: 45px; }
  .pb-lg-u-9 {
    padding-bottom: 45px; }
  .ml-lg-u-9 {
    margin-left: 45px; }
  .mr-lg-u-9 {
    margin-right: 45px; }
  .mt-lg-u-9 {
    margin-top: 45px; }
  .mb-lg-u-9 {
    margin-bottom: 45px; } }

@media (min-width: 768px) {
  .pl-md-u-9 {
    padding-left: 45px; }
  .pr-md-u-9 {
    padding-right: 45px; }
  .pt-md-u-9 {
    padding-top: 45px; }
  .pb-md-u-9 {
    padding-bottom: 45px; }
  .ml-md-u-9 {
    margin-left: 45px; }
  .mr-md-u-9 {
    margin-right: 45px; }
  .mt-md-u-9 {
    margin-top: 45px; }
  .mb-md-u-9 {
    margin-bottom: 45px; } }

@media (max-width: 991px) {
  .pl-md-d-9 {
    padding-left: 45px; }
  .pr-md-d-9 {
    padding-right: 45px; }
  .pt-md-d-9 {
    padding-top: 45px; }
  .pb-md-d-9 {
    padding-bottom: 45px; }
  .ml-md-d-9 {
    margin-left: 45px; }
  .mr-md-d-9 {
    margin-right: 45px; }
  .mt-md-d-9 {
    margin-top: 45px; }
  .mb-md-d-9 {
    margin-bottom: 45px; } }

@media (max-width: 767px) {
  .pl-sm-d-9 {
    padding-left: 45px; }
  .pr-sm-d-9 {
    padding-right: 45px; }
  .pt-sm-d-9 {
    padding-top: 45px; }
  .pb-sm-d-9 {
    padding-bottom: 45px; }
  .ml-sm-d-9 {
    margin-left: 45px; }
  .mr-sm-d-9 {
    margin-right: 45px; }
  .mt-sm-d-9 {
    margin-top: 45px; }
  .mb-sm-d-9 {
    margin-bottom: 45px; } }

@media (min-width: 576px) {
  .pl-sm-u-9 {
    padding-left: 45px; }
  .pr-sm-u-9 {
    padding-right: 45px; }
  .pt-sm-u-9 {
    padding-top: 45px; }
  .pb-sm-u-9 {
    padding-bottom: 45px; }
  .ml-sm-d-9 {
    margin-left: 45px; }
  .mr-sm-u-9 {
    margin-right: 45px; }
  .mt-sm-u-9 {
    margin-top: 45px; }
  .mb-sm-u-9 {
    margin-bottom: 45px; } }

@media (max-width: 575px) {
  .pl-xs-d-9 {
    padding-left: 45px; }
  .pr-xs-d-9 {
    padding-right: 45px; }
  .pt-xs-d-9 {
    padding-top: 45px; }
  .pb-xs-d-9 {
    padding-bottom: 45px; }
  .ml-xs-d-9 {
    margin-left: 45px; }
  .mr-xs-d-9 {
    margin-right: 45px; }
  .mt-xs-d-9 {
    margin-top: 45px; }
  .mb-xs-d-9 {
    margin-bottom: 45px; } }

.pl-xs-u-9 {
  padding-left: 45px; }

.pr-xs-u-9 {
  padding-right: 45px; }

.pt-xs-u-9 {
  padding-top: 45px; }

.pb-xs-u-9 {
  padding-bottom: 45px; }

.ml-xs-u-9 {
  margin-left: 45px; }

.mr-xs-u-9 {
  margin-right: 45px; }

.mt-xs-u-9 {
  margin-top: 45px; }

.mb-xs-u-9 {
  margin-bottom: 45px; }

.pl-xl-d-9 {
  padding-left: 45px; }

.pr-xl-d-9 {
  padding-right: 45px; }

.pt-xl-d-9 {
  padding-top: 45px; }

.pb-xl-d-9 {
  padding-bottom: 45px; }

.ml-xl-d-9 {
  margin-left: 45px; }

.mr-xl-d-9 {
  margin-right: 45px; }

.mt-xl-d-9 {
  margin-top: 45px; }

.mb-xl-d-9 {
  margin-bottom: 45px; }

@media (min-width: 1200px) {
  .pl-xl-u-9 {
    padding-left: 45px; }
  .pr-xl-u-9 {
    padding-right: 45px; }
  .pt-xl-u-9 {
    padding-top: 45px; }
  .pb-xl-u-9 {
    padding-bottom: 45px; }
  .ml-xl-u-9 {
    margin-left: 45px; }
  .mr-xl-u-9 {
    margin-right: 45px; }
  .mt-xl-u-9 {
    margin-top: 45px; }
  .mb-xl-u-9 {
    margin-bottom: 45px; } }

@media (max-width: 575px) {
  .pl-xs-only-9 {
    padding-left: 45px; }
  .pr-xs-only-9 {
    padding-right: 45px; }
  .pt-xs-only-9 {
    padding-top: 45px; }
  .pb-xs-only-9 {
    padding-bottom: 45px; }
  .ml-xs-only-9 {
    margin-left: 45px; }
  .mr-xs-only-9 {
    margin-right: 45px; }
  .mt-xs-only-9 {
    margin-top: 45px; }
  .mb-xs-only-9 {
    margin-bottom: 45px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pl-sm-only-9 {
    padding-left: 45px; }
  .pr-sm-only-9 {
    padding-right: 45px; }
  .pt-sm-only-9 {
    padding-top: 45px; }
  .pb-sm-only-9 {
    padding-bottom: 45px; }
  .ml-sm-only-9 {
    margin-left: 45px; }
  .mr-sm-only-9 {
    margin-right: 45px; }
  .mt-sm-only-9 {
    margin-top: 45px; }
  .mb-sm-only-9 {
    margin-bottom: 45px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-only-9 {
    padding-left: 45px; }
  .pr-md-only-9 {
    padding-right: 45px; }
  .pt-md-only-9 {
    padding-top: 45px; }
  .pb-md-only-9 {
    padding-bottom: 45px; }
  .ml-md-only-9 {
    margin-left: 45px; }
  .mr-md-only-9 {
    margin-right: 45px; }
  .mt-md-only-9 {
    margin-top: 45px; }
  .mb-md-only-9 {
    margin-bottom: 45px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-lg-only-9 {
    padding-left: 45px; }
  .pr-lg-only-9 {
    padding-right: 45px; }
  .pt-lg-only-9 {
    padding-top: 45px; }
  .pb-lg-only-9 {
    padding-bottom: 45px; }
  .ml-lg-only-9 {
    margin-left: 45px; }
  .mr-lg-only-9 {
    margin-right: 45px; }
  .mt-lg-only-9 {
    margin-top: 45px; }
  .mb-lg-only-9 {
    margin-bottom: 45px; } }

@media (min-width: 1200px) {
  .pl-xl-only-9 {
    padding-left: 45px; }
  .pr-xl-only-9 {
    padding-right: 45px; }
  .pt-xl-only-9 {
    padding-top: 45px; }
  .pb-xl-only-9 {
    padding-bottom: 45px; }
  .ml-xl-only-9 {
    margin-left: 45px; }
  .mr-xl-only-9 {
    margin-right: 45px; }
  .mt-xl-only-9 {
    margin-top: 45px; }
  .mb-xl-only-9 {
    margin-bottom: 45px; } }

.pl-9 {
  padding-left: 45px; }

.pr-9 {
  padding-right: 45px; }

.pt-9 {
  padding-top: 45px; }

.pb-9 {
  padding-bottom: 45px; }

.p-tb-9 {
  padding-top: 45px;
  padding-bottom: 45px; }

.p-lr-9 {
  padding-left: 45px;
  padding-right: 45px; }

.ml-9 {
  margin-left: 45px; }

.mr-9 {
  margin-right: 45px; }

.mt-9 {
  margin-top: 45px; }

.mb-9 {
  margin-bottom: 45px; }

.m-tb-9 {
  margin-top: 45px;
  margin-bottom: 45px; }

.m-lr-9 {
  margin-left: 45px;
  margin-right: 45px; }

@media (max-width: 1199px) {
  .pl-lg-d-10 {
    padding-left: 50px; }
  .pr-lg-d-10 {
    padding-right: 50px; }
  .pt-lg-d-10 {
    padding-top: 50px; }
  .pb-lg-d-10 {
    padding-bottom: 50px; }
  .ml-lg-d-10 {
    margin-left: 50px; }
  .mr-lg-d-10 {
    margin-right: 50px; }
  .mt-lg-d-10 {
    margin-top: 50px; }
  .mb-lg-d-10 {
    margin-bottom: 50px; } }

@media (min-width: 992px) {
  .pl-lg-u-10 {
    padding-left: 50px; }
  .pr-lg-u-10 {
    padding-right: 50px; }
  .pt-lg-u-10 {
    padding-top: 50px; }
  .pb-lg-u-10 {
    padding-bottom: 50px; }
  .ml-lg-u-10 {
    margin-left: 50px; }
  .mr-lg-u-10 {
    margin-right: 50px; }
  .mt-lg-u-10 {
    margin-top: 50px; }
  .mb-lg-u-10 {
    margin-bottom: 50px; } }

@media (min-width: 768px) {
  .pl-md-u-10 {
    padding-left: 50px; }
  .pr-md-u-10 {
    padding-right: 50px; }
  .pt-md-u-10 {
    padding-top: 50px; }
  .pb-md-u-10 {
    padding-bottom: 50px; }
  .ml-md-u-10 {
    margin-left: 50px; }
  .mr-md-u-10 {
    margin-right: 50px; }
  .mt-md-u-10 {
    margin-top: 50px; }
  .mb-md-u-10 {
    margin-bottom: 50px; } }

@media (max-width: 991px) {
  .pl-md-d-10 {
    padding-left: 50px; }
  .pr-md-d-10 {
    padding-right: 50px; }
  .pt-md-d-10 {
    padding-top: 50px; }
  .pb-md-d-10 {
    padding-bottom: 50px; }
  .ml-md-d-10 {
    margin-left: 50px; }
  .mr-md-d-10 {
    margin-right: 50px; }
  .mt-md-d-10 {
    margin-top: 50px; }
  .mb-md-d-10 {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .pl-sm-d-10 {
    padding-left: 50px; }
  .pr-sm-d-10 {
    padding-right: 50px; }
  .pt-sm-d-10 {
    padding-top: 50px; }
  .pb-sm-d-10 {
    padding-bottom: 50px; }
  .ml-sm-d-10 {
    margin-left: 50px; }
  .mr-sm-d-10 {
    margin-right: 50px; }
  .mt-sm-d-10 {
    margin-top: 50px; }
  .mb-sm-d-10 {
    margin-bottom: 50px; } }

@media (min-width: 576px) {
  .pl-sm-u-10 {
    padding-left: 50px; }
  .pr-sm-u-10 {
    padding-right: 50px; }
  .pt-sm-u-10 {
    padding-top: 50px; }
  .pb-sm-u-10 {
    padding-bottom: 50px; }
  .ml-sm-d-10 {
    margin-left: 50px; }
  .mr-sm-u-10 {
    margin-right: 50px; }
  .mt-sm-u-10 {
    margin-top: 50px; }
  .mb-sm-u-10 {
    margin-bottom: 50px; } }

@media (max-width: 575px) {
  .pl-xs-d-10 {
    padding-left: 50px; }
  .pr-xs-d-10 {
    padding-right: 50px; }
  .pt-xs-d-10 {
    padding-top: 50px; }
  .pb-xs-d-10 {
    padding-bottom: 50px; }
  .ml-xs-d-10 {
    margin-left: 50px; }
  .mr-xs-d-10 {
    margin-right: 50px; }
  .mt-xs-d-10 {
    margin-top: 50px; }
  .mb-xs-d-10 {
    margin-bottom: 50px; } }

.pl-xs-u-10 {
  padding-left: 50px; }

.pr-xs-u-10 {
  padding-right: 50px; }

.pt-xs-u-10 {
  padding-top: 50px; }

.pb-xs-u-10 {
  padding-bottom: 50px; }

.ml-xs-u-10 {
  margin-left: 50px; }

.mr-xs-u-10 {
  margin-right: 50px; }

.mt-xs-u-10 {
  margin-top: 50px; }

.mb-xs-u-10 {
  margin-bottom: 50px; }

.pl-xl-d-10 {
  padding-left: 50px; }

.pr-xl-d-10 {
  padding-right: 50px; }

.pt-xl-d-10 {
  padding-top: 50px; }

.pb-xl-d-10 {
  padding-bottom: 50px; }

.ml-xl-d-10 {
  margin-left: 50px; }

.mr-xl-d-10 {
  margin-right: 50px; }

.mt-xl-d-10 {
  margin-top: 50px; }

.mb-xl-d-10 {
  margin-bottom: 50px; }

@media (min-width: 1200px) {
  .pl-xl-u-10 {
    padding-left: 50px; }
  .pr-xl-u-10 {
    padding-right: 50px; }
  .pt-xl-u-10 {
    padding-top: 50px; }
  .pb-xl-u-10 {
    padding-bottom: 50px; }
  .ml-xl-u-10 {
    margin-left: 50px; }
  .mr-xl-u-10 {
    margin-right: 50px; }
  .mt-xl-u-10 {
    margin-top: 50px; }
  .mb-xl-u-10 {
    margin-bottom: 50px; } }

@media (max-width: 575px) {
  .pl-xs-only-10 {
    padding-left: 50px; }
  .pr-xs-only-10 {
    padding-right: 50px; }
  .pt-xs-only-10 {
    padding-top: 50px; }
  .pb-xs-only-10 {
    padding-bottom: 50px; }
  .ml-xs-only-10 {
    margin-left: 50px; }
  .mr-xs-only-10 {
    margin-right: 50px; }
  .mt-xs-only-10 {
    margin-top: 50px; }
  .mb-xs-only-10 {
    margin-bottom: 50px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .pl-sm-only-10 {
    padding-left: 50px; }
  .pr-sm-only-10 {
    padding-right: 50px; }
  .pt-sm-only-10 {
    padding-top: 50px; }
  .pb-sm-only-10 {
    padding-bottom: 50px; }
  .ml-sm-only-10 {
    margin-left: 50px; }
  .mr-sm-only-10 {
    margin-right: 50px; }
  .mt-sm-only-10 {
    margin-top: 50px; }
  .mb-sm-only-10 {
    margin-bottom: 50px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pl-md-only-10 {
    padding-left: 50px; }
  .pr-md-only-10 {
    padding-right: 50px; }
  .pt-md-only-10 {
    padding-top: 50px; }
  .pb-md-only-10 {
    padding-bottom: 50px; }
  .ml-md-only-10 {
    margin-left: 50px; }
  .mr-md-only-10 {
    margin-right: 50px; }
  .mt-md-only-10 {
    margin-top: 50px; }
  .mb-md-only-10 {
    margin-bottom: 50px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-lg-only-10 {
    padding-left: 50px; }
  .pr-lg-only-10 {
    padding-right: 50px; }
  .pt-lg-only-10 {
    padding-top: 50px; }
  .pb-lg-only-10 {
    padding-bottom: 50px; }
  .ml-lg-only-10 {
    margin-left: 50px; }
  .mr-lg-only-10 {
    margin-right: 50px; }
  .mt-lg-only-10 {
    margin-top: 50px; }
  .mb-lg-only-10 {
    margin-bottom: 50px; } }

@media (min-width: 1200px) {
  .pl-xl-only-10 {
    padding-left: 50px; }
  .pr-xl-only-10 {
    padding-right: 50px; }
  .pt-xl-only-10 {
    padding-top: 50px; }
  .pb-xl-only-10 {
    padding-bottom: 50px; }
  .ml-xl-only-10 {
    margin-left: 50px; }
  .mr-xl-only-10 {
    margin-right: 50px; }
  .mt-xl-only-10 {
    margin-top: 50px; }
  .mb-xl-only-10 {
    margin-bottom: 50px; } }

.pl-10 {
  padding-left: 50px; }

.pr-10 {
  padding-right: 50px; }

.pt-10 {
  padding-top: 50px; }

.pb-10 {
  padding-bottom: 50px; }

.p-tb-10 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-lr-10 {
  padding-left: 50px;
  padding-right: 50px; }

.ml-10 {
  margin-left: 50px; }

.mr-10 {
  margin-right: 50px; }

.mt-10 {
  margin-top: 50px; }

.mb-10 {
  margin-bottom: 50px; }

.m-tb-10 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-lr-10 {
  margin-left: 50px;
  margin-right: 50px; }

/* {
    padding: left;
  }*/
/* Fonts */
/* Colors */
.btn-outline {
  border: solid 1px #fff;
  background-color: transparent !important; }
  .btn-outline.outline-gradient {
    border: 2px solid !important;
    border-image-source: linear-gradient(45deg, #cc6d99 0%, #3d80be 100%) !important;
    border-image-slice: 1 !important; }
    .btn-outline.outline-gradient:hover {
      background: linear-gradient(45deg, #cc6d99 0%, #3d80be 100%) !important;
      color: #fff; }

.btn-primary {
  background-color: #f58220 !important;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-family: "LatoLatinWebMedium", sans-serif, arial;
  font-size: 1.1rem;
  letter-spacing: 0.25px;
  cursor: pointer;
  outline: none; }
  .btn-primary:hover {
    background-color: #195170 !important; }
  .btn-primary .fa {
    margin-left: 10px; }
  .btn-primary.btn-outline {
    background-color: transparent !important;
    border: solid 2px #f58220 !important;
    color: #f58220; }
    .btn-primary.btn-outline:hover {
      background-color: #f58220 !important;
      border: solid 2px #f58220 !important;
      color: #fff !important; }
  .btn-primary.rounded {
    border-radius: 50px;
    padding: 15px 30px; }

.btn-secondary {
  background-color: #11265f !important;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 1.1rem;
  cursor: pointer;
  outline: none; }
  .btn-secondary:hover {
    background-color: #C93281 !important;
    color: #fff; }
  .btn-secondary.rounded {
    border-radius: 50px;
    padding: 10px 20px; }

.btn-white {
  background-color: #fff !important;
  color: #f58220 !important;
  border: none;
  border-radius: 0px;
  font-size: 1.1rem;
  cursor: pointer;
  outline: none; }
  .btn-white:hover {
    color: #195170 !important; }
  .btn-white .fa {
    margin-left: 10px; }
  .btn-white.btn-outline {
    background-color: transparent !important;
    border: solid 2px #f58220 !important;
    color: #f58220; }
    .btn-white.btn-outline:hover {
      background-color: #f58220 !important;
      border: solid 2px #f58220 !important;
      color: #fff !important; }
  .btn-white.rounded {
    border-radius: 50px;
    padding: 10px 20px; }

.btn-link {
  font-family: "LatoLatinWebSemibold", sans-serif, arial;
  font-size: 1.10rem;
  padding: 0px;
  text-decoration: none;
  background-color: transparent; }
  .btn-link.primary {
    color: #f58220; }
    .btn-link.primary:hover {
      color: #195170; }
  .btn-link.secondary {
    color: #11265f; }
    .btn-link.secondary:hover {
      color: #C93281; }

.learnmore-btn {
  width: 160px !important;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 50px !important;
  margin-top: 10px; }
  .learnmore-btn:hover {
    background-color: #f58220 !important;
    color: #fff !important;
    border: solid 1px #f58220 !important; }
  .learnmore-btn.dark {
    color: #f58220 !important;
    border-radius: 50px !important;
    border: solid 1px #f58220 !important; }
    .learnmore-btn.dark:hover {
      background-color: #f58220 !important;
      color: #fff !important;
      border: solid 1px #f58220 !important; }

.btn-has-line {
  display: inline-flex;
  align-items: center; }
  .btn-has-line span {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin-right: 15px;
    display: inline-flex; }

.btn-outline {
  background-color: transparent !important;
  border: solid 1px #fff !important;
  padding: 15px 25px;
  font-size: 1.15rem; }
  .btn-outline:hover {
    background-color: transparent !important; }
  .btn-outline.hover-solid:hover {
    background-color: #fff !important; }

.btn-with-line {
  padding-left: 60px;
  position: relative; }
  .btn-with-line:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 23px;
    left: 20px; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Fonts */
/* Colors */
.border-none {
  border: none !important; }

.tabs-header {
  border-bottom: solid 1px #E2E7ED; }

.tabs-services .nav-link.active {
  color: #f58220 !important;
  background-color: transparent !important;
  border-radius: 0px;
  position: relative; }
  .tabs-services .nav-link.active:after {
    content: "";
    background-color: #f58220;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto; }

.tabs-services .nav-link {
  color: #000 !important;
  height: 100%; }
  .tabs-services .nav-link img {
    margin-right: 5px; }

.tabs-services .nav-item {
  margin-right: 15px; }

.services_list_row img {
  max-width: 50px;
  margin-top: 5px; }

/* Fonts */
/* Colors */
.breadcrumb-ctnr {
  padding: 0px 15px;
  background-color: rgba(41, 129, 188, 0.2);
  min-height: 45px;
  display: none; }
  .breadcrumb-ctnr .container {
    min-height: 45px;
    line-height: 45px; }

.bread-crumb {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #ccc; }
  .bread-crumb li {
    margin: 0;
    padding: 10px 15px 10px 0; }
    .bread-crumb li a {
      font-size: 14px;
      color: #f58220; }
      .bread-crumb li a.active {
        color: #222;
        cursor: default; }
        .bread-crumb li a.active:hover {
          text-decoration: none; }
      .bread-crumb li a:hover {
        text-decoration: underline; }

.breadcrumb {
  display: flex;
  flex-flow: row;
  background-color: transparent;
  border-radius: 0px;
  padding: 10px 0px 0px 0px !important; }
  .breadcrumb .breadcrumb__list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
    flex-flow: row; }
    .breadcrumb .breadcrumb__list li {
      font-family: "LatoLatinWebMedium", sans-serif, arial;
      font-size: 14px;
      color: #fff; }
      .breadcrumb .breadcrumb__list li a {
        text-decoration: none;
        color: #f58220; }
        .breadcrumb .breadcrumb__list li a:hover {
          text-decoration: underline; }
