<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: proxima;
    src: url('../../assets/fonts/ProximaNova-Regular.ttf');
}

body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 16px !important;
    font-family: 'proxima' !important;
}
/*.container{
    width: 90% !important;
}*/
.bnr {
    width: 100%;
    display: block;
    position: relative;
}

.srchBox {
    width: 90%;
    display: block;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.21);
    position: absolute;
    bottom: -50px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
}

.inpt {
    position: relative;
    border-radius: 50px;
    background-color: #f0eded;
    height: 50px;
}

.srchBTN {
    display: block;
    position: absolute;
    right: 21px;
    top: 19px;
    border-radius: 50px;
    background-color: #0793d1;
    color: #fff;
    padding: 10px 50px;
    border: none;
    height: 50px;
}

.filtrBox {
    width: 100%;
    display: flex;
    padding: 15px;
    padding-bottom: 0px;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

    .filtrBox input {
        margin-right: 10px;
    }

        .filtrBox input:nth-child(2) {
            margin-left: 10px;
            margin-right: 10px;
        }

.almrgn {
    width: 100%;
    display: block;
    margin-top: 100px;
}

.tab {
    display: block;
    width: 100%;
    margin-bottom:10px;
}

    .tab button.active {
        background-color: #0793d1;
        color: #fff;
    }

/*    .tab button {
        display: block;
        width: 100%;
        margin: 20px 0px;
        padding: 20px;
        background: #fff;
        border: 1px solid #0793d1;
        cursor: pointer;
        border-radius: 50px;
    }*/

/* .tab button:nth-child(1) {
            margin-top: 0px;
        }

        .tab button:focus {
            background-color: #0793d1;
            color: #fff;
        }*/
.carousel-control.left, .carousel-control.right {
    left: 0;
    z-index: 1;
}
.tbContent1 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.21);
    background-image: url('../../assets/img/cardBg.png');
    background-repeat: no-repeat;
    height: 332px;
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
    padding: 130px 0px;
}

.tbContent2 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.21);
    background-image: url('../../assets/img/cardBg.png');
    background-repeat: no-repeat;
    height: 332px;
    background-size: 100%;
    background-position: bottom;
    border-radius: 20px;
    padding: 130px 0px;
}

.tbContent3 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.21);
    background-image: url('../../assets/img/cardBg.png');
    background-repeat: no-repeat;
    height: 332px;
    background-size: 100%;
    background-position: bottom;
    border-radius: 20px;
    padding: 130px 0px;
}

.tbContent4 {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.21);
    background-image: url('../../assets/img/cardBg.png');
    background-repeat: no-repeat;
    height: 332px;
    background-size: 100%;
    background-position: bottom;
    border-radius: 20px;
    padding: 130px 0px;
}

.tabcontent p {
    text-align: center;
    font-size: 22px;
   
}

* {
    padding: 0px;
    margin: 0px;
}
.tablinks:nth-child(1) {
    margin-top: 3px
}
.tablinks {
    display: block;
    margin: 20px 0px;
    padding: 20px;
    background: #fff;
    border: 1px solid #0793d1;
    cursor: pointer;
    border-radius: 50px;
    width: 100%;
}

.venderTbl {
    width: 100%;
}
    .venderTbl table {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
        height: 700px;
        overflow:hidden;
        overflow-y: scroll;
        background-color: #fff;
    }
    .venderTbl table thead{
        position:sticky;
        top: 0px;
    }

    .venderTbl table tr {
        width: 100%;
        height: 100%;
        display: inline-table;
    }

            .venderTbl table tr th {
                background-color: #0793d1;
                color: #fff;
                text-align: center;
                height: 64px;
                vertical-align: middle;
            }

            .venderTbl table tr td:nth-child(2) {
                border-left: 1px solid #0793d1;
            }

    .venderTbl input[type="text"] {
        border-radius: 50px;
        border-style: none;
        position: relative;
    }

    .venderTbl button {
        border-radius: 50px;
        border-style: none;
        position: absolute;
        top: -4px;
        right: 0px;
        background-color: #0793d1;
        color: #fff;
        padding: 8px 15px;
    }
    .venderTbl table tr form
    {
        position: relative;
    }

    .venderTbl table tr td a {
        color: black;
        text-decoration: none;
    }

.venderCont {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 30px;
}

    .venderCont #v1 {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 25%;
        display: block;
        opacity: 0.1;
    }

    .venderCont #v2 {
        position: absolute;
        right: 0px;
        bottom: 0px;
        transform: rotate(270deg);
        width: 25%;
        display: block;
        opacity: 0.1;
    }
#vendrTech table td{
    width: 50%;
}
.arrowCont {
    width: 100%;
    display: flex;
  justify-content:center;
  margin-top: 30px;
}
    .arrowCont i
    {
        font-size: 18px;
        color: #0793d1;
        font-weight: bold;
    }
.leftArrow {
    width: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.21);
    height: 50px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    cursor:pointer;
}
    .leftArrow i {
        font-size: 18px;
        color: #0793d1;
        font-weight: bold;
    }
    .leftArrow2 i {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        margin: 5px;
        cursor:pointer;
    }

    .loIcon {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 13px;
    }

    .loIcon img {
        width: 50%;
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }

.hding {
    width: 100%;
    display: block;
    padding: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.hding2 {
    width: 100%;
    display: block;
    padding: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.webImg
{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
}
    .webImg img
    {
        width: 100%;
        height: 100%;
        object-fit:cover;
    }
    .RegIcon {
        width: 100%;
        display: block;
        text-align: center;
    }

    .RegIcon img {
        padding: 15px;
        width: 35%;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
        border-radius: 15px;
        margin-bottom: 10px;
    }

.anim {
    position: relative;
}

.arAnim {
    width: 60%;
    border: 2px dashed #000;
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    left: -115px;
}

    .arAnim img {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        animation-name: leftRt;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

@keyframes leftRt {
    from {
        left: 0px;
    }

    to {
        left: 180px;
    }
}

.pLogo {
    width: 100%;
    display: block;
}

    .pLogo img {
        width: 80%;
        margin: auto;
        display: block;
        -webkit-filter: grayscale(1) invert(1);
        filter: grayscale(1) invert(1);
        transition: 0.4s;
        cursor: pointer;
        aspect-ratio: 3/2;
        object-fit: contain;
    }

        .pLogo img:hover {
            filter: none;
            background-color: #fff;
            padding: 10px;
            border-radius: 20px;
        }


.bgPartner {
    background-image: url('../../assets/img/partnerBG.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.cLogo {
    width: 100%;
    display: block;
    margin: 8px;
    text-align: center;
}

    .cLogo img {
        width: 100%;
        display: block;
        filter: grayscale(1);
        cursor: pointer;
        transition: 0.5s;
    }

        .cLogo img:hover {
            filter: none;
        }

.veiwMor {
    width: 100%;
    display: block;
    padding: 20px 0px;
    text-align: center;
}

    .veiwMor a {
        color: #0793d1;
        font-weight: bold;
        text-decoration: underline;
    }

.counterCont {
    width: 100%;
    display: block;
    background-image: url('../../assets/img/counterBg.jpg');
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 80px;
    height: 350px;
}

.countrBox {
    width: 100%;
    display: block;
    margin-top: -45px;
}

    .countrBox img {
        width: 100%;
        display: block;
    }

.countrNumBox {
    width: 100%;
    display: block;
    text-align: center;
}

    .countrNumBox p:nth-child(1) {
        font-size: 40px;
        color: #0793d1;
        font-weight: bold;
    }

.mrgn {
    margin-top: 30px;
    padding-top: 30px;
}

.card {
    margin: 0 auto;
    border: none !important;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;
    height: 560px
}

.card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}

.card .carousel-caption .col-sm-9 {
    text-align: left;
}

.card .carousel-control-prev,
.card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    font-size: 14px;
    background-color: #cd3a54;
    height: 32px;
    line-height: 32px;
    width: 32px;
    display: none;
}

    .carousel-control-prev-icon:hover,
    .carousel-control-next-icon:hover {
        opacity: 0.85;
    }

.slide {
    overflow: hidden;
}

.carousel-control-next {
    position: static !important;
}

.carousel-control-prev {
    position: static !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto !important;
}

.midline {
    width: 60px;
    border-top: 1px solid #d43025;
}

.carousel-caption {
    position: static !important;
    color: #000 !important;
    overflow: visible !important;
}

    .carousel-caption h2 {
        font-size: 14px;
    }

        .carousel-caption h2 span {
            color: #cd3a54;
        }

@media (min-width: 320px) and (max-width: 575px) {
    .carousel-caption {
        position: relative;
    }

    .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

        .card .carousel-caption img {
            margin: 0 auto;
        }

    .carousel-control-prev {
        left: 35%;
        top: 105%;
    }

    .carousel-control-next {
        right: 35%;
        top: 105%;
    }

    .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .carousel-caption {
        position: relative;
    }

    .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

        .card .carousel-caption img {
            margin: 0 auto;
        }

        .card .carousel-caption h3,
        .card .carousel-caption small {
            text-align: center;
        }

    .carousel-control-prev {
        left: 35%;
        top: 105%;
    }

    .carousel-control-next {
        right: 35%;
        top: 105%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

.testimonialCont {
    border: 1px solid #0793d1;
    background: #fff;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 80px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}

.TestimonialimgBox {
    position: absolute;
    top: -24%;
    left: 50%;
    transform: translate(-50%, 50%);
}

    .TestimonialimgBox img {
        border-radius: 50%;
    }

.TestimonialtextBox {
    position: relative;
    padding: 48px 10px;
    padding-top: 135px;
    height:300px;
}

.tesFootBox {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}

    .tesFootBox span:nth-child(1) {
        background-color: #f5fafd;
        border-radius: 50px;
        color: #000;
        width: 345px;
        position: absolute;
        left: 50px;
        top: -5px;
        padding: 5px 25px;
    }

        .tesFootBox span:nth-child(1) h4 {
            font-size: 18px;
        }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px !important;
    padding: 0px !important;
}
.AwtextArea h5
{
    font-size: 16px;
    font-weight: bold;
}
.owl-carousel .owl-stage-outer {
    padding: 0px !important;
    padding-bottom: 30px !important;
}

.tesFootBox span:nth-child(2) {
    position: absolute;
    right: 50px;
    top: -5px;
}

.btncarusal {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0px;
    justify-content: center;
}

.awardMainCont {
    width: 100%;
    display: block;
    background-image: url('../../assets/img/awardsBG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 120px;
    position: relative;
    padding-top: 86px;
}

.box-area {
    background-color: #fff;
    padding: 8px;
    border-top-left-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0,.8);
}

.post-imgg img {
    width: 100%;
    display: block;
}

.AwtextArea {
    padding: 20px 5px;
}

.aw-img {
    width: 100%;
    display: block;
    overflow: hidden;
    border-top-left-radius: 50px;
}

    .aw-img img {
        width: 100%;
        display: block;
        overflow: hidden;
    }

.subCont {
    width: 80%;
    float: left;
    background-color: #ede1d0;
    color: #000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: -50px;
    left: 0px;
}

.subIcnBx {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 10px 0px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    height: 100%;
}

    .subIcnBx img {
        width: 30%;
        margin-top: -30px;
    }

    .subIcnBx form {
        width: 100%;
    }

        .subIcnBx form input {
            position: relative;
            height: 50px;
            border-radius: 50px;
            width: 95%;
        }

        .subIcnBx form input {
            position: relative;
        }

        .subIcnBx form button {
            position: absolute;
            top: 28px;
            right: 42px;
            background-color: #d22d3b;
            color: #fff;
            border-radius: 50px;
            border-style: none;
            padding: 15px 25px;
            font-size: 18px;
        }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding: 30px 0px;
}
.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.owl-prev {
    padding: 10px;
    background-color: #0793d1;
    color: #fff;
    margin: 5px;
    cursor:pointer;
}
.owl-middle {
    padding: 10px;
    background-color: #0793d1;
    color: #fff;
    margin: 5px;
    cursor: pointer;
}
.owl-next {
    padding: 10px;
    background-color: #0793d1;
    color: #fff;
    margin:5px;
}
.webinarInstImg {
    width: 100%;
    display: block;
    text-align: center;
}

    .webinarInstImg img {
        width: 100%;
        display: block;
        border-radius: 50%;
        border: 8px solid #0793d1;
    }

    .webinarInstImg p {
        font-weight: 700;
        font-size: 18px;
        margin: 0px;
        margin-top: 10px;
    }

    .webinarInstImg span {
        font-size: 14px;
    }

.websinarMainContainer {
    background-color: #e6edee;
    padding-bottom: 30px;
    margin-top:30px;
}

.webinarCont {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.21);
}

.webinarTxt {
    display: flex;
    color: #0793d1;
    align-content: center;
    align-items: center;
}

.WebinarvenderLogo {
    display: flex !important;
    align-content: center;
    align-items: end;
    justify-content: flex-end;
}

    .WebinarvenderLogo img {
        float: right;
        display: flex !important;
        width: 50% !important;
        justify-content: right;
    }

.webinarTopic {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 5px 0px;
}

.webinarDate {
    width: 100%;
    display: block;
    text-align: center;
    border-right: 2px solid #0793d1;
    height: 100%;
    vertical-align: middle;
    padding-top: 12px;
}

.webinarbuttn {
    width: 100%;
    display: block;
}

    .webinarbuttn button {
        width: 80%;
        display: block;
        background-color: #d22d3b;
        color: #fff;
        padding: 5px;
        border: none;
        border-radius: 50px;
        margin: auto;
        margin-top: 12px;
    }


.tableToggle {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
    /*.tableToggle button{
    background-color:#0793d1;
    color:#fff;
    border-radius: 50px;
    border:none;
    margin: 10px;
    padding: 10px 25px;
}*/
    .tableToggle button {
        background-color: #fff;
        color: #0793d1;
        border-radius: 50px;
        border: 1px solid #0793d1;
        margin: 10px;
        padding: 10px 25px;
    }

        .tableToggle button:focus {
            background-color: #0793d1;
            color: #fff;
            border-radius: 50px;
            border: none;
            margin: 10px;
            padding: 10px 25px;
        }

.carousel-indicators li {
    background-color: #0793d1;
    margin-top: -110px;
}

#vebdrbtns {
    display: none;
}

#bnerSM {
    display: none;
}
/*Responsive design*/

@media (min-width: 1920px){
    .subIcnBx form button {
        top: 31px;
    }
}
@media (max-width:991px) {
    body {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .venderTbl {
        height: 500px;
    }

        .venderTbl table {
            height: 455px;
            overflow-y: scroll;
        }

    .hding {
        font-size: 18px;
        padding: 20px 0px;
    }
        .hding p {
            font-size: 18px !important;
        }

        .hding2 {
            font-size: 18px;
            padding: 20px 0px;
        }

    .hding2 p {
        font-size: 18px !important;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 14px;
    }

    .webinarbuttn button {
        width: 80%;
        display: block;
        background-color: #d22d3b;
        color: #fff;
        padding: 8px;
        border: none;
        margin-top: 10px;
        border-radius: 50px;
        margin: auto;
        margin-top: 10px;
    }

    .arAnim {
        width: 60%;
        border: 2px dashed #000;
        position: absolute;
        top: 23%;
        transform: translateY(-50%);
        left: -72px;
    }

        .arAnim img {
            width: 20%;
        }

    @keyframes leftRt {
        from {
            left: 0px;
        }

        to {
            left: 115px;
        }
    }

    .websinarMainContainer {
        background-color: #e6edee;
        padding: 0px 0px;
        margin-top: 30px;
    }

    .countrNumBox p:nth-child(1) {
        font-size: 18px;
    }

    .counterCont {
        height: 315px;
    }

    .mrgn {
        margin-top: 12px;
        padding-top: 30px;
    }

    .TestimonialimgBox {
        top: -17%;
    }

    .TestimonialtextBox {
        position: relative;
        padding: 67px 10px;
        padding-top: 100px;
    }

    .tesFootBox img {
        width: 50% !important;
    }

    .venderCont {
        width: 100%;
        display: block;
        position: relative;
        height: 500px;
        overflow: hidden;
    }

    .tesFootBox span:nth-child(2) {
        position: absolute;
        right: -25px;
        top: 17px;
    }

    #bner {
        display: none;
    }

    #bnerSM {
        display: block;
    }
    .subIcnBx form button {
        position: absolute;
        top: 11px;
        right: 29px;
        background-color: #d22d3b;
        color: #fff;
        border-radius: 50px;
        border-style: none;
        padding: 15px 25px;
        font-size: 18px;
    }
}


@media (max-width:767px) {
    .tab {
        display: flex;
        width: 100%;
        align-content: center;
        align-items: baseline;
        overflow-x: scroll;
    }
    #lgo
    {
        display: none;
    }
    .cLogo img {
        width: 70%;
        margin: auto;
    }
    .pLogo img {
        width: 60%;
        margin: auto;
    }
    /* .tab button {
            padding: 8px;
            margin: 15px 8px;
        }
*/
    .tablinks {
        flex-basis: 140;
        flex-grow: 0;
        flex-shrink: 0;
        width: auto;
        margin: 5px 7px;
        padding: 8px
    }

    #vebdrbtns {
        display: block;
    }
    .AwtextArea h5 {
        font-size: 12px;
        font-weight: bold;
    }
    #vendrCourses {
        display: none;
    }

    .RegIcon img {
        padding: 15px;
        width: 70%;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
        border-radius: 15px;
        margin-bottom: 10px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: visible !important;
        height: 368px;
    }
    .arAnim {
        width: 30%;
        border: 2px dashed #000;
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
        left: -25px;
    }

        .arAnim img {
            width: 50%;
        }

    @keyframes leftRt {
        from {
            left: 0px;
        }

        to {
            left: 30px;
        }
    }

    .webinarInstImg img {
        width: 95% !important;
        display: block;
        border-radius: 50%;
        border: 8px solid #0793d1;
        margin: auto !important;
    }

    .WebinarvenderLogo img {
        float: right;
        display: flex !important;
        width: 43% !important;
        justify-content: right;
    }

    .webinarTopic {
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        padding: 15px 0px;
    }

    .countrBox img {
        width: 50%;
        display: block;
        margin: auto;
    }

    .countrNumBox p:nth-child(1) {
        font-size: 18px;
        color: #0793d1;
        font-weight: bold;
    }

    .mrgn {
        margin-top: 0px;
        padding-top: 23px;
    }

    .countrBox {
        width: 100%;
        display: block;
        margin-top: -84px;
    }

    .countrNumBox {
        margin-top: 15px;
    }



    .counterCont {
        height: 360px;
    }

    .subIcnBx {
        display: flex;
        align-items: center;
        align-content: center;
        padding: 0px 0px;
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
        height: 100%;
        padding-bottom: 10px;
    }

        .subIcnBx form button {
            top: 0px;
            right: 29px;
            font-size: 14px;
            padding: 8px 25px;
        }
    .awardMainCont {
        width: 100%;
        display: block;
        background-image: url(../../assets/img/awardsBG.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 106px;
        position: relative;
        padding-top: 40px;
    }
    .subCont {
        width: 90%;
    }

    .filtrBox {
        font-size: 14px;
    }

    .carousel-indicators {
        display: none;
    }

    .srchBTN {
        padding: 0px 16px;
        height: 25px;
    }

    .inpt {
        position: relative;
        height: 25px;
    }
    /*   .tab button {
        padding: 7px;
        margin: 15px 8px;
        font-size: 14px;
        width: 100px;
    }*/

    .tbContent1 {
        height: 150px;
        padding: 51px 0px;
    }

    .tbContent2 {
        height: 150px;
        padding: 40px 0px
    }

    .tbContent3 {
        height: 150px;
        padding: 40px 0px
    }

    .tbContent4 {
        height: 150px;
        padding: 40px 0px
    }

    .tabcontent p {
        width: 100%;
        font-size: 16px;
    }

    .TestimonialimgBox {
        position: absolute;
        top: -16%;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .TestimonialtextBox {
        padding: 42px 10px;
        padding-top: 135px;
    }

    .TestimonialtextBox {
        position: relative;
        padding: 41px 10px;
        padding-top: 108px;
    }

    .tesFootBox img {
        width: 50% !important;
        float: right;
    }
    #mrsm
    {
        margin-top: 18px;
    }



    .tesFootBox span:nth-child(1) {
        background-color: #f5fafd;
        border-radius: 50px;
        color: #000;
        width: 180px;
        position: absolute;
        left: 34px;
        top: -5px;
        padding: 5px 15px;
    }

    .tesFootBox span:nth-child(2) {
        position: absolute;
        right: 17px;
        top: 13px;
    }

    .filtrBox {
        width: 100%;
        display: flex;
        padding: 2px;
        padding-bottom: 0px;
        align-content: center;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    .filtrBox {
        font-size: 11px;
    }
    .subIcnBx form input {
        position: relative;
        height: 30px;
        border-radius: 50px;
        width: 95%;
    }
    .tesFootBox span:nth-child(1) h4 {
        font-size: 14px;
    }

}

@media (max-width:600px){
    .TestimonialtextBox {
        position: relative;
        padding: 41px 10px;
        padding-top: 140px;
    }
    .TestimonialimgBox {
        position: absolute;
        top: -24%;
        left: 50%;
        transform: translate(-50%, 50%);
    }
    .awardMainCont {
        padding-top: 60px;
    }
    .TestimonialtextBox {
     
        height: 340px;
    }
}

@media (max-width:450px) {
    .mrgn {
        margin-top: 0px;
        padding-top: 0px;
    }

    .testimonialCont {
        margin-top: 50px;
    }

    .TestimonialimgBox {
        position: absolute;
        top: -23%;
        left: 50%;
        transform: translate(-50%, 50%);
    }
    .TestimonialtextBox {
        position: relative;
        padding: 60px 10px;
        padding-top: 136px;
    }
}


@media (max-width:395px) {

    .testimonialCont {
        margin-top: 60px;
    }

    .TestimonialimgBox {
        position: absolute;
        top: -15%;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .arAnim {
        top: 15%;
        left: -20px;
    }

    .venderTbl {
        height: 410px;
    }



    .venderCont {
        padding: 0px 0px;
    }

    .hding {
        font-size: 18px;
    }

    .hding2 {
        font-size: 18px;
      
    }

    .websinarMainContainer {
        margin-top: 30px;
    }

    
}
</pre></body></html>