/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
/* html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
} */
.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.transition {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/* 
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100.01%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: 'Lexend', sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
  color: #2d2d2d;
  min-height: 100vh;
  line-height: 32px;
  font-weight: 300;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}
input,
button,
select,
textarea {
  font-family: 'Lexend', sans-serif;
} */
.container {
  width: 100%;
  margin: auto;
  max-width: 1340px;
  padding-left: 15px;
  padding-right: 15px;
}
.container-xxl {
  max-width: 1680px;
}
.container-md {
  max-width: 1160px;
}
.container-sm {
  max-width: 940px;
}
strong {
  font-weight: 700;
}
small {
  font-size: 90%;
}
a,
.btn {
  outline: none !important;
}
a,
.btn {
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
}
a {
  color: #2d2d2d;
  text-decoration: none !important;
}
a:hover {
  color: #c40f11;
}
p {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  p {
    margin-bottom: 16px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: underline !important;
}
p strong {
  font-weight: 600;
}
p small {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
h1,
.h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 26px;
  }
  h1 br,
  .h1 br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 22px;
  }
}
h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.14;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 32px;
  }
}
h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}
h3.text-sm {
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  h3.text-sm {
    font-size: 26px;
  }
}
h3 span {
  color: #c40f11;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  margin-bottom: 24px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
}
ul,
ol {
  list-style-type: none;
}
.img-fluid {
  max-width: 100%;
}
.text-right {
  text-align: right !important;
}
.text-white {
  color: #ffffff;
}
.text-center {
  text-align: center;
}
.text-center .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-primary {
  color: #2d2d2d !important;
}
.text-red {
  color: #c40f11 !important;
}
.text-blur {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
a.text-primary:hover {
  color: #2d2d2d !important;
}
.bg-white {
  background-color: #ffffff;
}
.bg-red {
  background-position: center center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-color: #c40f11;
  background-size: cover;
}
hr {
  border-top: 1px solid #d6d6d6;
}
.w-100 {
  width: 100%;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mb-32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}
.mb-130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}
.mb-160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 1199px) {
  .mb-160 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mb-160 {
    margin-bottom: 60px;
  }
}
.mb-180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 1199px) {
  .mb-180 {
    margin-bottom: 140px;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .py-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-40 {
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .pt-40 {
    padding-top: 25px;
  }
}
.pt-200 {
  padding-top: 200px;
}
@media screen and (max-width: 1199px) {
  .pt-200 {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .pt-200 {
    padding-top: 120px;
  }
}
.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .mt-80 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .hide-above-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
.btn {
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  border-radius: 24px;
  display: inline-block;
  padding: 10px 28px 9px;
  text-transform: uppercase;
}
.btn-red {
  color: #ffffff;
  background-color: #c40f11;
}
.btn-red:hover {
  color: #ffffff;
  background-color: #2d2d2d;
}
.btn-white {
  color: #c40f11;
  background-color: #ffffff;
}
.btn-white:hover {
  color: #ffffff;
  background-color: #2d2d2d;
}
.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
}
.btn-pill {
  font-size: 16px;
  color: #c40f11;
  padding: 8px 16px;
  margin-bottom: 8px;
  border-radius: 16px;
  text-transform: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
          box-shadow: 0 4px 8px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
}
.btn-pill img {
  display: inline-block;
  vertical-align: sub;
  margin-left: 12px;
  max-height: 16px;
  width: 16px;
}
.btn-pill:hover,
.btn-pill.active {
  background-color: #c40f11;
  color: #ffffff;
}
.btn-pill:hover img,
.btn-pill.active img {
  -webkit-filter: brightness(50);
          filter: brightness(50);
}
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.header .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-controls {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-controls > * {
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .header-controls > * {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header-controls > * {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .header-controls > * {
    margin-left: 18px;
  }
}
.header-controls img {
  display: block;
}
.header ul {
  list-style-type: none;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .header ul {
    font-size: 14px;
  }
}
.header ul > li .dropdown-menu {
  padding: 40px 0 70px;
  min-height: 330px;
}
.header ul > li > a {
  display: block;
  padding: 36px 0;
  position: relative;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
@media screen and (max-width: 1199px) {
  .header ul > li > a {
    padding: 28px 0;
  }
}
@media screen and (max-width: 1199px) {
  .header ul > li > a {
    padding: 20px 0;
  }
}
.header ul > li > a:hover,
.header ul > li > a.active {
  border-bottom-color: #c40f11;
}
.header ul > li.show > a,
.header ul > li:hover > a {
  color: #c40f11;
  border-bottom-color: #c40f11;
}
.header ul > li.show .dropdown-menu,
.header ul > li:hover .dropdown-menu {
  display: block;
}
.header ul > li + li {
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  .header ul > li + li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .header ul > li + li {
    margin-left: 12px;
  }
}
.header-mobile {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
  position: fixed;
  padding: 20px 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
          box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-mobile-nav {
  background-color: #ffffff;
  padding: 85px 0 50px;
  position: fixed;
  overflow: auto;
  height: 100vh;
  z-index: 777;
  width: 100%;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.header-mobile-nav.show {
  top: 0;
}
.header-mobile-bottom {
  padding: 24px 16px;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mobile-bottom a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c40f11;
}
.header-mobile-bottom a img {
  margin-right: 8px;
}
.header-mobile-bottom .dropdown {
  margin-left: auto;
}
.nav {
  font-size: 16px;
  font-weight: 600;
}
.nav > li {
  padding: 18px 16px;
}
.nav li {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.nav li > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav li.show .nav-dropdown {
  display: block;
}
.nav-btn {
  top: 20px;
  right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  display: inline-block;
}
.nav-dropdown {
  padding-top: 5px;
  display: none;
}
.nav-dropdown > ul > li a {
  font-size: 14px;
}
.nav-dropdown > ul > li > a {
  padding: 8px 0;
}
.nav-dropdown > ul > li > a img {
  margin-left: 8px;
}
.nav-dropdown > ul > li ul {
  padding-left: 16px;
  margin-bottom: 15px;
  display: none;
}
.nav-dropdown > ul > li ul li {
  border: none;
}
.nav-dropdown > ul > li ul li a {
  padding: 3px 0;
  font-weight: 400;
}
.logo img {
  display: block;
}
@media (max-width: 767px) {
  .logo img {
    max-width: 115px;
  }
}
.dropdown {
  position: relative;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 10em;
  padding: 10px 15px;
}
.dropdown .dropdown-menu li {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .dropdown .dropdown-menu ul {
    display: block;
  }
  .dropdown .dropdown-menu ul li {
    margin: 0;
  }
  .dropdown .dropdown-menu ul li a {
    padding: 8px 0;
    border: none;
  }
}
.dropdown.show .dropdown-menu {
  display: block;
}
.dropdown-arrow {
  padding-right: 24px;
}
.dropdown-menu {
  -webkit-box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
          box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
  background-color: #ffffff;
  position: absolute;
  display: none;
  z-index: 88;
  width: 100%;
  top: 100%;
  left: 0;
}
.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dropdown-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.dropdown-links {
  max-width: 66%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}
.dropdown-links > ul {
  width: 50%;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 40px;
}
.dropdown-links ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dropdown-links ul li {
  margin-left: 0 !important;
}
.dropdown-links ul a {
  white-space: nowrap;
  padding: 0 !important;
  border: none !important;
}
.dropdown-links > ul > li {
  margin-top: 16px;
}
.dropdown-links > ul > li > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dropdown-links > ul > li > a img {
  margin-left: 8px;
}
.dropdown-links > ul > li:hover > a,
.dropdown-links > ul > li.active > a {
  color: #c40f11;
}
.dropdown-links > ul > li:hover ul,
.dropdown-links > ul > li.active ul {
  display: block;
}
.dropdown-links > ul ul {
  border-left: 1px solid #d6d6d6;
  padding-bottom: 20px;
  padding-left: 40px;
  position: absolute;
  padding-top: 10px;
  font-weight: 400;
  display: none;
  left: 100%;
  top: 0;
}
.dropdown-links > ul ul li {
  margin-bottom: 12px;
}
.dropdown-links > ul ul a {
  color: #2d2d2d;
}
.dropdown-links > ul ul a:hover {
  text-decoration: underline !important;
}
.dropdown-access {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .dropdown-access {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    max-width: 34%;
    min-height: 210px;
    padding-top: 22px;
    padding-left: 40px;
    border-left: 1px solid #d6d6d6;
  }
}
@media (max-width: 767px) {
  .dropdown-access {
    font-size: 14px;
    padding-top: 10px;
  }
}
.dropdown-access a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .dropdown-access a {
    margin-bottom: 0;
    margin-top: 12px;
  }
}
.dropdown-access a img {
  margin-right: 8px;
}
.dropdown-access a:last-child img {
  margin-right: 10px;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .banner-fullImage {
    position: relative;
    padding-bottom: 45%;
    margin-top: 64px;
  }
}
.banner-fullImage img {
  display: block;
}
@media screen and (max-width: 767px) {
  .banner-fullImage img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .banner-row {
    display: block;
    text-align: center;
  }
  .banner-row .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner-cell {
  max-width: 48%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media (max-width: 1300px) {
  .banner-cell {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 991px) {
  .banner-cell {
    max-width: 100%;
  }
}
.banner-cell p {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .banner-cell p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .banner-cell p {
    font-size: 16px;
  }
}
.banner-image {
  border: 1px solid rgba(153, 153, 153, 0.25);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  padding-bottom: 75%;
  position: relative;
  border-radius: 38%;
  margin-left: auto;
  max-width: 70%;
  display: block;
}
@media (max-width: 1300px) {
  .banner-image {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner-image {
    margin: auto;
    margin-top: 30px;
    max-width: 300px;
    margin-bottom: 50px;
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575px) {
  .banner-image {
    margin-top: 0;
    max-width: 200px;
    padding-bottom: 200px;
  }
}
.banner-image-inner {
  top: 0px;
  left: -14%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: inherit;
  -webkit-box-shadow: 48px 0 96px 0 rgba(45, 45, 45, 0.25);
          box-shadow: 48px 0 96px 0 rgba(45, 45, 45, 0.25);
}
.banner-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}
main {
  background-attachment: fixed;
}
.page-header .container {
  max-width: 1080px;
}
.content-slider .container {
  max-width: 660px;
  width: 100%;
}
.slick-dots {
  list-style-type: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots li + li {
  margin-left: 4px;
}

.slick-dots button {
  width: 32px;
  border: none;
  height: 32px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}
.slick-arrow {
  top: 50%;
  padding: 0;
  z-index: 5;
  border: none;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.slick-arrow img {
  display: block;
}
.slick-arrow.prev-arrow {
  left: 0;
}
@media screen and (max-width: 767px) {
  .slick-arrow.prev-arrow {
    left: 48%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.slick-arrow.next-arrow {
  right: -5%;
}
@media screen and (max-width: 1440px) {
  .slick-arrow.next-arrow {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow.next-arrow {
    right: 48%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.grid-cards {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-cards-3 .grid-card {
  min-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
@media screen and (max-width: 1199px) {
  .grid-cards-3 .grid-card {
    min-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .grid-cards-3 .grid-card {
    min-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid-cards-2 .grid-card {
  min-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 40px;
}
.grid-cards-2 .grid-card p {
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .grid-cards-2 .grid-card {
    min-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid-card {
  padding: 0 20px;
  min-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.grid-card p {
  width: 100%;
  display: block;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .grid-card {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .grid-card {
    min-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .grid-card {
    min-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.card-info {
  font-size: 16px;
  margin-top: 80px;
  line-height: 28px;
  padding: 0 20px 40px;
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
          box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
}
@media screen and (max-width: 1199px) {
  .card-info {
    margin-bottom: 30px;
  }
}
.card-info h4 {
  color: #c40f11;
}
.card-info p {
  min-height: 120px;
}
@media screen and (max-width: 1199px) {
  .card-info p {
    min-height: auto;
  }
}
.card-image {
  top: -75px;
  width: 160px;
  height: 160px;
  display: block;
  position: relative;
  border-radius: 60px;
  margin: 0 auto -50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(153, 153, 153, 0.25);
}
.card-image img:not(.shape-icon) {
  border-radius: inherit;
  position: relative;
  max-width: 100%;
  display: block;
  left: -14px;
  top: 3px;
}
.card-image svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  height: 64px;
  width: 64px;
  z-index: 2;
  left: 28px;
  top: 46px;
}
.section-heading h2 {
  margin-bottom: 8px;
}
.service-grid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .service-grid {
    display: block;
  }
}
.service-grid-image {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .service-grid-image {
    max-width: 100%;
  }
}
.service-grid-content {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .service-grid-content {
    max-width: 100%;
    text-align: center;
  }
}
.service-grid-content ul {
  margin-bottom: 28px;
}
.service-grid-content ul li {
  text-align: left;
  padding-left: 32px;
}
.service-grid-content ul li + li {
  margin-top: 5px;
}
.service-image {
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  padding-bottom: 64.064%;
  position: relative;
  border-radius: 35%;
  max-width: 410px;
  width: 80%;
}
@media screen and (max-width: 1440px) {
  .service-image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .service-image {
    max-width: 360px;
    padding-bottom: 72.064%;
  }
}
@media screen and (max-width: 991px) {
  .service-image {
    max-width: 240px;
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 767px) {
  .service-image {
    max-width: 150px;
    margin-bottom: 35px;
    padding-bottom: 150px;
  }
}
.service-image-inner {
  top: 2%;
  left: -15%;
  width: 98%;
  height: 98%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: inherit;
  -webkit-box-shadow: 40px 0 80px 0 rgba(45, 45, 45, 0.25);
          box-shadow: 40px 0 80px 0 rgba(45, 45, 45, 0.25);
}
.service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}
.services > div:nth-child(2n+2) .service-grid-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.services > div:nth-child(2n+2) .service-image {
  margin-left: auto;
}
.services > div:nth-child(2n+2) .service-image-inner {
  top: -15%;
  left: 2%;
  -webkit-box-shadow: -40px 0 80px 0 rgba(45, 45, 45, 0.25);
          box-shadow: -40px 0 80px 0 rgba(45, 45, 45, 0.25);
}
.services > div:not(:last-child) {
  margin-bottom: 180px;
}
@media screen and (max-width: 1199px) {
  .services > div:not(:last-child) {
    margin-bottom: 90px;
  }
}
.case-study {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .case-study {
    display: block;
    text-align: center;
    padding-bottom: 65px;
  }
}
.case-study-image {
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media screen and (max-width: 767px) {
  .case-study-image {
    max-width: 100%;
  }
}
.case-study-content {
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (max-width: 1440px) {
  .case-study-content {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .case-study-content {
    padding-right: 0;
    max-width: 100%;
  }
}
.case-study-content ul {
  margin-bottom: 28px;
}
.case-study-content ul li {
  padding-left: 32px;
}
.case-study-content ul li + li {
  margin-top: 5px;
}
.case-image {
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  padding-bottom: 210px;
  position: relative;
  border-radius: 35%;
  max-width: 210px;
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .case-image {
    max-width: 150px;
    padding-bottom: 150px;
    margin-bottom: 35px;
    margin-top: 20px;
  }
}
.case-image-inner {
  top: 2%;
  left: -15%;
  width: 98%;
  height: 98%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: inherit;
  -webkit-box-shadow: 20px 0 40px 0 rgba(45, 45, 45, 0.25);
          box-shadow: 20px 0 40px 0 rgba(45, 45, 45, 0.25);
}
.case-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}
.signup-newsletter,
.testimonial {
  position: relative;
  border-radius: 0 16px 16px 0;
}
.signup-newsletter-inner,
.testimonial-inner {
  padding: 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .signup-newsletter-inner,
  .testimonial-inner {
    padding: 80px 15px 35px;
  }
}
.signup-newsletter:before,
.testimonial:before {
  background-color: #c40f11;
  position: absolute;
  height: 100%;
  right: 100%;
  width: 100%;
  content: "";
  top: 0;
}
.signup-newsletter p,
.testimonial p {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .signup-newsletter p,
  .testimonial p {
    font-size: 14px;
  }
}
.signup-newsletter h5,
.testimonial h5 {
  margin-bottom: 0;
}
.signup-newsletter .at-rate,
.testimonial .at-rate {
  position: absolute;
  font-weight: 700;
  font-size: 80px;
  color: #ffffff;
  z-index: 1;
  top: -3px;
  left: 0;
}
.signup-newsletter .at-rate img,
.testimonial .at-rate img {
  margin-top: -20px;
}
.signup-newsletter .at-rate span,
.testimonial .at-rate span {
  text-shadow: 0px 0px 1px #ffffff;
  position: absolute;
  color: #c40f11;
  z-index: -1;
  left: 8px;
  top: 3px;
}
.testimonial-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .testimonial-row {
    display: block;
  }
}
.testimonial-image {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  border-radius: 50%;
  margin-left: 62px;
  min-width: 180px;
  height: 180px;
  width: 180px;
}
@media screen and (max-width: 991px) {
  .testimonial-image {
    margin: 0 auto 30px;
  }
}
.testimonial-image img {
  border: 8px solid #ffffff;
  border-radius: inherit;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: -15px;
  top: -15px;
}
.blog-grid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1199px) {
  .blog-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.blog-grid-list .blog-post {
  display: block !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blog-grid-list .blog-post {
    margin-bottom: 30px;
  }
}
.blog-grid .blog-post {
  padding: 0 20px;
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media screen and (max-width: 1199px) {
  .blog-grid .blog-post {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 15px;
  }
  .blog-grid .blog-post:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blog-grid .blog-post {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .blog-grid .blog-post {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .blog-grid .blog-post:not(:first-child) {
    display: none;
  }
}
.blog-post-image {
  position: relative;
  border-radius: 16px;
  padding-bottom: 66.5%;
}
.blog-post-image img {
  border-radius: inherit;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.blog-post-content {
  padding: 16px 16px 5px;
}
@media screen and (max-width: 991px) {
  .blog-post-content {
    padding: 15px 10px 5px;
  }
}
.blog-post-content h5 {
  color: #c40f11;
  margin-bottom: 5px;
}
.blog-post-content h5:hover {
  color: #2d2d2d;
}
.blog-post-content h5 a {
  color: inherit;
}
@media screen and (max-width: 575px) {
  .blog-post .cat-pill {
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.blog-post > .cat-pill {
  position: relative;
  margin-bottom: 3px;
}
.blog-categories {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-categories li {
  margin-right: 8px;
}
.blog-main {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog-main {
    display: block;
  }
}
.blog-main-image,
.blog-main-content {
  max-width: 48.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
}
@media screen and (max-width: 767px) {
  .blog-main-image,
  .blog-main-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.blog-main-image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog-main-image {
    margin-bottom: 25px;
  }
}
.blog-main-image img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
.blog-main-content h3 {
  color: #c40f11;
  margin-bottom: 12px;
}
.blog-single {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .blog-single {
    display: block;
  }
}
.blog-detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.blog-detail .blog-main-image {
  margin-bottom: 40px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .blog-detail .blog-main-image {
    margin-bottom: 25px;
  }
}
.blog-detail .blog-main-image .cat-pill {
  left: 72px;
}
@media screen and (max-width: 1199px) {
  .blog-detail .blog-main-image .cat-pill {
    left: 25px;
  }
}
@media screen and (max-width: 575px) {
  .blog-detail .blog-main-image .cat-pill {
    left: 15px;
  }
}
.blog-detail-content {
  padding: 0 72px;
}
@media screen and (max-width: 1199px) {
  .blog-detail-content {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .blog-detail-content {
    padding: 0 15px;
  }
}
.blog-detail-content h5 {
  margin-bottom: 32px;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .blog-detail-content h5 {
    margin-bottom: 26px;
  }
}
.blog-detail-content p {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .blog-detail-content p {
    margin-bottom: 28px;
  }
}
.blog-detail-content p a {
  color: #c40f11;
}
.blog-detail-content h4 {
  margin-bottom: 16px;
}
.blog-detail-content > img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .blog-detail-content > img {
    margin-bottom: 26px;
  }
}
.blog-detail-header h3 {
  margin-bottom: 8px;
}
.blog-bottom h6 {
  margin-bottom: 16px;
}
.blog-sidebar {
  margin-left: 40px;
  min-width: 300px;
  max-width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media screen and (max-width: 991px) {
  .blog-sidebar {
    min-width: 240px;
    max-width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog-sidebar {
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 575px) {
  .blog-sidebar {
    padding: 0 15px;
  }
  .blog-sidebar .cat-pill {
    left: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.blog-sidebar > div > h5 {
  margin-bottom: 16px;
}
.blog-sidebar .blog-post {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 6px;
}
.date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .our-partners {
    padding-top: 100px;
  }
}
.our-partners h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .our-partners h3 {
    font-size: 32px;
  }
}
.our-partners p {
  margin: 0 auto 80px;
  max-width: 880px;
  display: block;
}
@media screen and (max-width: 767px) {
  .our-partners p {
    margin-bottom: 40px;
  }
}
.our-partners-logos {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 40px 44px 40px 45px;
  -webkit-box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
          box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
}
@media screen and (max-width: 767px) {
  .our-partners-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .our-partners-logos {
    padding: 30px 35px;
  }
}
.our-partners-logos div {
  max-width: calc(20% - 60px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 60px);
          flex: 0 0 calc(20% - 60px);
}
@media screen and (max-width: 991px) {
  .our-partners-logos div {
    max-width: calc(20% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 20px);
            flex: 0 0 calc(20% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .our-partners-logos div {
    max-width: calc(100% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
    padding: 15px 0;
  }
  .our-partners-logos div img {
    max-width: 80%;
  }
}
.our-partners-logos img {
  max-width: 100%;
}
.footer {
  padding-bottom: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
.footer hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
.footer-content {
  padding: 40px 72px;
  border-radius: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .footer-content {
    padding: 40px 20px;
  }
}
.footer-content h6 {
  color: #666666;
}
.footer-address {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .footer-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-address img {
  width: 32px;
  margin-bottom: 16px;
}
.footer-address-cell {
  max-width: 240px;
  margin: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-address-cell {
    margin-bottom: 32px;
  }
}
.footer-address a {
  color: #c40f11;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin: 0 12px 2px;
  display: inline-block;
}
.footer ul li a {
  color: #c40f11;
}
.footer ul li a:hover {
  text-decoration: underline !important;
}
.social-media {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-media a + a {
  margin-left: 8px;
}
.social-media img {
  display: block;
}
.copyright {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.copyright p {
  margin-bottom: 24px;
}
.copyright img {
  max-width: 103px;
}
.search {
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
          box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
}
@media screen and (max-width: 1199px) {
  .search {
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  .search {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .search {
    padding: 20px;
  }
}
.search form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .search form {
    display: block;
  }
}
.search form input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 8px;
  border-radius: 20px;
  padding: 9px 34px 9px 17px;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 575px) {
  .search form input {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.search form .btn {
  min-width: 130px;
}
.breadcrumb {
  text-transform: uppercase;
  margin-bottom: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb a {
  color: #c40f11;
}
.breadcrumb li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 12px;
  font-weight: 600;
  font-size: 12px;
}
.breadcrumb li + li:before {
  width: 16px;
  content: "";
  height: 16px;
  margin: 0 8px;
  display: inline-block;
}
.feature-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .feature-row {
    display: block;
  }
}
.feature-cell {
  max-width: 48%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media screen and (max-width: 991px) {
  .feature-cell {
    max-width: 100%;
  }
  .feature-cell + div {
    margin-top: 25px;
  }
}
.block-content {
  padding: 40px;
  font-size: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
          box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
}
@media screen and (max-width: 1199px) {
  .block-content {
    padding: 22px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .block-content {
    font-size: 15px;
  }
}
.block-content ul li {
  font-weight: 600;
  padding-left: 32px;
}
.block-content ul li + li {
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  .block-content ul li + li {
    margin-top: 6px;
  }
}
.block-content h4 {
  color: #c40f11;
}
.block-content-image {
  width: 80px;
  height: 80px;
  display: block;
  min-width: 80px;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 30px;
  position: relative;
  border-radius: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(153, 153, 153, 0.25);
}
@media screen and (max-width: 767px) {
  .block-content-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.block-content-image img:not(.shape-icon) {
  border-radius: inherit;
  position: relative;
  max-width: 100%;
  display: block;
  left: -14px;
  top: 5px;
}
.block-content-image .shape-icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  height: 32px;
  width: 32px;
  z-index: 2;
  left: 10px;
  top: 30px;
}
.block-content-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575px) {
  .block-content-group {
    display: block;
  }
}
.block-item {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.block-item:not(:last-child):after {
  left: 50%;
  width: 8px;
  content: "";
  bottom: 8px;
  height: 24px;
  margin-left: -4px;
  border-radius: 4px;
  position: absolute;
  background-color: #d6d6d6;
}
.block-item .block-content {
  max-width: 880px;
  width: 95%;
}
@media screen and (max-width: 575px) {
  .block-item .block-content {
    width: 100%;
  }
}
.block-item:nth-child(2n+2) .block-content {
  margin-left: auto;
}
.collapse {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .collapse {
    font-size: 14px;
  }
}
.collapse-btn {
  opacity: 0.6;
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  margin-left: auto;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
  .collapse-btn {
    width: 24px;
    height: 24px;
  }
}
.collapse-btn.active {
  opacity: 1;
}
.collapse-btn:hover {
  opacity: 1;
}
.collapse-item {
  margin-bottom: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
}
.collapse-heading {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  padding: 16px 16px 16px 72px;
}
@media screen and (max-width: 767px) {
  .collapse-heading {
    padding: 12px 12px 12px 32px;
    line-height: 20px;
  }
}
.collapse-heading img, .collapse-heading svg {
  position: absolute;
  margin: auto;
  left: 24px;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .collapse-heading img, .collapse-heading svg {
    left: 9px;
  }
}
.collapse-body {
  display: none;
  padding: 0px 72px 40px;
}
@media screen and (max-width: 767px) {
  .collapse-body {
    padding: 0 12px 15px;
  }
}
.images-slider .slick-slide img {
  display: block;
  max-width: 84%;
  border-radius: 16px;
  margin: 80px auto 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 80px 0 rgba(45, 45, 45, 0.25), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
          box-shadow: 0 16px 80px 0 rgba(45, 45, 45, 0.25), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
}
@media screen and (max-width: 767px) {
  .images-slider .slick-slide img {
    max-width: 90%;
    margin: 40px auto;
    -webkit-box-shadow: 0 12px 30px 0 rgba(45, 45, 45, 0.25), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
            box-shadow: 0 12px 30px 0 rgba(45, 45, 45, 0.25), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
  }
}
.slide-dots .slick-dots {
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  .slide-dots .slick-dots {
    margin-top: 0px;
  }
}
.slide-dots .slick-dots li + li {
  margin-left: 8px;
}
.slide-dots .slick-dots button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 12px;
  background: #999999;
}
.slide-dots .slick-dots .slick-active button {
  background: #c40f11;
}
.slide-arrow {
  opacity: 0.6;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slide-arrow:hover {
  opacity: 1;
}
.slide-arrows .slick-arrow.next-arrow {
  right: 0;
}
@media screen and (max-width: 767px) {
  .slide-arrows .slick-arrow {
    bottom: 10px;
  }
  .slide-arrows .slick-arrow.prev-arrow {
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .slide-arrows .slick-arrow.next-arrow {
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.embed-video {
  position: relative;
}
.embed-video .video {
  width: 100%;
}
.embed-video .playpause {
  top: 50%;
  left: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  width: 80px;
  height: 80px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(196, 15, 17, 0.8);
}
.embed-video .playpause svg {
  margin: auto;
}
.business-card {
  max-width: 336px;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .business-card {
    max-width: 100%;
  }
}
.business-card-image {
  width: 160px;
  height: 160px;
  display: block;
  margin-left: 15px;
  position: relative;
  border-radius: 60px;
  margin-bottom: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(153, 153, 153, 0.25);
}
.business-card-image img:not(.shape-icon) {
  border-radius: inherit;
  position: relative;
  max-width: 100%;
  display: block;
  left: -14px;
  top: 3px;
}
.business-card-image .shape-icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  height: 64px;
  width: 64px;
  z-index: 2;
  left: 28px;
  top: 46px;
}
.business-card-image svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  height: 64px;
  width: 64px;
  z-index: 2;
  left: 28px;
  top: 46px;
}
.team-member {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .team-member {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .team-member {
    display: block;
    margin-bottom: 65px;
  }
  .team-member:first-child {
    margin-top: 80px;
  }
}
.team-member-image {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media screen and (max-width: 767px) {
  .team-member-image {
    max-width: 100%;
  }
}
.team-member-content {
  line-height: 28px;
  font-size: 16px;
  max-width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
@media screen and (max-width: 991px) {
  .team-member-content {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .team-member-content {
    max-width: 100%;
  }
}
.team-member-content h4 {
  margin-bottom: 4px;
}
.team-member-content p {
  margin-bottom: 16px;
}
.team-member-content .designation {
  font-size: 12px;
  font-weight: 700;
  color: #c40f11;
  line-height: 18px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .team-member:nth-child(2n+2) .team-image {
    margin-left: auto;
    margin-right: 35px;
  }
  .team-member:nth-child(2n+2) .team-image-inner {
    -webkit-box-shadow: -20px 0 40px 0 rgba(45, 45, 45, 0.25);
            box-shadow: -20px 0 40px 0 rgba(45, 45, 45, 0.25);
    top: -15%;
    left: 2%;
  }
  .team-member:nth-child(2n+2) .team-member-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.team-image {
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  padding-bottom: 210px;
  position: relative;
  border-radius: 35%;
  margin-left: 10%;
  max-width: 210px;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .team-image {
    max-width: 150px;
    padding-bottom: 150px;
    margin-bottom: 35px;
    margin-top: 20px;
  }
}
.team-image-inner {
  top: 2%;
  left: -15%;
  width: 98%;
  height: 98%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: inherit;
  -webkit-box-shadow: 20px 0 40px 0 rgba(45, 45, 45, 0.25);
          box-shadow: 20px 0 40px 0 rgba(45, 45, 45, 0.25);
}
.team-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}
.social img {
  width: 32px;
}
.social a {
  margin-right: 4px;
}
.cat-pill {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  line-height: 12px;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: #c40f11;
  position: absolute;
  bottom: -10px;
  z-index: 5;
  left: 16px;
}
a.cat-pill:hover {
  background-color: #2d2d2d;
  color: #ffffff;
}
blockquote {
  margin-bottom: 40px;
  padding-left: 110px;
  position: relative;
}
@media screen and (max-width: 575px) {
  blockquote {
    margin-bottom: 28px;
    padding-left: 46px;
    background-size: 32px;
  }
}
blockquote h6 {
  text-transform: uppercase;
  color: #666666;
  line-height: 22px;
  font-weight: 600;
  font-size: 14px;
}
.tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
}
.tags .cat-pill {
  position: static;
  display: block;
  bottom: 0;
}
.price-cards {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .price-cards {
    display: block;
  }
}
.price-card {
  max-width: calc(33.33% - 25px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 25px);
          flex: 0 0 calc(33.33% - 25px);
  padding: 40px;
  font-size: 16px;
  margin-bottom: 40px;
  border-radius: 16px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
          box-shadow: 0 16px 40px 0 rgba(45, 45, 45, 0.1), 0 2px 4px 0 rgba(45, 45, 45, 0.1);
}
@media screen and (max-width: 991px) {
  .price-card {
    width: 100%;
    display: block;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .price-card {
    line-height: 28px;
    font-size: 14px;
    padding: 20px;
  }
}
.price-card:nth-child(2) {
  border-color: #c40f11;
}
.price-card:nth-child(2) .price-btn {
  background-color: #c40f11;
  color: #ffffff;
}
.price-card:nth-child(2) .price-btn h4 {
  color: inherit;
}
.price-card:hover {
  border-color: #c40f11;
}
.price-card ul {
  margin-bottom: 40px;
  min-height: 200px;
}
@media screen and (max-width: 1199px) {
  .price-card ul {
    min-height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .price-card ul {
    min-height: auto;
  }
}
.price-card ul li {
  text-align: left;
  padding-left: 32px;
}
.price-card ul li + li {
  margin-top: 10px;
}
.price-title {
  margin-bottom: 16px;
  text-align: center;
  color: #c40f11;
}
.price-btn {
  background-color: rgba(245, 245, 245, 0.49);
  text-align: center;
  border-radius: 8px;
  color: #666666;
  font-size: 14px;
  display: block;
  padding: 10px 5px 6px;
}
.price-btn h4 {
  color: #2d2d2d;
  margin: 0;
}
.price-btn:hover {
  color: #ffffff;
  background-color: #c40f11;
}
.price-btn:hover h4 {
  color: inherit;
}
.price-table {
  font-size: 16px;
  line-height: 28px;
  padding: 35px 40px;
  border-radius: 16px;
  background-color: #ffffff;
  border: solid 1px #d6d6d6;
}
@media screen and (max-width: 767px) {
  .price-table {
    padding: 22px 15px 20px;
    font-size: 14px;
  }
}
.price-table-overflow {
  overflow: auto;
}
.price-table-list table {
  margin-bottom: 0 !important;
}
.price-table-list table tr:last-child td {
  border-bottom: none;
}
.price-table table {
  margin-bottom: 16px;
  width: 100%;
}
.price-table table th,
.price-table table td {
  text-align: center;
  padding: 8px 5px 8px 0;
  white-space: nowrap;
  border-bottom: 1px solid #d6d6d6;
}
.price-table table th:first-child,
.price-table table td:first-child {
  white-space: normal;
  text-align: left;
  min-width: 240px;
}
label {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.form-row {
  margin: 0 -8px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .form-row {
    display: block;
  }
}
.form-row .form-group {
  margin-bottom: 16px;
  padding: 0 8px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 575px) {
  .form-row .form-group {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.form-group input,
.form-group select {
  height: 64px;
}
@media screen and (max-width: 575px) {
  .form-group input,
  .form-group select {
    height: 52px;
  }
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 15px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 575px) {
  .form-group input,
  .form-group select,
  .form-group textarea {
    border-radius: 14px;
  }
}
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.plan-categories {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan-categories li {
  margin-right: 8px;
}
