/*
* NOTES:
* This is the latest stylesheet for the latest changes made
* The Responsive/Mobile view of this style sheet is also here.
*/
/*#############################################################
# SASS STYLING
##############################################################*/
@font-face {
  font-family: 'Nexa';
  src: url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/NexaLight.eot");
  src: url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/NexaLight.eot?#iefix") format("embedded-opentype"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/NexaLight.woff") format("woff"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/NexaLight.ttf") format("truetype"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/NexaLight.svg#NexaLight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Nexa Bold';
  src: url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/NexaBold.eot");
  src: url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/NexaBold.eot?#iefix") format("embedded-opentype"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/NexaBold.woff") format("woff"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/NexaBold.ttf") format("truetype"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/NexaBold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Brandon';
  src: url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/BrandonGrotesque-Light.eot");
  src: url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/BrandonGrotesque-Light.woff") format("woff"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/BrandonGrotesque-Light.ttf") format("truetype"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/BrandonGrotesque-Light.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/ProximaNova-Light.eot");
  src: url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/ProximaNova-Light.woff") format("woff"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/ProximaNova-Light.ttf") format("truetype"), url("https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/ProximaNova-Light.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
.seo-cycle-section .seo-cycle-content h2, section#package-table h2, section#why-choose-us h2 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 30px; }

section#why-choose-us h3 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.25em; }

.seo-cycle-section .seo-cycle-content p, section#package-table p {
  color: #6F747A;
  font-family: "Proxima Nova", sans-serif;
  font-size: 17px; }

.slick-initialized .slick-slide {
  outline: none; }

.button-border {
  font-family: "Brandon", sans-serif;
  border-radius: 40px;
  padding: 12px 30px 10px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Nexa Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background-color: transparent;
  color: #f9a51a;
  border: 1px solid #f9a51a; }
  .button-border:hover {
    background-color: #f9a51a;
    color: #fff;
    border: 1px solid #f9a51a; }

.page-template-page-home-new .remodal.remodal-mobile-menu .mobile-menu .accordion-menu a {
  font-family: "Proxima Nova", sans-serif; }

/*--------------------------------------------------------------
# Main Header
--------------------------------------------------------------*/
header.main-header {
  padding: 0;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  box-shadow: 2px 2px 7px #4444442e; }
  header.main-header .logo {
    max-height: 100px;
    max-width: 200px; }
  header.main-header .fa.fa-bars {
    padding: 10px 0; }
  header.main-header .row.align-middle {
    align-items: center;
    display: flex; }
    @media only screen and (max-width: 767px) {
      header.main-header .row.align-middle {
        align-items: center;
        display: flex;
        padding: 15px 0; } }
  header.main-header .header-bottom .header-cta {
    font-family: "Proxima nova"; }
  @media only screen and (max-width: 767px) {
    header.main-header .main-header-navigation {
      display: none; } }
  header.main-header .main-header-navigation ul {
    font-family: 'Nexa', sans-serif; }
    header.main-header .main-header-navigation ul li a {
      color: #989ca0;
      font-size: 14px;
      letter-spacing: 0px;
      font-weight: bold;
      line-height: 80px;
      margin-right: 20px; }
      header.main-header .main-header-navigation ul li a:hover {
        color: #f9a51a;
        border-bottom: 1px solid #f9a51a; }
  header.main-header #site-branding {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      header.main-header #site-branding {
        padding-top: 0;
        padding-left: 20px; } }
    header.main-header #site-branding a img {
      width: auto;
      height: 110px; }
  header.main-header.scroll-to-fixed-fixed #site-branding a img {
    height: 50px; }
  @media only screen and (max-width: 767px) {
    header.main-header .small-7 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  header.main-header .site-menu-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      header.main-header .site-menu-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    header.main-header .site-menu-box .button-border {
      background-color: transparent;
      color: #f9a51a;
      border: 2px solid #f9a51a; }
      header.main-header .site-menu-box .button-border:hover {
        background-color: #f9a51a;
        color: #fff;
        border: 1px solid #f9a51a; }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    header.main-header .medium-1 {
      width: 27.33333%; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    header.main-header .medium-11 {
      width: 45.66667%; } }

.page-template-page-home-new body {
  font-family: 'Nexa', sans-serif; }

.home-header {
  font-family: 'Nexa', sans-serif;
  padding: 115px 0 170px;
  background-size: cover;
  background-position: center bottom;
  height: 625px; }
  @media only screen and (max-width: 767px) {
    .home-header {
      padding: 80px 5px 170px;
      height: 755px; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    .home-header {
      height: 495px; } }
  .home-header .banner-element {
    height: 500px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .home-header .banner-element {
        width: auto;
        height: 500px;
        top: 0;
        left: 0;
        position: relative; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .home-header .banner-element {
        width: 550px;
        height: 500px; } }
  .home-header .home-new-slider .home-sliders {
    padding-top: 10px; }
  .home-header .home-header-content h1 {
    color: #fff;
    font-family: "Nexa", sans-serif;
    font-size: 45px;
    font-weight: 300; }
    .home-header .home-header-content h1 strong {
      font-family: "Nexa Bold", sans-serif; }
  .home-header .home-header-content p {
    line-height: 35px;
    color: #fff;
    font-family: "nexa";
    font-size: 23px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .home-header .home-header-content p {
        line-height: 30px;
        font-size: 19px; } }
  .home-header .home-header-content .button-border {
    border-radius: 40px;
    border: 1px solid #17206b;
    padding: 17px 45px;
    font-weight: 400;
    font-size: 12px;
    background-color: #17206b;
    letter-spacing: 1px;
    color: #fff; }
    .home-header .home-header-content .button-border:hover {
      background-color: transparent;
      color: #fff;
      border: 1px solid #fff; }

.slick-arrow {
  top: 40%;
  z-index: 3; }
  .slick-arrow::before {
    color: #fff;
    font-family: inherit;
    font-size: 100px; }

.slick-prev {
  left: 25px; }
  .slick-prev::before {
    content: '<'; }

.slick-next {
  right: 25px; }
  .slick-next::before {
    content: '>'; }

.home-welcome-section {
  padding: 70px;
  text-align: center;
  background-size: auto, auto;
  background-position: 90% 20%, 12% 80%; }
  @media only screen and (max-width: 767px) {
    .home-welcome-section {
      padding: 70px 10px;
      background-position: 127% 2%, -33% 100%; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    .home-welcome-section .medium-10 {
      width: 100%; } }
  .home-welcome-section p.small-subheading {
    color: #9ea6ae;
    font-family: "Brandon", sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px; }
    .home-welcome-section p.small-subheading:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fd7f28;
      margin: 0 auto 20px; }
  .home-welcome-section h2 {
    color: #3c4b5c;
    font-family: "Nexa Bold", sans-serif;
    font-size: 47px;
    font-weight: bold;
    word-break: keep-all; }
    @media only screen and (max-width: 767px) {
      .home-welcome-section h2 {
        font-size: 35px; } }
  .home-welcome-section .welcome-content {
    font-family: "Proxima Nova", sans-serif;
    color: #6F747A;
    font-size: 17px;
    margin-top: 45px;
    margin-bottom: 50px; }
  .home-welcome-section .button-border {
    border-radius: 40px;
    padding: 13px 30px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #17206b;
    color: #fff;
    border: 1px solid #17206b; }
    .home-welcome-section .button-border:hover {
      background-color: #fff;
      color: #17206b;
      border: 1px solid #17206b; }

.home-services-section {
  background-color: #f4f5f7;
  padding: 70px;
  text-align: center;
  background-size: auto;
  background-position: 20%; }
  @media only screen and (max-width: 767px) {
    .home-services-section {
      padding: 70px 10px; } }
  .home-services-section .row.services-row {
    margin-top: 50px; }
  .home-services-section p.small-subheading {
    color: #9ea6ae;
    font-family: "Brandon", sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px; }
  .home-services-section h2 {
    color: #3c4b5c;
    font-family: "Nexa Bold", sans-serif;
    font-size: 47px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .home-services-section h2 {
        font-size: 35px; } }
  @media only screen and (max-width: 767px) {
    .home-services-section .services-box {
      margin-bottom: 40px; } }
  .home-services-section .service-image {
    width: 50px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .home-services-section .service-image {
        width: auto;
        height: auto;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 767px) {
      .home-services-section .service-image img {
        width: 20%; } }
  .home-services-section p.service-desc {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-family: "Proxima Nova", sans-serif;
    margin-bottom: 30px;
    color: #6F747A; }
    @media only screen and (max-width: 767px) {
      .home-services-section p.service-desc {
        text-align: center; } }
  .home-services-section p.service-title {
    font-family: "Nexa Bold";
    text-align: left;
    font-size: 16px;
    color: #3C4B5C; }
    @media only screen and (max-width: 767px) {
      .home-services-section p.service-title {
        text-align: center; } }
  .home-services-section p.service-link {
    text-align: left;
    color: #f8ae33;
    font-family: "Nexa Bold";
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .home-services-section p.service-link {
        text-align: center; } }
    .home-services-section p.service-link a:after {
      content: '\>';
      display: inline-block;
      position: relative;
      font-size: 14px;
      right: -11px; }

.home-projects-section {
  background-color: #fff;
  padding: 40px 0 0;
  text-align: center;
  background-size: auto;
  background-position: 20%; }
  .home-projects-section .row.projects-row {
    margin-top: 70px; }
    .home-projects-section .row.projects-row .large-3 {
      padding: 0; }
  .home-projects-section .project-box {
    position: relative;
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s; }
    .home-projects-section .project-box:hover .project-box-hover {
      visibility: visible;
      opacity: 1; }
    .home-projects-section .project-box:hover .project-box-about {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .home-projects-section .project-box:hover .project-box-logo {
      display: none; }
    .home-projects-section .project-box:hover .project-box-featured-img {
      height: 615px;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .home-projects-section .project-box:hover .project-box-featured-img {
          height: 415px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .home-projects-section .project-box:hover .project-box-featured-img {
          height: 530px; } }
      .home-projects-section .project-box:hover .project-box-featured-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .home-projects-section .project-box:hover .project-box-logo-hover-img img {
      object-fit: contain; }
  .home-projects-section .project-box-about {
    -webkit-transition: transform ease-in-out 0.6s;
    -o-transition: transform ease-in-out 0.6s;
    -moz-transition: transform ease-in-out 0.6s;
    transition: transform ease-in-out 0.6s;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em); }
  .home-projects-section .project-box-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 40px;
    /* transition effect. not necessary */
    -webkit-transition: visibility ease-in-out 1s;
    -o-transition: visibility ease-in-out 1s;
    -moz-transition: visibility ease-in-out 1s;
    transition: visibility ease-in-out 1s; }
    .home-projects-section .project-box-hover p.project-details {
      font-family: "Proxima Nova";
      font-size: 16px; }
    .home-projects-section .project-box-hover p.project-name {
      font-family: "Proxima Nova";
      font-weight: bold; }
    .home-projects-section .project-box-hover .button-border {
      padding: 15px 60px;
      background-color: #f9a51a;
      color: #fff;
      border: 1px solid #f9a51a; }
      .home-projects-section .project-box-hover .button-border:hover {
        background-color: transparent;
        color: #fff;
        border: 1px solid #f9a51a; }
  .home-projects-section .project-box-logo {
    background-color: #f4f5f7;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home-projects-section .project-box-logo-img {
      height: 55px;
      width: 170px;
      text-align: center;
      display: inline-block;
      -webkit-transition: display ease-in-out 1s;
      -o-transition: display ease-in-out 1s;
      -moz-transition: display ease-in-out 1s;
      transition: display ease-in-out 1s; }
      .home-projects-section .project-box-logo-img img {
        object-fit: contain;
        width: 100%;
        height: 100%; }
  .home-projects-section .project-box-logo-hover-img {
    height: 80px;
    width: 150px;
    text-align: center;
    display: inline-block;
    margin-bottom: 35px; }
    .home-projects-section .project-box-logo-hover-img img {
      object-fit: contain;
      width: 100%;
      height: 100%; }
  .home-projects-section .project-box-featured-img {
    width: 100%;
    height: 500px; }
    @media only screen and (max-width: 767px) {
      .home-projects-section .project-box-featured-img {
        height: 300px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .home-projects-section .project-box-featured-img {
        height: 415px; } }
    .home-projects-section .project-box-featured-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .home-projects-section .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial; }
  .home-projects-section p.small-subheading {
    color: #9ea6ae;
    font-family: "Brandon", sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px; }
  .home-projects-section h2 {
    color: #3c4b5c;
    font-family: "Nexa Bold", sans-serif;
    font-size: 47px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .home-projects-section h2 {
        font-size: 35px; } }
  .home-projects-section p.service-link {
    text-align: left;
    color: #f8ae33;
    font-family: "Nexa Bold";
    font-size: 13px; }
    .home-projects-section p.service-link a:after {
      content: '\>';
      display: inline-block;
      position: relative;
      font-size: 14px;
      right: -11px; }

.home-divider-dots {
  z-index: 10;
  position: relative;
  padding: 25px;
  margin-top: -60px; }
  .home-divider-dots .home-dots {
    text-align: center; }

.home-reviews-section {
  padding: 120px 0 120px;
  background-position: 130% -38%,-45% 130%;
  background-size: 45%; }
  @media only screen and (max-width: 767px) {
    .home-reviews-section {
      padding: 0px 0 40px; } }
  .home-reviews-section .home-review-row.fullWidth {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    max-width: initial;
    margin-bottom: 130px; }
    @media only screen and (max-width: 767px) {
      .home-reviews-section .home-review-row.fullWidth {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .home-reviews-section .home-review-row.fullWidth {
        width: 100%;
        margin-left: auto; } }
  .home-reviews-section .home-review-row .large-9.medium-9.columns {
    padding-right: 0; }
  .home-reviews-section .home-review-row h2 {
    color: #3c4b5c;
    font-family: "Nexa", sans-serif;
    font-size: 45px;
    font-weight: 300;
    margin-top: 55px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .home-reviews-section .home-review-row h2 {
        font-size: 35px;
        text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .home-reviews-section .home-review-row h2 {
        padding-left: 15px; } }
    .home-reviews-section .home-review-row h2 strong {
      font-family: "Nexa Bold", sans-serif; }
    .home-reviews-section .home-review-row h2:before {
      content: "";
      display: block;
      background-image: url(https://www.fxwebstudio.com.au/wp-content/uploads/sites/8/2019/05/Double-quotation.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 100px;
      position: absolute;
      left: -122px;
      top: -80px;
      height: 100px; }
      @media only screen and (max-width: 767px) {
        .home-reviews-section .home-review-row h2:before {
          position: relative;
          left: 0;
          top: 0;
          height: 100px;
          margin: 0 auto; } }
  .home-reviews-section .home-review-row .reviews-box {
    font-family: "Proxima Nova", sans-serif;
    background-color: #fff;
    box-shadow: 6px 8px 12px 0px #96969633;
    border-radius: 5px;
    padding: 20px; }
    .home-reviews-section .home-review-row .reviews-box:focus {
      outline: none !important; }
    .home-reviews-section .home-review-row .reviews-box .review-head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      .home-reviews-section .home-review-row .reviews-box .review-head .review-client-details {
        padding-left: 20px; }
      .home-reviews-section .home-review-row .reviews-box .review-head p.review-client-name {
        margin-bottom: 0;
        color: #fbbb51;
        font-family: "Nexa Bold", sans-serif; }
      .home-reviews-section .home-review-row .reviews-box .review-head p.review-client-site {
        margin-bottom: 0;
        font-family: "Proxima Nova", sans-serif; }
    .home-reviews-section .home-review-row .reviews-box .review-content p {
      font-family: "Proxima Nova", sans-serif;
      font-size: 15px;
      line-height: 23px;
      color: #7d7d7d; }
    .home-reviews-section .home-review-row .reviews-box .review-client-img {
      width: 50px;
      height: 50px;
      border-radius: 50px;
      display: inline-block; }
      .home-reviews-section .home-review-row .reviews-box .review-client-img img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        border-radius: 50px; }
  .home-reviews-section .reviews-slider {
    position: relative; }
    .home-reviews-section .reviews-slider::before {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      width: 10px;
      z-index: 10;
      background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0.4)); }
    .home-reviews-section .reviews-slider .slick-list.draggable {
      padding: 20px 0 !important; }
      @media only screen and (max-width: 767px) {
        .home-reviews-section .reviews-slider .slick-list.draggable {
          padding: 20px 0 !important; } }
  .home-reviews-section .home-blog-section {
    text-align: center; }
    .home-reviews-section .home-blog-section.fullWidth {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
      overflow: hidden; }
    .home-reviews-section .home-blog-section .large-12 {
      padding: 0; }
    .home-reviews-section .home-blog-section .home-blog-content {
      margin-bottom: 30px; }
    .home-reviews-section .home-blog-section p.small-subheading {
      color: #9ea6ae;
      font-family: "Brandon", sans-serif;
      font-weight: bold;
      font-size: 15px;
      letter-spacing: 1px;
      margin-bottom: 5px; }
    .home-reviews-section .home-blog-section h2 {
      color: #3c4b5c;
      font-family: "Nexa Bold", sans-serif;
      font-size: 45px;
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .home-reviews-section .home-blog-section h2 {
          font-size: 35px; } }
    .home-reviews-section .home-blog-section .home-blog-slider .slick-list.draggable {
      overflow: visible;
      padding: 20px !important; }
      @media only screen and (max-width: 767px) {
        .home-reviews-section .home-blog-section .home-blog-slider .slick-list.draggable {
          height: 600px !important; } }
    .home-reviews-section .home-blog-section .home-blog-slider .slick-slide.slick-active {
      opacity: 1; }
    .home-reviews-section .home-blog-section .home-blog-slider .slick-slide {
      opacity: .5; }
    .home-reviews-section .home-blog-section .home-blog-slider .slick-list {
      overflow-y: visible; }
    .home-reviews-section .home-blog-section .home-blog-slider.home-blog-slider-row {
      max-width: 62.5rem;
      margin-left: auto;
      margin-right: auto; }
    .home-reviews-section .home-blog-section .blog-box {
      position: relative; }
      .home-reviews-section .home-blog-section .blog-box:hover .blog-box-content-hover {
        opacity: 1;
        visibility: visible; }
        @media only screen and (max-width: 767px) {
          .home-reviews-section .home-blog-section .blog-box:hover .blog-box-content-hover {
            background-size: cover; } }
      .home-reviews-section .home-blog-section .blog-box .blog-box-img {
        height: 350px;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .home-reviews-section .home-blog-section .blog-box .blog-box-img {
            height: 250px; } }
        .home-reviews-section .home-blog-section .blog-box .blog-box-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 7px 7px 0 0; }
      .home-reviews-section .home-blog-section .blog-box .blog-box-content {
        background-color: #fff;
        padding: 25px;
        border-radius: 0 0 5px 5px;
        box-shadow: 4px 2px 14px 3px #69696936;
        text-align: left;
        height: 315px !important;
        position: relative;
        display: block; }
        @media only screen and (max-width: 767px) {
          .home-reviews-section .home-blog-section .blog-box .blog-box-content {
            height: auto; } }
        .home-reviews-section .home-blog-section .blog-box .blog-box-content h3 {
          font-family: "Nexa Bold", sans-serif;
          font-size: 17px; }
        .home-reviews-section .home-blog-section .blog-box .blog-box-content p {
          font-family: "Proxima Nova", sans-serif;
          font-size: 15px; }
        .home-reviews-section .home-blog-section .blog-box .blog-box-content .button-border {
          padding: 7px 20px;
          font-size: 11px; }
          .home-reviews-section .home-blog-section .blog-box .blog-box-content .button-border.orange {
            background-color: transparent;
            color: #fc7823;
            border: none;
            padding: 0; }
      .home-reviews-section .home-blog-section .blog-box .blog-box-content-hover {
        background-size: cover !important;
        background-position: center;
        border-radius: 5px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.78);
        color: #fff;
        visibility: hidden;
        opacity: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 40px;
        /* transition effect. not necessary */
        -webkit-transition: opacity 1s, visibility 1s;
        -o-transition: opacity 1s, visibility 1s;
        -moz-transition: opacity 1s, visibility 1s;
        transition: opacity 1s, visibility 1s; }
        .home-reviews-section .home-blog-section .blog-box .blog-box-content-hover h2 {
          font-family: "Nexa Bold", sans-serif;
          font-size: 25px;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .home-reviews-section .home-blog-section .blog-box .blog-box-content-hover h2 {
              font-size: 35px; } }
        .home-reviews-section .home-blog-section .blog-box .blog-box-content-hover p {
          font-family: "Proxima Nova";
          color: #fff;
          font-size: 15px; }
        .home-reviews-section .home-blog-section .blog-box .blog-box-content-hover .button-border {
          padding: 10px 35px;
          font-size: 11px;
          position: relative;
          display: inline-block;
          background-color: transparent;
          color: #fff;
          border: 1px solid #fff; }
          .home-reviews-section .home-blog-section .blog-box .blog-box-content-hover .button-border.blue {
            background-color: #17206B;
            color: #fff;
            border: 1px solid #17206B; }
            .home-reviews-section .home-blog-section .blog-box .blog-box-content-hover .button-border.blue:hover {
              background-color: #fff;
              color: #17206B;
              border: 1px solid #fff; }
          .home-reviews-section .home-blog-section .blog-box .blog-box-content-hover .button-border:hover {
            background-color: #fff;
            color: #fb8324;
            border: 1px solid #fff; }

.calltoaction-new {
  padding: 80px 0; }
  .calltoaction-new h3 {
    color: #fff;
    font-family: "Nexa Bold", sans-serif;
    font-size: 30px;
    margin-bottom: 10px; }
  .calltoaction-new p {
    color: #fff; }
  .calltoaction-new .button-border {
    background-color: #17206b;
    color: #fff;
    border: 1px solid #17206b; }
    .calltoaction-new .button-border:hover {
      background-color: #fff;
      color: #17206b; }
  .calltoaction-new .calltoaction-content h2 {
    font-size: 30px;
    font-family: "Nexa";
    color: #fff;
    font-weight: 300;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .calltoaction-new .calltoaction-content h2 {
        font-size: 35px; } }
  .calltoaction-new .calltoaction-content strong {
    font-family: "Nexa Bold", sans-serif; }
  .calltoaction-new .calltoaction-form h3 {
    font-size: 30px;
    font-family: "Nexa";
    color: #fff;
    letter-spacing: 0px;
    padding-right: 70px;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .calltoaction-new .calltoaction-form h3 {
        padding-right: 0;
        text-align: center; } }
    .calltoaction-new .calltoaction-form h3 span {
      font-family: "Nexa Bold", sans-serif; }
  .calltoaction-new .calltoaction-form input {
    border-radius: 50px;
    padding: 10px 20px; }
    .calltoaction-new .calltoaction-form input:focus {
      border: none; }
  .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-8.columns.text-center.medium-text-left {
    width: 55% !important; }
    @media only screen and (max-width: 767px) {
      .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-8.columns.text-center.medium-text-left {
        width: 100% !important; } }
  .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-4.end.columns {
    width: 45%; }
    @media only screen and (max-width: 767px) {
      .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-4.end.columns {
        width: 100%; } }
    .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-4.end.columns .row.large-collapse {
      margin-top: 25px; }
    .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-4.end.columns .large-7 {
      width: 70%; }
      @media only screen and (max-width: 767px) {
        .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-4.end.columns .large-7 {
          width: 100%;
          margin-bottom: 5px; } }
      @media only screen and (max-width: 767px) {
        .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-4.end.columns .large-7 br {
          display: none; } }
    .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-4.end.columns .large-4 {
      width: 30%;
      left: -25px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-4.end.columns .large-4 {
          width: 100%;
          left: 0; } }
      .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-4.end.columns .large-4 input.button.trigger-me.button-newsletter.expanded {
        background-color: #17206B;
        border: 1px solid #17206B;
        border-radius: 50px;
        font-family: 'Nexa Bold', sans-serif;
        font-size: 14px;
        padding: 11px 0;
        opacity: 1; }
        .calltoaction-new .calltoaction-form .mc4wp-form-fields .large-4.end.columns .large-4 input.button.trigger-me.button-newsletter.expanded:hover {
          background: white;
          color: #17206B; }

.new-footer #footer-columns {
  font-family: "Proxima Nova", sans-serif;
  color: #3C4B5C; }
  .new-footer #footer-columns h4 {
    font-family: "Nexa Bold";
    font-size: 13px;
    color: #adaeb1; }
  .new-footer #footer-columns ul li {
    padding-left: 0; }
    .new-footer #footer-columns ul li:before {
      display: none; }
    .new-footer #footer-columns ul li a {
      padding-left: 0;
      font-family: "Proxima Nova";
      font-weight: bold;
      color: #3C4B5C;
      font-size: 15px; }
  .new-footer #footer-columns div#execphp-3 {
    display: none; }
.new-footer #copyright.copyright-new {
  border-top: none !important;
  color: #6F747A;
  font-family: "Nexa", sans-serif; }
  .new-footer #copyright.copyright-new .left-copyright {
    float: left !important; }
  .new-footer #copyright.copyright-new .right-copyright {
    float: right !important; }
.new-footer .footer-column-5 ul {
  margin-left: 0; }
  .new-footer .footer-column-5 ul .small-icon {
    height: 17px;
    width: 17px;
    display: inline-block; }
.new-footer .footer-column-5 #socials a {
  font-size: 35px !important; }
  .new-footer .footer-column-5 #socials a i {
    font-size: 20px;
    color: #faaf4d !important; }

#mega-menu-wrap-main-menu .mega-sub-menu .mega-current_page_item a {
  color: #f9a51a !important; }
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: 'Nexa', sans-serif;
  color: #989ca0;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: bold !important;
  line-height: 80px;
  margin-right: 5px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
      margin-right: 5px;
      font-size: 13px; } }
  @media only screen and (min-width: 1800px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
      margin-right: 5px;
      font-size: 13px; } }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
  background: transparent; }

#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  width: 100vw;
  background-color: #fff !important;
  padding: 50px 0;
  border-top: 1px solid #f2f2f2; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  width: 100%;
  float: none;
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
      margin-right: 30px;
      margin-left: 30px; } }

.row.sub-menu-widget-row {
  border-right: 1px solid #f2f2f2;
  margin-right: 15px;
  padding-right: 30px; }
  .row.sub-menu-widget-row .sub-menu-icon {
    width: 100%;
    height: 50px; }
    .row.sub-menu-widget-row .sub-menu-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .row.sub-menu-widget-row .sub-menu-content-box p.sub-menu-heading {
    font-family: "Nexa Bold";
    font-size: 25px; }
  .row.sub-menu-widget-row .sub-menu-content-box p.sub-menu-content {
    font-family: "Proxima Nova";
    font-weight: bold;
    color: #6F747A; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
  padding-left: 50px; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 ul li a,
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 ul li a {
    font-size: 15px !important;
    text-transform: capitalize !important;
    font-family: "Proxima Nova", sans-serif !important; }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 ul li a:hover,
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 ul li a:hover {
      text-decoration: underline !important; }

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 5px 0;
  width: 100%; }

.slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center; }

.blog-new-section {
  padding: 60px 0 40px; }
  .blog-new-section .blog-featured-post {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-width: 767px) {
      .blog-new-section .blog-featured-post {
        display: block; } }
    .blog-new-section .blog-featured-post .blog-featured-img {
      width: 100%;
      height: 400px;
      border-radius: 10px; }
      @media only screen and (max-width: 767px) {
        .blog-new-section .blog-featured-post .blog-featured-img {
          height: auto;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 767px) and (orientation: landscape) {
        .blog-new-section .blog-featured-post .blog-featured-img {
          height: 400px; } }
      .blog-new-section .blog-featured-post .blog-featured-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media only screen and (max-width: 767px) {
          .blog-new-section .blog-featured-post .blog-featured-img img {
            object-fit: contain; } }
        @media only screen and (max-width: 767px) and (orientation: landscape) {
          .blog-new-section .blog-featured-post .blog-featured-img img {
            object-fit: cover; } }
    .blog-new-section .blog-featured-post .blog-featured-box-content h1 {
      font-family: "Nexa Bold";
      font-size: 42px;
      color: #3C4B5C; }
      @media only screen and (max-width: 767px) and (orientation: landscape) {
        .blog-new-section .blog-featured-post .blog-featured-box-content h1 {
          font-size: 35px; } }
    .blog-new-section .blog-featured-post .blog-featured-box-content .blog-featured-date {
      font-size: 16px;
      text-transform: uppercase;
      color: #6F747A;
      font-family: "Proxima Nova"; }
      @media only screen and (max-width: 767px) {
        .blog-new-section .blog-featured-post .blog-featured-box-content .blog-featured-date {
          margin-bottom: 0; } }
    .blog-new-section .blog-featured-post .blog-featured-box-content .blog-featured-content {
      font-size: 16px;
      color: #6F747A;
      font-family: "Proxima Nova"; }
  .blog-new-section #blog-pagination {
    font-family: "Proxima Nova", sans-serif; }
    .blog-new-section #blog-pagination .current {
      color: #fb7f23; }
    .blog-new-section #blog-pagination .page-numbers {
      background: transparent;
      padding: 1rem 1rem; }
      .blog-new-section #blog-pagination .page-numbers:hover {
        color: inherit; }
  .blog-new-section .home-blog-section {
    text-align: center; }
    .blog-new-section .home-blog-section.fullWidth {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
      overflow: hidden; }
    .blog-new-section .home-blog-section .blog-box-content {
      margin-bottom: 30px; }
    .blog-new-section .home-blog-section p.small-subheading {
      color: #9ea6ae;
      font-family: "Brandon", sans-serif;
      font-weight: bold;
      font-size: 15px;
      letter-spacing: 1px;
      margin-bottom: 5px; }
    .blog-new-section .home-blog-section h2 {
      color: #3c4b5c;
      font-family: "Nexa Bold", sans-serif;
      font-size: 45px;
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .blog-new-section .home-blog-section h2 {
          font-size: 35px; } }
    .blog-new-section .home-blog-section .blogs-slider .slick-list.draggable {
      overflow: visible;
      padding: 20px !important; }
      @media only screen and (max-width: 767px) {
        .blog-new-section .home-blog-section .blogs-slider .slick-list.draggable {
          height: 600px !important; } }
    .blog-new-section .home-blog-section .blogs-slider .slick-slide.slick-active {
      opacity: 1; }
    .blog-new-section .home-blog-section .blogs-slider .slick-slide {
      opacity: .5; }
    .blog-new-section .home-blog-section .blogs-slider .slick-list {
      overflow-y: visible; }
    .blog-new-section .home-blog-section .blogs-slider.blogs-slider-row {
      max-width: 62.5rem;
      margin-left: auto;
      margin-right: auto; }
    .blog-new-section .home-blog-section .blog-box {
      position: relative; }
      .blog-new-section .home-blog-section .blog-box:hover .blog-box-content-hover {
        opacity: 1;
        visibility: visible; }
        @media only screen and (max-width: 767px) {
          .blog-new-section .home-blog-section .blog-box:hover .blog-box-content-hover {
            background-size: cover; } }
      .blog-new-section .home-blog-section .blog-box:hover .blog-box-img {
        overflow: hidden; }
        .blog-new-section .home-blog-section .blog-box:hover .blog-box-img img {
          transform: scale(1.1); }
      .blog-new-section .home-blog-section .blog-box .blog-box-img {
        height: 350px;
        width: 100%;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          .blog-new-section .home-blog-section .blog-box .blog-box-img {
            height: 250px; } }
        .blog-new-section .home-blog-section .blog-box .blog-box-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 7px 7px 0 0;
          transition: all ease-in-out 0.5s; }
      .blog-new-section .home-blog-section .blog-box .blog-box-content {
        background-color: #fff;
        padding: 25px;
        border-radius: 0 0 5px 5px;
        box-shadow: 4px 2px 14px 3px #69696936;
        text-align: left;
        height: 300px !important;
        position: relative;
        display: block; }
        @media only screen and (max-width: 767px) {
          .blog-new-section .home-blog-section .blog-box .blog-box-content {
            height: auto; } }
        .blog-new-section .home-blog-section .blog-box .blog-box-content h2 {
          font-family: "Nexa Bold", sans-serif;
          font-size: 17px; }
        .blog-new-section .home-blog-section .blog-box .blog-box-content p {
          font-family: "Proxima Nova", sans-serif;
          font-size: 15px; }
        .blog-new-section .home-blog-section .blog-box .blog-box-content .button-border {
          padding: 7px 20px;
          font-size: 11px; }
          .blog-new-section .home-blog-section .blog-box .blog-box-content .button-border.orange {
            background-color: transparent;
            color: #fc7823;
            border: none;
            padding: 0; }
      .blog-new-section .home-blog-section .blog-box .blog-box-content-hover {
        background-size: cover !important;
        background-position: center;
        border-radius: 5px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.78);
        color: #fff;
        visibility: hidden;
        opacity: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 40px;
        /* transition effect. not necessary */
        -webkit-transition: opacity 1s, visibility 1s;
        -o-transition: opacity 1s, visibility 1s;
        -moz-transition: opacity 1s, visibility 1s;
        transition: opacity 1s, visibility 1s; }
        .blog-new-section .home-blog-section .blog-box .blog-box-content-hover h2 {
          font-family: "Nexa Bold", sans-serif;
          font-size: 25px;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .blog-new-section .home-blog-section .blog-box .blog-box-content-hover h2 {
              font-size: 35px; } }
        .blog-new-section .home-blog-section .blog-box .blog-box-content-hover p {
          font-family: "Proxima Nova";
          color: #fff;
          font-size: 15px; }
        .blog-new-section .home-blog-section .blog-box .blog-box-content-hover .button-border {
          padding: 10px 35px;
          font-size: 11px;
          position: relative;
          display: inline-block;
          background-color: transparent;
          color: #fff;
          border: 1px solid #fff; }
          .blog-new-section .home-blog-section .blog-box .blog-box-content-hover .button-border.blue {
            background-color: #17206B;
            color: #fff;
            border: 1px solid #17206B; }
            .blog-new-section .home-blog-section .blog-box .blog-box-content-hover .button-border.blue:hover {
              background-color: #fff;
              color: #17206B;
              border: 1px solid #fff; }
          .blog-new-section .home-blog-section .blog-box .blog-box-content-hover .button-border:hover {
            background-color: #fff;
            color: #fb8324;
            border: 1px solid #fff; }

.default-header {
  font-family: 'Nexa', sans-serif;
  padding: 115px 0 170px;
  height: 625px;
  background-size: 41%, 6%;
  background-position: 81% 0, left bottom; }
  @media only screen and (max-width: 1400px) and (min-width: 768px) {
    .default-header {
      background-size: 50%, 7%;
      background-position: 95% 0, left bottom; } }
  @media only screen and (max-width: 767px) {
    .default-header {
      padding: 80px 5px 170px;
      height: 755px; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    .default-header {
      height: 495px; } }
  .default-header .banner-element {
    width: auto;
    height: 500px;
    top: 0px;
    left: 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .default-header .banner-element {
        width: auto;
        height: 500px;
        top: 0;
        left: 0;
        position: relative; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .default-header .banner-element {
        width: auto;
        height: 500px; } }
  .default-header .home-new-slider .home-sliders {
    padding-top: 10px; }
  .default-header .home-header-content h1 {
    color: #3C4B5C;
    font-family: "Nexa", sans-serif;
    font-size: 45px;
    font-weight: 300; }
    .default-header .home-header-content h1 strong {
      font-family: "Nexa Bold", sans-serif; }
  .default-header .home-header-content p {
    line-height: 28px;
    color: #6F747A;
    font-family: "Proxima Nova", sans-serif;
    font-size: 17px;
    margin-bottom: 30px;
    padding-right: 30px; }
    @media only screen and (max-width: 767px) {
      .default-header .home-header-content p {
        line-height: 30px;
        font-size: 19px; } }
    .default-header .home-header-content p.header-subheading {
      margin-bottom: 10px !important;
      font-family: "Proxima Nova" !important; }
  .default-header .home-header-content .button-border {
    border-radius: 40px;
    border: 1px solid #17206b;
    padding: 17px 45px;
    font-weight: 400;
    font-size: 12px;
    background-color: #17206b;
    letter-spacing: 1px;
    color: #fff; }
    .default-header .home-header-content .button-border:hover {
      background-color: transparent;
      color: #17206b;
      border: 1px solid #17206b; }

/* SEO Cycle */
.seo-cycle-section {
  background-position: 0 100%;
  background-size: auto;
  background-color: #fbfbfd;
  background-attachment: fixed; }
  .seo-cycle-section .seo-cycle-content {
    margin-top: 50px;
    margin-bottom: 50px; }
    .seo-cycle-section .seo-cycle-content .form-fields img {
      height: 350px;
      width: 100%;
      object-fit: contain; }

/* Package Table */
section#package-table p {
  color: #fff; }

/* Why Choose Us */
/* Contact Page */
#container-form .button-primary {
  border-radius: 40px;
  padding: 13px 30px;
  color: #fff;
  border: 1px solid #ffc539 !important; }

/* Our Team */
#container-team-wrapper h3 {
  font-size: 20px;
  margin-bottom: 5px; }

/* Careers Page */
#career ul {
  font-family: 'Proxima Nova', sans-serif; }

/* Footer */
section#footer-cta #container-image-most .button {
  background-color: #fff !important;
  border-radius: 40px;
  color: #17206B !important;
  font-family: 'Nexa Bold', sans-serif;
  padding: 1rem 5px;
  white-space: nowrap; }
  section#footer-cta #container-image-most .button:hover {
    border: none !important;
    color: #fff !important;
    background: #17206B !important; }

/* Icon Content */
.icon-section .icon-container {
  margin-bottom: 16px; }

/*# sourceMappingURL=style-latest.css.map */
