.datascience-package h2 {
  font-size: calc(1.48vw + 1rem);
  color: #272566;
  font-weight: 800;
  font-family: nunito;
}

.why-awdiz-image{background-color: #19a796 !important;}

.windows-placement-section {
    
    width: 100%;
    padding: 70px 0px 70px 0px;
}

.windows-placement {
    
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.windows-placement-one {
    
    width: 48%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#windows-placement-three,#windows-placement-four {margin-top: 10px}
@media screen and (min-width:1px) and (max-width:599px) {#windows-placement-three, #windows-placement-four {margin-top:0}}

@media screen and (min-width:1601px) and (max-width:4000px) {
    .windows-placement {
        width: 1296px;
        margin: auto;
    }
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .windows-placement {
        width: 1296px;
        margin: auto;
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .windows-placement-one {
        height: 290px;
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    .windows-placement-one {
        height: 290px;
    }

}

@media screen and (min-width:800px) and (max-width:1199px) {
    .windows-placement-one {
        height: 200px;
    }

    #windows-placement-three {

        margin-top: 0;
    }

    #windows-placement-four {

        margin-top: 0;
    }

    .windows-placement-section {
        padding: 40px 0;
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .windows-placement-one {
        height: 150px;
    }

    #windows-placement-three {

        margin-top: 0;
    }

    #windows-placement-four {

        margin-top: 0;
    }

    .windows-placement-section {
        padding: 40px 0;
    }
}

@media screen and (min-width:331px) and (max-width:599px) {
    .windows-placement-one {
        height: 200px;
        width: 100%;
    }

    .windows-placement-section {
        padding: 30px 0;
    }

    .windows-placement {
        flex-direction: column;
    }
}


@media screen and (min-width:1px) and (max-width:330px) {
    .windows-placement-one {
        height: 160px;
        width: 100%;
    }

    .windows-placement-section {
        padding: 30px 0;
    }

    .windows-placement {
        flex-direction: column;
    }

    #windows-placement-four {
        margin-top: 0;
    }

    #windows-placement-three {
        margin-top: 0;
    }
}




.windows-youtube {
    
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.heading-two {
    font-size: calc(1.4vw + 1rem);
    color: #272566;
    font-family: nunito;
    font-weight: 800;
    display: flex;
    align-items: center;
    
}

.windows-youtube-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.windows-youtube-video-wrapper {
    position: relative;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 48%;
    height: 380px;
    border-radius: 15px;
    margin-top: 50px
}

.windows-youtube-video-wrapper span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, red, #9cc216);
    animation: animate1 2s linear infinite
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.windows-youtube-video-wrapper span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, red, #9cc216);
    animation: animate2 2s linear infinite;
    animation-delay: 1s
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(100%)
    }
}

.windows-youtube-video-wrapper span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left, red, #9cc216);
    animation: animate3 2s linear infinite
}

@keyframes animate3 {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.windows-youtube-video-wrapper span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to top, red, #9cc216);
    animation: animate4 2s linear infinite;
    animation-delay: 1s
}

@keyframes animate4 {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-100%)
    }
}

.blog-videos {
    width: 100%;
    height: 100%
}

.windows-youtube-video-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.windows-youtube-video-left iframe {
    border-radius: 5px;
    width: 100%;
    height: 380px;
    border-radius: 15px
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .windows-youtube-video-wrapper {
        height: 330px;
    }

    .windows-youtube-video-left iframe {
        height: 330px;
    }

    .heading-two {
        font-size: 35px;
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .windows-youtube-video-wrapper {
        height: 330px;
    }

    .windows-youtube-video-left iframe {
        height: 330px;
    }

    .heading-two {
        font-size: 35px;
    }
}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .windows-youtube-video-wrapper {
        height: 330px;
    }

    .windows-youtube-video-left iframe {
        height: 330px;
    }

    .heading-two {
        font-size: 35px;
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    .windows-youtube-video-wrapper {
        height: 330px;
    }

    .windows-youtube-video-left iframe {
        height: 330px;
    }

    .heading-two {
        font-size: 35px;
    }
}


@media screen and (min-width:800px) and (max-width:1199px) {
    .windows-youtube-video-wrapper {
        height: 250px;
    }

    .windows-youtube-video-left iframe {
        height: 250px;
    }
}

@media screen and (min-width:600px) and (max-width:779px) {
    .windows-youtube-video-wrapper {
        height: 250px;
        width: 100%;
    }

    .windows-youtube-video-left iframe {
        height: 250px;
    }

    .windows-youtube {
        padding-top: 0px;
    }
}


@media screen and (min-width:331px) and (max-width:599px) {
    .windows-youtube-video-wrapper {
        height: 250px;
        width: 100%;
    }

    .windows-youtube-video-left iframe {
        height: 250px;
    }

    .windows-youtube {
        padding-top: 0px;
    }
}


@media screen and (min-width:1px) and (max-width:330px) {
    .windows-youtube-video-wrapper {
        height: 170px;
        width: 100%;
        margin-top: 35px;
    }

    .windows-youtube-video-left iframe {
        height: 170px;
    }

    .windows-youtube {
        padding-top: 0px;
    }
}




.ten-year-image {
    
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.celebration-image {
    
    width: 100%;
    height: 500px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

@media screen and (min-width:600px) and (max-width:799px) {
    .celebration-image {
        height: 400px;
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .celebration-image {
        height: 250px;
    }

    .ten-year-image {
        padding: 30px 0px 30px 0px;
    }
}





.windows-para {
    
    width: 100%;
     padding: 70px 0px 70px 0px
}

.windows-para-one {
    font-size: 17px;
    font-family: mulish;
    line-height: 2;
}

.windows-para-two {
    font-size: 17px;
    font-family: mulish;
    line-height: 2;
    margin-top: 25px;
}

@media screen and (min-width:331px) and (max-width:1400px) {.windows-para-one,.windows-para-two {font-size: 16px;}}

@media screen and (max-width:330px) {

    .windows-para-one,.windows-para-two {
        font-size: 15px;
    }

    .windows-para-two {
        font-size: 15px;
    }
}




.windows-picture {
    
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.windows-picture-element {
    
    width: 100%;
    height: 500px;
}

.windows-picture-element img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:800px) and (max-width:990px) {

    .windows-picture-element {
        height: 350px;
    }

}

@media screen and (min-width:600px) and (max-width:799px) {

    .windows-picture-element {
        height: 300px;
    }

}

@media screen and (min-width:331px) and (max-width:599px) {
    .windows-picture {
        padding-top: 0;
    }

    .windows-picture-element {
        height: 250px;
    }

    #win-picture{
        margin-top: 40px;
    }
}

@media screen and (min-width:1px) and (max-width:330px) {
    .windows-picture {
        padding-top: 0;
    }

    .windows-picture-element {
        height: 250px;
    }

    #win-picture{
        margin-top: 40px;
    }
}




.development-course {
    width: 100%;
    padding: 60px 0px 60px 0px;
    background-color: #edf8fA
}

.development-course-box {
    width: 100%;
    
    display: flex;
    justify-content: space-between;
    align-items: center
}

.development-item-one {
    width: 48%
}

.development-item-one-h2 {
    font-family: nunito;
    font-weight: 900;
    color: #272566;
    font-size: 50px
}

.development-item-one-point {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 700;
    font-family: nunito;
    margin-top: 15px;
}

.development-item-one-point>p {
    margin-left: 15px;
    width: 94%;
}

.development-item-one-two {
    width: 100%;
    padding: 50px 0px 20px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.development-item-one-two-content {
    width: 48%;
    border-radius: 10px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    overflow: hidden;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px
}

.development-item-one-two-line {
    width: 3%;
    height: 100%;
    background-color: #272566
}

.develop {
    background-color: #007d6f;
}

.development-item-one-two-info {
    width: 94%;
    height: 100%;
    padding: 30px 0px 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.development-item-one-two-info>p {
    font-size: 16px;
    font-family: mulish;
    font-weight: bold;
}

.development-item-two {
    width: 48%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center
}

.development-infinity {
    width: 100%;
    height: 170px;
    overflow: hidden
}

.development-infinity .development-item-two-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-animation: scroll 10s linear infinite;
    animation: scroll 10s linear infinite;
    width: calc(245px * 6)
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-245px * 3))
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-245px * 3))
    }
}

.development-item-two-one-subpoint {
    height: 110px;
    width: 245px;
    flex: 0 0 245px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 10px;
    background-color: white;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 4px solid #007d6f;
}

.development-item-two-one-circle {
    width: 60px;
    height: 60px;
    border-radius: 30px
}

.development-item-two-one-circle img{border-radius: 50%}

.development-item-two-one-content {
    width: 56%;
    font-size: 14px;
    line-height: 1.5;
    font-family: mulish
}

.development-infinity-two {
    width: 100%;
    height: 170px;
    overflow: hidden
}

.development-infinity-two .development-item-two-two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-animation: development-item-two-two-scroll 10s linear infinite;
    animation: development-item-two-two-scroll 10s linear infinite;
    width: calc(245px * 6)
}

@-webkit-keyframes development-item-two-two-scroll {
    0% {
        transform: translateX(calc(-245px * 3))
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes development-item-two-two-scroll {
    0% {
        transform: translateX(calc(-245px * 3))
    }

    100% {
        transform: translateX(0)
    }
}

.development-item-two-two-subpoint {
    height: 110px;
    width: 245px;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 10px;
    background-color: white;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
     border-bottom: 4px solid #272566;
}

.development-item-two-two-circle {
    border: 1px solid black;
    width: 60px;
    height: 60px;
    border-radius: 30px
}

.development-item-two-two-content {
    width: 56%;
    font-size: 14px;
    line-height: 1.5;
    font-family: mulish
}

.development-item-one-point-item {
    margin-top: 30px
}

.development-item-h2 {
    color: #272566;
    padding-top: 8px;
    font-size: 24px !important;
  font-weight: 900 !important;
  font-family: nunito !important;
}

.develop-p {
    color: #007d6f;
}

@media screen and (min-width:1601px) and (max-width:1919px) {
    .development-course-box {
        padding: 0px
    }

    .development-item-one-h2 {
        font-size: 35px
    }

    .development-item-one-point-item {
        margin-top: 10px
    }

    .development-item-one-two-info {
        padding: 15px 0;
    }

    .development-item-one-point {
        font-size: 16px
    }

    .development-item-one-two {
        padding-top: 25px
    }

    .development-item-one-two-info>p {
        font-size: 14px
    }

    .development-item-one-two-content {
        height: 125px
    }

    .development-infinity {
        height: 125px
    }

    .development-item-two-one-subpoint {
        height: 90px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .development-infinity-two {
        height: 125px
    }

    .development-item-two-two-subpoint {
        height: 90px;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .development-course-box {
        padding: 0px
    }

    .development-item-one-h2 {
        font-size: 35px
    }

    .development-item-one-point-item {
        margin-top: 10px
    }

    .development-item-one-two-info {
        padding: 15px 0;
    }

    .development-item-one-point {
        font-size: 16px
    }

    .development-item-one-two {
        padding-top: 25px
    }

    .development-item-one-two-info>p {
        font-size: 14px
    }

    .development-item-one-two-content {
        height: 125px
    }

    .development-infinity {
        height: 125px
    }

    .development-item-two-one-subpoint {
        height: 90px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .development-infinity-two {
        height: 125px
    }

    .development-item-two-two-subpoint {
        height: 90px;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .development-course {
        padding: 40px 0px 40px 0px
    }

    .development-item-one-h2 {
        font-size: 35px
    }

    .development-item-one-two-info {
        padding: 15px 0;
    }

    .development-item-one-point {
        font-size: 16px
    }

    .development-item-one-point-item {
        margin-top: 20px
    }

    .development-item-one-two {
        padding-top: 40px
    }

    .development-item-one-two-info>p {
        font-size: 15px
    }

    .development-item-one-two-content {
        height: 125px
    }

    .development-infinity {
        height: 125px
    }

    .development-item-two-one-subpoint {
        height: 90px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .development-infinity-two {
        height: 125px
    }

    .development-item-two-two-subpoint {
        height: 90px;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .development-course-box {
        padding: 0px
    }

    .development-item-one-h2 {
        font-size: 35px
    }

    .development-item-one-two-info {
        padding: 15px 0;
    }


    .development-item-one-point-item {
        margin-top: 10px
    }

    .development-item-one-point {
        font-size: 15px
    }

    .development-item-one-two {
        padding-top: 25px
    }

    .development-item-one-two-info>p {
        font-size: 14px
    }

    .development-item-one-two-content {
        height: 125px
    }

    .development-infinity {
        height: 125px
    }

    .development-item-two-one-subpoint {
        height: 90px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .development-infinity-two {
        height: 125px
    }

    .development-item-two-two-subpoint {
        height: 90px;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1px) and (max-width: 599px) {
  .development-item-one-point-item {
  margin-top: 30px !important;
}
}


@media screen and (min-width: 1200px) and (max-width: 3599px) {
  .development-item-one-point-item {
  margin-top: 30px;
}
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    

    .development-item-one-h2 {
        font-size: 35px
    }

    .development-item-one-point {
        font-size: 16px; margin-top: 15px;
    }

    .development-item-one-two-info>p {
        font-size: 14px
    }

    .development-item-two-one-subpoint {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .development-infinity {
        height: 114px
    }

    .development-item-one-two-content {
        height: 110px
    }

    .development-item-one-two-info {
        padding: 15px 0;
    }
}







@media screen and (min-width:800px) and (max-width:1199px) {
    .development-course-box {
        padding: 0;
        flex-direction: column
    }

    .development-course {
        padding-top: 35px
    }

    .development-item-one {
        width: 100%
    }

    .development-item-two {
        width: 100%;
        margin-top: 25px
    }

    .development-item-one-h2 {
        font-size: 24px
    }

    .development-item-one-two-content {
        height: 110px
    }

    .development-item-one-two-info {
        padding: 10px 0px
    }

    .development-item-h2 {
        font-size: 19px
    }

    .development-item-one-point {
        font-size: 16px
    }

    .mr {
        margin-top: 35px
    }

    .development-item-one-two-info>p {
        font-size: 15px
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .development-course-box {
        padding: 0;
        flex-direction: column
    }

    .development-course {
        padding-top: 35px
    }

    .development-item-one {
        width: 100%
    }

    .development-item-two {
        width: 100%;
        margin-top: 25px
    }

    .development-item-one-h2 {
        font-size: 24px
    }

    .development-item-one-two-content {
        height: 110px
    }

    .development-item-one-two-info {
        padding: 10px 0px
    }

    .development-item-h2 {
        font-size: 19px
    }

    .development-item-one-point {
        font-size: 16px
    }

    .development-item-one-two-info>p {
        font-size: 14px
    }

    .mr {
        margin-top: 35px
    }

    .development-placement-item-one {
        font-size: 14px
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .development-course-box {
        flex-direction: column-reverse
    }

    .development-item-one {
        width: 100%;
        margin-top: 30px
    }

    .development-item-one-point {
        font-size: 16px;
        margin-top: 23px;
    }

    .development-item-one-two-content {
        height: 100px
    }

    .development-item-h2{font-size: 20px !important;}

    .development-item-one-two-info>p {
        font-size: 14px
    }

    .development-item-one-h2 {
        font-size: 23px;
    margin-left: 31px;
    }

    .development-item-two {
        display: none;
        visibility: hidden;
    }

    .development-course {
        padding:20px 0;
        padding-bottom: 60px ;
    }
}





.fullstack-syllabus {
    width: 100%;
    padding: 70px 0px 0px 0px;
    z-index: 300
}

.fullstack-syllabus-container {
    width: 90%;
    margin: auto
}

.fullstack-syllabus-box-one {
    width: 100%;
  height: auto;
  padding: 52px 10px 12px 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #edf8fA;
  border-radius: 10px;
}

.fullstack-syllabus-box-one a {
    width: 25%;
    text-decoration: none
}


.fullstack-syllabus-display-content {
    width: 100%;
    padding: 0px 0px 50px 0px
}

.fullstack-syllabus-display-content>h5 {
    font-size: 50px;
    font-weight: 800;
    color: #272566;
    font-family: nunito;
    margin-top: 30px
}

.fullstack-syllabus-display-content>p {
    line-height: 1.8;
    font-size: 16px;
    padding-top: 30px;
    font-family: mulish
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .fullstack-syllabus-display-content {
        padding: 30px 0px 50px 0px
    }

    .fullstack-syllabus-display-content>h5 {
        font-size: 35px;
        margin-top: 0px
    }

    .fullstack-syllabus-display-content>p {
        padding-top: 15px;
        font-size: 15px
    }

    .awdiz-chagpt-point>p {
        font-size: 15px
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .fullstack-syllabus-display-content {
        padding: 30px 0px 50px 0px
    }

    .fullstack-syllabus-display-content>h5 {
        font-size: 35px;
        margin-top: 0px
    }

    .fullstack-syllabus-display-content>p {
        padding-top: 15px;
        font-size: 15px
    }

    .awdiz-chagpt-point>p {
        font-size: 15px
    }
}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .fullstack-syllabus-display-content {
        padding: 30px 0px 50px 0px
    }

    .fullstack-syllabus-display-content>h5 {
        font-size: 35px;
        margin-top: 0px
    }

    .fullstack-syllabus-display-content>p {
        padding-top: 15px;
        font-size: 15px
    }

    .awdiz-chagpt-point>p {
        font-size: 15px
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    .fullstack-syllabus-display-content {
        padding: 30px 0px 50px 0px
    }

    .fullstack-syllabus-display-content>h5 {
        font-size: 35px;
        margin-top: 0px
    }

    .fullstack-syllabus-display-content>p {
        padding-top: 15px;
        font-size: 15px
    }

    .awdiz-chagpt-point>p {
        font-size: 15px
    }
}


@media screen and (min-width:800px) and (max-width:1199px) {
    .fullstack-syllabus-display-content>h5 {
        font-size: 28px
    }

    .fullstack-syllabus-item-one {
        font-size: 14px
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .fullstack-syllabus-display-content>h5 {
        font-size: 28px
    }

    .fullstack-syllabus-item-one {
        font-size: 12px
    }
}

@media screen and (min-width: 600px) and (max-width: 1199px) {
  .fullstack-syllabus-box-one {
    
    gap: 11px;
  }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .fullstack-syllabus-box-one {
        flex-wrap: wrap;
        padding: 0px;gap: 3px;
    }

    .fullstack-syllabus-display-content>h5 {
        font-size: 20px
    }

    .fullstack-syllabus-display-content>p {
        font-size: 14px
    }
}




.fullstack-syllabus-item-one h4{font-weight: 800}




.windows-content-one {
    width: 100%;
    padding: 50px 0px 50px 0px;
    background-color: #edf8fA;
}


.windows-content-box-one {
width: 100%;
  display: flex;
  justify-content: space-evenly;
  height: 452px;
}

.windows-content-item-one {
    width: 48%;
  height: 452px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
}

.windows-content-item-one-h3 {
    font-size: 35px;
  text-align: center;
  font-family: nunito;
  color: #272566;
  font-weight: 800;
  margin-bottom: 35px;
}

.windows-content-item-two {
    width: 35%;
  height: 452px;
  align-content: center;
  transition: transform 0.3s ease;
}

.windows-content-para-one {
    font-size: 16px;
    line-height: 1.7;
    font-family: mulish;
    margin-top: 25px;
}

.windows-content-para-two {
    font-size: 16px;
    line-height: 1.7;
    font-family: mulish;
    margin-top: 25px;
}

.windows-content-box-two {
    
    width: 100%;

}

@media screen and (min-width:800px) and (max-width:990px) {
    .windows-content-item-two {
        height: 250px;
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .windows-content-box-one {
        flex-direction: column;height: auto;text-align: left;
    }

    .windows-content-item-one {
        width: 100%;
        height: auto;
    }

    .windows-content-item-two {
        width: 100%;
        margin-top: 20px;
        height: 350px;
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .windows-content-box-one {
        flex-direction: column;height: auto;
    }

    .windows-content-item-one {
        width: 100%;height: auto;text-align: left;
    }

    .windows-content-item-two {
        width: 100%;
        margin-top: 30px;
        height: 250px;
    }

    .windows-content-item-one-h3 {
        font-size: 20px;
    }
    
    

    
}




.windows-picture-second {
    
    width: 100%;
    padding: 90px 0px 50px 0px;
}

.windows-picture-element-second {
    
    width: 100%;
    height: 500px;
}

.windows-picture-element-second img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:800px) and (max-width:990px) {
    .windows-picture-element-second {
        height: 350px;
    }

    .windows-picture-second {
        padding: 0;
        margin-top: 50px;
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .windows-picture-element-second {
        height: 350px;
    }

    .windows-picture-second {
        padding: 0;
        margin-top: 50px;
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .windows-picture-element-second {
        height: 250px;
    }

    .windows-picture-second {
        padding: 0;
        margin-top: 50px;
    }
}


.cta-wrapper {
    display: flex;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  margin: 50px auto;
  background-color: #272566;
  border-radius: 15px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

@media screen and (min-width:1px) and (max-width:1200px) {
.cta-wrapper { width: 100%;}
    
}


.topic {
    line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 90px;
}

.topic-cta {
    font-size: 16px;
  font-family: nunito;
  color: white;
  font-weight: bold;
}

.topic p {
    font-size: 17px;
  font-family: nunito;
  color: white;
  font-weight: bold;
}

.brochure-btn-wrapper {
    width: 100%;
  background-color: #34b2a4;
  height: 60px;
  border-radius: 15px;
  
  appearance: button;
  background-image: none;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0, #000 4px 4px 0 1px;
}

.brochure-btn-wrapper a {
    text-decoration: none;
  padding: 10px;
  color: white;
  font-size: 16px;
  font-family: nunito;
  font-weight: bold;

}


@media screen and (min-width:1201px) and (max-width: 1290px) {
    
    .topic-cta {
        font-size: 15px;
    }

    .topic p {
        font-size: 16px;
    }
    
}

@media screen and (min-width:800px) and (max-width: 990px) {
    .topic-cta {
        font-size: 16px;
    }

    .topic p {
        font-size: 16px;
    }

    .brochure-btn-wrapper {
        width: 90%;
    }

    .brochure-btn-wrapper a {
        font-size: 15px;
    }
}

@media screen and (min-width:600px) and (max-width: 799px) {
    .topic-cta {
        font-size: 15px;
    }

    .topic p {
        font-size: 15px;
    }

    .brochure-btn-wrapper {
        width: 90%;
    }

    .brochure-btn-wrapper a {
        font-size: 13px;
    }
}


@media screen and (min-width:600px) and (max-width: 1200px) {
    .cta-wrapper {padding: 10px 0px 10px 0px;}
    .topic{padding: 0px 10px 0px 20px;
  height: 121px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;}
    
    
}

@media screen and (min-width:1px) and (max-width: 599px) {

    .cta-wrapper {
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
    height: 170px;
    }

    .topic {
        padding: 0px 10px 0px 10px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    }

    .topic-cta {
        font-size: 15px;
    }

    .topic p {
        font-size: 15px;
        
    }
}



@media screen and (min-width:366px) and (max-width: 395px) {
    .topic-cta {
        font-size: 14px;
    }

    .topic p {
        font-size: 14px;
        
    }
}

@media screen and (min-width:321px) and (max-width: 365px) {
    .topic-cta {
        font-size: 13px;
    }

    .topic p {
        font-size: 13px;
        
    }
    
}

@media screen and (max-width:320px) {
    .topic-cta {
        font-size: 14px;
    }

    .topic p {
        font-size: 14px;margin: 0;
    }
    
    .topic {width:80% !important; height: 110px;}
    .cta-btn{margin: 0px 0 10px 0 !important}
}




@media screen and (min-width:1px) and (max-width: 1430px) {
    .cta-btn {
        padding: 0px 10px 0px 10px;
        margin: 0px 0 0 0;
    }

    .brochure-btn-wrapper {
    margin: 0;
    padding: 5px 0px;
    height: 40px;
    box-shadow: none;
    border: 2px solid white;
    }
}

@media screen and (min-width:590px) and (max-width: 820px) {
    .brochure-btn-wrapper {
    height: 60px !important;}
}

@media screen and (min-width:371px) and (max-width: 599px) {
    
    .brochure-btn-wrapper a {
        font-size: 13px;
    padding: 5px 10px;
    }
    
    .cta-btn {
        margin: 0px 10px 0px 10px;
    }
    
}





@media screen and (min-width:1px) and (max-width: 370px) {
    

    .brochure-btn-wrapper a {
        font-size: 12px;
    padding: 5px 5px;
    }
}









.student-speak {
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #edf8fA;
}

.student-speak-h3 {
    font-size: 35px;
    color: #272566;
    text-align: center;
    font-weight: 800
}

.student-speal-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 20px
}

.student-speak-carousel {
    overflow: hidden;
    width: 100%
}

.student-speak-carousel-button {
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-left: 5px;
    box-shadow: rgba(0, 125, 111, 100) 0 2px 5px 0;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student-speak-carousel-button:hover{
    background-color: #272566;
    color: white;
}

.student-speak-box {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.5s ease;
    will-change: transform
}

.student-speak-first-box {
    flex: 0 0 33.333%;
    padding: 30px 20px 20px 20px;
    height: auto
}

.student-speak-item-one {
    width: 100%;
    padding: 15px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom: none;
    background-color: #edf8fA;
    box-shadow: -20px 0 10px -20px rgba(0,0,0,0.45) inset, 20px 0 10px -20px rgba(0,0,0,0.45) inset;
}

.student-speak-item-curve {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 25px;
    border: none;
    outline: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.student-speak-item-curve iframe {
    border-radius: 25px;
    width: 100%;
    height: 250px;
    border: none;
    outline: none;
}

#meet-pratik {
    font-weight: 800;
    font-family: nunito;
    font-size: 28px;
    margin-top: 15px;
    text-align: center;
}

.student-speak-item-one>p {
    font-size: 16px;
    line-height: 1.5;
    font-family: mulish;
    padding: 5px 0 15px 0;
    text-align: center;
    font-weight: 600;
}

.student-speak-item-logo>p {
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-family: mulish;
    color: #fff
}

.student-speak-item-logo {
    width: 100%;
    height: 120px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    position: relative;
    background-color: #007D6F;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -2px 0px inset;
}

.student-speak-item-logo::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 40px 20px 0;
    border-color: #007D6F;
    display: block;
    width: 0;
    z-index: -2;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 10px;
    box-shadow: 3px 3px 0 #1a7268;
}

.student-speak-item-company {
    
    width: 25%;
    height: 50px;
    margin: auto;text-align: center;
}

.student-speak-item-company img {
    width: 100%;
    height: 100%;
}


.student-speak-item-service {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-radius: 35px;
    color: #fff;
    background-color: #007D6F;
    position: relative;
    cursor: pointer;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
    gap: 5px;
    
    box-shadow: 3px 3px 0 #4cd0c2;

}

.student-speak-item-service::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #007D6F;
    top: -16px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 30px 30px 0 0;
    z-index: 1;
    border-radius: 10px;
    z-index: -2;
    box-shadow: -3px -3px 0 #1a7268;

}

.student-speak-item-service p {
    flex: 1;
  text-align: center;
  font-size: 16px;
  font-family: nunito;
  color: white;
  font-weight: bold;
}


.student-speak-item-service-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .student-speak-item-curve {
        height: 200px
    }

    .student-speak-item-curve iframe {
        height: 200px;
    }

    #meet-pratik {
        font-size: 20px
    }

    .student-speak-item-service {
        font-size: 15px;

    }

    .student-speak-item-one>p {
        padding-bottom: 0;
        padding-top: 5px;
        font-size: 14px
    }

    .student-speak-item-logo {
        height: 90px
    }

    .student-speak-item-one {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        padding-top: 20px
    }

    .student-speak-box {
        padding-top: 20px;
        padding-bottom: 0
    }

    .student-speak-h3 {
        font-size: 35px
    }

    .student-speak-item-logo>p {
        padding: 10px 15px;
    }

    .student-speak-item-company {
        width: 24%;
        height: 40px;
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .student-speak-h3 {
        font-size: 35px
    }

    .student-speak-item-service {
        font-size: 15px;

    }

    .student-speak-item-service-icon {
        width: 43px;
    }

    .student-speak-box {
        padding-top: 20px;
        padding-bottom: 0
    }

    #meet-pratik {
        font-size: 24px
    }

    .student-speak-item-one>p {
        padding-bottom: 0;
        padding-top: 5px;
        font-size: 14px
    }

    .student-speak-item-curve {
        height: 200px
    }

    .student-speak-item-curve iframe {
        height: 200px;
    }

    .student-speak-item-one {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        padding-top: 20px
    }

    .student-speak-item-logo {
        height: 90px
    }

    .student-speak-first-box {
        padding-top: 10px
    }

    .student-speak-item-logo>p {
        padding: 10px 15px;
    }

    .student-speak-item-company {
        width: 24%;
        height: 40px;
    }

}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .student-speak-item-curve {
        height: 200px
    }

    .student-speak-item-curve iframe {
        height: 200px;
    }

    #meet-pratik {
        font-size: 20px
    }

    .student-speak-item-service {
        font-size: 15px;

    }

    .student-speak-item-service-icon {
        width: 46px;
    }

    .student-speak-item-one>p {
        padding-bottom: 0;
        padding-top: 5px;
        font-size: 14px
    }

    .student-speak-item-logo {
        height: 90px
    }

    .student-speak-item-one {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        padding-top: 20px
    }

    .student-speak-box {
        padding-top: 20px;
        padding-bottom: 0
    }

    .student-speak-h3 {
        font-size: 35px
    }

    .student-speak-item-logo>p {
        padding: 10px 15px;
    }

    .student-speak-item-company {
        height: 40px;
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    .student-speak-box {
        margin-top: 15px
    }

    .student-speak-h3 {
        font-size: 35px
    }

    .student-speak-first-box {
        padding-top: 0;
        padding-bottom: 0
    }

    .student-speak-item-one>p {
        font-size: 14px;
        padding-top: 5px
    }

    .student-speak-item-logo>p {
        font-size: 15px
    }

    .student-speak-item-logo {
        height: 100px
    }

    .student-speak-item-curve {
        height: 200px
    }

    .student-speak-item-curve iframe {
        height: 200px;
    }

    .student-speak-item-one {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        padding-top: 15px;
        padding-bottom: 5px
    }

    .student-speak-item-service {
        font-size: 14px;

    }

    .student-speak-item-service-icon {
        width: 46px;
    }

    .student-speak-item-company {
        height: 40px;
    }

    .student-speak-item-logo>p {
        padding: 10px 15px;
    }
}


@media screen and (min-width:800px) and (max-width:1199px) {
    .student-speak-box {
        justify-content: flex-start
    }

    .student-speak-first-box {
        flex: 0 0 50%
    }

    .student-speak-h3 {
        font-size: 24px
    }

    .student-speak-item-one {
        padding-bottom: 0
    }

    .student-speak-item-one>p {
        font-size: 14px
    }

    .student-speak {
        padding: 30px 0 30px 0
    }

    .student-speak-item-service {
        height: 56px;
        font-size: 15px;

    }

    .student-speak-item-service>p {
        margin-right: 5px
    }

    .student-speak-item-service-icon {
        width: 50px;
        height: 35px;
        margin-left: 0
    }

    #meet-pratik {
        font-size: 24px
    }

    .student-speak-item-logo {
        height: 95px
    }

    .student-speak-item-curve {
        height: 200px
    }

    .student-speak-item-curve iframe {
        height: 200px;
    }

    .student-speak-item-logo>p {
        padding: 10px
    }

    .student-speak-item-company {
        height: 40px;
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .student-speak-box {
        justify-content: flex-start
    }

    .student-speak-first-box {
        flex: 0 0 100%;
        padding: 0
    }

    .student-speak-h3 {
        font-size: 24px
    }

    .student-speak-item-one {
        margin-top: 15px;
        padding-bottom: 0
    }

    #meet-pratik {
        font-size: 24px
    }

    .student-speak-item-one>p {
        font-size: 15px
    }

    .student-speak {
        padding: 30px 0 30px 0
    }

    .student-speak-item-service {
        height: 56px
    }

    .student-speak-item-service-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .student-speak-item-logo {
        height: 95px
    }

    .student-speak-item-logo>p {
        padding: 10px
    }

    .student-speak-item-company {
        height: 43px;
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .student-speal-button {
        padding: 10px 0
    }

    .student-speak-h3 {
        font-size: 18px
    }

    .student-speak-item-one>p {
        font-size: 13px;
        padding-bottom: 0
    }

    .student-speak-item-service {
        font-size: 13px;

    }

    .student-speak-item-logo {
        height: 90px
    }

    .student-speak-item-service-icon {
        height: 31px;
        width: 36px;
        border-radius: 15px;
        margin-left: 0;
    }

    .student-speak-item-service {
        height: 50px
    }

    #meet-pratik {
        font-size: 20px
    }

    .student-speak-box {
        margin-top: 0
    }

    .student-speak-first-box {
        flex: 0 0 100%;
        padding: 3px
    }

    .student-speak-item-curve {
        height: 150px
    }

    .student-speak-item-curve {
        height: 200px
    }

    .student-speak-item-curve iframe {
        height: 200px;
    }

    .student-speak-carousel-button {
        width: 35px;
        height: 35px;
    }

    .student-speak-item-logo>p {
        padding: 10px
    }

    .student-speak-item-company {
        height: 40px;
    }
}





.windows-content-four {
    
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.windows-content-item-four {
    font-size: 16px;
    line-height: 1.7;
    font-family: mulish;
}

.windows-content-item-five {
    font-size: 16px;
    line-height: 1.7;
    font-family: mulish;
    margin-top: 25px;
}

@media screen and (min-width:800px) and (max-width:990px) {
    .windows-content-four {
        padding-top: 0;
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .windows-content-four {
        padding-top: 0;
    }
}


@media screen and (min-width:1px) and (max-width:599px) {
    .windows-content-four {
        padding-top: 0;
        margin-top: 40px;
    }
}





.full-inter {
    width: 85%;
    margin: auto;
    margin-top: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.full-awdiz {
    width: 32%;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px
}

.full-awdiz-info {
    font-size: 14px;
    font-family: poppins;
    text-align: center
}





@media screen and (min-width:1367px) and (max-width:1440px) {


    .why-awdiz h4 {
        font-size: 35px
    }

    .why-awdiz-page {
        padding: 50px 0 50px 0
    }

    .why-awdiz-h8 {
        font-size: 35px
    }

    .why-awdiz-h9 {
        font-size: 35px
    }

    
}

@media screen and (min-width:1281px) and (max-width:1366px) {

    .fullstack-near-para {
        font-size: 18px
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {


    .fullstack-near-para {
        font-size: 18px
    }
}

@media screen and (min-width:800px) and (max-width:1199px) {

    .why-awdiz-h9 {
        font-size: 28px
    }

    .fullstack-near-para {
        font-size: 18px
    }

    .why-awdiz-h8 {
        font-size: 28px
    }

    .full-inter {
        width: 90%
    }

    .first-project-modal {
        width: 100%;
        margin-top: 50px
    }
}

@media screen and (min-width:600px) and (max-width:799px) {

    .why-awdiz-h9 {
        font-size: 28px
    }

    .fullstack-near-para {
        font-size: 18px
    }

    .why-awdiz-h8 {
        font-size: 24px
    }

    .full-inter {
        width: 90%
    }

    .first-project-modal {
        width: 100%;
        margin-top: 50px
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    

    .full-inter {
        margin-top: 20px;
        width: 100%
    }

    .full-awdiz {
        width: 30%;
        margin-top: 40px
    }

    .full-awdiz-info {
        font-size: 12px
    }

    .why-awdiz {
        width: 90%
    }

    .project-modal {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%
    }

    .first-project-modal {
        width: 80%
    }


    .why-awdiz-h8 {
        font-size: 20px;
        width: 100%
    }

    .why-awdiz-h9 {
        font-size: 20px
    }


    .why-con {
        margin-top: 0
    }

}


.development-placement {
    width: 100%;
    padding: 50px 0px 90px 0px
}

.development-placement h6 {
    font-size: 50px;
    text-align: center;
    font-family: nunito;
    font-weight: 800;
    color: #272566
}

.development-placement-box {
    width: 100%;
    padding: 80px 0px 30px 0px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap
}

.development-placement-item-one {
    width: 10.5%;
    line-height: 1.5;
    font-family: mulish;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.development-placement-item-one-img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.development-placement-item-one-img img {
    height: auto;
  width: 100%;

}

.development-placement-margin {
    margin-top: 25px
}

@media screen and (min-width:1761px) and (max-width:4000px) {
    .development-placement-item-one {
        width: 10.5%;
    }

    .develop-margin {
        margin-top: 0px;
    }

    .development-placement-item-one-img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width:1601px) and (max-width:1760px) {
    .development-placement-item-one {
        width: 15.5%;
    }

    .develop-margin {
        margin-top: 35px;
    }
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .development-placement-box {
        padding-top: 50px;
        padding-bottom: 10px
    }

    .development-placement h6 {
        font-size: 35px
    }

    .development-placement-item-one-img-bold {
        font-size: 15px
    }

    .development-placement-item-one-img-para {
        font-size: 14px
    }

    .development-placement {
        padding: 30px 0px 90px 0px
    }

    .development-placement-margin {
        margin-top: 35px
    }


    .development-placement-item-one {
        width: 15%;
    }

    .develop-margin {
        margin-top: 35px;
    }

    .development-placement-item-one-img {
        width: 216px;
    }

}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .development-placement h6 {
        font-size: 35px
    }

    .development-placement-item-one {
        width: 15%
    }

    .development-placement-margin {
        margin-top: 35px
    }

    .develop-margin {
        margin-top: 35px
    }

    .development-placement-box {
        padding-top: 50px;
        padding-bottom: 10px
    }

    .development-placement-item-one-img-bold {
        font-size: 15px
    }

    .development-placement-item-one-img-para {
        font-size: 14px
    }

    .development-placement {
        padding: 30px 0px 90px 0px
    }
}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .development-placement-box {
        padding-top: 50px;
        padding-bottom: 10px
    }

    .development-placement h6 {
        font-size: 35px
    }

    .development-placement-item-one-img-bold {
        font-size: 15px
    }

    .development-placement-item-one-img-para {
        font-size: 14px
    }

    .development-placement {
        padding: 30px 0px 90px 0px
    }

    .development-placement-margin {
        margin-top: 35px
    }

    .development-placement-item-one {
        width: 15%;
    }

    .develop-margin {
        margin-top: 35px;
    }

    .development-placement-item-one-img {
        width: 216px;
        height: 216px;
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    .development-placement-box {
        padding: 50px 0px 20px 0px;
    }

    .development-placement-item-one {
        width: 15%;
    }

    .develop-margin {
        margin-top: 35px;
    }

    .development-placement h6 {
        font-size: 35px
    }

    .development-placement-item-one-img-bold {
        font-size: 14px
    }

    .development-placement-item-one-img-para {
        font-size: 14px
    }

    .development-placement-item-one-img {
        height: 192px;
        width: 192px;
    }

    .development-placement-margin {
        margin-top: 35px
    }
}


@media screen and (min-width:800px) and (max-width:1199px) {
    .development-placement {
        padding: 30px 0px 90px 0px
    }

    .development-placement h6 {
        font-size: 24px
    }

    .development-placement-box {
        padding-top: 30px
    }

    .development-placement-item-one {
        width: 30%
    }

    .develop-margin {
        margin-top: 35px
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .development-placement {
        padding: 30px 0px 30px 0px
    }

    .development-placement h6 {
        font-size: 24px
    }

    .development-placement-box {
        padding-top: 30px
    }

    .development-placement-item-one {
        width: 30%
    }

    .develop-margin {
        margin-top: 35px
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .development-placement {
        padding: 30px 0px 30px 0px
    }

    .development-placement h6 {
        font-size: 20px
    }

    .development-placement-item-one-img-bold {
        font-size: 11px
    }

    .development-placement-item-one-img-para {
        font-size: 11px
    }

    .development-placement-item-one-img {
        height: 99%;
        width: 99%;
    }

    .development-placement-item-one {
        margin-top: 25px;
        width: 32%
    }

    .development-placement-box {
        padding: 20px 0px 20px 0px
    }
}

@media screen and (max-width:320px) {
    .development-placement-item-one {
        width: 48%;
    }
}


.developer-questions {
    width: 100%;
    padding: 80px 0 80px 0
}

.question-box-one {
    width: 100%;
}

#question-item {
    margin-top: 15px;
}

.question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 15px 20px;
    line-height: 1.7;
    cursor: pointer;
    font-weight: 500;
}

#question-no {
    margin-left: 25px;
}




.question-section {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}

.answer {
    width: 100%;
    margin: auto;
    padding: 15px 41px 15px 63px;
}

.answer>p {
    font-size: 17px;
    font-family: mulish;
    line-height: 1.8;
}

.question-number {
    color: #272566;
    font-size: 17px;
    font-family: mulish;
    font-weight: 800;
}


.questions {font-family: mulish;font-size: 17px;font-weight: 600}



@media screen and (min-width:600px) and (max-width:799px) {
    .question-section {
        font-size: 15px
    }
    
    .questions{font-size: 15px;}
}

@media screen and (min-width:1px) and (max-width:599px) {
    .question-section {
        width: 90%;
        font-size: 14px
    }


    .answer>p {
        font-size: 14px
    }

    .question {
        padding-bottom: 15px
    }
    
    .questions{font-size: 15px;}

}




.read-more-section {
    
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.read-more {
    font-family: mulish;
}

.read-more-para {
    font-size: 40px;
    font-weight: 800;
    font-family: nunito;
    color: #272566;text-align: center;padding-bottom: 30px;
}

.read-more-h5 {
    font-size: 28px;
    font-weight: 900;
    font-family: nunito;
    color: #272566;
}

.read-more-h6 {
    font-size: 28px;
    font-weight: 900;
    font-family: nunito;
    color: #272566;
    margin-top: 25px;
}

.read-more-two {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 25px;
}

.read-more-three {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 25px;
}

.read-span {
    cursor: pointer;
    color: #272566;
    font-weight: 800;
    display: inline-block;
}

.hideen-read-more {
    
    width: 100%;
    margin-top: 25px;
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .read-more-para {
        font-size: 35px;
    }

    .read-more-h5 {
        font-size: 28px;
    }

    .read-more-h6 {
        font-size: 28px;
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .read-more-para {
        font-size: 35px;
    }

    .read-more-h5 {
        font-size: 28px;
    }

    .read-more-h6 {
        font-size: 28px;
    }
}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .read-more-para {
        font-size: 35px;
    }

    .read-more-h5 {
        font-size: 28px;
    }

    .read-more-h6 {
        font-size: 28px;
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    .read-more-para {
        font-size: 35px;
    }

    .read-more-h5 {
        font-size: 28px;
    }

    .read-more-h6 {
        font-size: 28px;
    }
}

@media screen and (min-width:800px) and (max-width:1199px) {
    .read-more-para {
        font-size: 28px;
    }

    .read-more-h5 {
        font-size: 24px;
    }

    .read-more-h6 {
        font-size: 24px;
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .read-more-para {
        font-size: 24px;
    }

    .read-more-h5 {
        font-size: 20px;
    }

    .read-more-h6 {
        font-size: 20px;
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .read-more-para {
        font-size: 20px;
    }

    .read-more-h5 {
        font-size: 16px;
    }

    .read-more-h6 {
        font-size: 16px;
    }
}

@media screen and (max-width:320px) {
    .read-more-two {
        font-size: 15px;
    }

    .read-more-three {
        font-size: 15px;
    }
}


.demo-form {
    width: 100%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  background: #0C0019;
}

.demo-form-section {
    width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.containernew {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  flex-direction: column;
}

.demo-form-content {
    width: 60%
}

.demo-form-trial {
    width: 35%
}

.trial-form {
     max-width: 403px;
  margin: auto;
  padding: 25px 25px;
  background-color: white;
  border-radius: 10px;
  position: relative;
  z-index: 101;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #b7b3b3 0px 0px 0px 3px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#ftop {
  height: 5%;
  text-align: center;
  font-family: nunito;
  font-weight: 800;
  font-size: 30px;
}

#ftop2 {
  height: 80%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.trial-form>h6 {
    padding-bottom: 30px;
    font-family: nunito;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2
}

fieldset {
  border: 1px solid #cccccc;
  border-radius: 10px;
  height: 55px;
  width: 100%;
}

.message-fieldset {
    height: 69px;
    border-radius: 10px
}

textarea {
    width: 98%;
    border-radius: 15px;
    padding: 8px 0 5px 11px;
    font-size: 14px;
    font-family: mulish;
    resize: vertical;
    height: 48px;
    max-height: 48px;
    border: none;
    outline: none
}

.legend-name {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 0 5px 0 5px;
}

.inputtrial {
     width: 100%;
  padding: 8px 0 5px 11px;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: mulish;
  font-weight: 600;
}

.message-fieldset {
  height: 69px;
  border-radius: 10px;
}

.demo-form-content>h6 {
    color: white;
    font-family: nunito;
    font-weight: 800;
    font-size: calc(1.38vw + 1rem);
    line-height: 1.2;
    margin-bottom: 20px;
    width: 50%;
}

.demo-form-content>p {
    font-size: 24px;
    color: white;
    font-weight: 500;
    font-family: poppins
}

@media screen and (width: 1920px) {
  .send-button {
    font-size: 20px !important;
  }
}

@media screen and (width:1440px) {
    .send-button {
        width: 100% !important
    }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    .send-button {
        font-size: 16px
    }

    .demo-form-content>h6 {
        font-size: calc(1vw + 1rem)
    }

    .demo-form-content>p {
        font-size: 20px
    }
}


@media screen and (min-width:800px) and (max-width:1199px) {
    .demo-form-section {
        flex-direction: column
    }

    .demo-form-content {
        width: 100%
    }

    .demo-form-trial {
        width: 100%;
        margin-top: 30px
    }

    .send-button {
        font-size: 20px
    }

    .demo-form-content>h6 {
        width: 100%;
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .demo-form-section {
        flex-direction: column
    }

    .demo-form-content {
        width: 100%
    }

    .demo-form-trial {
        width: 100%;
        margin-top: 30px
    }

    .send-button {
        font-size: 20px
    }

    .demo-form-content>h6 {
        width: 100%;
    }
}

@media (min-width: 351px) and (max-width: 599px) {
  .trial-form {
    height: 525px;
  }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .demo-form-section {
        flex-direction: column
    }

    .demo-form-trial {
        width: 100%;
        margin-top: 40px;
    }

    .container {
        width: 94%
    }

    .demo-form-content {
        width: 100%
    }

    .demo-form-content>p {
        font-size: 16px
    }

    .trial-form {
         width: 90%;
    padding: 25px 13px;
    margin: auto;
    }

     .send-button {
    font-size: 16px !important;
    width: 100%;
  }

    .demo-form {
        padding: 40px 0 40px 0
    }

    .demo-form-content>h6 {
        width: 100%;
    }
    
     #ftop {
    font-size: 23px;
  }
}

@media screen and (min-width: 1px) and (max-width: 599px) {
  .containernew {
    width: 100% !important;
    margin-top: 30px;
  }
}


.send-button {
    width: 100%;
    padding: 15px 0 15px 0;
    font-weight: 550;
    font-size: 24px;
    margin: auto;
    background-color: #007d6f;
    color: #fff;
    font-family: mulish;
}





.related-program {
    width: 100%;
    padding: 100px 0 100px 0;
    background-color: #edf8fA
}

.fullstack-project-heading-h3 {
    font-size: 40px;
    font-family: nunito;
    color: #272566;
    font-weight: 800;text-align: center;
}


.fullstack-carousel-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px
}

.fullstack-carousel-container button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.fullstack-carousel-wrapper {
    padding: 30px 0 30px 0;
    overflow: hidden;
    flex: 1
}


.fullstack-carousel-slide {
    display: flex;
    transition: all 0.3s ease
}

.fullstack-button {
    background-color: #333;
    color: #000;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 10px;
    width: 3%;
    background-color: #fff;
    left: 3%;
    z-index: 100
}

.fullstack-button:hover {
    background-color: #007D6F
}

.full-btn:hover {
    background-color: #007d6f;
    color: white;
}

.fullstack-card {
    flex: 0 0 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    float: left;
    box-shadow: 0 2px 5px 0 rgba(17, 121, 239, .15);
    border-radius: 6px;
    border: 1px solid #e6ecef;
    background: #fff;
    margin-right: 1.7%;
    margin-left: 1.7%;
    padding: 20px
}

.fullstack-carousel-slide:hover {
    cursor: url('https://res.cloudinary.com/www-awdiz-in/image/upload/v1662374821/newjs/cursor_sktsa5.png'), auto;
}

.fullstack-slider-img:hover {
    cursor: url('https://res.cloudinary.com/www-awdiz-in/image/upload/v1662374821/newjs/cursor_sktsa5.png'), auto;
}

.fullstack-pgp-info>p:hover {
    cursor: url('https://res.cloudinary.com/www-awdiz-in/image/upload/v1662374821/newjs/cursor_sktsa5.png'), auto;
}

.fullstack-slider-img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    
}

.fullstack-slider-img img {
    
    height: auto;
    display: block
}

.fullstack-slider-info {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.5;
    font-family: nunito;
    font-weight: 800;
    color: #272566
}

.fullstack-info-list p {
    font-size: 14px;
    color: #666
}

.fullstack-pgp-info {
    width: 100%;
    bottom: 10px;
    right: 10px
}

.fullstack-pgp-info img {
    width: 80px;
    height: 80px
}

.fullstack-pgp-info>p {
    line-height: 1.5;
    font-size: 16px;
    font-family: mulish;
    color: #2e2e2e
}

.fullstack-slide-logo-img {
    border: 1px solid #000;
    width: 50px;
    height: 50px
}

.fullstack-slide-logo-img-h6 {
    font-size: 18px;
  color: #272566;
  
  font-weight: 800;
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .review-para-one {
        margin-bottom: 25px;
        font-size: 15px
    }

    .review-carousel-container {
        padding-top: 30px
    }

    .review-carousel-item>p {
        font-size: 14px;
        padding-top: 15px
    }

    .review-carousel-student-name>h6 {
        font-size: 20px
    }

    .review-carousel-item {
        padding-bottom: 30px
    }

    .fullstack-project-heading-h3 {
        font-size: 35px
    }

    .fullstack-carousel-wrapper {
        padding-top: 10px
    }

    .full-review-poi {
        padding: 50px 0 50px 0
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .review-para-one {
        margin-bottom: 25px;
        font-size: 15px
    }

    .review-carousel-container {
        padding-top: 30px
    }

    .review-carousel-item>p {
        font-size: 14px;
        padding-top: 15px
    }

    .review-carousel-student-name>h6 {
        font-size: 20px
    }

    .review-carousel-item {
        padding-bottom: 30px
    }

    .fullstack-project-heading-h3 {
        font-size: 35px
    }

    .fullstack-carousel-wrapper {
        padding-top: 10px
    }

    .full-review-poi {
        padding: 50px 0 50px 0
    }
}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .review-para-one {
        margin-bottom: 25px;
        font-size: 15px
    }

    .review-carousel-container {
        padding-top: 30px
    }

    .review-carousel-item>p {
        font-size: 14px;
        padding-top: 15px
    }

    .review-carousel-student-name>h6 {
        font-size: 20px
    }

    .review-carousel-item {
        padding-bottom: 30px
    }

    .fullstack-project-heading-h3 {
        font-size: 35px
    }

    .fullstack-carousel-wrapper {
        padding-top: 10px
    }

    .full-review-poi {
        padding: 50px 0 50px 0
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    .review-para-one {
        margin-bottom: 25px;
        font-size: 15px
    }

    .review-carousel-container {
        padding-top: 30px
    }

    .review-carousel-item>p {
        font-size: 14px;
        padding-top: 15px
    }

    .review-carousel-student-name>h6 {
        font-size: 20px
    }

    .review-carousel-item {
        padding-bottom: 30px
    }

    .fullstack-project-heading-h3 {
        font-size: 35px
    }

    .fullstack-carousel-wrapper {
        padding-top: 10px
    }

    .full-review-poi {
        padding: 50px 0 50px 0
    }
}


@media screen and (min-width:800px) and (max-width:1199px) {
    .fullstack-project-heading-h3 {
        font-size: 28px
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .fullstack-project-heading-h3 {
        font-size: 24px
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .review-carousel-container {
        padding-top: 30px
    }

    .review-carousel-student-name>h6 {
        font-size: 20px
    }

    .review-carousel-student-circle {
        width: 36%
    }

    .review-carousel-item>p {
        font-size: 14px
    }

    .review-para-one {
        font-size: 14px
    }

    .fullstack-page-review {
        padding-top: 30px
    }

    .fullstack-project-heading-h3 {
        font-size: 20px
    }
}



@media screen and (max-width: 1199px) {
    .fullstack-carousel-slide {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .fullstack-carousel-slide::-webkit-scrollbar {
        display: none;
    }

    .fullstack-card {
        flex: 0 0 88%;
        margin-right: 20px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
}

.cohort-table {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    margin-top: 35px
}

.cohort-first {
    width: 25%;
    height: 210px
}

.cohort-second {
    width: 35%;
    height: 210px
}

.cohor-second-item-one {
    display: flex;
    height: 40px
}

.cohort-second-box-one {
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px
}

.cohort-second-box-two {
    font-size: 13px;
    width: 55px;
    margin-left: 5px;
    font-weight: 700
}

.cohort-third {
    width: 35%;
    height: 210px
}

.cohort-item-one {
    width: 100%
}

.cohort-date {
    font-size: 13px;
    padding: 5px 0 5px 0;
    height: 45px;
    display: flex;
    margin-top: 10px
}

.cohort-button-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.cohort-button {
    width: 40%;
    background-color: #272566;
    color: #fff;
    font-size: 14px;
    font-family: hind
}

@media screen and (min-width:1199px) and (max-width:4000px) {
    .cohort-table {
        display: none;
        visibility: hidden
    }

    .cohort-button-section {
        display: none;
        visibility: hidden
    }
}




.blog-page {
    width: 100%;
    padding: 60px 0 60px 0;
    background-color: white
}

.blog-page-h6 {
    text-align: center;
    color: #272566;
    font-family: nunito;
    font-weight: 800;
    font-size: calc(1.38vw + 1rem);
    line-height: 1.2
}

.blog-paage-pp {
    font-size: 16px;
    font-family: mulish;
    line-height: 1.7;
}

.blog-courses-name {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    background-color: white;
    border-radius: 10px
}

.blog-courses-wrapper {
    overflow: hidden
}

#blog-courses-carousel {
    display: flex;
    transition: all 0.3s ease;
    list-style: none;
    padding: 0 15px 0 15px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 101
}

.blog-courses-name ul li {
    flex: 0 0 calc(15% - 10px);
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 15px 0px 15px 0px;
    border-radius: 10px;
    cursor: pointer;
    font-family: hind;
    font-weight: 800;
    font-size: 18px;
    margin-top: 15px;
    background-color: white;
}

.blog-page-carousel {
    display: none
}

.blog-carousel-button {
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-left: 5px;
    box-shadow: rgba(0, 125, 111, 100) 0 2px 5px 0;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnssss {
    border: none;
    outline: none;
    width: 45%;
    border-radius: 10px;
    font-size: 18px;
    color: white;
    font-family: mulish;
    height: 50px;
    background-color: #272566;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btnssss:hover {
    background-color: #272566
}

.blog-our-courses-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    margin-top: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.blog-our-courses-info::-webkit-scrollbar {
    display: none
}

.blog-our-courses-angular {
    flex: 0 0 29%;
    scroll-snap-align: start;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
    margin-top: 60px
}

.blog-our-courses-image {
    width: 100%;
    padding-bottom: 15px
}

.blog-our-courses-course-heading-h6 {
    font-size: 20px;
    padding-top: 10px;
    color: black;
    padding-left: 5px
}

.blog-our-courses-angular>p {
    padding: 20px 0 10px 5px;
    line-height: 1.6;
    font-size: 16px;
    font-family: mulish;
    color: #373737;
    margin-bottom: 20px
}

.blog-our-courses-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.blog-placement-view {
    width: 100%;
    padding: 50px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-button {
    width: 15%;
    padding: 30px 0 30px 0;
    font-weight: 600;
    font-size: 20px;
    margin: auto;
    background-color: #007d6f;
    color: white;
    font-family: mulish
}

@media screen and (max-width:1920px) {
    .blog-our-courses-info {
        margin-top: 0
    }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    .blog-paage-pp {
        margin-top: 25px;
    }

    .blog-courses-name ul li {
        font-size: 14px !important
    }

    .blog-page {
        padding: 60px 0 60px 0
    }

    .blog-courses-name {
        margin-top: 20px
    }

    .btnssss {
        width: 52%;
        font-size: 14px;
        height: 40px
    }

    .our-courses-course-heading-h6 {
        padding-top: 0
    }

    .blog-our-courses-angular>p {
        padding-top: 10px;
        padding-bottom: 0;
        font-size: 14px
    }

    .blog-our-courses-info {
        margin-top: 0
    }

    .blog-our-courses-angular {
        margin-top: 20px
    }

    .blog-our-courses-course-heading-h6 {
        padding-top: 0
    }

    .blog-button {
        width: 12%;
        padding: 15px 0 15px 0;
        font-size: 14px
    }
}

@media screen and (min-width:800px) and (max-width:1199px) {
    .blog-page {
        padding: 30px 0
    }

    .blog-page-carousel {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 30px
    }

    .blog-courses-name ul li {
        flex: 0 0 calc(33% - 10px);
        margin-right: 20px;
        font-size: 16px;
    }

    .blog-paage-pp {
        margin-top: 25px;
    }

    .blog-carousel-button:hover {
        background-color: #bebed1
    }

    .blog-our-courses-info {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin-top: 0
    }

    .blog-our-courses-angular {
        flex: 0 0 90%;
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 30px
    }

    .blog-placement-view {
        padding: 40px 0 0 0
    }

    .blog-button {
        width: 25%;
        font-size: 17px;
        height: 48px !important;
        padding: 10px 0 10px 0
    }

    .blog-our-courses-angular>p {
        font-size: 14px
    }

    .btnssss {
        font-size: 16px;
        width: 37%
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .blog-page {
        padding: 30px 0
    }

    .blog-page-carousel {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 30px
    }

    .blog-courses-name ul li {
        flex: 0 0 calc(50% - 10px);
        margin-right: 20px;
        font-size: 16px;
    }

    .blog-paage-pp {
        margin-top: 25px;

    }

    .blog-carousel-button:hover {
        background-color: #bebed1
    }

    .blog-our-courses-info {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin-top: 0
    }

    .blog-our-courses-angular {
        flex: 0 0 90%;
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 30px
    }

    .blog-placement-view {
        padding: 40px 0 0 0
    }

    .blog-button {
        width: 45%;
        font-size: 17px;
        height: 48px !important;
        padding: 10px 0 10px 0
    }

    .blog-our-courses-angular>p {
        font-size: 14px
    }

    .btnssss {
        font-size: 16px;
        width: 37%
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .blog-page {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .btnssss {
        width: 55%;
        font-size: 14px;
        height: 40px
    }

    .blog-courses-name ul li {
        flex: 0 0 calc(50% - 10px);
        margin-right: 20px;
        font-size: 14px;
    }

    .blog-paage-pp {
        margin-top: 25px;

    }

    .blog-page-carousel {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 30px
    }

    .blog-carousel-button:hover {
        background-color: #bebed1
    }

    .blog-our-courses-info {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin-top: 0
    }

    .blog-our-courses-angular {
        flex: 0 0 90%;
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 30px
    }

    .blog-placement-view {
        padding: 40px 0 0 0
    }

    .blog-button {
        width: 45%;
        font-size: 14px;
        height: 48px !important;
        padding: 10px 0 10px 0
    }

    .blog-our-courses-angular>p {
        font-size: 14px
    }
}

@media screen and (width:320px) {
    .btnssss {
        width: 66%
    }

    .blog-paage-pp {
        font-size: 15px;
    }
}


.fullstack-syllabus-item-one {
    padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  font-family: nunito;
  font-size: 16px;
  text-align: center;
  background-color: #20d0bb;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px, rgba(0, 0, 0, 0.3) 0px 7px 3px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  font-weight: 800;
}

@media screen and (min-width:800px) and (max-width:990px) {
    .fullstack-syllabus-item-one {
        font-size: 14px
    }
}

@media screen and (min-width:600px) and (max-width:799px) {
    .fullstack-syllabus-item-one {
        font-size: 12px
    }
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .fullstack-syllabus-item-one {
        font-size: 16px
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .fullstack-syllabus-item-one {
        font-size: 14px
    }
}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .fullstack-syllabus-item-one {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    .fullstack-syllabus-item-one {
        font-size: 13px
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .fullstack-syllabus-item-one {
    font-size: 12.5px;
    width: 24%;
    margin-bottom: 2px;
    margin-top: 2px;
    text-align: center;
    padding: 10px 0px !important;
    }
}

@media screen and (min-width:331px) and (max-width:370px) {.fullstack-syllabus-item-one {font-size: 11.5px;}}
@media screen and (min-width:1px) and (max-width:330px) {.fullstack-syllabus-item-one {font-size: 10.6px;}}


.fullstack-project-heading-h6 {
    font-size: 50px;
    color: #272566;
    font-weight: 800;
    font-family: nunito;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .fullstack-project-heading-h6 {
        font-size: 35px
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .fullstack-project-heading-h6 {
        font-size: 35px
    }
}

@media screen and (min-width:1281px) and (max-width:1366px) {
    .fullstack-project-heading-h6 {
        font-size: 35px
    }
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    .fullstack-project-heading-h6 {
        font-size: 35px
    }
}

@media screen and (min-width:800px)and (max-width:1199px) {
    .fullstack-project-heading-h6 {
        font-size: 28px
    }
}

@media screen and (min-width:600px)and (max-width:799px) {
    .fullstack-project-heading-h6 {
        font-size: 24px
    }
}

.certification-path-para {
    text-align: center;
    font-size: 16px;
    font-family: mulish;
    margin: 35px;
    line-height: 1.8;
}

.nowid{width:90%;margin:auto}

.certification-path-box-one-para {
    margin: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 1.7; 
}

@media screen and (min-width:1px) and (max-width:599px) {
    .fullstack-project-heading-h6 {
        font-size: 20px
    }
    
    .certification-path-para{font-size: 15px;margin: 35px 0 0 0;}
    .nowid{width:100%}
    .certification-path-box-one-para{margin:35px 0 35px 0 }
}



.windows-certification-path {
    
    width: 100%;
    padding: 0px 0px;
}

.certification-path h5 {
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    color: #272566;
    font-family: nunito;
}




.certification-path-box-one {
    width: 1150px;
    margin: auto;
    height: 575px;
    margin-top: 35px;
    text-align: center;
    box-shadow: rgba(38, 149, 55, 0.5) 0px 5px 3px, rgba(53, 144, 172, 0.4) 0px 1px 5px 2px, rgba(0, 0, 0, 0.2) 0px 15px 5px -5px, rgba(0, 0, 0, 0.2) 0px 1px 10px inset;
    border-radius: 5px;
}

.certification-path-box-one h6 {
    font-size: 24px;
    font-family: nunito;
    margin-top: 25px;
}



.certification-path-box-one-para-one {
    margin-top: 15px;
    font-size: 16px;
    font-family: mulish;
    font-weight: 600;
}

.certification-path-box-one-para-end {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: mulish;
    font-weight: 600;
}

.certification-path-ul {
    line-height: 0;
    margin-top: 15px;
}

.certification-path-ul li {
    list-style: none;
    margin-bottom: 0;
    font-size: 16px;
    font-family: mulish;
    padding-left: 0;
}

.certification-path-box-two {
    height: 370px;
    width: 46%;
    margin: auto;
    margin-top: 35px;
    text-align: center;
    box-shadow: rgba(103, 234, 123, 0.5) 0px 2px 3px, rgba(53, 144, 172, 0.4) 0px 10px 5px -2px, rgba(0, 0, 0, 0.2) 0px 15px 5px -5px, rgba(0, 0, 0, 0.2) 0px -5px 5px inset;
    border-radius: 5px;
}


.modal-picture {
    
    width: 60%;
    margin: auto;
    height: 570px;
    max-height: 700px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-picture {
    animation-name: zoom;
    animation-duration: 0.6s;
    border-radius: 10px;
  box-shadow: rgba(33, 4, 4, 0.8) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.5) 0px -3px 0px inset;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(241, 244, 245, 0.52);

}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}



@media screen and (min-width:1441px) and (max-width:1600px) {
    .certification-path h5 {
        font-size: 35px;
    }

    .certification-path-box-one {
        width: 700px;
        height: 100%;
    }

    .certification-path-box-two {
        width: 700px;
        height: 100%;
    }
}

@media screen and (min-width:1371px) and (max-width:1440px) {
    .certification-path h5 {
        font-size: 35px;
    }

    .certification-path-box-one {
        width: 700px;
        height: 100%;
    }

    .certification-path-box-two {
        width: 700px;
        height: 100%;
    }
}

@media screen and (min-width:1281px) and (max-width:1370px) {
    .certification-path h5 {
        font-size: 35px;
    }

    .certification-path-box-one {
        width: 700px;
        height: 100%;
    }

    .certification-path-box-two {
        width: 700px;
        height: 100%;
    }

}

@media screen and (min-width:1200px) and (max-width:1280px) {
    .certification-path h5 {
        font-size: 35px;
    }

    .certification-path-box-one {
        width: 700px;
        height: 100%;
    }

    .certification-path-box-two {
        width: 700px;
        height: 100%;
    }
}

@media screen and (min-width:800px) and (max-width:1199px) {
    .certification-path h5 {
        font-size: 28px;
    }

    .windows-certification-path {
        padding: 30px 0;
    }

    .certification-path-box-one {
        width: 100%;
        height: 100%;
    }

    .certification-path-box-two {
        width: 100%;
        height: 100%;
    }

}

@media screen and (min-width:600px) and (max-width:799px) {
    .certification-path h5 {
        font-size: 35px;
    }

    .certification-path h5 {
        font-size: 24px;
    }

    .windows-certification-path {
        padding: 30px 0;
    }

    .certification-path-box-one {
        width: 100%;
        height: 100%;
    }

    .certification-path-box-two {
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width:1px) and (max-width:599px) {
    .windows-certification-path {
        padding: 0;
    }

    .certification-path h5 {
        font-size: 20px;
    }

    .certification-path-box-one {
        width: 100%;
        height: 100%;
    }

    .certification-path-box-two {
        width: 100%;
        height: 100%;
    }

    .modal-picture {
        height: 85%;
        width: 90%;
        max-height: 80%
    }

    picture {
        width: 100%;
        height: 100%;
    }

    .modal-picture img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

@media screen and (max-width:320px) {
    .certification-path-para {
        font-size: 15px;
    }

    .certification-path-box-one-para {
        font-size: 15px;
    }
}


.windows-content-two {
    width: 100%;
    padding: 50px 0px 50px 0px;
}

.windows-course-info {
    width: 100%;
}


.windows-course-content {
    width: 70%;
    margin: auto;
}




.windows-course-content h5 {
    font-size: 35px;
    text-align: center;
    font-family: nunito;
    color: #272566;
    font-weight: 800;
}

@media screen and (min-width:416px) and (max-width:490px) {.windows-course-content h5 {font-size: 21px}}
@media screen and (min-width:392px) and (max-width:415px) {.windows-course-content h5 {font-size: 19px}}
@media screen and (min-width:372px) and (max-width:391px) {.windows-course-content h5 {font-size: 18px}}
@media screen and (min-width:351px) and (max-width:371px) {.windows-course-content h5 {font-size: 17px}}
@media screen and (min-width:331px) and (max-width:350px) {.windows-course-content h5 {font-size: 16px}}


.windows-course-content-para-one {
    text-align: center;
    font-size: 16px;
    font-family: mulish;
    margin-top: 15px;
    line-height: 1.7;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 55px;
}

.container-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 20px;
    
}

.left-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
}

.right-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
}

.accordian-main-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.accordian-list {
    margin-bottom: 20px;
}

.accordian-main-list:before {
    content: "";
    display: inline-block;
    width: 2px;
    background: #b5aaaa;
    position: absolute;
    left: 40px;
    top: 0;
    height: calc(100% - 20px);
    z-index: 2;
}

.accordian-head {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
    border: 1px solid;
    padding: 20px;
    padding-left: 80px;
    font-size: 17px;
    font-family: nunito;
    font-weight: 800;
    height: 50px;
    border: 1px solid #b5aaaa;
    justify-content: space-between;
}



.accordian-head:hover {
    background: teal;
    color: white;
    cursor: pointer;
}

.accordian-head:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: teal;
    position: absolute;
    left: 33px;
    top: 17px;
    border-radius: 10px;
    z-index: 2;
}

.accordian-head.active:before {
    background: white;
}

.accordian-head:hover:before {
    background: white;
}

.accordian-head:hover .drop-down {
    fill: #fff;
    filter: brightness(0) invert(1);
}

.content {
    display: none;
    border: 1px solid;
    padding: 20px;
    border: 1px solid #b5aaaa;
}

.content p {
    line-height: 1.6;
    font-family: mulish;
    font-size: 15px;
    margin-left: 60px;
}




@media screen and (min-width:1200px) and (max-width:1280px) {
    .windows-course-content {
        width: 88%;
    }
}

@media screen and (min-width:800px) and (max-width:1199px) {
    .windows-course-content {
        width: 100%;
    }

    .container-wrapper {
        flex-direction: column;
        gap: 0;
    }

    #accord::before {
        height: 100%;
    }

}

@media screen and (min-width:600px) and (max-width:799px) {
    .windows-course-content {
        width: 100%;
    }

    .container-wrapper {
        flex-direction: column;
        gap: 0;
    }

    #accord::before {
        height: 100%;
    }
}

@media screen and (min-width:331px) and (max-width:599px) {
    .windows-course-content {
        width: 100%;
    }

    .container-wrapper {
        flex-direction: column;
        gap: 0;
    }

    #accord::before {
        height: 100%;
    }

    .accordian-head {
        font-size: 14px;
        padding-left: 70px;
    }

    .content p {
        font-size: 14px;
    }

    .windows-content-two {
        padding: 50px 0px 50px 0px;
    }
}

@media screen and (min-width:1px) and (max-width:330px) {
    .windows-course-content-para-one {
        font-size: 15px;
    }

    #win-paraaa {
        font-size: 15px;
    }

    .windows-course-content {
        width: 100%;
    }

    .container-wrapper {
        flex-direction: column;
        gap: 0;
    }

    #accord::before {
        height: 100%;
    }

    .accordian-head {
        font-size: 14px;
        padding-left: 70px;
    }

    .content p {
        font-size: 14px;
    }

    .windows-course-content h5 {
        font-size: 15px;
    }

    .windows-content-two {
        padding: 0;
    }
}

.fullstack-intro-first-point-win {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.fullstack-intro-first-point-win-item {
    margin-top: 15px
}



.fullstack-intro-first-point-win>p {
    margin-left: 15px;
  font-size: 16px;
  font-family: mulish;
  line-height: 1.8;
}

.my-one{text-align: center;
  width: 70%;
  margin: 37px auto auto auto;}

@media screen and (min-width:599px) and (max-width:1200px) {
    .my-one{width: 100%;} }

@media screen and (min-width:1px) and (max-width:598px) {
    .fullstack-intro-first-point-win>p {
        font-size: 15px;width: 100%;
    }

    
    .my-one {text-align: left;width: 100%;margin: 37px auto auto auto;}
    
}

.margin-one {
    margin-top: 20px;
}

.windows-h4 {
    margin-top: 66px;
    font-size: 28px;
    font-family: nunito;
    color: #272566;
    font-weight: 800;text-align: center;
}

.windows-link-a {
  color: #007d6f;
  font-size: 18px;
  text-decoration: underline dashed black;
  font-weight: bold;
}

@media screen and (min-width:1px) and (max-width:599px) {
    .windows-h4 {
        font-size: 20px;
    }
    
    .windows-link-a {
  
  font-size: 14px; text-align:center;
  
}

.linkswala{text-align: center}


}



.windows-link-a:hover {
    color: #272566;
}

.btn-arrow:hover {
    filter: brightness(0) invert(1);
}

.career-right-arrow {
    width: 18px;
    height: 18px;
    filter: brightness(1) invert(0);
}

.job-guarantee-icons-1 {
    width: 45px;
    height: 45px;
}

.plus-icon {
    height: 18px;
    width: 18px;
}

.mobile-cross {
    height: 19px;
    width: 19px;
}

.blog-right-arrow {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.green_check_mark {
    width: 18px;
    height: 18px;
}

.checkmark_shield {
    width: 20px;
    height: 20px;

}

.checkmark_shield_down {
    width: 19px;
    height: 19px;
    margin-top: 5px;

}

.margin-one-bottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

#win-paraaa {
    width: 100%;
}

.drop-down {
    width: 20px;
    height: 20px;
}

.drop-down-up {
    width: 20px;
    height: 20px;
}

.win {
    color: #272566;
    font-family: nunito;
    font-weight: 900;
    font-size: calc(1.28vw + 1rem);
    line-height: 1.2;text-align: center;padding-bottom: 30px;
  }
  
  
  @media screen and (min-width:1px) and (max-width:599px) {
    .win {
        font-size: calc(1.30vw + 1rem);
      }
    }
    
    @media screen and (max-width:320px) {
      .win {
        font-size: calc(0.5vw + 1rem);
      }
    }
    
    #content-end{padding-top: 105px;}
    
    .pracss {margin-top: 10px;}
    
    .topicss {margin-bottom: 20px;}
    .topicss b {font-weight: 800;}
    #projectshere li{
        line-height: 1.6;
  font-family: mulish;
  font-size: 14px;
  margin-left: 75px;
  font-weight: 500;
  padding-left:5px;margin-bottom: 6px;
    }
    
    .paths-m {
  display: none;
}




@media (min-width: 800px) {
  .paths-d {
    display: block; text-align: center;
  }
  .paths-m {
    display: none; 
  }
}


@media (max-width: 799px) {
  .paths-d {
    display: none;
  }
  .paths-m {
    display: block;text-align: center;
    
  }
}
    
.development-item-two-one-content p:nth-child(2), .development-item-two-two-content p:nth-child(2) {
    font-weight: bold;
}    

.cybersecurity-benefits-heading {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #007d6f;
  font-weight: bold;
  text-align: left;
}

.benefits-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  background-color: white;
  border-radius: 6px;
  padding: 15px 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.windows-content-item-two:hover, .benefit-item:hover {
  transform: translateY(-5px);
}

.icon.shield-icon {
  margin-right: 10px;
  color: #007d6f;
  width: 24px;
  height: 24px;
}

.benefit-item p {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  color: #333;font-family: mulish;
}

.benefit-item p span {
  font-weight: 800;
  color: #007d6f;font-family: mulish;
}

.skills-list-container {
  width: 90%;
  margin: 20px auto 60px auto;
  background-color: #f9f9f9; /* Light Background Color */
  /*! padding: 20px; */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.skills-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 Columns */
  gap: 12px 40px; /* Row gap and Column gap */
}

.skills-list ul li {
  display: flex;
  align-items: center;
  font-size: 1.05em;
  color: black;
}

.skills-list .checkmark_shield{margin-right: 10px}
.skills-list-container h3 {
  font-size: 27px;
  text-align: center;
  font-family: nunito;
  color: #272566;
  font-weight: 800;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .skills-list ul {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media screen and (max-width: 480px) {
  .skills-list ul {
    grid-template-columns: 1fr; 
    gap: 12px 20px;
  }
}

.windows-para p {
  text-align: center;
}   

.notopcend{padding-top:0 !important}

.modal{z-index:110}    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    