body {
    font-size: 17px;
    font-family: "Muli", Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: rift-soft;
  font-weight: inherit;
}
h2 {
    font-size: 42px;
    margin-bottom: 35px;
}
h3 {
  font-size: 36px;
}
h2, h3, h4 {
    text-transform: uppercase;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 20px;
}
a {
  text-decoration: none;
}
p img {
  display: inline-block;
}
#logo {
    width: 235px;
    height: 95px;
}
.social-links li a {
    font-size: 25px;
}
.social-links li {
    margin-left: 15px;
    margin-right: 15px;
}
main {
    padding-top: 185px;
}
.main-content .frame-type-textpic, .main-content .frame-type-text, .main-content .frame-type-header, .frame-type-ce_twocol, .frame-type-mask_accordion {
    padding-left: 0;
    padding-right: 0;
}
.home_banner-with-parallax {
    height: calc(100vh - 170px);
}
.home_banner-with-parallax h1 {
  font-size: 90px;
  font-size: clamp(2rem, 10vmin, 10rem);
  color: #fff !important;
}
.home_banner-with-parallax .c-wrap {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    padding: 10px;
}
.home_banner-with-parallax .scroll-down {
    font-size: 34px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
}
.home_banner-with-parallax .text-wrap {
  display: inline-block;
  font-size: 35px;
  font-size: clamp(1rem, 4vmin, 3rem);
}
.home_banner-with-parallax .text-wrap .line-before {
  height: 0.05em;
  width: 100%;
  border-top: 0.1rem dashed;
  /* background-image: repeating-linear-gradient( to right, white, white 0.3em, transparent 0.3em, transparent 0.5em ); */
}
.home_banner-with-parallax .text-wrap .line-after {
  height: 0.05em;
  width: 100%;
  border-bottom: 0.1rem dashed;
  /* background-image: repeating-linear-gradient( to right, white, white 0.3em, transparent 0.3em, transparent 0.5em ); */
}
.home_banner-with-parallax .text-wrap p {
  margin: 0.4rem 0.6rem;
  font-family: rift-soft;
}
.home_banner-with-parallax .btn {
  margin-top: 2rem;
  text-transform: none;
  font-family: 'Muli';
  padding-right: 2rem;
  padding-left: 2rem;
}
.parallax-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.parallax-img img {
  max-height: 100%;
  width: auto;
  margin: auto auto 0;
  transform: translateY(0); /* GSAP will override */
  will-change: transform;
}
#footer {
    padding: 60px 0 15px;
    font-size: 17px;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer p {
    margin: 0;
}
#footer .contact-address .frame-inner {
    display: flex;
}
#footer .contact-address ul {
    width: 33%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
}
#footer .contact-address ul li:first-child {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: rift-soft;
    font-size: 20px;
    margin-bottom: 0;
}
#footer .social-links {
    margin-top: 50px;
}
#footer .copyright {
    margin-top: 35px;
}
.ce-container {
    padding-top: 150px;
    padding-bottom: 50px;
}
.theme-green h2, .theme-green h3, .theme-green h4 {
    color: #C0CC21;
}
.theme-green {
    color: #020303;
}
.theme-green a:not(.sf-menu li a, .btn), .theme-green a:not(.sf-menu li a, .btn):hover {
    color: #C0CC21;
}
.theme-black a:not(.sf-menu li a, .btn), .theme-black a:not(.sf-menu li a, .btn):hover {
  color: #f39000;
}
.theme-orange a:not(.sf-menu li a, .btn), .theme-orange a:not(.sf-menu li a, .btn):hover {
  color: #004489;
}
.theme-green .color-secondary {
    color: #C0CC21;
}
.theme-green .full-width-bg, .theme-green .full-width-bg a:not(.btn), .theme-green .full-width-bg a:not(.btn):hover {
  color: #020303;
}
.video-bg {
    position: absolute;
    overflow:hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
.video-bg video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.5;
}
.row_shape-divider-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    transform: translateZ(0);
    display: none;
    overflow:hidden;
    height: 120px;
  }
  .row_shape-divider-wrap[data-position="top"] {
    transform: rotate(180deg);
    top: -1px;
    bottom: auto;
  }
  .row_gradient_bg {
    /* display: none; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:#f39000;
    opacity: 0.7;
  }
  .theme-green .row_gradient_bg {
    background:#C0CC21;
  }
  .theme-orange .row_gradient_bg {
    background:#ff7c00;
  }
  .svg_shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 100%;
    position: absolute;
  }
  .svg_shape-divider.horizontal_flip {
    transform: rotateY(180deg);
  }
  .full-width-frame {
    position: absolute;
    width: auto;
    height: 100%;
    right: 0;
    left: 0;     
  }
  .full-width-bg .ce-container {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .bg-img {
    background-size: cover;
  }
  .theme-green .full-width-bg h2, .theme-green .full-width-bg h3, .theme-green .full-width-bg h4 {
    color: #020303;
  }
  .btn {
    font-family: rift-soft;
    font-size: 20px;
  }
  .theme-green .btn {
    color: #f7f7f7;
    background-color: #1b1b1b;
  }
  .theme-green .btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #020303;
  }
  .frame-title-wrap {
    margin-bottom: 20px;
  }
  .frame-title-wrap h3, .frame-title-wrap h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7;
    font-family: rift-soft;
    margin-bottom: 5px;
  }
  .full-width-bg .frame-title-wrap h3:after {
    content: "\2713";
    position: relative;
    padding-left: 15px;
    display: inline-block;
    line-height: 1.7;
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    width: 1em;
  }
  .color-bodytext, .color-bodytext a {
    color: inherit !important;
  }
  
  .frame-logo-title-wrap .ce-gallery figcaption {
    text-transform: uppercase;
    color: inherit;
    display: block;
    font-size: 20px;
    text-align: center;
    font-family: rift-soft;
    line-height: 1.2;
  }
  .parallax_section {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: background-position;
  }

 
  .sf-menu li a {
    color: #020303;
    font-size: 18px;
    line-height: 1.2;
    font-family: rift-soft;
    padding: 0px 10px 0px 10px;
    display: inline-block;
  }
  #header .header-container {
    padding: 20px 15px 25px 15px;
  }
  .theme-green #gotoTop {
    background-color: #c0cc21;
  }
  .theme-orange #gotoTop {
    background-color: #004489;
  }
  .theme-orange .btn {
    background-color: #004489;
  }
  .theme-orange .btn:hover {
    background-color: #000000;
  }
  body.theme-orange {
    color: #020303;
  }
  .theme-orange .btn:hover {
    color: #fff;
  }
  .theme-orange h1, .theme-orange h2, .theme-orange h3, .theme-orange h4 {
    color: #004489;
  }
  .theme-orange .full-width-bg h2, .theme-orange .full-width-bg h3, .theme-orange .full-width-bg h4 {
    color: #020303;
  }
  .accordion-item-wrap .accordion-item, .accordion-item-wrap:first-child .accordion-item {
    border: none;
  }
  .accordion h4{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: normal;
  }
  .accordion-header {
    padding: 14px 20px;
    margin-bottom: 15px;
    /* padding-right: 42px; */
    align-items: center;
  }
  .accordion-content {
    padding: 14px 20px;
    width: 100%;
  }
  .accordion-toggle {
    font-weight: 900;
    /* position: absolute;
    top: 50%;
    right: 10px; */
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Font Awesome 6 Free";
    
  }
  .accordion-toggle:before {
    content: "\f078";
    font-style: normal;
    font-variant:normal;
    line-height: 1;
    display: inline-block;
    text-rendering: auto;
  }
  .accordion-item.open .accordion-toggle {
    transform: rotate(180deg);
  }
  .theme-orange .accordion-title {
    color: #020303;
  }
   .hover-move-item {
    display: inline-block;
    transition: transform 0.2s ease;
    will-change: transform;
    perspective: 1000px;
  }
  .frame-type-form_formframework p {
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
  }
  .form-navigation .btn {
    width: 100%;
    color: #020303;
    background-color: #f9f9f9;
    border-color: transparent;
  }
  .form-navigation .btn:hover {
    color: #020303;
    background-color: #f9f9f9;
  }
  body.theme-black {
    color: #fff;
    background-color: #000000;
  }
  .theme-black .sf-menu li a {
    color: #fff;
  }
  .theme-black h1, .theme-black h2, .theme-black h3 {
    color: #f39000;
  }
  .theme-black h4 {
    color: #fff;
  }
  .theme-black .full-width-bg h2, .theme-black .full-width-bg h3, .theme-black .full-width-bg h4 {
    color: #020303;
  }
  .theme-black .full-width-bg.no-bgcolor h2, .theme-black .full-width-bg.no-bgcolor h3 {
    color: #f39000;
  }
  .theme-black .full-width-bg.no-bgcolor, .theme-black .full-width-bg.no-bgcolor h4 {
    color: #fff;
  }
  .theme-black .btn {
    color: #fff;
  }
  .theme-black .full-width-bg.with-bgcolor .btn {
    background-color: #000000;
    color: #f39000;
  }
  .form-control {
    background-color: #f9f9f9;
  }
  .form-check-label input[type="checkbox"] {
    background-color: #ececee;
  }
  .theme-black .form-control {
    color: #000;
  }
  .counter {
    font-family: rift-soft;
  }
  .ls-loading-container {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;

    position: absolute;
    top: 50%;
    left: 50%;
  }
  .ls-loading-indicator {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../Images/loading.gif);
    background-color: #000;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .home_banner-with-parallax {
    opacity: 0;
  }
  .home_banner-with-parallax.loaded {
    opacity: 1;
    transition: 0.3s opacity ease;
  }
  
  .theme-black, .theme-black #header {
    background-color: #000000;
}
.theme-black .svg_shape-divider.horizontal_flip {
    fill: #000001;
}
.theme-green .social-links ul li a i, .theme-green #footer .footer-menu a {
    color: #c0cc21;
}
.theme-black .social-links ul li a i, .theme-black #footer .footer-menu a {
    color: #f39000;
}
.theme-black .social-links ul li a i:hover, .theme-black #footer .footer-menu a:hover {
    color: #ffff;
}
.theme-orange .social-links ul li a i, .theme-orange #footer .footer-menu a {
    color: #004489;
}
#c280 .ce-gallery .image {
    width: 300px;
}
.theme-black .form-navigation .btn {
    background-color: #f39000;
}
.social-links ul li a i:hover, #footer .footer-menu a:hover {
    color: #000000;
}
.theme-green a, .theme-green a:hover {
    text-decoration: none;
}

  .theme-orange input[type="checkbox"]:checked{
    background-color: #ff7c00;
  }
  .theme-green input[type="checkbox"]:checked{
    background-color: #C0CC21;
  }
  
.theme-black .full-width-bg, .theme-black .full-width-bg a:not(.btn), .theme-black .full-width-bg a:not(.btn):hover 
.theme-green .full-width-bg, .theme-green .full-width-bg a:not(.btn), .theme-green .full-width-bg a:not(.btn):hover
.theme-orange .full-width-bg, .theme-orange .full-width-bg a:not(.btn), .theme-orange .full-width-bg a:not(.btn):hover
 {
    color: #020303;
  }
  .theme-black .accordion-content-inner ol li a{
    color: #f39000;
  }
  .parallax_anim {
    background-position: 50% 50%;
    background-repeat: repeat-y;
  }
  .theme-black .form-control.parsley-error {
    border-color:#dc3232;
  }
  .theme-black .parsley-errors-list {
    color: #dc3232;
  }
  .frame-type-form_formframework .frame-type-text {
    margin: 0;
  }
  .frame-type-form_formframework .frame-type-text p {
    margin: 0;
    font-size: 14px;
    text-align: left;
  }
  
  @media (min-width: 768px) {
    .row_gradient_bg {
        display: block;
    }
    .row_shape-divider-wrap {
        display: block;
    }
    .nav-wrap-one-pager {
      margin-bottom: 15px;
    }
  }  
  @media (min-width: 992px) {
    .sf-menu > li:not(:first-child){
      margin-left: 15px;
    }
    .sf-menu li a {
      font-size: 22px;
    }
  }

  @media (min-width: 992px) and (max-width: 1423px) {
    .h2-sm {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1360px) {
    .placeholder-text .caption {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
  .col-xl-3, .ce-container.w-60, .ce-container.w-80, .ce-container.w-70, .ce-container.w-50 {
      width: 100%;
  }
  .img-wrap img {
      width: 100%;
  }
  .ce-image .ce-column {
      margin-right: 30px;
  }
  .ce-image .ce-column .image {
      margin-top: 30px;
  }
  .placeholder-text .caption {
      font-size: 16px;
  }
  .card-group-item {
      margin-bottom: 50px;
  }
  .theme-green a, .theme-green a:hover {
      color: #000;
  }
  main {
      padding-top: 140px;
  }
  #logo {
      margin: 0;
  }
  .sf-menu li a {
      color: #fff;
  }
  .hamburger_button_landing {
      align-items: center;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      height: 50px;
      width: 50px;
      justify-content: center;
      -webkit-transition: background-color .45s ease-in, border-radius .45s ease-in;
      margin-top: 20px;
  }
  .hamburger_button_landing span:first-child {
      transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
  }
  .theme-black .hamburger_button_landing span {
      background-color: #fff;
  }
  .theme-orange .hamburger_button_landing span {
    background-color: #004489;
  }
  .hamburger_button_landing span {
      background-color: #c0cc21;
      display: block;
      height: 3px;
      width: 26px;
      transition: transform .2s;
      -webkit-transition: -webkit-transform .2s;
  }
  .hamburger_button_landing span:nth-child(3) {
      transform: translateY(5px);
      -webkit-transform: translateY(5px);
  }
  .hamburger_button_landing.active span:first-child {
      -webkit-transform: translateY(4px) rotate(45deg);
      transform: translateY(4px) rotate(45deg);
  }
  .hamburger_button_landing.active span:nth-child(2) {
      -webkit-transform: translateZ(0) scaleX(0);
      transform: translateZ(0) scaleX(0);
  }
  .hamburger_button_landing.active span:last-child {
      -webkit-transform: translateY(-2px) rotate(-45deg);
      transform: translateY(-2px) rotate(-45deg);
  }
  .nav-wrap-one-pager {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 1s ease .35s;
      transition: all 1s ease .35s;

      display: none;
  }
  .nav-wrap-one-pager.active {
      pointer-events: all;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s cubic-bezier(.5, 0, 0, 1);
      transition: all .3s cubic-bezier(.5, 0, 0, 1);

      display: block;
  }
  .nav-wrap-one-pager .sf-menu {
      flex-direction: column;
  }
  .sf-menu {
      align-items: center;
  }
  .theme-black .nav-wrap-one-pager{
      background-color: #000;
      color: #ffff;
  }
  .nav-wrap-one-pager {
      /* position: fixed;
      left: 0;
      top: 110px; */
      padding: 50px 25px;
      position: relative;
      width: 100%;
      height: 100%;
      background-color: #c0cc21;
      opacity: 0;
      visibility: hidden;
      color: #c0cc21;
      -webkit-transition: opacity .3s cubic-bezier(.5, 0, 0, 1);
      transition: opacity .3s cubic-bezier(.5, 0, 0, 1);
      pointer-events: none;
      margin: 0;
      max-height: calc(100vh - 115px);
      overflow-y: auto;
  }
  .nav-wrap-inner ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #ffffff;
  }
  .nav-wrap-inner ul li:last-child {
    border: none;
  }
  .nav-wrap-inner ul li a {
      padding: 20px 0;
      font-size: 24px;
  }
  .theme-orange .nav-wrap-one-pager {
    background-color: #ff7c00; 
  }
  .statistics-counter>div:not(:first-child) .statistic-item {
    margin-top: 50px;
  }
  .parallax_section {
    background-attachment: inherit !important;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat !important;
  }
  .parallax-img img {
    margin-bottom: 10%;
  }
}
@media (max-width: 767px) {
  #logo {
      width: 200px;
  }

  #footer .col3 {
      width: 100% !important;
  }
  #footer .contact-address ul {
      width: 100% !important;
  }
  #footer .contact-address .frame-inner{
      display: block !important;
  }
  .ce-intext.ce-right .ce-gallery {
      margin-right: 30px;
  }
  .ce-container {
    padding-top: 100px;
  }
  .full-width-bg .ce-container {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .owl-carousel .video-gallery-video-playico {
      display: none;
  }
  .h2-style2 {
      font-size: 26px;
  }
}

@media (max-width: 480px) {
  .navbar-main>li>a {
      font-size: 24px;
  }
  h2 {
    font-size: 26px;
  }
}