﻿body {
}

input, select, textarea {
    width: 100%;
    max-width: 100%;
}

ol, ul, li {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
}

.navbar {
    background-color: #62c1e5;
    
}

.nav-link {
    display: block;
    color: #1c1c84;
    margin-left:25px;
    font-size:1.1rem;
    text-transform:capitalize;
}
    .nav-link:hover{
        color:#ffffff;
    }
    @media only screen and (max-width:768px) {
        .nav-link {
        font-size: 0.8rem; /* Mobile */
        margin-left:2px;
    }
}
.social {
}

    .social ul {
        list-style: none;
        margin-top:10px;
        margin-bottom:10px;
    }

        .social ul li {
            display: inline-block;
            padding: 5px;
        }

    .social a {
        text-decoration: none;
        margin-right: 5px;
    }
@media only screen and (max-width:768px){
    .social .socialicon {
        display:none !important;
        /*visibility:hidden;*/
        background-color:red;
    }
    .social ul li {
        padding: 0px;
    }
    .social a {
        text-decoration: none;
        margin-right: 0px;
        font-size:14px;
    }
    .phoneemail{
        flex-direction:row;
        justify-content:flex-start !important;
        gap:0;
    }

}
    
/*carousel*/
.carousel-inner h1 {
    font-family: 'Times New Roman';
    font-size: 50px;
    color: #ffffff;
    text-transform: capitalize;
}

.carousel-inner p {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Times New Roman';
}
.carousel-caption{
    bottom:5rem;
}
/*End carousel*/
/*Begin home Page*/
/*Begin Banner*/
.banner {
    background-image: url(..//Images/Banner/serv-business.jpeg);
    height: 500px;
    width: 100%;
}

.lifebanner {
    background-image: url(..//Images/Banner/LifeBanner.png);
    height: 500px;
    width: 100%;
    background-size: auto;
    background-position: center;
}
.contactbanner {
    background-image: url(..//Images/Banner/Contact-us-sagemcom.jpg);
    height: 500px;
    width: 100%;
    background-size: auto;
    background-position: center;
}
.aboutus {
    background-image: url(..//Images/Banner/slider1_01.jpg);
    height: 500px;
    width: 100%;
    background-size: auto;
    background-position: center;
}
.corporate {
    position: relative;
    z-index: 1;
    height: 500px;
    width: 100%;
    /*background-image: url(..//Images/Banner/Corporate.png);
   
    background-size: auto;
    background-position: center;*/
}

    .corporate::before {
        position: absolute;
        content: "";
        top: 0px;
        bottom: 0px;
        width: 100%;
        /*height: 500px;*/
        background-image: url(..//Images/Banner/Corporate.png);
        background-size:cover;
        opacity:0.6;
        z-index:-1;
    }
    .corporate .bannerdetails h1 {
        margin-top:50px;
        color: #000000;
        font-size: 50px;
        font-weight: 500;
        font-family: 'Times New Roman', Times, serif;
        text-align: center;
        width: 100%;
        font-weight: bolder;
        -webkit-text-stroke: 1px #ffffff;
        
    }

    .corporate .bannerdetails p {
        color: #000000;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        font-size: 40px;
        text-transform: capitalize;
        text-align: center;
        font-weight:bolder;
        -webkit-text-stroke:1px #ffffff;
        font-stretch:expanded;
        z-index:400;
    }

.bannerdetails {
    padding: 40px;
}

    .bannerdetails h1 {
        color: #ffffff;
        font-size: 50px;
        font-weight: 500;
        font-family: 'Times New Roman', Times, serif;
        text-align: center;
        width: 100%;
    }

    .bannerdetails p {
        color: #ffffff;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        font-size: 30px;
        text-transform: capitalize;
    }

    .bannerdetails a {
        margin-top: 20px;
        text-decoration: none;
        padding: 10px;
        font-size: 15px;
        color: #ffffff;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        font-family: 'Bookman Old Style';
        text-transform: uppercase;
    }

        .bannerdetails a:hover {
            background-color: #43B36C;
            transition: background-color ease-in 0.5s;
            border: none;
        }

@media only screen and (max-width:768px) {
    .bannerdetails h1 {
        font-size: 30px;
    }

    .bannerdetails p {
        font-size: 20px;
        text-align: justify;
    }

    .banner {
        background-size: cover;
    }
    .corporate .bannerdetails p {    
        font-size: 20px;
    }
}

.MainLogo {
    width: 70%;
    height: 100%;
}

    .MainLogo img {
        max-width:100%;
        height:auto;
        object-fit:cover;
        /*width: 100%;
        height: 100%;*/
    }

.footer {
    background-color: #1c96c5;
}

    .footer h3 {
        color: #ffffff;
        margin-bottom: 30px;
    }

    .footer .footerlogo {
        width: 100%;
    }

        .footer .footerlogo img {
            max-width: 100%;
            height: 10vh;
        }

    .footer p {
        text-align: justify;
        color: #ffffff;
    }

    .footer .footerdetails {
        padding: 40px;
    }

    .footer .Quidklink ul {
        list-style: none;
    }

        .footer .Quidklink ul li {
            color: #ffffff;
        }

            .footer .Quidklink ul li a {
                text-decoration: none;
                color: #ffffff;
            }

    .footer .footersocial ul {
        list-style: none;
    }

        .footer .footersocial ul li {
            display: inline-block;
            padding: 10px;
            margin-right: 10px;
        }

            .footer .footersocial ul li i {
                color: #ffffff;
                font-size: 20px;
            }
/*End Banner*/
/*Begin Courses Category*/
.ccard {
    width: 400px;
}

.coursecategory {
    border: 1px solid #ffffff;
    margin-bottom: 20px;
}


.colorfull {
    background-color: #F4F4F4;
}

.coursecategory h5 {
    background-color: #62c1e5;
    padding: 10px;
    color: #1c1c84;
    font-family: 'Times New Roman';
    text-transform: capitalize;
    font-size: 18px;
    height: 70px;
}

.coursecategory .coursesgoals {
    height: 60vh;
    padding: 20px;
}

    .coursecategory .coursesgoals h3 {
        background-color: #1c1c84;
        color: #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: Arial;
        font-size: 12px;
    }

    .coursecategory .coursesgoals p {
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: Arial;
        font-size: 13px;
    }

.coursecategory .categoryimg {
    width: 100%;
    /*background-color:green;*/
}

    .coursecategory .categoryimg img {
        width: 100%;
        height: 50vh;
    }

    .coursecategory .categoryimg iframe {
        width: 100%;
        height: 50vh;
    }

    .coursecategory .categoryimg video {
        width: 100%;
        height: auto;
        height: 50vh;
        max-height: 100%;
    }


.coursecategory p {
    max-height: 100%;
    padding: 20px;
    text-align: justify;
}

.readmore {
}

.viewmore {
    background-color: #62c1e5;
    padding: 10px;
    text-align: center;
    text-align: justify;
    height: 150px;
   
}

    .viewmore h5 {
        font-size: 14px;
    }
    .viewmore p {
        font-size: 14px;
        font-family:Arial;
        text-align:center;
       
    }

    .viewmore .buttons {
        text-decoration: none;
        padding: 10px;
        font-size: 15px;
        color: #1c1c84;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        font-family: 'Bookman Old Style';
        text-transform: uppercase;
    }

        .viewmore .buttons:hover {
            text-decoration: none;
            padding: 10px;
            font-size: 15px;
            color: #1c1c84;
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
            font-family: 'Bookman Old Style';
            text-transform: uppercase;
        }

    .viewmore a {
        text-decoration: none;
        padding: 10px;
        font-size: 15px;
        color: #1c1c84;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        font-family: 'Bookman Old Style';
        text-transform:capitalize;
    }

        .viewmore a:hover {
            background-color: #43B36C;
            transition: background-color ease-in 0.5s;
            border: none;
            color: #ffffff;
        }
    .viewmore i {
        color: #1c1c84;
    }

    .coursecategory .summary {
        height: 150px;
        text-align: justify;
        background-color: red;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.coursecategory .viewlinkmore {
    background-color: #62c1e5;
    padding: 10px;
    text-align: center;
    text-align: justify;
}

    .coursecategory .viewlinkmore a {
        text-decoration: none;
        padding: 10px;
        font-size: 15px;
        color: #1c1c84;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        font-family: 'Bookman Old Style';
        text-transform: uppercase;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

        .coursecategory .viewlinkmore a:hover {
            background-color: #43B36C;
            transition: background-color ease-in 0.5s;
            border: none;
            color: #ffffff;
        }

.ViewAll {
    padding: 20px;
    text-align: center;
}

    .ViewAll a {
        text-decoration: none;
        padding: 10px;
        font-size: 15px;
        color: #1c96c5;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        font-family: 'Bookman Old Style';
        text-transform: uppercase;
    }

        .ViewAll a:hover {
            background-color: #43B36C;
            transition: background-color ease-in 0.5s;
            border: none;
            color: #ffffff;
        }

.gallerycont {
    transition: all 0.3s;
}

    .gallerycont:hover {
        transform: scale(1.2);
    }
.sectionhead{
    width:100%;
}
    .sectionhead h1{
        font-family:3rem;
        font-family:Arial;
        text-transform:capitalize;
        text-align:center;
        padding:30px;
        max-width:100%;
    }
    /*End Courses Category*/
    /*Begin Courses Promo Videos*/
    /*End Courses Promo Videos*/
    .upcomingcoursemain {
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: #1c1c84;
    }

    .upcomingcoursemain .upcomingcourse {
    }

        .upcomingcoursemain .upcomingcourse h1 {
            color: #ffffff;
            font-family: Arial;
            font-size: 50px;
            text-align: justify;
        }

        .upcomingcoursemain .upcomingcourse h3 {
            color: #ffffff;
            font-family: Arial;
            font-size: 20px;
        }

    .upcomingcoursemain .categoryimg {
        width: 100%;
    }

        .upcomingcoursemain .categoryimg img {
            width: 100%;
            padding: 10px;
            border-radius: 5px;
        }


/*Begin upcoming course*/
/*end upcoming course*/

/*Begin Gallery */
.gallerycont {
    width: 100%;
    height: 300px;
}

    .gallerycont img {
        /* max-width:100%;
    max-height:100%;*/
        width: 100%;
        height: 100%;
        padding: 10px;
    }
/*End Gallery */
/*Begin Login page*/
.login {
    background-color: #F4F4F4;
    height: 100vh;
}

.logdetails {
    max-width: 100%;
}

.logdetails {
    background-color: #ffffff;
}

.login .logdetails .loghead {
    padding: 20px;
    background-color: green;
    text-align: center;
    margin-bottom: 20px;
}

    .login .logdetails .loghead h2 {
        font-family: Bookman Old Style;
        font-size: 30px;
        color: #ffffff;
        font-weight: 100;
    }

.login a {
    text-decoration: none;
    font-family: Bookman Old Style;
    color: green;
    padding: 10px;
}

.login .logsub {
    padding: 20px;
}
/*End Login page*/
/*Test*/
.card {
    position: relative;
    display: flex;
    width: 600px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

    .card .card-body {
        padding: 1rem 1rem;
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

p {
    margin: 0px;
}

h4 {
    line-height: .2 !important;
}


.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}


.media iframe,
.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, .1);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .media-content:before {
        background-position: inherit 100%;
        content: '';
        position: absolute;
        height: 10%;
        width: 90%;
        left: 5%;
        bottom: 0;
        filter: blur(10px);
        background-color: inherit;
        background-image: inherit;
        background-repeat: inherit;
        background-attachment: inherit;
    }

.circle .media-content:before {
    width: 40%;
    left: 30%
}


.profile-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px;
}

.card-title {
    font-size: 19px;
    font-weight: 200;
}
/*etest*/

/*************************************************************/
/*Bigin course page*/
.courses h1 {
    padding: 30px;
    text-align: center;
}

.coursehourse {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .coursehourse .cousrhoursdetails {
        background-color: #1c1c84;
    }

        .coursehourse .cousrhoursdetails h5 {
            background-color: #1c1c84;
            text-align: center;
            padding: 10px;
            font-size: 15px;
            color: #ffffff;
        }

        .coursehourse .cousrhoursdetails i {
            background-color: #1c1c84;
            text-align: center;
            padding: 10px;
            color: #ffffff;
            margin-right: 10px;
        }

.kk {
    display: flex;
    min-height: 55vh;
    flex-direction: row;
    /*container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    container-widget-height: 100%;
    container-widget-flex-grow 1 : 1;
    container-widget-align-self: stretch;
    flex-wrap-mobile: wrap;*/
    align-items: stretch;
    gap: 10px 10px;
    row-gap: 10px;
    column-gap: 10px;
}
/*End Course page*/

/*****************************************************/
/*Begin Course Details*/
.subbanner {
    background-color: #000000;
    margin-bottom: 50px;
    margin-top: 20px;
}

    .subbanner h1 {
        color: #ffffff;
        font-family: 'Times New Roman', Times, serif;
        text-transform: capitalize;
        padding: 50px;
        font-family:Arial;
        font-size:2rem;
    }
    .subbanner p{
        font-family:Arial;
        color:#ffffff;
        font-size:1.2rem;
    }

    .courseoverview {
        padding: 50px;
    }

    .courseoverview h1 {
        color: #ffffff;
        padding: 0px;
    }

    .courseoverview .coursedetailslist {
    }

        .courseoverview .coursedetailslist ul {
            list-style: none;
        }

            .courseoverview .coursedetailslist ul li {
                color: #ffffff;
                display: inline-block;
                padding: 10px;
                font-size: 20px;
                font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            }

                .courseoverview .coursedetailslist ul li i {
                    color: red;
                    margin-right: 10px;
                }

    .courseoverview p {
        color: #ffffff;
    }

.courselogo {
    width: 100%;
}

    .courselogo img {
        max-width: 100%;
        padding: 50px;
    }

.coursedetails {
}

    .coursedetails .overview ul li {
        padding-left: 25px;
        margin-bottom: 10px;
        list-style: none;
        font-family:Arial;
        font-size:14px;
       
    }

        .coursedetails .overview ul li i {
            color: #000000;
            font-size: 10px;
            margin-right: 5px;
        }

    .coursedetails h1 {
        text-transform: capitalize;
        padding: 20px;
        font-size: 20px;
        font-family:Arial;
    }
    .coursedetails p{
        font-family:Arial;
        font-size:14px;
    }

    .nav-main {
        margin-bottom: 10px;
    }

    .nav-main .sub-menu {
        background-color: #f3f6f4;
        border: 1px solid #000000;
    }

.sub-menu ul li {
    font-size: 16px;
    list-style: circle;
}

.sub-menu a {
}

.nav-main li {
    list-style: none;
    padding: 20px;
    font-size: 20px;
}

    .nav-main li a {
        width: 100%;
        border: none;
    }

.bookseat {
    width: 100%;
    background-color: #f3f6f4;
    border-radius: 5px;
    padding: 20px;
}

.mycheck label {
    display: inline;
}

.coursepromo {
    background-color: #f3f6f4;
    margin: 20px 0 20px 0;
}

    .coursepromo h1 {
        text-transform: capitalize;
        text-align: center;
        padding: 20px;
    }

.is-active {
    color: red;
    transition: max-height 0.5s ease-in-out
}

.location {
    background-color: #f3f6f4;
    margin: 20px 0px 20px 0px;
}

    .location h5 {
        background-color: #f3f6f4;
        padding: 10px;
        margin-bottom: 20px;
    }

    .location .categoryimg {
        width: 100%;
    }

        .location .categoryimg img {
            width: 100%;
        }
/*End Course Details*/

/*Begin Contact Us*/
.ourbrunches {
   /* margin: 5px;
    padding: 5px;*/
}

    .ourbrunches h1 {
        font-family: Arial;
        font-size: 25px;
        color: #1c1c84;
        font-weight: bold;
        text-transform: capitalize;
    }

.burnchdata {
    /*margin: 10px;*/
    border-bottom: 1px solid #000000;
    padding: 10px;
}

    .burnchdata p {
        padding: 5px;
        margin: 5px;
    }

.contactus {
}

    .contactus p {
        font-size: 16px;
        font-family: 20px;
        text-transform: capitalize;
        color: #000000;
        margin: 10px;
    }

.social .footersocial ul {
    list-style: none;
}

    .social .footersocial ul li {
        display: inline-block;
        padding: 5px;
        margin-right: 5px;
    }

        .social .footersocial ul li i {
            color: #000000;
            font-size: 20px;
        }
.customcheck{
    display:inline-flex;
    gap:2px;
    align-items:center;
}
.customcheck label{
    font-size:16px;
}
    .customcheck input[type=checkbox]{
        width:16px;
        height:16px;
        cursor:pointer;
    }
.terms h2{
    font-family:Arial;
    font-size:20px;
    text-align:center;
    width:100%;
}
.terms h3{
    font-family:Arial;
    font-size:16px;
    text-align:left;
    font-weight:bold;
}
.terms p{
    text-decoration:dotted;
    font-size:14px;
    padding:5px;
}
/*End Contact us*/
/*Begin Of forcorporate*/
.forcorporate {
}

    .forcorporate h1 {
        font-family: Arial;
        text-transform:capitalize;
        /*margin: 20px 0px 20px 0px;*/
        /*padding-bottom: 10px;*/
        font-weight: bold;
        font-size: 25px;
        color: #1c1c84;
    }

.trainingsolution {
    padding: 30px;
    margin: 30px 0 30px 0;
    background-color: #f3f6f4;
    border-radius: 10px;
}

    .trainingsolution h1 {
        font-family: Arial;
        text-transform: capitalize;
        font-size: 20px;
        margin: 0px;
        margin: 0px;
    }

    .trainingsolution p {
        font-family: Arial;
        text-transform: capitalize;
        font-size: 16px;
        padding: 10px;
        line-height: 50px;
    }

.ourlocationimg {
    width: 100%;
}

    .ourlocationimg img {
        width: 100%;
        padding: 10px;
    }
.mainintro{
    display:flex;
    align-content:center;
    height:100%;
    align-items:center;
}
.mainintro p{
    font-size:18px;
    font-family:'Times New Roman', Times, serif;
    text-transform:capitalize;
}
.mainimg {
    width: 100%;
    height: auto;
}
.mainimg img{
    max-width:100%;
    height:auto;
    object-fit:cover;
}
.ourservice {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin:10px;
    transition:all 0.5s;
    /*transform:scale(1.5)*/
}
    .ourservice:hover {
        transform:scale(1.08)
    }

    .ourservice img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
.oursevicetitle{
    /*border-radius:20px;*/
    /*height:100px;*/
    background:#ffffff;
}
    .oursevicetitle:hover  {
        background-color: green;
        transition: all 0.5s;
        color: white;
    }
    .oursevicetitle h5 {
        font-family: Arial;
        text-align: center;
        padding: 10px;
        position: relative;
        font-size: 14px;
    }
        .oursevicetitle h5::after{
            position:absolute;
            content:'';
            top:110%;
            left:50%;
            transform:translate(-50%,-50%);
            width:90%;
            height:2px;
            background-color:gray;
        }
.ourserdetails{
   display:flex;
   flex-direction:row;
   margin-top:20px;
   align-items:center;
   justify-content:space-between;
   padding:5px;
   

}
.ourserdetails a{
    padding:5px;
    font-family:Arial;
    display:block;
   text-align:left;
   font-size:12px;
   text-decoration:none;
   width:100%;
}
    .ourserdetails a:hover{
        /*background-color:green;*/
        transition:all 0.5s;
        color:#ffffff;
        
    }
    ourserdetails i {
        text-align: center;
        padding: 5px;
        
    }
.service {
}
    .service h1{
        font-family:'Times New Roman', Times, serif;
        text-transform:capitalize;
        text-align:left;
    }
.servhead h3 {
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
    font-size:25px;
    padding:10px;
    text-align:center;
    margin-bottom:10px;
}
/*End Of forcourporate*/
/* Begin Of About us */
.abouttitle {
}

    .abouttitle h1 {
        font-family: Arial;
        text-transform: uppercase;
        margin: 20px 0px 20px 0px;
        padding-bottom: 10px;
        font-weight: bold;
    }

.abouthead {
}

    .abouthead .aboutsubtitle {
        padding: 5px;
        margin-left: 40px;
    }

    .abouthead li {
        padding: 10px;
    }

    .abouthead ul li {
        padding: 5px;
    }

        .abouthead ul li p {
            text-align: justify;
        }
.middlebanner{
    background-image:url("../Images/Groupimg/Tablet.jpg");
    height:60vh;
    overflow:hidden;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}
    .middlebanner:before{
        position:absolute;
        content:"";
        top:0px;
        background-size:cover;
        background-color:black;
        opacity:0.5;
        width:100%;
        bottom:0px;


    }
    .bannerform {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 50%;
        z-index:2;
        /*align-content:center;*/
    }
        .bannerform p, .bannerform h1, .bannerform h1 {
            color: #ffffff;
            text-align: center;
            text-decoration: none;
            margin-bottom: 10px;
            /*z-index:2;*/
        }
        .bannerform  a {
            display:block;
            background-color:white;
            color:#000000;
            font-size:16px;
            padding:15px;
            text-decoration:none;
            
        }
            .bannerform a:hover {
                background-color: #43B36C;
                color: #ffffff;
                transition: all 0.5s;
            }
/*End Of About Us */
/*Begin Lifecoach */
.Wlifrcoach {
    margin-top: 30px;
}

    .Wlifrcoach h1 {
        font-family: Arial;
        font-size: 25px;
        text-transform: uppercase;
        margin: 20px 0px 20px 0px;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .Wlifrcoach h4 {
        font-family: Arial;
        text-transform: uppercase;
        margin: 20px 0px 20px 0px;
        padding-bottom: 10px;
        font-size: 30px;
        font-family: 'Times New Roman';
        text-transform: capitalize;
        font-weight: bold;
    }

    .Wlifrcoach p {
        text-align: justify;
    }

.wlifrcoachimg {
    width: 100%;
}

    .wlifrcoachimg img {
        max-width: 100%;
        padding: 5px;
    }

.lmissvis {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top:40px;
}

    .lmissvis .missviss {
        display:flex;
        flex-direction:column;
        padding:10px;
        margin-top:30px;
        align-items:center;
        width:300px;
    }
.missviss i {
    font-size: 30px;
    color: #042653;
}
.missviss h1 {
    font-family:'Times New Roman';
    font-size: 30px;
    color: #042653;
    text-transform:capitalize;
}
.missviss p {
    font-family: 'Times New Roman';
    font-size: 20px;
    text-align:start;
    text-transform: capitalize;
    /*text-wrap:balance;*/
    word-spacing:normal;
}

/*End Lifecoach */
