@charset "UTF-8";
body:not(.home) #left-area blockquote {
  position: relative;
  margin-bottom: 35px;
  padding: 17px 0 0 50px;
  border-left: none;
}
body:not(.home) #left-area blockquote p {
  font-weight: 700;
  color: #071122;
  font-size: 18px !important;
}
body:not(.home) #left-area blockquote:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  width: 32px;
  height: 30px;
  background-image: url("/wp-content/uploads/2020/08/q2.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  color: #f3961d;
}
body:not(.home) #left-area blockquote:after {
  content: "";
  position: absolute;
  top: 54px;
  bottom: 0;
  left: 16px;
  width: 3px;
  background-color: #f3961d;
}
body:not(.home) #left-area .saboxplugin-wrap {
  margin-top: 2em;
}
body:not(.home) #left-area .saboxplugin-wrap .saboxplugin-gravatar {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body:not(.home) #left-area .saboxplugin-wrap .saboxplugin-gravatar {
    margin-bottom: 0;
  }
}
body:not(.home) #left-area .saboxplugin-wrap .saboxplugin-gravatar img {
  max-width: 125px;
}
body:not(.home) #left-area .saboxplugin-wrap .saboxplugin-authorname a {
  display: block;
  margin-top: -5px;
  color: #001E35;
  font-family: "gotham_boldregular";
}
body:not(.home) #left-area .saboxplugin-wrap .saboxplugin-desc {
  margin: 5px 20px 15px;
  font-family: 'gotham_bookregular' !important;
  font-size: 17px !important;
}
body:not(.home) #left-area .saboxplugin-wrap .saboxplugin-desc a {
  text-decoration: none;
}
.schedule-btn-wrapper .schedule-btn {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #0c487b;
  background-color: #0c487b;
  padding: 15px 5% 18px;
  margin-bottom: 1em;
  color: #fff !important;
  font-weight: 700;
  line-height: 100%;
  transition: 0.3s all;
  text-decoration: none;
  font-size: 22px !important;
  font-size: 22px !important;
}
@media (max-width: 1199px) {
  .schedule-btn-wrapper .schedule-btn {
    font-size: 21px !important;
  }
}
@media (max-width: 992px) {
  .schedule-btn-wrapper .schedule-btn {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .schedule-btn-wrapper .schedule-btn {
    font-size: 19px !important;
  }
}
@media (max-width: 479px) {
  .schedule-btn-wrapper .schedule-btn {
    font-size: 18px !important;
  }
}
.schedule-btn-wrapper .schedule-btn:hover {
  background-color: #f3961d;
  border-color: #f3961d;
  color: #fff;
}
.blockquote-wrapper {
  background-color: #f1f4f8 !important;
  padding: 20px 5% 20px;
  margin: 40px 0;
  border: 1px solid #d0d6e4;
}
blockquote {
  position: relative;
  margin-bottom: 35px;
  padding: 17px 0 0 50px;
  border-left: none;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  width: 32px;
  height: 30px;
  background-image: url("/wp-content/uploads/2020/09/quote-blue.png") !important;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  color: #0c487b !important;
}
blockquote:after {
  content: "";
  position: absolute;
  top: 54px;
  bottom: 0;
  left: 16px;
  width: 3px;
  background-color: #0c487b !important;
}
blockquote p {
  font-weight: 600 !important;
  color: #071122;
}
#main-content .three_blog_latest_posts {
  padding: 77px 0 0;
  border-top: 1px solid #d0dde6;
}
#main-content .three_blog_latest_posts h3 {
  line-height: 1.17;
  font-family: "gotham_boldregular";
  margin: 0 0 40px;
  text-align: center;
  font-size: 26px;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap {
  display: flex;
  flex-wrap: wrap;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post {
  width: 31%;
  margin-right: 3.5%;
  display: flex;
  flex-direction: column;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px !important;
  }
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post .latest_post_img {
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post .latest_post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post .latest_post_img a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(30deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(72, 118, 149, 0.35) 50.000001%, rgba(72, 118, 149, 0.5) 65%, rgba(13, 70, 119, 0.75) 100%);
  background-size: auto 350%;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post .latest_post_img a:hover:after {
  background-position: top left;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post .latest_post_title p {
  font-family: "gotham_mediumregular";
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  border-bottom: none;
  margin-bottom: 20px !important;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post .latest_post_title p a {
  color: #000000;
  text-decoration: none !important;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post .latest_post_title p a:hover {
  text-decoration: underline !important;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post a.latest_post_read_more {
  text-decoration: underline !important;
  margin-top: auto;
}
#main-content .three_blog_latest_posts .latest_three_post_wrap .latest_three_post a.latest_post_read_more:hover {
  color: #000000;
}
.before-footer-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 10vh 0;
  z-index: 1;
}
.before-footer-banner:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(12, 71, 123, 0.95) 0%, rgba(12, 71, 123, 0.6) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.before-footer-banner .before-footer-banner_row {
  width: 90%;
  max-width: 730px;
  margin: auto;
}
.before-footer-banner .before-footer-banner_row h3 {
  color: #fff !important;
  line-height: 1.17;
  font-family: "gotham_mediumregular";
  margin: 0 0 40px;
  text-align: center;
  font-size: 30px !important;
}
@media (max-width: 992px) {
  .before-footer-banner .before-footer-banner_row h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .before-footer-banner .before-footer-banner_row h3 {
    font-size: 26px !important;
  }
}
.before-footer-banner .before-footer-banner_row h3 span {
  white-space: nowrap;
}
.before-footer-banner .before-footer-banner_row .schedule-btn-wrapper {
  text-align: center;
}
.before-footer-banner .before-footer-banner_row .schedule-btn-wrapper .schedule-btn {
  margin-bottom: 0;
  background-color: #f3961d;
  border-color: #f3961d;
}
.before-footer-banner .before-footer-banner_row .schedule-btn-wrapper .schedule-btn:hover {
  background-color: rgba(12, 70, 121, 0.6);
}
@media (min-width: 993px) {
  #menu-header-menu ul.sub-menu li.menu-item-has-children {
    position: relative;
  }
  #menu-header-menu ul.sub-menu li.menu-item-has-children:after {
    content: url("/wp-content/uploads/2020/09/right-arrow.png");
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 10px;
  }
  #menu-header-menu ul.sub-menu li:hover ul.sub-menu {
    display: block !important;
  }
  #menu-header-menu ul.sub-menu li ul.sub-menu {
    display: none !important;
    left: 150%;
    top: 0;
    padding-top: 0;
  }
  #menu-header-menu ul.sub-menu li ul.sub-menu li a {
    white-space: normal;
    color: #ffffff !important;
    box-shadow: none;
  }
  #menu-header-menu ul.sub-menu li ul.sub-menu li:hover a {
    color: #de972f !important;
    box-shadow: inset 0px 0px 21px -9px black;
  }
}
@media (min-width: 993px) and (max-width: 1560px) {
  #menu-header-menu ul.sub-menu li ul.sub-menu {
    left: -50%;
  }
}
@media (max-width: 767px) {
  #page-header .page-header__row {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  #page-header .page-header__row .nav-container .contact {
    flex-wrap: wrap;
  }
}
#page-header .page-header__row .header-schedule-btn-wrapper {
  margin-top: -6px;
}
@media (max-width: 767px) {
  #page-header .page-header__row .header-schedule-btn-wrapper {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
#page-header .page-header__row .header-schedule-btn-wrapper .header-schedule-btn {
  display: inline-block;
  background-color: #f3961d;
  padding: 4px 15px;
  border: 2px solid #f3961d;
  border-radius: 8px;
  margin-left: 20px;
  transition: 0.3s all;
  font-size: 18px !important;
}
#page-header .page-header__row .header-schedule-btn-wrapper .header-schedule-btn:hover {
  background-color: transparent;
}
@media (max-width: 767px) {
  #page-header .page-header__row .header-schedule-btn-wrapper .header-schedule-btn {
    margin-left: 0px;
  }
}
.mean-bar ul li a:not(.mean-expand) {
  font-size: 14px;
  line-height: 26px;
}
.mean-bar ul li .mean-expand {
  font-size: 18px !important;
  line-height: 30px;
  height: 29px !important;
}
.header-logo img {
  max-height: 80px;
}
.banner-section-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80vh;
}
.banner-section-row p strong {
  font-weight: 400 !important;
}
.banner-section-row a.but-contact, .banner-section-row a.but-learn-more {
  text-align: center;
  font-size: 20px !important;
}
@media (max-width: 992px) {
  .banner-section-row a.but-contact, .banner-section-row a.but-learn-more {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .banner-section-row a.but-contact, .banner-section-row a.but-learn-more {
    font-size: 18px !important;
  }
}
@media (max-width: 576px) {
  .banner-section-row a.but-contact:hover, .banner-section-row a.but-learn-more:hover {
    margin-right: unset;
  }
}
#logo-carousel .logo-carousel-row h2.logo-title {
  font-size: 40px !important;
}
@media (max-width: 1199px) {
  #logo-carousel .logo-carousel-row h2.logo-title {
    font-size: 38px !important;
  }
}
@media (max-width: 992px) {
  #logo-carousel .logo-carousel-row h2.logo-title {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  #logo-carousel .logo-carousel-row h2.logo-title {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  #logo-carousel .logo-carousel-row h2.logo-title {
    font-size: 28px !important;
  }
}
#services .image-wrap .text-wrap h4 {
  line-height: 120%;
  color: #ffffff;
  font-family: "gotham_mediumregular";
  font-size: 20px !important;
}
@media (max-width: 992px) {
  #services .image-wrap .text-wrap h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #services .image-wrap .text-wrap h4 {
    font-size: 18px !important;
  }
}
#services .image-wrap .text-wrap h4 span {
  display: block;
}
#services .service-content p strong a {
  float: unset;
  color: #ffffff;
  border-bottom: none;
  text-decoration: underline !important;
}
#services .service-content p strong a:hover {
  border-bottom: none;
}
#services .service-content .title2 {
  line-height: 0.9;
  margin: 0 0 0.8em;
  font-size: 40px !important;
}
@media (max-width: 1199px) {
  #services .service-content .title2 {
    font-size: 38px !important;
  }
}
@media (max-width: 992px) {
  #services .service-content .title2 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  #services .service-content .title2 {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  #services .service-content .title2 {
    font-size: 25px !important;
  }
}
#reviews-section h2.reviews-title {
  font-size: 40px !important;
}
@media (max-width: 1199px) {
  #reviews-section h2.reviews-title {
    font-size: 38px !important;
  }
}
@media (max-width: 992px) {
  #reviews-section h2.reviews-title {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  #reviews-section h2.reviews-title {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  #reviews-section h2.reviews-title {
    font-size: 28px !important;
  }
}
#reviews-section .present-box .text-content span {
  line-height: 130%;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "gotham_mediumregular", arial;
  display: block;
}
#help_section h2 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin: 0 0 30px;
  font-family: "gotham_boldregular";
  text-transform: uppercase;
}
#help_section h3 {
  font-size: 40px !important;
  line-height: 1;
  color: #fff;
  margin: 0 0 60px;
  font-family: "gotham_boldregular";
}
@media (max-width: 1199px) {
  #help_section h3 {
    font-size: 38px !important;
  }
}
@media (max-width: 992px) {
  #help_section h3 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  #help_section h3 {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  #help_section h3 {
    font-size: 28px !important;
  }
}
#help_section .help-img .extra-help > div {
  font-size: 80px;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
  color: #f3961d;
  line-height: 0.7;
  text-transform: uppercase;
  font-family: "gotham_boldregular", arial;
}
#help_section .help-img .extra-help > div sup.fs-100 {
  font-size: 65px;
  top: -0.2em;
}
#help_section .help-img .extra-help > div span.fs-55 {
  font-size: 55px;
  text-transform: uppercase;
}
@media (max-width: 380px) {
  #help_section .help-img .help-text {
    height: auto !important;
    margin-bottom: 20px !important;
  }
}
.Smart-Networks-Business .blog-title {
  line-height: 1.1;
  font-size: 40px !important;
}
@media (max-width: 1199px) {
  .Smart-Networks-Business .blog-title {
    font-size: 38px !important;
  }
}
@media (max-width: 992px) {
  .Smart-Networks-Business .blog-title {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  .Smart-Networks-Business .blog-title {
    font-size: 30px !important;
  }
}
@media (max-width: 479px) {
  .Smart-Networks-Business .blog-title {
    font-size: 28px !important;
  }
}
.Smart-Networks-Business #blog-grid {
  max-width: 1360px;
  grid-template-rows: unset;
}
.Smart-Networks-Business #blog-grid .box-container {
  padding: 40px 2vw;
}
@media (max-width: 767px) {
  .Smart-Networks-Business #blog-grid .box-container {
    padding: 30px 4vw;
  }
}
.Smart-Networks-Business #blog-grid .box-container p {
  margin-bottom: 0;
  font-size: 16px !important;
  line-height: 150%;
}
@media (max-width: 992px) {
  .Smart-Networks-Business #blog-grid .box-container p {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .Smart-Networks-Business #blog-grid .box-container p {
    font-size: 16px !important;
  }
}
.Smart-Networks-Business #blog-grid .box-container h3 {
  margin-bottom: 15px;
  font-size: 24px !important;
}
@media (max-width: 992px) {
  .Smart-Networks-Business #blog-grid .box-container h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .Smart-Networks-Business #blog-grid .box-container h3 {
    font-size: 20px !important;
  }
}
.Smart-Networks-Business #blog-grid .box-container h3 a {
  color: #ffffff !important;
}
.Smart-Networks-Business #blog-grid .box-container h3 a:hover {
  text-decoration: none !important;
}
.Smart-Networks-Business #blog-grid .box-container a.read-more {
  margin-top: 20px;
  font-size: 16px;
}
.Smart-Networks-Business #blog-grid .grid-box.link {
  padding: 20px;
}
.Smart-Networks-Business #blog-grid .grid-box.link a {
  padding: 15px;
  font-size: 16px;
}
.page-id-71407 #page-header-inner .page-header-inner__row p {
  max-width: 600px;
}
#thankyou_page .news_wrap {
  border: 3px solid #0c416b;
  transition: 0.3s all;
}
#thankyou_page .news_wrap:hover {
  border: 3px solid #f3961d;
}
#thankyou_page .news_text {
  background: rgba(12, 65, 107, 0.7);
}
#thankyou_page .btn_wrap a.btn_content:hover {
  border-color: #09375e;
  box-shadow: inset 400px 0 0 0 #09375e !important;
}
.page-id-71533 #page-header, .page-id-71533 #page-header-inner, .page-id-71533 #page-footer, .page-id-71533 #content-page-services, .page-id-71533 #blog-inner, .page-id-71533 .buttonizer, .page-id-71533 .three_blog_latest_posts {
  display: none !important;
}
@media (min-width: 993px) {
  .page-id-71533.logged-in.admin-bar #modal-ready {
    height: calc(100% - 32px);
    min-height: calc(100vh - 32px);
    padding-bottom: 0;
  }
}
.page-id-71533 #main-content .landing_page {
  padding: 0 !important;
}
.page-id-71533 #main-content .container.inner_container {
  max-width: unset !important;
  padding: 0;
}
.page-id-71533 #main-content .container.inner_container .col-sm-12 {
  padding: 0;
}
@media (min-width: 993px) {
  .page-id-71533 #main-content {
    overflow: hidden;
  }
}
.page-id-71533 #main-content .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}
.page-id-71533 #main-content .wpb_content_element {
  margin-bottom: 0 !important;
}
.page-id-71533 #modal-ready {
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  background-image: url("/wp-content/uploads/2020/09/experience_bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 12vh !important;
}
@media (max-width: 1600px) {
  .page-id-71533 #modal-ready {
    padding-top: 8vh !important;
  }
}
@media (max-width: 1200px) {
  .page-id-71533 #modal-ready {
    padding-top: 4vh !important;
  }
}
@media (max-height: 700px) {
  .page-id-71533 #modal-ready {
    padding-top: 4vh !important;
  }
}
#experience-page {
  max-width: 1420px;
  width: 85%;
  margin: auto;
  display: flex;
}
@media (min-width: 993px) {
  #experience-page {
    width: 90%;
    text-align: left;
  }
}
@media (min-width: 993px) {
  #experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 383px);
    margin-right: 3%;
    z-index: 2;
  }
}
@media (min-width: 993px) and (max-width: 1439px) {
  #experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 314px);
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 240px);
  }
}
@media (min-width: 993px) and (max-width: 1100px) {
  #experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 220px);
  }
}
@media (max-width: 992px) {
  #experience-page .wpb_column:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 993px) {
  #experience-page .wpb_column:nth-child(1) .wpb_single_image {
    display: none !important;
  }
}
#experience-page .wpb_column:nth-child(2) {
  width: 383px;
  z-index: 1;
  position: unset;
}
@media (max-width: 1439px) {
  #experience-page .wpb_column:nth-child(2) {
    width: 314px;
  }
}
@media (max-width: 1199px) {
  #experience-page .wpb_column:nth-child(2) {
    width: 240px;
  }
}
@media (max-width: 1100px) {
  #experience-page .wpb_column:nth-child(2) {
    width: 220px;
  }
}
@media (max-width: 992px) {
  #experience-page .wpb_column:nth-child(2) {
    display: none !important;
  }
}
#experience-page .wpb_column:nth-child(2) figure {
  position: absolute;
  bottom: 0;
  right: 4%;
}
@media (max-width: 1500px) {
  #experience-page .wpb_column:nth-child(2) figure {
    right: -3%;
  }
}
@media (max-width: 1450px) {
  #experience-page .wpb_column:nth-child(2) figure {
    right: -8%;
  }
}
@media (max-width: 1100px) {
  #experience-page .wpb_column:nth-child(2) figure {
    right: -20%;
  }
}
#experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper {
  text-align: right;
}
#experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper img {
  width: 110vh;
  max-width: 63vw;
  min-width: 385px;
}
@media (max-width: 1500px) {
  #experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper img {
    max-width: 70vw;
  }
}
@media (max-width: 1100px) {
  #experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper img {
    max-width: 80vw;
  }
}
#experience-page .mobile-logo-experience {
  padding-bottom: 4.5vh;
}
@media (min-width: 993px) {
  #experience-page .mobile-logo-experience {
    display: none !important;
  }
}
#experience-page h1 {
  color: #000000 !important;
  font-family: "gotham_boldregular";
  font-weight: 400;
  line-height: 110%;
  padding-bottom: 4.5vh;
  font-size: 50px !important;
}
@media (max-width: 1199px) {
  #experience-page h1 {
    font-size: 45px !important;
  }
}
@media (max-width: 992px) {
  #experience-page h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  #experience-page h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 479px) {
  #experience-page h1 {
    font-size: 30px !important;
  }
}
#experience-page h1 span:nth-child(1) {
  color: #0c487b;
}
#experience-page h1 span:nth-child(2) {
  color: #f3a01d;
}
#experience-page p {
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}
#experience-page p:nth-of-type(1) {
  font-family: "gotham_bookregular";
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 9.7vh;
  font-size: 28px !important;
}
@media (max-width: 1199px) {
  #experience-page p:nth-of-type(1) {
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  #experience-page p:nth-of-type(1) {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  #experience-page p:nth-of-type(1) {
    font-size: 22px !important;
  }
}
@media (max-width: 479px) {
  #experience-page p:nth-of-type(1) {
    font-size: 20px !important;
  }
}
#experience-page p:nth-of-type(2) a.exp-links {
  color: #000000;
  font-family: "gotham_boldregular";
  font-weight: 700;
  line-height: 120%;
  border: 3px solid #39aa41;
  border-left: none;
  border-radius: 0 15px 15px 0;
  background-image: linear-gradient(to right, #39aa41 0%, #39aa41 49.9%, rgba(57, 170, 65, 0) 50%, rgba(57, 170, 65, 0) 100%);
  background-size: 205% auto;
  background-position: right;
  display: inline-block;
  padding: 31px 10px 28px 0;
  transition: 0.3s all;
  position: relative;
  margin-left: 187px;
  width: 442px;
  text-align: center;
  text-decoration: none !important;
  font-size: 28px !important;
}
@media (max-width: 1199px) {
  #experience-page p:nth-of-type(2) a.exp-links {
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  #experience-page p:nth-of-type(2) a.exp-links {
    font-size: 23px !important;
  }
}
@media (max-width: 767px) {
  #experience-page p:nth-of-type(2) a.exp-links {
    font-size: 22px !important;
  }
}
@media (max-width: 479px) {
  #experience-page p:nth-of-type(2) a.exp-links {
    font-size: 20px !important;
  }
}
@media (max-width: 1439px) {
  #experience-page p:nth-of-type(2) a.exp-links {
    margin-left: 165px !important;
  }
}
@media (max-width: 1199px) {
  #experience-page p:nth-of-type(2) a.exp-links {
    margin-left: 145px !important;
  }
}
@media (max-width: 1023px) {
  #experience-page p:nth-of-type(2) a.exp-links {
    margin-left: 123px !important;
  }
}
@media (max-width: 992px) {
  #experience-page p:nth-of-type(2) a.exp-links {
    width: 320px;
  }
}
@media (max-width: 479px) {
  #experience-page p:nth-of-type(2) a.exp-links {
    width: 155px;
    margin-left: 137px !important;
  }
}
#experience-page p:nth-of-type(2) a.exp-links:first-of-type {
  margin-bottom: 9.7vh;
}
@media (max-width: 479px) {
  #experience-page p:nth-of-type(2) a.exp-links:first-of-type {
    margin-bottom: 6.7vh;
  }
}
#experience-page p:nth-of-type(2) a.exp-links:hover {
  background-position: left;
  color: #ffffff;
}
#experience-page p:nth-of-type(2) a.exp-links:after {
  content: url("/wp-content/uploads/2020/09/great-experience-icon.png");
  position: absolute;
  top: -20px;
  left: -145px;
}
#experience-page p:nth-of-type(2) a.exp-links.bad-experience {
  border-color: #ff0000;
  background-image: linear-gradient(to right, #ff0000 0%, #ff0000 49.9%, rgba(57, 170, 65, 0) 50%, rgba(57, 170, 65, 0) 100%);
}
#experience-page p:nth-of-type(2) a.exp-links.bad-experience:after {
  content: url("/wp-content/uploads/2020/09/bad-experience-icon.png");
}
.page-id-71540 #page-header, .page-id-71540 #page-header-inner, .page-id-71540 #page-footer, .page-id-71540 #content-page-services, .page-id-71540 #blog-inner, .page-id-71540 .buttonizer, .page-id-71540 .three_blog_latest_posts {
  display: none !important;
}
@media (min-width: 993px) {
  .page-id-71540.logged-in.admin-bar #modal-ready {
    height: calc(100% - 32px);
    min-height: calc(100vh - 32px);
    padding-bottom: 0;
  }
}
.page-id-71540 #main-content .landing_page {
  padding: 0 !important;
}
.page-id-71540 #main-content .container.inner_container {
  max-width: unset !important;
  padding: 0;
}
.page-id-71540 #main-content .container.inner_container .col-sm-12 {
  padding: 0;
}
@media (min-width: 993px) {
  .page-id-71540 #main-content {
    overflow: hidden;
  }
}
.page-id-71540 #main-content .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}
.page-id-71540 #main-content .wpb_content_element {
  margin-bottom: 0 !important;
}
.page-id-71540 #modal-ready {
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  background-image: url("/wp-content/uploads/2020/09/experience_bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 8vh !important;
}
@media (max-width: 1200px) {
  .page-id-71540 #modal-ready {
    padding-top: 4vh !important;
  }
}
@media (max-height: 700px) {
  .page-id-71540 #modal-ready {
    padding-top: 4vh !important;
  }
}
#bad-experience-page {
  max-width: 1420px;
  width: 85%;
  margin: auto;
  display: flex;
}
@media (min-width: 993px) {
  #bad-experience-page {
    width: 90%;
    text-align: left;
  }
}
@media (min-width: 993px) {
  #bad-experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 383px);
    margin-right: 3%;
    z-index: 2;
  }
}
@media (min-width: 993px) and (max-width: 1439px) {
  #bad-experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 355px);
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #bad-experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 280px);
  }
}
@media (min-width: 993px) and (max-width: 1100px) {
  #bad-experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 235px);
  }
}
@media (max-width: 992px) {
  #bad-experience-page .wpb_column:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 993px) {
  #bad-experience-page .wpb_column:nth-child(1) .wpb_single_image {
    display: none !important;
  }
}
#bad-experience-page .wpb_column:nth-child(2) {
  width: 383px;
  z-index: 1;
  position: unset;
  padding-top: 60px;
}
@media (max-width: 1439px) {
  #bad-experience-page .wpb_column:nth-child(2) {
    width: 355px;
  }
}
@media (max-width: 1199px) {
  #bad-experience-page .wpb_column:nth-child(2) {
    width: 280px;
  }
}
@media (max-width: 1100px) {
  #bad-experience-page .wpb_column:nth-child(2) {
    width: 235px;
  }
}
@media (max-width: 992px) {
  #bad-experience-page .wpb_column:nth-child(2) {
    display: none !important;
  }
}
#bad-experience-page .wpb_column:nth-child(2) figure {
  position: absolute;
  bottom: 0;
  right: 6%;
}
@media (max-width: 1500px) {
  #bad-experience-page .wpb_column:nth-child(2) figure {
    right: -3%;
  }
}
@media (max-width: 1450px) {
  #bad-experience-page .wpb_column:nth-child(2) figure {
    right: -8%;
  }
}
@media (max-width: 1100px) {
  #bad-experience-page .wpb_column:nth-child(2) figure {
    right: -20%;
  }
}
#bad-experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper {
  text-align: right;
}
#bad-experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper img {
  width: 105vh;
  max-width: 63vw;
  min-width: 385px;
}
@media (max-width: 1500px) {
  #bad-experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper img {
    max-width: 70vw;
  }
}
@media (max-width: 1100px) {
  #bad-experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper img {
    max-width: 80vw;
  }
}
#bad-experience-page .mobile-logo-experience {
  padding-bottom: 4.5vh;
}
@media (min-width: 993px) {
  #bad-experience-page .mobile-logo-experience {
    display: none !important;
  }
}
#bad-experience-page h1 {
  color: #000000 !important;
  font-family: "gotham_boldregular";
  font-weight: 400;
  line-height: 90%;
  max-width: 800px;
  padding-bottom: 4.5vh;
  font-size: 65px;
}
@media (max-width: 1500px) {
  #bad-experience-page h1 {
    font-size: 60px;
  }
}
@media (max-width: 1100px) {
  #bad-experience-page h1 {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  #bad-experience-page h1 {
    font-size: 54px;
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #bad-experience-page h1 {
    font-size: 45px;
  }
}
@media (max-width: 479px) {
  #bad-experience-page h1 {
    font-size: 40px;
  }
}
#bad-experience-page h1 span:nth-child(1) {
  color: #0c487b;
}
#bad-experience-page h1 span:nth-child(2) {
  color: #f3a01d;
}
#bad-experience-page p {
  font-family: "gotham_bookregular";
  padding-bottom: 4vh;
  line-height: 166%;
  margin-bottom: 0 !important;
  font-size: 24px !important;
}
@media (max-width: 1199px) {
  #bad-experience-page p {
    font-size: 23px !important;
  }
}
@media (max-width: 992px) {
  #bad-experience-page p {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  #bad-experience-page p {
    font-size: 21px !important;
  }
}
@media (max-width: 479px) {
  #bad-experience-page p {
    font-size: 20px !important;
  }
}
#bad-experience-page .bad-experience-form {
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  padding: 4.6vh 4.526%;
  max-width: 714px;
}
@media (max-width: 1320px) {
  #bad-experience-page .bad-experience-form {
    max-width: 645px;
  }
}
@media (max-width: 1199px) {
  #bad-experience-page .bad-experience-form {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  #bad-experience-page .bad-experience-form {
    margin: 0 auto 6vh;
  }
}
#bad-experience-page .bad-experience-form .fsBody {
  margin: 0;
  padding: 0;
}
#bad-experience-page .bad-experience-form .fsBody .fsForm {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#bad-experience-page .bad-experience-form .fsBody .fsForm .fsSection {
  display: flex;
  flex-wrap: wrap;
}
#bad-experience-page .bad-experience-form .fsBody .fsForm .fsSection .fsRow {
  margin-bottom: 2.7vh !important;
  width: 48%;
  margin-right: 4%;
}
#bad-experience-page .bad-experience-form .fsBody .fsForm .fsSection .fsRow:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 767px) {
  #bad-experience-page .bad-experience-form .fsBody .fsForm .fsSection .fsRow {
    width: 100%;
    margin-right: 0;
  }
}
#bad-experience-page .bad-experience-form .fsBody .fsForm label {
  color: #000000 !important;
  font-family: "gotham_bookregular";
  font-weight: 400;
  line-height: 140%;
  font-size: 15px;
  margin-bottom: 7px !important;
  text-align: left;
}
#bad-experience-page .bad-experience-form .fsBody .fsForm label span {
  color: #ad1f23;
}
#bad-experience-page .bad-experience-form .fsBody .fsForm input[type="text"], #bad-experience-page .bad-experience-form .fsBody .fsForm input[type="email"], #bad-experience-page .bad-experience-form .fsBody .fsForm input[type="tel"], #bad-experience-page .bad-experience-form .fsBody .fsForm textarea {
  font-family: "gotham_bookregular";
  font-size: 18px;
  color: #000000;
  height: 4.8vh;
  min-height: 35px;
  max-height: 46px;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  background-color: #ffffff;
}
#bad-experience-page .bad-experience-form .fsBody .fsForm textarea {
  height: 14vh;
  min-height: 100px;
  max-height: 134px;
}
#bad-experience-page .bad-experience-form .fsBody .fsForm .fsRowBody {
  margin-bottom: 0 !important;
}
#bad-experience-page .bad-experience-form .fsBody .fsForm .fsSubmit {
  margin: 0;
  padding: 0;
}
#bad-experience-page .bad-experience-form .fsBody .fsForm .fsSubmit .fsSubmitButton {
  box-shadow: 0 4px 0 #1f7b26;
  border-radius: 8px !important;
  background-color: #39aa41 !important;
  border: 2px solid #39aa41;
  color: #ffffff !important;
  font-family: "gotham_boldregular";
  font-weight: 400;
  line-height: 100%;
  padding: 11px 16px;
  display: block;
  max-width: 300px;
  width: 100%;
  margin: auto;
  transition: 0.3s all;
  font-size: 32px !important;
}
@media (max-width: 1199px) {
  #bad-experience-page .bad-experience-form .fsBody .fsForm .fsSubmit .fsSubmitButton {
    font-size: 30px !important;
  }
}
@media (max-width: 992px) {
  #bad-experience-page .bad-experience-form .fsBody .fsForm .fsSubmit .fsSubmitButton {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  #bad-experience-page .bad-experience-form .fsBody .fsForm .fsSubmit .fsSubmitButton {
    font-size: 26px !important;
  }
}
@media (max-width: 479px) {
  #bad-experience-page .bad-experience-form .fsBody .fsForm .fsSubmit .fsSubmitButton {
    font-size: 24px !important;
  }
}
#bad-experience-page .bad-experience-form .fsBody .fsForm .fsSubmit .fsSubmitButton:hover {
  color: #39aa41 !important;
  background-color: #ffffff !important;
  box-shadow: none;
}
#bad-experience-page .bad-experience-form .fsValidationError {
  background-color: transparent;
  box-shadow: none;
}
#bad-experience-page .bad-experience-form .fsError {
  border: none;
  color: #ad1f23;
  background-color: transparent;
  padding: 0;
}
#bad-experience-page .bad-experience-form .fsError strong {
  color: #ad1f23 !important;
}
#bad-experience-page .bad-experience-form .fsFieldFocused:not(.fsValidationError).fsSpan100 {
  padding: 0 !important;
  margin: 0 !important;
}
.page-id-71542 #page-header, .page-id-71542 #page-header-inner, .page-id-71542 #page-footer, .page-id-71542 #content-page-services, .page-id-71542 #blog-inner, .page-id-71542 .buttonizer, .page-id-71542 .three_blog_latest_posts {
  display: none !important;
}
@media (min-width: 993px) {
  .page-id-71542.logged-in.admin-bar #modal-ready {
    height: calc(100% - 32px);
    min-height: calc(100vh - 32px);
    padding-bottom: 0;
  }
}
.page-id-71542 #main-content .landing_page {
  padding: 0 !important;
}
@media (max-width: 992px) {
  .page-id-71542 #main-content .landing_page {
    padding: 6vh 0 0 !important;
  }
}
@media (max-width: 767px) {
  .page-id-71542 #main-content .landing_page {
    padding: 14vh 0 0 !important;
  }
}
.page-id-71542 #main-content .container.inner_container {
  max-width: unset !important;
  padding: 0;
}
.page-id-71542 #main-content .container.inner_container .col-sm-12 {
  padding: 0;
}
@media (min-width: 993px) {
  .page-id-71542 #main-content {
    overflow: hidden;
  }
}
.page-id-71542 #main-content .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}
.page-id-71542 #main-content .wpb_content_element {
  margin-bottom: 0 !important;
}
.page-id-71542 #modal-ready {
  height: 100%;
  min-height: 100vh;
  padding-bottom: 0;
  background-image: url("/wp-content/uploads/2020/09/experience_bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 8vh !important;
}
@media (min-width: 993px) {
  .page-id-71542 #modal-ready {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .page-id-71542 #modal-ready {
    padding-top: 4vh !important;
  }
}
@media (max-height: 700px) {
  .page-id-71542 #modal-ready {
    padding-top: 4vh !important;
  }
}
#thank-you-experience-page {
  max-width: 1470px;
  width: 85%;
  margin: auto;
  display: flex;
}
@media (min-width: 993px) {
  #thank-you-experience-page {
    width: 90%;
    text-align: left;
  }
}
@media (min-width: 993px) {
  #thank-you-experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 383px);
    margin-right: 3%;
    z-index: 2;
  }
}
@media (min-width: 993px) and (max-width: 1439px) {
  #thank-you-experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 355px);
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #thank-you-experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 280px);
  }
}
@media (min-width: 993px) and (max-width: 1100px) {
  #thank-you-experience-page .wpb_column:nth-child(1) {
    width: calc(100% - 3% - 235px);
  }
}
@media (max-width: 992px) {
  #thank-you-experience-page .wpb_column:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 993px) {
  #thank-you-experience-page .wpb_column:nth-child(1) .wpb_single_image {
    display: none !important;
  }
}
#thank-you-experience-page .wpb_column:nth-child(2) {
  width: 383px;
  z-index: 1;
  position: unset;
  padding-top: 60px;
}
@media (max-width: 1439px) {
  #thank-you-experience-page .wpb_column:nth-child(2) {
    width: 355px;
  }
}
@media (max-width: 1199px) {
  #thank-you-experience-page .wpb_column:nth-child(2) {
    width: 280px;
  }
}
@media (max-width: 1100px) {
  #thank-you-experience-page .wpb_column:nth-child(2) {
    width: 235px;
  }
}
@media (max-width: 992px) {
  #thank-you-experience-page .wpb_column:nth-child(2) {
    display: none !important;
  }
}
#thank-you-experience-page .wpb_column:nth-child(2) figure {
  position: absolute !important;
  bottom: 0;
  right: 3%;
}
@media (max-width: 1450px) {
  #thank-you-experience-page .wpb_column:nth-child(2) figure {
    right: -5%;
  }
}
@media (max-width: 1360px) {
  #thank-you-experience-page .wpb_column:nth-child(2) figure {
    right: 3%;
    right: -15%;
  }
}
@media (max-width: 1210px) {
  #thank-you-experience-page .wpb_column:nth-child(2) figure {
    right: -20%;
  }
}
@media (max-width: 1100px) {
  #thank-you-experience-page .wpb_column:nth-child(2) figure {
    right: -26%;
  }
}
#thank-you-experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper {
  text-align: right;
}
#thank-you-experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper img {
  width: 100% !important;
  max-width: unset;
  min-width: unset;
}
@media (max-width: 1210px) {
  #thank-you-experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper img {
    width: 90% !important;
  }
}
@media (max-height: 600px) {
  #thank-you-experience-page .wpb_column:nth-child(2) figure .vc_single_image-wrapper img {
    width: 75% !important;
  }
}
@media (max-width: 992px) {
  #thank-you-experience-page .wpb_raw_code .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #thank-you-experience-page .wpb_raw_code .wpb_wrapper h1 {
    order: 2;
  }
  #thank-you-experience-page .wpb_raw_code .wpb_wrapper p {
    order: 3;
  }
  #thank-you-experience-page .wpb_raw_code .wpb_wrapper > div {
    order: 1;
    padding-bottom: 6vh;
  }
}
#thank-you-experience-page h1 {
  color: #000000 !important;
  font-family: "gotham_boldregular";
  font-weight: 400;
  line-height: 90%;
  padding-bottom: 7.6vh;
  font-size: 65px !important;
}
@media (max-width: 1199px) {
  #thank-you-experience-page h1 {
    font-size: 60px !important;
  }
}
@media (max-width: 992px) {
  #thank-you-experience-page h1 {
    font-size: 55px !important;
  }
}
@media (max-width: 767px) {
  #thank-you-experience-page h1 {
    font-size: 45px !important;
  }
}
@media (max-width: 479px) {
  #thank-you-experience-page h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 992px) {
  #thank-you-experience-page h1 {
    text-align: center;
    margin: auto;
    padding-bottom: 4vh;
  }
}
#thank-you-experience-page h1 span:nth-child(1) {
  color: #0c487b;
}
#thank-you-experience-page h1 span:nth-child(2) {
  color: #f3a01d;
}
#thank-you-experience-page p {
  font-family: "gotham_bookregular";
  padding-bottom: 12.6vh;
  line-height: 140%;
  margin-bottom: 0 !important;
  font-size: 28px !important;
}
@media (max-width: 1199px) {
  #thank-you-experience-page p {
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  #thank-you-experience-page p {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  #thank-you-experience-page p {
    font-size: 22px !important;
  }
}
@media (max-width: 479px) {
  #thank-you-experience-page p {
    font-size: 20px !important;
  }
}
@media (max-width: 992px) {
  #thank-you-experience-page p {
    padding-bottom: 6vh;
  }
}
.page-id-70206 #menu-item-71552 {
  display: none !important;
}
.page-id-70206 #menu-item-71527 {
  display: block !important;
  left: unset !important;
  width: unset !important;
  height: unset !important;
  overflow: unset !important;
}
.page.page-id-71473 .banner-section-row h1 {
  color: #fff !important;
}
.page.page-id-71473 #services .service-content p.wow strong {
  color: #fff !important;
}
.meet-ceo {
  background-color: #09375e;
  padding: 33px 34px;
  display: flex;
  max-width: 300px;
  margin: 0 auto;
}
.meet-ceo .img_left img {
  border-radius: 50%;
  max-width: 60px;
}
.meet-ceo .text_right {
  padding-left: 20px;
}
.meet-ceo .text_right p {
  color: #b0c5da;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0 !important;
  text-align: left;
}
.meet-ceo .text_right p span {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin: 0;
  margin-top: 10px;
  letter-spacing: 0;
  text-align: left;
}
#blog-side .sidebar_wrap .text_wrap h3 {
  color: #f8d594 !important;
}
#blog-side .sidebar_wrap a.text-bg {
  display: block;
  color: #fff;
  background-image: none;
  background-color: #f3961d;
  border: 2px solid #f3961d;
  font-size: 20px;
}
#blog-side .sidebar_wrap a.text-bg:hover {
  background-color: #001e36;
}
#blog-side .Marius-content {
  max-width: 300px;
  margin: 0 auto;
}
#blog-side .blog-single {
  margin-bottom: 40px;
}
#blog-side .blog-single .recent_article li img {
  width: 100%;
}
#blog-side .blog-single .recent_article li .title-post a:hover {
  text-decoration: underline !important;
}
#blog-side .blog-single .recent_article li a.button {
  transition: 0.3s all;
}
#blog-side .blog-single .recent_article li a.button:hover {
  color: #000;
}
/* Page Template With Sidebar v2 */
#sidebar-v2 {
  margin: 20px 0;
}
@media (min-height: 650px) {
  #sidebar-v2 {
    position: sticky;
    top: calc(50vh - 335px);
  }
}
@media (max-width: 980px) {
  #sidebar-v2 {
    margin-top: 40px;
  }
}
#sidebar-v2 .sidebar_wrap {
  padding: 0 !important;
  background: #001e36;
  color: #fff;
  max-width: 300px;
  margin: auto;
  border-radius: 8px;
}
#sidebar-v2 .sidebar_wrap .img-wrap img {
  border-radius: 8px;
}
#sidebar-v2 .sidebar_wrap h3 {
  display: inline-block;
  line-height: 1.21em;
  margin-top: 20px;
  margin-bottom: 19px;
  color: #f8d594 !important;
  font-size: 24px;
  text-align: center !important;
  font-family: "gotham_boldregular";
  padding: 0 20px;
}
#sidebar-v2 .sidebar_wrap p {
  display: inline-block;
  text-align: center !important;
  padding: 0 20px;
  font-size: 16px;
  margin: 0px 5%;
  line-height: 120%;
}
#sidebar-v2 .sidebar_wrap ul {
  font-size: 16px;
  margin: 25px 5% 20px 5%;
  line-height: 120%;
  padding-left: 4%;
}
#sidebar-v2 .sidebar_wrap ul li {
  margin: 25px 5% 20px 5%;
  line-height: 120%;
  list-style: none;
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 15px;
  padding-right: 5%;
}
#sidebar-v2 .sidebar_wrap ul li:before {
  line-height: unset !important;
  content: "•";
  color: #f3961d;
  font-size: 40px;
  vertical-align: middle;
  position: absolute;
  left: 0px;
}
#sidebar-v2 .sidebar_wrap a.sidebar-button {
  display: inline-block;
  font-size: 20px;
  font-family: "gotham_mediumregular";
  line-height: 100%;
  background-color: #f3961d;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin: 20px 10% 40px 10%;
  width: 80%;
  padding: 14px 15px;
}
#sidebar-v2 .sidebar_wrap a.sidebar-button:hover {
  background-color: #0c487b;
}
#page-footer {
  font-size: 18px;
  font-size: 18px !important;
}
@media (max-width: 992px) {
  #page-footer {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #page-footer {
    font-size: 16px !important;
  }
}
#page-footer h4 {
  margin-bottom: 20px;
}
#page-footer .contact {
  line-height: 130%;
}
#page-footer .contact .content-list li {
  margin-bottom: 20px;
}
#page-footer .services li {
  margin-bottom: 5px;
}
#page-footer .hours li {
  margin-bottom: 5px;
}
#page-footer .latest-tweets p.modified-gap {
  padding-bottom: 20px;
}
#page-footer .latest-tweets .tweets {
  padding-bottom: 0;
  padding-top: 20px;
}
#page-footer .latest-tweets .tweets li {
  padding-bottom: 20px;
}
#page-footer .copyright {
  flex-wrap: wrap;
}
#page-footer .copyright .copyright__text {
  order: 2;
}
#page-footer .copyright .copyright__menu {
  order: 1;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  #page-footer .copyright .copyright__menu li {
    margin-right: 0 !important;
  }
}
#main-content .landing_page .blog-heading h3 {
  font-size: 26px;
  line-height: 1.17;
  font-family: "gotham_mediumregular";
  margin: 0 0 40px;
  text-align: center;
}
#main-content .landing_page .blog .blog-content .blog-text h4 a {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  border-bottom: none;
}
#main-content .landing_page .blog .blog-content .blog-text h4 a:hover {
  text-decoration: underline !important;
}
#content-page-services .web_services-list.test-list li {
  width: unset !important;
}
@media (min-width: 768px) {
  #content-page-services .web_services-list.test-list li:nth-child(2) {
    top: 15px;
  }
}
@media (min-width: 768px) and (min-width: 993px) {
  #content-page-services .web_services-list.test-list li:nth-child(2) {
    top: 19px;
  }
}
#content-page-services .web_services-list .content-img {
  text-align: center;
  margin-bottom: 30px;
}
#content-page-services .web_services-list .content-img:nth-of-type(4), #content-page-services .web_services-list .content-img:nth-of-type(5) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #content-page-services .web_services-list .content-img:nth-of-type(4) {
    margin-bottom: 30px;
  }
}
#content-page-services .web_services-list .content-img img {
  max-width: 230px;
}
#content-page-services .web_services-list .content-img a {
  display: block;
}
@media (min-width: 993px) {
  #content-page-services .web_services-list .content-img a {
    transition: 0.25s all;
  }
  #content-page-services .web_services-list .content-img a:hover {
    transform: scale(1.2);
  }
}
#content-page-services .web_services-list-icons {
  padding: 10px 0 0 0 !important;
  margin: 0 0 70px 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center;
}
@media (max-width: 992px) {
  #content-page-services .web_services-list-icons {
    flex-wrap: wrap;
  }
}
#content-page-services .web_services-list-icons li {
  list-style: none;
  padding: 0 15px !important;
  margin: 0 !important;
}
#content-page-services .web_services-list-icons li:before {
  content: none !important;
}
#content-page-services .web_services-list-icons li:nth-child(2) {
  top: 19px;
}
@media (max-width: 479px) {
  #content-page-services .web_services-list-icons li:nth-child(2) {
    top: 0;
  }
}
@media (max-width: 992px) {
  #content-page-services .web_services-list-icons li {
    width: 33.333%;
  }
  #content-page-services .web_services-list-icons li:nth-child(-n+3) {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  #content-page-services .web_services-list-icons li {
    width: 50%;
  }
  #content-page-services .web_services-list-icons li:nth-child(-n+4) {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 479px) {
  #content-page-services .web_services-list-icons li {
    width: 100%;
  }
  #content-page-services .web_services-list-icons li:nth-child(-n+5) {
    margin-bottom: 30px !important;
  }
}
#content-page-services .web_services-list-icons li .content-img {
  text-align: center;
}
#content-page-services .web_services-list-icons li .content-img a {
  display: block;
  transition: 0.25s all;
}
@media (min-width: 993px) {
  #content-page-services .web_services-list-icons li .content-img a:hover {
    transform: scale(1.2);
  }
}
#content-page-services .web_services-list-icons li .content-img a img {
  vertical-align: middle;
}
.postid-71276 #blog-side .recent_article li:nth-child(3) {
  display: none;
}
.banar-buttonts {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .banar-buttonts {
    flex-direction: column;
    justify-content: center;
  }
}
.banar-buttonts a {
  display: inline-block;
  font-size: 24px !important;
  border-radius: 5px !important;
  background-color: #f3a01d !important;
  text-shadow: none;
  background-image: linear-gradient(to top, rgba(136, 21, 65, 0) 0%, rgba(46, 0, 18, 0.4) 51%, rgba(136, 21, 65, 0) 100%);
  background-size: auto 200%;
  border: 0;
  box-shadow: none;
  padding: 14px 10px;
  letter-spacing: 0.1em;
  height: 55px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  transition: 0.3s all;
}
@media screen and (max-width: 445px) {
  .banar-buttonts a {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 330px) {
  .banar-buttonts a {
    font-size: 16px !important;
  }
}
.banar-buttonts a:visited {
  color: #fff;
}
.banar-buttonts a:first-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .banar-buttonts a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banar-buttonts a:hover {
  background-position: bottom;
}
#main-content .fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.2225%;
}
#main-content .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-id-137 .buttonizer {
  display: none !important;
}
body.page-id-137 #designstudio-button {
  display: none !important;
}
body.page-id-137 #designstudio-minimize {
  display: none !important;
}
#blog-inner .post__content h4 a {
  position: initial;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}
#blog-inner .post__content h4 a:hover {
  text-decoration: underline !important;
}
#main-content .web_architectural ol.feedback-list {
  display: flex;
  flex-wrap: wrap;
}
#main-content ol.feedback-list {
  display: flex;
  flex-wrap: wrap;
}
#main-content .landing_page .real_state .featured_list {
  display: block !important;
  column-count: 2;
}
#main-content .landing_page .real_state .featured_list li {
  width: unset;
}
#main-content .landing_page .real_state .featured_list li::before {
  top: -1px;
}
#main-content .services_firm ul.list-wrap.client {
  display: block !important;
  column-count: 3;
  max-width: unset;
}
#main-content .services_firm ul.list-wrap.client li {
  width: unset;
  margin-bottom: 20px;
}
#main-content .services_firm ul.list-wrap.client li::before {
  top: -1px;
}
#main-content .services_firm ul.list-wrap.client li:nth-child(even) {
  max-width: unset;
  float: unset;
}
.postid-71175 #main-content .landing_page ul {
  padding: 0;
}
.postid-71175 #main-content .landing_page ul li {
  padding: 0;
}
.postid-71175 #main-content .landing_page ul li::before {
  content: none;
}
.link_outline {
  color: #f3961d;
  transition: 0.2s all;
  text-decoration: underline !important;
}
.link_outline:hover {
  color: #0c487b;
  transition: 0.3s all;
  text-decoration: underline !important;
}
.content_with_sidebar_v2 #page-header.scroll {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  box-shadow: none;
}
.content_with_sidebar_v2 #page-header-inner .page-header-inner__row {
  text-align: left;
  justify-content: flex-start;
}
.content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col {
  max-width: 680px;
  padding: 25vh 0 10vh 0;
}
@media (max-width: 992px) {
  .content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col {
    padding: 15vh 0 10vh 0;
  }
}
.content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col h1 {
  font-size: 46px !important;
}
@media (max-width: 1199px) {
  .content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col h1 {
    font-size: 42px !important;
  }
}
@media (max-width: 992px) {
  .content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 479px) {
  .content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col h1 {
    font-size: 28px !important;
  }
}
.content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col p {
  line-height: 120%;
  font-size: 21px;
  font-size: 21px !important;
}
@media (max-width: 1199px) {
  .content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col p {
    font-size: 21px !important;
  }
}
@media (max-width: 992px) {
  .content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col p {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col p {
    font-size: 19px !important;
  }
}
@media (max-width: 479px) {
  .content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col p {
    font-size: 18px !important;
  }
}
.content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col .schedule-btn-wrapper .schedule-btn {
  background-color: #f3961d;
  border-color: #f3961d;
  margin-bottom: 0;
  margin-top: 1em;
  padding: 15px 8% 18px;
}
.content_with_sidebar_v2 #page-header-inner .page-header-inner__row .page-header-inner__col .schedule-btn-wrapper .schedule-btn:hover {
  background-color: rgba(12, 71, 123, 0.6);
}
@media (min-width: 981px) {
  .content_with_sidebar_v2 #main-content .left-right-area-wrapper {
    display: flex;
  }
}
.content_with_sidebar_v2 #main-content .left-right-area-wrapper #right-area {
  justify-content: unset;
}
.content_with_sidebar_v2 #main-content .left-right-area-wrapper #right-area #blog-side {
  position: sticky;
  top: 20px;
}
.content_with_sidebar_v2 #main-content .left-right-area-wrapper #right-area #blog-side .blog-single {
  margin-bottom: 50px;
}
.content_with_sidebar_v2 #main-content .container.inner_container .text-center {
  text-align: left;
}
.content_with_sidebar_v2 #main-content #modal-ready {
  margin: auto;
}
.content_with_sidebar_v2 #main-content #modal-ready h2 {
  line-height: 1.17;
  font-family: "gotham_mediumregular";
  margin-bottom: 0.8em;
  margin-top: 1em;
  font-size: 34px !important;
}
@media (max-width: 1199px) {
  .content_with_sidebar_v2 #main-content #modal-ready h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 992px) {
  .content_with_sidebar_v2 #main-content #modal-ready h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .content_with_sidebar_v2 #main-content #modal-ready h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 479px) {
  .content_with_sidebar_v2 #main-content #modal-ready h2 {
    font-size: 26px !important;
  }
}
.content_with_sidebar_v2 #main-content #modal-ready h2:first-child {
  margin-top: 0;
}
.content_with_sidebar_v2 #main-content #modal-ready > h3 {
  border-bottom: 1.5px solid #f3a01d;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 35px;
  font-family: "gotham_boldregular";
  position: relative;
  padding-left: 0;
  text-indent: 60px;
  background: url(/wp-content/themes/360smartnet_ulistic/images/icon-image.png) left 4px no-repeat;
  font-size: 24px !important;
}
@media (max-width: 1199px) {
  .content_with_sidebar_v2 #main-content #modal-ready > h3 {
    font-size: 23px !important;
  }
}
@media (max-width: 992px) {
  .content_with_sidebar_v2 #main-content #modal-ready > h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .content_with_sidebar_v2 #main-content #modal-ready > h3 {
    font-size: 21px !important;
  }
}
@media (max-width: 479px) {
  .content_with_sidebar_v2 #main-content #modal-ready > h3 {
    font-size: 20px !important;
  }
}
.content_with_sidebar_v2 #main-content #modal-ready p {
  margin-bottom: 1.2em !important;
}
.content_with_sidebar_v2 #main-content #modal-ready p img {
  border-radius: 5px;
  object-fit: cover;
}
.content_with_sidebar_v2 #main-content #modal-ready ol.feedback-list.content-feedback {
  margin-top: 40px;
}
.content_with_sidebar_v2 #main-content #modal-ready ol.feedback-list.content-feedback li {
  min-height: unset;
  text-align: center;
}
.content_with_sidebar_v2 #main-content #modal-ready ol.feedback-list.content-feedback li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.content_with_sidebar_v2 #main-content .web_services-wrap .web_services-list-icons {
  margin-bottom: 0 !important;
}
.cta-singlebottom-wrapper {
  padding: 0 4.5% 20px 7.5%;
  margin: 40px auto 0;
  background-color: #f3961d !important;
  border: 1px solid #f3961d;
}
@media (max-width: 767px) {
  .cta-singlebottom-wrapper {
    padding: 0 33px 0;
  }
}
.cta-singlebottom-wrapper .cta-singlebottom-item {
  position: relative;
  margin: 20px 0;
  padding: 17px 0 0 7.5%;
  border-left: none;
}
@media (max-width: 767px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item {
    padding: 17px 0 0 33px;
  }
}
.cta-singlebottom-wrapper .cta-singlebottom-item p {
  font-family: "gotham_mediumregular";
  font-weight: 500 !important;
  color: #fff;
  line-height: 110%;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  font-size: 32px !important;
}
@media (max-width: 1199px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item p {
    font-size: 28px !important;
  }
}
@media (max-width: 992px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item p {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item p {
    font-size: 24px !important;
  }
}
@media (max-width: 479px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item p {
    font-size: 24px !important;
  }
}
@media (max-width: 1199px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item p {
    font-size: 30px !important;
  }
}
@media (max-width: 992px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item p {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item p {
    font-size: 26px !important;
  }
}
@media (max-width: 479px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item p {
    font-size: 24px !important;
  }
}
.cta-singlebottom-wrapper .cta-singlebottom-item p span {
  color: #000;
  font-family: "gotham_bookregular";
  font-weight: 400 !important;
  line-height: 160%;
  margin-top: 10px;
  display: block;
  font-size: 18px !important;
}
@media (max-width: 992px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item p span {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item p span {
    font-size: 16px !important;
  }
}
.cta-singlebottom-wrapper .cta-singlebottom-item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -40px;
  display: block;
  width: 85px;
  height: 85px;
  font-size: 52px;
  font-weight: 700;
  background-image: url("/wp-content/uploads/2020/09/check-icon_4.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  color: green;
}
@media (max-width: 992px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item:before {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .cta-singlebottom-wrapper .cta-singlebottom-item:before {
    width: 45px;
    height: 45px;
    top: 20px;
    left: -23px;
  }
}
.cta-singlebottom-wrapper .schedule-btn-wrapper {
  padding-left: 7.5%;
  font-size: 18px !important;
}
@media (max-width: 992px) {
  .cta-singlebottom-wrapper .schedule-btn-wrapper {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .cta-singlebottom-wrapper .schedule-btn-wrapper {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .cta-singlebottom-wrapper .schedule-btn-wrapper {
    padding-left: 33px;
  }
}
.cta-singlebottom-wrapper .schedule-btn-wrapper .schedule-btn:hover {
  border-color: #0c487b !important;
  background-color: #fff !important;
  color: #0c487b !important;
}
.logo-parnters-img-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-parnters-img-wrap img {
  object-fit: contain;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 20px;
}
.logo-parnters-img-wrap img:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .logo-parnters-img-wrap img {
    width: 30%;
    margin-right: 5% !important;
  }
  .logo-parnters-img-wrap img:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
@media (max-width: 479px) {
  .logo-parnters-img-wrap img {
    width: 47.5%;
    margin-right: 5% !important;
  }
  .logo-parnters-img-wrap img:nth-child(3n+3) {
    margin-right: 5% !important;
  }
  .logo-parnters-img-wrap img:nth-child(2n+2) {
    margin-right: 0 !important;
  }
}
@media (min-width: 981px) {
  #contact-section .row {
    display: flex;
  }
}
#contact-section .row .col-sm-4 .contact-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 38px 33px !important;
}
#contact-section .row .col-sm-4 .contact-block p {
  margin: 0px 0px 25px 0px;
  flex: 1 1 auto;
  min-height: auto;
}
#contact-section .row .col-sm-4 .contact-block a {
  min-width: auto;
}
#team .slick-list {
  overflow: inherit !important;
}
.modal-wrapper.styled .wpb_content_element {
  margin-bottom: 0px;
}
.modal-wrapper.styled .wpb_content_element:last-child {
  margin-bottom: 0;
}
.modal-wrapper.styled .modal {
  padding: 42px;
  width: 90%;
}
@media (max-width: 767px) {
  .modal-wrapper.styled .modal {
    padding: 25px;
  }
}
.modal-wrapper.styled .modal .vc_row-fluid {
  margin-bottom: 2em;
}
.modal-wrapper.styled .modal .vc_row-fluid:first-child {
  margin-bottom: 1.5em;
}
.modal-wrapper.styled .modal .vc_row-fluid:last-child {
  margin-bottom: 0;
}
.modal-wrapper.styled .modal .close-modal {
  background: transparent;
  position: absolute;
  top: -4.5px;
  right: 10px;
  font-size: 1.4em;
  color: #333;
  cursor: pointer;
  z-index: 1;
  padding: 0 8px 5px;
  line-height: 1;
}
.modal-wrapper.styled .modal p {
  font-size: 16px !important;
  color: #000 !important;
  line-height: 1.3em;
  margin-bottom: 1.4em;
}
.modal-wrapper.styled .modal p:last-child {
  margin-bottom: 0;
}
.modal-wrapper.styled .modal p span, .modal-wrapper.styled .modal p strong {
  font-size: inherit;
  line-height: inherit;
  color: #000 !important;
}
@media (max-width: 767px) {
  .modal-wrapper.styled .modal p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .modal-wrapper.styled .modal .vc_separator .vc_sep_holder {
    display: none;
  }
}
.modal-wrapper.styled .modal .vc_separator h4 {
  padding: 0;
  text-align: center;
  margin: 10px auto;
}
#blog_section {
  margin: 50px 0;
}
#blog-page .blog-wrapper, #blog_section .blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: center;
}
#blog-page .blog-wrapper .blog-content, #blog_section .blog-wrapper .blog-content {
  /*width: 48%;*/
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 55px;
}
@media screen and (max-width: 999px) {
  #blog-page .blog-wrapper .blog-content, #blog_section .blog-wrapper .blog-content {
    max-width: 395px;
    width: 46%;
  }
}
@media (max-width: 767px) {
  #blog-page .blog-wrapper .blog-content, #blog_section .blog-wrapper .blog-content {
    /*	max-width: 317px;*/
    width: 100%;
  }
}
#blog-page .blog-wrapper .blog-content > a, #blog_section .blog-wrapper .blog-content > a {
  position: relative;
}
#blog-page .blog-wrapper .blog-content > a:after, #blog_section .blog-wrapper .blog-content > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(30deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46%, rgba(72, 118, 149, 0.35) 50.000001%, rgba(72, 118, 149, 0.5) 65%, rgba(13, 70, 119, 0.75) 100%);
  background-size: auto 350%;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
#blog-page .blog-wrapper .blog-content > a:hover:after, #blog_section .blog-wrapper .blog-content > a:hover:after {
  background-position: top left;
}
#blog-page .blog-wrapper .blog-img, #blog_section .blog-wrapper .blog-img {
  background-position: center;
  height: auto;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  padding-bottom: 56%;
}
#blog-page .blog-wrapper .blog-img img, #blog_section .blog-wrapper .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}
#blog-page .blog-wrapper .blog-text, #blog_section .blog-wrapper .blog-text {
  padding: 30px 7%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#blog-page .blog-wrapper .blog-text h2, #blog_section .blog-wrapper .blog-text h2 {
  line-height: 1.2em;
  margin-bottom: 0.8em;
  font-size: 24px !important;
}
@media (max-width: 992px) {
  #blog-page .blog-wrapper .blog-text h2, #blog_section .blog-wrapper .blog-text h2 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  #blog-page .blog-wrapper .blog-text h2, #blog_section .blog-wrapper .blog-text h2 {
    font-size: 20px !important;
  }
}
#blog-page .blog-wrapper .blog-text p, #blog_section .blog-wrapper .blog-text p {
  line-height: 140%;
  margin-bottom: 1.2em;
  font-size: 18px !important;
}
@media (max-width: 992px) {
  #blog-page .blog-wrapper .blog-text p, #blog_section .blog-wrapper .blog-text p {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  #blog-page .blog-wrapper .blog-text p, #blog_section .blog-wrapper .blog-text p {
    font-size: 16px !important;
  }
}
#blog-page .blog-wrapper .blog-text ul.profile-list, #blog_section .blog-wrapper .blog-text ul.profile-list {
  margin-top: auto;
  list-style: none;
}
#blog-page .blog-wrapper .blog-text ul.profile-list li, #blog_section .blog-wrapper .blog-text ul.profile-list li {
  font-size: 12px;
  letter-spacing: -0.3px;
}
#blog-page .blog-wrapper .blog-text ul.profile-list li.tag, #blog_section .blog-wrapper .blog-text ul.profile-list li.tag {
  padding-right: 0;
}
#blog-page .blog-wrapper .blog-text ul.profile-list li.tag li, #blog_section .blog-wrapper .blog-text ul.profile-list li.tag li {
  padding-right: 0;
}
#blog-page .blog-wrapper .blog-text ul.profile-list li.read-more-button, #blog_section .blog-wrapper .blog-text ul.profile-list li.read-more-button {
  margin-bottom: 0.5em;
}
#blog-page .blog-wrapper .blog-text ul.profile-list li.read-more-button a, #blog_section .blog-wrapper .blog-text ul.profile-list li.read-more-button a {
  text-transform: capitalize;
  font-size: 16px;
}
#blog-page #page, #blog_section #page {
  width: 100%;
  border-top: 1px solid #e2e2e2;
}
#blog-page #page .wp-pagenavi, #blog_section #page .wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
}
@media (max-width: 373px) {
  #blog-page #page .wp-pagenavi, #blog_section #page .wp-pagenavi {
    justify-content: center;
  }
}
#blog-page #page .wp-pagenavi span, #blog-page #page .wp-pagenavi a, #blog_section #page .wp-pagenavi span, #blog_section #page .wp-pagenavi a {
  font-weight: 700 !important;
  color: #000;
  font-size: 16px !important;
  padding: 1em 0.5em;
  border: none;
  border-color: transparent !important;
}
#blog-page #page .wp-pagenavi span.current, #blog-page #page .wp-pagenavi a.current, #blog_section #page .wp-pagenavi span.current, #blog_section #page .wp-pagenavi a.current {
  color: #357cac !important;
  background: transparent !important;
  border-color: transparent !important;
}
#blog-page #page .wp-pagenavi a:hover, #blog_section #page .wp-pagenavi a:hover {
  color: #357cac !important;
  background-color: transparent !important;
}
.section_faq {
  padding: 0 !important;
}
.section_faq .et_pb_row {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto !important;
}
.section_faq h2 {
  margin: 0 0 40px;
  padding: 0 15px;
  font-size: 38px !important;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 0.84px;
  line-height: 125%;
  color: #000;
}
@media (max-width: 992px) {
  .section_faq h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .section_faq h2 {
    font-size: 28px !important;
  }
}
.section_faq .et_pb_search {
  border: none;
  padding-bottom: 30px;
}
.section_faq .et_pb_search form {
  position: relative;
  max-width: 500px;
  margin: 0 auto 40px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  overflow: hidden;
}
.section_faq .et_pb_search form .screen-reader-text {
  display: none;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.section_faq .et_pb_search form > div {
  display: flex;
}
.section_faq .et_pb_search form input[type="text"] {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding-top: 0.315em !important;
  padding-right: 0.715em !important;
  padding-bottom: 0.315em !important;
  padding-left: 0.715em !important;
  height: auto;
  min-height: 0;
  border: none;
  display: block;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .section_faq .et_pb_search form input[type="text"] {
    width: 80%;
  }
}
.section_faq .et_pb_search form input.et_pb_searchsubmit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  transition: 0.5s;
  padding-left: 10px;
  padding-right: 10px;
}
.section_faq .et_pb_search form input.et_pb_searchsubmit:hover {
  background-color: #357cac;
  border: 2px solid #357cac;
}
.section_faq .block_faq .et_pb_ajax_pagination_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.section_faq .block_faq article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  padding: 30px 20px;
  background-color: #fff;
  border-top: 2px solid #f36d21;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .section_faq .block_faq article {
    width: calc(50% - 30px);
  }
}
@media (max-width: 500px) {
  .section_faq .block_faq article {
    width: calc(100%);
  }
}
.section_faq .block_faq article .entry-title {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  font-family: 'Helvetica', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 140%;
}
.section_faq .block_faq article .entry-title a {
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.section_faq .block_faq article .entry-title a:hover {
  border-bottom: 1px solid #337ab7;
}
#pum-71570.pum-theme-lightbox {
  background-color: rgba(0, 30, 53, 0.8);
  overflow-y: scroll !important;
}
#pum-71570.pum-theme-lightbox .popup-title-custom {
  color: #001e35;
  font-weight: 700 !important;
  font-family: "gotham_mediumregular";
  line-height: 110%;
  margin-bottom: 1.5vh;
  text-align: center;
  font-size: 40px !important;
}
@media (max-width: 1199px) {
  #pum-71570.pum-theme-lightbox .popup-title-custom {
    font-size: 38px !important;
  }
}
@media (max-width: 992px) {
  #pum-71570.pum-theme-lightbox .popup-title-custom {
    font-size: 34px !important;
  }
}
@media (max-width: 767px) {
  #pum-71570.pum-theme-lightbox .popup-title-custom {
    font-size: 28px !important;
  }
}
@media (max-width: 479px) {
  #pum-71570.pum-theme-lightbox .popup-title-custom {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 470px) {
  #pum-71570.pum-theme-lightbox .popup-title-custom {
    font-size: 20px !important;
  }
}
#pum-71570.pum-theme-lightbox .pum-container {
  background-color: #ffffff;
  border-radius: 20px;
  border-color: #001e35;
  padding: 40px 4% 2% 4%;
}
#pum-71570.pum-theme-lightbox .pum-container .pum-content > p {
  color: #000000;
  text-align: center;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 2vh;
  font-size: 28px !important;
}
@media (max-width: 1199px) {
  #pum-71570.pum-theme-lightbox .pum-container .pum-content > p {
    font-size: 26px !important;
  }
}
@media (max-width: 992px) {
  #pum-71570.pum-theme-lightbox .pum-container .pum-content > p {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  #pum-71570.pum-theme-lightbox .pum-container .pum-content > p {
    font-size: 22px !important;
  }
}
@media (max-width: 479px) {
  #pum-71570.pum-theme-lightbox .pum-container .pum-content > p {
    font-size: 20px !important;
  }
}
#pum-71570.pum-theme-lightbox .pum-container .pum-content + .pum-close {
  right: 10px;
  bottom: auto;
  top: 12px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #001e35;
  font-size: 30px;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap {
  min-height: auto !important;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody {
  padding: 0;
  margin: 0;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm {
  padding: 0;
  margin: 0;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsSection {
  display: flex;
  flex-wrap: wrap;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsSection .fsRow {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px !important;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsSection .fsRow:nth-child(even) {
  margin-right: 0;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsSection .fsRow:nth-last-child(-n + 1) {
  margin-right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsSection .fsRow {
    width: 100%;
    margin-right: 0 !important;
  }
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody {
  margin-bottom: 0 !important;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody label {
  color: #000000 !important;
  text-align: left;
  margin-bottom: 5px !important;
  line-height: 17px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px !important;
}
@media (max-width: 992px) {
  #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody label {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody label {
    font-size: 14px !important;
  }
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody input, #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody textarea, #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody select {
  color: #000000 !important;
  line-height: 110%;
  font-size: 20px !important;
}
@media (max-width: 992px) {
  #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody input, #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody textarea, #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody select {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody input, #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody textarea, #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody select {
    font-size: 18px !important;
  }
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody input option, #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody textarea option, #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody select option {
  font-size: 16px;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody textarea {
  height: 80px;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody.fsValidationError {
  background-color: transparent !important;
  box-shadow: none !important;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody.fsValidationError input {
  border: 1px solid red !important;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsRowBody.fsValidationError textarea {
  border: 1px solid red !important;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsSubmit {
  margin: 0;
  padding: 0;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsSubmit .fsSubmitButton {
  display: inline-block;
  background-color: #f3961d !important;
  padding: 15px 10% 18px;
  border: 2px solid #f3961d;
  border-radius: 8px !important;
  transition: 0.3s all;
  font-weight: 700;
  line-height: 100%;
  font-family: 'gotham_bookregular';
  width: unset !important;
  font-size: 24px !important;
}
@media (max-width: 992px) {
  #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsSubmit .fsSubmitButton {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  #pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsSubmit .fsSubmitButton {
    font-size: 20px !important;
  }
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsSubmit .fsSubmitButton:hover {
  background-color: #0c487b !important;
  border-color: #0c487b !important;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsFieldFocused:not(.fsValidationError).fsSpan100 {
  padding: 0 !important;
  margin: 0 !important;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsError {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  margin-bottom: 10px;
  color: red !important;
  padding-top: 0;
}
#pum-71570.pum-theme-lightbox .popup-form-wrap .fsBody .fsForm .fsError strong {
  color: red !important;
}
@media (min-width: 993px) {
  .pum-open-overlay.pum-open-scrollable body {
    position: relative;
  }
  .pum-open-overlay.pum-open-scrollable #logo-carousel {
    margin-right: 17px;
  }
  .pum-open-overlay.pum-open-scrollable .banner-overlay {
    padding-right: 17px;
    right: 10px;
  }
  .pum-open-overlay.pum-open-scrollable #services {
    margin-right: 17px;
  }
  html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
    padding-right: inherit;
  }
}
.modal-wrapper #modal-content .vc_row {
  margin: 0 0 20px 0;
}
.modal-wrapper #modal-content .vc_row:last-child {
  margin: 0;
}
.modal-wrapper #modal-content .vc_row img {
  margin: -20px 0 0px 0;
}
@media (max-width: 767px) {
  .modal-wrapper #modal-content .vc_row h4 {
    font-size: 1em;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .modal-wrapper #modal-content .vc_row ol {
    padding: 0 !important;
  }
}
.modal-wrapper #modal-content .vc_row ol li {
  text-align: left;
}
.modal-wrapper #modal-content .vc_row p, .modal-wrapper #modal-content .vc_row li {
  font-size: 18px !important;
  color: #16457a;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .modal-wrapper #modal-content .vc_row p, .modal-wrapper #modal-content .vc_row li {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .modal-wrapper #modal-content .vc_row p, .modal-wrapper #modal-content .vc_row li {
    font-size: 14px !important;
  }
}
.modal-wrapper #modal-content .vc_row p a, .modal-wrapper #modal-content .vc_row li a {
  color: #f3961d;
  transition: 0.2s all;
  text-decoration: underline;
}
.modal-wrapper #modal-content .vc_row p a:hover, .modal-wrapper #modal-content .vc_row li a:hover {
  color: #16457a;
}
.modal-wrapper #modal-content .vc_row p strong, .modal-wrapper #modal-content .vc_row li strong {
  font-weight: 700;
  font-family: 'gotham_boldregular';
}
.modal-wrapper #modal-content .vc_row.vc_custom_1500289373512 {
  display: none !important;
}
.modal-wrapper #modal-content .vc_row .wpb_column {
  display: block !important;
}
.modal-wrapper #modal-content .vc_row .wpb_column .vc_col-sm-4 {
  width: 100% !important;
}
.modal-wrapper #modal-content .vc_row .wpb_column .vc_btn3-container {
  margin-bottom: 0;
}
.modal-wrapper #modal-content .vc_row .wpb_column .vc_btn3-container a {
  color: #fff;
  display: inline-block;
  max-width: 100%;
  margin: 0px auto 0px;
  text-align: center;
  line-height: 1.2;
  background-color: #F3961D;
  border: 2px solid #F3961D;
  font-family: 'gotham_bookregular', sans-serif;
  font-weight: 700;
  border-radius: 8px;
  padding: 9px 4%;
  font-size: 18px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.modal-wrapper #modal-content .vc_row .wpb_column .vc_btn3-container a:hover {
  background-color: #0F4878;
}
#modal-ready .vc_custom_1500289056011 .wpb_wrapper p, #modal-ready .vc_custom_1500289056011 .wpb_wrapper li {
  font-size: 18px !important;
  color: #16457a;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #modal-ready .vc_custom_1500289056011 .wpb_wrapper p, #modal-ready .vc_custom_1500289056011 .wpb_wrapper li {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  #modal-ready .vc_custom_1500289056011 .wpb_wrapper p, #modal-ready .vc_custom_1500289056011 .wpb_wrapper li {
    font-size: 16px !important;
  }
}
#modal-ready .vc_custom_1500289457542 img {
  margin: 20px 0;
}
@media (max-width: 424px) {
  #modal-ready .vc_custom_1518434579740 h4 {
    font-size: 1.2em;
  }
}
#modal-ready .vc_custom_1518434579740 p {
  font-size: 18px;
}
body.page-id-70733 #main-content #modal-ready .person-box {
  position: relative;
}
body.page-id-70733 #main-content #modal-ready .person-box:hover .bio-desc {
  visibility: visible;
  display: block;
}
body.page-id-70733 #main-content #modal-ready .person-box .bio-desc {
  display: none;
  z-index: 99999;
  position: absolute;
  border: 2px solid;
  padding: 15px;
  bottom: -288px;
  visibility: hidden;
  background-color: #fff;
}
@media (max-width: 1024px) {
  body.page-id-70733 #main-content #modal-ready .person-box .bio-desc {
    position: relative;
    display: block;
    visibility: visible;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
body.page-id-70733 #main-content #modal-ready .person-box .bio-desc p {
  text-align: left;
}
body.page-id-70733 #main-content #modal-ready .person-box .bio-desc.first-men {
  bottom: -260px;
}
body.page-id-70733 #main-content #modal-ready .person-box .bio-desc span:last-child {
  display: inline-block;
  width: 100%;
  text-align: center;
}
body.page-id-70733 #main-content #modal-ready .person-box .bio-desc .full-bio-button {
  color: #fff;
  display: block;
  max-width: 122px;
  margin: 15px auto 10px;
  text-align: center;
  line-height: 1.2;
  background-color: #F3961D;
  border: 2px solid #F3961D;
  font-family: 'gotham_bookregular', sans-serif;
  font-weight: 700;
  border-radius: 8px;
  padding: 9px 4%;
  font-size: 18px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
body.page-id-70733 #main-content #modal-ready .person-box .bio-desc .full-bio-button:hover {
  background-color: #0F4878;
}
@media (max-width: 1024px) {
  body.page-id-70733 #main-content #modal-ready .person-box .bio-desc .full-bio-button {
    max-width: 200px;
  }
}
/*# sourceMappingURL=index.css.map */