@font-face {
  font-family: "OpenSans Light";
  font-weight: 300;
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "OpenSans Regular";
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "OpenSans Medium";
  font-weight: 500;
  src: url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "OpenSans SemiBold";
  font-weight: 600;
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "OpenSans Bold";
  font-weight: 700;
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Roboto Regular";
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Roboto Medium";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Roboto Bold";
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap; }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  font-family: "Roboto Regular";
  font-size: 16px; }

a {
  text-decoration: none; }

html {
  overflow-x: hidden; }

.container {
  max-width: 1280px !important; }

.archive .site .site-content-contain .site-content,
.single .site .site-content-contain .site-content {
  padding: 0; }

.panigation-main .paginate_links,
.paginate-archive .paginate_links {
  display: flex;
  justify-content: center;
  align-items: center; }
  .panigation-main .paginate_links .page-numbers,
  .paginate-archive .paginate_links .page-numbers {
    background-color: #e9e9ea;
    border-radius: 54px;
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #3b3b3c;
    font-size: 18px;
    font-family: "Roboto Medium";
    text-transform: capitalize;
    margin: 0 5px;
    border: none;
    outline: none; }
    .panigation-main .paginate_links .page-numbers i,
    .paginate-archive .paginate_links .page-numbers i {
      line-height: 38px; }
    .panigation-main .paginate_links .page-numbers.current,
    .paginate-archive .paginate_links .page-numbers.current {
      background-color: #7fb82d;
      color: #fff;
      font-family: "Roboto Bold"; }

#breadcrumbs {
  padding: 10px 0;
  font-family: "Roboto Regular";
  font-size: 14px;
  margin: 15px 0; }
  #breadcrumbs span a {
    color: #7fb82d;
    display: inline-block; }
  #breadcrumbs span .breadcrumb_last {
    color: #3b3b3c; }

.archive #secondary,
.search #secondary,
.single #secondary {
  width: 100% !important;
  float: none !important;
  background-color: #eee;
  padding: 15px !important;
  margin-bottom: 30px; }
  .archive #secondary .sidebar-article-new h2,
  .search #secondary .sidebar-article-new h2,
  .single #secondary .sidebar-article-new h2 {
    font-size: 24px;
    font-family: "Roboto Medium";
    color: #000;
    margin-bottom: 24px; }
  .archive #secondary .sidebar-article-new .post-new-content,
  .search #secondary .sidebar-article-new .post-new-content,
  .single #secondary .sidebar-article-new .post-new-content {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px; }
    .archive #secondary .sidebar-article-new .post-new-content .post-new-image,
    .search #secondary .sidebar-article-new .post-new-content .post-new-image,
    .single #secondary .sidebar-article-new .post-new-content .post-new-image {
      width: 30%;
      flex: 0 0 30%;
      max-height: 80px;
      min-height: 80px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .archive #secondary .sidebar-article-new .post-new-content .post-new-image,
        .search #secondary .sidebar-article-new .post-new-content .post-new-image,
        .single #secondary .sidebar-article-new .post-new-content .post-new-image {
          max-height: 50px;
          min-height: 50px; } }
      .archive #secondary .sidebar-article-new .post-new-content .post-new-image a,
      .search #secondary .sidebar-article-new .post-new-content .post-new-image a,
      .single #secondary .sidebar-article-new .post-new-content .post-new-image a {
        height: 100%; }
        .archive #secondary .sidebar-article-new .post-new-content .post-new-image a img,
        .search #secondary .sidebar-article-new .post-new-content .post-new-image a img,
        .single #secondary .sidebar-article-new .post-new-content .post-new-image a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .archive #secondary .sidebar-article-new .post-new-content .post-new-description,
    .search #secondary .sidebar-article-new .post-new-content .post-new-description,
    .single #secondary .sidebar-article-new .post-new-content .post-new-description {
      padding-left: 12px; }
      .archive #secondary .sidebar-article-new .post-new-content .post-new-description h3.title,
      .search #secondary .sidebar-article-new .post-new-content .post-new-description h3.title,
      .single #secondary .sidebar-article-new .post-new-content .post-new-description h3.title {
        font-size: 18px;
        font-family: "Roboto Regular"; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          .archive #secondary .sidebar-article-new .post-new-content .post-new-description h3.title,
          .search #secondary .sidebar-article-new .post-new-content .post-new-description h3.title,
          .single #secondary .sidebar-article-new .post-new-content .post-new-description h3.title {
            font-size: 13px; } }
        .archive #secondary .sidebar-article-new .post-new-content .post-new-description h3.title a,
        .search #secondary .sidebar-article-new .post-new-content .post-new-description h3.title a,
        .single #secondary .sidebar-article-new .post-new-content .post-new-description h3.title a {
          color: #000; }
  .archive #secondary .blog-popular h2,
  .search #secondary .blog-popular h2,
  .single #secondary .blog-popular h2 {
    font-size: 24px;
    font-family: "Roboto Medium";
    color: #000;
    margin-bottom: 24px; }
  .archive #secondary .blog-popular .popular-content,
  .search #secondary .blog-popular .popular-content,
  .single #secondary .blog-popular .popular-content {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px; }
    .archive #secondary .blog-popular .popular-content .popular-image,
    .search #secondary .blog-popular .popular-content .popular-image,
    .single #secondary .blog-popular .popular-content .popular-image {
      width: 30%;
      flex: 0 0 30%;
      max-height: 80px;
      min-height: 80px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .archive #secondary .blog-popular .popular-content .popular-image,
        .search #secondary .blog-popular .popular-content .popular-image,
        .single #secondary .blog-popular .popular-content .popular-image {
          max-height: 50px;
          min-height: 50px; } }
      .archive #secondary .blog-popular .popular-content .popular-image a,
      .search #secondary .blog-popular .popular-content .popular-image a,
      .single #secondary .blog-popular .popular-content .popular-image a {
        height: 100%; }
        .archive #secondary .blog-popular .popular-content .popular-image a img,
        .search #secondary .blog-popular .popular-content .popular-image a img,
        .single #secondary .blog-popular .popular-content .popular-image a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .archive #secondary .blog-popular .popular-content .popular-description,
    .search #secondary .blog-popular .popular-content .popular-description,
    .single #secondary .blog-popular .popular-content .popular-description {
      padding-left: 12px; }
      .archive #secondary .blog-popular .popular-content .popular-description h3.title,
      .search #secondary .blog-popular .popular-content .popular-description h3.title,
      .single #secondary .blog-popular .popular-content .popular-description h3.title {
        font-size: 18px;
        font-family: "Roboto Regular"; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          .archive #secondary .blog-popular .popular-content .popular-description h3.title,
          .search #secondary .blog-popular .popular-content .popular-description h3.title,
          .single #secondary .blog-popular .popular-content .popular-description h3.title {
            font-size: 13px; } }
        .archive #secondary .blog-popular .popular-content .popular-description h3.title a,
        .search #secondary .blog-popular .popular-content .popular-description h3.title a,
        .single #secondary .blog-popular .popular-content .popular-description h3.title a {
          color: #000; }
  .archive #secondary .blog-banner-ads .widget,
  .search #secondary .blog-banner-ads .widget,
  .single #secondary .blog-banner-ads .widget {
    padding-bottom: 1.5em; }
  .archive #secondary .blog-banner-ads img,
  .search #secondary .blog-banner-ads img,
  .single #secondary .blog-banner-ads img {
    box-shadow: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 0; }

.wpb-posts-nav {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }
  .wpb-posts-nav .wpb-nav-item {
    max-width: 290px; }
    @media screen and (max-width: 991px) {
      .wpb-posts-nav .wpb-nav-item {
        min-width: 200px;
        max-width: 200px; } }
    @media screen and (max-width: 767px) {
      .wpb-posts-nav .wpb-nav-item {
        min-width: 150px;
        max-width: 150px; } }
    .wpb-posts-nav .wpb-nav-item h4 {
      font-size: 20px; }
      @media screen and (max-width: 991px) {
        .wpb-posts-nav .wpb-nav-item h4 {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .wpb-posts-nav .wpb-nav-item h4 {
          font-size: 14px; } }
    .wpb-posts-nav .wpb-nav-item label {
      color: #7fb82d;
      font-family: "Roboto Medium";
      font-weight: 500; }

.page .site .site-content-contain .site-content {
  padding: 0 !important; }
  .page .site .site-content-contain .site-content .entry-header {
    float: none !important;
    width: 100% !important; }
    .page .site .site-content-contain .site-content .entry-header h1 {
      font-size: 50px;
      font-family: "Roboto Bold";
      margin-bottom: 12px;
      text-align: center;
      letter-spacing: normal; }
      @media screen and (max-width: 767px) {
        .page .site .site-content-contain .site-content .entry-header h1 {
          font-size: 28px; } }
  .page .site .site-content-contain .site-content .entry-content {
    width: 100% !important;
    float: none !important; }

body.admin-bar .site-header-fixed {
  top: 46px; }

.no-js .menu-toggle {
  display: block; }

#wpadminbar {
  z-index: 990 !important; }

svg.icon-angle-down {
  transform: rotate(0);
  transition: transform 0.55s ease;
  -moz-transition: -moz-transform 0.55s ease;
  -ms-transition: -ms-transform 0.55s ease;
  -o-transition: -o-transform 0.55s ease;
  -webkit-transition: -webkit-transform 0.55s ease; }

@media screen and (min-width: 1025px) {
  .main-navigation ul li:hover svg.icon-angle-down {
    transform: rotate(180deg);
    transition: transform 0.55s ease;
    -moz-transition: -moz-transform 0.55s ease;
    -ms-transition: -ms-transform 0.55s ease;
    -o-transition: -o-transform 0.55s ease;
    -webkit-transition: -webkit-transform 0.55s ease; } }

.site-header {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1024px) {
    .site-header {
      padding: 20px 0; } }
  .site-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .site-header .header-wrapper #site-navigation .header-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 15px;
      margin-bottom: 10px;
      border-bottom: 1px solid #f5dab2; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper #site-navigation .header-top {
          display: none; } }
    @media screen and (min-width: 1025px) {
      .site-header .header-wrapper .site-search {
        display: none; } }
    .site-header .header-wrapper .site-search section {
      padding: 0; }
    @media screen and (min-width: 1025px) {
      .site-header .header-wrapper .site-search .searchform-wrap {
        position: relative;
        z-index: 99; } }
    .site-header .header-wrapper .site-search .searchform-wrap button {
      position: relative;
      top: 0;
      padding: 0;
      cursor: pointer;
      outline: none;
      border: 1px solid #ddd;
      background: #fff;
      border-radius: 50%;
      width: 33px;
      height: 33px;
      line-height: 33px; }
    .site-header .header-wrapper .site-search .searchform-wrap button i {
      font-size: 18px;
      line-height: 18px;
      color: #000; }
      @media screen and (min-width: 1025px) {
        .site-header .header-wrapper .site-search .searchform-wrap button i {
          color: #7fb82d; } }
    .site-header .header-wrapper .site-search .searchform-wrap button i:hover {
      color: #7fb82d; }
    .site-header .header-wrapper .site-search .searchform-wrap #searchbox {
      position: relative;
      width: inherit;
      height: inherit;
      padding: 0; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper .site-search .searchform-wrap #searchbox {
          position: static; } }
    .site-header .header-wrapper .site-search .searchform-wrap #searchbox input {
      position: absolute;
      width: 150px;
      height: 33px;
      right: 0;
      top: 0;
      border-radius: 20px;
      background-color: #fff;
      padding-left: 15px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 0;
      visibility: hidden;
      padding: 0 10px;
      border: none;
      outline: none;
      font-family: "Roboto Regular";
      font-size: 14px;
      border: 1px solid #ddd; }
    .site-header .header-wrapper .site-search .searchform-wrap #searchbox input:focus + button i {
      color: #7fb82d; }
    .site-header .header-wrapper .site-search .searchform-wrap #searchbox.active input {
      width: 250px;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease 0s; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper .site-search .searchform-wrap #searchbox.active input {
          width: 100%;
          top: 57px;
          left: 0;
          right: 0;
          border-radius: 0;
          height: 45px;
          transition: all 0.3s ease 0s; } }
    .site-header .header-wrapper .header-main .main-navigation button.menu-toggle {
      background: none;
      padding: 0;
      margin: 0; }
      .site-header .header-wrapper .header-main .main-navigation button.menu-toggle .fa-bars {
        font-size: 25px;
        color: #000;
        font-weight: bold; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper .header-main .main-navigation button.menu-toggle i.icon {
          font-size: 18px; }
          .site-header .header-wrapper .header-main .main-navigation button.menu-toggle i.icon.icon-close {
            margin: 0;
            position: fixed;
            z-index: 9999;
            top: 10px;
            right: 10px;
            color: #1b1b1c; } }
    @media screen and (max-width: 1024px) {
      .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
        transition: all 0.3s;
        overflow-y: auto;
        z-index: 999; } }
  @media screen and (max-width: 1024px) and (max-width: 1024px) {
    .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container ul {
      border-top: none;
      background: none; }
      .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container ul#top-menu {
        padding: 50px 15px; } }

    .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li {
      border: 0;
      position: relative; }
      .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li a {
        font-size: 16px;
        color: #1b1b1c;
        font-family: "Roboto Bold";
        padding: 0.7em 1.25em; }
        @media screen and (min-width: 992px) and (max-width: 1440px) {
          .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li a {
            font-size: 14px; } }
        @media screen and (max-width: 1024px) {
          .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li a {
            font-family: "Roboto Medium";
            font-size: 18px; } }
        .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li a:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 0;
          height: 3px;
          background-color: #7fb82d;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: width 0.2s ease;
          transition: width 0.2s ease; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li button.dropdown-toggle {
          color: #1b1b1c;
          background: none; }
          .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li button.dropdown-toggle:after {
            display: none; } }
      .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li ul.sub-menu {
        border: none; }
        @media screen and (min-width: 1025px) {
          .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li ul.sub-menu {
            width: 320px;
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); } }
        .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li ul.sub-menu li {
          -webkit-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out; }
          .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li ul.sub-menu li a {
            width: 100%;
            -webkit-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
          @media screen and (min-width: 1025px) {
            .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li ul.sub-menu li:hover {
              background: #e2efda; } }
      @media screen and (min-width: 1025px) {
        .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li:hover > a {
          color: #1b1b1c; }
          .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li:hover > a:after {
            width: 100%; }
        .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li:hover ul.sub-menu a {
          color: #1b1b1c; } }
      .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li:after, .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu > li:before {
        display: none; }
    @media screen and (min-width: 1025px) {
      .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu li.menu-item-home {
        display: none; }
        .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu li.menu-item-home a {
          padding-right: 0;
          color: #7fb82d; }
          .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu li.menu-item-home a i {
            font-size: 20px; }
          .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu li.menu-item-home a:after {
            display: none; } }
    .site-header .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu.active {
      transform: translate(0, 0);
      visibility: visible; }
    .site-header .header-wrapper .header-main .main-navigation.toggled-on .menu-main_menu-container {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
  .site-header .header-wrapper.header-top {
    padding: 28px 0 9px 0; }
    @media screen and (max-width: 1024px) {
      .site-header .header-wrapper.header-top {
        justify-content: center;
        padding: 0; } }
    .site-header .header-wrapper.header-top .site-logo {
      padding: 0 1.25rem; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper.header-top .site-logo {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; } }
      .site-header .header-wrapper.header-top .site-logo .custom-logo-link {
        display: block;
        padding: 0; }
        .site-header .header-wrapper.header-top .site-logo .custom-logo-link img {
          max-width: 272px; }
          @media screen and (max-width: 1024px) {
            .site-header .header-wrapper.header-top .site-logo .custom-logo-link img {
              max-width: 170px;
              max-height: 100%;
              height: auto;
              object-fit: cover; } }
    .site-header .header-wrapper.header-top .box-search {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper.header-top .box-search {
          display: none; } }
      .site-header .header-wrapper.header-top .box-search .box-button a {
        display: inline-block;
        padding: 5px 20px;
        text-decoration: none;
        border-radius: 4px;
        background: #1c4a97;
        color: #ffffff;
        font-family: "Roboto Regular";
        font-size: 15px;
        border-radius: 35px;
        margin-right: 15px;
        box-shadow: none; }
      .site-header .header-wrapper.header-top .box-search .widget_custom_html {
        padding: 0; }
        .site-header .header-wrapper.header-top .box-search .widget_custom_html ul {
          display: flex;
          list-style-type: none;
          padding: 0;
          margin: 0; }
          .site-header .header-wrapper.header-top .box-search .widget_custom_html ul li {
            padding: 0;
            margin-right: 15px; }
            .site-header .header-wrapper.header-top .box-search .widget_custom_html ul li a {
              display: inline-block;
              padding: 5px 20px;
              text-decoration: none;
              border-radius: 4px;
              background: #1c4a97;
              color: #ffffff;
              font-family: "Roboto Regular";
              font-size: 15px;
              border-radius: 35px;
              box-shadow: none; }
      .site-header .header-wrapper.header-top .box-search #search-2 {
        padding-bottom: 0; }
        .site-header .header-wrapper.header-top .box-search #search-2 label {
          display: none; }
        .site-header .header-wrapper.header-top .box-search #search-2 input[type="search"] {
          padding: 0.3em;
          padding-left: 15px;
          background: #ffffff 0% 0% no-repeat padding-box;
          border: 1px solid #d0d0d0;
          border-radius: 31px; }
        .site-header .header-wrapper.header-top .box-search #search-2 .search-form .search-submit {
          background: none; }
          .site-header .header-wrapper.header-top .box-search #search-2 .search-form .search-submit .icon {
            top: -7px;
            left: 0px;
            color: #7fb82d;
            opacity: 0.8; }
          .site-header .header-wrapper.header-top .box-search #search-2 .search-form .search-submit .screen-reader-text {
            display: none; }
  .site-header .header-wrapper.header-bottom .site-navigation {
    position: relative;
    z-index: 90; }
  .site-header.site-header-fixed {
    position: fixed;
    animation-name: slideDown;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s; }
    @media screen and (min-width: 1025px) {
      .site-header.site-header-fixed .header-wrapper.header-top {
        display: none; }
      .site-header.site-header-fixed .header-wrapper .header-main .main-navigation .menu-main_menu-container #top-menu li.menu-item-home {
        display: inline-block; }
      .site-header.site-header-fixed .header-wrapper.header-bottom .site-search {
        display: block; } }

.site-content-contain {
  top: 174px; }
  @media screen and (max-width: 1024px) {
    .site-content-contain {
      top: 57px; } }
  @media screen and (min-width: 1200px) and (max-width: 1440px) {
    .site-content-contain {
      top: 168px; } }

@keyframes slideDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes animate-arrow-1 {
  0% {
    transform: translateY(-40px);
    opacity: 0; }
  70%,
    100% {
    transform: translateY(0);
    opacity: 0.3; } }
@keyframes animate-arrow-1 {
  0% {
    transform: translateY(-40px);
    opacity: 0; }
  70%,
    100% {
    transform: translateY(0);
    opacity: 0.3; } }
@keyframes animate-arrow-2 {
  0% {
    transform: translateY(-40px);
    opacity: 0; }
  70%,
    100% {
    transform: translateY(0);
    opacity: 0.7; } }
@keyframes animate-arrow-3 {
  0% {
    transform: translateY(-40px);
    opacity: 0; }
  70%,
    100% {
    transform: translateY(0);
    opacity: 1; } }
.overlay-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transition: translate3d(0, 0, 0); }

.fp-footer {
  background: #222222; }
  .fp-footer .footer-content {
    padding: 60px 0 15px 0; }
    @media screen and (max-width: 767px) {
      .fp-footer .footer-content {
        padding-top: 40px; } }
    @media screen and (min-width: 992px) {
      .fp-footer .footer-content .box-footer.box-intro {
        margin-top: 0px; } }
    .fp-footer .footer-content .box-footer.box-intro p:first-child {
      line-height: 1;
      margin-bottom: 0; }
    .fp-footer .footer-content .box-footer.box-intro a {
      display: inline-block;
      font-size: 20px;
      text-decoration: none;
      margin-bottom: 20px;
      color: #fff; }
      .fp-footer .footer-content .box-footer.box-intro a strong {
        font-size: 40px; }
    @media screen and (min-width: 992px) {
      .fp-footer .footer-content .box-footer {
        margin-top: 30px; } }
    @media screen and (max-width: 991px) {
      .fp-footer .footer-content .box-footer {
        margin-bottom: 30px; } }
    .fp-footer .footer-content .box-footer h3 {
      font-size: 20px;
      color: #ffff;
      font-family: "Roboto Bold";
      padding: 0;
      margin-bottom: 20px; }
    .fp-footer .footer-content .box-footer p {
      font-size: 16px;
      font-family: "Roboto Regular";
      color: #fff; }
    .fp-footer .footer-content .box-footer ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .fp-footer .footer-content .box-footer ul li a {
        position: relative;
        border: none;
        padding: 0 0 12px 15px;
        display: inline-block;
        width: 100%;
        color: #fff;
        text-transform: capitalize;
        text-decoration: none;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out; }
        .fp-footer .footer-content .box-footer ul li a::before {
          position: absolute;
          content: "\f054";
          left: 0;
          font-size: 10px;
          top: 5px;
          color: inherit;
          font-family: "Font Awesome 6 Pro";
          line-height: normal;
          font-weight: 900;
          color: #7fb82d; }
        .fp-footer .footer-content .box-footer ul li a:hover {
          color: #7fb82d; }
  .fp-footer .footer-bottom {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .fp-footer .footer-bottom .copyright {
      color: #fff;
      font-family: "Roboto Regular";
      text-align: center;
      margin-bottom: 0; }
      .fp-footer .footer-bottom .copyright a {
        color: #7fb82d;
        font-family: "Roboto Medium"; }

#return-to-top {
  z-index: 99;
  position: fixed;
  bottom: 5%;
  background: #7fb82d;
  width: 37px;
  height: 37px;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none; }
  @media screen and (min-width: 768px) {
    #return-to-top {
      right: 20px; } }
  @media screen and (max-width: 767px) {
    #return-to-top {
      bottom: 3%;
      right: 10px; } }
  #return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 7px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #return-to-top:hover {
    background-color: #ffe5be; }

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