/*@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:400,500,600,700&display=swap");*/
@font-face {
  font-family: 'Hatton Typeface';
  src: url("assets/fonts/HattonTypeface.eot");
  src: url("assets/fonts/HattonTypeface.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HattonTypeface.woff2") format("woff2"), url("assets/fonts/HattonTypeface.woff") format("woff"), url("assets/fonts/HattonTypeface.ttf") format("truetype"), url("assets/fonts/HattonTypeface.svg#HattonTypeface") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Reset.css */
div, img, a, ul, li, span, h1, h2, h3, h4, h5 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style: none;
  border: 0;
  outline: none !important; }

.clear {
  clear: both; }

a {
  color: inherit;
  cursor: pointer; }

a:hover, a:focus {
  text-decoration: none;
  color: #ffcb46; }

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

button, input[type="submit"] {
  cursor: pointer;
  outline: 0; }

button:hover, button:focus {
  outline: 0; }

#wpadminbar {
  position: absolute !important; }

* {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*variables*/
/* Normal Styling */
body {
  font-size: 15px;
  color: #181819;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-transform: none;}

h2 {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ffffff; }

h3 {
  font-family: "Hatton Typeface";
  font-size: 102px;
  color: #3b3f45;
  font-weight: 400; }

h4 {
  font-size: 52px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3b3f45; }

h5 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #3b3f45; }

h6 {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #3b3f45; }

p {
  margin-bottom: 1.5rem; }

strong, b {
  font-weight: 700; }

.navbar-collapse > ul > li > a:hover, .navbar-collapse > ul > li.current-menu-item > a, .navbar-collapse > ul > li:hover > a, .navbar-collapse > ul > li > a.active, .navbar-collapse > ul > li:hover, .navbar-collapse > ul > li.current_page_parent > a {
  color: #3b3f45; }

.sub-menu li a:hover, .sub-menu li.current-menu-item a, .sub-menu li:hover > a, .sub-menu li:hover, .sub-menu li a.active {
  color: #3b3f45; }

.page-cont ul {
  margin-bottom: 1.5rem;
  padding: 0;
  display: block; }
  .page-cont ul li {
    list-style: disc; }
.page-cont a:hover{
  color: #ffcb46;
}

/*normal-styles*/
.main {
  overflow: hidden; }

.header {
  background-color: #ffffff;
  width: 100% !important;
  height: 115px; }

.header-smaller {
  height: 103px;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.25); }
  .header-smaller .logo a {
    max-width: 210px; }

.container-fluid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px; }

.top-nav {
  display: flex;
  justify-content: flex-end;
  padding-right: 25px; }
  .top-nav ul {
    display: flex;
    margin: 0;
    padding: 0; }
    .top-nav ul li {
      list-style: none;
      display: block; }
      .top-nav ul li a {
        display: inline-flex;
        height: 36px;
        justify-content: center;
        align-items: center;
        text-transform: capitalize;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        min-width: 130px; }
        .top-nav ul li a i {
          margin-right: 7px; }
    .top-nav ul li:nth-child(1) a {
      background-color: #ffcb46;
      font-weight: 500;
      border-bottom-left-radius: 10px; }
      .top-nav ul li:nth-child(1) a:hover {
        color: #ffffff; }
      .top-nav ul li:nth-child(1) a i {
        color: #ffffff; }
    .top-nav ul li:nth-child(2) a {
      font-weight: 400;
      background-color: #3b3f45;
      color: #ffffff;
      border-bottom-right-radius: 10px; }
      .top-nav ul li:nth-child(2) a:hover {
        color: #ffcb46; }
      .top-nav ul li:nth-child(2) a i {
        color: #ffcb46;
        transform: rotateY(180deg);}

.nav {
  width: 100%;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -35px; }

.nav::before, .nav::after{
  display: none;
}

.logo {
  margin: 0;
  padding: 20px 0;
  display: block; }
  .logo a {
    display: block;
    max-width: 251px; }

.navbar-toggler {
  margin: 0;
  padding: 0; }

.icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  margin: 5px 0;
  background-color: #787766; }

.navbar-collapse{
  padding-right: 0;
}

.navbar-collapse > ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0; }
  .navbar-collapse > ul > li + li {
    margin-left: 18px; }
  .navbar-collapse > ul > li {
    list-style: none;
    display: block;
    padding: 20px 0; }
    .navbar-collapse > ul > li > a {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 500;
      color: #3b3f45;
      text-transform: uppercase;
      text-decoration: none;
      padding-bottom: 4px;
      display: block;
      position: relative; }
      .navbar-collapse > ul > li > a:hover {
        color: #181819; }
      .navbar-collapse > ul > li > a::before {
        content: "";
        width: 0;
        height: 3px;
        background-color: #ffcb46;
        transform-origin: center center;
        border-radius: 3px;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%; }
      .navbar-collapse > ul > li > a:hover::before {
        width: 100%; }
  .navbar-collapse > ul .menu-btn a {
    font-weight: 700;
    border-bottom: 3px solid #ffcb46; }
a:not([href]):not([tabindex]){
  color: #3b3f45;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
  color: #181819;
}

.menu-item-has-children {
  position: relative; }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1; }

.navbar-collapse > ul > li:hover a::before {
  width: 100%; }

.navbar-collapse > ul > .menu-item-has-children > a::after {
  content: "\f078";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: .8em;
  margin-left: 8px; }

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #181819;
  width: 100%;
  padding: 0;
  z-index: 10;
  transition: none; }
  .sub-menu li {
    display: block;
    border-top: 1px solid rgba(120,119,102,.5);
}
    .sub-menu li a {
      display: block;
      padding: 5px 15px;
      font-size: 12px;
      color: #ffffff;
      font-family: "Montserrat", sans-serif; }
      .sub-menu li a:hover {
        color: #ffcb46; }

.sub-menu li.current-menu-item a{
  color: #ffcb46;
}
.list-inline>li:first-child {
    padding-left: 10px;
}

@media (min-width: 1200px) {
  .sub-menu {
    visibility: hidden;
    opacity: 0;
    border-radius: 0px;
    min-width: 160px; } }
.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }
  .banner .container-fluid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 630px; }

.banner-cont {
  background-color: #3b3f45;
  width: 100%;
  max-width: 705px;
  min-height: 276px;
  border: 15px solid #ffffff;
  padding: 30px 20px 15px 30px;
  margin-left: 25px;
  position: relative; }
  .banner-cont::after {
    content: "";
    width: 180px;
    height: 40px;
    background-color: #ffcb46;
    border: 10px solid #ffffff;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 45px;
    transform-origin: 80% 50%;
    transform: rotate(-25deg); }
  .banner-cont h2 {
    text-transform: capitalize;
    line-height: 1.1;
    margin: 0; }
    .banner-cont h2 i {
      display: block;
      font-style: normal; }
    .banner-cont h2 strong {
      font-family: "Roboto", sans-serif;
      color: #ffcb46;
      font-size: 18px;
      font-weight: 400;
      text-transform: none;
      margin-top: 10px;
      display: block;
      line-height: 1.4; }
.banner-cont h2 span {
      font-family: "Roboto", sans-serif;
      color: #ffcb46;
      font-size: 18px;
      font-weight: 400;
      text-transform: none;
      margin-top: 10px;
      display: block;
      line-height: 1.4;
      margin-bottom: 20px;
}

.advantages {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 50px; }
  .advantages .row {
    justify-content: center; }
  .advantages .row [class^=col-] {
    padding-bottom: 100px; }

.cont-box {
  text-align: center; }
  .cont-box i {
    display: block;
    height: 44px;
    margin-bottom: 30px; }
  .cont-box h6 {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .cont-box p {
    max-width: 260px;
    margin: 0 auto;
    max-height: 72px;
    overflow: hidden; }

.contact-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center; }
  .contact-banner .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 270px;
    padding-top: 30px;
    padding-bottom: 60px; }
    .contact-banner .container-fluid .cont-wrap h3 {
      margin-bottom: 30px;
      position: relative;
      text-transform: capitalize;
      z-index: 2; }
    .contact-banner .container-fluid .cont-wrap p {
      padding: 5px 20px;
      background-color: #ffffff;
      display: inline-block;
      font-size: 20px; }

.page-btn a {
  text-transform: uppercase;
  background-color: #3b3f45;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  height: 43px;
  display: inline-flex;
  align-items: center;
  min-width: 142px;
  justify-content: center;
  border: 0;
  border-radius: 20px; }
  .page-btn a:hover {
    color: #ffcb46; }

.news {
  padding-top: 130px;
  padding-bottom: 70px;
  width: 100%; }
  .news .row {
    margin-left: -45px;
    margin-right: -45px; }
  .news .row [class^=col-] {
    padding-left: 45px;
    padding-right: 45px; }

.news-wrap {
  padding-bottom: 50px;
  max-width: 300px; }
  .news-wrap i {
    display: block;
    height: 64px;
    margin-bottom: 40px; }
  .news-wrap p {
    margin-bottom: 40px;
    max-height: 144px;
    overflow: hidden; }

.projects {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 290px; }
  .projects .container-fluid {
    max-height: 405px;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  .projects .cont-wrap {
    text-align: center;
    margin-top: 50%;
    transform: translateY(60%);
    width: 100%; }

.project-titles {
  width: 100%;
  max-width: 1020px;
  background-color: #ffffff;
  min-height: 185px;
  padding: 50px 0 0;
  border-radius: 90px;
  margin: 0 auto; }
  .project-titles p {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px; }
    .project-titles p i {
      display: block;
      font-family: "Montserrat", sans-serif;
      color: #ffcb46;
      font-size: 52px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.2; }

.about-us {
  padding-bottom: 110px; }

.about-img {
  width: 100%;
  max-width: 390px;
  min-height: 460px;
  background-color: #ebebeb;
  padding: 25px 20px 20px;
  box-shadow: 50px 50px 45px rgba(0, 0, 0, 0.25);
  text-align: right; }
  .about-img i {
    display: block;
    width: 100%;
    height: 345px; }
    .about-img i img {
      max-height: none;
      max-width: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom center; }
  .about-img h3 {
    font-size: 99px;
    text-transform: capitalize;
    margin-right: 25px; }

.about-text {
  padding-left: 35px;
  padding-top: 25px;}
  .about-text h5 {
    font-size: 30px;
    margin-bottom: 35px;
    text-transform: none;
    line-height: 1.3; }
  .about-text p {
    margin-bottom: 25px; }
  .about-text .page-btn a {
    margin-top: 20px; }

.testimonials {
  padding-top: 160px;  
  text-align: center; }
  .testimonials .title h4 {
    margin-bottom: 15px;
text-transform: capitalize;}
  .testimonials .title h6 {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    height: 39px;
    min-width: 344px;
    padding: 0 20px;
    background-color: #ffcb46;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px; }

.carousel-outer {
  position: relative; }

.carousel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 440px;
  border-radius: 10px;
  background-color: #ffcb46;
  padding: 50px 20px 15px; }
  .carousel-wrap .carousel-cont h5 {
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center; }
    .carousel-wrap .carousel-cont h5 strong {
      display: block;
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      line-height: 2; }
  .carousel-wrap .carousel-cont p {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 35px;
    text-align: center; }

.carousel-wrap .owl-theme .owl-dots button {
  min-width: auto;
  margin: 0;
  box-shadow: none;
  height: auto; }
  .carousel-wrap .owl-theme .owl-dots button span {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    transform-origin: 50% 50%;
    background-color: rgba(24, 24, 25, 0.2); }

.carousel-wrap .owl-theme .owl-nav button {
  min-width: auto; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  transform-origin: 50% 50%;
  transform: scale(1.4); }

.carousel-wrap .owl-prev,
.carousel-wrap .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto; }
.carousel-wrap .owl-prev:active,
.carousel-wrap .owl-next:active{
  box-shadow: none;
}
  .carousel-wrap .owl-prev span,
  .carousel-wrap .owl-next span {
    display: none; }
    .carousel-wrap .owl-prev span:hover,
    .carousel-wrap .owl-next span:hover {
      color: #ffcb46; }

.carousel-wrap .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent; }

.carousel-wrap .owl-prev {
  left: -7rem; }
.carousel-wrap .owl-prev:hover::after {
    background-image: url(assets/images/chev-left-hover.png); }
  .carousel-wrap .owl-prev::after {
    content: "";
    background-image: url(assets/images/chev-left.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 17px;
    height: 32px;
    margin-top: -16px;
    display: block; }

.carousel-wrap .owl-next {
  right: -7rem; }
  .carousel-wrap .owl-next:hover::after {
    background-image: url(assets/images/chev-right-hover.png); }
  .carousel-wrap .owl-next::after {
    content: "";
    background-image: url(assets/images/chev-right.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 17px;
    height: 32px;
    margin-top: -16px;
    display: block; }

.contact-us {
  padding-top: 80px;
  padding-bottom: 55px;
  background-color: #2e3237; }
  .contact-us .title {
    text-align: center; }
    .contact-us .title h4 {
      color: #ffcb46;
      text-transform: capitalize;
      margin-bottom: 20px; }
    .contact-us .title p {
      color: #ffffff;
      font-size: 20px;
      margin-bottom: 35px; }

.contact-form {
  width: 100%;
  max-width: 950px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 45px 20px 0;
  margin-bottom: 100px; }
  .contact-form p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px; }
  .contact-form .row {
    width: 100%;
    max-width: 778px;
    margin: 0 auto; }
    .contact-form .row input {
      width: 100%;
      height: 60px;
      padding-left: 20px;
      padding-right: 20px;
      background-color: transparent;
      border: 1px solid rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #3b3f45;
      border-radius: 8px;
      margin-bottom: 30px; }
    .contact-form .row ::placeholder {
      opacity: 1; }
    .contact-form .row select {
      width: 100%;
      height: 60px;
      padding-left: 20px;
      padding-right: 20px;
      background-color: transparent;
      border: 1px solid rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #3b3f45;
      border-radius: 8px;
      margin-bottom: 30px;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url(assets/images/select-box-bg.png);
      background-repeat: no-repeat;
      background-position-x: 98%;
      background-position-y: 50%; }
    .contact-form .row textarea {
      width: 100%;
      min-height: 140px;
      padding: 20px;
      background-color: transparent;
      border: 1px solid rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #3b3f45;
      border-radius: 8px;
      margin-bottom: 25px; }
    .contact-form .row label {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #3b3f45; }
    .contact-form .row input[type="submit"] {
      border: 0;
      background-color: #ffcb46;
      margin-bottom: 0;}
      .contact-form .row input[type="submit"]:hover {
        background-color: #3b3f45;
        color: #ffcb46; }

.signup-box label {
  margin-bottom: 0; }
.signup-box input[type="checkbox"] {
  display: none; }
.signup-box input[type=checkbox] + label {
  display: block;
  cursor: pointer; }
.signup-box input[type=checkbox] + label:before {
  content: "";
  background-image: url(assets/images/check-box.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 22px;
  margin-right: 15px;
  color: transparent;
  vertical-align: bottom;
  transform-origin: bottom left; }
.signup-box input[type=checkbox]:checked + label:before {
  background-image: url(assets/images/tic-mark.png);
  background-repeat: no-repeat; }

.contact-address {
  width: 100%;
  padding-top: 10px; }
  .contact-address ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-left: -18px;
    margin-right: -18px; }
    .contact-address ul li {
      display: block;
      list-style: none;
      padding-left: 18px;
      padding-right: 18px;
      padding-bottom: 20px; }
      .contact-address ul li a {
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff; }
        .contact-address ul li a:hover {
          color: #ffcb46; }
        .contact-address ul li a i {
          margin-right: 10px;
          color: #ffcb46; }

.map {
  width: 100%; }
  .map a {
    display: block;
    width: 100%;
    height: 270px; }
    .map a img {
      max-height: none;
      max-width: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }

.footer {
  background-color: #2e3237;
  width: 100%;
  padding: 70px 0 55px; }
  .footer .ft-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 2px solid #ffcb46; }
  .footer hr {
    width: 100%;
    padding: 1px;
    border: 0;
    background-color: #ffcb46;
    margin: 0 15px; }
  .footer .middle {
    display: flex;
    align-items: center; }

.ft-left ul {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap; }
  .ft-left ul li {
    display: block;
    list-style: none;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; }
    .ft-left ul li a {
      display: block;
      color: #ffffff;
      text-transform: capitalize;
      font-weight: 500;
      font-size: 16px; }
      .ft-left ul li a:hover {
        color: #ffcb46; }

.ft-right ul {
  display: flex;
  margin: 0 -5px;
  justify-content: flex-end;
  flex-wrap: wrap; }
  .ft-right ul li {
    display: block;
    list-style: none;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px; }
    .ft-right ul li a {
      display: block;
      color: #ffffff;
      text-transform: capitalize;
      font-weight: 400;
      font-size: 16px; }
      .ft-right ul li a:hover {
        color: #ffcb46; }
  .ft-right ul li:nth-child(2) {
    padding-right: 15px; }

.ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px; }

.ft-copy {
  padding-top: 20px; }
  .ft-copy p {
    font-size: 14px;
    margin: 0;
    color: #ffffff; }

.ft-brands ul {
  margin: 0 -18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap; }
  .ft-brands ul li {
    list-style: none;
    display: block;
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 18px; }
    .ft-brands ul li a {
      display: block;
      height: 50px; }

.page-title.section h1{
  font-weight: 400;
}
.btn-primary{
  background-color: #ffca4b;
}
.btn-primary:hover, .btn-primary:focus{
  background-color: #daa933;
  border-color: #daa933;
}
.btn-primary:not(:disabled):not(.disabled):active{
  background-color: #daa933;
  border-color: #daa933;
}
.blox-element .element-title{
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 20px;
}
.blox-element .heading-title{
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 20px;
}
.single-content blockquote{
  border-left-color: #ffcc46;
}
.blox-element h3{
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 20px;
}
.service-block h4{
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 17px;
}
.contact-form span.wpcf7-not-valid-tip{
  margin: 0;
  font-size: 12px;
  transform: translateY(-25px);
}
.submit-btn{
  transform: translateY(50%);
  padding-top: 16px;
  margin-top: -30px;
}
.contact-form div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  border: 0;
  float: left;
  font-size: 12px;
  color: red;
  margin-top: -60px;
  transition: none;
  width: 100%;
  text-align: center;
}
.pagination li.active > a, .pagination li.active > span{
  background-color: #ffcd45;
}
.pagination li.active > a:hover, .pagination li.active > span:hover, .pagination li.active > a:focus, .pagination li.active > span:focus{
  background-color: #ffcd45;
}
.pagination li a, .pagination li span{
  color: #ffcd45;
}
.pagination li a:hover, .pagination li span:hover, .pagination li a:focus, .pagination li span:focus{
  background-color: #ffcd45;
  color: #ffffff;
}
.medium-loop .entry .medium-content .entry-title h2{
  color: #ffcd45;
}
.meta-category a, .meta-comment a, .meta-like a, .meta-like a i{
  color: #ffcd45;
}
.medium-loop .entry .medium-content .entry-meta li::after{
  color: #ffcd45;
}
.blox-element.service-block .blox-icon, .blox-element.service-block .blox-icon{
  color: #ffcd45;
}
.widget h3.widget-title, .page .content .item-author h3, .single .content .item-author h3, .single .content h3.related-posts{
  font-family: "Montserrat", sans-serif;
}
.member-content a{
  color: #ffcd45;
}
.loop-container [class^=col-]{
  position: static!important;
}
.tt-widget ul li ul.list-inline li a {
    color: #ffcd45;
}
.contact-form .wpcf7-form invalid{
  transition: none;
}
.contact-form div.wpcf7{
  transition: none;
  width: 100%;
}
.brand button:active, .brand button:hover, .brand button:focus{
  background-color: transparent!important;
  border: 0!important;
  box-shadow: none;
}
.brand button{
  border: 0!important;
}
.contact-form div.wpcf7-mail-sent-ok {
    width: 100%;
    text-align: center;
    border: 0px;
    float: left;
    color: #398f14;
    margin-top: -60px;
    font-size: 12px;
}
.who-we-are .banner-cont h2{
  text-transform: none;
}
.who-we-are .banner-cont h2 strong{
  margin-top: 10px;
}
.about-article{
  padding-top: 110px;
  padding-bottom: 60px;
}
.about-article-text{
  padding-top: 35px;
  padding-left: 40px;
}
.about-article h5{
  font-size: 30px;
  line-height: 1.3;
  text-transform: none;
  margin-bottom: 35px;
}
.about-article-text p{
  margin-bottom: 25px;
}
.about-article p i{
  font-style: italic;
  font-weight: 700;
}
.about-article .about-img{
  min-height: 320px;
  max-width: 300px;
  padding: 15px;
  margin-left: 25px;
  box-shadow: 50px 30px 50px rgba(0, 0, 0, .25);
}
.about-article .about-img h3{
  font-size: 54px;
  margin-bottom: 15px;
}
.about-article .about-img i{
  height: 240px;
}
.rot-right{
  transform: rotate(7deg) translateX(100px);
  margin-top: -70px;
}
.rot-left{
  transform: rotate(-7deg) translateX(40px);
}
.z-1{
  position: relative;
  z-index: 1;
}
.z-2{
  position: relative;
  z-index: 2;
}
.z-3{
  position: relative;
  z-index: 3;
}
.timeline{
  padding-top: 90px;
}
.timeline-box{
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
.timeline-box h3{
  font-family: 'Montserrat', sans-serif;
  color: #FFCB46;
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.arrow-right{
  position: relative;
}
.arrow-right::after{
  content: "";
  position: absolute;
  left: 100%;
  top: 15px;
  width: 230px;
  height: 30px;
  background-image: url(assets/images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.arrow-bottom::after{
  content: "";
  display: block;
  width: 30px;
  height: 92px;
  margin-left: 50%;
  background-image: url(assets/images/arrow-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-15px);
}
.arrow-left{
  position: relative;
}
.arrow-left::before{
  content: "";
  position: absolute;
  right: 100%;
  top: 15px;
  width: 230px;
  height: 30px;
  background-image: url(assets/images/arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-partners{
  margin-top: 260px;
  width: 100%;
}
.video-wrap{
  width: 100%;
  height: 440px;
  background-color: #FFCB46;
  border-radius: 7px;
  padding: 0 25px 25px;
}
.video-wrap iframe{
  width: 100%!important;
  height: 610px!important;
  margin-top: -10px;
  transform: translateY(-200px);
}
.partners-textarea{
  max-width: 720px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 30px;
}
.partners-textarea h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 52px;
  margin-bottom: 65px;
  text-transform: none;
}
.partners-textarea p{
  margin-bottom: 25px;
}
.sub-textarea{
  padding-top: 35px;
}
.sub-textarea h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #3B3F45;
  text-transform: none;
  margin-bottom: 25px;
}
.ul-title{
  margin-bottom: 0!important;
}
.sub-textarea ul{
  margin-bottom: 60px;
}
.sub-textarea ul li{
  list-style: none;
  list-style-position: inside;
  background: url(assets/images/list-item-icon.png) no-repeat left 3px top 10px;
  padding-left: 20px;
}
.help-you-prosper .banner-cont h2{
  text-transform: none;
}
.prosperity{
  padding-top: 100px;
  padding-bottom: 105px;
}
.prosperity .about-img{
  max-width: 350px;
  min-height: 410px;
}
.prosperity .about-img h3{
  font-size: 69px;
  text-align: center;
  text-transform: capitalize;
}
.prosperity .about-img i{
  height: 305px;
}
.prosperity-text{
  padding-top: 35px;
}
.contact-page .banner-cont{
  max-width: 740px;
  padding-top: 50px;
}
.contact-page .banner-cont h2{
  text-transform: none;
}
.contact-page .banner-cont h2 strong{
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.wordings{
  width: 100%;
  padding-top: 85px;
}
.yellow-box{
  width: 100%;
  border-radius: 10px;
  background-color: #ffcb46;
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.yellow-box h5{
  margin-bottom: 15px;
  text-transform: capitalize;
}
.yellow-box h6{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  color: #181819;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.yellow-box p{
  max-width: 720px;
  margin: 0 auto;
}
.wordings .yellow-box{
  padding-top: 40px;
  padding-bottom: 60px;
}
.about-business{
  max-width: 440px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 35px;
  text-align: center;
}
.full-width-banner{
  width: 100%;
  height: 260px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.family-textarea{
  width: 100%;
  max-width: 1020px;
  background-color: #ffffff;
  padding: 60px 20px 70px;
  border-radius: 90px 90px 0 0;
  margin: -90px auto 0;
  text-align: center;
}
.family-textarea h4{
  margin-bottom: 45px;
  letter-spacing: -1px;
  text-transform: none;
}
.family-textarea > p{
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.family-textarea > p i{
  font-style: italic;
}
.family-business{
  padding-bottom: 55px;
}
.family-business .row{
  justify-content: center;
}
.family-business .row .wraper{
  max-width: 185px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 55px;
}
.family-business .row .wraper i{
  display: block;
  margin: 0 auto 25px;
  height: 48px;
}
.work-with-prosper{
  width: 100%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 30px;
}
.work-with-prosper h4{
  margin-bottom: 110px;
  text-transform: none;
}
.work-with-prosper .row .wraper{
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
.work-with-prosper .row .wraper i{
  display: block;
  margin: 0 auto 25px;
  height: 48px;
}
.grey-box{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ebebed;
}
.grey-box .about-img{
  background-color: #ffffff;
}
.grey-box .about-img h3{
  font-size: 70px;
  margin-right: 0;
  text-align: center;
}
.grey-box-text{
  padding-top: 70px;
  padding-left: 50px;
}
.grey-box-text h5{
  font-size: 30px;
  text-transform: none;
}
.targeted{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 45px;
}
.box-text{
  max-width: 720px;
  margin: 0 auto;
}
.box-text h4{
  text-align: center;
  margin-bottom: 55px;
  text-transform: none;
}
.box-text iframe{
  width: 100%!important;
  height: 420px!important;
}
.boxed-yellow{
  background-color: #FFCB46;
  display: inline-block;
  padding: 10px 20px;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 20px;
}
.box-text ul{
  margin-bottom: 50px;
}
.box-text ul li{
  list-style: none;
  list-style-position: inside;
  background: url(assets/images/list-item-icon.png) no-repeat left 3px top 10px;
  padding-left: 20px;
}
.boxed-dark{
  display: inline-block;
  background-color: #3B3F45;
  color: #ffffff;
  padding:8px 15px;
  font-size: 20px;
  margin-bottom: 30px;
}
.bottom-grey-box{
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #ebebed;
}
.member-content p a{
  display: block;
}
.medium-loop .entry .medium-content .entry-meta{
  left: 0;
}
.list-inline > li:first-child {
    padding-left: 0;
}
.single-content .backtobutton a{
  margin-bottom: 40px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid
  transparent;
  white-space: nowrap;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-right: .5em;
  background-color: #ffca4b;
  color: #ffffff;
  padding: 6px 12px;  
}
.single-content .backtobutton a:hover{
  background-color: #daa933;
  border-color: #daa933;
}
/*.content .single-content .section-normal{
  padding-top: 80px;
}*/
.section-normal .blox-column-content .blox-element-text:first-child{
  margin-bottom: 0!important;
}
.single-content .fluid-width-video-wrapper{
  padding-top: 57%!important;
}
.home-supporticons{
  padding-top: 120px;
}
.home-supporticons .title h4{
  text-transform: none;
  text-align: center;
  margin-bottom: 40px;
}
.home-supporticons ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-supporticons ul li{
  list-style: none;
  display: block;
  padding: 0 35px;
}
.home-supporticons ul li a{
  display: block;
  max-width: 190px;
}
.mobile-only{
  display: none!important;
}
.primary .single-content .list-inline{
  margin-left: 0;
}
.primary .content .single-content h3{
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
.primary .content .single-content ul{
  margin-bottom: 1.5rem;
}

.sec-about-business{
  padding-top: 90px;
}
.sec-about-business .row, .sec-protection .row{
  align-items: center;
}
.sec-about-business .row [class^=col-]{
  padding-bottom: 60px;
}
.sec-about-business .about-img, .sec-protection .about-img{
  max-width: 310px;
  min-height: 0;
}
.sec-about-business .rot-right, .sec-protection .rot-right{
  margin-top: 0;
}
.sec-about-business .about-img i, .sec-protection .about-img i{
  height: 270px;  
}
.sec-about-business .about-img h3, .sec-protection .about-img h3{
  font-size: 69px;
  text-align: left;
}
.sec-about-business h5{
  font-size: 30px;
  margin-bottom: 40px;
}
.sec-about-business .text-container p strong, .sec-protection .text-container p strong{
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  color: #3B3F45;
  margin-bottom: 25px;
}
.sec-protection .text-container ul li{
  list-style: none;
  display: block;
  background: url(assets/images/list-item-icon.png) no-repeat left 3px top 10px;
  padding-left: 15px;
}
.sec-about-business .text-container ul li:first-child, .sec-protection .text-container ul li:first-child{
  padding-left: 0;
  background: none;
}
.sec-about-business .text-container p i, .sec-protection .text-container p i{
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
.sec-protection{
  padding-top: 80px;
}
.sec-protection .row:first-child {
    flex-direction: row!important;
}
.sec-protection .row:nth-child(2n+1){
  flex-direction: row-reverse;
}
.sec-protection .row [class^=col-]{
  padding-bottom: 60px;
}
.pd-50{
  padding-bottom: 50px;
}
.about-prosper{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
}
.mr-top-200{
  margin-top: 185px;
}
.mr-top-200 .video-cont{
  min-height: 610px;
  transform: translateY(-200px);
}
.about-smsf{
  max-width: 740px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}
.sub-page .row .wraper{
  max-width: 220px;
}
.text-left h3{
  text-align: left!important;
}
.sub-page .box-text .boxed-yellow{
  font-style: normal;
  color: #3B3F45;
}
.sub-page .box-text{
  padding-bottom: 90px;
}
.mw-720{
  max-width: 720px;
  margin: 0 auto;
}
.pd-bt-120{
  padding-bottom: 120px;
}
.mr-bt-40{
  margin-bottom: 40px;
}
.no-style{
  background-image: none!important;
  padding-left: 0!important;
}
.grey-box-text ul li{
  list-style: none;
  list-style-position: inside;
  text-indent: 20px;
  background: url(assets/images/list-item-icon.png) no-repeat left 3px top 10px;
}
.sub-page .about-img h3{
  font-size: 60px;
}
.mx-width-0{
  max-width: none!important;
}
.pd-bt-0{
  padding-bottom: 0!important;
}
.text-normal h2{
  text-transform: none;
}
.page-template-template-wealth-management .banner-cont{
  max-width: 750px;
}
.sec-protection h4{
  margin-bottom: 30px;
}
.sec-protection h5{
  font-size: 30px;
}
.page-template-template-business-valuations-succession-planning .banner-cont{
  max-width: 800px;
}
.yikes-easy-mailchimp-contact_form_7-checkbox input[type="checkbox"]{
  display: inline-block;
  margin-right: 10px;
  -webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
}
@media (max-width: 1200px) {
  .header {
    height: auto; }

  .header-smaller {
    height: auto; }

  h4 {
    font-size: 46px; }

  .top-nav {
    padding-right: 0; }

  .nav {
    padding-left: 0;
    padding-right: 0; }

  .logo a {
    max-width: 200px; }
  .header-smaller .logo a{
    max-width: 185px;
  }

  .navbar-collapse > ul > li + li {
    margin-left: 30px; }
  
  .navbar-collapse > ul > .menu-item-has-children > a::after{
    margin-left: 5px;
  }

  .sub-menu {
    display: none; }

  .advantages {
    padding-bottom: 10px; }

  .project-titles {
    border-radius: 80px; }

  .project-titles p i {
    font-size: 40px; }

  .testimonials {
    padding-top: 140px; }

  .banner .container-fluid {
    min-height: 540px; }

  .projects .container-fluid {
    max-height: 370px; }

  .carousel-wrap .owl-nav {
    display: none; }

  .carousel-wrap .owl-prev {
    left: 0; }

  .carousel-wrap .owl-next {
    right: 0; 
  }
  .about-article .about-img {
    min-height: 300px;
  }
  .about-article .about-img i {
    height: 220px;
  }
  .rot-left {
    transform: rotate(-7deg) translateX(20px);
  }
  .rot-right {
    transform: rotate(7deg) translateX(50px);
  }
  .prosperity .about-img {
    max-width: 320px;
    min-height: 320px;
  }
  .prosperity .about-img i {
    height: 260px;
  }
  .family-business {
    padding-bottom: 20px;
  }
  .family-business .row .wraper {
    max-width: 220px;
  }
  .timeline-box{
    max-width: 380px;
  }
  .arrow-left::before{
    right: 90%;
  }
  .arrow-right::after{
    left: 90%;
  }
  .sec-partners{
    margin-top: 180px;
  }
  .pd-bt-120{
    padding-bottom: 80px;
  }
}
@media(max-width:1100px){
  .navbar-collapse > ul > li + li {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 44px; }

  h3 {
    font-size: 90px; }

  h4 {
    font-size: 36px; }

  h5 {
    font-size: 34px; }

  .container-fluid {
    padding: 0 15px; }

  .top-nav {
    display: none; }

  .nav {
    margin-top: 0;
    position: relative; }

  .brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }

  .nav-links {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: -15px;
    right: -15px;
    background-color: #ffffff; }

  .navbar-collapse > ul {
    display: block; }
    .navbar-collapse > ul li + li {
      margin-left: 0; }
    .navbar-collapse > ul > li {
      border-top: 1px solid #787766;
      padding: 0; }
      .navbar-collapse > ul > li > a {
        padding: 15px 15px;
        color: #3b3f45; }

  .navbar-collapse > ul > li > a::before {
    display: none; }
  
  .navbar-collapse > ul > li:last-child{
    border-bottom: 1px solid #787766;
  }
  
  .sub-menu {
    position: inherit;
    left: auto;
    top: auto;
    z-index: 10;
    background: none;
    margin: 0;
    padding: 0px 0 8px 0;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 15px;
    display: none; }
    .sub-menu li a {
      padding: 8px 5px;
      color: #3b3f45; }
      .sub-menu li a:hover {
        color: #181819; }

  .navbar-collapse {
    max-height: calc(100vh - 80px);
    padding-left: 0;
    overflow-y: scroll; }

  .banner-cont {
    margin-left: 0; }

  .advantages .row [class^="col-"] {
    padding-bottom: 80px; }

  .contact-banner .container-fluid .cont-wrap p {
    font-size: 18px; }

  .news {
    padding-top: 100px; }
    .news .row {
      margin-left: -20px;
      margin-right: -20px; }

  .news .row [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px; }

  .project-titles p {
    font-size: 16px; }

  .project-titles p i {
    font-size: 34px; }

  .project-titles {
    border-radius: 56px; }

  .projects {
    margin-bottom: 240px; }

  .about-img {
    margin: 0 auto; }

  .about-text {
    padding-left: 0;
    padding-top: 80px; }

  .testimonials .title h6 {
    font-size: 16px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px; }

  .carousel-wrap {
    min-height: 370px; }

  .about-us {
    padding-bottom: 90px; }

  .carousel-wrap .carousel-cont h5 strong {
    font-size: 16px; }
  .contact-us{
    padding-bottom: 40px;
  }

  .contact-form {
    padding-left: 0;
    margin-bottom: 70px;
    padding-right: 0; }
    .contact-form .row input, .contact-form .row select {
      margin-bottom: 20px;
      height: 50px; }
    .contact-form .row textarea {
      margin-bottom: 20px; }

  .map a {
    height: 240px; }
  
  .contact-form span.wpcf7-not-valid-tip{
    transform: translateY(-15px);
  }
.ft-right ul, .ft-brands ul, .ft-left ul {
    justify-content: center; }

  .ft-copy {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px; 
  }
  .about-article .about-img {
    min-height: 240px;
    max-width: 220px;
  }
  .about-article .about-img i {
    height: 170px;
  }
  .about-article .about-img h3 {
    font-size: 46px;
    margin-right: 0;
  }
  .rot-left {
    transform: rotate(-7deg) translateX(0);
  }
  .rot-right {
    transform: rotate(7deg) translateX(10px);
  }  
  .about-article-text{
    padding-left: 25px;
  }
  .about-article h5 {
    font-size: 24px;
  }
  .timeline {
    padding-top: 40px;
  }
  .timeline-box h3 {
    font-size: 40px;
  }  
  .arrow-right::after{
    width: 138px;
    height: 18px;
    margin-left: -30px;
  }  
  .arrow-bottom::after{
    width: 20px;
    height: 60px;
    transform: translateX(-10px);
  }  
  .arrow-left::before{
    width: 138px;
    height: 18px;
    margin-right: -30px;
  }
  .sec-partners {
    margin-top: 100px;
  }
  .partners-textarea{
    padding-bottom: 20px;
  }
  .partners-textarea h3{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .video-wrap {
    height: 360px;
  }
  .video-cont {
    height: 420px;
    transform: translateY(-85px);
  }
  .video-btn a{
    width: 80px;
    height: 80px;
    font-size: 36px;
  }
  .prosperity .about-img {
    max-width: 240px;
    min-height: 320px;
    padding-top: 20px;
  }
  .prosperity .about-img h3{
    font-size: 54px;
    margin-right: 0;
  }
  .yellow-box{
    padding-top: 70px;
  }
  .family-textarea{
    border-radius: 60px 60px 0 0;
  }
  .work-with-prosper{
    padding-top: 80px;
    padding-bottom: 0;
  }
  .work-with-prosper h4 {
    margin-bottom: 60px;
  }
  .grey-box{
    padding-bottom: 70px;
  }
  .grey-box .about-img{
    max-width: 280px;
    min-height: 330px;
  }
  .grey-box .about-img i{
    height: 280px;
  }
  .grey-box .about-img h3{
    font-size: 46px;
  }
  .grey-box-text{
    padding-left: 30px;
  }
  .grey-box-text h5 {
    font-size: 22px;
  }
  .box-text h4 {
    margin-bottom: 45px;
  }
  .home-supporticons{
    padding-top: 90px;
  }
  .home-supporticons ul li{
    padding: 0 25px;
  }
  .home-supporticons ul li a{
    max-width: 170px;
  }
  .mobile-only{
    display: block!important;
  }
  .navbar-collapse > ul .menu-btn a{
    border-bottom: 0;
  }
  .mobile-only a i{
    margin-right: 10px;
  }
  .mr-top-200 .video-cont {
    min-height: 535px;
  }
  .sub-page .box-text {
    padding-bottom: 30px;
  }
  .grey-box .about-img h3 {
    font-size: 38px;
  }
  .mr-top-200 iframe {
    width: 100% !important;
    height: 580px !important;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px; }

  h3 {
    font-size: 60px; }

  h4 {
    font-size: 26px; }

  h5 {
    font-size: 20px; }

  .logo {
    padding: 15px 0; }

  .logo a {
    max-width: 185px; }

  .header-smaller .logo a {
    max-width: 170px; }

  .banner .container-fluid {
    min-height: 380px; }

  .banner-cont {
    padding: 30px 20px;
    min-height: 200px;
    border-width: 12px;
    max-width: 480px; }
    .banner-cont::after {
      width: 130px;
      height: 20px;
      border-width: 5px;
      right: 20px; }
    .banner-cont h2 strong {
      line-height: 1.6;
      font-size: 14px;
      margin-top: 15px; }

  .advantages {
    padding-top: 80px; }

  .advantages .row [class^="col-"] {
    padding-bottom: 60px; }

  .contact-banner .container-fluid .cont-wrap p {
    font-size: 16px; }

  .news-wrap {
    margin: 0 auto;
    text-align: center; }
    .news-wrap i {
      margin-bottom: 25px; }
    .news-wrap p {
      margin-bottom: 30px; }

  .page-btn a {
    height: 38px;
    border-radius: 18px; }

  .projects .cont-wrap {
    transform: translateY(40%); }

  .project-titles p {
    margin-bottom: 30px; }

  .project-titles {
    border-radius: 40px; }

  .project-titles p i {
    font-size: 28px; }

  .about-img h3 {
    font-size: 70px; }

  .about-img {
    min-height: 360px; }
    .about-img i {
      height: 280px; }

  .about-text h5 {
    font-size: 24px;
    margin-bottom: 30px; }

  .about-text .page-btn {
    text-align: center; }

  .testimonials .title h6 {
    min-width: 0; }

  .carousel-wrap .carousel-cont h5 strong {
    line-height: 1.5;
    margin-top: 10px; }

  .carousel-wrap .carousel-cont p {
    margin-bottom: 10px; }

  .carousel-wrap {
    padding-bottom: 30px;
    padding-top: 30px; }

  .contact-us .title p {
    font-size: 18px; }

  .contact-form .row input, .contact-form .row select {
    font-size: 11px;
    padding-left: 15px;
    height: 40px; }
  .contact-form textarea{
    padding-left: 15px;
  }
  .contact-form .row .col-sm-6{
    max-width: 100%;
  }
  .contact-form div.wpcf7-mail-sent-ok {
    margin-top: -50px;
  }
  .map {
    min-height: 240px; }
  .contact-form div.wpcf7-validation-errors{
    margin-top: -50px;
  }
  .footer{
    padding-top: 60px;
  }
  .footer ul li a {
    font-size: 15px;
    font-weight: 400; 
  }
  .about-article{
    padding-top: 95px;
    padding-bottom: 30px;
  }
  .about-article .about-img{
    margin: 0 auto;
  }
  .about-article-text{
    padding-top: 80px;
    padding-left: 0;
  }
  .arrow-right::after{
    width: 100px;
    height: 30px;
  }
  .arrow-left::before{
    width: 100px;
    height: 30px;
  }
  .video-wrap {
    height: 220px;
  }
  .video-cont {
    height: 280px;
  }
  .sec-partners{
    margin-top: 120px;
  }
  .partners-textarea h3 {
    font-size: 34px;
  }
  .prosperity{
    padding-bottom: 70px;
    padding-top: 100px;
  }
  .prosperity-text{
    padding-top: 90px;
  }
  .partners-textarea h3 {
    font-size: 24px;
  }
  .sub-textarea h4 {
    font-size: 20px;
  }
  .yellow-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .yellow-box h6{
    font-size: 16px;
  }
  .family-textarea {
    border-radius: 35px 35px 0 0;
  }
  .grey-box-text {
    padding-left: 0;
  }
  .grey-box-text h5 {
    font-size: 17px;
  }
  .grey-box {
    padding-bottom: 50px;
  }
  .boxed-yellow, .boxed-dark{
    font-size: 16px;
  }
  .targeted{
    padding-bottom: 20px;
  }
  .box-text h4 {
    margin-bottom: 30px;
  }
  .contact-page .banner-cont {
    padding-top: 25px;
  }
  .contact-banner .container-fluid{
    padding-bottom: 50px;
  }
  .home-supporticons ul{
    display: block;
    text-align: center;
  }
  .home-supporticons ul li{
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-supporticons ul li a{
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .list-inline > li:first-child {
    padding-left: 5px;
  }
  .content .single-content .section-normal {
    padding-top: 0;
  }
  .section-normal {
    padding-bottom: 0;
  }
  .blox-element.blox-heading.default .heading-title::before{
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .primary.section .content, .primary.section .sidebar {
    padding-top: 40px;
  }
  .blox-element > :last-child, .blox-element:last-child {
    margin-bottom: 0;
  }
  .single-content .blox-column-content .blox-element {
    padding-top: 0;
  }
  .blox-column-content a{
    margin-bottom: 50px;
  }
  .sec-about-business h5{
    font-size: 26px;
  }
  .sec-about-business .text-container p strong, .sec-protection .text-container p strong{
    font-size: 20px;
  }
  .sec-about-business .about-img h3, .sec-protection .about-img h3 {
    font-size: 54px;
  }
  .mr-top-200 .video-cont {
    min-height: 220px;
    transform: translateY(-80px);
  }
  .mr-top-200{
    margin-top: 30px;
  }
  .sub-page .row [class^=col-]:last-child .wraper{
    padding-bottom: 0;
  }
  .mr-top-200 iframe {
    width: 100% !important;
    height: 310px !important;
    margin-top: 0;
    transform: translateY(-120px);
  }
}
@media (max-width: 640px) {
  .contact-address ul li {
    padding-bottom: 10px; }

  .ft-left {
    padding-bottom: 10px; }

  .ft-left ul li {
    padding-bottom: 10px; } 
  .sec-about-business .text-container p strong, .sec-protection .text-container p strong{
    font-size: 18px;
  }
}
@media (max-width: 576px){
  .sec-partners {
    margin-top: 40px;
  }
  .video-wrap {
    height: 140px;
  }
  .video-cont {
    height: 220px;
    transform: translateY(-60px);
  }
  .video-btn a {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .mr-top-200 .video-cont {
    min-height: 120px;
    transform: translateY(-100px);
  }  
  .mr-top-200 iframe {
    width: 100% !important;
    height: 240px !important;
    margin-top: 0;
    transform: translateY(-120px);
  }
}
@media (max-width:575px){  
  .arrow-right::after{
    position: static;
    display: block;
    width: 20px;
    height: 60px;
    background-image: url(assets/images/arrow-bottom.png);    
    margin-left: 50%;
    transform: translateX(-10px);
  }
  .arrow-left::before{
    display: none;
  }
  .arrow-left::after{
    content: "";
    position: static;
    display: block;
    width: 20px;
    height: 60px;
    background-image: url(assets/images/arrow-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 50%;
    transform: translateX(-10px);
  }
  .video-wrap{
    padding: 0 20px 20px;
  }
  .timeline .row:nth-child(2n){
    flex-direction: column-reverse;
  }
  .sec-about-business .about-img, .sec-protection .about-img{
    max-width: 220px;
  }
  .sec-about-business .about-img i, .sec-protection .about-img i {
    height: 180px;
  }
  .sec-about-business .about-img h3, .sec-protection .about-img h3 {
    font-size: 38px;
  }
  .sub-page .row [class^="col-"]:last-child .wraper {
    padding-bottom: 60px;
  }
}
