﻿.feature-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.75rem;
    margin-right: -.75rem
}

    .feature-box:first-child {
        margin-top: 0;
    }

.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 .75rem;
}

    .fbox-icon a, .fbox-icon i, .fbox-icon img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    .fbox-icon i, .fbox-icon img {
        border-radius: 50%;
        background-color: #1abc9c;
    }

    .fbox-icon i {
        font-style: normal;
        font-size: 1.75rem;
        line-height: 4rem;
        text-align: center;
    }

.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 .75rem;
}

    .fbox-content h3 {
        font-size: 1rem;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        margin-bottom: 0;
        color: #333;
    }

    .fbox-content p {
        margin-top: .5rem;
        margin-bottom: 0;
        color: #999;
    }

    .fbox-content .before-heading {
        font-size: .875rem;
    }

.fbox-content-sm h3, .fbox-content-sm p {
    font-size: .875rem;
}

.fbox-content-sm .before-heading {
    font-size: .75rem;
}

.fbox-content-lg h3 {
    font-size: 1.25rem;
}

.fbox-content-lg p {
    font-size: 1.125rem;
    margin-top: .75rem;
}

.fbox-content-lg .before-heading {
    font-size: 1rem;
}

.fbox-sm {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

    .fbox-sm .fbox-icon {
        width: 3rem;
        height: 2rem;
        padding: 0 .5rem;
    }

        .fbox-sm .fbox-icon i {
            font-size: 1rem;
            line-height: 2rem;
        }

    .fbox-sm .fbox-content {
        padding: 0 .5rem;
    }

.fbox-lg .fbox-icon {
    width: 7.5rem;
    height: 6rem;
}

    .fbox-lg .fbox-icon i {
        font-size: 2.5rem;
        line-height: 6rem;
    }

.fbox-xl .fbox-icon {
    width: 9.5rem;
    height: 8rem;
}

    .fbox-xl .fbox-icon i {
        font-size: 4.5rem;
        line-height: 8rem;
    }

.fbox-outline .fbox-icon a {
    border: 1px solid #1abc9c;
    padding: .25rem;
    border-radius: 50%
}

.fbox-outline .fbox-icon i {
    line-height: 3.5rem;
}

.fbox-outline.fbox-sm .fbox-icon i {
    line-height: 1.5rem;
}

.fbox-outline.fbox-lg .fbox-icon i {
    line-height: 5.5rem;
}

.fbox-outline.fbox-xl .fbox-icon i {
    line-height: 7.5rem;
}

.fbox-rounded .fbox-icon {
    border-radius: 3px !important;
}

    .fbox-rounded .fbox-icon i, .fbox-rounded .fbox-icon img {
        border-radius: 3px !important;
    }

.fbox-rounded.fbox-lg .fbox-icon {
    border-radius: 4px !important;
}

    .fbox-rounded.fbox-lg .fbox-icon i, .fbox-rounded.fbox-lg .fbox-icon img {
        border-radius: 4px !important;
    }

.fbox-rounded.fbox-xl .fbox-icon {
    border-radius: 6px !important;
}

    .fbox-rounded.fbox-xl .fbox-icon i, .fbox-rounded.fbox-xl .fbox-icon img {
        border-radius: 6px !important;
    }

.fbox-light.fbox-outline .fbox-icon a {
    border-color: #e5e5e5;
}

.fbox-light .fbox-icon i, .fbox-light .fbox-icon img {
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    color: #444;
}

.fbox-dark.fbox-outline .fbox-icon a {
    border-color: #444;
}

.fbox-dark .fbox-icon i, .fbox-dark .fbox-icon img {
    background-color: #333;
}

.fbox-border .fbox-icon a {
    border: 1px solid #1abc9c;
    border-radius: 50%
}

.fbox-border .fbox-icon i, .fbox-border .fbox-icon img {
    border: none;
    background-color: transparent !important;
    color: #1abc9c;
}

.fbox-border.fbox-light .fbox-icon a {
    border-color: #e5e5e5;
}

.fbox-border.fbox-light .fbox-icon i, .fbox-border.fbox-light .fbox-icon img {
    color: #888;
}

.fbox-border.fbox-dark .fbox-icon a {
    border-color: #333;
}

.fbox-border.fbox-dark .fbox-icon i, .fbox-border.fbox-dark .fbox-icon img {
    color: #444;
}

.fbox-plain .fbox-icon {
    border: none !important;
}

    .fbox-plain .fbox-icon i, .fbox-plain .fbox-icon img {
        border: none;
        background-color: transparent !important;
        color: #1abc9c;
        border-radius: 0;
    }

    .fbox-plain .fbox-icon i {
        font-size: 5rem;
        line-height: 1;
    }

.fbox-plain.fbox-image .fbox-icon {
    width: auto;
}

    .fbox-plain.fbox-image .fbox-icon img {
        width: auto;
        display: inline-block;
    }

.fbox-plain.fbox-light .fbox-icon i, .fbox-plain.fbox-light .fbox-icon img {
    color: #888;
}

.fbox-plain.fbox-dark .fbox-icon i, .fbox-plain.fbox-dark .fbox-icon img {
    color: #444;
}

.fbox-plain.fbox-sm .fbox-icon i {
    font-size: 2rem;
}

.fbox-plain.fbox-lg .fbox-icon i {
    font-size: 4.5rem;
}

.fbox-plain.fbox-xl .fbox-icon i {
    font-size: 6rem;
}

.fbox-center {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .fbox-center .fbox-icon {
        margin-bottom: 1.5rem;
    }

.fbox-content + .fbox-icon {
    margin-top: 1.5rem;
    margin-bottom: 0 !important;
}

.fbox-content h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
}

.fbox-center.fbox-sep:not(.fbox-bg) h3:after {
    content: '';
    display: block;
    margin: 1.25rem auto;
    width: 2rem;
    height: 2px;
    background-color: #555;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}

.fbox-center.fbox-sep:not(.fbox-bg):hover h3:after {
    width: 3rem;
}

.fbox-center.fbox-italic p {
    font-style: italic;
    font-family: 'Lato', sans-serif;
}

.fbox-bg.fbox-center {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    min-height: 85%
}

    .fbox-bg.fbox-center .fbox-icon {
        margin-top: -2rem;
    }

    .fbox-bg.fbox-center .fbox-icon {
        background-color: #fff;
    }

    .fbox-bg.fbox-center.fbox-lg {
        margin-top: 3rem;
    }

        .fbox-bg.fbox-center.fbox-lg .fbox-icon {
            margin-top: -3rem;
        }

    .fbox-bg.fbox-center.fbox-xl {
        margin-top: 4rem;
    }

        .fbox-bg.fbox-center.fbox-xl .fbox-icon {
            margin-top: -4rem;
        }

.fbox-effect .fbox-icon i {
    z-index: 1;
}

    .fbox-effect .fbox-icon i:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.fbox-rounded.fbox-effect .fbox-icon i:after {
    border-radius: 3px;
}

.fbox-effect .fbox-icon i {
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

    .fbox-effect .fbox-icon i:after {
        top: -3px;
        left: -3px;
        padding: 3px;
        box-shadow: 0 0 0 2px #333;
        -webkit-transition: -webkit-transform .3s, opacity .3s;
        -webkit-transform: scale(.8);
        -moz-transition: -moz-transform .3s, opacity .3s;
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transition: transform .3s, opacity .3s;
        transform: scale(.8);
        opacity: 0;
    }

    .fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
        background-color: #333;
        color: #fff;
    }

.fbox-effect.fbox-dark .fbox-icon i:after {
    box-shadow: 0 0 0 2px #1abc9c;
}

.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i {
    background-color: #1abc9c;
}

.fbox-effect .fbox-icon i:hover:after, .fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.fbox-border.fbox-effect .fbox-icon i {
    -webkit-transition: color .5s, box-shadow .5s, background-color .5s;
    -o-transition: color .5s, box-shadow .5s, background-color .5s;
    transition: color .5s, box-shadow .5s, background-color .5s;
}

    .fbox-border.fbox-effect .fbox-icon i:after {
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        box-shadow: none;
        background-image: url('images/icons/iconalt.svg');
        background-position: center center;
        background-size: 100% 100%;
        -webkit-transition: -webkit-transform .5s, opacity .5s, background-color .5s;
        -o-transition: -moz-transform .5s, opacity .5s, background-color .5s;
        transition: transform .5s, opacity .5s, background-color .5s;
    }

.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after {
    border-radius: 3px;
}

.fbox-border.fbox-effect .fbox-icon i:hover, .fbox-border.fbox-effect:hover .fbox-icon i {
    color: #fff;
    box-shadow: 0 0 0 1px #333;
}

.fbox-border.fbox-effect .fbox-icon i:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    background-color: #333;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
    box-shadow: 0 0 0 1px #1abc9c;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
    background-color: #1abc9c;
}

.fbox-border.fbox-effect .fbox-icon i:hover:after, .fbox-border.fbox-effect:hover .fbox-icon i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 .75rem;
}

@media (min-width:576px) and (max-width:992px) {
    .right {
        bottom: 67%;
        position: absolute;
        color: #000;
        left: 3%;
        line-height: 2.5vw;
    }

    .font-sizing {
        font-size: 1.4em;
    }

    .banner-fontsize {
        font-size: .9em;
    }
}

.wdimg {
    width: 100%
}

.textforofferprice {
    position: relative;
    display: inline-block;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    justify-content: center;
    top: 62%;
    font-size: 2vw;
    color: #fff;
    font-family: unset;
    padding: 6px;
}

.textforactualprice {
    position: relative;
    display: inline-block;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    justify-content: center;
    top: 55%;
    font-size: 2vw;
    color: #fff;
    font-family: unset;
    padding: 6px;
}

.btnnenroll {
    position: relative;
    display: inline-block;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    left: 43%;
    top: 73%;
    color: #000;
    border-radius: 18px;
    font-family: unset;
    padding: 6px;
    border: 1px solid gray;
}

    .btnnenroll:hover {
        border: 2px solid gray;
    }

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    bottom: 4rem;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.containerbanner {
    position: relative;
    text-align: center;
}

.centeredbannertext {
    position: absolute;
    left: 21%;
    top: 10%;
    font-size: 3vw;
}

.centeredtext {
    position: absolute;
    top: 1vw;
    left: 2vw;
    font-size: 3vw;
}

.centeredsmalltext {
    position: absolute;
    top: 7vw;
    left: 2.1vw;
    font-size: 2vw;
}

.centeredp {
    position: absolute;
    top: 10vw;
    left: 2.1vw;
    font-size: 2vw;
}

.offerCard {
    position: absolute !important;
    top: 86%
}

.offerCard1 {
    position: absolute !important;
    top: 10vw;
    left: 6vw;
    width: 55vw;
    height: 17vw;
    background-color: #20678d;
    border: 3px solid #fff;
    border-radius: 5px;
}
.offerCard2 {
    position: absolute !important;
    top: 10vw;
    left: 6vw;
    width: 48vw;    
    height: 17vw;
    background-color: #012988;
    border: 3px solid #fff;
    border-radius: 5px;
    text-align:left;
    padding:4px;
}
.morelink {
    font-size: 1vw;
    color: #0c5397;
    font-weight: 600;
}

.boxshadow {
    box-shadow: 2px 2px 5px 0px #646caa;
    padding: 18px;
    font-size: 1.2vw;
    font-weight: 600;
    margin-top: .5rem;
    text-transform: uppercase;
}

.margin-softtext {
    margin-top: 3.5rem;
}

.cardonbanner {
    min-height: 90px;
    max-height: 120px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 3rem;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

@media only screen and (max-width:900px) {
    .carousel-indicators {
        display: none;
    }

    .centeredtext {
        position: absolute;
        top: 2vw;
        left: 2vw;
        font-size: 2.5vw;
    }

    .offerCard1 {
        position: absolute !important;
        top: 20%;
        left: 5%;
        width: 55vw;
        height: 17vw;
        background-color: #20678d;
        border: 3px solid #fff;
        border-radius: 5px;
    }

    .centeredp {
        position: absolute;
        top: 10vw;
        left: 2.1vw;
        font-size: 2vw;
    }
}

@media only screen and (max-width:576px) {
    .mtcard {
        margin-top: 1rem !important;
    }

    .cardonbanner {
        min-height: 0px;
    }

    .centeredtext {
        position: absolute;
        top: 2vw;
        left: 2vw;
        font-size: 2.8vw;
    }

    .offerCard {
        position: absolute !important;
        top: 92%
    }

    .offerCard1 {
        position: absolute !important;
        top: 9vw;
        left: 6vw;
        width: 55vw;
        height: 17vw;
        background-color: #20678d;
        border: 3px solid #fff;
        border-radius: 5px;
    }

    .centeredp {
        position: absolute;
        top: 10vw;
        left: 1.5vw;
        font-size: 2vw;
    }

    .morelink a {
        font-size: 2vw;
        color: #0c5397;
        font-weight: 600;
    }

    .margin-softtext {
        margin-top: 13.5rem;
    }

    .boxshadow {
        box-shadow: 2px 2px 5px 0px #646caa;
        padding: 0;
        font-size: 2vw;
        text-transform: uppercase;
    }

    .btnnenroll {
        font-size: 2vw;
        top: 70%;
        left: 40%
    }

    .textforactualprice {
        font-size: 2.5vw;
        left: 5%;
        top: 47%
    }

    .textforofferprice {
        font-size: 2.5vw;
        left: 5%;
        top: 58%
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }

    .content {
        position: absolute;
        color: #000;
        left: 2%;
        line-height: normal;
        font-size: 2.5vw;
        bottom: 73%
    }

    .homebannerText {
        font-size: 3vw;
    }

    .techTraining {
        font-size: .9em;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .left-lg {
        bottom: 56%;
        position: absolute;
        color: #000;
        left: 10%;
        line-height: 2.5vw;
    }

    .homebannerfont-lg {
        font-size: 2em;
    }

    .sub-head {
        font-size: 1.3em;
    }
}

@media only screen and (min-width:1200px) {
    .left-xl {
        bottom: 50%;
        position: absolute;
        color: #000;
        left: 5%;
        line-height: 2.5vw;
    }

    .TextBanner-xl {
        font-size: 2.5vw;
    }

    .sub-heading-xl {
        font-size: 1.8vw;
        margin-left: 0;
    }
}

.shwbtn {
    justify-content: center;
}

.headfont {
    text-align: center;
    width: 100%;
    font-size: 1rem !important;
    padding-top: 45px;
    padding-bottom: 8px;
}

.wdth {
    width: 100%
}

.font-styling {
    font-size: 20px;
    font-style: italic;
}

.fontsizess {
    font-size: 1.2rem;
}

.batchesstyle {
    font-size: 20px;
}

.cursorstyling {
    cursor: default;
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

body {
    min-height: 100vh;
    font-family: 'Cormorant', serif;
}

.container-fluid1 {
    margin-top: 80px !important;
}

p {
    font-size: 17px;
    margin-bottom: 7px;
}

.small {
    letter-spacing: .5px !important;
}

.outside {
    position: inherit;
    top: -78%
}

.card11 {
    border-radius: 20px !important;
    box-shadow: 2px 2px 5px 0px #646caa;
    transition: .8s;
}

.card-header {
    border-radius: 20px !important;
    background-color: unset;
}

.height-radius {
    height: 3px;
    background-color: #929aec;
    border: 1px solid;
    border-radius: 20px;
}

hr {
    background-color: #929aec;
    border: 1px solid;
    border-radius: 20px;
    width: 70px !important;
}

.card-footer {
    background-color: unset;
}

.bold {
    font-weight: 500;
}

.profile-pic {
    margin-bottom: -5px !important;
}

.quotes {
    position: relative;
    top: -10px;
}

.quotes-down {
    position: relative;
    top: -4px;
}

.name {
    margin-top: -50px !important;
}

.card11:hover {
    transform: scale(.9);
}

.size-font {
    font-size: 1rem;
}

.size-font-sm {
    font-size: 13px;
}

.card-header img {
    border: 5px solid #fff !important;
}

@media only screen and (min-width:1200px) {
    .content-top {
        margin-top: 3.5rem;
    }
}

@media only screen and (min-width:765px) {
    .content-top-lg {
        margin-top: 4rem;
    }
}

@media only screen and (max-width:500px) {
    .wdimg {
        width: 50%
    }
}

@media only screen and (min-width:500px) {
    .subhead {
        font-size: 1rem;
    }
}

@media only screen and (min-width:575px) {
    .xsmallscreen {
        display: block !important;
    }
}

@media only screen and (min-width:600px) {
    .smallscreen {
        display: block !important;
    }

    .fontt-size {
        width: max-content;
    }
}

@media only screen and (min-width:768px) {
    .smallscreen {
        display: none !important;
    }
}

@media only screen and (min-width:992px) {
    .smallscreen {
        display: none !important;
    }
}

@media only screen and (min-width:1200px) {
    .smallscreen {
        display: none !important;
    }
}

.nonclick {
    cursor: auto !important;
}

.style-pointer {
    cursor: pointer;
}

#myImg {
    //border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

    #myImg:hover {
        opacity: .7;
    }

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.textheadingg {
    border-bottom: 2px solid;
    border-color: #000;
    width: fit-content;
}

body {
    overflow-x: hidden;
}

#img {
    cursor: pointer;
}

.linkfont {
    font-style: italic;
}

.uicontent {
    padding: 15px 222px;
    width: 100%;
    display: block;
}

.onlinetraining {
    padding: 0 99px;
}

.onlinetraining2 {
    padding: 0 47px;
}

h3 {
    width: 100%
}

.m20 {
    margin: 20px;
}

.MB10 {
    margin-bottom: 10px;
}

.MB15 {
    margin-bottom: 15px;
}

.MR15 {
    margin-right: 15px;
}

.MR25 {
    margin-right: 25px;
}

.m55 {
    margin: 10px 55px !important;
}

.p20-100 {
    padding: 20px 100px;
}

.p0-15 {
    padding: 0 15px;
}

.p0-30 {
    padding: 0 30px;
}

.p45-100-45-120 {
    padding: 45px 100px 45px 120px;
}

.pt-15 {
    padding-top: 15px;
}

.pb25 {
    padding-bottom: 25px;
}

.allInOnebanner {
    position: relative;
    width: 100%
}

.bannerText {
    position: absolute;
    top: 15%;
    left: 68%;
    transform: translate(-50%, -50%);
    font-size: 2.4vw;
    font-weight: 700;
    color: #fbfb97;
}

.courseCatalogue {
    position: absolute;
    top: 59%;
    left: 23%;
    width: 18%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.liveCourse {
    position: absolute;
    top: 61%;
    left: 42%;
    width: 15%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.accessWebinar {
    position: absolute;
    top: 61%;
    left: 62%;
    width: 18%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.techSupport {
    position: absolute;
    top: 61%;
    left: 80%;
    width: 14%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.membershipButton {
    border: 1px solid;
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4vw;
    color: #fff;
    text-align: center;
    padding: 4px 16px;
    background-color: #09548d;
}

.startBtn {
    position: absolute;
    top: 70%;
    left: 42%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 12px 24px;
    border-radius: unset;
    cursor: pointer;
    font-weight: 700;
}

.enrollBtn {
    position: absolute;
    top: 70%;
    left: 54%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: unset;
    cursor: pointer;
    font-weight: 700;
}

.netFoundation {
    padding: 20px 280px;
    width: 100%;
    display: block;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

    .container-fluid .row {
        margin: 0;
    }

.coursesDiv {
    background-color: #fff;
}

.azureDiv {
    margin: 0 50px;
    padding-bottom: 25px;
    width: 100%
}

.msbiImpImg {
    width: 100%;
    border-radius: 5px;
}

.test:hover {
    box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, .2);
}

.test {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: normal;
    color: #272c37;
    width: 100%;
    min-height: 100px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    padding-right: 54px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 5%;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
    background: #fff;
}

.designLine {
    position: absolute;
    width: 7px;
    height: 43px;
    top: 14px;
    left: 0;
}

.uiDesignDiv {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: normal;
    color: #272c37;
    width: 100%;
    min-height: 230px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    padding-right: 22px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 5%;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
    background: #fff;
}

.testimonialDiv {
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: normal;
    color: #272c37;
    width: 100%;
    //min-height: 598px;
    max-height: 610px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    padding-right: 22px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 5%;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
    background: #fff;
}

.btnDesignDiv {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: normal;
    color: #272c37;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding-left: 20px;
    position: relative;
    padding-right: 54px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    margin-right: 5%;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
    background: #fff;
}

.sw-btn {
    position: absolute;
    top: 30%;
    margin-left: 11px;
    margin-top: 10px;
    font-size: 20px;
    color: #000;
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.swiper-button-prev {
    left: -30px;
}

.swiper-button-next {
    right: -15px;
}

.thumbnail {
    color: #000;
    padding: 0;
    display: block;
    margin-bottom: 20px;
    line-height: 1.828571;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.caption {
    padding-left: 20px;
}

.img-size {
    height: 15px;
    width: 15px;
}

.sirImage {
    height: 200px;
    width: 200px;
}

.imgCenter {
    display: block;
    margin: auto;
}

@media (max-width:768px) {
    .p20-100 {
        padding: 0 20px;
    }

    .netFoundation {
        padding: 20px 100px;
    }
}

.allInOne {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.allInOnecourses {
    color: #fff;
    width: 100%;
    text-align: center;
}

.uiImages {
    width: 100%;
    margin-bottom: 2px;
    border-radius: 5px;
}

.new {
    text-align: center;
    background-color: #e5b72d;
    color: #000;
    border-radius: 8px;
    font-size: 22px;
    padding: 1%;
    display: inline-block;
    font-weight: 700;
}

.btnmore {
    width: 100%
}

.azCourse {
    font-size: 16px;
}

.centered {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    color: #fff;
    //font-size: 2vw;
    font-weight: 400;
    width: 100%
}

.centered1 {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.2;
    width: 100%
}

@media (min-width:920px) and (max-width:1200px) {
    .centered {
        font-size: 1.7vw;
    }
}

@media (min-width:576px) and (max-width:762px) {
    .centered1 {
        font-size: 4vw;
    }

    .new {
        font-size: 2vw;
    }
}

@media (max-width:576px) {
    .centered1 {
        font-size: 6vw;
    }

    .new {
        font-size: 3vw;
    }

    .centered {
        font-size: 4.7vw;
    }
}

.pack {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 400;
    width: 100%;
    font-size: 1.6vw;
}

@media (max-width:1302px) {
    .pack {
        font-size: 1.5vw;
    }
}

@media (max-width:989px) {
    .pack {
        font-size: 3.8vw;
    }
}

@media (max-width:520px) {
    .pack {
        font-size: 4.8vw;
    }
}

.container {
    position: relative;
    text-align: center;
}

.pos {
    position: relative;
}

.fs {
    font-size: 2vw;
}

.ctr {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-family: 'Segoe UI'
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.ft2 {
    font-size: 1.75rem;
}

.Corses {
    width: 100%;
    height: auto;
    opacity: 1.3;
}

.box {
    position: relative;
    display: inline-block;
}

.commonBannerCss {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 50%;
    color: #000;
}

.completeCourse {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 8%
}

.awsCourse {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 26%
}

.smallheading {
    font-size: 1rem;
    text-align: center;
    color: gray;
}

.allliveCourse {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 46%
}

.ptechsupport {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 66%
}

.freeweb {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 85%
}

.fs {
    font-size: 1.2vw;
    color: #000;
}

.fsbtn {
    font-size: 1.75vw;
    margin-bottom: 0;
}

.btnn {
    position: relative;
    display: inline-block;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, .8);
    left: 38%;
    top: 76%;
    color: #e8d348;
    font-family: unset;
    justify-content: center;
    padding: 3px;
}

.box {
    position: relative;
}

.Azure {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 10%;
    text-align: center;
    top: 35%;
    font-family: Arial, sans-serif;
    color: #000;
}

.Net {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 58%;
    right: 0;
    text-align: center;
    top: 40%;
    font-family: Arial, sans-serif;
    color: #fff;
}

.UI {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 14%;
    right: 0;
    text-align: center;
    top: 83%;
    font-family: Arial, sans-serif;
    color: #fff;
}

.Database {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 59%;
    right: 0;
    text-align: center;
    top: 83%;
    font-family: Arial, sans-serif;
    color: #fff;
}

@media (max-width:576px) {
    .sizing {
        font-size: 1.2rem;
    }

    .font-align {
        font-size: .7rem;
        margin-left: -4%
    }

    .UI, .Database {
        top: 74%
    }

    .btnn {
        font-size: 2vw;
    }

    .testimonialDiv {
        min-height: 370px;
    }
}

@media only screen and (max-width:500px) {
    .technologyTraining {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: -40%;
        right: 0;
        text-align: center;
        top: 25%;
        font-family: Arial, sans-serif;
        color: #000;
        font-size: .9rem;
    }

    .Techheading {
        font-size: .5rem;
    }
}

@media (max-width:768px) {
    .uicontent {
        padding: 20px 100px;
    }
}

@media (max-width:992px) {
    .netFoundation {
        padding: 20px 100px;
    }
}

.UIwebdesign {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    right: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #fff;
}

.CSS {
    left: 0;
    top: 2%
}

.bootstrap {
    top: 21%;
    left: 0;
}

.jquery {
    top: 41%;
    left: 0;
}

.angular {
    top: 62%;
    left: 0;
}

.knockout {
    top: 82%;
    left: 0;
}

.ftvw {
    font-size: 1.6vw;
}

.MicrosoftAzureSuite1 {
    display: block;
    width: 100%;
    border-radius: 13px;
}

.MicrosoftAzureSuite {
    display: block;
    width: 100%;
    border-radius: 13px;
}

.fundamental-for-beginners {
    display: block;
    width: 110%;
    border-radius: 5px;
}

.NetFullstackDeveloper {
    display: block;
    width: 125%;
    border-radius: 5px;
}

.UIDevelopment {
    display: block;
    width: 125%;
    border-radius: 5px;
}

.ftrem {
    font-size: 1.2rem;
}

@media (max-width:576px) {
    .modalpopup {
        width: 100% !important;
    }

    .onlinetraining {
        padding: 0 36px;
    }

    .netFoundation {
        padding: 20px 30px;
    }

    .pkgimages {
        padding: 20px 40px;
    }

    .pack {
        font-size: 3.5vw;
    }

    .uicontent {
        padding: 0 35px;
    }
}

@media (max-width:576px) {
    #dblock {
        display: block !important;
    }

    .imgCarousel {
        width: 75% !important;
        margin-left: 3rem;
    }
}

@media(max-width:700px) {
    .modal-content {
        width: 98%
    }

    .ftrem {
        font-size: 1rem;
    }
}

.modalAdClose {
    right: 0 !important;
}

.img-home {
    width: 100%;
    cursor: default;
}

.bbtns {
    width: 100%;
    color: rgba(0, 0, 0, .8);
    font-size: 1.5vw;
}

.btns {
    width: 100%;
    color: rgba(0, 0, 0, .8);
    font-weight: 500;
}

.mrgns {
    margin-bottom: .2rem;
}

.registered-trademarks {
    font-size: .6rem;
    text-align: right;
}

.microsoft-azure-administrator {
    background: #ff8685;
}

.az-204 {
    background: #00b8e1;
}

.az-303 {
    background: #fcc254;
}

.az-304 {
    background: #00d0b0;
}

.az-400 {
    background: #b05edf;
}

.az-500 {
    background: #e65ca8;
}

.dp-200 {
    background: #b05edf;
}

.azure-training {
    justify-content: center;
}

.csharpcourse {
    width: 100%;
    border-radius: 5px;
}

.sqlserver {
    width: 100%;
    border-radius: 5px;
}

.msdotnetlinq {
    width: 100%;
    border-radius: 5px;
}

.javascripticon {
    width: 100%;
    border-radius: 5px;
}

.html5css3 {
    width: 100%;
    border-radius: 5px;
}

.aspdotnetmvc {
    width: 100%;
    border-radius: 5px;
}

.aspdotnetcore {
    width: 100%;
    border-radius: 5px;
}

.projectlive {
    border-radius: 5px;
    width: 100%
}

.html-css {
    width: 100%;
    border-radius: 5px;
}

.BestAngular {
    width: 100%;
    border-radius: 5px;
}

.Bestreactjs {
    width: 100%;
    border-radius: 5px;
}

.img-fluid {
    cursor: context-menu;
}

.imgCenter {
    cursor: context-menu;
}

.uiframes {
    width: 45%
}

.settingswire {
    width: 45%
}

.pageframes {
    width: 45%
}

.desktopframes {
    width: 45%
}

.capwire {
    width: 45%
}

.testimonial-karthik {
    width: 100%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.testimonial-johnson {
    width: 100%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.testimonial-ram {
    width: 100%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.testimonial-tharak {
    width: 100%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.suite-suiteplus {
    left: 48%
}

.gold-styles {
    width: 100%;
    top: 0;
}

.astrick {
    color: red;
}

.about-csharp {
    min-height: 120px;
}

.about-sqlserver {
    min-width: 120px;
}

.about-msdotnetlinq {
    min-height: 120px;
}

.about-javascripton {
    min-height: 120px;
}

.about-html5css3 {
    min-height: 120px;
}

.about-aspdotnetmvc {
    min-height: 120px;
}

.aspdotnetcore {
    min-height: 120px;
}

.projectlive {
    min-height: 120px;
}

.profile-style {
    background-color: #fff;
}

.best-learn {
    padding: 1rem 2rem;
}

.images-padding {
    padding: 25px;
}

.playing-videos {
    justify-content: center;
}

.testimonial-background {
    background-color: #fff;
}

.testimonial-borders {
    border-bottom: 1px solid gray;
}

.testimonial-more {
    width: 100%;
    justify-content: center;
}

.modal-top {
    top: 10%
}

.modal-width {
    max-width: 550px;
}

.modal-padding {
    padding: 0;
}

.btn-styles {
    position: absolute;
    right: 0;
    padding: .27rem .45rem;
    font-size: .7rem;
    font-weight: 900;
}

.carousel-style {
    width: 100%
}

.ms-net-foundation {
    width: 100%;
    justify-content: center;
}

.ui-web {
    background-color: #fff;
}

.row-web {
    width: 100%;
    justify-content: center;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
}

#myImg {
    //border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}

    #myImg:hover {
        opacity: .7;
    }

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.close1 {
    position: absolute;
    //top: 15px;
    right: 1%;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    transition: .3s;
}

    .close1:hover, .close1:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.testimonial-text-karthik {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
}

img {
    cursor: pointer;
}

.linkfont {
    font-style: italic;
}

.uicontent {
    padding: 15px 222px;
    width: 100%;
    display: block;
}

.onlinetraining {
    padding: 0 99px;
}

.onlinetraining2 {
    padding: 0 47px;
}

h3 {
    width: 100%
}

.m20 {
    margin: 20px;
}

.MB10 {
    margin-bottom: 10px;
}

.MB15 {
    margin-bottom: 15px;
}

.MR15 {
    margin-right: 15px;
}

.MR25 {
    margin-right: 25px;
}

.m55 {
    margin: 10px 55px !important;
}

.p20-100 {
    padding: 20px 100px;
}

.p0-15 {
    padding: 0 15px;
}

.p0-30 {
    padding: 0 30px;
}

.p45-100-45-120 {
    padding: 45px 100px 45px 120px;
}

.pt-15 {
    padding-top: 15px;
}

.pb25 {
    padding-bottom: 25px;
}

.allInOnebanner {
    position: relative;
    width: 100%
}

.bannerText {
    position: absolute;
    top: 15%;
    left: 68%;
    transform: translate(-50%, -50%);
    font-size: 2.4vw;
    font-weight: 700;
    color: #fbfb97;
}

.courseCatalogue {
    position: absolute;
    top: 59%;
    left: 23%;
    width: 18%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.liveCourse {
    position: absolute;
    top: 61%;
    left: 42%;
    width: 15%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.accessWebinar {
    position: absolute;
    top: 61%;
    left: 62%;
    width: 18%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.techSupport {
    position: absolute;
    top: 61%;
    left: 80%;
    width: 14%;
    transform: translate(-50%, -50%);
    font-size: 1.4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.membershipButton {
    border: 1px solid;
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4vw;
    color: #fff;
    text-align: center;
    padding: 4px 16px;
    background-color: #09548d;
}

.startBtn {
    position: absolute;
    top: 70%;
    left: 42%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 12px 24px;
    border-radius: unset;
    cursor: pointer;
    font-weight: 700;
}

.enrollBtn {
    position: absolute;
    top: 70%;
    left: 54%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: unset;
    cursor: pointer;
    font-weight: 700;
}

.netFoundation {
    padding: 20px 280px;
    width: 100%;
    display: block;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

    .container-fluid .row {
        margin: 0;
    }

.coursesDiv {
    background-color: #fff;
}

.azureDiv {
    margin: 0 50px;
    padding-bottom: 25px;
    width: 100%
}

.msbiImpImg {
    width: 100%;
    border-radius: 5px;
}

.test:hover {
    box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, .2);
}

.test {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: normal;
    color: #272c37;
    width: 100%;
    min-height: 100px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    padding-right: 54px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 5%;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
    background: #fff;
}

.designLine {
    position: absolute;
    width: 7px;
    height: 43px;
    top: 14px;
    left: 0;
}

.uiDesignDiv {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: normal;
    color: #272c37;
    width: 100%;
    min-height: 230px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    padding-right: 22px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 5%;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
    background: #fff;
}

.testimonialDiv {
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: normal;
    color: #272c37;
    width: 100%;
    //min-height: 598px;
    max-height: 610px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    padding-right: 22px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 5%;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
    background: #fff;
}

.btnDesignDiv {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: normal;
    color: #272c37;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding-left: 20px;
    position: relative;
    padding-right: 54px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    margin-right: 5%;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
    background: #fff;
}

.sw-btn {
    position: absolute;
    top: 30%;
    margin-left: 11px;
    margin-top: 10px;
    font-size: 20px;
    color: #000;
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.swiper-button-prev {
    left: -30px;
}

.swiper-button-next {
    right: -15px;
}

.thumbnail {
    color: #000;
    padding: 0;
    display: block;
    margin-bottom: 20px;
    line-height: 1.828571;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.caption {
    padding-left: 20px;
}

.img-size {
    height: 15px;
    width: 15px;
}

.sirImage {
    height: 200px;
    width: 200px;
}

.imgCenter {
    display: block;
    margin: auto;
}

@media (max-width:768px) {
    .p20-100 {
        padding: 0 20px;
    }

    .netFoundation {
        padding: 20px 100px;
    }
}

.allInOne {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.allInOnecourses {
    color: #fff;
    width: 100%;
    text-align: center;
}

.uiImages {
    width: 100%;
    margin-bottom: 2px;
    border-radius: 5px;
}

.new {
    text-align: center;
    background-color: #e5b72d;
    color: #000;
    border-radius: 8px;
    font-size: 22px;
    padding: 1%;
    display: inline-block;
    font-weight: 700;
}

.btnmore {
    width: 100%
}

.clientLogo {
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

.azCourse {
    font-size: 16px;
}

.centered {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    color: #fff;
    //font-size: 2vw;
    font-weight: 400;
    width: 100%
}

.centered1 {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.2;
    width: 100%
}

@media (min-width:920px) and (max-width:1200px) {
    .centered {
        font-size: 1.7vw;
    }
}

@media (min-width:576px) and (max-width:762px) {
    .centered1 {
        font-size: 4vw;
    }

    .new {
        font-size: 2vw;
    }
}

@media (max-width:576px) {
    .centered1 {
        font-size: 6vw;
    }

    .new {
        font-size: 3vw;
    }

    .centered {
        font-size: 4.7vw;
    }
}

.pack {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 400;
    width: 100%;
    font-size: 1.6vw;
}

@media (max-width:1302px) {
    .pack {
        font-size: 1.5vw;
    }
}

@media (max-width:989px) {
    .pack {
        font-size: 3.8vw;
    }
}

@media (max-width:520px) {
    .pack {
        font-size: 4.8vw;
    }
}

.container {
    position: relative;
    text-align: center;
}

.pos {
    position: relative;
}

.fs {
    font-size: 2vw;
}

.ctr {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-family: 'Segoe UI'
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.ft2 {
    font-size: 1.75rem;
}

.Corses {
    width: 100%;
    height: auto;
    opacity: 1.3;
}

.box {
    position: relative;
    display: inline-block;
}

.commonBannerCss {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 50%;
    color: #000;
}

.completeCourse {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 8%
}

.awsCourse {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 26%
}

.smallheading {
    font-size: .7rem;
    text-align: center;
    color: gray;
}

.allliveCourse {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 46%
}

.ptechsupport {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 66%
}

.freeweb {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 85%
}

.fs {
    font-size: 1.2vw;
    color: #000;
}

.fsbtn {
    font-size: 1.75vw;
    margin-bottom: 0;
}

.btnn {
    position: relative;
    display: inline-block;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, .8);
    left: 38%;
    top: 76%;
    color: #e8d348;
    font-family: unset;
    justify-content: center;
    padding: 3px;
}

.box {
    position: relative;
}

.Net {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 58%;
    right: 0;
    text-align: center;
    top: 40%;
    font-family: Arial, sans-serif;
    color: #fff;
}

.UI {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 14%;
    right: 0;
    text-align: center;
    top: 83%;
    font-family: Arial, sans-serif;
    color: #fff;
}

.Database {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 59%;
    right: 0;
    text-align: center;
    top: 83%;
    font-family: Arial, sans-serif;
    color: #fff;
}

@media (max-width:576px) {
    .Azure, .Net {
        font-size: .8rem;
    }

    .UI, .Database {
        top: 74%
    }

    .btnn {
        font-size: 2vw;
    }

    .testimonialDiv {
        min-height: 370px;
    }
}

@media (max-width:768px) {
    .uicontent {
        padding: 20px 100px;
    }
}

@media (max-width:992px) {
    .netFoundation {
        padding: 20px 100px;
    }
}

@media (min-width:576px) and (max-width:762px) {
    .Azure {
        font-size: .7rem;
    }

    .UI, .Database {
        top: 78%
    }

    .testimonialDiv {
        min-height: 370px;
    }
}

.UIwebdesign {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    right: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #fff;
}

.CSS {
    left: 0;
    top: 2%
}

.bootstrap {
    top: 21%;
    left: 0;
}

.jquery {
    top: 41%;
    left: 0;
}

.angular {
    top: 62%;
    left: 0;
}

.knockout {
    top: 82%;
    left: 0;
}

.ftvw {
    font-size: 1.2vw;
}

.MicrosoftAzureSuite1 {
    display: block;
    width: 100%;
    border-radius: 13px;
}

.MicrosoftAzureSuite {
    display: block;
    width: 100%;
    border-radius: 13px;
}

.NetFullstackDeveloper {
    display: block;
    width: 110%;
    border-radius: 5px;
}

.UIDevelopment {
    display: block;
    width: 110%;
    border-radius: 5px;
}

.MSBI {
    display: block;
    width: 125%;
    border-radius: 5px;
}

.ftrem {
    font-size: 1.2rem;
}

.head {
    font-size: 2rem !important;
}

@media (max-width:576px) {
    .modalpopup {
        width: 100% !important;
    }

    .onlinetraining {
        padding: 0 36px;
    }

    .netFoundation {
        padding: 20px 30px;
    }

    .pkgimages {
        padding: 20px 40px;
    }

    .pack {
        font-size: 3.5vw;
    }

    .uicontent {
        padding: 0 35px;
    }
}

@media (max-width:576px) {
    #dblock {
        display: none;
    }
}

@media(max-width:700px) {
    .modal-content {
        width: 98%
    }

    .ftrem {
        font-size: 1rem;
    }
}

.modalAdClose {
    right: 0 !important;
}

.img-home {
    width: 100%;
    cursor: default;
}

.bbtns {
    width: 100%;
    color: rgba(0, 0, 0, .8);
    font-size: 1.5vw;
}

.btns {
    width: 100%;
    color: rgba(0, 0, 0, .8);
    font-weight: 500;
}

.mrgns {
    margin-bottom: .2rem;
}

.registered-trademarks {
    font-size: .6rem;
    text-align: right;
}

.microsoft-azure-administrator {
    background: #ff8685;
}

.az-204 {
    background: #00b8e1;
}

.az-303 {
    background: #fcc254;
}

.az-304 {
    background: #00d0b0;
}

.az-400 {
    background: #b05edf;
}

.az-500 {
    background: #e65ca8;
}

.dp-200 {
    background: #b05edf;
}

.azure-training {
    justify-content: center;
}

.csharpcourse {
    width: 100%;
    border-radius: 5px;
}

.sqlserver {
    width: 100%;
    border-radius: 5px;
}

.msdotnetlinq {
    width: 100%;
    border-radius: 5px;
}

.javascripticon {
    width: 100%;
    border-radius: 5px;
}

.html5css3 {
    width: 100%;
    border-radius: 5px;
}

.aspdotnetmvc {
    width: 100%;
    border-radius: 5px;
}

.aspdotnetcore {
    width: 100%;
    border-radius: 5px;
}

.projectlive {
    border-radius: 5px;
    width: 100%
}

.html-css {
    width: 100%;
    border-radius: 5px;
}

.BestAngular {
    width: 100%;
    border-radius: 5px;
}

.Bestreactjs {
    width: 100%;
    border-radius: 5px;
}

.img-fluid {
    cursor: context-menu;
}

.imgCenter {
    cursor: context-menu;
}

.uiframes {
    width: 45%
}

.settingswire {
    width: 45%
}

.pageframes {
    width: 45%
}

.desktopframes {
    width: 45%
}

.capwire {
    width: 45%
}

.testimonial-karthik {
    width: 100%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.testimonial-johnson {
    width: 100%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.testimonial-ram {
    width: 100%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.testimonial-tharak {
    width: 100%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.MSBI {
    display: block;
    width: 110%;
    border-radius: 5px;
}

.suite-suiteplus {
    left: 48%
}

.gold-styles {
    width: 100%;
    top: 0;
}

.astrick {
    color: red;
}

.about-csharp {
    min-height: 120px;
}

.about-sqlserver {
    min-width: 120px;
}

.about-msdotnetlinq {
    min-height: 120px;
}

.about-javascripton {
    min-height: 120px;
}

.about-html5css3 {
    min-height: 120px;
}

.about-aspdotnetmvc {
    min-height: 120px;
}

.aspdotnetcore {
    min-height: 120px;
}

.projectlive {
    min-height: 120px;
}

.profile-style {
    background-color: #fff;
}

.best-learn {
    padding: 1rem 2rem;
}

.images-padding {
    padding: 25px;
}

.playing-videos {
    justify-content: center;
}

.testimonial-background {
    background-color: #fff;
}

.testimonial-borders {
    border-bottom: 1px solid gray;
}

.testimonial-more {
    width: 100%;
    justify-content: center;
}

.modal-top {
    top: 10%
}

.modal-width {
    max-width: 550px;
}

.modal-padding {
    padding: 0;
}

.btn-styles {
    position: absolute;
    right: 0;
    padding: .27rem .45rem;
    font-size: .7rem;
    font-weight: 900;
}

.carousel-style {
    width: 100%
}

.ms-net-foundation {
    width: 100%;
    justify-content: center;
}

.ui-web {
    background-color: #fff;
}

.row-web {
    width: 100%;
    justify-content: center;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
}

.card-body {
    margin-bottom: 1rem;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 0;
    border-radius: unset;
    outline: 0;
}

.img-padding {
    padding: 1rem 9rem;
}

@media (max-width:992px) {
    .img-padding {
        padding: 1rem 2rem;
    }
}

.card-shadow {
    box-shadow: 0 10px 20px rgb(0 0 0/6%), 0 4px 8px rgb(0 0 0/6%);
}

.text-black {
    color: #000;
}

.img-wd {
    width: 100px;
}

.mt-25 {
    margin-top: 2rem;
}

.pointer {
    cursor: pointer;
}
