/*------------- Google Fonts ------------------------*/
/*------------- Custom Fonts - Typography ------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600&family=Open+Sans:wght@400;600;700&display=swap");
/*------------- Variables ----------------------------*/
/* Brand Colours */
/* Gray Colours */
/*------------- Mixins -------------------------------*/
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

html,
body,
body div,
span,
a,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0; }

/*------------- Base Styles --------------------------*/
body {
  background: white;
  color: #323233;
  font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7; }

.sticky {
  background: #ffffff;
  position: fixed;
  -moz-transition: background-color .75s ease-in-out;
  -webkit-transition: background-color .75s ease-in-out;
  -o-transition: background-color .75s ease-in-out;
  transition: background-color .75s ease-in-out;
  -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
  -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
  -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
  box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 1.9rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.125rem; }

img, video {
  height: auto;
  max-width: 100%;
  width: 100%; }

.clearfix {
  margin: 3rem; }

.clear-fix {
  margin-bottom: 3rem; }

.clearFix {
  margin-bottom: 5rem; }

.show {
  background: rgba(255, 255, 255, 0.95);
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

a.read_more {
  color: #14549a;
  font-size: .65rem;
  letter-spacing: .05rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  a.read_more::after {
    content: '\f178';
    font-family: FontAwesome;
    margin-left: .5rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  a.read_more:hover::after {
    margin-left: 1rem; }

.g-recaptcha {
  margin-bottom: 1rem; }

.error {
  color: #ff0000;
  font-size: .8rem; }

.message-success {
  background: #d7efd5;
  color: #3c9035;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }

.message-error {
  background: #ffcccc;
  color: #cc0000;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }

:-moz-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

::-moz-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

:-ms-input-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

::-webkit-input-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

::placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

.form-group {
  position: relative; }
  .form-group i {
    color: #a9a9a9;
    font-size: 1.05rem;
    right: 10px;
    position: absolute;
    top: 41px; }

.form-group:not(:last-child) {
  margin-bottom: 2rem; }

label {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: .85rem;
  margin-bottom: .15rem; }
  label span {
    color: #e93f00; }

input[type="text"],
input[type="password"],
input[type="email"],
select {
  background: #ffffff;
  color: rgba(255, 255, 255, 0.7);
  font-size: .9rem;
  height: 2rem;
  padding: .5rem;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #b6b6b6; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  select:focus {
    border-bottom: 3px solid #b6b6b6;
    outline: 0; }

textarea {
  background: #ffffff;
  color: rgba(50, 50, 51, 0.7);
  font-size: .9rem;
  height: 7rem;
  padding: .5rem;
  resize: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid #b6b6b6; }
  textarea:focus {
    border-bottom: 3px solid #b6b6b6;
    outline: 0; }

.description {
  height: 5rem; }

input[type="submit"] {
  background: #f49d1e;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: .7rem;
  letter-spacing: .035rem;
  padding: 1.15rem 2.5rem;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  input[type="submit"]:hover {
    background: #a9a9a9;
    color: #ffffff; }

/* ---------------- Social Media Brand Colors -------------- */
.fa-facebook-official,
.fa-facebook,
.fa-facebook-square {
  color: #1877f2; }

.fa-instagram {
  color: #fd1d1d; }

.fa-twitter,
.fa-twitter-square {
  color: #1da1f2; }

.fa-linkedin,
.fa-linkedin-square {
  color: #0077b5; }

/*------------- Mobile Phone Styling ----------------------------*/
@media screen and (min-width: 320px) and (max-width: 480px) {
  /*
      Header Styling
      */
  header {
    background: #ffffff;
    left: 0;
    padding: 1.5rem .5rem;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    header .header-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 100%; }
    header .logo-area img {
      display: block;
      width: 80%; }
    header .menu-btn {
      cursor: pointer;
      position: absolute;
      right: 30px;
      top: 30px;
      z-index: 3;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      header .menu-btn .btn-line {
        background: #323233;
        height: 2px;
        margin: 0 0 5px 0;
        width: 25px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        header .menu-btn .btn-line:nth-child(2) {
          width: 20px; }

  .menu-area {
    align-items: center;
    background: #ffffff;
    display: flex;
    flex-flow: column wrap;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .menu-area.show-header {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .menu-area .close {
      color: #8c5607;
      cursor: pointer;
      font-size: .85rem;
      position: absolute;
      right: 2.5rem;
      text-align: center;
      text-transform: uppercase;
      top: 1.5rem;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .menu-area .close span {
        display: inline-block; }
        .menu-area .close span:not(:last-child) {
          margin-right: 1.15rem; }
      .menu-area .close .close-icon {
        background: #8c5607;
        height: 40px;
        position: relative;
        vertical-align: middle;
        width: 3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menu-area .close .close-icon:after {
        background: #8c5607;
        content: '';
        height: 3px;
        left: -17px;
        position: absolute;
        top: 17px;
        width: 40px; }
    .menu-area nav ul.menu {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .menu-area nav ul.menu li {
      list-style-type: none; }
      .menu-area nav ul.menu li:not(:last-child) {
        margin: 0 0 2rem; }
    .menu-area nav ul.menu li a {
      color: #323233;
      display: block;
      font-size: 1.5rem;
      text-decoration: none; }

  nav ul.menu li:nth-child(1) {
    transition-delay: 0.11s; }

  nav ul.menu li:nth-child(2) {
    transition-delay: 0.22s; }

  nav ul.menu li:nth-child(3) {
    transition-delay: 0.33s; }

  nav ul.menu li:nth-child(4) {
    transition-delay: 0.44s; }

  nav ul.menu li:nth-child(5) {
    transition-delay: 0.55s; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #323233;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: 60vh;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container .content {
      animation: fadeIn 13s;
      height: 100%;
      padding: 0; }
    #slide-container img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }
    #slide-container .course-link {
      background: #f49d1e;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
  @keyframes fadeIn {
    0% {
      opacity: .85;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: rotate(1);
      -ms-transform: rotate(1);
      transform: rotate(1); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -o-transform: rotate(1.5);
      -ms-transform: rotate(1.5);
      transform: rotate(1.5); } }
    #slide-container .text-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      left: 10%;
      position: absolute;
      top: 0;
      width: 65%;
      z-index: 2; }
    #slide-container h1 {
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.75;
      margin: 0 0 2rem; }
    #slide-container p {
      font-family: "Cormorant", serif;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.5;
      margin: 0 0 1rem; }
    #slide-container span {
      color: #f49d1e; }

  /**************** About Brandpulse Styling ********************/
  .about-hr {
    background-color: #14549a;
    height: 47rem;
    padding: 2rem;
    position: relative;
    width: 100%;
    z-index: 1; }
    .about-hr .about-hr-container {
      display: block;
      position: relative;
      width: 100%; }
      .about-hr .about-hr-container img {
        border: 10px solid #ffffff;
        display: block;
        position: relative;
        width: 100%;
        -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    .about-hr .hr-title span {
      color: #ffffff;
      display: block;
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .085rem;
      opacity: .75;
      text-transform: uppercase; }
    .about-hr .hr-title h2 {
      color: #ffffff;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2rem;
      line-height: 1.35;
      margin: 0 0 1rem; }
    .about-hr .hr-title p {
      color: #ffffff;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 1rem;
      margin: 0 0 1.75rem 0; }

  .our-services {
    background: #272727;
    overflow: hidden;
    padding: 2rem;
    position: relative; }
    .our-services h2,
    .our-services p,
    .our-services ul li {
      color: #ffffff; }
    .our-services h2 {
      font-size: 2rem;
      margin: 10% 0 0; }
    .our-services p {
      font-size: 1rem;
      margin: 0 0 2rem; }
    .our-services h3 {
      color: rgba(255, 255, 255, 0.35);
      display: inline-block;
      font-size: 5rem;
      font-weight: 800;
      opacity: .05;
      position: absolute;
      left: -1rem;
      top: -5%;
      white-space: nowrap; }
    .our-services ul li {
      margin: 0 0 .85rem 1rem; }

  .our-expert-team {
    background-color: rgba(169, 169, 169, 0.15);
    margin: 0 0 7%;
    padding: 6rem 2rem 2rem;
    position: relative; }
    .our-expert-team .our-team-container {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      width: 100%; }
    .our-expert-team h2 {
      display: inline-block;
      font-size: 1.8rem;
      line-height: .95;
      left: 8%;
      position: absolute;
      top: 1.5%; }
      .our-expert-team h2 span {
        display: block; }
    .our-expert-team .our-team-img,
    .our-expert-team .our-team-content {
      flex: 1 0 0; }
      .our-expert-team .our-team-img img,
      .our-expert-team .our-team-content img {
        display: flex;
        margin-left: auto;
        width: 100%;
        -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    .our-expert-team .name-title {
      background-color: #14549a;
      color: #ffffff;
      margin: -5% 0 0 5%;
      padding: .5rem;
      position: relative;
      text-align: center;
      width: 75%;
      z-index: 2; }
      .our-expert-team .name-title h3 {
        font-size: 1.35rem;
        margin: 0 0 -.5rem; }
      .our-expert-team .name-title span {
        display: block;
        font-size: 1rem;
        font-weight: 500;
        text-transform: uppercase; }
    .our-expert-team .inner-content {
      background: #f49d1e;
      margin: -7% 0 0;
      padding: 1.5rem;
      width: 100%; }
      .our-expert-team .inner-content p {
        font-size: 1rem; }
      .our-expert-team .inner-content p:not(:last-child) {
        margin: 0 0 2rem; }

  /**************** Trusted Partners Styling ********************/
  .trusted-partners {
    background-color: #ffffff;
    padding: 1.5rem;
    position: relative; }
    .trusted-partners .trusted-partners-heading {
      align-items: center;
      display: flex;
      justify-content: center;
      text-align: center; }
      .trusted-partners .trusted-partners-heading h2 {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.15;
        margin: 0 0 2rem; }
    .trusted-partners .trusted-partners-img {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
      margin: 0 auto;
      width: 100%; }

  .page-header {
    background: #ffffff;
    height: 40vh;
    padding: 1.5rem 0;
    position: relative; }
    .page-header .page-header-container {
      align-items: center;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      margin: 0 auto;
      position: relative;
      text-align: center;
      width: 100%;
      z-index: 3; }
    .page-header h1 {
      color: #323233;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2.5rem;
      margin: 0; }
    .page-header span {
      color: #a9a9a9;
      display: block;
      font-size: 1.15rem;
      letter-spacing: .05rem;
      opacity: .75;
      text-transform: uppercase; }

  main {
    padding: 2rem;
    position: relative; }
    main .main-container {
      margin: 0 auto;
      width: 100%; }
      main .main-container p {
        font-size: 1.15rem;
        line-height: 1.9; }
      main .main-container p:not(:last-child) {
        margin: 0 0 1.5rem; }
    main .get-quote-container {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      justify-content: space-between; }
      main .get-quote-container .get-quote-content,
      main .get-quote-container .get-quote-form {
        flex: 1 0 0; }
      main .get-quote-container .form-group:not(:last-child) {
        margin: 0 0 2rem; }
      main .get-quote-container label {
        color: #323233; }
      main .get-quote-container input[type="text"] {
        color: #323233; }
      main .get-quote-container .get-quote-content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        padding: 0; }
        main .get-quote-container .get-quote-content .content:not(:last-child) {
          margin: 0 0 3rem; }
        main .get-quote-container .get-quote-content .content p {
          line-height: 1.35; }
          main .get-quote-container .get-quote-content .content p a {
            color: inherit;
            text-decoration: none; }
        main .get-quote-container .get-quote-content .content span {
          color: #f49d1e;
          display: block;
          font-size: .85rem;
          font-weight: 600;
          letter-spacing: .15rem; }
        main .get-quote-container .get-quote-content .content h2 {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 2rem;
          line-height: 1.15; }

  footer {
    background-color: rgba(39, 39, 39, 0.9);
    margin: 15% 0 0;
    padding: 1rem;
    position: relative; }
    footer .footer-container {
      display: grid;
      gap: 5rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 85%; }
    footer .footer-item {
      color: #ffffff; }
      footer .footer-item img {
        display: block;
        margin: 0 0 2rem;
        width: 80%; }
      footer .footer-item p {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1rem;
        line-height: 1.35; }
        footer .footer-item p:not(:last-child) {
          margin: 0 0 2rem; }
        footer .footer-item p a {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: .85rem; }
      footer .footer-item p.copyright {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: .8rem;
        margin: 2rem 0 0; }
      footer .footer-item span.highlight {
        color: #f49d1e;
        display: block; }
      footer .footer-item a {
        color: #ffffff;
        font-family: "Cormorant", serif;
        font-size: .85rem;
        text-decoration: none; }
      footer .footer-item i {
        color: #ffffff;
        font-size: 1rem;
        margin-right: .5rem;
        vertical-align: middle; }
    footer .success-path {
      background: #14549a;
      margin: 2rem 0 0;
      padding: 2rem;
      position: relative;
      width: 100%; }
      footer .success-path h3 {
        color: #ffffff;
        font-size: 1.65rem;
        line-height: 1.25;
        margin: 0 0 1.5rem; }
      footer .success-path p {
        color: #ffffff;
        font-size: 1rem;
        margin: 0 0 1.5rem; }
      footer .success-path button {
        background: #f49d1e;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        width: 100% !important;
        display: inline-block;
        font-size: 1.05rem;
        font-weight: 600;
        letter-spacing: .035rem;
        margin-top: 10px;
        padding: .8rem 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 13rem; } }
/*------------- Medium Phone Styling ----------------------------*/
@media screen and (min-width: 481px) and (max-width: 768px) {
  /*
        Header Styling
        */
  header {
    background: #ffffff;
    left: 0;
    padding: 1.5rem .5rem;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    header .header-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 85%; }
    header .logo-area img {
      display: block;
      width: 80%; }
    header .menu-btn {
      cursor: pointer;
      position: absolute;
      right: 30px;
      top: 30px;
      z-index: 3;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      header .menu-btn .btn-line {
        background: #323233;
        height: 2px;
        margin: 0 0 5px 0;
        width: 25px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        header .menu-btn .btn-line:nth-child(2) {
          width: 20px; }

  .menu-area {
    align-items: center;
    background: #ffffff;
    display: flex;
    flex-flow: column wrap;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .menu-area.show-header {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .menu-area .close {
      color: #8c5607;
      cursor: pointer;
      font-size: .85rem;
      position: absolute;
      right: 2.5rem;
      text-align: center;
      text-transform: uppercase;
      top: 1.5rem;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .menu-area .close span {
        display: inline-block; }
        .menu-area .close span:not(:last-child) {
          margin-right: 1.15rem; }
      .menu-area .close .close-icon {
        background: #8c5607;
        height: 40px;
        position: relative;
        vertical-align: middle;
        width: 3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menu-area .close .close-icon:after {
        background: #8c5607;
        content: '';
        height: 3px;
        left: -17px;
        position: absolute;
        top: 17px;
        width: 40px; }
    .menu-area nav ul.menu {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .menu-area nav ul.menu li {
      list-style-type: none; }
      .menu-area nav ul.menu li:not(:last-child) {
        margin: 0 0 2rem; }
    .menu-area nav ul.menu li a {
      color: #323233;
      display: block;
      font-size: 1.5rem;
      text-decoration: none; }

  nav ul.menu li:nth-child(1) {
    transition-delay: 0.11s; }

  nav ul.menu li:nth-child(2) {
    transition-delay: 0.22s; }

  nav ul.menu li:nth-child(3) {
    transition-delay: 0.33s; }

  nav ul.menu li:nth-child(4) {
    transition-delay: 0.44s; }

  nav ul.menu li:nth-child(5) {
    transition-delay: 0.55s; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #323233;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: 100vh;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container .content {
      animation: fadeIn 13s;
      height: 120vh;
      padding: 0; }
    #slide-container img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }
    #slide-container .course-link {
      background: #f49d1e;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
      #slide-container .course-link:after {
        background-color: #373d3f;
        content: '';
        font-weight: 600;
        height: 2px;
        position: absolute;
        right: -15%;
        top: 50%;
        width: 50px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      #slide-container .course-link:hover:after {
        right: -13%; }
  @keyframes fadeIn {
    0% {
      opacity: .85;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: rotate(1);
      -ms-transform: rotate(1);
      transform: rotate(1); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -o-transform: rotate(1.5);
      -ms-transform: rotate(1.5);
      transform: rotate(1.5); } }
    #slide-container .text-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      left: 10%;
      position: absolute;
      top: 0;
      width: 65%;
      z-index: 2; }
    #slide-container h1 {
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.75;
      margin: 0 0 2rem; }
    #slide-container p {
      font-family: "Cormorant", serif;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.5;
      margin: 0 0 1rem; }
    #slide-container span {
      color: #f49d1e; }

  /**************** About Brandpulse Styling ********************/
  .about-hr {
    background-color: #14549a;
    height: 43rem;
    padding: 2rem;
    position: relative;
    width: 100%;
    z-index: 1; }
    .about-hr .about-hr-container {
      display: block;
      position: relative;
      width: 100%; }
      .about-hr .about-hr-container img {
        border: 10px solid #ffffff;
        display: block;
        position: relative;
        width: 100%;
        -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    .about-hr .hr-title span {
      color: #ffffff;
      display: block;
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .085rem;
      opacity: .75;
      text-transform: uppercase; }
    .about-hr .hr-title h2 {
      color: #ffffff;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2rem;
      line-height: 1.35;
      margin: 0 0 1rem; }
    .about-hr .hr-title p {
      color: #ffffff;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 1rem;
      margin: 0 0 1.75rem 0; }

  .our-services {
    background: #272727;
    overflow: hidden;
    padding: 2rem;
    position: relative; }
    .our-services h2,
    .our-services p,
    .our-services ul li {
      color: #ffffff; }
    .our-services h2 {
      font-size: 2rem;
      margin: 15% 0 0; }
    .our-services p {
      font-size: 1rem;
      margin: 0 0 2rem; }
    .our-services h3 {
      color: rgba(255, 255, 255, 0.35);
      display: inline-block;
      font-size: 5rem;
      font-weight: 800;
      opacity: .05;
      position: absolute;
      left: 5rem;
      top: 0%;
      white-space: nowrap; }
    .our-services ul li {
      margin: 0 0 .85rem 1rem; }

  .our-expert-team {
    background-color: rgba(169, 169, 169, 0.15);
    margin: 0 0 7%;
    padding: 7rem 2rem 2rem;
    position: relative; }
    .our-expert-team .our-team-container {
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      width: 100%; }
    .our-expert-team h2 {
      display: inline-block;
      font-size: 2.15rem;
      line-height: .95;
      left: 8%;
      position: absolute;
      top: 1.5%; }
      .our-expert-team h2 span {
        display: block; }
    .our-expert-team .our-team-img,
    .our-expert-team .our-team-content {
      flex: 1 0 0; }
      .our-expert-team .our-team-img img,
      .our-expert-team .our-team-content img {
        display: flex;
        margin-left: auto;
        width: 100%;
        -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    .our-expert-team .name-title {
      background-color: #14549a;
      color: #ffffff;
      margin: -7% 0 0 5%;
      padding: .5rem;
      position: relative;
      text-align: center;
      width: 55%;
      z-index: 2; }
      .our-expert-team .name-title h3 {
        font-size: 1.35rem;
        margin: 0 0 -.5rem; }
      .our-expert-team .name-title span {
        display: block;
        font-size: 1rem;
        font-weight: 500;
        text-transform: uppercase; }
    .our-expert-team .inner-content {
      background: #f49d1e;
      margin: -3% 0 0;
      padding: 1.5rem;
      width: 100%; }
      .our-expert-team .inner-content p {
        font-size: 1rem; }
      .our-expert-team .inner-content p:not(:last-child) {
        margin: 0 0 2rem; }

  /**************** Trusted Partners Styling ********************/
  .trusted-partners {
    background-color: #ffffff;
    padding: 1.5rem;
    position: relative; }
    .trusted-partners .trusted-partners-heading {
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      text-align: center;
      width: 80%; }
      .trusted-partners .trusted-partners-heading h2 {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.15;
        margin: 0 0 2rem; }
    .trusted-partners .trusted-partners-img {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      margin: 0 auto;
      width: 100%; }

  .page-header {
    background: #ffffff;
    height: 40vh;
    padding: 1.5rem 0;
    position: relative; }
    .page-header .page-header-container {
      align-items: center;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      margin: 0 auto;
      position: relative;
      text-align: center;
      width: 100%;
      z-index: 3; }
    .page-header h1 {
      color: #323233;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2.5rem;
      margin: 0; }
    .page-header span {
      color: #a9a9a9;
      display: block;
      font-size: 1.15rem;
      letter-spacing: .05rem;
      opacity: .75;
      text-transform: uppercase; }

  main {
    padding: 3rem;
    position: relative; }
    main .main-container {
      margin: 0 auto;
      width: 100%; }
      main .main-container p {
        font-size: 1.15rem;
        line-height: 1.9; }
      main .main-container p:not(:last-child) {
        margin: 0 0 1.5rem; }
    main .get-quote-container {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      justify-content: space-between; }
      main .get-quote-container .get-quote-content,
      main .get-quote-container .get-quote-form {
        flex: 1 0 0; }
      main .get-quote-container .form-group:not(:last-child) {
        margin: 0 0 2rem; }
      main .get-quote-container label {
        color: #323233; }
      main .get-quote-container input[type="text"] {
        color: #323233; }
      main .get-quote-container .get-quote-content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        padding: 0; }
        main .get-quote-container .get-quote-content .content:not(:last-child) {
          margin: 0 0 3rem; }
        main .get-quote-container .get-quote-content .content p {
          line-height: 1.35; }
          main .get-quote-container .get-quote-content .content p a {
            color: inherit;
            text-decoration: none; }
        main .get-quote-container .get-quote-content .content span {
          color: #f49d1e;
          display: block;
          font-size: .85rem;
          font-weight: 600;
          letter-spacing: .15rem; }
        main .get-quote-container .get-quote-content .content h2 {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 2rem;
          line-height: 1.15; }

  footer {
    background-color: rgba(39, 39, 39, 0.9);
    margin: 15% 0 0;
    padding: 2rem;
    position: relative; }
    footer .footer-container {
      display: grid;
      gap: 5rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 85%; }
    footer .footer-item {
      color: #ffffff; }
      footer .footer-item img {
        display: block;
        margin: 0 0 2rem;
        width: 80%; }
      footer .footer-item p {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1.10rem;
        line-height: 1.35; }
        footer .footer-item p:not(:last-child) {
          margin: 0 0 2rem; }
        footer .footer-item p a {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 1.15rem; }
      footer .footer-item p.copyright {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: .8rem;
        margin: 2rem 0 0; }
      footer .footer-item span.highlight {
        color: #f49d1e;
        display: block; }
      footer .footer-item a {
        color: #ffffff;
        font-family: "Cormorant", serif;
        font-size: 1.1rem;
        text-decoration: none; }
      footer .footer-item i {
        color: #ffffff;
        font-size: 1.65rem;
        margin-right: .5rem;
        vertical-align: middle; }
    footer .success-path {
      background: #14549a;
      margin: 2rem 0 0;
      padding: 2rem;
      position: relative;
      width: 100%; }
      footer .success-path h3 {
        color: #ffffff;
        font-size: 1.65rem;
        line-height: 1.25;
        margin: 0 0 1.5rem; }
      footer .success-path p {
        color: #ffffff;
        font-size: 1rem;
        margin: 0 0 1.5rem; }
      footer .success-path button {
        background: #f49d1e;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        width: 100% !important;
        display: inline-block;
        font-size: 1.05rem;
        font-weight: 600;
        letter-spacing: .035rem;
        margin-top: 10px;
        padding: .8rem 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 13rem; } }
/*------------- Large Tablet and Laptop Styling ----------------------------*/
@media screen and (min-width: 769px) and (max-width: 1170px) {
  /*
  Header Styling
  */
  header {
    background: transparent;
    left: 0;
    padding: 1.5rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    header .header-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 85%; }
    header .logo-area,
    header .menu-area {
      flex: 1 0 0; }
    header .logo-area {
      flex-basis: 35%; }
      header .logo-area img {
        display: block;
        width: 60%; }
    header .menu-area {
      display: flex;
      flex-basis: 65%;
      justify-content: flex-end; }
      header .menu-area .close {
        display: none; }
      header .menu-area nav ul.menu li {
        display: inline-block;
        list-style-type: none;
        padding: .5rem; }
      header .menu-area nav ul.menu li a {
        color: inherit;
        display: block;
        font-size: .85rem;
        font-weight: 600;
        letter-spacing: .035rem;
        text-decoration: none; }
    header .get-quote {
      background: #f49d1e;
      color: #ffffff;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      header .get-quote:hover {
        background-color: #14549a; }
    header .contact-info {
      align-items: center;
      background: #fcfcfc;
      display: flex;
      flex-direction: column;
      height: 100vh;
      justify-content: center;
      overflow-x: hidden;
      position: fixed;
      right: 0;
      text-align: center;
      top: 0;
      width: 0;
      z-index: 2;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
      -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
      -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
      box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    header .close {
      align-items: center;
      background: crimson;
      color: #f7f7f7;
      cursor: pointer;
      display: flex;
      font-size: 3rem;
      height: 130px;
      justify-content: center;
      position: absolute;
      right: -20px;
      top: -20px;
      width: 130px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }
    header .close:hover {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    header .click-menu {
      cursor: pointer;
      display: block;
      position: absolute;
      right: 50px;
      top: 30px; }
      header .click-menu .line {
        background-color: #343434;
        cursor: pointer;
        display: block;
        position: relative; }
      header .click-menu .line:nth-of-type(1) {
        height: 2.5px;
        width: 30px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      header .click-menu .line:nth-of-type(2) {
        height: 2px;
        width: 20px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      header .click-menu .line:not(:last-child) {
        margin: 0 0 .25rem; }
    header .click-menu:hover .line:nth-of-type(1) {
      width: 20px; }
    header .click-menu:hover .line:nth-of-type(2) {
      width: 30px; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: 100vh;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container .content {
      animation: fadeIn 13s;
      padding: 0; }
    #slide-container img {
      display: block;
      height: auto;
      margin: auto;
      width: 100%; }
    #slide-container .course-link {
      background: #f49d1e;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
      #slide-container .course-link:after {
        background-color: #373d3f;
        content: '';
        font-weight: 600;
        height: 2px;
        position: absolute;
        right: -15%;
        top: 50%;
        width: 50px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      #slide-container .course-link:hover:after {
        right: -13%; }
  @keyframes fadeIn {
    0% {
      opacity: .85;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: rotate(1);
      -ms-transform: rotate(1);
      transform: rotate(1); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -o-transform: rotate(1.5);
      -ms-transform: rotate(1.5);
      transform: rotate(1.5); } }
    #slide-container .text-content {
      display: flex;
      flex-direction: column;
      height: 100vh;
      justify-content: center;
      left: 7%;
      position: absolute;
      top: 0;
      width: 55%;
      z-index: 2; }
    #slide-container h1 {
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 1.9rem;
      font-weight: 600;
      line-height: 1.35;
      margin: 0 0 1.5rem; }
    #slide-container p {
      font-family: "Cormorant", serif;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.5;
      margin: 0 0 1rem; }
    #slide-container span {
      color: #f49d1e; }

  /**************** Trusted Partners Styling ********************/
  .trusted-partners {
    background-color: #ffffff;
    padding: 0;
    position: relative; }
    .trusted-partners .trusted-partners-heading {
      align-items: center;
      display: grid;
      justify-content: center;
      text-align: center; }
      .trusted-partners .trusted-partners-heading h2 {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-weight: 600;
        margin: 0 0 2rem; }
    .trusted-partners .trusted-partners-img {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 2rem;
      margin: 0 auto;
      width: 80%; }

  /**************** About Brandpulse Styling ********************/
  .about-hr {
    background-color: #14549a;
    padding: 3.5rem;
    position: relative;
    width: 60%;
    z-index: 1; }
    .about-hr .about-hr-container {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%; }
      .about-hr .about-hr-container img {
        border: 15px solid #ffffff;
        display: block;
        position: absolute;
        top: 30%;
        transform: translate(50%, 30%);
        left: 50%;
        width: 95%;
        -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    .about-hr .hr-title span {
      color: #ffffff;
      display: block;
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .085rem;
      margin: 0 0 1.35rem;
      opacity: .75;
      text-transform: uppercase; }
    .about-hr .hr-title h2 {
      color: #ffffff;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2.15rem;
      line-height: 1.25;
      margin: 0 0 1.35rem; }
    .about-hr .hr-title p {
      color: #ffffff;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 1.15rem;
      margin: 0 2rem 1.75rem 0; }
    .about-hr .hr-title .about-link {
      background: #f49d1e;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      .about-hr .hr-title .about-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
      .about-hr .hr-title .about-link:after {
        background-color: #373d3f;
        content: '';
        font-weight: 600;
        height: 2px;
        position: absolute;
        right: -15%;
        top: 50%;
        width: 50px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .about-hr .hr-title .about-link:hover:after {
        right: -15%; }

  .our-services {
    background: #272727;
    overflow: hidden;
    padding: 3.5rem;
    position: relative; }
    .our-services h2,
    .our-services p,
    .our-services ul li {
      color: #ffffff; }
    .our-services h2 {
      font-size: 3rem; }
    .our-services p {
      font-size: 1.15rem;
      margin: 0 0 2rem; }
    .our-services h3 {
      color: rgba(255, 255, 255, 0.35);
      display: inline-block;
      font-size: 8rem;
      font-weight: 800;
      opacity: .05;
      position: absolute;
      left: 5rem;
      top: -13%;
      white-space: nowrap; }
    .our-services ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 5rem;
      -moz-column-gap: 5rem;
      column-gap: 5rem;
      -webkit-column-rule: 1px solid rgba(169, 169, 169, 0.15);
      -moz-column-rule: 1px solid rgba(169, 169, 169, 0.15);
      column-rule: 1px solid rgba(169, 169, 169, 0.15); }
    .our-services ul li {
      margin: 0 0 1rem 1rem; }

  .our-expert-team {
    background-color: rgba(169, 169, 169, 0.15);
    margin: 0 0 7%;
    padding: 3rem;
    position: relative; }
    .our-expert-team .our-team-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      width: 100%; }
    .our-expert-team h2 {
      display: inline-block;
      font-size: 2.5rem;
      line-height: .95;
      left: -5%;
      position: absolute;
      top: 21%;
      transform: rotate(90deg); }
      .our-expert-team h2 span {
        display: block; }
    .our-expert-team .our-team-img,
    .our-expert-team .our-team-content {
      flex: 1 0 0; }
      .our-expert-team .our-team-img img,
      .our-expert-team .our-team-content img {
        display: flex;
        margin-left: auto;
        width: 80%;
        -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    .our-expert-team .name-title {
      background-color: #14549a;
      color: #ffffff;
      margin: -5% 0 0 25%;
      padding: .65rem;
      position: relative;
      text-align: center;
      width: 55%;
      z-index: 2; }
      .our-expert-team .name-title h3 {
        font-size: 1.35rem;
        margin: 0 0 -.5rem; }
      .our-expert-team .name-title span {
        display: block;
        font-size: 1rem;
        font-weight: 500;
        text-transform: uppercase; }
    .our-expert-team .inner-content {
      background: #f49d1e;
      margin: 3rem 0 0 -1rem;
      padding: 2rem;
      width: 100%; }
      .our-expert-team .inner-content p {
        font-size: 1rem; }
      .our-expert-team .inner-content p:not(:last-child) {
        margin: 0 0 2rem; }

  .page-header {
    background: #ffffff;
    height: 40vh;
    padding: 3rem 0;
    position: relative; }
    .page-header .page-header-container {
      align-items: center;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      margin: 0 auto;
      position: relative;
      text-align: center;
      width: 80%;
      z-index: 3; }
    .page-header h1 {
      color: #323233;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2.5rem;
      margin: 5rem 0 -.5rem; }
    .page-header span {
      color: #a9a9a9;
      display: block;
      font-size: 1.15rem;
      letter-spacing: .05rem;
      opacity: .75;
      text-transform: uppercase; }

  main {
    padding: 2rem;
    position: relative; }
    main .main-container {
      margin: 0 auto;
      width: 100%; }
      main .main-container p {
        font-size: 1.15rem;
        line-height: 1.9; }
      main .main-container p:not(:last-child) {
        margin: 0 0 1.5rem; }
    main .get-quote-container {
      display: flex;
      gap: 2rem;
      justify-content: space-between; }
      main .get-quote-container .get-quote-content,
      main .get-quote-container .get-quote-form {
        flex: 1 0 0; }
      main .get-quote-container .form-group:not(:last-child) {
        margin: 0 0 2rem; }
      main .get-quote-container label {
        color: #323233; }
      main .get-quote-container input[type="text"] {
        color: #323233; }
      main .get-quote-container .get-quote-content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 80%;
        padding: 0 1.5rem; }
        main .get-quote-container .get-quote-content .content:not(:last-child) {
          margin: 0 0 3rem; }
        main .get-quote-container .get-quote-content .content p {
          font-size: .85rem;
          line-height: 1.35; }
          main .get-quote-container .get-quote-content .content p a {
            color: inherit;
            text-decoration: none; }
        main .get-quote-container .get-quote-content .content span {
          color: #f49d1e;
          display: block;
          font-size: .85rem;
          font-weight: 600;
          letter-spacing: .15rem; }
        main .get-quote-container .get-quote-content .content h2 {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 2rem;
          line-height: 1.15; }

  footer {
    background-color: rgba(39, 39, 39, 0.9);
    margin: 35% 0 0;
    padding: 2rem;
    position: relative; }
    footer .footer-container {
      display: grid;
      gap: 3rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 100%; }
    footer .footer-item {
      color: #ffffff; }
      footer .footer-item img {
        display: block;
        margin: 0 0 2rem;
        width: 65%; }
      footer .footer-item p {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1rem;
        line-height: 1.35; }
        footer .footer-item p:not(:last-child) {
          margin: 0 0 2rem; }
        footer .footer-item p a {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 1rem; }
      footer .footer-item p.copyright {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: .8rem;
        margin: 2rem 0 0; }
      footer .footer-item span.highlight {
        color: #f49d1e;
        display: block; }
      footer .footer-item a {
        color: #ffffff;
        font-family: "Cormorant", serif;
        font-size: 1rem;
        text-decoration: none; }
      footer .footer-item i {
        color: #ffffff;
        font-size: 1.65rem;
        margin-right: .5rem;
        vertical-align: middle; }
    footer .success-path {
      background: #14549a;
      bottom: 0;
      padding: 2rem;
      position: absolute;
      right: 2rem;
      top: -60%;
      width: 60%; }
      footer .success-path h3 {
        color: #ffffff;
        font-size: 1.85rem;
        line-height: 1.35;
        margin: 0 0 1rem; }
      footer .success-path p {
        color: #ffffff;
        font-size: .85rem;
        margin: 0 0 1rem; }
      footer .success-path button {
        background: #f49d1e;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-size: 1.05rem;
        font-weight: 600;
        letter-spacing: .035rem;
        margin-top: 10px;
        padding: .8rem 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 13rem; } }
/*------------- Desktop Styling ----------------------------*/
@media screen and (min-width: 1171px) {
  /*
Header Styling
*/
  header {
    background: transparent;
    left: 0;
    padding: 1.5rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    header .header-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      position: relative;
      width: 85%; }
    header .logo-area,
    header .menu-area {
      flex: 1 0 0; }
    header .logo-area {
      flex-basis: 35%; }
      header .logo-area img {
        display: block;
        width: 45%; }
    header .menu-area {
      display: flex;
      flex-basis: 65%;
      justify-content: flex-end; }
      header .menu-area .close {
        display: none; }
      header .menu-area nav ul.menu li {
        display: inline-block;
        list-style-type: none;
        padding: .5rem 1rem; }
      header .menu-area nav ul.menu li a {
        color: inherit;
        display: block;
        font-size: 1.05rem;
        font-weight: 600;
        letter-spacing: .035rem;
        text-decoration: none; }
    header .get-quote {
      background: #f49d1e;
      color: #ffffff;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      header .get-quote:hover {
        background-color: #14549a; }
    header .contact-info {
      align-items: center;
      background: #fcfcfc;
      display: flex;
      flex-direction: column;
      height: 100vh;
      justify-content: center;
      overflow-x: hidden;
      position: fixed;
      right: 0;
      text-align: center;
      top: 0;
      width: 0;
      z-index: 2;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
      -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
      -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
      box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    header .close {
      align-items: center;
      background: crimson;
      color: #f7f7f7;
      cursor: pointer;
      display: flex;
      font-size: 3rem;
      height: 130px;
      justify-content: center;
      position: absolute;
      right: -20px;
      top: -20px;
      width: 130px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }
    header .close:hover {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    header .click-menu {
      cursor: pointer;
      display: block;
      position: absolute;
      right: 50px;
      top: 30px; }
      header .click-menu .line {
        background-color: #343434;
        cursor: pointer;
        display: block;
        position: relative; }
      header .click-menu .line:nth-of-type(1) {
        height: 2.5px;
        width: 30px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      header .click-menu .line:nth-of-type(2) {
        height: 2px;
        width: 20px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      header .click-menu .line:not(:last-child) {
        margin: 0 0 .25rem; }
    header .click-menu:hover .line:nth-of-type(1) {
      width: 20px; }
    header .click-menu:hover .line:nth-of-type(2) {
      width: 30px; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: 100vh;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container #prev,
    #slide-container #next {
      background: rgba(51, 51, 51, 0.5);
      bottom: 1rem;
      color: #fff;
      cursor: pointer;
      font-size: 25px;
      font-weight: 600;
      height: 60px;
      line-height: 60px;
      position: absolute;
      text-align: center;
      transform: translateX(-50%);
      width: 60px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    #slide-container #prev:hover,
    #slide-container #next:hover {
      background: #f49d1e; }
    #slide-container #prev {
      right: 18rem; }
    #slide-container #next {
      right: 13.5rem; }
    #slide-container .content {
      animation: fadeIn 13s;
      padding: 0; }
    #slide-container img {
      display: block;
      height: auto;
      margin: auto;
      width: 100%; }
    #slide-container .course-link {
      background: #f49d1e;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
  @keyframes fadeIn {
    0% {
      opacity: .85;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: rotate(1);
      -ms-transform: rotate(1);
      transform: rotate(1); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -o-transform: rotate(1.5);
      -ms-transform: rotate(1.5);
      transform: rotate(1.5); } }
    #slide-container .text-content {
      display: flex;
      flex-direction: column;
      height: 100vh;
      justify-content: center;
      left: 7%;
      position: absolute;
      top: 0;
      width: 55%;
      z-index: 2; }
    #slide-container h1 {
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 2.85rem;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 2rem; }
    #slide-container p {
      font-family: "Cormorant", serif;
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.5;
      margin: 0 0 1rem; }
    #slide-container span {
      color: #f49d1e; }

  /**************** Trusted Partners Styling ********************/
  .trusted-partners {
    background-color: #ffffff;
    padding: 0;
    position: relative; }
    .trusted-partners .trusted-partners-heading {
      align-items: center;
      display: grid;
      justify-content: center;
      text-align: center; }
      .trusted-partners .trusted-partners-heading h2 {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-weight: 600;
        margin: 0 0 2rem; }
    .trusted-partners .trusted-partners-img {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 2rem;
      margin: 0 auto;
      width: 80%; }

  /**************** About Brandpulse Styling ********************/
  .about-hr {
    background-color: #14549a;
    padding: 3.5rem;
    position: relative;
    width: 55%;
    z-index: 1; }
    .about-hr .about-hr-container {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 90%; }
      .about-hr .about-hr-container img {
        border: 20px solid #ffffff;
        display: block;
        position: absolute;
        top: 10%;
        transform: translate(50%, 10%);
        left: 60%;
        width: 95%;
        -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    .about-hr .hr-title span {
      color: #ffffff;
      display: block;
      font-size: .9rem;
      font-weight: 600;
      letter-spacing: .085rem;
      margin: 0 0 1.35rem;
      opacity: .75;
      text-transform: uppercase; }
    .about-hr .hr-title h2 {
      color: #ffffff;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 3.15rem;
      line-height: 1.05;
      margin: 0 0 1.35rem; }
    .about-hr .hr-title p {
      color: #ffffff;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 1.25rem;
      margin: 0 2rem 1.75rem 0; }
    .about-hr .hr-title .about-link {
      background: #f49d1e;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      .about-hr .hr-title .about-link:hover {
        background: #a9a9a9;
        color: #ffffff; }

  .our-services {
    background: #272727;
    overflow: hidden;
    padding: 7rem;
    position: relative; }
    .our-services h2, .our-services p, .our-services ul li {
      color: #ffffff; }
    .our-services h2 {
      font-size: 3.5rem; }
    .our-services p {
      font-size: 1.5rem;
      margin: 0 0 2rem; }
    .our-services h3 {
      color: rgba(255, 255, 255, 0.35);
      display: inline-block;
      font-size: 10rem;
      font-weight: 800;
      opacity: .05;
      position: absolute;
      left: -1rem;
      top: -15%;
      white-space: nowrap; }
    .our-services ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 5rem;
      -moz-column-gap: 5rem;
      column-gap: 5rem;
      -webkit-column-rule: 1px solid rgba(169, 169, 169, 0.15);
      -moz-column-rule: 1px solid rgba(169, 169, 169, 0.15);
      column-rule: 1px solid rgba(169, 169, 169, 0.15); }
    .our-services ul li {
      margin: 0 0 1rem 1rem; }

  .our-expert-team {
    background-color: rgba(169, 169, 169, 0.15);
    margin: 0 0 7%;
    padding: 7rem 0;
    position: relative; }
    .our-expert-team .our-team-container {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      width: 80%; }
    .our-expert-team h2 {
      display: inline-block;
      font-size: 3.5rem;
      line-height: .95;
      left: 0%;
      position: absolute;
      top: 26%;
      transform: rotate(90deg); }
      .our-expert-team h2 span {
        display: block; }
    .our-expert-team .our-team-img,
    .our-expert-team .our-team-content {
      flex: 1 0 0; }
      .our-expert-team .our-team-img img,
      .our-expert-team .our-team-content img {
        display: flex;
        margin-left: auto;
        width: 80%;
        -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
        box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    .our-expert-team .name-title {
      background-color: #14549a;
      color: #ffffff;
      margin: -5% 0 0 35%;
      padding: .65rem;
      position: relative;
      text-align: center;
      width: 45%;
      z-index: 2; }
      .our-expert-team .name-title h3 {
        margin: 0 0 -.5rem; }
      .our-expert-team .name-title span {
        display: block;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase; }
    .our-expert-team .inner-content {
      background: #f49d1e;
      margin: 8rem 0 0 -2rem;
      padding: 2.5rem;
      width: 100%; }
      .our-expert-team .inner-content p {
        font-size: 1.25rem; }
      .our-expert-team .inner-content p:not(:last-child) {
        margin: 0 0 2rem; }

  .page-header {
    background: #ffffff;
    height: 40vh;
    padding: 5rem 0;
    position: relative; }
    .page-header .page-header-container {
      align-items: center;
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      margin: 0 auto;
      position: relative;
      text-align: center;
      width: 80%;
      z-index: 3; }
    .page-header h1 {
      color: #323233;
      font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
      font-size: 3rem;
      margin: 5rem 0 -.5rem; }
    .page-header span {
      color: #a9a9a9;
      display: block;
      font-size: 1.15rem;
      letter-spacing: .05rem;
      opacity: .75;
      text-transform: uppercase; }

  main {
    padding: 5rem 0;
    position: relative; }
    main .main-container {
      margin: 0 auto;
      width: 85%; }
      main .main-container p {
        font-size: 1.15rem;
        line-height: 1.9; }
      main .main-container p:not(:last-child) {
        margin: 0 0 1.5rem; }
    main .get-quote-container {
      display: flex;
      gap: 2rem;
      justify-content: space-between; }
      main .get-quote-container .get-quote-content,
      main .get-quote-container .get-quote-form {
        flex: 1 0 0; }
      main .get-quote-container .form-group:not(:last-child) {
        margin: 0 0 2rem; }
      main .get-quote-container label {
        color: #323233; }
      main .get-quote-container input[type="text"] {
        color: #323233; }
      main .get-quote-container .get-quote-content {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 80%;
        padding: 0 1.5rem; }
        main .get-quote-container .get-quote-content .content:not(:last-child) {
          margin: 0 0 3rem; }
        main .get-quote-container .get-quote-content .content p {
          line-height: 1.35; }
          main .get-quote-container .get-quote-content .content p a {
            color: inherit;
            text-decoration: none; }
        main .get-quote-container .get-quote-content .content span {
          color: #f49d1e;
          display: block;
          font-size: .85rem;
          font-weight: 600;
          letter-spacing: .15rem; }
        main .get-quote-container .get-quote-content .content h2 {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 3rem;
          line-height: 1.15; }

  footer {
    background-color: rgba(39, 39, 39, 0.9);
    margin: 15% 0 0;
    padding: 5rem 0;
    position: relative; }
    footer .footer-container {
      display: grid;
      gap: 5rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 85%; }
    footer .footer-item {
      color: #ffffff; }
      footer .footer-item img {
        display: block;
        margin: 0 0 5rem;
        width: 65%; }
      footer .footer-item p {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: 1.10rem;
        line-height: 1.35; }
        footer .footer-item p:not(:last-child) {
          margin: 0 0 2rem; }
        footer .footer-item p a {
          font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
          font-size: 1.15rem; }
      footer .footer-item p.copyright {
        font-family: "Open Sans", "Lucida Sans", "Lucida Grande", sans-serif;
        font-size: .8rem;
        margin: 2rem 0 0; }
      footer .footer-item span.highlight {
        color: #f49d1e;
        display: block; }
      footer .footer-item a {
        color: #ffffff;
        font-family: "Cormorant", serif;
        font-size: 1.1rem;
        text-decoration: none; }
      footer .footer-item i {
        color: #ffffff;
        font-size: 1.65rem;
        margin-right: .5rem;
        vertical-align: middle; }
    footer .success-path {
      background: #14549a;
      bottom: auto;
      padding: 3rem 4rem;
      position: absolute;
      right: 7rem;
      top: -30%;
      width: 55%;
      z-index: 3; }
      footer .success-path h3 {
        color: #ffffff;
        font-size: 2.65rem;
        line-height: 1.35;
        margin: 0 0 1.5rem; }
      footer .success-path p {
        color: #ffffff;
        font-size: 1.05rem;
        margin: 0 0 1.5rem; }
      footer .success-path button {
        background: #f49d1e;
        border: 0;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-size: 1.05rem;
        font-weight: 600;
        letter-spacing: .035rem;
        margin-top: 10px;
        padding: .8rem 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 13rem; } }

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