.b_04b593 {
    background-color: #04b593;
}

.b_f3f6f8 {
    background-color: #f3f6f8;
}

.b_EEF6FD {
    background-color: #EEF6FD;
}

.b_420075 {
    background-color: #420075;
}

.b_E9E9E9 {
    background-color: #E9E9E9;
}

.b_D9D9D9 {
    background-color: #D9D9D9;
}

.b_420075rgba {
    background-color: rgba(90, 0, 127, 0.8);
}

.b_5a007fgradient {
    background-image: linear-gradient(180deg, #5a007f 0%, #04b593 100%);
}

.c_420075 {
    color: #420075;
}

.c_04b593 {
    color: #04b593;
}

.c_fff {
    color: #fff;
}

.c_AAA1A1 {
    color: #AAA1A1;
}

.c_888 {
    color: #888;
}

.c_5a5a5c {
    color: #5a5a5c;
}

.c_212529 {
    color: #212529;
}

.c_0d6efd {
    color: #0d6efd;
}

.c_rgb0119181 {
    color: rgb(0, 119, 181);
}

.c_rgb24591168 {
    color: rgb(245, 91, 168);
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.fs_22 {
    font-size: 22px;
}

.fs_24 {
    font-size: 24px;
}

.fs_26 {
    font-size: 26px;
}

.fs_28 {
    font-size: 28px;
}

.fs_32 {
    font-size: 32px;
}

.fs_34 {
    font-size: 34px;
}

.fs_36 {
    font-size: 36px;
}

.fs_38 {
    font-size: 38px;
}

.fs_40 {
    font-size: 40px;
}

.fs_45 {
    font-size: 45px;
}

.fs_48 {
    font-size: 48px;
}

.fs_50 {
    font-size: 50px;
}

.fs_54 {
    font-size: 54px;
}

.fs_64 {
    font-size: 64px;
}

.font_sansserif {
    font-family: "sans-serif";
}

.font_rubik {
    font-family: "rubik";
}

/* Home page Heading annimation */
.runtext{
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
 
@keyframes scale {
    100% {
        animation-delay: 3s;
      transform: scale(1);
    }
}

.runtext span {
    opacity: 0;
}
 
.runtext span:nth-child(1) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 0.4s;
}
 
span:nth-child(2) {
    animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 0.6s;
}
 
span:nth-child(3) {
    animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 0.8s;
}
 
span:nth-child(4) {
    animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 1.0s;
}
 
span:nth-child(5) {
    animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 1.2s;
}
 
span:nth-child(6) {
    animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 1.4s;
}
 
span:nth-child(7) {
    animation: fade-in 0.8s 2s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 1.6s;
}
 
span:nth-child(8) {
    animation: fade-in 0.8s 2.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 1.8s;
}

span:nth-child(9) {
    animation: fade-in 0.8s 2.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 2.0s;
}

span:nth-child(10) {
    animation: fade-in 0.8s 2.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 2.2s;
}

span:nth-child(11) {
    animation: fade-in 0.8s 3s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 2.4s;
}
span:nth-child(12) {
    animation: fade-in 0.8s 3.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
    animation-delay: 2.6s;
}
 
@keyframes fade-in {
    100% {
      opacity: 1;
      filter: blur(0);
    }
}
/* ........ */

.line1 {
    background-color: #420075;
    width: 100px;
    height: 3px;
    margin-left: 45%;
}

#nav2 li a.active {
    color: #04b593;
    border-bottom: 2px solid #04b593;
}

#button1 {
    border-radius: 50px;
    border: 2px solid #420075;
}

#button1:hover {
    background-color: #420075;
    color: #fff;
}

#nav1 a:hover {
    color: #fff;
}

#nav1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

#nav2 {
    border-bottom: 1px solid #04b593;
    position: fixed;
    top: 6%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.section1 {
    margin-top: 15%;
}

#nav2 a {
    transition: 0.3s;
}

#nav2 a:hover {
    color: #04b593;
    transition: 0.3s;
}

#personContent {
    animation: bounce 3s ease infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translatex(1%);
    }

    100% {
        transform: translatex(-10%);
    }
}

.parallax {
    background-image: url("../images/home/home-background-image.webp");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#button2 {
    border-radius: 50px;
}

#button2:hover {
    background-color: #04b593;
    color: #fff;
}

#section2 {
    background-color: rgba(90, 0, 127, 0.8);
    padding-bottom: 30px;
}

.section2 a {
    text-decoration: none;
}

.section2 .courses {
    border-right: 1px solid #fff;
}

#course {
    position: relative;
}

.custom-shape-divider-btm-1696326902 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    overflow: hidden;
}
  
.custom-shape-divider-btm-1696326902 svg {
    position: relative;
    display: block;
    width: calc(124% + 1.3px);
    height: 35px;
}

#ezgif {
    min-height: 150px;
    max-height: 150px;
}

.sec4h2 {
    font-weight: 800;
}

.section3 .card {
    min-height: 230px;
}

.section4 .card {
    min-height: 550px;
    max-height: 600px;
}

.section5 #testimonial {
    font-weight: 700;
}

/* CAROUSEL CONTROLS */
.owl-controls .owl-buttons .owl-prev {
    background:#04b593;
    position: absolute;
    top:40%;
    left: -4%;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.3s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #04b593;
    position: absolute;
    top: 40%;
    right: -4%;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.3s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content:"\f104";
    font-family:FontAwesome;
    color: white;
    font-size:30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content:"\f105";
}
/* ........ */

/* FOOTER */
.sec6_list li {
    list-style-type: none;
    font-size: 18px;
    display: inline;
}

.sec6_list li a {
    width: 40px;
    height: 40px;
    padding: 10px 14px;
    border-radius: 50%;
    transition: .6s;
    line-height: 40px;
    color: #fff;
}

.sec6_list li a:hover {
    transform: translate(0, -10%);
    color: #fff;
}

.sec6_list li:nth-child(1) a:hover {
    background-color:#04b593;
}

.sec6_list li:nth-child(2) a:hover {
    background-color:#04b593;
}

.sec6_list li:nth-child(3) a:hover {
    background-color:#04b593;
}

.sec6_list li:nth-child(4) a:hover {
    background-color:#04b593;
}

.sec6_list1 li a:hover {
    color: #420075;
}

.section6 a {
    text-decoration: none;
}

.section6 li {
    list-style-type: none;
}

.footer_last a:hover {
    color: #fff;
}

.footer_contact a:hover {
    color: #420075;
}

#footer_img {
    min-height: 150px;
    max-height: 200px;
    min-width: 300px;
    max-width: 200px;
}

#footer_logo {
    min-height: 50px;
    max-height: 100px;
    min-width: 200px;
    max-width: 100px;
}

#footerBlogImg {
    min-height: 60px;
    max-height: 60px;
}

/* back-to-top */
.fa-chevron-up {
    color: #fff;
    background-color: #420075;
    font-size: 25px;
    border-radius: 50%;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
}

.fa-chevron-up:hover {
    background-color: #04b593;
}

#btn-back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    bottom: 5%;
    right: 30px;
    z-index: 20;
    box-shadow: 0px 3px 15px 0px rgba(var(--clr-dark-blue-rgb), 0.25);
}
/* ...... */

.section6 .sec6_list1 a {
    transition: 0.3s;
}

.section6 .sec6_list1 a:hover {
    color: #04b593;
    transition: 0.3s;
}

.footer_blog a{
    transition: 0.3s;
}

.footer_blog a:hover{
    color: #04b593;
    transition: 0.3s;
}
/* ........ */

/* CENTRE */
.parallax1 {
    background-image: url("../images/center/centre-banner-image.webp");
    min-height: 400px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section7 {
    margin-top: 10%;
}
/* ........ */

/* CONTACT */
.parallax3 {
    background-image: url("../images/contact/contact-banner-image.webp");
    min-height: 400px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contactBtn {
    border: none;
}

.contactBtn:hover {
    background-color: #04b593;
    color: #fff;
}

.section13 {
    margin-top: 10%;
}

.section15 .card {
    border: 2px solid #420075;
}

.section15 .check-location {
    transition: 0.5s;
}

.section15 .check-location:hover {
    background-color: #04b593;
    transition: 0.5s;
}

.contact_dropBtn {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: none;
}
/* ........ */

/* COURSE */
.parallax4 {
    background-image: url("../images/course/course-banner-image.webp");
    min-height: 400px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section16 {
    margin-top: 10%;
}

.section17 {
    background-image: url("../images/course/course-section-background-image.webp");
    min-height: 400px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section17 .sec17Contact:hover {
    background-color: #420075;
    color: #fff;
}

.section17 .btn:hover {
    background-color: #420075;
    color: #fff;
}

.section17 .sec17Know:hover {
    background-color: #E9E9E9;
    color: #420075;
}

::marker {
    color: #420075;
}

.section18 .card,.section19 .card {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.section18 .fa-user {
    border-radius: 50%;
    padding: 16px 18px;
    transition: 0.5s;
}

.section18 .fa-file-lines {
    border-radius: 50%;
    padding: 16px 20px;
    transition: 0.5s;
}

.section19 .fa-window-restore {
    border-radius: 50%;
    padding: 16px 16px;
    transition: 0.5s;
}

.section19 .fa-server {
    border-radius: 50%;
    padding: 16px 16px;
    transition: 0.5s;
}

.section19 .fa-database {
    border-radius: 50%;
    padding: 18px 22px;
    transition: 0.5s;
}

.section19 .fa-connectdevelop {
    border-radius: 50%;
    padding: 16px 14px;
    transition: 0.5s;
}

.section19 .fa-mobile-screen {
    border-radius: 50%;
    padding: 18px 24px;
    transition: 0.5s;
}

.section19 .fa-layer-group {
    border-radius: 50%;
    padding: 18px 18px;
    transition: 0.5s;
}

.section19 .fa-user-graduate {
    border-radius: 50%;
    padding: 18px 20px;
    transition: 0.5s;
}

.section19 .bi-cloud-upload {
    border-radius: 50%;
    padding: 12px 18px;
    transition: 0.5s;
}

.section19 .bi-card-list {
    border-radius: 50%;
    padding: 12px 18px;
    transition: 0.5s;
}

.section19 .bi-gear-wide-connected {
    border-radius: 50%;
    padding: 12px 18px;
    transition: 0.5s;
}

.section19 .bi-motherboard-fill {
    border-radius: 50%;
    padding: 12px 16px;
    transition: 0.5s;
}

.fa-connectdevelop:hover, .fa-window-restore:hover, .fa-server:hover, .fa-database:hover, .fa-mobile-screen:hover,
.fa-layer-group:hover, .fa-user-graduate:hover, .bi-cloud-upload:hover, .bi-gear-wide-connected:hover,
.bi-card-list:hover, .bi-motherboard-fill:hover {
    background-color: #420075;
    transition: 0.5s;
}

.section19 .cc1 {
    min-height: 420px;
    max-height: 400px;
}

.section19 .cc2 {
    min-height: 350px;
    max-height: 400px;
}

.section19 .cc3 {
    min-height: 330px;
    max-height: 400px;
}

.section17 .card {
    min-height: 430px;
    max-height: 600px;
}
/* ........ */

/* courseFullStack */
.parallax5 {
    background-image: url("../images/phpBanner.webp");
    min-height: 500px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section20 .enroll a:hover,.section23 .enroll a:hover{
    color: #fff;
    background-color: #04b593;
}

.section22 {
    margin-top: 50px;
}

.section22 .card {
    border-radius: 150px;
}
/* ........ */

/* courseTNPSC */
.parallax6 {
    background-image: url("../images/TNPSCBanner.webp");
    min-height: 500px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section23 .card,.section20 .card {
    min-width: 320px;
    max-width: 300px;
}
/* ........ */

/* Privacy Policy */
.parallax7 {
    background-image: url("../images/privacy.webp");
    min-height: 300px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section25 {
    margin-top: 10%;
}

.section26 p {
    text-align: justify;
}
/* ........ */

/* Refund Policy */
.parallax8 {
    background-image: url("../images/refund.webp");
    min-height: 300px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section27 {
    margin-top: 10%;
}

.section28 p {
    text-align: justify;
}
/* ........ */

/* Terms & Conditions */
.parallax9 {
    background-image: url("../images/terms\ &\ condition.webp");
    min-height: 300px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section29 {
    margin-top: 10%;
}

.section30 p {
    text-align: justify;
}
/* ........ */

@media (min-width: 300px) and (max-width: 1000px) {
    #nav2 a.active {
        width: 50px;
    }

    .section2 .courses {
        border-right: none;
    }

    .fa-chevron-up {
        display: none;
    }
}

@media (min-width: 300px) and (max-width: 700px) {
    .line1 {
        margin-left: 35%;
    }
}

@media (min-width: 1900px) and (max-width: 1920px) {
    #nav2 {
        top: 4%;
    }

    .section1 {
        margin-top: 10%;
    }

    .section16 {
        margin-top: 7%;
    }

    .section7 {
        margin-top: 7%;
    }

    .section13 {
        margin-top: 7%;
    }

    .section29 {
        margin-top: 7%;
    }

    .section25 {
        margin-top: 7%;
    }

    .section27 {
        margin-top: 7%;
    }
    
    .other-courses .card {
        min-height: 490px;
    }
    
    .section18 .card {
        min-height: 330px;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .section18 .card {
        min-height: 370px;
    }
    
    #nav2 {
        top: 40px;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .section1 {
        margin-top: 10%;
    }

    .section16 {
        margin-top: 8%;
    }

    .section7 {
        margin-top: 8%;
    }

    .section13 {
        margin-top: 8%;
    }

    .section25 {
        margin-top: 8%;
    }

    .section27 {
        margin-top: 8%;
    }

    .section29 {
        margin-top: 8%;
    }
}

@media (min-width: 800px) and (max-width: 990px) {
    #nav2 {
        top: 48px;
    }

    .section1 {
        margin-top: 20%;
    }

    .section1 h1{
        font-size: 30px;
    }

    .section1 h3{
        font-size: 28px;
    }

    .section1 h4{
        font-size: 20px;
    }

    #person1 {
        width: 500px;
    }

    #personContent {
        margin-left: 50%;
        margin-top: 5%;
        width: 500px;
    }

    .section2 #button2 {
        font-size: 22px;
    }

    .section3 h2 {
        font-size: 28px;
    }

    .section4 h2 {
        font-size: 28px;
    }

    .section5 h2 {
        font-size: 28px;
    }

    .section16 {
        margin-top: 15%;
    }

    .section16 h1 {
        font-size: 50px;
        text-align: center;
    }
    
    .section17 h2 {
        font-size: 30px;
    }

    .section17 h3 {
        font-size: 20px;
    }

    .section7 {
        margin-top: 15%;
    }

    .section7 h1 {
        font-size: 50px;
        text-align: center;
    }

    .section8 h2,.section9 h2 {
        font-size: 30px;
    }

    .section13 {
        margin-top: 15%;
    }

    .section13 h1 {
        font-size: 50px;
        text-align: center;
    }

    .section15 .check-location {
        font-size: 26px;
    }

    .section29 {
        margin-top: 15%;
    }

    .section30 h1 {
        font-size: 30px;
    }
    
     .section25 {
        margin-top: 15%;
    }

    .section26 h1 {
        font-size: 30px;
    }

    .section27 {
        margin-top: 15%;
    }

    .section28 h1 {
        font-size: 30px;
    }
    
    .owl-controls .owl-buttons .owl-prev {
        padding: 0 12px 0 10px;
    }
    
    .owl-controls .owl-buttons .owl-next {
        padding: 0 12px 0 10px;
    }
    
    .owl-controls .owl-buttons .owl-prev:after,
    .owl-controls .owl-buttons .owl-next:after {
        font-size:25px;
    }
}

@media (min-width: 600px) and (max-width: 700px) {
    #nav2 {
        top: 47px;
    }

    .section1 {
        margin-top: 30%;
    }

    .section1 h1{
        font-size: 30px;
    }

    .section1 h3{
        font-size: 28px;
    }

    .section1 h4{
        font-size: 20px;
    }

    #personContent {
        margin-left: 120px;
        width: 400px;
    }

    #person1 {
        width: 400px;
    }

    .section2 #button2 {
        font-size: 22px;
    }

    .section3 h2 {
        font-size: 28px;
    }

    .section4 h2 {
        font-size: 28px;
    }

    .section5 h2 {
        font-size: 28px;
    }

    .section16 {
        margin-top: 25%;
    }

    .section16 h1 {
        font-size: 50px;
        text-align: center;
    }
    
    .section17 h2 {
        font-size: 24px;
    }

    .section17 h3 {
        font-size: 20px;
    }

    .section7 {
        margin-top: 25%;
    }

    .section7 h1 {
        font-size: 50px;
        text-align: center;
    }

    .section8 h2,.section9 h2 {
        font-size: 24px;
    }

    .section13 {
        margin-top: 25%;
    }

    .section13 h1 {
        font-size: 50px;
        text-align: center;
    }

    .section15 .check-location {
        font-size: 18px;
    }

    .section29 {
        margin-top: 25%;
    }

    .section30 h1 {
        font-size: 30px;
    }
    
     .section25 {
        margin-top: 25%;
    }

    .section26 h1 {
        font-size: 30px;
    }

    .section27 {
        margin-top: 25%;
    }

    .section28 h1 {
        font-size: 30px;
    }
    
    .footer_middle {
        margin-left: 5%;
    }
}

@media (min-width: 300px) and (max-width: 425px) {
    .section1 {
        margin-top: 40%;
    }

    .section1 h1{
        font-size: 30px;
    }
    
    .section1 h3{
        font-size: 28px;
    }

    .section1 h4{
        font-size: 20px;
    }

    #personContent {
        animation: none;
    }

    .section1 .position-relative {
        text-align: center;
    }

    .section2 #button2 {
        font-size: 18px;
    }

    .section3 h2 {
        font-size: 24px;
    }

    .section4 h2 {
        font-size: 24px;
    }

    .section4 .card {
        min-height: 700px;
    }

    .section5 h2 {
        font-size: 24px;
    }

    .owl-controls .owl-buttons .owl-prev:after,
    .owl-controls .owl-buttons .owl-next:after {
        font-size: 20px;
    }

    .owl-controls .owl-buttons .owl-prev {
        top: 45%;
        left: 0%;
        padding: 0 8px 0 10px;
    }

    .owl-controls .owl-buttons .owl-next {
        top: 45%;
        right: 0%;
        padding: 0 8px 0 10px;
    }
    
    .section16 {
        margin-top: 30%;
    }

    .section16 h1 {
        font-size: 30px;
    }
    
    .section17 h2 {
        font-size: 24px;
    }

    .section17 h3 {
        font-size: 20px;
    }

    .section17 .card {
        min-height: 380px;
    }

    .section18 h2 {
        font-size: 24px;
    }
    
    .section19 h2 {
        font-size: 24px;
    }
    
    .section7 {
        margin-top: 30%;
    }

    .section7 h1 {
        font-size: 30px;
    }

    .section8 h2,.section9 h2 {
        font-size: 24px;
    }
    
    .section13 {
        margin-top: 30%;
    }

    .section13 h1 {
        font-size: 30px;
    }

    .section14 h2 {
        font-size: 24px;
    }

    .section15 h1 {
        font-size: 24px;
    }

    .section15 p {
        font-size: 18px;
    }

    .section15 .check-location {
        font-size: 18px;
    }
    
    .section29 {
        margin-top: 30%;
    }

    .parallax9 {
        background-image: none;
        min-height: 0px;
    }

    .section30 h1 {
        font-size: 24px;
    }
    
    .section25 {
        margin-top: 30%;
    }

    .parallax7 {
        background-image: none;
        min-height: 0px;
    }

    .section26 h1 {
        font-size: 24px;
    }
    
    .section27 {
        margin-top: 30%;
    }

    .parallax8 {
        background-image: none;
        min-height: 0px;
    }

    .section28 h1 {
        font-size: 24px;
    }
}

.fullstack-bgimage {
    background: linear-gradient(to right,#04b593,80%,transparent 100%), url("../images/online-communication.png");
    background-repeat: no-repeat;
    background-position: right;
}

.lineheight {
    line-height: 30px;
}

.lineheight p {
    text-align: justify;
}

#button4 {
    border-radius: 10px;
    border: 2px solid #420075;
    background-color: #420075;
}

#button4:hover {
    background-color: #fff;
    color: #04b593;
    border-color: #fff;
}

#button6 {
    border-radius: 10px;
    border: 2px solid #04b593;
    background-color: #04b593;
}

#button6:hover {
    background-color: #fff;
    color: #04b593;
    border-color: #fff;
}

.card1 {
    background-color: #fff;
    min-height: 340px;
    max-height: 400px;
}

.section38 {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.img1234 {
    top: 30%;
}

#button5 {
    border-radius: 10px;
    border: 2px solid #420075;
    background-color: #420075;
}

#button5:hover {
    background-color: #04b593;
    color: #fff;
    border-color: #04b593;
}

/* course pages */
.fullstack-bgimage1 {
    background: linear-gradient(to right, #223b56, 75%, transparent 80%), url("../images/course/reactjs/reactjs-background-image.png");
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 10%;
}

.fullstack-bgimage2 {
    background: linear-gradient(to right, #223b56, 85%, transparent 90%), url("../images/course/java/java-background-image.png");
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: 10%;
}

.fullstack-bgimage3 {
    background: linear-gradient(to right, #04b593, 75%, transparent 80%), url("../images/course/tnpsc/tnpsc-background-image.png");
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 10%;
}

.fullstack-bgimage4 {
    background: linear-gradient(to right, #bc7342, 70%, transparent 75%), url("../images/course/uiux/uiux-background-image.png");
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 10%;
}

.b_5a007fgradient1 {
    background-image: linear-gradient(180deg, #04b593 0%, #5a007f 100%);
}

.b_F9F9F9 {
    background-color: #F9F9F9;
}

.c_777C90 {
    color: #777C90;
}

.enroll1 button:hover {
    color: #fff;
    background-color: #04b593;
}

.radiusicon {
    border-radius: 50%;
    padding: 2px 10px;
}

.radiusicon1 {
    border-radius: 50%;
    padding: 2px 8px;
}

.fullstack-tabs {
    display: flex;
    text-align: center;
}

.fullstack-tabs p {
    margin: 0 5%;
}

.fullstack-method .card {
    box-shadow: 3px 14px 25px -10px #ebeeff;
}

#fullstack-whychoose {
    min-height: 400px;
    max-height: 600px;
}

.knowmore-btn:hover {
    color: #fff;
    background-color: #04b593;
}

.knowmore-btn1:hover {
    color: #04b593;
}

.faq .card {
    background-color: #FFFFFF;
    box-shadow: 3px 14px 5px -10px rgba(39, 137, 234, 0.3);
}

.card-header {
    border-bottom: 0;
}

.activetab.active p {
    color: #04b593;
}

#faq {
    border-bottom: 3px solid #ebeeff;
}

.lookingfor-enrollbtn {
    top: 35%;
    left: 15%;
}

#tab-nav a {
    letter-spacing: 1px;
}
/* ....... */
