@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

* input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  font-size: 16px;
  color: #666;
}

a {
  color: #4183d7;
  text-decoration: none;
}

p {
  margin-bottom: 1.25em;
}

header {
  background-color: #fff;
}

.site-logo {
  display: block;
  width: 100%;
  height: 72px;
  background: url("../images/logo.png") no-repeat center/contain;
}

.srt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.btn {
  height: auto;
  padding: 14px 16px;
  text-transform: uppercase;
  font-size: 1.125rem;
  border: 0;
  border-radius: 3px;
  align-items: center;
  color: #ffffff;
  background-color: #999aa2;
}

.btn i {
  font-size: 1.25rem;
  margin-right: 5px;
}

.btn-i-last {
  margin: 0 0 0 15px !important;
}

.btn-prim {
  background-color: #333645;
  color: #ffffff;
}
.btn-prim:hover {
  background-color: #22242e;
  color: #ffffff;
}

.btn-prim-inv {
  background-color: #ffffff;
  color: #333645;
}
.btn-prim-inv:hover {
  background-color: #ffffff;
  color: #333645;
}

.btn-sec {
  background-color: #4183d7;
  color: #ffffff;
}
.btn-sec:hover {
  background-color: #2a6ec6;
  color: #ffffff;
}

.btn-def {
  background-color: #999aa2;
  color: #ffffff;
}
.btn-def:hover {
  background-color: #84858f;
  color: #ffffff;
}

.btn-software {
  background-color: #67809f;
  color: #ffffff;
}
.btn-software:hover {
  background-color: #566c88;
  color: #ffffff;
}

.btn-marketing {
  background-color: #2ecc71;
  color: #ffffff;
}
.btn-marketing:hover {
  background-color: #25a25a;
  color: #ffffff;
}

.btn-services {
  background-color: #d64541;
  color: #ffffff;
}
.btn-services:hover {
  background-color: #bc2c28;
  color: #ffffff;
}

.btn-design {
  background-color: #926fb1;
  color: #ffffff;
}
.btn-design:hover {
  background-color: #79539a;
  color: #ffffff;
}

.btn-security {
  background-color: #f62459;
  color: #ffffff;
}
.btn-security:hover {
  background-color: #de093f;
  color: #ffffff;
}

.btn-training {
  background-color: #ce4125;
  color: #ffffff;
}
.btn-training:hover {
  background-color: #ce4125;
  color: #ffffff;
}

.btn-trust {
  background-color: #00b67b;
  color: #ffffff;
}
.btn-trust:hover {
  background-color: #009b69;
  color: #ffffff;
}

.btn-welcome {
  background-color: #272936;
  color: #ffffff;
}
.btn-welcome:hover {
  background-color: #121318;
  color: #ffffff;
}

.btn-subscribe {
  background-color: #333645;
  color: #ffffff;
}
.btn-subscribe:hover {
  background-color: #121318;
  color: #ffffff;
}

.btn-google {
  background-color: #4387f6;
  color: #ffffff;
}
.btn-google:hover {
  background-color: #166af4;
  color: #ffffff;
}

.btn-disabled {
  background-color: #ffffff;
  color: #aaa;
  border: 1px solid #f0f0f0;
}
.btn-disabled:hover {
  background-color: #ffffff;
  color: #aaa;
}

.btn-toggle .hamburger, .btn-toggle .hamburger::before, .btn-toggle .hamburger::after {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 1px;
  position: absolute;
}

.btn-toggle .hamburger::before, .btn-toggle .hamburger::after {
  content: "";
  display: block;
}
.btn-toggle .hamburger::before {
  top: -10px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s;
}
.btn-toggle .hamburger::after {
  top: 10px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s;
}

.btn-toggle.active .hamburger {
  height: auto;
}
.btn-toggle.active .hamburger::before {
  top: -1px;
  transform: rotate(315deg);
}
.btn-toggle.active .hamburger::after {
  top: -1px;
  transform: rotate(225deg);
}

.input-field {
  height: 47px;
  padding: 5px 15px;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.input-field:focus {
  border-color: #5bc0de;
  outline: 0;
}

.no-scroll {
  overflow-y: hidden !important;
}

.grid {
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

main {
  position: relative;
  transition: 0.5s;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
}

.sidebar {
  position: absolute;
  top: 0;
  height: 100vh;
  right: 0;
  overflow-y: scroll;
  z-index: -1;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1260px;
  }
}
.topbar {
  padding: 20px 0;
}

.topbar-links {
  display: flex;
  justify-content: flex-end;
  padding: 7px 0;
}

.topbar-links a {
  margin-right: 15px;
}

.btn {
  display: inline-flex;
}

.btn-search-input .input-field {
  height: 54px;
  width: 303px;
  padding: 5px 60px 5px 15px;
  transition: 0.5s;
}

.btn-search-input .btn {
  margin-left: -66px;
  box-shadow: none;
  padding: 17px 21px;
  border-radius: 0 3px 3px 0;
}

.btn-search i, .btn-search-input i, .btn-call i {
  margin-right: 0;
}

.btn-call {
  margin-right: 0 !important;
}
.btn-call i {
  font-size: 1.65rem;
}

.btn-toggle {
  width: 60px;
  padding: 18px 15px;
  margin-right: 0 !important;
}

.navibar {
  background-color: #333645;
  display: none;
}

.nav {
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.nav__item {
  flex: 1 0;
  text-align: center;
  list-style: none;
}

.nav__item a {
  position: relative;
  display: block;
  padding: 18px 0;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1rem;
}

.nav__item small {
  font-size: 0.65rem;
}

.nav__item i {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

li.software a i {
  color: #67809f;
}

li.software:hover {
  background-color: #67809f;
}
li.software:hover i {
  color: #ffffff;
}

li.software:hover > a::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  border-style: solid;
  border-width: 35px 0;
  z-index: 4;
  border-color: #67809f transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
}

li.software a:hover + .mega-menu {
  display: block;
}

li.support a i {
  color: #4183d7;
}

li.support:hover {
  background-color: #4183d7;
}
li.support:hover i {
  color: #ffffff;
}

li.support:hover > a::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  border-style: solid;
  border-width: 35px 0;
  z-index: 4;
  border-color: #4183d7 transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
}

li.support a:hover + .mega-menu {
  display: block;
}

li.marketing a i {
  color: #2ecc71;
}

li.marketing:hover {
  background-color: #2ecc71;
}
li.marketing:hover i {
  color: #ffffff;
}

li.marketing:hover > a::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  border-style: solid;
  border-width: 35px 0;
  z-index: 4;
  border-color: #2ecc71 transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
}

li.marketing a:hover + .mega-menu {
  display: block;
}

li.services a i {
  color: #d64541;
}

li.services:hover {
  background-color: #d64541;
}
li.services:hover i {
  color: #ffffff;
}

li.services:hover > a::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  border-style: solid;
  border-width: 35px 0;
  z-index: 4;
  border-color: #d64541 transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
}

li.services a:hover + .mega-menu {
  display: block;
}

li.design a i {
  color: #926fb1;
}

li.design:hover {
  background-color: #926fb1;
}
li.design:hover i {
  color: #ffffff;
}

li.design:hover > a::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  border-style: solid;
  border-width: 35px 0;
  z-index: 4;
  border-color: #926fb1 transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
}

li.design a:hover + .mega-menu {
  display: block;
}

li.security a i {
  color: #f62459;
}

li.security:hover {
  background-color: #f62459;
}
li.security:hover i {
  color: #ffffff;
}

li.security:hover > a::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  border-style: solid;
  border-width: 35px 0;
  z-index: 4;
  border-color: #f62459 transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
}

li.security a:hover + .mega-menu {
  display: block;
}

li.course a i {
  color: #ce4125;
}

li.course:hover {
  background-color: #ce4125;
}
li.course:hover i {
  color: #ffffff;
}

li.course:hover > a::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  border-style: solid;
  border-width: 35px 0;
  z-index: 4;
  border-color: #ce4125 transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
}

li.course a:hover + .mega-menu {
  display: block;
}

li.software a + .mega-menu {
  position: absolute;
  display: none;
  background-color: #526781;
  width: 100%;
  left: 0;
  padding: 50px;
}

li.support a + .mega-menu {
  position: absolute;
  display: none;
  background-color: #286abd;
  width: 100%;
  left: 0;
  padding: 50px;
}

li.marketing a + .mega-menu {
  position: absolute;
  display: none;
  background-color: #25a25a;
  width: 100%;
  left: 0;
  padding: 50px;
}

li.services a + .mega-menu {
  position: absolute;
  display: none;
  background-color: #bc2c28;
  width: 100%;
  left: 0;
  padding: 50px;
}

li.design a + .mega-menu {
  position: absolute;
  display: none;
  background-color: #79539a;
  width: 100%;
  left: 0;
  padding: 50px;
}

li.security a + .mega-menu {
  position: absolute;
  display: none;
  background-color: #de093f;
  width: 100%;
  left: 0;
  padding: 50px;
}

li.course a + .mega-menu {
  position: absolute;
  display: none;
  background-color: #a3331d;
  width: 100%;
  left: 0;
  padding: 50px;
}

.nav__item .mega-menu {
  color: #ffffff;
  text-align: left;
  z-index: 3;
}
.nav__item .mega-menu:hover {
  display: block;
}
.nav__item .mega-menu .sub-menu {
  margin-top: 20px;
  padding-left: 0;
  font-size: 1.2rem;
  list-style: none;
}
.nav__item .mega-menu .sub-menu li a {
  text-transform: capitalize;
  padding: 0.625rem 0.938rem 0.625rem 0;
}
.nav__item .mega-menu .sub-menu li a:hover {
  text-decoration: underline;
}
.nav__item .mega-menu .sub-menu li a:hover::before {
  display: none;
}
.nav__item .mega-menu .sub-menu li i {
  margin-right: 10px;
  width: 28px;
}

.searchbar {
  display: block;
}

.searchbar .keyword {
  width: 100%;
  height: 47px;
  padding: 5px 40px 5px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  outline: 1px solid hsla(0deg, 0%, 100%, 0.2);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  margin-bottom: 20px;
  transition: 0.5s;
}

.searchbar .btn {
  float: right;
  margin-top: -67px;
  background: none;
  color: #333645;
  padding: 14px 15px;
}

.searchbar .btn i {
  margin-right: 0;
}

@media (min-width: 0px) {
  .topbar {
    padding-bottom: 10px;
  }
  .topbar-links .btn-support, .topbar-links .btn-contact, .topbar-links .btn-search, .topbar-links .btn-search-input {
    display: none;
  }
}
@media (min-width: 768px) {
  .searchbar {
    display: none;
  }
  .topbar-links .btn-search-input {
    display: block;
  }
  .topbar-links .btn-call {
    display: none;
  }
}
@media (min-width: 992px) {
  .topbar {
    padding-bottom: 20px;
  }
  .topbar-links .btn-support, .topbar-links .btn-contact, .topbar-links .btn-search {
    display: block;
  }
  .topbar-links .btn-search-input {
    display: none;
  }
  .navibar {
    display: block;
  }
  li.nav__item:hover > a::before {
    width: 0;
    height: 0;
    content: "";
    z-index: 1;
    border-style: solid;
    border-width: 35px 67.1428571429px 0;
    z-index: 4;
  }
}
@media (min-width: 1260px) {
  li.nav__item:hover > a::before {
    width: 0;
    height: 0;
    content: "";
    z-index: 1;
    border-style: solid;
    border-width: 35px 87px 0;
    z-index: 4;
  }
  .topbar-links .btn-search-input {
    display: block;
  }
  .topbar-links .btn-search {
    display: none;
  }
}
@media (min-width: 1400px) {
  li.nav__item:hover > a::before {
    width: 0;
    height: 0;
    content: "";
    z-index: 1;
    border-style: solid;
    border-width: 35px 87.8571428571px 0;
    z-index: 4;
  }
}
.banner {
  transition: 0.5s;
}

#tns1-item0 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/home-banner.webp") center/cover no-repeat;
}

#tns1-item1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner2.jpg") center/cover no-repeat;
}

#tns1-item2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner3.webp") center/cover no-repeat;
}

#tns1-item3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner4.webp") center/cover no-repeat;
}

#tns1-item4 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner5.webp") center/cover no-repeat;
}

#tns1-item5 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner6.jpg") center/cover no-repeat;
}

#tns1-item6 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner7.webp") center/cover no-repeat;
}

#tns1-item7 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner8.webp") center/cover no-repeat;
}

.slide-item {
  display: flex;
  min-height: 550px;
}

.slide-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  min-height: 550px;
  max-width: 772px;
  text-align: center;
  margin: auto;
}
.slide-text h1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.2rem;
}
.slide-text p {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 2rem 0;
}
.slide-text a {
  margin: 0 auto;
}
.slide-text a i {
  font-size: 1.25rem;
  margin: 0 0 0 13px;
}

#tns1-ow {
  min-height: 550px;
}

.tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  z-index: 2;
  position: relative;
}

.tns-nav button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.555);
  cursor: pointer;
  border-radius: 50%;
  border: none;
}
.tns-nav button.tns-nav-active {
  background-color: rgba(255, 255, 255, 0.911);
}
.tns-nav button.tns-nav-active::before {
  content: "";
  position: relative;
  top: -7px;
  left: -7px;
  z-index: 2;
  width: 26px;
  height: 26px;
  border: 2px solid rgba(255, 255, 255, 0.911);
  display: block;
  border-radius: 50%;
}

@media (min-width: 0px) {
  .slide-text {
    padding-bottom: 80px;
  }
}
@media (min-width: 576px) {
  .slide-text {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .slide-text {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .slide-text {
    padding-bottom: 0;
  }
  .slideshow {
    background: linear-gradient(270deg, transparent 25%, #000), url("../images/home-banner.webp") center/cover no-repeat;
  }
}
@media (min-width: 992px) {
  .slide-text {
    max-width: 100%;
    text-align: left;
    margin: 0;
  }
  .slide-text h1 {
    text-align: left;
    font-size: 4rem;
    line-height: 5rem;
    margin: 0;
  }
  .slide-text p {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
  .slide-text a {
    margin: 0 auto 0 0;
  }
}
.our-services {
  overflow-x: hidden;
}
.our-services .container {
  margin-bottom: 50px;
}

.heading {
  display: flex;
  align-items: center;
  padding-top: 40px;
  color: #333645;
}

h2.section-title {
  font-size: 2.7rem;
  margin-right: auto;
  font-weight: bold;
}

.heading h3 {
  font-size: 2.2rem;
  margin-right: auto;
  font-weight: bold;
  color: #333645;
}

h4.section-link {
  font-size: 1.625rem;
  font-weight: bold;
}

h4.section-link a {
  color: #333645;
}
h4.section-link a:hover {
  text-decoration: underline;
}

.card {
  position: relative;
  top: 0;
  border: 1px solid #ccc;
  border-radius: 15px;
  cursor: pointer;
  padding: 30px;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.5s ease;
  background-color: #ffffff;
  margin-top: 20px;
  min-height: 315px;
}
.card i {
  display: flex;
  width: 65px;
  height: 65px;
  margin: auto auto 15px auto;
  align-items: center;
  justify-content: center;
  background-color: #6c757d;
  border-radius: 40px;
  color: #ffffff;
  font-size: 1.75rem;
}

.card:hover {
  top: -10px;
}
.card:hover i, .card:hover span.btn {
  background-color: #ffffff;
}
.card:hover h2, .card:hover p {
  color: #ffffff;
}

.card-software:hover, .card-software i, .card-software span.btn {
  background-color: #67809f;
}
.card-software:hover i, .card-software:hover span.btn {
  color: #67809f;
}

.card-support:hover, .card-support i, .card-support span.btn {
  background-color: #4183d7;
}
.card-support:hover i, .card-support:hover span.btn {
  color: #4183d7;
}

.card-marketing:hover, .card-marketing i, .card-marketing span.btn {
  background-color: #2ecc71;
}
.card-marketing:hover i, .card-marketing:hover span.btn {
  color: #2ecc71;
}

.card-services:hover, .card-services i, .card-services span.btn {
  background-color: #d64541;
}
.card-services:hover i, .card-services:hover span.btn {
  color: #d64541;
}

.card-design:hover, .card-design i, .card-design span.btn {
  background-color: #926fb1;
}
.card-design:hover i, .card-design:hover span.btn {
  color: #926fb1;
}

.card-security:hover, .card-security i, .card-security span.btn {
  background-color: #f62459;
}
.card-security:hover i, .card-security:hover span.btn {
  color: #f62459;
}

.card-training:hover, .card-training i, .card-training span.btn {
  background-color: #ce4125;
}
.card-training:hover i, .card-training:hover span.btn {
  color: #ce4125;
}

.card h2 {
  font-size: 1.3rem;
  position: relative;
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #333645;
}

.card p {
  font-size: 0.8125rem;
  line-height: 1.375rem;
  margin-bottom: 13px;
  font-weight: 400;
  color: #333645;
}

.btn-regular {
  margin: auto auto 0 auto;
  padding: 10px 15px;
}

.carousel {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.partners-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item {
  margin: 0 50px;
  filter: grayscale(100%);
}
.item:hover {
  filter: none;
}

.footing {
  display: flex;
  align-items: center;
  padding-top: 40px;
  color: #333645;
}

.footing .section-link {
  width: 100%;
  text-align: center;
}

@media (min-width: 0px) {
  .footing {
    display: block;
  }
  .heading .section-link {
    display: none;
  }
}
@media (min-width: 768px) {
  .footing {
    display: none;
  }
  .heading .section-link {
    display: block;
  }
}
.about {
  background-color: #333645;
  color: #ffffff;
}

.inner {
  margin: 40px 0;
}

.inner h2 {
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.inner p a {
  color: #ffffff;
}
.inner p a:hover {
  text-decoration: underline;
}

.client-testimonial {
  font-weight: 600;
  font-size: 1.3rem;
  font-style: italic;
}

.client-name {
  font-weight: 600;
  color: #a3a8ac;
  font-size: 1.1rem;
}

.five-star {
  color: orange;
  margin-bottom: 25px;
  font-size: 46px;
}

.five-star i {
  margin-right: -10px;
}

.about .btn {
  margin: 0 15px 15px 0;
  border-radius: 6px;
  padding: 14px 21px;
}

.news {
  overflow-x: hidden;
}
.news .container {
  margin-bottom: 50px;
}

.news-item {
  padding: 0;
  border-radius: 0.25rem;
  text-align: left;
}
.news-item:hover {
  top: -10px;
}
.news-item:hover h4, .news-item:hover p {
  color: #666;
}

.card-design, .card-design:hover {
  background-color: #ffffff;
  color: #666;
}
.card-design span.btn, .card-design span.btn-flag, .card-design:hover span.btn, .card-design:hover span.btn-flag {
  background-color: #926fb1;
  color: #ffffff;
}
.card-design h4, .card-design:hover h4 {
  color: #926fb1;
}

.card-marketing, .card-marketing:hover {
  background-color: #ffffff;
  color: #666;
}
.card-marketing span.btn, .card-marketing span.btn-flag, .card-marketing:hover span.btn, .card-marketing:hover span.btn-flag {
  background-color: #2ecc71;
  color: #ffffff;
}
.card-marketing h4, .card-marketing:hover h4 {
  color: #2ecc71;
}

.card-support, .card-support:hover {
  background-color: #ffffff;
  color: #666;
}
.card-support span.btn, .card-support span.btn-flag, .card-support:hover span.btn, .card-support:hover span.btn-flag {
  background-color: #4183d7;
  color: #ffffff;
}
.card-support h4, .card-support:hover h4 {
  color: #4183d7;
}

.card-security, .card-security:hover {
  background-color: #ffffff;
  color: #666;
}
.card-security span.btn, .card-security span.btn-flag, .card-security:hover span.btn, .card-security:hover span.btn-flag {
  background-color: #f62459;
  color: #ffffff;
}
.card-security h4, .card-security:hover h4 {
  color: #f62459;
}

.news-wrap {
  padding: 30px;
}

.news-item h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.news-item p {
  color: #666;
  min-height: 70px;
}

.btn-flag {
  position: absolute;
  z-index: 1;
  margin-left: auto;
  top: 10px;
  right: 0;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 0;
}
.btn-flag:hover {
  color: #ffffff;
  text-decoration: underline;
}

.author {
  display: table;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
  width: 100%;
  font-size: 0.875rem;
}
.author .avatar > img {
  border-radius: 30px;
}

.avatar, .info {
  display: table-cell;
  vertical-align: middle;
}

.info strong {
  color: #333645;
}

.logo-bar {
  padding: 50px 0;
}

.clients {
  display: none;
}

.client-strip {
  display: flex;
  justify-content: space-around;
  padding: 0 0 50px 0;
  margin: 0;
}

.client {
  flex-grow: 1;
  display: inline-flex;
  justify-content: center;
  padding: 50px 20px 0 20px;
  position: relative;
}
.client img {
  max-width: 100%;
  filter: grayscale(100%) opacity(80%);
}
.client:hover img {
  filter: none;
}
.client:hover .explainer {
  display: block;
}
.client .explainer {
  position: absolute;
  bottom: 100%;
  width: 260px;
  padding: 20px;
  background-color: #333645;
  color: #ffffff;
  text-align: center;
  display: none;
}
.client .explainer h3 {
  font-size: 1.125rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.client .explainer h3::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 3px;
  display: block;
  background-color: #fff;
}
.client .explainer p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.client .explainer .arrow {
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  border-style: solid;
  border-width: 35px 36px 0;
  z-index: 4;
  border-color: #333645 transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 94px;
}

@media (min-width: 768px) {
  .clients {
    display: block;
  }
  .news-items > :last-child {
    display: none;
  }
}
@media (min-width: 1200px) {
  .news-items > :last-child {
    display: block;
  }
}
@media (min-width: 1260px) {
  .news-items > :last-child {
    display: block;
  }
}
.newsletter {
  background-color: #ddd;
  color: #333645;
}
.newsletter h2 {
  margin-bottom: 15px;
}

.input-fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.input-fields .form-group {
  flex: 1 450px;
  padding: 0 15px;
  margin-bottom: 15px;
}
.input-fields label, .input-fields input {
  width: 100%;
}
.input-fields label {
  font-weight: bold;
}
.input-fields label.required:after {
  content: "*";
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 8px;
}

.input-field:focus {
  border-color: #5bc0de;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(91, 192, 222, 0.6);
}

.checkbox-field {
  margin-bottom: 30px;
}

.element, .description {
  display: table-cell;
  vertical-align: top;
}

.opt-in + label {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 3px solid #333645;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 20px;
}

.opt-in:checked + label {
  background-color: #333645;
}
.opt-in:checked + label:after {
  position: relative;
  top: -5px;
  left: 4px;
  content: "✔";
  font-size: 1.5rem;
  color: #ffffff;
}

.opt-in {
  display: none;
}

.description {
  font-weight: bold;
}
.description label {
  cursor: pointer;
}
.description a {
  color: #333645;
}
.description a:hover {
  text-decoration: underline;
}

.btn-subscribe {
  font-size: 1.05rem;
  padding: 10px 18px;
}

.footer {
  background-color: #333645;
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  text-decoration: underline;
}

.footer-menus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 47px 0 0 0;
}

.service-list, .office-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.menu {
  width: 225px;
  padding-bottom: 35px;
}
.menu h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 26px;
}

.menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.menu ul li {
  list-style: none;
}

.bottom-bar {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #888;
  padding: 15px 0 30px 0;
}

.social {
  margin-top: -5px;
}

.bottom-bar i {
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.copyright, .social {
  display: flex;
}

.copyright span {
  margin: 0 10px;
}

.social {
  justify-content: flex-end;
}

.fa-facebook:hover {
  background-color: #3b5998;
}

.fa-twitter:hover {
  background-color: #00aced;
}

.fa-instagram:hover {
  background-color: #d93175;
}

.fa-linkedin:hover {
  background-color: #0077b5;
}

@media (min-width: 768px) {
  .service-list, .office-list {
    justify-content: space-evenly;
  }
  .copyright br {
    display: none;
  }
}
@media (min-width: 1260px) {
  .service-list, .office-list {
    justify-content: space-between;
    width: auto;
  }
}
.header {
  width: 100%;
  transition: 0.5s;
}

.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
}
.overlay.active {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.with-form {
  cursor: default;
}

.sidebar {
  width: 330px;
  background: #333645;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  list-style: none;
  display: block;
}
.mobile-menu li {
  text-align: center;
  text-transform: uppercase;
  margin: 0px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #272936;
}
.mobile-menu li.first {
  border-radius: 3px 3px 0 0;
}
.mobile-menu li.last {
  border-radius: 0 0 3px 3px;
}
.mobile-menu li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
}
.mobile-menu li.head {
  margin: 20px 15px;
  outline: 1px solid rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #333645;
  border-radius: 3px;
}
.mobile-menu li.head a {
  display: block;
  padding: 20px 10px;
  line-height: 1rem;
}
.mobile-menu li.head a i {
  margin-bottom: 10px;
}
.mobile-menu li.head a small {
  font-size: 0.65rem;
}
.mobile-menu li.head a:hover {
  background-color: hsla(0deg, 0%, 100%, 0.05);
}

.default-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.default-menu li {
  text-align: left;
  text-transform: uppercase;
  margin: 0px;
}
.default-menu li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.default-menu li ul {
  list-style: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.default-menu li ul li a {
  font-size: 0.85rem;
}
.default-menu li ul li a::before {
  content: "»";
  padding-right: 15px;
}
.default-menu .services-item {
  display: none;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
  .default-menu .services-item {
    display: block;
  }
  .default-menu .support-item {
    display: none;
  }
}
.cookie-consent {
  visibility: hidden;
  width: 90%;
  max-width: 600px;
  min-height: 300px;
  z-index: 6;
  border-radius: 4px;
  background-color: #ffffff;
  transition: 0.5s;
}
.cookie-consent.active {
  visibility: visible;
}
.cookie-consent .mdl-header, .cookie-consent .mdl-body, .cookie-consent .mdl-footer {
  padding: 15px 20px;
}
.cookie-consent .mdl-header {
  border-bottom: 1px solid #e5e5e5;
}
.cookie-consent .mdl-header h4 {
  line-height: 2.3rem;
  margin: 0;
  color: #333645;
}
.cookie-consent .mdl-body {
  color: #666;
  line-height: 1.8rem;
}
.cookie-consent .mdl-footer {
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  border-radius: 4px;
}
.cookie-consent .mdl-footer .btn {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cookie-consent .mdl-footer .btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.cookie-overlay {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
  overflow-y: scroll;
}
.cookie-overlay.active {
  visibility: visible;
  background-color: #fff;
}
.cookie-overlay h2, .cookie-overlay h4 {
  color: #333645;
  margin-top: 30px;
}
.cookie-overlay p {
  font-size: 0.9rem;
}
.cookie-overlay .example {
  font-weight: bold;
  font-size: 1rem;
  color: #333645;
}
.cookie-overlay .option-group {
  text-align: left;
}
.cookie-overlay .no-header {
  margin-top: 20px;
}
.cookie-overlay .btn-default:hover {
  color: #ffffff;
}
.cookie-overlay .table {
  margin: 30px 0 50px 0;
  display: none;
}
.cookie-overlay .table thead tr td {
  border: 1px solid #fff;
  background-color: #aaa;
  padding: 15px;
  min-height: 20px;
  color: #fff;
}
.cookie-overlay .table tbody tr td {
  border: 1px solid #fff;
  background-color: #ddd;
  padding: 15px;
  min-height: 20px;
}
.cookie-overlay .table tbody tr {
  border: 1px solid #ffffff;
}
.cookie-overlay .table tbody tr td:nth-child(3) {
  text-align: right;
}
.cookie-overlay .foot {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .cookie-overlay .option-group {
    text-align: right;
  }
}
.breadcrumbs {
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  padding: 14px 0 13px;
  border-top: 1px solid #333645;
  display: none;
}
.breadcrumbs ul {
  background: none;
  color: #333645;
  font-size: 0.8125rem;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul > li {
  display: inline-block;
}
.breadcrumbs ul > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #333645;
}
.breadcrumbs ul > li a {
  color: #333645;
  font-weight: bold;
}
.breadcrumbs ul > li a:hover {
  text-decoration: underline;
}

.page-head {
  background-color: #333645;
  margin-bottom: 50px;
  padding: 24px 0;
}
.page-head h1 {
  font-size: 2.2rem;
  margin: 0;
  color: #fff;
}

.offices {
  overflow-x: hidden;
}
.offices .container {
  margin-bottom: 50px;
}
.offices .heading {
  display: none;
}
.offices h3 {
  font-weight: normal;
}
.offices .card {
  cursor: default;
  border-radius: 0 0 1rem 1rem;
}
.offices .card img {
  width: 100%;
}
.offices .card a > h4 {
  font-size: 1.2rem;
  font-weight: normal;
  color: #333645;
  margin-bottom: 15px;
}
.offices .card a > h4:hover {
  text-decoration: underline;
  color: #333645;
}
.offices .card .btn-sm {
  padding: 12px 30px;
  font-size: 0.9rem;
}

.contact-info {
  margin-bottom: 50px;
}
.contact-info > p {
  font-weight: bold;
  color: #333645;
}
.contact-info > p > .accordion-trigger {
  display: flex;
  align-items: center;
  color: #333645;
}
.contact-info > p > .accordion-trigger > span {
  margin-right: 10px;
}
.contact-info > p > .accordion-trigger > span:hover {
  text-decoration: underline;
}
.contact-info > p > .accordion-trigger > span + span:hover {
  text-decoration: none;
}
.contact-info .accordion-item {
  color: #333645;
  border: none;
  margin-bottom: 2rem;
  display: none;
}

.contact-form {
  color: #333645;
  background-color: #e6e7e9;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 50px;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form label, .contact-form input {
  width: 100%;
}
.contact-form label {
  font-weight: bold;
  height: 1.8rem;
  display: inline-block;
}
.contact-form label.required:after {
  content: "*";
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 8px;
}
.contact-form .message {
  width: 100%;
  height: 100px;
}
.contact-form .form-group:focus {
  border-color: #5bc0de;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(91, 192, 222, 0.6);
}
.contact-form .element2, .contact-form .description2 {
  display: table-cell;
  vertical-align: top;
}
.contact-form .description2 a {
  color: #333645;
}
.contact-form .description2 a:hover {
  text-decoration: underline;
}
.contact-form .opt-in2 + label {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 3px solid #333645;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 20px;
}
.contact-form .opt-in2:checked + label {
  background-color: #333645;
}
.contact-form .opt-in2:checked + label:after {
  position: relative;
  top: -5px;
  left: 4px;
  content: "✔";
  font-size: 1.5rem;
  color: #ffffff;
}
.contact-form .opt-in2 {
  display: none;
}
.contact-form .description2 {
  font-weight: bold;
}
.contact-form .description2 label {
  cursor: pointer;
}
.contact-form .btn-regular {
  font-size: 1.05rem;
  padding: 10px 18px;
}
.contact-form .error {
  border-color: #d64541;
}
.contact-form .alert-success {
  color: #fff;
  background: #2ecc71;
}
.contact-form .error-message {
  color: #d64541;
  font-size: 1rem;
}

.body-link {
  font-size: 1.5rem;
  font-weight: bold;
  color: #926fb1;
  display: block;
  margin-bottom: 15px;
}
.body-link:hover {
  text-decoration: underline;
  color: #926fb1;
}

@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}
@media (min-width: 992px) {
  .page-head {
    display: none;
  }
  .offices .heading {
    display: block;
  }
}

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