@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
html, body {
  min-height: 100%; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Inter", sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
  line-height: 25px;
  letter-spacing: 1px; }

ul {
  padding: 0px;
  margin: 0px; }
  ul li {
    display: block; }

p {
  line-height: 33px;
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px; }

a {
  text-decoration: none;
  transition: all 0.5s ease; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    border: 0px;
    outline: 0px; }

:focus {
  text-decoration: none;
  border: 0px;
  outline: 0px; }

.tbl {
  display: table !important;
  width: 100%;
  height: 100%; }
  .tbl .tbl-cell {
    display: table-cell;
    vertical-align: middle; }

section {
  width: 100%;
  clear: both; }

.scroll-top {
  display: none !important;
  z-index: 1049;
  position: fixed;
  visibility: visible;
  bottom: 100px;
  right: 2%;
  border-radius: 50%;
  border: 1px solid transparent;
  min-height: 50px;
  min-width: 50px;
  background-color: #ffc000;
  transition: all 0.5s; }
  .scroll-top a {
    color: #000; }
  .scroll-top i {
    color: #000; }
  .scroll-top:hover {
    background-color: #000;
    outline: 0; }
    .scroll-top:hover i {
      color: #fff; }
  .scroll-top:focus {
    background-color: #ffc000;
    outline: 0; }
    .scroll-top:focus i {
      color: #fff; }

.flex {
  display: flex; }

.img-570 {
  max-width: 570px;
  width: 100%; }
  .img-570 img {
    width: 100%; }

.yellow-btn {
  color: #000 !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  padding: 16px 30px !important;
  font-weight: 600;
  background: #ffc000;
  letter-spacing: 1px; }
  .yellow-btn:hover {
    color: #ffc000 !important;
    background: #fff; }

header {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 15px 0; }
  header.h-first {
    z-index: 5; }
  header.header--clone {
    z-index: 9 !important; }
  header .navbar {
    padding: 0; }
    header .navbar .navbar-toggler .navbar-toggler-icon {
      line-height: 30px; }
    header .navbar .navbar-toggler .fa {
      color: #000;
      font-size: 20px; }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
      padding: 2px 20px;
      color: #262729;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500; }
      header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        color: #000; }
    header .navbar .navbar-collapse .navbar-nav .nav-item .toll-no {
      display: flex;
      color: #fff;
      text-transform: uppercase; }
      header .navbar .navbar-collapse .navbar-nav .nav-item .toll-no img {
        width: 46px;
        height: 46px;
        margin-right: 10px; }
      header .navbar .navbar-collapse .navbar-nav .nav-item .toll-no p {
        font-size: 20px;
        line-height: 1;
        margin: 0;
        color: #fff; }
        header .navbar .navbar-collapse .navbar-nav .nav-item .toll-no p span {
          display: block;
          font-weight: 700;
          font-size: 14px;
          margin-bottom: 6px;
          color: #fff; }

.banner {
  overflow: hidden;
  position: relative;
  z-index: 4; }
  .banner .banner-container {
    position: relative; }
    .banner .banner-container img {
      width: 100%; }
    .banner .banner-container .item {
      position: relative; }
    .banner .banner-container .banner-content {
      z-index: 9;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
      text-align: center;
      max-width: 870px; }
      .banner .banner-container .banner-content h1 {
        font-family: 'Luxe Uno';
        color: #fff;
        line-height: 1;
        font-size: 90px;
        font-weight: 700; }
        .banner .banner-container .banner-content h1 span {
          color: #ffc000; }
      .banner .banner-container .banner-content p {
        font-size: 25px;
        color: #fff;
        padding: 37px 0 40px; }

.static-section {
  background: #ffc000;
  padding: 50px 0; }
  .static-section .static-box {
    display: flex;
    justify-content: center;
    align-items: center; }
    .static-section .static-box .sb-icon {
      background: #ffda6a;
      width: 100px;
      height: 100px;
      border-radius: 100px;
      margin-right: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Luxe Uno';
      font-weight: 700;
      font-size: 30px; }
    .static-section .static-box .sb-txt {
      width: calc(100% - 130px);
      font-size: 16px;
      line-height: 21px; }
      .static-section .static-box .sb-txt span {
        text-decoration: underline;
        font-weight: 700; }

.subheading {
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: 400;
  line-height: 33px;
  font-size: 18px; }

h2 {
  font-family: 'Luxe Uno';
  font-size: 70px;
  padding: 0;
  margin: 0 0 25px 0;
  line-height: 1;
  font-weight: 600; }
  h2 span {
    display: block;
    font-size: 40px;
    font-weight: 300;
    color: #000;
    line-height: 1;
    font-family: 'Luxe Uno';
    margin-bottom: 13px;
    text-transform: uppercase; }

h3 {
  font-family: 'Luxe Uno';
  font-size: 40px;
  padding: 0;
  margin: 0 0 25px 0;
  line-height: 1;
  font-weight: 600; }

.fs-14 {
  font-size: 14px; }

.pl-30 {
  padding-left: 30px; }

.pl-70 {
  padding-left: 70px; }

.pr-70 {
  padding-right: 70px; }

.pt-166 {
  padding-top: 166px; }

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.pt-60 {
  padding-top: 60px; }

.pt-100 {
  padding-top: 100px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-40 {
  padding-bottom: 40px; }

.subscribe-form-one {
  position: relative;
  z-index: 6;
  width: 100%; }
  .subscribe-form-one .sfo-heading {
    border-radius: 2px 2px 0 0;
    padding: 23px 30px;
    position: relative;
    line-height: 30px;
    font-size: 22px; }
    .subscribe-form-one .sfo-heading::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: 2px 2px 0 0;
      background-image: -moz-linear-gradient(0deg, #b2d09a 0%, #dcf8c6 100%);
      background-image: -webkit-linear-gradient(0deg, #b2d09a 0%, #dcf8c6 100%);
      background-image: -ms-linear-gradient(0deg, #b2d09a 0%, #dcf8c6 100%);
      opacity: 0.8; }
    .subscribe-form-one .sfo-heading span {
      position: relative; }
  .subscribe-form-one .sfo-bofy {
    background: #ebeff3;
    padding: 40px;
    border-radius: 0 0 2px 2px; }
    .subscribe-form-one .sfo-bofy input[type="text"] {
      width: 100%;
      border-radius: 2px;
      margin-bottom: 20px;
      border: 0;
      background: #fff;
      font-size: 18px;
      padding: 17px;
      height: 60px; }
    .subscribe-form-one .sfo-bofy input[type="submit"] {
      width: 100%;
      border-radius: 2px;
      border: 0;
      background: #b2d09a;
      font-size: 18px;
      padding: 17px;
      height: 60px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 600;
      text-align: center; }

.cta {
  text-align: center;
  background: url("../images/cta-bg.png") no-repeat center center;
  background-size: 100% 100%;
  height: 505px;
  margin-bottom: -100px;
  position: relative; }

.mb-40 {
  margin-bottom: 40px; }

.mb-80 {
  margin-bottom: 80px; }

.portfolio-bg {
  background: url("../images/portfolio-bg.jpg") repeat-x top center; }
  .portfolio-bg .slider-for {
    margin-bottom: 5px; }
  .portfolio-bg .port-img {
    background: #fff;
    padding: 10px;
    border-radius: 20px; }
    .portfolio-bg .port-img img {
      width: 100%;
      border-radius: 15px; }
  .portfolio-bg .port-thumb {
    padding: 15px; }
    .portfolio-bg .port-thumb img {
      width: 100%;
      border-radius: 15px; }

footer {
  width: 100%;
  clear: both; }
  footer .tbl .tbl-cell {
    vertical-align: top; }
  footer .f-about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 274px; }
  footer .f-social {
    margin-bottom: 30px; }
    footer .f-social ul {
      display: flex; }
      footer .f-social ul li {
        display: block;
        margin-right: 20px; }
        footer .f-social ul li a {
          display: block;
          width: 40px;
          height: 40px;
          border-radius: 40px;
          color: #fff;
          background: #000;
          line-height: 40px;
          text-align: center; }
          footer .f-social ul li a:hover {
            background-color: #ffc000;
            color: #000; }
  footer .f-menu {
    font-size: 16px;
    text-transform: uppercase; }
    footer .f-menu .fm-heading {
      margin-bottom: 25px;
      font-weight: 700;
      font-family: 'Luxe Uno'; }
    footer .f-menu ul li {
      display: block;
      line-height: 1;
      margin-bottom: 16px; }
      footer .f-menu ul li a {
        display: block;
        color: #000;
        line-height: 1;
        transition: all 0.3s; }
        footer .f-menu ul li a:hover {
          color: #ffc000;
          padding-left: 5px; }

.wp-btn {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 99; }
