body
{
    margin: 0;
    font-family: 'IBM Plex Sans', sans-serif;
}

/* .dark-bg
{
    background-color:#030e33;
} */

h1, h2, h3, h4, h5, h6
{
    font-family: 'IBM Plex Sans Condensed', sans-serif;

}

.between-img {
        font-size: 48px;
    opacity: .2;
    text-align: center;
    filter: opacity(0.5);
}

a
{
    font-weight: 500 !important;
}

a.white-btn {
    border: 2px solid rgba(255,255,255,.2);
    border-radius: 8px;
    padding: 9px 20px;
    color: #fff;
}

a.white-btn:hover
{
    border: 2px solid #fff;
    color: #000;
    background-color: #fff;
}

header.desk_header a {
    color: #fff;
    text-decoration: none;
}

header.desk_header a svg {
    margin-left: 10px;
}
    .main-header {
    z-index: 200;
    color: #fff;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    background-color: #030e33;
    width: 100%;
}

@media(min-width:768px)
{
 .w-85
 {
    max-width: 85%;
 }
 .w-80
 {
    max-width: 80%;
 }
 
 
 .sticky .main-header {
	transition: .1s ease-in;
}

 .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
}
 .faqs-sec {
    width: 55%;
    margin-left: auto;
}

.sub-menu
{
	min-width:300px;
}
   .main-header {

    padding: 16px 20px;

}    
    
.action-btns {
    margin-left: auto;
}

.action-btns a {
    margin-left: 20px;
}
ul.navbar-nav {
    margin-left: 20px;
}

ul.navbar-nav li a {
    margin-right: 25px;
}
}

div#navbarOffcanvas {
    background: #030e33;
    width: 100%;
}

.bottom-header
{
    background-color: #ffcc29;
}

.bottom-header .Marquee-tag svg {
    margin: 0px 20px;
}

.bottom-header .Marquee-tag > * {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
}


.Marquee-tag {
    margin: 0 0.5em;
    padding: 0.9em;
    transition: all 0.2s ease;
    min-width: max-content;
    display: flex;
    width: auto;
    align-items: center;
}

.Marquee-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}


.Marquee {

  display: flex;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  animation: marquee 10s linear infinite running;
}
.Marquee-content:hover {
  animation-play-state: paused;
  cursor: pointer;
}
.Marquee-tag {
  margin: 0 0.5em;
  padding: 0.9em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

@-moz-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}


.dark-bg {
    background-image: url(../../v2/images/64194d6556dc570fc3357fc8_Intro.png);
    background-position: 0 0,0 100%;
    background-repeat: repeat,no-repeat;
    background-size: auto,auto;
    color: #fff;
    background-color: #030e33;
}
.first-section {
    background-image: url(../../v2/images/click3.png);
    background-position: 10% 0,0 67%;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #fff;
    background-color: #030e33;
}

/* .first-section {
    background-image: url(../../v2/images/64194d6556dc570fc3357fc8_Intro.png),url(../../v2/images/63eb68555471ea0a30228df2_Arrow.svg);
    background-position: 0 0,0 100%;
    background-repeat: repeat,no-repeat;
    background-size: auto,auto;
    color: #fff;
    background-color: #030e33;
} */

.gs-cta2 {
    -webkit-overflow-scrolling: touch;
}

.gs-cta2 {
    grid-column-gap: 8px;
    color: #030a21;
    background-color: #ffcc29;
    border: 2px solid #000;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    margin-left: 2px;
    padding: 25px 35px;
    font-size: 1.375rem;
    line-height: 5px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 1px #fff;
    width: auto;
    display: inline-flex;
    text-decoration: none;
}
.z-2 {
    z-index: 2;
    position: relative
}
.glare {
    width: 40px;
    height: 100%;
    background-image: linear-gradient(90deg,rgba(255,255,255,.3) 24%,rgba(255,255,255,0) 26%,rgba(255,255,255,0) 53%,rgba(255,255,255,.3) 54%);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -21%;
    right: 0%
}


.main-section-left p {
    color: rgba(255,255,255,.8);
    font-size: 1.25rem;
    font-weight: 500;
    margin: 24px 0px;
}

.main-section-left h1 {
    font-size: 5.75rem;
    text-shadow: 1px 1px 1px #fff;
}

.text-line
{
    -webkit-text-stroke: 1px #000c31;


}



.main-section-right-inner .person-details img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 1px 1px #030a21, 2px 2px #b8bfd6;
    max-width: 80px;
    height: 80px;

}
.person-details {
    position: relative;
    cursor: pointer;
}

.hover-inner img {
    max-width: 77px !important;
    object-fit: contain;
}

.hover-inner .employee-name {
    color: #000b2d;
    font-weight: 500;
    font-size: 17px;
}
.hover-inner img {
    box-shadow: none !important;
    height: auto !important;
}
.hover-inner {
    display: flex;
    align-items: center;
    column-gap: 14px;
    position: absolute;
    bottom: 15px;
    font-size: 12px;
    justify-content: space-between;
    width: 91%;
}

.main-section-right-inner .person-details:hover .main-img img{
    cursor: pointer;
    filter: contrast(0.5);
}

.main-section-right-inner .person-details:hover .hover-div {
    display: block;
    cursor: pointer;
}

.main-section-right-inner .person-details .hover-img img {
    position: absolute;
    top: 0;
    background-color: #a8a8a8;
    height: 27px;
    display: block;
    width: 80%;
    object-fit: contain;
    box-shadow: none;
    border: 0;
    min-height: auto;
    border-radius: 0;
    padding: 3px;
    bottom: 10px;
    top: auto;
}

.hover-div {
    z-index: 10;
    width: 240px;
    height: 240px;
    color: rgba(3,10,33,.7);
    background-color: #fff;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 8px;
    margin-left: 80px;
    padding: 16px;
    font-size: .875rem;
    position: absolute;
    left: auto;
    right: 0;
    display: none;

}

/*.main-section-right-inner .person-details:nth-child(1) {*/
/*    grid-area: 1/5/2/6;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(2) {*/
/*    grid-area: 3/5/4/6;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(3) {*/
/*    grid-area: 5/5/6/6;*/
/*}*/
/*.main-section-right-inner .person-details:nth-child(4) {*/
/*    grid-area: 7/5/8/6;*/
/*}*/
/*.main-section-right-inner .person-details:nth-child(5) {*/
/*    grid-area: 2/6/3/7;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(6) {*/
/*    grid-area: 4/6/5/7;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(7) {*/
/*    grid-area: 2/4/3/5;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(8) {*/
/*    grid-area: 1/7/2/8;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(9) {*/
/*    grid-area: 3/7/4/8;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(10) {*/
/*    grid-area: 5/7/6/8;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(11) {*/
/*    grid-area: 3/3/4/4;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(12) {*/
/*    grid-area: 6/4/7/5;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(13) {*/
/*    grid-area: 4/4/5/5;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(14) {*/
/*    grid-area: 6/7/6/6;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(15) {*/
/*    grid-area: 7/3/8/4;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(16) {*/
/*    grid-area: 5/3/6/4;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(17) {*/
/*    grid-area: 2/2/3/3;*/

/*}*/

/*.main-section-right-inner .person-details:nth-child(18) {*/
/*    grid-area: 1/3/2/4;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(19) {*/
/*    grid-area: 6/2/7/3;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(20) {*/
/*    grid-area: 4/2/5/3;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(21) {*/
/*    grid-area: 7/7/8/8;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(22) {*/
/*    grid-area: 7/1/8/2;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(23) {*/
/*    grid-area: 5/1/6/2;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(24) {*/
/*    grid-area: 3/1/4/2;*/
/*}*/

/*.main-section-right-inner .person-details:nth-child(25) {*/
/*    grid-area: 1/1/2/2;*/
/*}*/




.main-section-right-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 80px 80px 80px 80px 80px 80px 80px;
    grid-template-columns: 80px 80px 80px 80px 80px 80px 80px;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
    justify-self: end;
    justify-content: center;
}

.first-section {
    padding: 40px 0px;
}











.companies-slider p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 15px 0px;
}
.bottom-company-slider .Marquee-tag {
    margin-right: 60px;
}

.bottom-company-slider .Marquee-tag img {
    max-width: 150px;
    object-fit: contain;
}
.container-fluid.companies-slider {
    padding-left: 0;
    padding-right: 0;
}









.review-single img {
    max-width: 60px;
    border-radius: 20px;
}

.review-single {
    z-index: 1;
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    background-color: #fff;
    border: 2px solid #030e33;
    border-radius: 12px;
    grid-template-rows: auto;
    grid-template-columns: 48px 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 1rem 1.5rem;
    position: relative;
}

.row.w-auto.max-container {
    max-width: 1040px;
}

.agency-details h3 {
    font-size: 1.375rem;
    font-weight: 600;
}

.text-center .agency-details h3 {
    font-size: 34px;
}


.google-section
{
    position: relative;
    background-image: linear-gradient(to bottom, transparent, transparent 20%, #fff 20%, #fff 90%, transparent 90%), linear-gradient(to right, transparent, transparent 20%, #fff 20%, #fff 90%, transparent 90%), linear-gradient(to right, #eeeeee7a, #eeeeee7a 20%, #fff 20%, #fff 90%, #eeeeee7a 90%);
    background-size: 10px 10px;
}





.program-section h1
{
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    text-shadow: 1px 1px #c7cad2;

}

.text-line-w
{
    -webkit-text-stroke: 1px #fff;
}

.program-section
{
    position: relative;
}
.program-section:after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(../../v2/images/64194d6556dc570fc3357fc8_Intro.png);
    opacity: 0.15;
    z-index: -1;
}

.course-single img {
    max-height: 100px;
    width: 100px;
    object-fit: contain;
    filter: invert(1);
    transition: .5s;

}

.course-single {
    z-index: 1;
    grid-row-gap: 20px;
    color: #fff;
    background-color: #030e33;
    border-radius: 1rem;
    flex-direction: column;
    padding: 2rem;
    transition: all .3s;
    display: flex;
    position: relative;
    box-shadow: 2px 2px #fff, 3px 3px 0 1px #030e33;
    cursor: pointer;
    transition: .5s;
}
.course-single:hover h3, .course-single:hover a
{
color: #000;
transition: .5s;
}

.course-single:hover
{
    background-color: #ffcc29;
    transition: .5s;

}

.course-single:hover img
{
    filter: none;
    transition: .5s;

}
.course-single h3 {

min-height: 44px;
}
.course-single a
{
    text-decoration: none;
    color: #fff;
    transition: .5s;

}

.course-single h3 {
    font-size: 1.5rem;
    transition: .5s;

}


.growth-section{
    position: relative;
    background-image: none;
}

.grow-obj {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 400px;
    right: 30px;
    top: -198px;
}

.growth-section p {
    font-size: 20px;
}

.growth-section h1 {
    font-size: 3.5rem;
    font-weight: 500;
}



.container-fluid.inner-growth {
    background-image: linear-gradient(to bottom, transparent, transparent 20%, #030e33 20%, #030e33 90%, transparent 90%), linear-gradient(to right, transparent, transparent 20%, #030e33 20%, #030e33 90%, transparent 90%), linear-gradient(to right, #eeeeee14 , #eeeeee14 20%, #030e33 20%, #030e33 90%, #eeeeee14 90%);
    background-size: 10px 10px;
    padding-left: 0;
    padding-right: 0;
}


.mentor-card-image-wrapper {
    height: 420px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.mentor-card-logo-wrapper {
    height: 32px;
    background-color: #fff;
    border: 1px solid #030a21;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    padding: 8px 20px;
    display: flex;
}

.mentor-image {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    background-color: #fff;
    overflow: visible;
}
.mentor-image-card-gradient {
    z-index: 1;
    background-image: linear-gradient(rgba(3,10,33,0) 22%,#030a21);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.mentor-card-details {
    z-index: 2;
    grid-row-gap: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0%;
    right: 0%;
}
.mentor-name {
    color: #f4f4f4;
    font-weight: 500;
    line-height: 1.4;
}

.mentor-image-card-gradient {
    z-index: 1;
    background-image: linear-gradient(rgba(3,10,33,0) 22%,#030a21);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.home-mentor-card {
    margin-bottom: 32px;
    position: relative;
}
.mentor-card-designation {
    opacity: .7;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4;
}
.mentor-image.main {
    height: 100%;
}





.why-us-grid {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 80px 80px 80px 80px 80px 80px;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
}

.why-us-inner {
    z-index: 2;
    max-height: 80px;
    background-color: #021245;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 16px;
    display: flex;
    position: relative;
}

.w-embed:before,.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-embed:after {
    clear: both;
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative;
}

.w-video iframe,.w-video object,.w-video embed {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}
.why-us-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.why-us-icon.other {
    width: 50px;
}
.why-we-icon img {
    width: 100%;
    filter: invert(1);
}
.why-us-animated-line {
    width: 100%;
    height: 2px;
    background-color: #165e67;
    position: absolute;
    top: 50%;
}

.gs-advantage-grid {
    width: 100%;
    grid-column-gap: 40px;
    display: flex;
}

  
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .we1
  {
    background-image: url(../../v2/images/64194d6556dc570fc3357fc8_Intro.png);
    background-position: 0 0,7vw 18vh;
    background-repeat: repeat,no-repeat;
    background-size: auto,contain;
  }

  .why-we
  {
    grid-row-gap: 12px;
    background-color: rgba(255,255,255,.1);
    background-image: url(../../v2/images/64194d6556dc570fc3357fc8_Intro.png);
    background-position: 0 0;
    background-size: auto;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    flex-direction: column;
    padding: 24px;
    display: flex;
    min-height: 300px;
  }
  .video-container video {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    min-height: 300px;
}
  .why-we-icon.other {
    width: 40px;
}

.why-we-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}


.why-we h4 {
    letter-spacing: -.02em;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.why-we p
{
    opacity: 0.7;
    font-size: 16px;
}

.single-testimonial .client-intro .client-name {
    margin-left: 17px;
}

.single-testimonial .client-intro .client-name p {
    font-size: 16px;
    opacity: 0.7;
    font-family: 'IBM Plex Sans';
    margin-bottom: 0;
}
.single-testimonial .client-intro .client-name h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'IBM Plex Sans Condensed';
    margin-bottom: 0;
}
.single-testimonial .client-intro img {
    width: 3rem;
    height: 3rem;
    /*border: 1px solid #030a21;*/
    object-fit: contain;
    border-radius: 100%;
}
.single-testimonial .client-intro {
    display: flex;
    align-items: center;
}
.single-testimonial {
    border: 1px solid #030a21;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    max-width: none;
    color: #000;
    background-color: #fff;
    border-style: solid;
    border-color: #fff;
    border-radius: 12px;
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 1px 1px #030a21, 3px 3px #b8bfd6;
    padding: 25px;
}

.company-achievments p {
    margin-bottom: 0;
    font-size: 17px;
    margin-top: 24px;
}

.testimonial-wrap > * {
    display: inline-block;
}

.testimonial-wrap {
    -moz-column-count: 3;
    -moz-column-gap: 3%;
    -webkit-column-count: 3;
    -webkit-column-gap: 3%;
    column-count: 3;
    column-gap: 3%;
}

.videoWrapper {
    overflow: hidden;
    border-radius: 15px;
}

.videoWrapper iframe {
    margin-top: -53px;
    height: 313px;
    margin-bottom: -59px;
    border-radius: 10px;
    object-fit: cover;
}

.col.featured-section h1 {
    text-shadow: 1px 1px 1px #000;
    font-weight: 500;
    font-size: 3.5rem;
    text-align: center;
}


.featured-slider .Marquee-tag img {
    width: 200px;
    filter: invert(1);
}
.featured-slider .Marquee-tag {
    width: 240px;
    height: 120px;
    background-color: #fff;
    border: 2px solid #030a21;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 32px 36px;
    display: flex;
}

.featured-slider .Marquee-content {
    animation: marqueeRtl 20s linear infinite running;
}



@-moz-keyframes marqueeRtl {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes marqueeRtl {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate(0);
  }
}
@-o-keyframes marqueeRtl {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes marqueeRtl {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate(0);
  }
}




.featured-main .row {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

footer {
    background: #030e33;
    color: #fff;
    padding: 60px 0px;
    padding-bottom: 30px;
}
.container.copyright-container p {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 0;
}

.container.copyright-container {
    border-top: 1px solid #f4f4f42e;
    padding-top: 30px;
    margin-top: 20px;
}

footer ul {
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}

footer ul li{
   list-style: none;
   margin-left: 0;
}

footer p {
    color: rgba(255,255,255,.5);
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    width: 90%;
}
footer ul li:hover a {
    color: #fff;
}
footer h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a {
    color: rgba(255,255,255,.5);
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}
footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.social-icons {
    margin: 15px 0px;
}

.social-icons a:hover {
    color: #ffcc29;
}
.social-icons a {
    color: #fff;
    font-size: 21px;
    padding-right: 16px;
}

.newsletter-footer {
    margin-bottom: 30px;
    margin-top: 15px;
}
.newsletter-footer input {
    min-height: 49px;
    border-radius: 8px;
    margin-bottom: 0;
    font-size: 1rem;
    box-shadow: 1px 1px #030a21, 2px 2px #b8bfd6;
    padding-left: 20px;
}
.newsletter-footer input[type="submit"] {
    box-shadow: 3px 3px 1px #fff;
    color: #030a21;
    background-color: #ffcc29;
    border: 2px solid #000;
    font-weight: 500;
}

.faqs-sec>h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

button.accordion-button.collapsed {
    background: none !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 17px;
    padding: 8px 15px;
}
.accordion-button::after {
    filter: invert(1);
}
.accordion-item {
    color: #fff;
    background-color: #030e33;
    padding: 0.5rem;
    transition: all .3s;
    box-shadow: 2px 2px #fff, 3px 3px 0 1px #030e33;
    cursor: pointer;
    transition: .5s;
    margin-bottom: 1rem;
    border-radius: 1rem !important;
    color: #fff;
}
button.accordion-button {
    background-color: #fff !important;
    border-radius: 10px !important;
    color: #000 !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    border: 0;

}

.img-responsive
{
    width: 100%;
}

.faq-image img
{
    filter: saturate(.4);
}


@media(max-width:767px)
{

    .action-btns + img {
        display: block !important;
        margin: 0 auto;
        text-align: center;
        margin-top: 40px;
    }
    .featured-slider .Marquee-content {
        animation: marqueeRtl 10s linear infinite running;
    }
    .program-section {
    position: relative;
    padding-bottom: 0 !important;
}
ul.navbar-nav.setNav a.btn.btn-outline-secondary {
    margin-top: 12px;
}
.container-fluid.testimonials-main {
    padding-right: 0;
}
/* .section-testimonials
{
    overflow-x: hidden;
} */
.testimonial-wrap > * {

    margin-right: 11px !important;
}
.col.client-testimonials {
    padding-right: 0px;
}
.faqs-sec>h2 {
    margin: 20px 0px;
}

.row.pt-5.w-85.m-auto {
    width: 100%;
}
.row.p-3.mt-3.mb-3 {
    WIDTH: 100%;
}
.main-section-right-inner {
    grid-template-columns: repeat(3, 1fr);
}
.main-section-right {
    padding-top: 40px;
}
.main-section-left h1 {
    font-size: 3rem;
}

.main-section-right-inner .person-details img {
 
    height: 50px;
}

.main-section-right-inner .person-details .hover-img img {
  
    height: 16px;
    width: 78%;

    padding: 3px;
    bottom: 6px;
}
.between-img {
font-size: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.main-section-right-inner {

    grid-template-rows: 50px 50px 50px 50px 50px 50px 50px;
    grid-template-columns: 50px 50px 50px 50px 50px 50px 50px;
 
}
.row.video-tesimonials > * {
    margin-bottom: 25px;
}

.growth-section h1 {
    font-size: 2.5rem;
    font-weight: 500;
}
.why-we {
    margin-top: 30px;
}

.mentor-sec {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.mentor-sec > * {
    min-width: 70%;
}
.program-section h1 {
    font-size: 2.5rem;

}
.course-single {
    margin-bottom: 30px;
}
.growth-section:before {
    content: "";
    background-image: url(../../v2/images/growth-obj.png);
    width: 70%;
    height: 200px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -199px;
    right: 10px;
}


.grow-obj
{
    display: none;
}
.container-fluid.program-section {
    padding-bottom: 140px !important;
}
.google-section .row > * {
    margin-bottom: 30px;
}
.company-achievments > * {
    min-width: 100% !important;
}

.company-achievments {
    width: 100% !important;
    margin-top: -23px !important;
}

.testimonial-wrap > * {
    width: 100% !IMPORTANT;
    min-width: 90%;
}

.testimonial-wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
button.navbar-toggler {
    background-color: #ffcc29;
}

button.navbar-toggler span {
    filter: invert(100);
}
.action-btns > * {
    margin-bottom: 20px;
}
ul.navbar-nav.setNav li.nav-item > * {
    margin-bottom: 10px;
}
button.btn-close.btn-close-white.text-reset {
    position: fixed;
    right: 15px;
    top: 15px;
    background-size: 21px;
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}
.bottom-company-slider .Marquee-tag {
    margin-right: 10px;
}
.Marquee-tag {
    padding: 0.9em;
}
ul.navbar-nav.setNav li.nav-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
ul.navbar-nav.setNav li:hover ul {
    position: relative;
}
ul.navbar-nav.setNav>li:not(.nav-item) {
    margin-bottom: 15px;
}
.action-btns {
    display: flex;
    flex-direction: column;
}
.featured-slider .Marquee-tag {
    width: 223px;
    height: 120px;
}
.featured-slider .Marquee-tag img {
    width: 130px;
    filter: invert(1);
}
.container-fluid.program-section.faq-section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.why-us-animated-line {
    width: 2px;
    height: 100%;
    background-color: #165e67;
    position: absolute;
    top: 0;
}
.why-us-grid {
    flex-wrap: wrap;
    width: 40%;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.why-us-grid .why-us-inner svg {
    width: 44%;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

    .w-85, .w-50 {
    max-width: 100% !important;
    width: 100% !important;
}
.container-fluid.program-section.pt-5.pb-5.faq-section {
    padding-top: 0 !important;
}
.container-fluid1 {
    padding-left: 15px;
    padding-right: 15px;
}
.growth-section h1 {
    font-size: 1.5rem;
}
.program-section h1
{
    font-size: 2.5rem;

}
.main-section-right-inner {
       justify-content: center;
}
.main-section-right {
    margin: 50px 0px;
}
.main-section-left h1 br {
    display: none;
}

.main-section-left h1 {
    font-size: 3.5rem;
}
.why-we h4
{
    font-size: 1rem;
 
}
}


.person-details {
    position: relative;
}

/* .person-details:after {
    content: "★";
    position: absolute;
    transform: translate(74%, -47%);
    top: 50%;
    font-size: 40px;
    opacity: 0.2;
    left: 0;
    z-index: 99;
    right: -60px;
} */

ul.sub-menu li:hover a {
    color: #fff;
}


ul.sub-menu li:hover a:after {
   content: "\f061";
   font-family:Fontawesome;
   padding-left:7px;
   font-size:12px;	
}

ul.sub-menu li:hover {
    background-color: #030e33;
    padding-left: 10px;
    color: #fff;
	transition: .1s ease-in;
}
header.desk_header.sticky .bottom-header {
    opacity: 0;
}
header.desk_header.sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(0px);
    transition: .2s ease-in;
}

.sub-menu li a {
    color: #000;
}
.sub-menu li {
    padding-bottom: 7px;
	    padding-top: 7px;
}
.sub-menu {
    list-style: none;
    padding-left: 0;
    position: absolute;
    z-index: 9;
	    display: none;
		padding-top:15px;
}

.sub-menu {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}

ul.navbar-nav.setNav li:hover ul {
    display: block;
    padding-top: 15px;
}