@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,  
background: #000;{
 font-size: 100%;
 overflow-x: hidden;
 font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #0084FF;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
}
body{
    background: #000;
    font-family: Poppins !important;
    overflow-x: hidden;
}
body a {
 transition: 0.6s all ease;
 -webkit-transition: 0.5s all ease;
 -moz-transition: 0.5s all ease;
 -o-transition: 0.5s all ease;
 -ms-transition: 0.5s all ease;
 text-decoration: none;
 font-size: 1.6rem;
}

body img {
 transition: 0.6s all ease;
 -webkit-transition: 0.5s all ease;
 -moz-transition: 0.5s all ease;
 -o-transition: 0.5s all ease;
 -ms-transition: 0.5s all ease;
 text-decoration: none;
}

p:empty {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
 margin: 0;
 font-weight: 600;
 color: #000000;
 transition: 0.6s all ease;
 font-family: "Poppins", sans-serif;
 text-transform: capitalize;
}
/* title */
h2 {
 font-weight: 700;
 font-size: 30px;
 line-height: 36px;
}
/* subtitle */
h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom:5px;
}
p, .table th, .table td {
 margin: 0;
 transition: 0.6s all ease;
 font-family: Poppins;
 font-weight: 400;
 font-size: 16px;
 line-height: 28px;
 letter-spacing: 0%;

}
p, li, a {
 line-height: 20px;
 font-size: 14px;
 color: #303030;
 font-weight:400;
 margin: 0;
 transition: 0.6s all ease;
}
ul {
 margin: 0;
 padding: 0;
}
li {
 list-style-type: none;
}
body a:hover {
 text-decoration: none;
}



/* color FCMO */
.bg-grey {
 background: #FAFCF7;
}




/* green-btn */
.blue-btn {
    padding: 10px 22px;
    transition: all 0.8s !important;
    height: 50px;
    background: #0084FF;
    color: #fff;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #0084FF;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: center;
    max-height: 43px;
    gap: 6px;
    border-radius: 80px;
}


.blue-btn.blue_bfr_btn {
    color: #F5F7FA;
}
.blue-btn.blue_bfr_btn:hover {
    background-color: #F5F7FA;
}

.blue-btn.blue_bfr_btn:hover svg {
    fill: #000; 
}


.blue-btn.blue_bfr_btn:hover svg path {
    fill: #000;
    color: #000;
}

.blue-btn:hover,
.blue-btn:focus,
.blue-btn:active {
    background-color: #00E6A9;
    color: #000;
    border-color: #00E6A9;
}

.blue-btn svg {
    margin-left: 10px;
    transition: fill 0.3s ease;  
    fill: #fff; 
}


.blue-btn:hover svg {
    fill: #000; 
}


.blue-btn:hover svg path {
    fill: #000;
    color: #000;
}

.copyright a:hover {
    color: #254791;
    text-decoration: underline;
}

.learlink{
 font-size: 14px;
 font-weight: 500;
 line-height: 100%;
 color: #0084FF;
 text-transform: capitalize;
 transition:0.6s; 
}
.learlink img {
    width: 14px !important;
    object-fit: contain;
    margin-left: 3px;
}
.learlink:hover {
    color: #00FF99;
    letter-spacing: 0.5px;
    transition: 0.6s;
}

.learlink:hover img {
    filter: invert(47%) sepia(88%) saturate(122%) hue-rotate(134deg) brightness(95%) contrast(105%);
    transform: translateX(10px);
    transition: transform 0.7s ease;
}



/* green-btn */
.border-btn {
    padding: 10px 30px;
    transition: all 0.8s !important;
    height: 52px;
    height: 50px;
    background: transparent;
    color: #ffde16;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #ffde16;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: center;
}
.border-btn:hover, 
.border-btn:hover:focus, 
.border-btn:active {
    background:#ffde16;
    color:#fff;
}

.border-btn.fff { 
    border-color:#fff;
    color:#fff;
}

.border-btn.fff:hover { 
    background:#fff;
    color:#000;
}


/* link btn */
.btn-link {
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #000000;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-link:hover {
 color: #7DC02D;
 text-decoration: none;
}


/* section padding */
.space {
 padding:90px 0px;
}


/* section heading */

/*.navbar-toggler-icon::before {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    right: 0px;
    transition-timing-function: ease;
}*/

/*.heading-pnel {
    margin-bottom: 40px;
}*/
.heading-pnel span {
    margin-bottom: 10px;
    display: inline-block;
    text-align: left;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #0084FF;
}

.heading-pnel h1 {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    text-transform: none;
    max-width: 700px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 50px;
    line-height: 56px;
}

.heading-pnel h2 {
    color: #F5F7FA;
    letter-spacing: 1px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 34px;
    line-height: 49px;
}

.heading-pnel h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 30px;
    line-height: 46px;
    color:#000;
}

.heading-pnel h5{
    font-family: Poppins;
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #F5F7FA;
}

.heading-pnel p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
}

.heading-pnel ul {
    padding:0;
    margin:0;
}
.heading-pnel ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0;
}

.color-fff{
    color: #fff !important;
}




/* white heading */
.heading-pnel.fff h2 {
 color: #fff;
}
.heading-pnel.fff p {
 color: #fff;
}
/* header */
.header {
    width: 100%;
    padding: 15px 0px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    
}
.header.js-header.darkHeader {
 width: 100%;
 top: -100px;
 z-index: 999;
 height: 0;
 overflow: hidden;
}
.header.js-header.darkHeader.darkHeader-2 {
 top: 0;
 transition: all 0.6s;
 overflow: visible;
 height: auto;
 position: fixed;
 box-shadow: 0px 0px 30px #00000026;
 border: none;
 background:#000;
 padding:10px 0px;
}
.header.js-header.darkHeader.darkHeader-2 .logo-box{
    height: auto;
}

.logo-green {
    display: none;
}

.header.js-header.darkHeader.darkHeader-2 .logo-green{
 display: block;
}

.header.js-header.darkHeader.darkHeader-2 .logo-white{
    display:none;
}


.header.js-header.darkHeader.darkHeader-2 .mobile-no {
 color:#000000;
}

.header.js-header.darkHeader.darkHeader-2  .mobile-no img {
 filter:invert(1);
}

.header.js-header.darkHeader.darkHeader-2 .border-btn {
    color: #ffde16;
    border: 1px solid #ffde16;
    padding: 10px 22px;
    height: 43px;
}

.header.js-header.darkHeader.darkHeader-2 .border-btn:hover {
    background: #ffde16;
    color: #fff;
}

.header.js-header.darkHeader.darkHeader-2 .topbar {
    margin-bottom: 10px;
}

.schedule-call {
 margin-left: 50px;
 display: flex;
 align-items: center;
}
.navbar-light .navbar-brand {
 margin: 0;
}
.logo-box {
    overflow: hidden;
    transition: 0.6s;
    height:auto;
    width: 174px;
}
.logo-box img {
    object-fit: contain;
    margin-left: 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
	width:155px;
}
header .green-btn svg {
    margin-left: 8px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    max-width: 1170px;
    margin: auto;
}

header .green-btn span {
 display: inline-block;
 padding: 0;
 background: #0000001c;
 font-size: 14px;
 position: relative;
 width: 30px;
 height: 30px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-right: 6px;
}
.navbar-light .navbar-nav > li{margin:0 19px;}
.navbar-light .navbar-nav > li > a {
    font-style: normal;
    color: #fff;
    position: relative;
    display: inline-block;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-align: right;
}

.header.js-header.darkHeader.darkHeader-2 .navbar-nav > li > a {
    color:#F5F7FA;
}
.navbar-light .navbar-nav > li > a:after{
    content:"";
    display:block;
    height:2px;
    width:0;
    background: #0084FF;
    position:absolute;
    bottom: -1px;
    transition:0.6s;
}
.navbar-light .navbar-nav > li > a:hover:after{
    width:100%;
}
.navbar-light .navbar-nav > li > a.active:after{
    width:100%;
}
.navbar-light .navbar-nav > li.dropdown > a:after {
 content: "";
 display: block;
 width: 12px;
 height: 10px;
 background-image: url(../images/down.svg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: 10px;
 position: absolute;
 right: 0;
 top: 50%;
 transform: translatey(-50%);
 transition: 0.6s;
}

.navbar-light .navbar-nav .nav-link:hover:before, .navbar-light .navbar-nav .active .nav-link:before {
 width: 100%;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
 color: #84be38;
}
.navbar-light .navbar-nav .nav-item {
 padding: 0px 12px;
}
.navbar {
 padding: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    font-size: 14px;
    top: 100%;
    border: none;
    min-width: 300px;
    padding: 30px;
    box-shadow: 0px 6px 4px #00000012;
    background: #fff;
    border-radius: 4px;
    transition: 0.6s;
    left: 20px;
}

.dropdown-menu figure {
 margin: 0;
 flex: 0 0 300px;
}
.dropdown-menu figure img {
 width: 100%;
}
.navbar-light .navbar-nav .dropdown-menu.show, .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
 display: flex !important;
 align-items: center;
}
.navbar-light .navbar-nav .dropdown-menu li {
 margin-bottom: 3px;
}
.navbar-light .navbar-nav .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    padding: 0;
    position: relative;
    color: #000000 !important;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    padding: 6px 0px;
}
.navbar-light .navbar-nav .dropdown-menu li a:hover {
    color:#7DC02D !important;
}

.topbar {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.mobile-no {
    margin-right: 20px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #fff;
}
.mobile-no img{
    margin-right:4px;
}
.mobile-no:hover { 
    color:#fff;
    text-decoration:underline;
}



/* hero-sec  */

.hero-left-caption{
   padding: 160px 0 112px;
}
.hero-left-caption ul {
   display: flex;
   padding-bottom: 12px;
}
.hero-left-caption ul li {
    font-size: 14px;
    color: white;
    font-weight: 400;
    line-height: 28px;
    margin-right: 2rem;
    list-style: disc;
}
.hero-left-caption ul li::marker {
    color: #0084FF;
}
.hero-left-caption h1 {
    line-height: 56px;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Poppins';
    padding-bottom: 15px;
    color: white;
}
.hero-left-caption h1 span {
    color: #00FF99;
}
.hero-left-caption p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: white;
}
.hero_link_btn {
    padding-top: 34px;
    display: flex;
}
.blue-btn.blue_bfr_btn {
    border: 1px solid #F5F7FA33;
    background: transparent;
}
.hero_right_video video {
/*    width: 702.53px;*/
width: 100%;
height: 602.96px;
}


/* logo slider  */
.logo_slider_title h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #F5F7FA;
}
.logo_bdr {
    border-top: 1px solid #FFFFFF1F;
    border-bottom: 1px solid #FFFFFF1F;
    padding: 50px 0 !important;
}
/*#LogoSlider {
    padding: 50px 0 !important;
}*/

.logo_caption img {
   width: 100% !important;
   height: 23px;
   object-fit: contain;
}

/* offer-sec */

section.offer-sec {
    padding: 80px 0;
}
.title {
    font-size: 34px;
    font-weight: 400;
    line-height: 49px;
    color: #F5F7FA;
}
.heading-pnel p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #F5F7FA;
    margin: 0;
    text-transform: capitalize;
}
.offer_card_gredient {
    padding: 1px;
    background: rgba(247,245,250,0.2);
    background: -moz-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,245,250,0.2)), color-stop(100%, rgba(245,247,250,0)));
    background: -webkit-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -o-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -ms-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: linear-gradient(to bottom, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5fa', endColorstr='#f5f7fa', GradientType=0 );
    border-top-right-radius: 20px;
}
.offer_card_caption {
    border-top-right-radius: 20px;
    padding: 35px 25px;
    text-align: left;
    background: #000;
    margin-bottom: 30px;
}

.offer_card_caption img {
    object-fit: contain;
    height: 48px;
}
.offer_card_caption h3 {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    color: #F5F7FA;
    padding-top: 34px;
    padding-bottom: 12px;
    text-transform: capitalize;
}
.offer_card_caption p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #F5F7FA;
    padding-bottom: 16px;
    text-transform: capitalize;
}
.offer_card_caption a {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #0084FF;
    text-transform: capitalize;
    transition:0.6s; 
}
.offer_card_caption a img {
    width: 14px;
    object-fit: contain;
    margin-left: 3px;
}
.offer_card_caption a:hover {
    color: #00FF99;
    letter-spacing: 0.5px;
    transition: 0.6s;
}

.offer_card_caption a:hover img {
    filter: invert(47%) sepia(88%) saturate(122%) hue-rotate(134deg) brightness(95%) contrast(105%);
    transform: translateX(10px); 
    transition: transform 0.7s ease;
}
.offer_card {
    padding: 60px 0 0 0;
}

/* choose sec */
.choose_image {
    position: relative;
}

.choose_image img {
    width: 100%;
    object-fit: cover;
}
.choose_top_text {
    display: flex;
    align-items: center;
    width: 375px;
    padding: 20px;
    background: rgb(255 255 255 / 10%);
    border-top-right-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px) !important;
    position: absolute;
    right: -66px;
    top: 60px;
    position: absolute;
}
.choose_top_text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #F5F7FA;
}
.choose_top_text img {
    height: 18px;
    width: 45px;
    object-fit: contain;

}
.choose_bottom_text {
    width: 220px;
    text-align: center;
    padding: 47px 20px;
    background: rgb(255 255 255 / 10%);
    border-top-right-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px) !important;
    position: absolute;
    bottom: 45px;
    left: -66px;
}
.choose_bottom_text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding-top: 30px;
    color: #F5F7FA;
}
.choose_bottom_text img {
    height: 41px;
    width: 45px;
    object-fit: contain;
}
.choose_caption h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #F5F7FA;
    padding: 30px 0 20px;
}
.choose_caption ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #F5F7FA;
}
.choose_caption ul {
    padding-left: 20px;
}
.choose_caption ul li {
    list-style: disc;
}
.choose_caption ul li::marker {
    color: #F5F7FA;
}
.choose-card ul {
    display: flex;
    align-items: center;
    list-style: none !important;
    padding: 0;
}
li.choose_bg {
    list-style: none !important;
    margin-right: 10px;
    padding: 1px !important;
    background: rgba(247,245,250,0.2);
    background: -moz-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,245,250,0.2)), color-stop(100%, rgba(245,247,250,0)));
    background: -webkit-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -o-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -ms-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: linear-gradient(to bottom, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5fa', endColorstr='#f5f7fa', GradientType=0 );
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.choose_detail {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 17px 26px;
    background: #000;
    text-align: center;
}
.choose_detail img {
    margin-bottom: 8px;
}
ul.choose_year li {
    list-style: none;
    padding: 0;
    margin-right: 17px;
}
ul.choose_year li span {
    font-family: Poppins;
    font-weight: 275;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0%;
    text-align: center;
    color: #00FF99;
}
ul.choose_year li p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
}

/* Real sec */
ul.real-content.heading-panel {
    display: flex;
    align-items: center;
    padding: 1px !important; 
    background: #000;
    border-top-right-radius: 20px;
}
.real-content.heading-pnel {
    padding: 36px 33px;
    background: #000;
    border-top-right-radius: 20px;
}


.heading-pnel.real-caption p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
}
.heading-pnel.real-caption h2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.real-image img {
    object-fit: cover;
    width: 100%;

}
.real-image {
    position: relative;
}
.real-image span {
    position: absolute;
    top: 11px;
    border-width: 1px;
    border-top-right-radius: 4px;
    background: #00FF99;
    padding: 0px 12px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    left: 11px;
}
.real-content.heading-pnel p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    padding: 14px 0;
}

#Real-Slider.owl-carousel .owl-item .learlink img {
    display: inherit !important;
    width: auto !important;
}

/* success-sec */
.success_image {
    position: relative;
}
.success_image img {
    width: 100%;
}
.success-detial span {
    border-width: 1px;
    border-top-right-radius: 4px;
    background: #00FF99;
    padding: 0px 12px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    margin-left: 2.6rem;
    position: relative;
}
.success-detial h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    padding-top: 19px;
    color: #F5F7FA;
    max-width: 400px;
}
.success-detial span::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 28px;
    background: #00FF99;
    top: 50%;
    left: -25px;
    transform: translate(-50%, -50%);
}
.overlay_div {
    background: rgba(25,25,25,0);
    background: -moz-linear-gradient(top, rgba(25,25,25,0) 0%, rgba(25,25,25,0.84) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,25,25,0)), color-stop(100%, rgba(25,25,25,0.84)));
    background: -webkit-linear-gradient(top, rgba(25,25,25,0) 0%, rgba(25,25,25,0.84) 100%);
    background: -o-linear-gradient(top, rgba(25,25,25,0) 0%, rgba(25,25,25,0.84) 100%);
    background: -ms-linear-gradient(top, rgba(25,25,25,0) 0%, rgba(25,25,25,0.84) 100%);
    background: linear-gradient(to bottom, rgba(25,25,25,0) 0%, rgba(25,25,25,0.84) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#191919', GradientType=0 );
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 538px;
}
.success-detial ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
	padding-left:0 ;
}
.success-detial ul li p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #F5F7FA;
}
.success-detial {
    width: 100%;
    padding: 70px;
    position: relative;
    z-index: 1;
}


/* banner */






.banner {
    overflow: hidden;
    /*  height: 100vh;*/
    position: relative;
    background: #000;
    height: 600px;
}

.banner .banner-bg img{
    animation: zoom-in-zoom-out 15s ease infinite;
}
.banner .carousel-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner .carousel-item {
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:relative;
}

.banner #carousel {
    height: 100%;
}

.banner .carousel-inner {
    height: 100%;
}

.banner .carousel-control-prev,
.banner .carousel-control-next {
    opacity:1;
    width:40px;
    z-index: 40;
}

.banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.banner .carousel-indicators li:hover {
    cursor:pointer;
}

.banner .carousel-control-next { 
    transform:rotate(180deg);
}
.carousel-indicators .active{
    background: #0084FF;
}
/*.banner .carousel-caption h1 {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    text-transform: none;
    max-width: 700px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 1px;
}

.banner .carousel-caption h1 span{
    color:#0084FF;
}

.banner .carousel-caption p {
    text-align: left;
    color: #fff;
    max-width: 605px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 32px;
}



.banner .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 60px;
    z-index: 33;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    max-width: 1170px;
    top:50%;
    transform:translatey(-50%);
    margin: auto;
    right: 0;
}*/

.navbar {
 justify-content: space-between;
}

.bg-dark{
    background: #000000;

}
/*-- //header --*/




/* about us */
.about-content {
    padding: 90px;
}
.grey-pattern{
    background-image:url(../images/pattern.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    width:100%;
}

/*.light-pattern{
    background-image:url(../images/light-pattern.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    width:100%;
}*/

.about-img img {
    width: 100%;
}

.about-img figure {
    margin: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.about-exp p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.about-exp h2 {
    font-family: "Inter", sans-serif;
    font-size: 200px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 12px;
    color: #ffde16;
    text-align: center;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.why-item figure {
    margin: 0;
    margin-top: 6px;
    flex: 0 0 50px;
}

.why-item figure img {
    width: 100%;
}

.why-item figcaption p {
    margin: 0;
}

.why-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.owl-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 45%;
    position: absolute;
    transform: translatey(-50%);
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{
    width: 28px;
    height: 40px;
    background-image: url(../images/left.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    position:relative;
    outline:none;
}

.owl-carousel .owl-nav .owl-next {
    background-image: url(../images/right.svg) !important;
    right: 6px;
}

.owl-carousel .owl-nav .owl-prev{
    background-image: url(../images/left.svg) !important;
    left:6px;
}

.owl-nav button span{display:none;}

/*.owl-carousel .owl-stage-outer {
    padding-bottom:30px;    
}*/

.owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    background: #737373 !important;
    border-radius: 50%;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.owl-dots .owl-dot.active {
    background:#0084FF !important;
}




/* Progrrams */
.program-box figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    flex: 0 0 50px;
}



.program-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-box {
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    padding: 22px;
    gap: 15px;
    min-height: 190px;
}

.programs-sec {
    padding-bottom: 70px;
}

.link-btn {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #0084FF;
    display: inline-block;
    margin-top: 10px;
}

.link-btn:hover {
    text-decoration:underline;
    color:#0084FF;
}

.program-box figcaption h3 {
    margin-bottom: 5px;
}

.program-box figcaption {
}

.program-box figcaption .head-program {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.program-box figcaption h3 a{
    text-align: left;
    color: #000000;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
}



.view-all {
    margin-top: 50px;
}

.btn-view .blue-btn {
    margin: 0 auto;
    position:relative;
    z-index:2;
}

.btn-view {
    position: relative;
}

.btn-view:after {
    content: "";
    display: block;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translatey(-50%);
}

.bg-video {
    position: absolute;
    top: 0;
    right: -5%;
    min-width: 50%;
    height: 100%;
    width: 70%;
    z-index: 0;
}


.Theme-Color{
    color: #00FF99;
}

.SuperchargeContent h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.5;
    color: #fff;
}

.SuperchargeStrip:after {
    Content:"";
    background: rgba(2, 2, 2, 1);
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    z-index: 0;
    right: 1px;
    border-radius: 0px 53px 0px 0px;
}

.SuperchargeStrip {
    position: relative;
    background: rgba(247,245,250,0.2);
    background: -moz-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,245,250,0.2)), color-stop(100%, rgba(245,247,250,0)));
    background: -webkit-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -o-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -ms-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: linear-gradient(to bottom, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5fa', endColorstr='#f5f7fa', GradientType=0 );

    border-radius: 0px 53px 0px 0px;
    overflow: hidden;
    padding: 50px;
}

.SuperchargeStrip > *, .Blog-Items > *, .AdvantageBox > * {
    z-index: 1;
    position: relative;
}

.SuperchargeContent p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    margin-top: 9px;
}

.overflow-hidden{
    overflow: hidden;
}

.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-container {  
 position: absolute;
 overflow: hidden;
 z-index: 10; 
 justify-content: center;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 transform-style: preserve-3d;
}

.cursor {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 1px solid #00FF99;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .5s infinite alternate;
}

.ValuesItems h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    max-width: 80%;
    margin-bottom: 15px;
}

.ValuesItems p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: rgba(245, 247, 250, 1);
}

.BoxSteps {
    margin-bottom: 20px;
    position: relative;
} 
.BoxSteps:after {
    content: "";
    background: rgba(255, 255, 255, 0.12);
    width: calc(100% - 30px);
    height: 1px;
    margin: auto;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
}
.BoxSteps span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: solid 5px rgba(0, 255, 153, 1); 
    display: block;
    background: #000;
    z-index: 1px;
}

.Blog-Items {
    position: relative;
    background: rgba(247,245,250,0.2);
    background: -moz-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,245,250,0.2)), color-stop(100%, rgba(245,247,250,0)));
    background: -webkit-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -o-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -ms-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: linear-gradient(to bottom, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5fa', endColorstr='#f5f7fa', GradientType=0 );
    border-radius: 0px 12px 0px 0px;
    overflow: hidden;
    padding: 16px; 
    
}

.Blog-Items:after {
    Content: "";
    background: rgba(2, 2, 2, 1);
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    z-index: 0;
    right: 1px;
    border-radius: 0px 12px 0px 0px;
} 

.Blog-Items .Blog-Items-image {
    margin-bottom: 32px;
}

.Blog-Items-Content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(245, 247, 250, 1);
    margin-bottom: 10px;
}

.SuperchargeContent h6 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
}

.FooterTop {
    padding-top: 60px;
    padding-bottom: 100px;
    border-bottom: solid 1px rgb(245 247 250 / 20%);
}

.FooterItems h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.FooterItems p, .FooterItems p a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(245, 247, 250, 1);
}

.FooterItems {
    margin-bottom: 15px;
}

.footerLogo {
    width: 96px;
    margin-bottom: 30px;
}

.footerLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer.MainFoorter {
   border-top: 1px solid rgba(10, 170, 106, 1); 
   border-radius: 0px 53px 0px 0px;
}
.FooterHeading h3 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-bottom: 15px;
}


.FooterHeading h3:after {
    content: "";
    height: 1px;
    width: 100%;
    background: rgb(245 247 250 / 20%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.FooterHeading h3:before {
    content: "";
    height: 2px;
    width: 25px;
    background: rgba(0, 132, 255, 1);
    position: absolute;
    bottom: -1px;
}

.FooterHeading {
    margin-bottom: 30px;
}

.FooterLinks ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff;
}

.FooterLinks ul li {
    list-style: disc;
    color: #fff;
}

.FooterLinks ul {
    padding-left: 20px;
}

.FooterBottom {
    padding: 20px 15px;
    text-align: center;
}

.FooterBottom p {
    color: #fff;
}

.Newsletters {
    background: rgba(51, 51, 51, 1);
    border-radius: 0px 15px 0px 0px;
    padding: 6px;
}

.Newsletters .NewslettersInput {
    display: flex;
    align-items: center;
}

.Newsletters .NewslettersInput input {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.Newsletters .NewslettersInput  .nts-btn {
    height: 36px;
    width: 44px;
    background: rgba(0, 255, 153, 1);
    border-radius: 0px 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-color: rgba(0, 255, 153, 1);
}

.Newsletters .NewslettersInput .nts-btn svg {
    stroke: rgba(2, 2, 2, 1);
    rotate: 48deg;
    width: 10px;
}

.Newsletters .NewslettersInput input:focus, .Newsletters .NewslettersInput  .nts-btn:focus {
    box-shadow: none;
    outline: none;
}

.MediaBox ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}


.MediaBox ul li a:hover {
    background: #0084ff;
}

.MediaBox ul li a {
    border-radius: 50%;
    display: block;
    width: 31px;
    height: 31px;
}

.owl-item .item {
    background: rgba(247,245,250,0.2);
    background: -moz-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,245,250,0.2)), color-stop(100%, rgba(245,247,250,0)));
    background: -webkit-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -o-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -ms-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: linear-gradient(to bottom, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5fa', endColorstr='#f5f7fa', GradientType=0 );
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 1px;
}


.ApplicationsSection .container {
    max-width: 1400px;
    margin-left: 8%;
}

.AdvantageBox {
    position: relative;
    background: rgba(247,245,250,0.2);
    background: -moz-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,245,250,0.2)), color-stop(100%, rgba(245,247,250,0)));
    background: -webkit-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -o-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: -ms-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    background: linear-gradient(to bottom, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5fa', endColorstr='#f5f7fa', GradientType=0 );
    border-radius: 0px 53px 0px 0px;
    overflow: hidden;
    padding: 50px;
}

.AdvantageBox:after {
    Content: "";
    background: rgba(2, 2, 2, 1);
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    z-index: 0;
    right: 1px;
    border-radius: 0px 53px 0px 0px;
}

.AdvantageImage {
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
}

.AdvantageContent {
    max-width: 380px;
    margin: auto;
}

.AdvantageContent h4 {
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    color: rgba(0, 255, 153, 1);
    position: relative;
    margin-bottom: 16px;
}

.AdvantageContent h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 15px;
}

.AdvantageContent p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

#Advantage-Slider .owl-dots {border:solid 1px rgba(255, 255, 255, 0.06);background: rgba(255, 255, 255, 0.06);width: 300px;margin: auto;margin-top: 50px;border-radius: 20px;padding: 0px 0px;}

#Advantage-Slider .owl-dots button.owl-dot {
    width: auto;
    height: auto;
    background: transparent !important;
}

#Advantage-Slider .owl-dots button.owl-dot span {
    color: rgba(87, 87, 87, 1);
    width: auto;
    height: auto;
    background: transparent;
    font-size:15px;
}


#Advantage-Slider .owl-dots button.owl-dot.active span{
    color: rgba(0, 255, 153, 1);
}

.Competitive-Advantage {
    position: relative;
}

.Competitive-Advantage:after {
    content: "";
    background-image: url(../images/hand2.png);
    width: 33%;
    height: 60%;
    position: absolute;
    background-size: contain;
    right: 0;
    top: -66px;
    background-repeat: no-repeat;
}
.success_image_main {
    overflow: hidden;
}

.ValuesItems {
    margin-bottom: 30px;
}

.ValuesItems img {
    margin-bottom: 20px;
    width: 50px;
    height: 41px;
    object-fit: contain;
}

.Blog-Items .Blog-Items-image img {
    width: 100%;
    max-width: 237px;
}
.AdvantageContent h4{
    padding-left: 35px;
}
.AdvantageContent h4:before {content:"";width: 28px;height: 1px;background: rgba(0, 255, 153, 1);position: absolute;left: 0;top: 50%;}


.learlink img { 
    display: inline !important;
}
.success_image_main{
    position: sticky !important;
    top: 0px;
    z-index: 99;
}
.success_image_main {
    min-height: 538px;
    background-size: cover;
    width: 100%;
    position: relative;
    border-radius: 0 54px 0px 0px;
    display: flex;
    flex-direction: column-reverse;
}

.success_image_main:after {
    content: "";
    background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, #191919 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#cm-banner:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

}
#cm-banner{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background-position: right;
    padding: 100px 0px;
    z-index: 9;
    margin-top: 82px;
}
#cm-banner:after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.banner-right-side .breadcrumb{
    background: transparent;
    justify-content: end;
    align-items: center;
    margin-bottom: 0px !important;
    padding: 0;
}
.banner-left-side h1{
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: left;
    color: #F5F7FA;
}
.banner-left-side p{
/*     display:unset !important; */
font-weight: 300;
font-size: 14px;
line-height: 22px;
letter-spacing: 0%;
color: #F5F7FA;
margin-top: 15px;
}
.banner-left-side p span{
    font-weight: 500;
}
.banner-right-side li.breadcrumb-item a{
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    color: #F5F7FA !important;
}
.banner-right-side li.breadcrumb-item.active{
    color: #F5F7FAB2 !important;
}
.about-cont-part {
    text-align: center;
    margin-bottom: 40px;
}
.about-cont-part h2{
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    color: #F5F7FA;
    margin-bottom: 18px;
}
.about-cont-part p{
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #F5F7FA;
    margin-bottom: 15px;
}
.about-vision-part h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #00FF99;
    margin-bottom: 18px;
}
.about-vision-part p{
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #F5F7FA;
}
.happy-client{
    position: relative;
}
.happy-client:after{
    content: "";
    background-image: url(../images/hand2.png);
    position: absolute;
    background-size: contain;
    width: 100%;
    max-width: 470px;
    height: 467px;
    right: -20px;
    top: -132px;
    background-repeat: no-repeat;
    z-index: 1;
}
.happy-client-outer{
 background: linear-gradient(to bottom, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
 position: relative;
 z-index: 1;
 border-radius: 0px 12px 0px 0px;
 padding-top: 104px;
 padding-bottom: 134px;
}
.happy-client-outer:after{
    content: "";
    background: rgba(2, 2, 2, 1);
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    z-index: -1;
    right: 1px;
    border-radius: 0px 12px 0px 0px;
}
.happy-client-card{
    text-align: center;
}
.br-right{
    position: relative;
}
.br-right:after{
    position: absolute;
    content: "";
    background: #F5F7FA33;
    width: 1px;
    top: 0px;
    right: 0px;
    angle: -90 deg;
    height: 128px;
}
.happy-client-card h2{
    font-weight: 275;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    color: #00FF99;
    margin-bottom: 0px;
    display: inline-block;
}
.happy-client-card span{
    font-weight: 275;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    color: #00FF99;
}
.happy-client-card p{
    font-weight: 400;
    font-size: 20px;
    display: flex;
    line-height: 30px;
    color: #F5F7FA;
    justify-content: center;
}
#expert-section{
    margin-top: 20px;
}
.expert-heading{
    margin-bottom: 46px;
}
.expert-heading h2{
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #F5F7FA;
    margin-bottom: 16px;
}
.expert-heading p{
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #F5F7FA;
}
.expert-card{
    border-radius: 0px 12px 0px 0px;
    padding: 44px 54px;
    background: linear-gradient(to bottom, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
    position: relative;
    z-index: 1;
}
.expert-card:after{
    content: "";
    background: rgba(2, 2, 2, 1);
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    z-index: -1;
    right: 1px;
    border-radius: 0px 12px 0px 0px;
}
.expert-card img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.expert-card h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #F5F7FA;
    margin-top: 20px;
    position: relative;
}
.expert-card p{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #F5F7FA;
    position: relative;
}
.social-links {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
.pagination ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.pagination ul li a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.5px;
    vertical-align: middle;
    background: #333333;
    color: #F5F7FA;
}
.pagination {
    align-items: center;
    justify-content: center;
}

.pagination ul li a:hover {
    color: #ffff;
    background: #00FF99;
}

.pagination ul li:first-child a {
    width: auto;
    padding: 0px 25px;
    border-radius: 30px;
    height: 48px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.pagination ul li:last-child a {
    width: auto;
    padding: 0px 25px;
    border-radius: 30px;
    height: 48px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.pagination ul li a:hover svg path {
    fill: #fff;
}


.pagination.white-pagination {
    padding: 40px 0px;
    background: #fff;
    margin-bottom: 30px;
}
#contact-form-section{
    margin-top: ;
}
.offer_card_caption.green-bg{
    background: linear-gradient(180deg, #00FF99 0%, rgba(0, 255, 153, 0) 100%);
}
.offer_card_caption.green-bg a{
    color: #fff !important;
    margin-top: 10px;
}
.policy-content-main h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    color: #F5F7FA;
    margin-bottom: 30px;
}
.policy-content-main h3{
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #F5F7FA;
    margin-bottom: 16px;
}
.policy-content-main h4{
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    color: #F5F7FA;
    margin-bottom: 16px;
}

.policy-content-main h5{
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    color: #F5F7FA;
    margin-bottom: 16px;
}

.policy-content-main h6{
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    color: #F5F7FA;
    margin-bottom: 16px;
}
.policy-content-main p{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #F5F7FA;
    margin-bottom: 24px;
}
.policy-content-main p span{
    font-weight: 600;
}
.policy-content-main p a{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #00FF99;
}
.policy-content-main ul{
    margin-bottom: 30px;
}
.policy-content-main ul li{
    list-style-type: disc;
    list-style-position: inside;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #F5F7FA;
}
.policy-content-main ul li span{
    font-weight: 600;
}
.policy-content-main ol{
    margin-bottom: 30px;
    padding-left: 24px;
}
.policy-content-main ol li{
    list-style-type: decimal;
    list-style-position: inside;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #F5F7FA;
	list-style-position: outside;
}
.policy-content-main ol li span{
    font-weight: 600;
}
#contact-form-section{
    padding: 124px 0px;
}
.contact-text-part {
    margin-top: 0px;
    max-width: 360px;
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
.contact-text-part:after{
    position: absolute;
    content: "";
    background: #FFFFFF33;
    width: 1px;
    height: 74px;
    bottom: -85px;
    left: 76px;
}
.contact-text-part span{
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    color: #00FF99;
}
.contact-text-part h2{
    font-weight: 400;
    font-size: 34px;
    line-height: 36px;
    color: #F5F7FA;
    margin-bottom: 14px;
}
.contact-text-part p{
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #F5F7FA;
}
.contact-form {
    position: relative;
    background: linear-gradient(180deg, rgba(245, 247, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    border-radius: 0px 52px 0px 0px;
    padding: 65px 58px;
    z-index: 1;
    margin-left: auto;
    width: 100%;
    max-width: 616px;
    
}
.contact-form:after{
    content: "";
    background: rgba(2, 2, 2, 1);
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    z-index: -1;
    right: 1px;
    border-radius: 0px 52px 0px 0px; 
    background: linear-gradient(180deg, #1F1F1F 0%, rgba(31, 31, 31, 0) 100%);
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 48px;
}
.contact-form .form-group label {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    left: 26px;
    top: -10px;
    background: #1f1f1f;
    padding: 0px 7px;
    z-index: 1;
}
.contact-form .form-group .form-control {
    border: 1px solid #F5F7FA33;
    height: 57px;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #fff; 
    background: #1f1f1f;
}
.contact-form .form-group .form-control:focus{
    box-shadow:none;
}
.contact-form .form-group textarea.form-control {
    height: 140px;
    padding-top: 15px;
}
.email-part{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.icon-back{
    width: 54px;
    height: 54px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
	flex:0 0 54px;
}
.icon-back:after{
    position: absolute;
    content: "";
    background: linear-gradient(270deg, rgba(245, 247, 250, 0) 0%, #F5F7FA 100%);
    width: 58px;
    height: 56px;
    left: -1px;
    top: -1px;
    z-index: -1;
    border-radius: 50%;
}
.email-text {
    margin-left: 18px;
}
.email-text h4{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #00FF99;
    margin-bottom: 0px;
}
.email-text p, .email-text p a{
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #F5F7FA;
}
.service-content-main{
    position: relative;
    padding-bottom: 58px;
}
.service-content-main:after{
    position: absolute;
    content: "";
    background: #FFFFFF33;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}
.service-content-main img {
    width: 100%; 
    border-top-right-radius: 54px;
    height: 500px;
    object-fit: cover;
    margin-bottom: 46px;
        object-position: top;
}
.service-detial-span{
    border-width: 1px;
    border-top-right-radius: 4px;
    background: #00FF99;
    padding: 0px 12px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    margin-left: 2.6rem;
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
}
.service-detial-span:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 28px;
    background: #00FF99;
    top: 50%;
    left: -25px;
    transform: translate(-50%, -50%);
}
.service-content-main h2{
    font-family: Poppins;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #F5F7FA;
    margin-bottom: 18px;
}
.service-content-main p{
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #F5F7FA;
    margin-bottom: 15px;
}
.service-content-list{
    position: relative;
    margin-top: 58px;
    padding-bottom: 58px;
}
.service-content-list:after{
    position: absolute;
    content: "";
    background: #FFFFFF33;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}
.service-list{
    display: flex;
}
.service-list-icon {
    margin-top: 5px;
}
.service-list-icon span{
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: solid 5px rgba(0, 255, 153, 1);
    display: block;
    background: #000;
}
.service-list-text{
    margin-left: 26px;
    margin-bottom: 24px;
}
.service-list-text h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #F5F7FA;
}
.service-list-text p{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #F5F7FA;
}
.service-content-list h4{
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #F5F7FA;
    margin-bottom: 35px;
}
.ValuesItems h5{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #F5F7FA;
    margin-bottom: 12px;
}
.contact-form.no-border {
    margin-top: 78px;
    padding: 0px;
    background: none;
}
a.social-icons{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
a.social-icons:hover{
    background: #0084FF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.expert-card:after{
  transition: 0.6s;
}
.expert-card:before{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 50%;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.expert-card:hover:after{
    background-color: #00FF99;
}
.Newsletters .NewslettersInput input {
    width: 90%;
    display: inline-block;
}
.NewslettersInput form.wpcf7-form.init {
    display: flex;
    align-items: center;
}
.FooterBottom p {
    text-align: center !important;
    display: block;
}
.success-detial ul li p{
    max-width: 450px;
}
.common-arrow .owl-nav {
    display: flex !important;
    max-width: 970px;
    justify-content: end;
    top: -115px;
    transform: unset;
    gap: 12px;
}
.owl-theme.common-arrow .owl-nav [class*='owl-'] {
    width: 37px;
    background-image: none !important;
    border-radius: 50%;
    margin: 0;
    height: 35px;
}

.owl-theme.common-arrow .owl-nav [class*='owl-'] img {
    width: 100%;
    object-fit: contain;
}

.owl-theme.common-arrow .owl-nav [class*='owl-']:hover {
    background: #fff;
}

.owl-theme.common-arrow .owl-nav [class*='owl-']:hover img {
    filter: invert(1);
}
.real-content.heading-pnel {
    padding: 25px 30px; 
}
#Real-Slider.owl-carousel .owl-item .real-image img{
    width: 100% !important;
}
.Case-Studies-Box .Advantage-Items {
    background: linear-gradient(180deg, #1F1F1F 0%, rgba(31, 31, 31, 0) 100%);
    padding: 70px;
    padding-bottom: 40px;
    border-top-right-radius: 54px;
    margin-bottom: 40px;
}

.Case-Studies-Box .Advantage-Items .success-detial {
    padding: 0;
}

.Case-Studies-Box .Advantage-Items .success-detial ul li p {
    padding-bottom: 20px;
}
.Case-Studies-Box .Advantage-Items .AdvantageImage {
    height: 280px;
    border-radius: 0px 54px 0px 0px;
}

.Case-Studies-Box .Advantage-Items .AdvantageImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.NewGridCard .offer_card_caption {
    display: flex;
    align-items: center;
    gap: 45px;
    padding: 40px 45px;
}
.NewGridCard .offer_card_caption figcaption h3 {
    padding-top: 0;
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}

.NewGridCard .linkBox {
    width: 150px;
}

.NewGridCard .offer_card_caption figure {
    width: 55px;
    align-self: self-start;
}

.NewGridCard .offer_card_caption figcaption {
    width: calc(100% - 250px);
}
.NewGridCard .offer_card_caption p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #F5F7FA;
    padding-bottom: 16px;
    text-transform: capitalize;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0;
}
.NewGridCard .offer_card_caption img {
    object-fit: contain;
    height: 100%;
}
.NewGridCard .offer_card_gredient.NewGridCard {
    margin-bottom: 30px;
}

section#cm-banner {
    border-radius: 0px 0px 50px 0px;
}
section#cm-banner:after, section#cm-banner:before{
    display:none;
}
.contact-form .form-group label > span {
    color: #00FF99;
}

.policy-links p, .policy-links p a {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.policy-links p a {
    text-decoration: underline;
}
#cm-banner .banner-left-side  span {
    color: rgba(0, 255, 153, 1);
    font-size: 16px;
}

.About-Exp .offer_card_gredient {
    border-radius: 0px 53px 0px 0px;
}

.About-Exp .offer_card_gredient .offer_card_caption {
    border-top-right-radius: 53px;
    padding: 40px;
}

.About-Exp .offer_card_gredient .offer_card_caption span {
    font-weight: 500;
}

.About-Exp .offer_card_gredient .offer_card_caption p {
    font-size: 20px;
    line-height: 1.5;
    text-transform: unset;

    padding-bottom: 0;
}
.OurExpBox {
    height: 100%;
    background: rgba(31, 31, 31, 1);
    border-top-right-radius: 53px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.OurExpItem {
    max-width: 330px;
}

.OurExpContent p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 30px;
}
.OurExpContent2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.OurExpContent2 h3 {
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
    background: linear-gradient(180deg, #00ff99 0%, #0084ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.OurExpContent2 p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 152px;
}
.OurExpContent p span {
    color: rgba(0, 255, 153, 1);
}
.OurExpBox:after {
    content: "";
    background-image: url(../../../../../wp-content/uploads/2025/05/exp-.png);
    height: 100%;
    width: 267px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}
.about-vision-part,
.WhyChooseMain {
    border-top-right-radius: 53px;
    padding: 1px;
    background: rgba(247, 245, 250, 0.2);
    background: -moz-linear-gradient(top, rgba(247, 245, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 245, 250, 0.2)), color-stop(100%, rgba(245, 247, 250, 0)));
    background: -webkit-linear-gradient(top, rgba(247, 245, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    background: -o-linear-gradient(top, rgba(247, 245, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    background: -ms-linear-gradient(top, rgba(247, 245, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    background: linear-gradient(to bottom, rgba(247, 245, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5fa', endColorstr='#f5f7fa', GradientType=0 );
    overflow: hidden;
}

.about-vision-part .about-vision-Item {
    background: #000;
    padding: 40px;
    border-top-right-radius: 53px;
}

.WhyChooseItems {
    background: #000;
    padding: 60px 40px;
    border-top-right-radius: 53px;
}

.about-vision-part .about-vision-Item h3 {
    background: linear-gradient(90deg, #00ff99 0%, #0084ff 100%);
    font-size: 34px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.5;
}
.about-vision-part .about-vision-Item ul li {
    color: rgba(245, 247, 250, 1);
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 26px;
    position: relative;
    padding-left: 33px;
}
.about-vision-part .about-vision-Item ul li:after {
    content: "";
    background-image: url(../../../../../wp-content/uploads/2025/06/arrow.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 7px;
    background-size: contain;
}
.WhyUsHeading h3 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 34px;
}

.WhyUsBox {
    background: rgba(31, 31, 31, 1);
    border-top-right-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.WhyUsBox .WhyUsContent h4 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.WhyUsBox .WhyUsImage {
    height: 27px;
}

.WhyUsBox .WhyUsImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.VerifiedBox {
    background: linear-gradient(180deg, #575757 0%, rgba(31, 31, 31, 0) 100%);
    margin-bottom: 10px;
    padding: 70px 40px;
    border-top-right-radius: 12px;
}

.VerifiedBox h4 {
    font-family: Poppins;
    font-weight: 275;
    font-size: 100px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(180deg, #00ff99 0%, #0084ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.VerifiedBox p {
    text-align: center;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
}
.happy-client-card h2,
.happy-client-card span {
    background: linear-gradient(180deg, #00ff99 0%, #0084ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body { 
    max-width: 100%;
    overflow-x: hidden;
}
.mainBox {
    border-top-right-radius: 53px;
    padding: 1px;
    background: rgba(247, 245, 250, 0.2);
    background: -moz-linear-gradient(top, rgba(247, 245, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 245, 250, 0.2)), color-stop(100%, rgba(245, 247, 250, 0)));
    background: -webkit-linear-gradient(top, rgba(247, 245, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    background: -o-linear-gradient(top, rgba(247, 245, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    background: -ms-linear-gradient(top, rgba(247, 245, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    background: linear-gradient(to bottom, rgba(247, 245, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5fa', endColorstr='#f5f7fa', GradientType=0 );
}
.Powerhouse {
    background: rgba(0, 255, 153, 1);
    border-top-right-radius: 53px;
}

.PowerhouseContent {
    padding: 54px 30px;
    max-width: 359px;
    margin: auto;
}

.PowerhouseContent p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
}
.PowerhouseContent p span{ 
    font-weight: 500; 
}
.PowerhouseImage {
    max-width: 365px;
    position: relative;
    margin: auto;
    /* transform: rotate(30deg); */
}

.PowerhouseImage img {
    width: 100%;
    position: absolute;
    left: 0%;
    right: 0;
    margin: auto;
    top: -100px;
    transform: rotate(40deg);
}
@media screen and (max-width: 991px) {

    .PowerhouseImage img {
        width: 70%;
        position: absolute;
        left: 0%;
        right: 0;
        margin: auto;
        top: 13px;
        transform: unset;
    }
}
@media screen and (max-width: 767px) {
   .PowerhouseImage img {
    width: 70%;
    position: relative;
    left: 8%;
    right: 0;
    margin: auto;
    top: 13px;
    transform: rotate(22deg);
}
.PowerhouseContent {
    padding: 30px 30px;
    max-width: 359px;
    margin: auto;
}
.About-Exp .offer_card_gredient .offer_card_caption {
    border-top-right-radius: 53px;
    padding: 30px;
}
.OurExpItem {
    max-width: 100%;
}
.OurExpBox:after {
    height: 50%;
    width: 125px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: auto;
}
.OurExpContent2 {
    display: block;
}
.OurExpContent2 h3 {
    font-size: 80px;
}
.pb-sm-0 {
    padding-bottom: 0 !important;
}
.WhyChooseItems { 
    padding: 30px; 
}
}


.ApplicationsItem .item{
   background: rgba(247,245,250,0.2);
   background: -moz-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,245,250,0.2)), color-stop(100%, rgba(245,247,250,0)));
   background: -webkit-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
   background: -o-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
   background: -ms-linear-gradient(top, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
   background: linear-gradient(to bottom, rgba(247,245,250,0.2) 0%, rgba(245,247,250,0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5fa', endColorstr='#f5f7fa', GradientType=0 );
   border-top-right-radius: 20px;
   border-top-left-radius: 20px;
   padding: 1px;
   margin-bottom: 30px;
}

.ApplicationsItem .item ul.real-content.heading-panel{
    border-top-right-radius: 20px;
    background: #000;
}

.afterNone:after{
    display: none;
}

.case-studiesBox .offer_card_caption h3 {
        font-size: 14px;
    padding-top: 10px;
    max-width: 100%;
    line-height: 1.5;
    padding-bottom: 0;
}

.case-studiesBox  .offer_card_caption{
    background: transparent;
}

#service-detail-content .NewGridCard .offer_card_caption {
    padding: 30px;
}

#service-detail-content .NewGridCard .offer_card_caption figcaption {
    width: calc(100% - 100px);
}

#service-detail-content .NewGridCard .offer_card_caption img {
    width: 100%;
}
#service-detail-content .NewGridCard .offer_card_caption figcaption h3 {
    font-size: 20px;
    padding-bottom: 5px;
}

.TheChallenges .offer_card_gredient {
    margin-bottom: 20px;
}

.TheChallenges .heading-pnel h2 {
    font-size: 20px;
    margin: 0;
}

.TheChallenges.SolutionsBox .offer_card_caption {
    background: transparent;
}

.TheChallenges.SolutionsBox .offer_card_caption h3, .TheChallenges.SolutionsBox .offer_card_caption p {
    max-width: 206px;
}

.TheChallenges.SolutionsBox.ImpactResults .happy-client:after {
    display: none;
}

.TheChallenges.SolutionsBox.ImpactResults .happy-client-outer {
    padding: 0;
    background: transparent;
}

.TheChallenges.SolutionsBox.ImpactResults .happy-client-outer .happy-client-card {
    text-align: left;
}

.TheChallenges.SolutionsBox.ImpactResults .happy-client-outer .happy-client-card p {
    justify-content: start;
    font-size: 16px;
    line-height: 1.5;
}

/*------ Service Detail New css start ------*/
#service-tab{
background: #1F1F1F;
    padding: 18px 0px;
    position: sticky;
    top: 72px;
    z-index: 99;
}
.industry-applications-card {
    max-width: 330px;
}
.ser-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab-links.active{
    color: #000;
    background: #00FF99;
}
.tab-links{
    border: 1px solid #F5F7FA33;
    padding: 10px 26px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #F5F7FA;
    border-radius: 80px;
    transition: 0.8s all ease;
}
.tab-links:hover{
    color: #000;
    background: #00FF99;
    transition: 0.8s all ease;
}
.service-detial-img{
    height: 600px;
    width: 523px;
}
.service-detial-img img{
    height: 600px;
    width: 100%;
    max-width: 523px;
    object-fit: cover;
    border-top-right-radius: 54px;
}
.service-detial-content h2{
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    color: #F5F7FA;
    margin-bottom: 22px;
}
.service-detial-content p{
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #F5F7FA;
    margin-bottom: 37px;
}
.service-detial-content h5{
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #F5F7FA;
}
.service-detial-content ul{
    margin-top: 22px;
}
.service-detial-content ul li{
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    list-style: disc;
    line-height: 28px;
    color: #F5F7FA;
    list-style-position: inside;
    margin-bottom: 14px;
}
.service-detial-content ul li p{
    margin-bottom: 0px;
    margin-left: 24px;
}
.service-detial-button{
    margin-top: 33px;
}
.industry-applications-section{
    margin-bottom: 90px;
    padding-top: 30px;
}
.industry-applications-heading{
    margin-bottom: 43px;
}
.industry-applications-heading h2{
    font-weight: 400;
    font-size: 34px;
    line-height: 36px;
    color: #F5F7FA;
}
#industry-silder .owl-item .item{
    background: transparent !important;
}
.industry-applications-card h4{
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 26px;
    color: #F5F7FA;
}
.industry-applications-card ul{
    padding-left: 17px;
}
.industry-applications-card ul li{
    margin-bottom: 15px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #F5F7FA;
    list-style: disc;
    list-style-position: outside;
}
.industry-applications-button {
    margin-top: 30px;
    padding-bottom: 10px;
}
#industry-silder .owl-nav {
    display: flex;
    position: absolute;
    right: 0%;
    justify-content: center;
    top: -25% !important;
    transform: translateX(47%);
}
#industry-silder button.owl-prev{
    margin-right: 17px;
    width: 37px;
    height: 37px;
    transition: all 0.8s !important;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/left-arrow-white.svg) !important;
} 
#industry-silder button.owl-prev:hover{
    background: #0084FF;
}
#industry-silder button.owl-next{
    margin-right: 17px;
    width: 37px;
    height: 37px;
    transition: all 0.8s !important;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/right-arrow-white.svg) !important;
}
#industry-silder button.owl-next:hover{
    background: #0084FF;
}
#ecosystem{
    background: linear-gradient(180deg, #1F1F1F 0%, rgba(31, 31, 31, 0) 100%);
    padding: 65px 0px 75px;
    border-top-right-radius: 54px;
        background: #1F1F1F;
} 
.ecosystem-heading{
    margin-bottom: 50px;
}
.ecosystem-heading h2{
    font-weight: 400;
    font-size: 34px;
    line-height: 36px;
    color: #F5F7FA;
}
.ecosystem-heading h2 span{
    color: #00FF99;
}
.ecosystem-card{ 
    border-top-right-radius: 20px;
    padding: 34px 26px;
        background: linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0) 100%);
}
.ecosystem-card h3{
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    color: #F5F7FA;
    margin-bottom: 34px;
    position: relative;
}
.ecosystem-card h3:after{
    position: absolute;
    content: "";
    border: 1px solid #0084FF;
    width: 24px;
    height: 0px;
    left: 0px;
    bottom: -15px;
}
.ecosystem-card p{
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #F5F7FA;
    margin-bottom: 12px;
}
.ecosystem-card ul li{
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #F5F7FA;
    list-style: disc;
    list-style-position: inside;
}
#faq .card{
    border-top-right-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: linear-gradient(180deg, rgba(245, 247, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    z-index: 9;
        border: none;
    padding: 1px;
}
#faq button.btn.btn-link:focus, #faq button.btn.btn-link:focus-visible {
       outline: none;
    border: none;
    text-decoration: none;
    box-shadow: none;
}
#faq .card:after{
    Content: "";
    background: rgba(2, 2, 2, 1);
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    right: 1px;
    border-top-right-radius: 20px;
    z-index: -1;
}
#faq .card-header{
    position: relative;
    background: #000;
    border-top-right-radius: 20px;
    border-bottom: none !important;
    padding: 32px 37px;
}
#faq h2{
font-weight: 400;
font-size: 34px;
margin-bottom: 47px;
color: #F5F7FA;
}
#faq .card-header .btn.collapsed{
    position: relative;
}
#faq .card-header .btn.collapsed:after{
    position: absolute;
    content: "";
    background-image: url(../images/plus-green.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    right: 12px;
    top: 6px;
}
#faq .card-header .btn{
    position: relative;
}
#faq .card-header .btn:after{
    position: absolute;
    content: "";
    background-image: url(../images/minus-green.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 100%;
    right: 12px;
    top: 15px;
}
#faq  .card-header .btn.btn-link{
font-family: Poppins;
font-weight: 400;
font-size: 22px;
line-height: 26px;
color: #F5F7FA;
padding: 0px;
}
#faq .card-body{
padding: 0px 37px;
    max-width: 889px;
}
#faq .card-body p{
    font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #F5F7FA;
margin-bottom: 30px;
}
.offer_card_caption .offer_card_img{
    width: 55px;
}
.offer_card_caption .offer_card_img img{
    object-fit: contain;
    height: 48px;
}
.offer_card_caption a{
    display: flex;
    align-items: center;
}
.offer_card_caption a img{
    height: 48px;
    width: 14px !important;
}
#service-slider .owl-item .item{
    border-top-left-radius: 0px;
    padding: 0px;
}
#service-slider{
    margin-top: 42px;
}
#service-slider .owl-nav {
    display: flex;
    position: absolute;
    right: 0%;
    justify-content: center;
    top: -23% !important;
    transform: translateX(46%);
}
.owl-nav.disabled { 
    display: none !important;
}
#service-slider button.owl-prev{
    margin-right: 24px;
    width: 37px;
    height: 37px;
    transition: all 0.8s !important;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/left-arrow-white.svg) !important;
} 
#service-slider button.owl-prev:hover{
    background: #0084FF;
}
#service-slider button.owl-next{
    width: 37px;
    height: 37px;
    transition: all 0.8s !important;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/right-arrow-white.svg) !important;
}
#service-slider button.owl-next:hover{
    background: #0084FF;
}
#choose-telesto{
    background: #1F1F1F;
    border-top-right-radius: 54px;
    padding: 123px 0px 0px;
    position: relative;
}
.choose-telesto-process{
    width: 100%;
    max-width: 395px;
    padding-top: 138px;
}
.choose-telesto-process h2{
font-weight: 400;
font-size: 34px;
line-height: 38px;
color: #F5F7FA;
margin-bottom: 20px;
}
.choose-telesto-process h2 span{
color: #00FF99;
}
.choose-telesto-process p{
    font-family: Poppins;
font-weight: 300;
font-size: 14px;
line-height: 22px;
color: #F5F7FA;
margin-bottom: 28px;
}
.choose-telesto-list{
    display: flex;
    padding: 33px 38px;
    position: relative;
    background: linear-gradient(180deg, rgba(245, 247, 250, 0.2) 0%, rgba(245, 247, 250, 0) 100%);
    border-top-right-radius: 20px;
    z-index: 9;
}
.choose-telesto-list:after{
   Content: "";
    background: #1F1F1F;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    right: 1px;
    border-top-right-radius: 20px;
    z-index: -1;
}
.choose-telesto-list-icon{
    width: 12%;
}
.choose-telesto-list-inner{
    width: 88%;
}
.choose-telesto-list-inner h3{
    font-family: Poppins;
font-weight: 400;
font-size: 22px;
line-height: 26px;
color: #F5F7FA;
margin-bottom: 11px;
}
.choose-telesto-list-inner p{
font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #F5F7FA;
}
.robot-hand{
    position: absolute;
    width: 415px;
    height: 218px;
    top: 55px;
}
.our-process{
    background: #020202;
    border-top-right-radius: 53px;
    padding: 70px 0px 120px;
    margin-top: 65px;
    position: relative;
    margin-bottom: 60px;
}
.our-process:after {
    content: "";
    background-image: url(../images/border-1.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 723px;
    bottom: 62px;
    height: 71px;
    left: -15%;
    right: 0;
    margin: auto;
}
.human-hand{
    position: absolute;
    right: 0px;
    top: 60px;
    width: 468px;
    height: 444px;
}
.our-process-heading{
    margin-bottom: 55px;
}
.our-process-heading h2{
font-weight: 400;
font-size: 34px;
line-height: 38px;
color: #F5F7FA;
}
.our-process-heading h2 span{
color: #00FF99;
}
.process-number{
width: 60px;
height: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
background: #00FF99;
border-radius: 50%;
margin-bottom: 22px;
}
.process-number span{
    font-family: Poppins;
font-weight: 600;
font-size: 26px;
line-height: 22px;
text-transform: uppercase;
color: #000;
}
.process-card h3{
font-family: Poppins;
font-weight: 400;
font-size: 22px;
line-height: 26px;
color: #F5F7FA;
margin-bottom: 15px;
}
.process-card p{
font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #F5F7FA;
width: 100%;
max-width: 280px;
}
.mt-60{
    margin-top: 60px;
}
.mt-120{
    margin-top: 120px;
}
.process-number.side-line1{
    position: relative;
}
.process-number.side-line1:after{
    position: absolute;
    content: "";
    background-image: url(../images/border-straight-line.svg);
    background-size: cover;
    background-repeat: no-repeat;
        width: 364px;
    height: 1px;
    left: 242px;
    top: 50%;
    transform: translate(-50%, 0px);
}
.process-number.side-line2{
    position: relative;
}
.process-number.side-line2:before{
    position: absolute;
    content: "";
    background-image: url(../images/border-straight-line.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 364px;
    height: 1px;
    left: 242px;
    top: 50%;
    transform: translate(-50%, 0px);
}
.process-number.top-line1{
    position: relative;
}
.process-number.top-line1:after{
position: absolute;
    content: "";
    background-image: url(../images/border-line.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 1px;
    height: 28px;
    left: 50%;
    top: -15px;
    transform: translate(0%, -50%);
}

.breadcrumb-item + .breadcrumb-item::before{
color: #fff;
}

#LogoSlider .owl-item .item {
    background: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: red;
    border-color: red;
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
	text-align: center;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: #fff;
    border-color: #46b450;
    font-size: 14px;
    text-align: center;
    margin: 0;
}
.blue-btn{
	cursor:pointer;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-radius: 50px;
    padding: 12px 20px;
    font-weight: 600;
    background: #46b45052;
    border-width: 1px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-radius: 50px;
    padding: 12px 20px;
    font-weight: 600;
    background: #ff000030;
    border-width: 1px;
}

#Real-Slider button.owl-prev {
    margin-right: 24px;
    width: 37px;
    height: 37px;
    transition: all 0.8s !important;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/left-arrow-white.svg) !important;
}
#Real-Slider button.owl-next {
    width: 37px;
    height: 37px;
    transition: all 0.8s !important;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/right-arrow-white.svg) !important;
	margin:0;
}
#Real-Slider .owl-nav {
    display: flex;
    position: absolute;
    right: 20%;
    justify-content: center;
    top: -125px !important;
    width: 110px;
}
#Real-Slider button.owl-prev:hover {
    background: #0084FF;
}

.read-more-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.read-more-container.expanded .read-more-content {
  display: block;
}

.read-more-toggle {
  display: block;
  margin-top: 20px;
  color: #007bff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}





body #mailpoet_form_1 form.mailpoet_form {
    padding: 0;
    position: relative;
}

#mailpoet_form_1 .mailpoet_paragraph {
	margin-bottom:0 !important;
}

#mailpoet_form_1 .mailpoet_submit {
    position: absolute;
    width: 40px !important;
    text-indent: -110px;
    white-space: nowrap;
    right: 0;
    top: 0;
    height: 30px;
    background: #00FF99;
    border-top-right-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    background-image: url('https://www.myprojectdemonstration.com/development1/telesto/wp-content/uploads/2025/06/foot-arrow.svg');
}

.navbar-nav > li.menu-item-has-children > a:before {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid rgba(0, 255, 153, 1);
    position: absolute;
    right: -20px;
    top: 54%;
    transform: translatey(-50%);
}



@media only screen and (max-width: 1024px) {
    .mobmenu-right-panel {
        background-color: #000000;
        width: 100% !important;
    }
	.mobmenu-right-panel li, .rightmbottom, .rightmtop {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
.FooterItems h4 {
    display: flex;
    align-items: center;
}

.FooterItems h4 > img {
    width: 18px;
    margin-right: 10px;
}
.TheChallenges .heading-pnel h2 ~ p {
    margin-top: 10px;
    font-size: 14px;
}
.fifth-section-text ul li {
    margin-bottom: 5px;
}

.fifth-section-text ul {
    padding-left: 40px;
}
.read-more-content ul li {
    padding: 0 !important;
}

.read-more-content ul {
    margin-bottom: 15px;
}

/* Footer Menu Dropdown Styles */
.FooterLinks li {
    position: relative;
}

.FooterLinks li ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #000000;
    padding: 10px 0;
    min-width: 220px;
    border: 1px solid #ddd;
    z-index: 999;
}

.FooterLinks li:hover > ul.sub-menu {
    display: block;
}

.FooterLinks li ul.sub-menu li a {
    padding: 8px 15px;
    display: block;
    font-size: 14px;
    color: #FFFF !important;
    text-decoration: none;
}

.FooterLinks li ul.sub-menu li a:hover {
    background: #00000000;
}
.FooterItems .vcard .adr > div, .FooterItems .vcard .adr > span,.FooterItems .vcard .adr > div, .FooterItems .vcard .adr {
    display: inline-block;
    color: #fff !important;!i;!;
    font-weight: 300;
    font-size: 12px;
}
.FooterItems .vcard{display: flex; align-items: center}
.FooterItems .vcard .tel{margin-left: 5px; font-size: 12px; color: #fff !important;}
 