/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pt-30 {
    padding-top: 25px;
}

.pb-30 {
    padding-bottom: 25px;
}

img {
    max-width: 100%;
}

body {

    font-family: "Inter", sans-serif;

    background-color: #2E3D54;
    font-weight: 400;
    overflow-x: hidden !important;
}

.primary-btn {
    background: #AF8F54;
    padding: 18px 66px 18px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    height: 57px;
    line-height: 115%;
    position: relative;
    transition: 0.3s;
    border: 0px;
    box-shadow: none;
}

.secondary-btn {
    border: 1px solid #C0C0C0;
    background: #fff;
    color: #C0C0C0;
    text-align: right;
    padding: 18px 30px 18px 66px !important;
}

.secondary-btn svg {
    left: 30px;
    transform: rotate(180deg)
}

.secondary-btn:hover svg {
    left: 20px;
    transform: rotate(180deg)
}

.primary-btn:hover {
    color: #fff !important;
    background-color: #27354B;
}

.primary-btn svg {
    position: absolute;
    right: 30px;
    width: 24px;
    height: 24px;
    transition: 0.3s;
}

.primary-btn:hover svg {
    right: 22px;
}

.container {
    max-width: 1600px;
    padding: 0px 15px;
}

* {
    margin: 0px;
}

.sub-heading {
    font-size: 80px;
    font-weight: 400;
    font-family: "Teachers", sans-serif;
    line-height: 1;
}

.sub-heading-info-text {
    font-size: 16px;
    color: #777777;
    margin: 25px 0 35px;
    max-width: 727px;
}

.small-heading {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    line-height: 125%;
}

.read-more-link {
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
    line-height: 152.6%;
    position: relative;
    width: max-content;
}

.read-more-link:hover {
    color: #AF8F54;
}

.read-more-link svg {
    right: -20px;
    transition: 0.3s;
    position: absolute;
}

.read-more-link:hover svg {
    right: -25px;
}

.read-more-link:hover svg path {
    stroke: #AF8F54;
}

.read-more-link:hover svg rect {
    fill: #AF8F54;
}


/****header css*****/
header.header {
    position: static;

    background: #FFFFFF;
    max-width: 1268px;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    height: 75px;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    transition: 0.3s;
}

.header-hold {
    transition: 0.3s;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    height: 76px;
    z-index: 222;
    top: 30px;
}

.header-hold.fixed-header {
    height: 76px;
    background: #fff;
    position: fixed;
    z-index: 333;
    top: 0px;
    border-bottom: 1px solid #dbd8d8;
}

.header-hold.fixed-header .header {
    position: static;
}

.inner-header {
    width: 100%;
}

.nav-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 30px;
    align-items: center;
}

.nav-wrap ul li a {
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: 0.3s;
}

.nav-wrap ul li a:hover {
    color: #AF8F54;
}

.nav-wrap ul li a img {
    width: auto;
    margin-left: 0.3vw;
    position: relative;
    top: -2px;
}

/* ul.header-drop-down {
    position: absolute;
    display: none;
   top: 65px;
    background: #fff;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    width: 200px;
    transition: 0.6s;
    -webkit-box-shadow: -1px 2px 15px 0px rgba(0,0,0,0.1);
-moz-box-shadow: -1px 2px 15px 0px rgba(0,0,0,0.1);
box-shadow: -1px 2px 15px 0px rgba(0,0,0,0.1);

} */
ul.header-drop-down {
    position: absolute;
    display: block;
    top: 65px;
    background: #fff;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    width: 200px;
    transition: 0.3s;
    -webkit-box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 2px 15px 0px rgba(0, 0, 0, 0.1);
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8);
}


ul.header-drop-down li {
    margin: 0.5vw 0px;
}

.nav-btn {
    margin-left: 2vw;
}

.nav-btn .primary-btn {
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    min-width: auto;
    height: 44px;
    transition: 0.3s;
}


/* First Section (Black Background & White Text) */
.section {
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    z-index: 100;
    z-index: 333;
}

.services-loading span {
    font-size: 32px;
    margin: 0px 0px 10px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Teachers", sans-serif;

}

/* Second Section */

.d-home-hero-wrapper,
.d-r2-hero-wrapper {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    height: 100%;
}

.d-home-hero-wrapper {
    grid-template-rows: auto auto auto;
}

.d-f-c-w {
    color: #fff;
}

.d-s-1 {
    background: #002839;
}

.d-z5,
.d-z10 {
    position: relative;
}

.d-z5 {
    z-index: 5;
}

.d-hero-1 {
    grid-area: 1 / 1 / 2 / 15;
    height: calc(var(--vh)* 40);
}

.d-z5,
.d-z10 {
    position: relative;
}

.d-z5 {
    z-index: 5;
}

.d-hero-bg {
    grid-area: 1 / 1 / 4 / 15;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    justify-self: stretch;
    background-color: #002839;
    overflow: hidden;
    position: relative;
    height: 100vh;
    height: 100svh;
}

.d-hero-bg-d {
    height: 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: none;
    background-position: top;
}

.d-hero-bg-m {
    display: none;
}

.d-z25 {
    z-index: 25;
}

.d-z20,
.d-z25 {
    position: relative;
}

.loading-section {
    align-items: end;
    display: flex;
    height: 100vh;
    height: 100svh;
    padding-bottom: 100px;
    /* transform: unset !important; */
}

.d-bjs-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    background: #AF8F54;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    position: fixed;
    z-index: 777;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
}

.d-bjs-container-o {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    background: #AF8F54;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    position: fixed;
    z-index: 777;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
}

.d-bjsonce-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    background: #002839;
    position: fixed;
    z-index: 555;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.d-bjsonce-2 {
    grid-area: 1 / 2 / 2 / 1;
    -ms-flex-item-align: end;
    align-self: end;
    justify-self: stretch;
    visibility: hidden;
}

.d-ls-003 {
    letter-spacing: -.03em;
}

div#main {
    height: 100vh;
    height: 100svh;
    overflow: hidden;
}

/* Banner Section */
.banner {
    height: 100vh;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0; */
}

.heading-1 {
    color: white;
    font-size: 110px;
    font-weight: 400;
    text-align: left;
    font-family: "Teachers", sans-serif;

}

.header-inner-text {
    line-height: 96%;
    letter-spacing: -5px;
}

.heading-1 b {
    font-size: 170px;
    font-weight: 400;
    line-height: 101%;
    letter-spacing: -4px;
}

/* Main Content */
.main-content {
    display: none;
    padding: 50px;
    text-align: center;
}

.banner-inner {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    display: flex;
    align-items: end;
    padding-bottom: 100px;
    background: linear-gradient(180deg, rgba(46, 61, 84, 0) 0%, rgba(46, 61, 84, 0.44) 17%, rgba(46, 61, 84, 1) 100%);
}

.banner-section.video-con {
    position: absolute;
    /* transform: translateX(-100%); */
    width: 100%;
}

.banner-section.video-con video {
    height: 100vh !important;
    height: 100svh !important;
    width: 100vw !important;
    object-fit: cover !important;
}

.banner-bottom-info {
    text-align: right;
    color: #fff;
    padding-right: 70px;
}

.banner-bottom-info .owner-info-data {
    font-size: 1.875rem;
    display: block;
    width: 500px;
    text-align: left;
    line-height: normal;
    margin-bottom: 1.375rem;
    line-height: 140%;
}

.user-info-btn {
    background-color: #232E40;
    border-radius: 50rem;
    padding: 0px;
    height: 89px;
    width: 404px;
    padding: 0px 0 0 15px;
}

.user-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.user-img img {
    width: 100%;
    height: 100%;
}

.btn-usr-name {
    padding: 0px 0 0 19px;
    text-align: left;
    font-size: 14px;
    color: #566276;
    font-weight: 500;
    width: calc(100% - 137px);
}

.btn-usr-name p {
    font-size: 16px;
    color: #fff;
}

.btn-play-icon {
    width: 77px;
    height: 77px;
    background: #AF8F54;
    border-radius: 100%;
    position: relative;
    right: -7px;
    transition: 0.3s;
}

.btn-play-icon:hover {
    background: #BAA05A;
}

.btn-play-icon svg {
    width: 18px;
    height: 18px;
}

/***logo slider css***/
.logo-slider-wrap {
    padding: 4vw 0px 0px;
}

.featured-in {
    color: #fff;
    font-size: 25px;
    width: 25%;
    letter-spacing: -1px;
    font-weight: 500;
}

.slider-items-wrap {
    width: calc(100% - 25%);
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 20px;
}

.slide {
    min-width: 16.6%;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide img {
    width: auto;
    height: 100px;
    object-fit: contain;
}

.cards-section {
    height: calc(100vh - 76px);
    height: calc(100svh - 76px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-top: 0;
}

.cards-text-heading {
    font-size: 190px;
    font-weight: 300;
    text-align: left;
    line-height: 103%;
    color: #fff;
    width: 100%;
    padding: 0px 30px;
    text-transform: capitalize;
    max-width: 1450px;
    margin: 0 auto;
    font-family: "Teachers", sans-serif;
}

.cards-text-heading .text-right {
    text-align: right;
}

.dark-text {
    color: #AF8F54;
}

.hidden-text {
    position: absolute;
    opacity: 0;
}

.cards {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* left: 30px; */
    top: -30px;
    /* padding-right: 300px; */
    zoom: 0.8;
}

.card {
    min-width: 460px;
    padding: 0 40px;
    min-height: 200px;
    display: flex;
    align-items: center;
    /* background: white; */
    justify-content: center;
    /* box-shadow: 0 4px 40px 15px rgba(0, 0, 0, 0.2); */
    /* border-radius: 10px; */
    position: absolute;
    text-align: center;
    opacity: 1;
    color: #2E3D54;
    font-size: 20px;
    text-align: left;
    transform: translate(-52%, -52%);
    white-space: nowrap;
    background-color: unset;
    /* background-size: 490px; */
    background-position:top  center;
    background-repeat: no-repeat;
    border: 0;
}

/* .card:nth-child(1) { transform: rotate(-10deg); top: -20px; } */

.card-text-span {
    position: absolute;
    transform: translate(-50%, -50%);
    transform: rotate(-13deg);
    font-size: 30px;
    margin-top: -11px;
}

.card:nth-child(2) span{
    transform: rotate(20deg);
}


.card:nth-child(4) span{
    transform: rotate(11deg);
}

.card:nth-child(5) span{
    transform: rotate(5deg);
}

/* .card:nth-child(3) { transform: rotate(-5deg); bottom: 40px; } */
.card:nth-child(4) {
    transform: rotate(6deg);
    bottom: 60px;
}

.card:nth-child(5){
    white-space: normal;
    width: 600px;
}

.scroll-section {
    overflow: hidden;
    position: relative;
}

.d-f-sup1 {
    font-size: 250px;
    white-space: nowrap;
    color: #27354B;
    font-weight: 600;
    transform: translateX(20%);
    /* Start outside viewport (right) */
    margin-bottom: 0px;
    line-height: normal
}

.services-sec-wrap {
    min-height: 100vh;
    min-height: 100svh;
    position: sticky;
    top: 45px;
    padding: 80px 0px 90px;
}

.gfg-logo {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.services-info-data {
    color: #fff;
    max-width: 100%;
}

.services-sec-2 {
    z-index: 33;
    background: #2e3d54;
    border-top: 1px solid #55646e;
    -webkit-box-shadow: 1px -6px 21px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px -6px 21px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px -6px 21px -1px rgba(0, 0, 0, 0.2);
}

.services-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4.5vw;
    margin-top: 80px;
}

.services-repeat {
    border-top: 2px solid #AF8F54;
}

.services-repeat:hover .services-listing {
   top:100%;
}

.services-repeat:hover .services-des-wrap {
   top: 0%;
}

.services-icon img {
    width: 80px;
}

.services-repeat:hover .read-more-link {
  display: none !important;
}

.services-repeat:hover .read-more-link svg {
    right: -25px;
}

.services-repeat:hover .read-more-link svg rect {
    fill: #AF8F54;
}

.services-repeat:hover .read-more-link svg path {
    stroke: #AF8F54;
}

.services-content-hold{
    height: 230px;
}

.services-listing {
    list-style: none;
    padding: 2rem 0;
    color: #8296B5;
    height: 230px;
    background-color: #2e3d54;
    margin: 0;
    transition: all 0.3s ease;
    position: absolute;
    top:0px;
    width: 100%;
}

.services-listing li {
    padding: 1rem 0;
    border-bottom: 1px solid #8296B5;
    font-size: 16px;
}

.services-des-wrap {
    position: absolute;
    top:-120%;
    transition: all 0.3s ease;
    color: #8296B5;
    padding: 25px 0px 10px;
    overflow-y: auto;
    font-size: 16px;
    height:100%;
    background-color: #2e3d54;
    cursor: pointer;
}
.services-content-hold{
    overflow: hidden;
}
.services-sec-2 .services-listing, .services-sec-2 .services-content-hold{
    height: 330px;
}

/* .services-sec-2 .services-des-wrap {
    min-height: 330px;
    max-height: 330px;
}  */

.white-bg {
    background-color: #fff;
}

.white-bg .d-f-sup1 {
    color: #ECECEC;
}

.sec-video-wrap {
    padding-bottom: 100px;
    overflow: hidden;
}

.sec-video-wrap .container {
    max-width: 100%;
}

.sec-video-inner {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.sec-video-hold {
    width: 50vw;
    margin-left: -5vw;
}

.sec-video-hold video {
    height: 50vw;
    background: #ccc;
    object-fit: cover;
}

.video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-video {
    background: #AF8F54;
    width: 5vw;
    height: 5vw;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.play-video img {
    width: 1vw;
    height: 1vw;
}

.sec-video-content {
    padding-right: 0;
    width: 50vw;
    background: #AF8F54;
    padding: 50px 0px 50px 50px;
    position: relative;
    top: 90px;
    z-index: 2;
    color: #fff;
}

.sec-video-content::after {
    position: absolute;
    content: "";
    width: 14%;
    height: 100%;
    background: #AF8F54;
    top: 0px;
    right: -6vw;
}

.vide-sec-data-repeat {
    border-bottom: 1px solid #8D7444;
    padding: 25px 0;
    opacity: 0;
    /* Initially hidden */
    transform: translateY(50px);
    /* Start position */
}

.vide-sec-data-repeat:last-child {
    border-bottom: 0px;
}

.vide-sec-data-repeat .small-heading {
    margin-bottom: 25px;
}

.vide-sec-data-repeat p {
    margin: 0px;
    font-size: 18px;
    line-height: 130%;
    max-width: 559px;
}

.slide-section-top-space {
    padding-top: 60px;
}

.how-it-work-wrap {
    background-color: #fff;
    padding: 40px 0px;
}

.process-wrapper {
    position: relative;
    width: 80%;
    margin: auto;
    padding: 0px 0;
}

.step {
    padding: 30px 50px;
    opacity: 0.3;
    transition: 1s;
    position: relative;
}

.step.active {
    opacity: 1;
}

.border-line {
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #B7B7B7;
}

.progress-line {
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 0;
    background: #000;
    transition: height 0.3s ease-in-out;
    transition: 0.4s;
}

.step-count {
    position: absolute;
    left: -5vw;
    top: 40px;
    color: #AF8F54;
    font-size: 1rem;
}

.step h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 175%;
}

.step p {

    font-size: 18px;
    color: #777777;
    line-height: 140%;
}

.typed-text {
    color: #fff;
    /* Change to your preferred color */
}

.cursor {
    color: #fff;
    animation: blink 0.8s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.socila-sec-wrap {
    margin-top: -40px;
    z-index: 2;
    padding:0 50px 80px 50px;
}
.social-items-repeat{text-decoration: none;}

.socila-sec-wrap .sub-heading-info-text {
    max-width: 34vw;
}

.social-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
    margin: 60px 0px;
}

.podcast-wrap {
    background: #2E3D54;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    width: 370px;
    height: 370px;
    margin: 0 auto;
    cursor: pointer;
}

.podcast-wrap .btn-play-icon {
    right: 0px;
}

.podcast-wrap .pc-info-head {
    color: #8296B5;
    font-size: 15px;
}

.podcast-wrap .sub-heading-info-text {
    margin: .5rem 0px 1rem;
    color: #fff;
    font-size: 20px;
}

.podcast-wrap .read-more-link {
    margin: 0 auto;
    display: inline-flex;
}

.pod-cast-img {
    border: 2px solid #AF8F54;
    border-radius: 100%;
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    margin: 0 auto 1.5vw;
    justify-content: center;

}

.pod-cast-img .btn-play-icon {
    display: none !important;
}

.podcast-wrap:hover .btn-play-icon {
    display: flex !important;
   
}

.podcast-wrap:hover .pod-cast-img img {
    display: none;
    
}

.pod-cast-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    animation: _rotate_giziwm 16s linear infinite;
   
}
.podcast-wrap-yellow {
    background: #AF8F54 !important;
}
.podcast-wrap-yellow .pc-info-head {
    color: #fff;
}
.podcast-wrap-yellow .pod-cast-img {
    border: 2px solid #fff;
}
.btn-play-icon2 {
    background: #2E3D54;
}
.btn-play-icon2:hover {
    background: #2E3D54;
}
.podcast-wrap-yellow .read-more-link:hover {
	color:#2E3D54;
}
.podcast-wrap-yellow .read-more-link:hover svg rect {
	fill: #2E3D54;
}
.podcast-wrap-yellow .read-more-link:hover svg path {
	stroke: #2E3D54;
}
.blog-page-main-wrap .podcast-wrap-yellow .pod-cast-img {
	margin: 0 auto;
	border-color: #fff;
}
.blog-page-main-wrap .podcast-wrap-yellow .pc-info-head {
    color: #5e3d00 !important;
}


.podcast-wrap-blue {
    background: #8296B5  !important;
}
.podcast-wrap-blue .pc-info-head {
    color: #fff;
}
.podcast-wrap-blue .pod-cast-img {
    border: 2px solid #fff;
}
.btn-play-icon3 {
    background: #2E3D54;
}
.btn-play-icon3:hover {
    background: #2E3D54;
}
.podcast-wrap-blue .read-more-link:hover {
	color:#2E3D54;
}
.podcast-wrap-blue .read-more-link:hover svg rect {
	fill: #2E3D54;
}
.podcast-wrap-blue .read-more-link:hover svg path {
	stroke: #2E3D54;
}
.blog-page-main-wrap .podcast-wrap-blue .pod-cast-img {
	margin: 0 auto;
	border-color: #fff;
}
.blog-page-main-wrap .podcast-wrap-blue .pc-info-head {
    color: #2e3d54 !important;
}   



.blog-page-main-wrap .btn-play-icon2 {
    background: #2E3D54;
}
.blog-page-main-wrap .podcast-wrap-yellow .read-more-link:hover {
	color:#2E3D54;
}
.blog-page-main-wrap .podcast-wrap-yellow .read-more-link:hover svg rect {
	fill: #2E3D54;
}
.blog-page-main-wrap .podcast-wrap-yellow .read-more-link:hover svg path {
	stroke: #2E3D54;
}


@keyframes _rotate_giziwm {
    100% {
        transform: rotate(1turn);
    }
}

/* .overlay-card-wrap {
    background-image: url(../img/card-bg.png);
    background-size: cover;
} */

.card-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 32%) 100%) !important;
    padding: 30px;
    height: 460px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s;
}

.card-overlay:hover .read-more-link {
    color: #AF8F54;
}

.card-overlay:hover .read-more-link svg {
    right: -25px;
}

.card-overlay:hover .read-more-link svg rect {
    fill: #AF8F54;
}

.card-overlay:hover .read-more-link svg path {
    stroke: #AF8F54;
}

.tag {
    display: inline-flex;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 14px;
    border-radius: 50rem;
    margin-bottom: 1vw;
    font-size: 12px;
    text-transform: capitalize;
}

.insta-follow img {
    height: 460px;
    width: 100%;
}

.counter {
    font-size: 80px;
    font-weight: 400;
    color: #000;
}

.bg-img-none {
    background-image: none;
}

.gray-bg {
    background: #F7F7F7 !important;
}

.company-name {
    font-size: 30px;
    color: #777777;
    margin: 0 0 0.5rem;
}

.follower-text {
    color: #000;
    font-size: 20px;
    margin-top: -20px;
    display: block;
}

.linkdin-follow-bottom h5 {
    font-size: 18px;
    margin: 0px;
    font-weight: 500;
    color:#212529
}

.social-logo-wrap img {
    max-width: 130px;
    transition: 0.3s;
}

.card-overlay:hover .social-logo-wrap img {
    transform: scale(1.1);
}

.our-mission-section:after {
    position: absolute;
    content: "";
    background: #2E3D54;
    height: 60%;
    width: 100%;
    top: 0;
}

.our-mission-section .container {
    position: relative;
    z-index: 22;
}

.mission-left-sec img {
    width: 100%;
}

.mission-left-sec {
    width: 561px;
}

.mission-right-sec {
    padding-left: 100px;
    width: calc(100% - 561px);
}

.mission-right-sec img {
    width: 100%;
}

.mission-text-hold {
    display: flex;
    justify-content: end;
    margin-bottom: 5vw;
}

.mission-text-inner {
    max-width: 545px;
}

.mission-text-inner p {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 140%;
}

.our-mission-section {
    padding-bottom: 7vw;
}

.our-mission-slide-sec {
    padding-top: 50px;
}


.tog-content-wrap p {
    max-width: 561px;
    margin: 35px 0px;
}

.insta-flow {
    background: #fff !important;
    box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 8%);
}

.insta-flow .insta-img {
    width: 100%;
}

.building-future-data {
    max-width: 671px;
}

article.why-we-help-sec-hold {
    position: relative;
    top: 0px;
    z-index: 222;
}

/***inner pages css start****/
.font-80 {
    font-size: 80px;
    font-family: "Teachers", sans-serif;
    line-height: 100%;
    color: #fff;
    font-weight: 400;
}

.font-25 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.black-color {
    color: #2E3D54;
}

.sec-padding {
    padding: 100px 0;
}
.gray{color:#777;}

.inner-page-banner-wrap .heading-1 {
    font-size: 120px;
}

.contact-top-data {
    max-width: 1291px;
}

.inner-page-banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.contact-right-data {
    width: 944px;
}
.add_font{font-size: 25px;}

.form-control,
.form-control:focus {
    background: unset;
    border: 0px;
    height: 66px;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0px;
    color: #fff;
    padding: 0;
    outline: none;
    box-shadow: none;
}

textarea.form-control,
textarea.form-control:focus {
    height: 165px;
}

select.form-control {
    background-image: url(../img/select-arrow.png) !important;
    background-size: 17px !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

select.form-control option {
    color: #000;
}

.form-control::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

.form-group {
    margin-bottom: 50px;
}

.checkbox-wrap {
    margin: 37px 0 77px 0;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px;
    cursor: pointer;
}

.checkbox input {
    display: none;
}

.checkbox__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 26px;
    width: 26px;
    background: #2E3D54;
    border: 1.5px solid #FFFFFF;
    border-radius: 5px;
    transition: 125ms ease-out;
}

.checkbox__indicator:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    width: 7px;
    height: 13px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
    border-right: 3px solid white;
    border-top: 3px solid white;
    display: none;
}

.checkbox input:checked~.checkbox__indicator {
    background: #AF8F54;
}

.checkbox input:checked~.checkbox__indicator:after {
    animation: check 125ms;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
}

.checkbox__label {
    font-size: 18px;
    color: #8296B5;
    position: relative;
    top: 2px;
}

.checkbox__label a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.office-repeat {
    width: 310px;
}

.office-repeat p {
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
    width: 270px;
    margin-top:15px;
}

.office-inner-right {
    width: 50%;
}

.link-text {
    display: flex;
    align-items: center;
    transition: 0.3s;
    font-size: 20px;
    text-transform: uppercase;
    color: #AF8F54;
    text-decoration: none;
}

.link-text:hover {
    color: #2E3D54;
}

.link-text:hover span {
    border-color: #2E3D54;
    background-color: #2E3D54;
}

.link-text:hover span svg path {
    stroke: #fff;
}

.link-text span svg {
    width: 27px;
    height: 27px;
    transition: 0.3s;
}

.link-text span {
    display: flex;
    margin-left: 15px;
    align-items: center;
    min-width: 53px;
    min-height: 53px;
    border: 1px solid #AF8F54;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    transition: 0.3s;
}

.contact-map iframe {
    width: 100%;
    height: 600px;
}

.contact-map {
    /* padding-left: 8vw; */
    
   
}
#map{
    height:50vh;
    width:100vh
}
#map-canvas {
    
    width: 100%;
    margin: 0px;
    padding: 0px;
    height:80vh;
  }

.our-office {
    line-height: 0px;
}

.inner-page-banner-wrap .banner-inner {
    background: linear-gradient(180deg, rgb(46 61 84 / 93%) 0%, rgb(46 61 84 / 10%) 17%, rgba(46, 61, 84, 1) 100%);
}

.blog-page-main-wrap {
    padding: 188px 0 100px 0px;
    min-height: calc(100vh - 900px);
}

.blog-page-main-wrap .tag {
    margin-bottom: 15px;
}

.blog-page-top p {
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    font-family: "Teachers", sans-serif;
    margin: 40px 0 60px;
    max-width: 843px;
}

.blog-page-main-wrap .filter-button-group {
    display: flex;
    gap: 12px;
    margin-bottom: 160px;
    list-style: none;
    padding: 0;
}

.blog-page-main-wrap .filter-button-group li{

    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    font-size: 25px;
    padding: 6px 25px;
    border: 1px solid #fff;
    transition: 0.3s;
}

.blog-page-main-wrap .filter-button-group li:hover {
    background: #fff;
    color: #000;
}

.blog-page-main-wrap .filter-button-group li.active {
    background: #fff;
    color: #000;
}


.blog-page-main-wrap .grid-item {
    padding: 0px;
    color: black;
    margin-bottom: 30px;
}



.blog-page-main-wrap .podcast-wrap {
    background: #1A2535;
}

.blog-cat-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-page-main-wrap a {
    text-decoration: none;
    display: block;
    height: 100%;
}

.blog-page-main-wrap .small-heading {
    font-size: 30px;
    line-height: 140%;
}

.blog-page-main-wrap .read-more-link {
    font-size: 20px;
}

.blog-page-main-wrap .podcast-wrap .sub-heading-info-text,.blog-page-main-wrap .podcast-wrap p {
    font-size: 20px;
    max-width: 346px;
    margin: 36px auto;
}

.blog-page-main-wrap .podcast-wrap .pc-info-head {
    color: #8296B5;;
    margin-bottom: 5px;
    display: block;
}

.blog-page-main-wrap .overlay-card-wrap,
.blog-page-main-wrap .podcast-wrap {
    width: 500px;
    height: 500px;
}

.blog-page-main-wrap .card-overlay {
    height: 100%;
    min-height: 100%;
}

.blog-page-main-wrap .pod-cast-img {
    margin: 0 auto;
    border-color: #AF8F54;
}

.blue-bg {
    background: #8296B5 !important;
}

.yellow-bg {
    background: #AF8F54 !important;
}

.yellow-bg:hover .read-more-link {
    color: #000;
}
.blue-bg:hover .read-more-link {
    color: #000;
}

.yellow-bg:hover .read-more-link svg {
    right: -25px;
}

.yellow-bg:hover .read-more-link svg rect {
    fill: #000;
}


.yellow-bg:hover .read-more-link svg path {
    stroke: #000;
}

.blue-bg:hover .read-more-link svg rect {
    fill: #000;
}
.blue-bg:hover .read-more-link svg path {
    stroke: #000;
}


.bolg-detail-cat-wrap {
    text-align: center;
    color: #AF8F54;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: "Teachers", sans-serif;
}

.blog-full-img {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

.blog-detail-title {
    text-align: center;
    max-width: 1260px;
    margin: 0 auto 70px;
}

.blog-detail-title h1 {
	text-align: center;
	line-height: 1.2;
	font-size: 60px;
	font-weight: 400;
	color: #fff;
}

.blog-detail-data {
    max-width: 1120px;
    margin: 60px auto;
}

.blog-detail-data h3 {
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    font-family: "Teachers", sans-serif;
    color: #fff;
    line-height: 120%;
    margin: 40px 0 30px;
}


.blog-detail-data {
    font-size: 18px;
    line-height: 1.5;
    color: #8296B5;
}

.blog-detail-data ol,
.blog-detail-data ul {
    padding: 15px;
}
.blog-detail-data ol li{
    margin-bottom: 15px;
}
.blog-detail-data ol li ul li{margin-bottom: 0;}

.blog-detail-data a {
    color: #AF8F54;
    transition: 0.3s;
}
.blog-detail-data a:hover {
    color: #fff;
    transition: 0.3s;
}

.share-social-media {
    margin: 0;
    list-style: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    border-collapse: collapse;
    padding: 0 !important;
}

ul.share-social-media.d-flex li {
    width: 25%;
    border-collapse: collapse;
    /* border: 1px solid #fff; */
}

ul.share-social-media.d-flex li a {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    height: 70px;
    border: 1px solid #fff;
    border-collapse: collapse;
    justify-content: center;
    border-left: 0;
    font-size: 20px;
    color: #fff;
    transition: 0.3s;
}

ul.share-social-media.d-flex li a:hover {
    background: #af8f54;
}

ul.share-social-media.d-flex li:first-child a {
    border-left: 1px solid #fff;
}

.share-blog-wrap {
    text-align: center;
    margin: 120px 0 150px;
    color: #fff;
}

.share-blog-wrap p {
    margin-bottom: 20px;
}

.related-items {
    margin-bottom: 20px;
}

.team-images-sec {
    gap: 20px;
}

.team-images-sec .team-sec-repeat {
    width: 25%;
}

.team-sec-repeat img {
    width: 100%;
    height: 100%;
}

.team-sec-repeat.with-image-tow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.team-sec-btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-top-data {
    max-width: 1250px;
    margin: 50px 0 100px 0;
}

.team-top-data .font-25 {
    color: #8296B5;
    font-weight: normal;
    max-width: 922px;
    margin: 30px 0 0;
}

.unique-value-inner {
    gap: 40px;
}

.unique-value-repeat {
    width: 380px;
    border-top: 1px solid #AF8F54;
}

.unique-value-repeat img {
    margin: 30px 0px;
    width:80px;
}

.unique-value-repeat h3 {
    font-weight: normal;
    margin-bottom: 30px;
}

.unique-value-repeat p {
    color: #8296B5;
    margin: 0;
}

.unique-value-cat {
    padding: 30px 0px 100px;
}

.team-member-hold {
    display: grid;
    align-items: self-start;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1220px;
}

.teams-main-hold {
    display: flex;
    justify-content: end;
    position: relative;
    margin-top: -50px;
}

.member-img {
    margin-bottom: 24px;
    height: auto;
    background: #2E3D54;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding-top: 30px;
}
.member-img img{width:82%}
.member-modal-img img{width:78%}

.team-member-item {
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;

}

.team-member-item .font-25 {
    color: #2E3D54;
    margin: 0px;
}

.team-member-item p {
    color: #777777;
    margin: 4px 0px 0px;
}

.member-socail-profile {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 10px;
    min-height: 26px;
    align-items: center;
}

.leadership-top-head h2 {
    color: #212529;
}

.leadership-top-head p {
    color: #777777;
    margin: 26px 0 0;
    max-width: 643px;
}

.leadership-top-head {
    max-width: 719px;
}

.tampa-sec .member-img {
    background: #27354B;
}

.tempa-sec-top {
    margin-bottom: 80px;
}

.tempa-sec-top h2 span {
    color: #AF8F54;
}

.tampa-sec .team-member-item .font-25 {
    color: #fff;
}

.relationship-section {
    background-image: url(../img/rel-bg.jpg);
    background-size: cover;


}

.rel-top-wrap p {
    color: #777;
    max-width: 600px;
    margin: 20px 0;
}

.rel-counter-hold {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 150px 40px;
    margin-top: 100px;
    gap: 20px;
}

.rel-count-repeat {
    width: 33%;
    text-align: center;
}

.rel-count-repeat .counter-1 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.rel-count-repeat h3 {
    font-size: 35px;
    margin: 15px 0 30px;
    font-weight: 400;
}

.rel-count-repeat p {
    color: #777777;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
}

.counter-border {
    max-width: 258px;
    margin: 0 auto 30px;
    height: 1px;
    background: #000000;

}

.awards-wrap {
    border-top: 1px solid #D9D9D9;
    padding-top: 24px;
}

.awards-right {
    width: 756px;
}

.awards-left {
    width: calc(100% - 756px);
}

.awards-repat {
    border-bottom: 1px solid #D9D9D9;
    padding: 24px 0;
    font-size: 20px;
    font-weight: 400;
}

.awards-repat p {
    margin: 0;
}

.awards-repat span {
    width: 50px;
}

.awards-left p {
    font-weight: 400;
    margin-top: 20px;
}

.awards-section {
    padding-bottom: 100px;
}

.our-team-main .slide-section-top-space {
    padding-top: 50px;
}

.team-member-modal .modal-dialog {
    max-width: 100%;
    margin-left: 65px;
}

.modal-backdrop {
    background-color: #2E3D54;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-content {
    border: 0px;
    border-radius: 0px;
    background: unset;

}

.modal-body {
    background: #fff;
    padding: 70px;
    margin-top: 30px;
}

.team-memer-info {
    width: calc(100% - 515px);
    padding-right: 50px;
}

.member-img.member-modal-img {
    width: 508px;
    height: 600px;
}

.member-name-info span {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-top: 8px;
}

.member-name-info {
    margin-bottom: 30px;
}

.team-memer-info p {
    font-size: 18px;
    line-height: 140%;
    color: #777777;
    margin-bottom: 30px;
}

.modal-close {
	min-width: 50px;
	border: 2px solid #8296B5;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -10px 30px 0px 0px;
	cursor: pointer;
	transition: 0.3s;
}

.modal-close:hover {
    background-color: #AF8F54;
    border-color: #AF8F54;
}

.modal-close:hover svg path {
    stroke: #fff;
}

.member-profile-link .link-text {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    margin-right: 15px;
}

.member-profile-link .link-text span {
    border: 1px solid #B7B7B7;
    min-width: 35px;
    min-height: 35px;
}

.member-profile-link .link-text span svg {
    width: 16px;
    height: 16px;
}

.team-member-modal-inner {
    flex-direction: row-reverse;
}

.team-memer-info button {
    margin-top: 20px;
    margin-bottom: 0;
}


.contact-left-data{margin-top:15px;}

.video-modal .modal-dialog{
    max-width: 1360px;
    padding: 0px 20px;
}
.video-modal .modal-body{
    padding: 0px;
    line-height: 0px;
}
.video-modal .d-flex.modal-data-hold {
    flex-direction: row-reverse;
}
.video-modal .modal-close{
    margin: -10px 0px 0px 30px;
}
/***inner pages css end****/






/***footer***/
footer {
    padding: 6vw 0px 0px;
}

.f-nav-heading {
    margin-top: 5px;
    color: #AF8F54;
    font-size: 15px;
}

.footer-nav-ul {
    list-style: none;
    padding-left: 30px;
    margin: 0;
}

.footer-nav-ul li {
    margin-bottom: 10px;
}

.footer-nav-ul li a {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.footer-nav-ul li a:hover {
    color: #AF8F54;
}

.footer-contact h4,
.footer-contact a {
    text-align: right;
}

.footer-contact a {
    color: #fff;
    font-size: 24px;
    display: block;
    margin: 1vw 0px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact a:hover {
    color: #AF8F54;
}

.footer-contact .phone-number {
    text-decoration: underline;
}

.footer-logo,
.footer-contact {
    width: 28%;
}

.footer-mid {
    border-top: 1px solid #1A2535;
    padding: 40px 0;
    margin-top: 40px;
}

.footer-mid p {
    margin: 0px;
    color: #C0C0C0;
    font-size: 12px;
}

.text-second {
    max-width: 50vw;
    display: table;
    margin: 10px auto;
}

.text-second {
    max-width: 60vw;
    display: table;
    margin: 1.5vw auto !important;
}

.text-third {
    max-width: 472px;
    margin: 0 auto !important;
}

.footer-bottom {
    font-size: 14px;
    color: #C0C0C0;
    margin: 0px;
    padding: 2vw 0px;
    font-weight: 600;
}

.footer-bottom a {
    color: #C0C0C0;
    text-decoration: none;
    transition: 0.3s;
}

.footer-bottom a:hover {
    color: #AF8F54;
}

.footer-logo img {
    width: 238px;
}
footer a{color:#fff !important;
    font-weight: 600;
}
.modal-backdrop {
    background-color: rgba(46, 61, 84, 0.9);
}

/* 5 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 32%;
}
.gutter-sizer { width: 2%; }
.related-items{
    display: flex;
    gap:30px;
    flex-wrap: wrap;
}

.circle-link{
    clip-path: circle(50%);
    border-radius: 50%;
}

.service{
    width: 100%;
}



.section-services .custom-select {
	height: inherit;
	padding: 0 20px;
	line-height: inherit;
	font-size: 14px;
	font-weight: bold;
	border-radius: 27px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}

.service {
	--max-scroll: 8;
	--text: #191919;
	--border: #687898;
	--borderActive: #fff;
	--background: #fff;
	--arrow: #6C7486;
	--arrowActive: #E4ECFA;
	--listText: #191919;
	--listBackground: #F5F9FF;
	--listActive: #E4ECFA;
	--listTextActive: #6C7486;
	--listBorder: none;
	--textFilled: #191919;
	position: relative;
}
.service select {
	display: none;
}
.service > span {
	cursor: pointer;
	height: 66px;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0px;
    color: #fff;
    padding: 0;
    outline: none;
    box-shadow: none;
    display: block;
    width: 100%;
}
.service > span:before, .service > span:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 3px;
	border-radius: 1.5px;
	top: 50%;
	right: 0;
	background: var(--arrow);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.service > span:before {
	margin-right: 10px;
	-webkit-transform: scale(0.96, 0.8) rotate(50deg);
	transform: scale(0.96, 0.8) rotate(50deg);
}
.service > span:after {
	-webkit-transform: scale(0.96, 0.8) rotate(-50deg);
	transform: scale(0.96, 0.8) rotate(-50deg);
}
.service ul {
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	max-height: calc(var(--max-scroll) * 42px);
	top: 42px;
	left: 0;
	z-index: 1;
	right: 0;
	background: var(--listBackground);
	border-radius: 6px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	-webkit-transform: scale(0.8) translate(0, 4px);
	transform: scale(0.8) translate(0, 4px);
	border: 1px solid var(--listBorder);
}
.service ul li {
	opacity: 0;
	-webkit-transform: translate(6px, 0);
	transform: translate(6px, 0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.service ul li a {
	cursor: pointer;
	display: block;
	padding: 10px 16px;
	color: var(--listText);
	text-decoration: none;
	outline: none;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.service ul li a:hover {
	color: var(--listTextActive);
}
.service ul li.active a {
	color: var(--listTextActive);
	background: var(--listActive);
}
.service ul li.active a:before, .service ul li.active a:after {
	--scale: .6;
	content: '';
	display: block;
	width: 18px;
	height: 3px;
	position: absolute;
	right: 17px;
	top: 50%;
	opacity: 0;
    border-radius: 1.5px; /* Slightly adjusted for smoother edges */
	background: var(--listText);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.service ul li.active a:before {
	-webkit-transform: rotate(45deg) scale(var(--scale));
	transform: rotate(45deg) scale(var(--scale));
}
.service ul li.active a:after {
	-webkit-transform: rotate(-45deg) scale(var(--scale));
	transform: rotate(-45deg) scale(var(--scale));
}
.service ul li.active a:hover:before, .service ul li.active a:hover:after {
	--scale: .9;
	opacity: 1;
}
.service ul li:first-child a {
	border-radius: 6px 6px 0 0;
}
.service ul li:last-child a {
	border-radius: 0 0 6px 6px;
}
.service.filled > span {
	color: #fff;
}
.service.open > span {
	border-color: var(--borderActive);
}
.service.open > span:before, .service.open > span:after {
	background: var(--arrowActive);
}
.service.open > span:before {
	-webkit-transform: scale(0.96, 0.8) rotate(-50deg);
	transform: scale(0.96, 0.8) rotate(-50deg);
}
.service.open > span:after {
	-webkit-transform: scale(0.96, 0.8) rotate(50deg);
	transform: scale(0.96, 0.8) rotate(50deg);
}
.service.open ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) translate(0, 12px);
	transform: scale(1) translate(0, 12px);
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.service.open ul li {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.service.open ul li:nth-child(1) {
	-webkit-transition-delay: 80ms;
	transition-delay: 80ms;
}
.service.open ul li:nth-child(2) {
	-webkit-transition-delay: 160ms;
	transition-delay: 160ms;
}
.service.open ul li:nth-child(3) {
	-webkit-transition-delay: 240ms;
	transition-delay: 240ms;
}
.service.open ul li:nth-child(4) {
	-webkit-transition-delay: 320ms;
	transition-delay: 320ms;
}
.service.open ul li:nth-child(5) {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}
.service.open ul li:nth-child(6) {
	-webkit-transition-delay: 480ms;
	transition-delay: 480ms;
}
.service.open ul li:nth-child(7) {
	-webkit-transition-delay: 560ms;
	transition-delay: 560ms;
}
.service.open ul li:nth-child(8) {
	-webkit-transition-delay: 640ms;
	transition-delay: 640ms;
}
.service.open ul li:nth-child(9) {
	-webkit-transition-delay: 720ms;
	transition-delay: 720ms;
}
.service.open ul li:nth-child(10) {
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}

select {
	--text: #3F4656;
	--border: #2F3545;
	--background: #151924;
}
select.service {
	padding: 9px 16px;
	border-radius: 6px;
	color: var(--text);
	border: 1px solid var(--border);
	background: var(--background);
	line-height: 22px;
	font-size: 16px;
	font-family: inherit;
	-webkit-appearance: none;
}
.podcard-inner-wrap h6{
    font-size: 16px;
    margin-bottom: 1rem;
}
