/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body,html {
  overflow-x: hidden !important;
}
body .uwy.userway_p1 .uai {
    top: 120px !important;  
}
@media screen and (max-width:767px){
	body .uwy.userway_p1 .uai {
    	top: initial !important;  
		bottom: 20px !important;
	}
}
/* HEADER START */
#main_header #main_header_logo_dark {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#main_header #main_header_logo_white {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#main_header.white-header #main_header_logo_dark {
  opacity: 0;
}
#main_header.white-header #main_header_logo_white {
  opacity: 1;
}
#main_header.white-header a {
  color: white !important;
}
#main_header.white-header .elementor-nav-menu--dropdown a {
  color: #242426 !important;
}
#main_header.white-header a:hover:before {
  background-color: white !important;
}
#main_header.white-header .elementor-menu-toggle {
  background-color: white !important;
  color: #242426 !important;
}
/* HEADER END */
/* HOMEPAGE START */
#fp-nav a.active span {
  background: #000 !important;
}
#fp-nav a span {
  background: rgba(0, 0, 0, 0.3) !important;
}
#fp-nav.white-header a.active span {
  background: #ffffff !important;
}
#fp-nav.white-header a span {
  background: #ffffff80 !important;
}
#home-fp-slider.fullpage-wrapper {
  transition: all 2s ease-in-out;
  opacity: 1 !important;
}
#home-fp-slider {
  opacity: 0;
}
#home-fp-slider .section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-fp-slider .section .fp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home-fp-slider .section .fp-tableCell div[data-elementor-type="footer"] {
  width: 100%;
}
#home-fp-slider .section .fp-tableCell .case-study-slide-multiple-columns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
#home-fp-slider .section .fp-tableCell .case-study-slide-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
}
#home-fp-slider .case-study-slide-title {
  color: #ffffff;
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
  text-align: center;
  padding:0px 10%;
}
#home-fp-slider .case-study-slide-subtitle {
  color: #ffffffb3;
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  text-align: center;
  padding:0px 10px;
}
#home-fp-slider .case-study-slide-link {
  margin-top: 35px;
  display: block;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  opacity: 1;
  color: #ffffff00;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-bottom: solid 5px #ffffff;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
}
#home-fp-slider .section:not(.animated) .case-study-slide-title {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
#home-fp-slider .section:not(.animated) .case-study-slide-subtitle {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
#home-fp-slider .section:not(.animated) .case-study-slide-link {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
#home-fp-slider .section.active .case-study-slide-title,
#home-fp-slider .section.active .case-study-slide-subtitle,
#home-fp-slider .section.active .case-study-slide-link {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#home-fp-slider .case-study-slide-link:hover:before {
  -webkit-transform: translate3d(0, -100%, 0) rotateX(110deg);
  transform: translate3d(0, -100%, 0) rotateX(110deg);
  opacity: 0;
}
#home-fp-slider .case-study-slide-link:before {
  content: "VIEW CASE";
  position: absolute;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0;
  transform: rotateX(0deg);
}
#home-fp-slider .case-study-slide-link:hover:after {
  -webkit-transform: translateZ(0) rotateX(0deg) scale(1);
  transform: translateZ(0) rotateX(0deg) scale(1);
  opacity: 1;
}
#home-fp-slider .case-study-slide-link:after {
  content: "VIEW CASE";
  position: absolute;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 100%, 0) rotateX(-110deg);
  transform: translate3d(0, 100%, 0) rotateX(-110deg);
  opacity: 0;
}
#home-fp-slider .slide-news-wrapper {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#home-fp-slider .slide-news-wrapper .slide-news-wrapper-title {
  font-size: 50px;
  font-weight: 700;
  color: #242426;
  margin-bottom: 50px;
  display: block;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
}
#home-fp-slider .slide-news-wrapper .slide-news-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.4s;
}
#home-fp-slider .slide-news-wrapper .slide-news-column {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#home-fp-slider .slide-news-wrapper .slide-news-column .slide-news-title {
  color: #242426;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
}
#home-fp-slider
  .slide-news-wrapper
  .slide-news-column
  .slide-news-title:not(.disabled):hover {
  opacity: 0.7;
}
#home-fp-slider .slide-news-wrapper .slide-news-column .slide-news-date {
  color: #242426;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  opacity: 0.6;
}
#home-fp-slider .slide-news-wrapper .slide-news-column .slide-news-exc {
  color: #242426;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
#home-fp-slider .slide-news-wrapper .slide-news-column .slide-news-link {
  color: #b56b3c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#home-fp-slider .slide-news-wrapper .slide-news-column .slide-news-link:hover {
  color: #c9865b !important;
}
#home-fp-slider .slide-news-wrapper .slide-news-wrapper-link {
  color: #ffffff00;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-bottom: 5px solid #242426;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
}
#home-fp-slider .slide-news-wrapper .slide-news-wrapper-link:hover:before {
  -webkit-transform: translate3d(0, -100%, 0) rotateX(110deg);
  transform: translate3d(0, -100%, 0) rotateX(110deg);
  opacity: 0;
}
#home-fp-slider .slide-news-wrapper .slide-news-wrapper-link:before {
  color: #242426;
  content: "VIEW ALL NEWS";
  position: absolute;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0;
  transform: rotateX(0deg);
}
#home-fp-slider .slide-news-wrapper .slide-news-wrapper-link:hover:after {
  -webkit-transform: translateZ(0) rotateX(0deg) scale(1);
  transform: translateZ(0) rotateX(0deg) scale(1);
  opacity: 1;
}
#home-fp-slider .slide-news-wrapper .slide-news-wrapper-link:after {
  color: #242426;
  content: "VIEW ALL NEWS";
  position: absolute;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 100%, 0) rotateX(-110deg);
  transform: translate3d(0, 100%, 0) rotateX(-110deg);
  opacity: 0;
}
#home-fp-slider .section:not(.animated) .slide-news-wrapper-title {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
#home-fp-slider .section:not(.animated) .slide-news-columns {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
#home-fp-slider .section:not(.animated) .slide-news-wrapper-link {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
#home-fp-slider .section.active .slide-news-wrapper-title,
#home-fp-slider .section.active .slide-news-columns,
#home-fp-slider .section.active .slide-news-wrapper-link {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #home-fp-slider .case-study-slide-title {
    font-size: 35px;
  }
  #home-fp-slider .case-study-slide-subtitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
	#fp-nav{
		right:10px !important;
	}
  #home-fp-slider .case-study-slide-title {
    font-size: 25px;
  }
  #home-fp-slider .case-study-slide-subtitle {
    font-size: 25px;
  }
  #home-fp-slider .case-study-slide-multiple-columns .case-study-slide-title {
    font-size: 22px;
  }
  #home-fp-slider .case-study-slide-multiple-columns .case-study-slide-subtitle {
    font-size: 22px;
  }
  #home-fp-slider .slide-news-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #home-fp-slider .slide-news-wrapper .slide-news-columns {
    flex-direction: column;
    justify-content: flex-start;
  }
  #home-fp-slider .slide-news-wrapper .slide-news-column {
    width: 100%;
    margin-bottom: 25px;
  }
  #home-fp-slider .slide-news-wrapper .slide-news-wrapper-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #home-fp-slider .slide-news-wrapper .slide-news-column .slide-news-title {
    font-size: 18px;
  }
  #home-fp-slider .slide-news-wrapper .slide-news-column .slide-news-exc {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  #home-fp-slider .slide-news-wrapper {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
/* HOMEPAGE END */
/* CLIENTS ARCHIVE START */
.clients-archive {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.clients-archive .client-single {
  color: #242426;
  width: 100%;
  font-weight: 700;
  display: block;
  -webkit-transition: opacity 0.18s;
  transition: opacity 0.18s;
  font-size: 22px;
  text-decoration: none;
  margin-bottom: 25px;
  text-align: center;
  cursor: default;
}
/* .clients-archive .client-single:hover {
  opacity: 0.7;
} */

/* CLIENTS ARCHIVE END */

/* CLIENT SINGLE PAGE START */
.client-works-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.client-works-single {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 32%;
  text-decoration: none !important;
}
.client-works-single .client-works-single-image {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.client-works-single .client-works-single-image img {
  transition: all 0.8s ease-in-out;
  width: 100%;
  height: auto;
}
.client-works-single:hover .client-works-single-image img {
  transform: scale(1.1);
}
.client-works-single .client-works-single-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.client-works-single .client-works-single-title {
  font-size: 20px;
  font-weight: 700;
  color: #242426;
  line-height: 1;
}
.client-works-single .client-works-single-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #aeaeae;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .client-works-single {
    width: 49%;
  }
  .client-works-single:not(:first-child):not(:nth-child(2)) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .client-works-single {
    width: 100%;
  }
  .client-works-single:not(:first-child) {
    margin-top: 10%;
  }
}
/* CLIENT SINGLE PAGE END */

/* CASE STUDIES ARCHIVE START */
.case-studies-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.case-studies-single {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 32%;
  text-decoration: none !important;
  margin-bottom: 2%;
}
.case-studies-single .case-studies-single-image {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
}
.case-studies-single .case-studies-single-image img {
  transition: all 0.8s ease-in-out;
  width: 100%;
  max-height: 246px;
  object-fit: cover;
  height: auto;
}
.case-studies-single:hover .case-studies-single-image img {
  transform: scale(1.1);
}
.case-studies-single .case-studies-single-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.case-studies-single .case-studies-single-title {
  font-size: 20px;
  font-weight: 700;
  color: #242426;
  line-height: 1;
}
.case-studies-single .case-studies-single-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #aeaeae;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 1700px) and (min-width: 1025px) {
  .case-studies-single .case-studies-single-image img {
    max-height: 13.5vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .case-studies-single {
    width: 49%;
  }
  .case-studies-single:not(:first-child):not(:nth-child(2)) {
    margin-top: 2%;
  }
  .case-studies-single .case-studies-single-image img {
    max-height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .case-studies-single {
    width: 100%;
  }
  .case-studies-single:not(:first-child) {
    margin-top: 10%;
  }
  .case-studies-single .case-studies-single-image img {
    max-height: 40vw;
  }
}
/* CASE STUDIES ARCHIVE END */
/* CASE STUDY START */
.case-study-inner-media {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 70px;
  margin: 20px 0px;
}
.case-study-inner-media.double-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
}
.case-study-inner-media.triple-columns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
.case-study-inner-media-single {
  max-width: 100%;
  width: 100%;
}
.case-study-inner-media.double-columns .case-study-inner-media-single {
  max-width: 100%;
  width: 47%;
}
.case-study-inner-media.triple-columns .case-study-inner-media-single {
  max-width: 100%;
  width: 32%;
}
.case-study-inner-media.single-columns
  .case-study-inner-media-single:not(:first-child) {
  margin-top: 150px;
}
.case-study-inner-media-single .case-study-inner-media-single-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.case-study-inner-media-single
  .case-study-inner-media-single-video-wrapper
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1025px) and (min-width: 768px) {
  .case-study-inner-media-single:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .case-study-inner-media-single:not(:first-child) {
    margin-top: 30px !important;
  }
  .case-study-inner-media {
    padding: 0px 20px;
  }
}

.case-study-bottom-media {
  width: 100%;
}
.case-study-bottom-media.multiple {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1650px;
  margin: auto;
  overflow: hidden;
  flex-wrap: wrap;
}
.case-study-bottom-media .case-study-bottom-media-images-single.three-columns {
  width: 30%;
}
.case-study-bottom-media .case-study-bottom-media-images-single.four-columns {
  width: 22%;
}
.case-study-bottom-media .case-study-bottom-media-images-single.two-columns {
  width: 47%;
}
.case-study-bottom-media
  .case-study-bottom-media-images-single.two-columns:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 4%;
}
.mobile-case-study-bottom-media-images-slider {
  display: none;
  width: 100%;
}
.mobile-case-study-bottom-media-images-slider .swiper-pagination {
  bottom: -30px !important;
}
@media screen and (max-width: 767px) {
  .case-study-bottom-media .case-study-bottom-media-images-single {
    display: none;
  }
  .mobile-case-study-bottom-media-images-slider {
    display: block;
  }
  .mobile-case-study-bottom-media-images-slider .swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  .mobile-case-study-bottom-media-images-slider .swiper-slide img {
    max-height: 500px;
    object-fit: contain;
  }
  .mobile-case-study-bottom-media-images-slider .swiper-pagination {
    bottom: -30px !important;
  }
}

/* CASE STUDY END */

/* NEWS ARCHIVE START */
.archive-news-wrapper {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.archive-news-wrapper .archive-news-wrapper-title {
  font-size: 50px;
  font-weight: 700;
  color: #242426;
  margin-bottom: 50px;
  display: block;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
}
.archive-news-wrapper .archive-news-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.4s;
  flex-wrap: wrap;
}
.archive-news-wrapper .archive-news-column {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.archive-news-wrapper .archive-news-column .archive-news-title {
  color: #242426;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
}

.archive-news-wrapper
  .archive-news-column
  .archive-news-title:not(.disabled):hover {
  opacity: 0.7;
}
.archive-news-wrapper .archive-news-column .archive-news-date {
  color: #242426;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  opacity: 0.6;
}
.archive-news-wrapper .archive-news-column .archive-news-exc {
  color: #242426;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.archive-news-wrapper .archive-news-column .archive-news-link {
  color: #b56b3c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.archive-news-wrapper .archive-news-column .archive-news-link:hover {
  color: #c9865b !important;
}

.section:not(.animated) .archive-news-wrapper-title {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
.section:not(.animated) .archive-news-columns {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}

.section.active .archive-news-wrapper-title,
.section.active .archive-news-columns {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .archive-news-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .archive-news-wrapper .archive-news-columns {
    flex-direction: column;
    justify-content: flex-start;
  }
  .archive-news-wrapper .archive-news-column {
    width: 100%;
    margin-bottom: 25px;
  }
  .archive-news-wrapper .archive-news-wrapper-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .archive-news-wrapper .archive-news-column .archive-news-title {
    font-size: 18px;
  }
  .archive-news-wrapper .archive-news-column .archive-news-exc {
    font-size: 16px;
  }
  .archive-news-wrapper .archive-news-column .archive-news-date {
    margin-bottom: 10px;
  }
}

/* NEWS ARCHIVE END */
/* SINGLE NEWS LATEST START */
.single-news-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.4s;
}
.single-news-columns .single-news-column {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-news-columns .single-news-column .single-news-title {
  color: #242426;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
}
.single-news-columns
  .single-news-column
  .single-news-title:not(.disabled):hover {
  opacity: 0.7;
}
.single-news-columns .single-news-column .single-news-date {
  color: #242426;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  opacity: 0.6;
}
.single-news-columns .single-news-column .single-news-exc {
  color: #242426;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.single-news-columns .single-news-column .single-news-link {
  color: #b56b3c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.single-news-columns .single-news-column .single-news-link:hover {
  color: #c9865b !important;
}
.single-news-columns .single-news-wrapper-link {
  color: #ffffff00;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-bottom: 5px solid #242426;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
}
.single-news-columns .single-news-wrapper-link:hover:before {
  -webkit-transform: translate3d(0, -100%, 0) rotateX(110deg);
  transform: translate3d(0, -100%, 0) rotateX(110deg);
  opacity: 0;
}
.single-news-columns .single-news-wrapper-link:before {
  color: #242426;
  content: "VIEW ALL NEWS";
  position: absolute;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0;
  transform: rotateX(0deg);
}
.single-news-columns .single-news-wrapper-link:hover:after {
  -webkit-transform: translateZ(0) rotateX(0deg) scale(1);
  transform: translateZ(0) rotateX(0deg) scale(1);
  opacity: 1;
}
.single-news-columns .single-news-wrapper-link:after {
  color: #242426;
  content: "VIEW ALL NEWS";
  position: absolute;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 100%, 0) rotateX(-110deg);
  transform: translate3d(0, 100%, 0) rotateX(-110deg);
  opacity: 0;
}
.section:not(.animated) .single-news-wrapper-title {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
.section:not(.animated) .single-news-columns {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
.section:not(.animated) .single-news-wrapper-link {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
.section.active .single-news-wrapper-title,
.section.active .single-news-columns,
.section.active .single-news-wrapper-link {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .single-news-columns {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .single-news-columns {
    flex-direction: column;
    justify-content: flex-start;
  }
  .single-news-columns .single-news-column {
    width: 100%;
    margin-bottom: 25px;
  }
  .single-news-columns .single-news-wrapper-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .single-news-columns .single-news-column .single-news-title {
    font-size: 18px;
  }
  .single-news-columns .single-news-column .single-news-exc {
    font-size: 16px;
  }
}
/* SINGLE NEWS LATEST END */

.display-none {
  display: none !important;
}
/* 10 YEARS LANDING PAGE START */
#tenYearsMainVideoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; 
}
#tenYearsMainVideo {
     position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ten-years-newtons-slider{
	width:100%;
	position:relative;
/* 	max-width: 1720px;
    margin: auto; */
}
.ten-years-newtons-slider .swiper{
	overflow:hidden;
	position:relative;
	width:100%;
	max-width: 1720px;
    margin: auto;
}
.ten-years-newtons-slider .swiper-slide{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
	cursor:pointer;
}
.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-thumbnail-wrapper{
	position:relative;
	width:100%;
	height:100%;
    max-width: 560px;
    max-height: 315px;
}
.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-thumbnail-button{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index: 10;
}
.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-thumbnail-image{
	object-fit: cover;
	width:100%;
	height:100%;
    max-width: 560px;
    max-height: 315px;
}
.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-title{
	margin:30px 0px 20px 0px;
	font-size:22px;
	color: #000;
	max-width:450px;
	font-weight:bold;
	line-height: 1.2em;
}
.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-subtitle{
	font-size:22px;
	color: #a7aaad;
	max-width:380px;
	line-height: 1.2em;
}
.ten-years-newtons-slider .swiper-button-next{
	background-image:url(/wp-content/uploads/2022/02/slider_next.png);
	width: 31px !important;
	height:53px !important; 
	right:-5px !important;
	top: 35% !important;
}
.ten-years-newtons-slider .swiper-button-prev{
	background-image:url(/wp-content/uploads/2022/02/slider_prev.png);
	width: 31px !important;
	height:53px !important; 
	left: -5px !important;
	top: 35% !important;
}
.ten-years-newtons-slider .swiper-pagination-bullets{
	width:100%;
	bottom: -40px;
	left:0px;
}
.ten-years-newtons-slider .swiper-pagination-bullet{
	margin:0px 5px;
	width: 10px;
    height: 10px;
}
.ten-years-newtons-lightbox {
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color:rgba(0,0,0,.8);
	opacity:0;
	pointer-events:none;
	transition: opacity 0.3s ease-in-out;
}

.ten-years-newtons-lightbox.active {
	opacity:1;
	pointer-events: initial;
}
.ten-years-newtons-lightbox iframe {
    max-width: 60vw !important;
    max-height: calc(60vw / (16/9)) !important;
    width: 100vw !important;
    height: 100vh !important;
}
.ten-years-newtons-close-lightbox {
	position: absolute;
    right: 50px;
    top: 50px;
	color: white;
	cursor:pointer;
}
@media screen and (max-width:1250px) and (min-width:1025px){
	.ten-years-newtons-slider .swiper-button-next{

	top: 25% !important;
}
.ten-years-newtons-slider .swiper-button-prev{

	top: 25% !important;
}
}
@media screen and (max-width:1800px) and (min-width:768px){
	.ten-years-newtons-slider  {
		padding:0px 40px;
	}
}
@media screen and (max-width:1024px) and (min-width:768px){
	.ten-years-newtons-lightbox iframe {
		max-width: 90vw !important;
		max-height: calc(90vw / (16/9)) !important;
	}
	.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-thumbnail-button {
		width: 20%;
	}
	.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-title {
		margin: 25px 0px 15px 0px;
		font-size: 20px;
	}
	.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-subtitle {
		font-size: 20px;
	}
}
@media screen and (max-width:767px) {
	.ten-years-newtons-slider .swiper-button-next,.ten-years-newtons-slider .swiper-button-prev {
		display:none;
	}
	.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-thumbnail-wrapper {
		padding-top: 56.25%;
		max-width: 100%; 
    	max-height: 100%;
	}
	.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-thumbnail-image {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}
	.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-title {
		margin: 25px 0px 10px 0px;
		font-size: 20px;
		max-width: 100%;
	}
	.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-subtitle {
		font-size: 20px;
		max-width: 100%;
	}
	.ten-years-newtons-lightbox iframe {
		max-width: 90vw !important;
		max-height: calc(90vw / (16/9)) !important;
	}
	.ten-years-newtons-close-lightbox {
		right: 20px;
		top: 20px;
	}
	.ten-years-newtons-slider .swiper-slide .ten-years-newtons-slider-thumbnail-button {
		width: 20%;
	}
}
/* 10 YEARS LANDING PAGE END */

/* ACADEMY PAGE START */
/* IMAGE ANIMATION START */
.fp-animate-image {
  overflow: hidden;
}
.fp-animate-image .fp-animate-image-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  z-index: 10;
}

.fp-animate-image img {
  opacity: 0;
  transition: all 0.3s ease-in-out 0.5s;
  z-index: 1;
}
.fp-animate-image.animated .fp-animate-image-overlay {
  animation: showOverlay 0.6s ease-in-out 0s, hideOverlay 0.5s ease-in-out 0.5s;
  animation-fill-mode: forwards;
}
.fp-animate-image.animated img {
  opacity: 1;
}
.fp-animate-heading-with-link-2 a,
.fp-animate-heading-with-link-1 a {
  text-decoration: none !important;
}
@keyframes showOverlay {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes hideOverlay {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* IMAGE ANIMATION END */

/* TEXT ANIMATION START */
.fp-animate-heading .elementor-heading-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fp-animate-heading .elementor-heading-title div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;

  position: relative;
}
.fp-animate-heading-space:after {
  content: " ";
  display: block;
  /* width: 100%; */
}
.fp-animate-heading .elementor-heading-title span {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.fp-animate-heading.animated .elementor-heading-title span {
  animation: animateHeading 0.6s ease-in-out;
  display: block;
  opacity: 1;
}

@keyframes animateHeading {
  0% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* TEXT ANIMATION END */

/* HOME START */
.academy-three-pictures {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 55px;
}
.academy-three-pictures #academy-three-pictures-1 {
  width: 21.094vw;
  max-width: 405px;
}
.academy-three-pictures #academy-three-pictures-2 {
  width: 46.146vw;
  max-width: 886px;
}
.academy-three-pictures #academy-three-pictures-3 {
  width: 21.094vw;
  max-width: 405px;
}
@media screen and (max-width: 1024px) {
  .academy-three-pictures {
    padding: 0px;
    justify-content: center;
    gap: 10px;
  }
}
/* HOME END */

/* FORM PAGE START */
.apply-form .elementor-message {
  font-family: "SK Concretica", Sans-serif;
  text-align: center;
  margin-top: 30px;
}
.form-title-text {
  font-family: "SK Concretica", Sans-serif;
  color: white;
}
/* FORM PAGE END */

/* ACADEMY PAGE END */