/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";

@font-face {
  font-family: "Source Sans";
  font-weight: 1 999;
  src: url("../fonts/SourceSans3-Variable.ttf") format("truetype-variations");
}

:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(123, 125, 124);
  text-decoration: none !important;
}
a:hover {
  color: rgb(20, 20, 20);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
html {
  background: rgb(56, 182, 171);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Source Sans", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 1.4;
  direction: ltr;
  letter-spacing: 1px;
  background: rgb(255, 255, 255);
  color: rgb(20, 20, 20);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(56, 182, 171, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "Source Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.modal-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: 700;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.container-fluid {
  max-width: 1400px;
}
.section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-wrapper {
  padding: 100px 0;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-header {
  text-align: center;
}
.section-title {
  font-size: 30px;
  font-weight: 700;
  color: rgb(123, 125, 124);
  margin: 0;
}
.section-subtitle {
  color: rgb(56, 182, 171);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-flex;
  align-items: center;
}
.section-subtitle::before,
.section-subtitle::after {
  width: 50px;
  height: 2px;
  background: rgb(56, 182, 171);
  content: "";
}
.section-subtitle::before {
  margin-right: 20px;
}
.section-subtitle::after {
  margin-left: 20px;
}
.section-desc {
  font-size: 40px;
  font-weight: 600;
}
.section-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page-body {
  padding: 0 0 100px;
}
#page-footer {
  margin-top: auto;
}
#page-footer + #footer {
  margin-top: 0;
}
#page-header {
  background: rgb(123, 125, 124);
  padding-top: 200px;
  padding-bottom: 30px;
  text-align: center;
}
.page-cover-title,
#page-title {
  color: rgb(255, 255, 255);
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
}
#page-body {
  padding: 60px 0 100px;
}
.subsection {
  padding: 40px 0;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 20px;
}
.subsection-header {
  overflow: hidden;
}
.subsection-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.subsection-cover {
  position: relative;
}
.subsection-cover > img {
  width: 100%;
}
.tbutton {
  height: 40px;
  border-radius: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: rgb(56, 182, 171);
  color: rgb(255, 255, 255);
}
.tbutton-primary-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(56, 182, 171);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(56, 182, 171);
  color: rgb(56, 182, 171);
}
.tbutton-primary-outline:hover {
  background: rgb(56, 182, 171);
  border-color: rgb(56, 182, 171);
  color: rgb(255, 255, 255);
}
.tbutton-secondary-fill {
  background: rgb(123, 125, 124);
  color: rgb(255, 255, 255);
}
.tbutton-secondary-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(123, 125, 124);
}
.tbutton-secondary-outline {
  background: none;
  border-color: rgb(123, 125, 124);
  color: rgb(123, 125, 124);
}
.tbutton-secondary-outline:hover {
  background: rgb(123, 125, 124);
  border-color: rgb(123, 125, 124);
  color: rgb(255, 255, 255);
}
#header {
  padding: 30px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.header-inner {
  background: rgb(255, 255, 255);
  height: 100px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.logo-box {
  width: 180px;
  height: 140px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(253, 253, 253, 1) 0%,
    rgba(215, 216, 216, 1) 4%,
    rgba(183, 185, 185, 1) 9%,
    rgba(156, 159, 160, 1) 14%,
    rgba(136, 139, 140, 1) 19%,
    rgba(122, 125, 126, 1) 25%,
    rgba(113, 117, 118, 1) 33%,
    rgba(111, 115, 116, 1) 45%,
    rgba(113, 117, 118, 1) 63%,
    rgba(120, 124, 125, 1) 72%,
    rgba(133, 137, 138, 1) 78%,
    rgba(152, 155, 156, 1) 84%,
    rgba(176, 179, 179, 1) 89%,
    rgba(206, 208, 208, 1) 94%,
    rgba(241, 241, 241, 1) 99%,
    rgba(255, 255, 255, 1) 100%
  );
  background: rgb(56, 182, 171);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin-right: auto;
  align-self: flex-start;
}
.logo {
  width: 100%;
  height: 100%;
}
.logo > img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
}
.user-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.user-nav > li {
  position: relative;
}
.user-nav > li > a,
.user-nav > li > button {
  width: 80px;
  height: 80px;
  font-size: 24px;
  color: rgb(255, 255, 255);
  color: rgb(56, 182, 171);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
}
.user-nav > li:hover > a,
.user-nav > li:hover > button {
  background: rgb(255, 255, 255);
  color: rgb(56, 182, 171);
}
.section-slideshow {
  width: 100vw;
  height: 100vh;
}
.section-slideshow > .section-bg > video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.section-slideshow .section-wrapper {
  padding: 0;
}
.slide-card {
  width: 100vw;
  height: 100vh;
}
.slide-card-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.section-solution {
  margin-top: -100px;
}
.section-solution .section-wrapper {
  padding: 0;
}
.solution-card {
  box-shadow: 0px 8px 16px 0px rgba(123, 125, 124, 0.1);
  position: relative;
  height: 100%;
}
.solution-card-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.solution-card-body {
  padding: 70px 40px;
  color: rgb(255, 255, 255);
  text-align: center;
  position: relative;
  z-index: 1;
}
.solution-grid > div:nth-child(1) .solution-card-body {
  background: rgb(123, 125, 124);
}
.solution-grid > div:nth-child(2) .solution-card-body {
  padding: 110px 40px;
  background: rgba(56, 182, 171, 0.7);
}
.solution-grid > div:nth-child(3) .solution-card-body {
  background: rgb(255, 255, 255);
  color: rgb(123, 125, 124);
}
.solution-card-title {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 0;
}
.solution-card-desc {
  margin: 15px 0 0;
}
.solution-card-icon {
  height: 80px;
  filter: brightness(0) invert(1);
}
.solution-grid > div:nth-child(3) .solution-card-icon {
  filter: brightness(0) invert(0) brightness(0) saturate(100%) invert(52%)
    sepia(9%) saturate(51%) hue-rotate(97deg) brightness(91%) contrast(93%);
}
.section-intro .section-header {
  text-align: left;
}
.section-intro .section-subtitle::after {
  display: none;
}
.section-intro .section-cover {
  padding-bottom: 25%;
}
.section-intro .section-cover > img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 65%;
  height: auto;
}
.section-intro .section-cover > img:nth-child(2) {
  position: absolute;
  top: 25%;
  right: 0;
}
.section-service {
  background: rgb(56, 182, 171);
}
.section-service .section-header {
  filter: brightness(0) invert(1);
}
.service-card {
  background: rgb(255, 255, 255);
  border: 10px solid rgba(56, 182, 171, 0.5);
  text-align: center;
  padding: 60px 30px 30px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card-title {
  color: rgb(123, 125, 124);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.service-card-desc {
  margin: 15px 0 0;
}
.service-card-icon {
  position: relative;
}
.service-card-icon > img {
  height: 60px;
  filter: brightness(0) invert(0) brightness(0) saturate(100%) invert(60%)
    sepia(78%) saturate(324%) hue-rotate(126deg) brightness(87%) contrast(95%);
}
.service-card-icon > span {
  width: 125px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spinner 15s linear infinite;
}
.service-card-icon > span::before,
.service-card-icon > span::after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(56, 182, 171);
  content: "";
  position: absolute;
  top: 50%;
}
.service-card-icon > span::before {
  left: 0;
  transform: translate(-50%, -50%);
}
.service-card-icon > span::after {
  right: 0;
  transform: translate(50%, -50%);
}
@keyframes spinner {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.service-card-body {
  padding-top: 60px;
}
.service-card-footer {
  margin-top: auto;
  padding-top: 30px;
}
.feature-card {
  background: rgb(56, 182, 171);
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.feature-card-header {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.feature-card-body {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px;
}
.feature-card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.blog-card {
  background: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(123, 125, 124, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card-header {
  position: relative;
}
.blog-card-header::before {
  padding-top: 66.6666667%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-cat {
  background: rgb(56, 182, 171);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 0 20px;
  height: 40px;
  border-radius: 40px;
  font-size: 14px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 20px;
  transform: translateY(50%);
  display: inline-flex;
  align-items: center;
}
.blog-card-body {
  padding: 40px 20px;
}
.blog-card-time {
  margin: 0 0 15px;
}
.blog-card-title {
  font-size: 18px;
  margin: 0;
}
.blog-card-desc {
  margin: 15px 0 0;
}
#footer {
  margin-top: auto;
  background: rgb(60, 60, 60);
}
.footer-top {
  padding: 0 0 60px;
}
.fblock {
  padding: 30px 0;
}
.fblock-featured {
  background: rgb(255, 255, 255);
  /*box-shadow: 0 -30px 0 0 rgb(255, 255, 255), 0 -36px 0 0 rgb(56, 182, 171);*/
  border-top: 6px solid rgb(56, 182, 171);
  padding: 30px 30px 30px;
  height: 100%;
  text-align: center;
}
.footer-logo > img {
  height: 100px;
}
.footer-intro {
  margin: 24px 0 0;
  color: rgb(60, 60, 60);
}
.fblock-header {
  margin: 0 0 20px;
}
.fblock-title {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin: 0;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-nav > li > a {
  color: rgb(150, 150, 150);
}
.footer-nav > li > a:hover {
  color: rgb(56, 182, 171);
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li:not(:last-child) {
  margin-bottom: 5px;
}
.contact-info > li > strong {
  color: rgb(200, 200, 200);
}
.contact-info > li > div {
  color: rgb(150, 150, 150);
}
.social-nav {
  font-size: 26px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.social-nav > li:not(:last-child) {
  margin-right: 10px;
}
.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgb(56, 182, 171);
  color: rgb(255, 255, 255);
  text-align: center;
}
#page-cover {
  position: relative;
  z-index: 1;
}
.page-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-cover-inner {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 400px;
  padding-bottom: 30px;
  text-align: center;
}
.entry-header + .entry-body,
.entry-body + .entry-footer,
.entry-header + .entry-footer {
  margin-top: 30px;
}
.entry-header {
  position: relative;
}
.entry-cover {
  position: relative;
}
.entry-cover > img {
  width: 100%;
}
.entry-title {
  color: rgb(56, 182, 171);
  font-size: 26px;
  margin: 0;
}
* + .entry-title {
  margin-top: 30px;
}
.entry-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
* + .entry-info {
  margin-top: 30px;
}
.entry-info > li:not(:last-child) {
  margin-bottom: 10px;
}
.entry-info > li > i {
  width: 30px;
  font-size: 20px;
  color: rgb(86, 197, 208);
}
.single-post .entry-footer {
  border-radius: 12px;
  background: rgb(247, 247, 251);
  color: rgb(0, 24, 52);
  padding: 15px;
}
.entry-meta,
.entry-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li {
  display: flex;
}
.entry-meta > li:not(:last-child) {
  margin-bottom: 5px;
}
.entry-meta > li > i {
  width: 26px;
  align-self: center;
}
.entry-meta > li > strong {
  margin-right: 5px;
}
.entry-meta ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.entry-meta ul > li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-right: 5px;
}
.entry-card + .entry-card {
  margin-top: 30px;
}
/*Plugins*/
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-dots {
  margin-top: 20px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-dots > button + button {
  margin-left: 10px;
}
.owl-carousel .owl-dots > button {
  background-color: rgb(56, 182, 171);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  padding: 0 !important;
  transition: all 0.2s linear;
}
.owl-carousel .owl-dots > button.active {
  width: 30px;
  background-color: rgb(0, 0, 0);
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.owl-carousel .owl-nav > button {
  width: 40px;
  height: 40px;
  font-size: 22px !important;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(123, 125, 124) !important;
  color: rgb(255, 255, 255) !important;
}
.owl-carousel .owl-nav > button + button {
  margin-right: 15px;
}
.owl-carousel .owl-nav > button.disabled {
  opacity: 0.8;
  transform: scale(0.8);
}
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(56, 182, 171);
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    height: 100vh;
    padding: 15px 0;
    background: rgb(60, 60, 60);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation li > a {
    white-space: nowrap;
    height: 40px;
    font-size: 14px;
    padding: 0 10px 0 20px;
    color: rgb(250, 250, 250);
    position: relative;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li > a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    content: "\f107";
    font-family: "Font Awesome";
    font-size: 14px;
    color: rgb(224, 224, 224);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  #navigation > ul > li a:before {
    content: "\f105";
    right: auto;
    left: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
  .logo {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  #navigation > ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul > li:not(:last-child) {
    margin-right: 30px;
  }
  #navigation > ul > li > a {
    color: rgb(123, 125, 124);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 550;
  }
  #navigation > ul > li > a:hover,
  #navigation > ul > li.current-menu-item > a {
    color: rgb(56, 182, 171);
  }
  .feature-grid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
