@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #10211F;
}
.new_banner_wrpr{
    position: relative;
}
.new_banner_wrpr h2{
    width: 627px;
    padding: 25px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto;
    position: absolute;
    bottom: 150px;
    background-color: #000000;
    left: calc(50% - 313.5px);
}
.banner-sec{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 500px;
}
.banner-caption{
    background-color: rgb(20, 148, 118,0.7);
    padding: 15px;
    margin-bottom: 80px;
}
.banner-caption h2{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}
.banner-caption h3{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.banner-caption .btn{
    background: #D4ECE6;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 18px;
    font-weight: 600;
    margin: 15px 0px 0px;
}
.new_banner_sec .carousel .carousel-control-next-icon{
    background-image: url(../images/new_lp/Icon-ionic-ios-arrow-dropleft.svg);
    width: 60px;
    height: 60px;
}
.new_banner_sec .carousel-control-next{
    height: 60px;
    top: calc(50% - 30px);
}
.new_banner_sec .carousel .carousel-control-prev-icon{
    background-image: url(../images/new_lp/Icon-ionic-ios-arrow-dropleft.svg);
    width: 60px;
    height: 60px;
    transform: rotate(-180deg);
}
.new_banner_sec .carousel-control-prev{
    height: 60px;
    top: calc(50% - 30px);
}
.banner-sec .carousel-indicators .thum-img{
    width: 140px;
    height: 85px;
    background-size: cover;
    background-position: center;
    display: block;
    transition: all 0.25s ease;
}
#popupModal2 .modal-dialog{
    max-width: 600px;
}
.banner-sec .carousel-indicators li{
    text-indent: 0;
    width: auto !important; 
    height: auto !important;
    opacity: 1;
    margin:5px;
    transition: all 0.5s ease;
    background: transparent;
    border-radius: 0;
    margin: 0px 5px;
    height: 85px;
}
/* .banner-sec .carousel-indicators li.active {
    -ms-transform: scale(.99);
    transform: scale(.99); 
} */
.banner-sec .carousel-indicators li.active .thum-img {
    border: 5px solid #fff;
}

.banner-sec .carousel-indicators li span{
    display: block;
    text-align: center;
    color: #000000;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background-color: #FFFFFF;
}
header .header-top {
    padding: 8px 0px;
}
header .header-top>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top .btn-demo {
    background-color: #00906D;
    color: #fff;
    margin: 0px;
    box-shadow: none;
    border-radius: 10px;
    padding: 12px 22px;
}
.header-top .btn-demo img {
    width: 6px;
    margin-left: 6px;
}
.navbar {
    box-shadow: none;
    background-color: #10211F;
}
.navbar ul.navbar-nav {
    justify-content: space-between;
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
main {
    margin-top: 136px;
}
.heading {
    margin-bottom: 20px;
}
.heading h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
    color: #00906D;
    font-weight: 500;
}
.heading h4 {
    font-size: 24px;
    line-height: 32px;
    color: #10211F;
    font-weight: 400;
}
.intro-sec p{
    font-size: 18px;
}
.intro-sec ul li{
    font-size: 18px;
	margin-bottom: 5px;
}
.intro-sec ul{
    padding-top: 10px;
}
p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}
p + p {
    margin-top: 20px;
}
.intro-sec {
    padding: 60px 0px;
}
.intro-sec .row.cont-row {
    margin-bottom: 60px;
    align-items: center;
}
/* .sec_img_wrpr img{
    width: ;
} */
.intro-sec .row.cont-row .img-wrap {
    text-align: center;
}
.intro-sec .row.cont-row:nth-child(even) {
    flex-direction: row-reverse;
}
.intro-sec .row.intro-icon-row .intro-row {
    text-align: center;
}
.intro-sec .row.intro-icon-row .intro-row img {
    max-width: 200px;
}
.intro-sec .row.intro-icon-row .intro-row p {
    font-weight: 600;
}
.intro-sec .col-md-12.text-center {
    margin-top: 50px;
}
.btn-theme {
    background-color: #10211F;
    color: #fff;
    text-transform: none;
    box-shadow: none;
    min-width: 260px;
}
.btn-theme:hover {
    color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.btn-theme2 {
    background-color: #00906D;
    color: #fff;
    text-transform: none;
    box-shadow: none;
    min-width: 322px;
    height: 56px;
    font-size: 18px;
}
.btn-theme2:hover {
    color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.how-it-works-sec {
    background-color: #EEFCF9;
    padding: 60px 0px;
}
.how-it-works-sec .heading h3 {
    text-align: center;
}
.how-it-works-sec .video-wrap video {
    width: 100%;
    height: auto;
}
.how-it-works-sec .video-wrap {
    margin-bottom: 30px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.rotating3d-sec {
    padding: 60px 0px;
}
.rotating3d-sec .heading {
    text-align: center;
}
.rotating3d-sec .wrap-3d {
    position: relative;
}
.rotating3d-sec .wrap-3d .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.rotating3d-sec .wrap-3d .overlay .btn-3d {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 24px #00000029;
    border-radius: 27px;
    color: #10211F;
    font-weight: 600;
}
.envirnoment p {
    text-align: center;
}
.envirnoment .btn-list {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.envirnoment .btn-list .btn-theme {
    min-width: auto;
}
.why-choose-sec {
    background-color: #EEFCF9;
    padding: 60px 0px;
}
.brochure-sec {
    background-color: #10211F;
    padding: 50px;
}
.brochure-sec .icon-text-sec {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.brochure-sec .icon-text-sec .icon {
    width: 60px;
    text-align: center;
    flex-shrink: 0;
}
.brochure-sec .icon-text-sec .icon img {
    max-width: 100%;
}
.brochure-sec .icon-text-sec .text {
    padding-left: 25px;
}
.brochure-sec .icon-text-sec .text h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.brochure-sec .icon-text-sec .text p {
    color: #fff;
    opacity: 70%;
}
.success-stories-sec {
    padding: 60px 0px;
    background-color: #EEFCF9;
}
.success-stories-sec .item h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
.success-stories-sec .item p {
    opacity: 0.65;
    font-size: 14px;
}
.success-stories-sec .item .video-count {
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.success-stories-sec .item .video-count .icon {
    width: 30px;
    height: 30px;
    background-color: rgba(16, 33, 31, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
.success-stories-sec .item .video-count .icon::after {
    content: '';
    width: 0; 
    height: 0; 
    margin-left: 4px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    
    border-left:10px solid #00906D;
}
.success-stories-sec .item .video-count .count {
    font-size: 14px;
}
.success-stories-sec .item .video-thumb {
    display: flex;
    padding-right: 40px;
}
.success-stories-sec .item .video-thumb .thumb {
    position: relative;
    border: 3px solid transparent;
}
.success-stories-sec .item .video-thumb .thumb + .thumb {
    margin-left: 10px;
}
.success-stories-sec .item .video-thumb .thumb.active {
    border: 3px solid #EA5E00;
}
.success-stories-sec .item .video-thumb .thumb .play {
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 23px);
}
.success-stories-sec .owl-carousel .owl-nav {
    position: absolute;
    bottom: 140px;
    width: 100%;
}
.success-stories-sec .owl-carousel .owl-nav .owl-prev {
    display: none;
}
.success-stories-sec .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
.success-stories-sec .owl-carousel .owl-nav .owl-next span {
    font-size: 50px;
    font-weight: 100;
}
.success-stories-sec .owl-carousel .owl-nav .owl-next:focus {
    outline: none;
}
.clients-sec {
    padding: 60px 0px;
}
.clients-sec .clients-wrap {
    position: relative;
    border: 2px solid #707070;
    border-radius: 38px;
    padding: 100px 50px;
}
.c-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.client-logo{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    text-align: center;
}
.client-logo img{
    max-width: 100%;
}
.clients-sec .clients-wrap .heading {
    position: absolute;
    top: -23px;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.clients-sec .clients-wrap .heading h3 {
    background-color: #fff;
    display: inline-block;
    padding: 0px 15px;
}
.clients-sec .owl-carousel {
    padding: 60px 40px;
	max-width: 800px;
	margin: 0px auto;
}
.clients-sec .owl-carousel  .owl-stage {
    display: flex;
}
.clients-sec .owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.clients-sec .owl-carousel .item img {
    width: auto !important;
	max-width: 180px !important;
}
.clients-sec .owl-carousel .owl-dots {
    text-align: center;
}
.clients-sec .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #707070;
    border-radius: 50%;
    margin: 0px 8px;
}
.clients-sec .owl-carousel .owl-dots .owl-dot.active {
    background-color: #707070;
}
.clients-sec .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.contact-sec {
    padding: 60px 0px;
    background-color: #E5F4F0;
}
.contact-sec h3 {
    font-size: 42px;
    line-height: 53px;
    color: #00906D;
    border-bottom: 1px solid #777373;
    padding-bottom: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}
.contact-sec .first {
    padding-right: 6%;
}
.contact-sec .form-check .form-check-label {
    font-size: 18px;
}
.contact-form .md-form .form-control, .form-main-fields .md-form .form-control {
    border: 1px solid #a2a2a2;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px 0px 0px 0px;
    margin-bottom: 0px;
}
.form-main-fields .md-form select.form-control {
    padding: 11px 10px;
}
.contact-form .md-form .form-control:focus, .form-main-fields .md-form .form-control:focus {
    border-color: #00906D !important;
    box-shadow: none;
}
.contact-form .md-form .form-control:focus + label, .form-main-fields .md-form .form-control:focus + label {
    color: #00906D !important;
}
.contact-form .md-form label, .form-main-fields  .md-form label {
    margin-left: 30px;
    color: #495057;
    background-color: #E5F4F0;
	pointer-events: none;
}
.form-main-fields  .md-form label {
    background-color: #fff;
}
.contact-form .md-form, .form-main-fields  .md-form {
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-form .btn-theme2 {
    border: 0px;
    margin: 10px 0px;
    /* height: 43px; */
    min-width: 100%;
}
.contact-form .btn-theme2:focus {
    outline: none;
}
footer {
    background-color: #10211F;
    padding: 60px 0px;
    text-align: center;
}
footer p {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    max-width: 950px;
    margin: 0px auto;
}
footer .social-links {
    margin: 40px 0px;
}
footer .social-links a {
    margin: 0px 20px;
}
.valid-select-wrap {
    display: none;
}
.valid-select-wrap.showing {
    display: block;
}
.f-error {
    color: #EA5E00;
    font-size: 14px;
}
/* popup ui */
.ui-widget.ui-widget-content {
    border: 0px;
	box-shadow: 0px 2px 10px 0px rgb(0 144 109 / 23%);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: 0px;
}
.ui-datepicker .ui-datepicker-prev {
    left: auto;
    right: 40px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 1.8em;
    text-align: left;
    margin-right: 90px;
    font-family: 'Work Sans', sans-serif;
    color: #3E3E3E;
    font-size: 18px;
}
.ui-datepicker th {
    font-family: 'Work Sans', sans-serif;
    border-bottom: 1px solid #ccc;
    color: #3E3E3E;
}
.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, .ui-button {
    border: 0px;
    background: transparent;
    font-weight: normal;
    color: #3D3D3D;
    border-radius: 50%;
    text-align: center;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background: #00906D;
    color: #fff;
    border: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .6em 0.2em;
    height: 38px;
    width: 38px;
}
.date-time-pecker {
    display: flex;
    margin-top: 20px;
    border-right: 1px solid #ccc;
}
.date-time-pecker .date {
    width: 340px;
}
.time-slots {
    width: 120px;
    height: 340px;
    overflow: auto;
    padding-right: 20px;
}
/* width */
.time-slots::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px;
}
  
  /* Track */
.time-slots::-webkit-scrollbar-track {
    background: #eee; 
}
   
  /* Handle */
.time-slots::-webkit-scrollbar-thumb {
    background: #d8d8d8; 
}

.time-slots input {
    display: none;
}
.time-slots label {
    background: #fff;
    border: 1px solid #B7B7B7;
    padding: 7px 28px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #00906D;
}
.time-slots input:checked + label {
    background: #00906D;
    border: 1px solid #00906D;
    color: #fff;
}
.demo-form {
    padding: 20px;
}
.demo-form h4 {
    font-size: 28px;
    line-height: 35px;
    color: #00906D;
    font-weight: 500;
    margin-bottom: 0px;
}
.demo-form p {
    font-size: 20px;
    line-height: 26px;
}
.timezone-selector {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.timezone-selector .form-control {
    border: 0px;
    font-size: 14px;
    max-width: 390px;
}
.timezone-selector .form-control:focus {
    outline: none;
}
.form-main-fields h4 {
    font-size: 20px;
    margin-top: 10px
}
.contact-no img {
    position: absolute;
    right: 8px;
    top: 9px;
    padding-left: 6px;
    border-left: 1px solid #ccc;
}
.form-main-fields .md-form label {
    margin-left: 15px;
}
.tank{
	padding-top: 100px;
}
.thank-you {
    padding: 10px 20px;
    text-align: center;
}
.thank-you .icon-sec {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.thank-you .icon-sec .one {
    width: 75px;
    height: 75px;
    border-radius: 3px;
    background-color: #D9F6EF;
    opacity: 0.33;
}
.thank-you .icon-sec .two {
    width: 75px;
    height: 75px;
    border-radius: 3px;
    background-color: #D9F6EF;
    margin: 0px 10px;
    display: block;
}
.thank-you h4 {
    font-size: 40px;
	font-weight: 600;
    color: #00906D;
    text-transform: uppercase;
}
.thank-you p {
    font-size: 20px;
}

.envirnoment {
    margin-top: 30px;
}
.md-form>input[type=time]:not(.browser-default)+label, .md-form>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}
.ui-icon-circle-triangle-e {
    background-position: -33px 0px;
}
.ui-icon-circle-triangle-w {
    background-position: -94px 0px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0;
	background: none;
	color: #212121;
}
.brand-video-wrap {
	padding: 40px 0px 70px;
}
.brand-video-wrap iframe {
	border-radius: 15px;
}

.technology-sec {
    padding: 50px 0px;
}
.technology-sec .heading {
    text-align: center;
}
.technology-sec .heading h3 {
    max-width: 880px;
    margin: 0px auto;
}
.technology-sec .heading p {
    max-width: 940px;
    margin: 20px auto 0px;
    font-weight: 500;
}
.technology-sec .img-wrap p {
    text-align: center;
    padding: 30px 0px;
    font-weight: 500;
}
.technology-sec .tech-slider-wrap {
    padding-top: 50px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}
.technology-sec .tech-slider-wrap .img-wrap img {
    width: auto;
    max-width: 100%;
    margin: 0px auto;
}
.technology-sec .tech-slider-wrap .content {
    min-height: 260px;
    position: relative;
    padding-bottom: 60px;
}
.technology-sec .tech-slider-wrap .content h4 {
    color: #00906D;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.technology-sec .tech-slider-wrap .content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.technology-sec .tech-slider-wrap .content .btn-wrap {
    position: absolute;
    bottom: 0;
}
.technology-sec .tech-slider-wrap .content .btn-wrap .btn {
    margin: 0;
}
.tech-slider .owl-nav .owl-next, .tech-slider .owl-nav .owl-prev  {
    border: 1px solid #1d1d1d !important;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    width: 30px;
    height: 30px;
}
.tech-slider .owl-nav .owl-next span, .tech-slider .owl-nav .owl-prev span  {
    line-height: 23px;
    font-size: 30px;
    color: #1d1d1d;
    margin: 0px auto;
    font-weight: 100;
}
.tech-slider .owl-nav .owl-next:hover, .tech-slider .owl-nav .owl-prev:hover {
    background-color: #00906D;
    border: 1px solid #00906D !important;
}
.tech-slider .owl-nav .owl-next:hover span, .tech-slider .owl-nav .owl-prev:hover span  {
    color: #fff;
}
.tech-slider .owl-nav {
    top: 0px;
    position: absolute;
    right: 0;
    display: flex;
}
.tech-slider .owl-nav .slide-count {
    line-height: 32px;
    margin: 0px 10px;
}
.tech-slider .owl-nav .disabled {
    opacity: 0;
}
.tech-slider .owl-nav .owl-next:focus, .tech-slider .owl-nav .owl-prev:focus  {
    outline: none;
} 

.banner-sec .carousel-control-next, .banner-sec .carousel-control-prev {
	display: none;
}
/* Youtube video */
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* case slider */

.cascade-slider_container {
    position: relative;
    width: 100%;
    height: 550px;
	margin-bottom: 50px;
  }
  
  .cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
    width: 600px;
  }
  .cascade-slider_item img {
    width: 100%;
  }
  
  .cascade-slider_item.next {
    left: 82%;
    transform: translateY(-50%) translateX(-150%) scale(0.75);
    opacity: .3;
    z-index: 1;
  }
  
  .cascade-slider_item.prev {
    left: 18%;
    transform: translateY(-50%) translateX(50%) scale(0.75);
    opacity: .3;
    z-index: 1;
  }
  
  .cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5;
  }
  
  .cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: calc(50% - 22px);
    cursor: pointer;
    z-index: 5;
    
  }
  
  .cascade-slider_arrow-left { left: 0; }
  
  .cascade-slider_arrow-right { right: 0; }
  
  .cascade-slider_nav {
    position: absolute;
    bottom: -120px;
    width: 100%;
    text-align: center;
    z-index: 5;
  }
  .cascade-slider_dot {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 1em;
    background: #ddd;
    list-style: none;
    cursor: pointer;
  }
  /*  */

.slide-block {
    background-color: #fff;
    border: 0;
    padding: 0px;
    border-radius: 4px;
}
.slide-block h4 {
    font-size: 28px;
    line-height: 30px;
    color: #00906D;
    font-weight: 500;
	text-align: center;
	margin-top: 15px;
}
.video-thumb .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.video-thumb {
    position: relative;
}
.video-thumb .overlay img {
	width: 100px;
}
.cascade-slider_container .buttons-wrap {
	position: absolute;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cascade-slider_container .buttons-wrap .cascade-slider_arrow {
	position: static;
    background-color: #00906D;
    color: #fff;
    padding: 12px;
    margin: 0px 10px;
    width: 140px;
}
.cascade-slider_container .buttons-wrap .cascade-slider_arrow.active {
	background-color: #10211F;
}
.cascade-slider_item h4 {
	opacity: 0;
}
.cascade-slider_item.now h4 {
	opacity: 1;
}
/* new lp */
.fujifilm_redefining_sec{
    padding: 80px 0;
    background-color: #EEFCF9;
}
.fujifilm_redefining_sec_content{
    max-width: 450px;
}
.fujifilm_redefining_sec_content h3{
    color: #00906D;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}
.fujifilm_redefining_sec_content .btn{
    background-color: #10211F;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    width: 375px;
    height: 79px;
    text-transform: initial;
}
.new_ply_icon{
    position: absolute;
    width: 46px;
    left: calc(50% - 23px);
    top: calc(50% - 23px);
    pointer-events: none;
}
.sec_img_wrpr{
    position: relative;
}
.meet_goal_sec{
    padding: 60px 0;
}
.meet_goal_sec_heading{
    text-align: center;
    margin-bottom: 30px;
}
.meet_goal_sec_heading h3{
    margin-bottom: 0;
    color: #00906D;
    font-size: 32px;
    font-weight: 400;
}
.contatc_us_btn{
    margin-top: 30px;
    text-align: center;
}
.contatc_us_btn .btn{
    background-color: #10211F;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    width: 375px;
    height: 79px;
    text-transform: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.new_why_choose_sec{
    padding: 60px 0;
    background-color: #EEFCF9;
}
.new_why_choose_sec_content h3{
    color: #00906D;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.experience_sec{
    padding: 60px 0;
	background-color: #EEFCF9;
}
.new_sec_heading{
    text-align: center;
    margin-bottom: 30px;
}
.new_sec_heading h3{
    color: #00906D;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
}
.new_sec_heading p{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 30px;
}
.experience_sec .sec_img_wrpr{
    margin-top: 20px;
}
.advantages_sec{
    padding: 60px 0 0;
    /* background-color: #EEFCF9; */

}
.advantages_card{
    margin-bottom: 40px;
}
.advantages_card h3{
    color: #00906D;
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}
.advantages_card p{
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.our_success_stories_sec{
    padding: 60px 0 0px 0px;
}
.our_success_stories_sec .new_sec_heading{
    margin-bottom: 50px;
}
.story_img{
    position: relative;
}
.story_img .new_ply_icon{
    width: 76px !important;
    left: calc(50% - 36.5px);
    top: calc(50% - 36.5px);
}
.story_card{
    background-color: #DAF6FF;
    border-radius: 32px 32px 20px 20px;
    padding-bottom: 30px;
    transform: scale(.8);
}
.center .story_card{
    transform: scale(1.1);
}
.our_success_stories_sec .item{
    padding: 30px 0;
}
.story_card h3{
    color: #00906D;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
}
.story_card p{
    color: #10211F;
    font-size: 12px;
    opacity: 63%;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.story_card p::before{
    content: '';
    display: block;
    background-color: #10211F;
    opacity: 63%;
    width: 120px;
    height: 1.5px;
    margin: 0 auto 5px;
}
.sticky-btn{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 50px;
    background-color: #00906C;
    z-index: 99;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}
#ourstories_carousel{
    position: relative;
}
#ourstories_carousel::before{
    content: '';
    display: block;
    background-image: url(../images/new_lp/afterimg.svg);
    background-size: cover;
    width: 400px;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 9;
    transform: rotate(180deg);
}
#ourstories_carousel::after{
    content: '';
    display: block;
    background-image: url(../images/new_lp/afterimg.svg);
    background-size: cover;
    width: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
    /* transform: rotate(180deg); */
}
#ourstories_carousel .owl-next::before{
    content: '';
    display: block;
    background-image: url(../images/new_lp/rightarrow.svg);
    background-size: cover;
    height: 60px;
    width: 60px;

  
}
#ourstories_carousel .owl-next{
    position: absolute;
    right: 10%;
    top: 37%;
    z-index: 99;
}
#ourstories_carousel .owl-next span{
    display: none;
}
#ourstories_carousel .owl-prev span{
    display: none;
}
#ourstories_carousel .owl-prev::before{
    content: '';
    display: block;
    background-image: url(../images/new_lp/leftarrow.svg);
    background-size: cover;
    height: 60px;
    width: 60px;

  
}
#ourstories_carousel .owl-prev{
    position: absolute;
    left: 10%;
    top: 37%;
    z-index: 99;
}
.carry-bag-sec {
	padding: 60px 0;
}
.carry-bag-sec .new_sec_heading h5 {
	color: #00906D;
    font-weight: 500;
    font-size: 22px;
    margin-top: 5px;
}
.suitcase {
    display: flex;
    background-color: #00906D;
    border-radius: 20px;
    padding: 2px;
}
.video-thumb {
	padding: 3px;
    width: 69.6%;
    flex-shrink: 0;
}
.suitcase .imgs {
    padding: 3px;
}
.suitcase .imgs img {
	width: 100%;
}
.suitcase .imgs img:first-child {
	margin-bottom: 5px;
}
.backpack {
    display: flex;
    background: #00906D;
	border-radius: 20px;
    padding: 2px;
}
.backpack .img {
	padding: 3px;
	width: 50%;
}
.backpack img {
	width: 100%;
}
.backpack + p, .suitcase + p {
	color: #00906D;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
	text-align: center;
}
.g-recaptcha {
    margin-left: 14px;
}
#g-recaptcha-response, #g-recaptcha-response-1, #g-recaptcha-response-2 {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
#popupModal .g-recaptcha, #popupModal2 .g-recaptcha {
	margin-left: 0;
    margin-bottom: 10px;
}
@media (max-width: 1120px) {
	.cascade-slider_item {
		width: 400px;
	}
}
@media (max-width: 992px) {
	.slide-block h4 {
		font-size: 20px;
		line-height: 25px;
	}
}
@media (max-width: 767px) {
    #ourstories_carousel::after{
        display: none;
    }
    #ourstories_carousel::before{
        display: none;
    }
    #ourstories_carousel .owl-prev::before {
        content: '';
        display: block;
        background-image: url(../images/new_lp/leftarrow.svg);
        background-size: cover;
        height: 40px;
        width: 40px;
    }
    #ourstories_carousel .owl-next::before {
        content: '';
        display: block;
        background-image: url(../images/new_lp/rightarrow.svg);
        background-size: cover;
        height: 40px;
        width: 40px;
    }
    #ourstories_carousel .owl-prev, #ourstories_carousel .owl-next{
        top: 30%;
    }
	.cascade-slider_item {
		width: 200px;
	}
	.slide-block h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.video-thumb .overlay img {
		width: 50px;
	}
	.cascade-slider_container {
		height: 230px;
	}
	.cascade-slider_container .buttons-wrap .cascade-slider_arrow {
		padding: 5px;
		margin: 0px 5px;
		width: 100px;
		font-size: 12px;
    }
    .sticky-btn {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: fixed;
        right: 10px;
        bottom: 50px;
        background-color: #00906C;
        z-index: 99;
        text-align: center;
        line-height: 16px;
        cursor: pointer;
    }
	.backpack + p, .suitcase + p {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.carry-bag-sec {
		padding: 40px 0 20px;
	}
	.form-main-fields .position-relative {
		margin-top: 10px;
	}
}
@media(max-width:350px){
    .btn-theme2{
        min-width: 290px;
    }
}