﻿


* {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}


    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


h3 {
    font-size: 22px;
}


html, body {
    font-family: 'Mulish';
    overflow-x: hidden !important;
}
/*First Section*/
/*BreadCrumb*/

.breadcrumbb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}


    .breadcrumbb ul li a, .breadcrumbb ul li span {
        font-size: 14px;
        color:#fff;
    }

.breadcrumbb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 10px;
    list-style: none;
    color: #fff;
    margin-top: -10px;
}

    .breadcrumbb li:not(:last-child)::after {
        display: inline-block;
        color:black;
        margin: 0 .25rem;
        content: ">";
    }


.headingTitle {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 126%;
    margin-top: 100px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}


@media screen and (max-width:500px) {
    .headingTitle {
        font-size: 28px;
        text-align: center;
    }
}


.contactExpert {
    background: #FAFAFA;
    box-shadow: 0px 4px 6px -4px rgba(24, 39, 75, 0.12), 0px 8px 8px -4px rgba(24, 39, 75, 0.08);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 110%;
}

.contactExpert1 {
    display: none;
}


.contactExpert1 {
    background: #FAFAFA;
    box-shadow: 0px 4px 6px -4px rgba(24, 39, 75, 0.12), 0px 8px 8px -4px rgba(24, 39, 75, 0.08);
    border-radius: 4px;
    margin-bottom: 20px;
    width: 110%;
}


@media screen and (max-width:768px) {
    .contactExpert {
        display: none;
    }


    .contactExpert1 {
        width: 100%;
    }

    .breadcrumbb {
        display: none;
    }

    .headingTitle {
        margin-top: -10px;
    }
}

.in1 {
    width: 90%;
    margin: auto;
}


.paraline {
    width: 15%;
    margin-left: 43%;
    background-color: #E7861A;
    height: 3px;
}

.btnEnqsubmit {
    background-color: #1B76C5;
    border-radius: 4px;
    min-width: 185px;
    color: #fff;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}


.btnEnqsubmit:hover {
    background-color: #167fdb;
    border-radius: 4px;
    min-width: 185px;
    color: #fff!important;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}


/*Second section*/

.contents {
    list-style-type: decimal;
    margin-left: 20px;
    line-height:29px;
}


    .contents a {
        font-size: 16px;
    }



.testmonials {
    width: 122%;
    margin-left: -22px;
}


.profName{
    color:white;
    text-align:center;
}

.profCourse {
    color: white;
    text-align: center;
}

.profDesig {
    color: white;
    text-align: center;
}


.aboutExpert {
    background: #F8F8F8;
    border: 0.3px solid #919191;
    width: 110%;
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
    border-radius: 3px;
    margin-bottom: 10px;
}


@media screen and (max-width:768px) {
    .aboutExpert {
        width: 100%;
    }

    .aboutWebinar {
        width: 100% !important;
    }


    .testmonials {
        width: 110%!important;
        
    }
}


.myauthor {
    font-family: 'Mulish';
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
}


.myaudthordesig {
    font-family: 'Mulish';
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    margin-top: -15px;
}

.myauthordesc {
    font-family: 'Mulish';
    font-weight: 300;
    text-align: center;
    font-size: 15px;
}

.readmore {
    font-family: 'Mulish';
    font-weight: 500;
    color: #1B76C5;
}



h2 {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 23px !important;
}


.aboutWebinar {
    background: #F3F3F3;
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
    width: 110%;
}





.commonpara {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}


.bigpoint li {
    list-style-type: disc;
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 18px;
    margin-left: 40px;
    margin-bottom: 10px;
    color: #000;
}


.subpoint {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    color: #000000;
}



.swipee {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}



.cardswipee .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    border-radius: 2px;
}


.cardtitle {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding: 20px;
    color: #000000;
}



.explorebtn {
    background-color: #ffffff;
    padding: 8px 20px;
    color: #1B76C5;
    text-align: center;
    font-size: 14px;
    border: 1px solid #1B76C5;
    font-weight: 400;
    margin-left: 20px;
}

    .explorebtn:hover {
        background-color: #1B76C5 !important;
        color: #fff;
        text-decoration: none;
    }

.comnt1 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
}

.comnt2 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #707070;
}

.comntname {
    font-family: 'Mulish';
    font-weight: 500;
    font-size: 22px;
}


.postcommentbtn {
    background-color: #1B76C5;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    min-width: 230px;
    border: 1px solid #1B76C5;
    font-weight: 400;
    margin-left: 20px;
    border-radius: 5px;
    margin-top: 10px;
   
}


.postcommentbtn1 {
    background-color: #1B76C5;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    min-width: 180px;
    border: 1px solid #1B76C5;
    font-weight: 400;
    
    border-radius: 5px;
    margin-top: 10px;
}


.postcommentbtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #094579;
}

.postcommentbtn1:hover {
    text-decoration: none;
    color: #fff;
    background-color: #094579;
}

.swiper {
    width: 90%;
}






.swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0.7;
    transition: all 0.3s ease;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        opacity: 1;
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        color: #E7861A;
        font-weight: 900;
    }

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        color: #E7861A;
        font-weight: 900;
    }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #E7861A;
}


.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%;
}









.footerr {
    background-color: #1B76C5;
    height: 40px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

@media screen and (max-width:425px) {
    .footerSpan1 {
        margin-left: -10px !important;
    }

    .footerSpan2 {
        /*margin-right: 40px!important;*/
        color:#fff;
    }

    ::-webkit-scrollbar {
        display: none !important;
    }

    .modal-backdrop{
        z-index:1;
    }


}





.modal0 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content0 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


@media screen and (max-width:999px) {
    .modal-content0 {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }
}


#close {
    margin-top: -62px;
    margin-left: -40px;
}

/*

.section .card .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.swiper-pagination {
    position: absolute;
    display: none;
}

.swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0.7;
    transition: all 0.3s ease;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        opacity: 1;
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        color: #E7861A;
        font-weight: 900;
    }

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        color: #E7861A;
        font-weight: 900;
    }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #E7861A;
}

@media only screen and (max-width: 980px) {
    .swiper-button-prev:after, .swiper-rtl .n3 .swiper-button-next:after {
        margin-right: 54px;
        margin-top: -5px;
    }


    .swiper-button-next:after, .swiper-rtl .p3 .swiper-button-prev:after {
        margin-right: -60px;
        margin-top: 0px;
    }
}*/

.mymt1 .mt-3 > a {
    display: flex;
    color:#fff;
}

.mymt2 .mt-3 > a {
    display: flex;
    color: #fff;
}

.mymt3 .mt-3 > a {
    display: flex;
    color: #fff;
}

.mymt4 .mt-3 > a {
    display: flex;
    color: #fff;
}

.mymt5 .mt-3 > a {
    display: flex;
    color: #fff;
}


footer a{
    color:#fff;
}
