@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
}



* {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}


.container {
    max-width: 1240px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0px auto;
}

/****************************/


.nav-link {
    min-width: 280px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #000000 !important;
}

.nav-link:hover {
    color: #00ade5 !important;
}

.navbar-brand {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
nav.navbar a.navbar-brand img {
    max-width: 150px;
}

.nav-link img {
    display: block;
    text-align: center;
    margin: 0px auto;
    /*padding-bottom: 13px;*/
    /*width: 80px;*/
    height: 60px;
    /*margin-right: 200px;*/
}

.navbar-yellow {
    background-color: #FEF200 !important;
}



.dropdown-menu {
    margin-top: 0;
    border-width: 0;
    background-color: #FFF79D;
    /*opacity: 0.8;*/
}


.dropdown-menu-center {
    right: auto;
    left: 50%;

}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0;
    border-width: 0;
}

.dropdown-item {
    font-weight: 600;
}

.dropdown-item-submenu {
    background-color: #FFFBCE;
}


.dropdown-menu > li.show > a {
    /*sub menu text color*/
    background-color: #FFF79D;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
    /*menu hover */
    background-color: #FFF79D;
    color: #00aae7
}

.menu-selected {
    color: #00ade5;
}

/****************************/
#banner img {
    max-width: 1300px;
    margin: 0px auto;
    width: 100%;
}

.not-true
{
    margin-right: 20px;
    font-weight: bold;
}

.find-out-more h1 {
    background-color: #FEF200;
    font-size: 20px;
    padding: 10px 24px;
    font-weight: 600;
}

.find-out-more li {
    padding-bottom: 14px;
    background: url(http://creatvminds.com/web/ylb/images/arrow.jpg) no-repeat left top;
    font-weight: 600;
    margin-left : 20px;
    padding-left: 40px;
}


.find-out-more a {
    text-decoration :underline;
}

.border-panel {
    border: 1px solid #000000;
    padding : 20px;
}

.border-panel-right {
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 20px;
}

#greybg {
    background: #ebe7e9;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

    #greybg .left {
        font-size: 16px;
    }

    #greybg .right {
        border-left: dotted #000 3px;
        padding-bottom: 20px;
    }

        #greybg .right h1 {
            background-color: #FEF200;
            font-size: 20px;
            padding: 10px 24px;
            font-weight: 600;
        }

        #greybg .right ul {
            padding-left: 20px;
            padding-top: 10px;
        }

            #greybg .right ul li {
                color: #000;
                line-height: 40px;
                margin-bottom: 10px;
                font-weight: 600;
                font-size: 17px;
            }

                #greybg .right ul li img {
                    padding-right: 20px;
                    width: 42px;
                    text-align: center;
                    margin: 0px auto;
                    display: inline-block;
                }

                #greybg .right ul li p {
                    display: inline-block;
                }

.video-text {
    font-size: 14px !important;
    padding: 10px;
}

.site-footer {
    padding-bottom: 20px;
}

    .site-footer .container {
        border-top: dotted #000 3px;
        margin-top: 30px;
        padding-top: 15px;
    }

    .site-footer .fleft {
        float: left;
    }

    .site-footer .fright {
        padding-top: 21px;
    }

        .site-footer .fright ul {
            float: right;
        }

    .site-footer .fleft ul li {
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
    }

        .site-footer .fleft ul li img {
            max-width: 150px;
        }

        .site-footer .fleft ul li.width img {
            max-width: 35px;
        }

    .site-footer .fright ul li {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }

        .site-footer .fright ul li a {
            font-family: 'Poppins', sans-serif;
            color: #000;
            font-size: 14px;
            vertical-align: middle;
        }



.site-footer-spacer {
    content: '';
    border-left: solid #000 2px;
    height: 100px;
    vertical-align: middle;
    margin-left: 20px;
}

.site-footer .fright > ul:nth-child(1) > li:nth-child(1):before {
    content: inherit;
}

.site-footer .fright ul li a:hover {
    color: #FEF200;
}


#about {
    padding-top: 40px;
    padding-bottom: 40px;
}

    #about .left {
        float: left;
    }


    #about .right {
        float: right;
        padding-top: 20px;
    }

    #about h1, #thehidden h1 {
        font-family: 'Open Sans';
        color: #000;
        font-size: 40px;
        font-style: italic;
    }

    #about h2, #thehidden h2 {
        font-family: 'Poppins';
        color: #696A6C;
        text-transform: uppercase;
        font-size: 25px;
    }

#thehidden {
    padding-bottom: 25px;
    padding-top: 40px;
}

    #thehidden p {
        font-family: 'Poppins', sans-serif;
        text-align: justify;
        font-size: 16px;
    }

#about p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding-right: 20px;
}


.ftext p {
    font-family: 'Poppins', sans-serif;
    padding-top: 40px;
    padding-bottom: 10px;
    color: #0E0E0E;
    font-size: 12px;
    text-align: justify;
}


#greybg .about .left img {
    width: 100%;
}

#greybg .about .left {
    padding-top: 30px;
}

#greybg .about .middle {
    padding-left: 25px;
    font-size: 16px;
    padding-right: 11px;
}


#greybg .about .right ul li {
    color: #000;
    line-height: 25px;
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 16px;
    background: url(http://creatvminds.com/web/ylb/images/disc.jpg) no-repeat left top;
    padding-left: 40px;
}

#about .right img {
    width: 100%;
}


#greybg .thehidden .right {
    border-left: none;
    padding-bottom: 0px;
}

#greybg .thehidden .borderr {
    border-left: dotted #000 3px;
}


#greybg .thehidden .hleft {
    float: left;
    padding-right: 20px;
}

#greybg .thehidden .hright {
    width: 98%;
}

#greybg .thehidden {
    padding-top: 15px;
}

    #greybg .thehidden .hright p {
        margin-bottom: 10px;
        color: #fff;
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
    }

    #greybg .thehidden .bluebox {
        background: #00aae7;
        padding: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }


.misconceptions .col-md-12 h3 {
    font-family: 'Open Sans';
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}

.misconceptions .col-md-12 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 25px;
}


    .misconceptions .col-md-12 p:before {
        content: "\f10d";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #FEF200;
        font-size: 25px;
        padding-right: 0.5em;
        top: 10px;
        left: 0;
    }

    .misconceptions .col-md-12 p:after {
        content: "\f10e";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #FEF200;
        font-size: 25px;
        padding-left: 0.5em;
        top: 10px;
        left: 0;
    }


.misconceptions .col-md-12 b {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    float: right;
    font-weight: 600;
}

.misconceptions .col-md-12.bordern {
    border-top: dotted #000 3px;
    margin-top: 85px;
    padding-top: 30px;
}



.col-sm-3.float-left h5 {
    color: #000000;
    font-family: 'Open Sans';
    font-size: 45px;
    font-style: italic;
    line-height: 50px;
    padding-bottom: 30px;
    width: 90%;
}

.col-sm-6.float-left.left h5 {
    color: #000000;
    font-family: 'Open Sans';
    font-size: 45px;
    font-style: italic;
    line-height: 50px;
    padding-bottom: 10px;
}

.col-sm-6.float-left.left {
    padding-top: 0px !important;
}

#home .col-sm-6.float-right.right {
    padding-left: 0px;
}

#home .col-sm-6.float-left.left {
    padding-right: 30px;
}

#home h2{
    margin-bottom: 20px;
}

.col-sm-3.float-left img {
    width: 100%;
}

.col-sm-9.float-right ul li {
    line-height: 25px;
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 16px;
    background: url(http://creatvminds.com/web/ylb/images/disc.jpg) no-repeat left top;
    padding-left: 40px;
}

.col-sm-9.float-right ul {
    padding-left: 50px;
    margin-bottom: -13px;
}




.col-sm-6.float-right.right .hright p b {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
}

#greybg .col-sm-6.float-right.right .hright p {
    margin-bottom: 10px;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 40px;
    font-weight: 500;
}


#greybg .col-sm-6.float-right.right .bluebox {
    margin-bottom: 50px;
}

#greybg .col-sm-6.float-right.right .borderr ul li {
    padding-bottom: 14px;
    background: url(http://creatvminds.com/web/ylb/images/arrow.jpg) no-repeat left top;
    font-weight: 600;
}

#greybg .col-sm-6.float-left.left h6 {
    color: #949599;
    font-family: 'Open Sans';
    font-size: 55px;
    line-height: 50px;
    padding-bottom: 10px;
}

.col-sm-6.float-left.left {
    padding-right: 50px;
}

.form {
    font-family: 'Poppins', sans-serif;
}

    .form input {
        font-family: 'Poppins', sans-serif;
        margin-right: 5px;
    }

    .form td {
        font-family: 'Poppins', sans-serif;
    }

    .form table input {
        background-color: #E6E7E9;
        border: none;
        padding: 5px;
        width: 100%;
    }

        .form table input.submitt {
            width: auto;
            background: #FEF200;
            padding: 7px 20px;
            border-radius: 2px;
            cursor: pointer;
        }

            .form table input.submitt:hover {
                width: auto;
                background: #000;
                padding: 7px 20px;
                color: #fff;
            }


.marginboom {
    margin-bottom: 0px;
}

.quotes {
    padding-left: 30px;
}

    .quotes:before {
        background: url(http://creatvminds.com/web/ylb/images/top.png) no-repeat left top;
        padding-bottom: 85px;
        content: '';
        display: block;
        left: 0px;
        top: 0px;
        margin-bottom: -30px;
    }

    .quotes:after {
        background: url(http://creatvminds.com/web/ylb/images/bottom.png) no-repeat right bottom;
        padding-top: 85px;
        content: '';
        display: block;
        left: 0px;
        top: 0px;
        margin-top: -90px;
    }

.common img {
    width: 65%;
}

#greybg .common .hleft {
    padding-right: 10px;
}

#greybg .common {
    border-left: dotted #000 3px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

    #greybg .common .bluebox {
        margin-bottom: 20px !important;
    }

    #greybg .common p.color {
        color: #000 !important;
    }

#greybg h4.style {
    margin-bottom: 10px;
    font-family: 'Poppins';
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 500;
}

#greybg h1.fontfamily {
    font-family: 'Open Sans';
    color: #000;
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 30px;
}

    #greybg h1.fontfamily img {
        padding-right: 10px;
        width: 15%;
    }


#main-site #greybg ul.links li {
    background: url(http://creatvminds.com/web/ylb/images/arr.jpg) no-repeat left top;
    padding-left: 00px;
}

#greybg .peer {
    font-size: 16.5px;
}

#about .resourceslinks ul li {
    color: #000;
    line-height: 25px;
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 17px;
    background: url(http://creatvminds.com/web/ylb/images/rdot.jpg) no-repeat left top;
    padding-left: 40px;
    font-family: 'Poppins', sans-serif;
}


    #about .resourceslinks ul li b {
        font-weight: 600;
    }

#about .resourceslinks {
    padding-right: 65px;
    padding-top: 20px;
}

    #about .resourceslinks.margintop ul, #about .resourceslinks.paddingtop ul {
        margin-top: 30px;
    }

    #about .resourceslinks.margintop {
        margin-top: -200px;
        padding-right: 0px;
    }


    #about .resourceslinks.paddingtop {
        padding-top: 200px;
    }







h2.page-title1{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    color: #000
}

h2.page-title1:before{
    content:"";
    height: 3px;
    width: 110px;
    background-color: #fff100;
    position: absolute;
    bottom: 0
}

h2.page-title2{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}


h3.page-title2{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

ul.list-1{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

ul.list-1 li{
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 0;
}

ul.list-1.ms-3{
    margin-left: 30px !important;
}

ul.list-1 li:before{
    height: 6px;
    width: 6px;
    background-color: #000;
    position: absolute;
    top:9px;
    border-radius: 100%;
    left: 0;
    content: ""
}


ul.list-1.white li{
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 10px;
}

ul.list-1.white li:before{
    height: 6px;
    width: 6px;
    background-color: #fff;
    position: absolute;
    top:9px;
    border-radius: 100%;
    left: 0;
    content: ""
}



ul.list-2{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

ul.list-2 li{
    margin: 0;
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
    margin-left: 5px;
    line-height: normal;
}

ul.list-2 li:before{
    height: 6px;
    width: 6px;
    background-color: #000;
    position: absolute;
    top:17px;
    border-radius: 100%;
    left: 0;
    content: ""
}

ul.list-2 a{
    padding: 0;
    margin: 0
}


hr.dashed{
    border-top:dashed 2px #000;
    position: relative;
}

h1.bigger-title {
        font-family: 'Open Sans';
        color: #000;
        font-size: 40px;
        font-style: italic;
    }





.bg-yellow{
    background-color: #fff100;
    padding: 50px 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.bg-yellow2{
    padding: 40px;
    background-color: #fff100;
     font-family: 'Poppins', sans-serif;
}


.bg-black{
    padding: 40px;
    background-color: #000;
     font-family: 'Poppins', sans-serif;
     color: #fff
}

.bg-cyan{
    padding: 40px;
    background: #00aae7;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    display: block;
}


.color-white{
    color: #fff !important
}

.color-black{
    color: #000 !important
}


.w-100{
    width: 100% !important
}


.validation-error {
    color: red;
    font-size: 12px;
}

.hidden-element {
    display: none;
}


.grid-area {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin: auto;
  margin-top: 25px;
}

.grid-area .item{
  padding:25px;
  background: #00aae7;
}


@media all and (max-width:850px) {


.grid-area {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: auto;
  margin-top: 25px;
}

}


/* CSS Document */


@media all and (min-width:992px) {
    .dropdown-menu-center {
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}


@media all and (max-width:1170px) {



    #greybg .right ul li p {
        display: inline-block;
        width: 84%;
        line-height: 23px;
        vertical-align: middle;
    }

    #greybg .right ul li img {
        padding-right: 20px;
        width: 46px;
        text-align: center;
        margin: 0px auto;
        margin-top: 0px;
        display: inline-block;
        vertical-align: top;
        margin-top: 7px;
    }

}

@media all and (max-width:991px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .nav-link img {
        height: 30px;
    }
}

@media all and (max-width:850px) {
    #about .resourceslinks {
        padding-right: 0px;
        padding-top: 20px;
    }

        #about .resourceslinks.margintop {
            margin-top: 0px;
            padding-right: 0px;
        }


        #about .resourceslinks.paddingtop {
            padding-top: 0px;
        }

    .quotes {
        padding-left: 0px;
    }

    .form table input {
        width: 40%;
    }

    .col-sm-6.float-right.right {
        padding-left: 0px;
    }

    .col-sm-9.float-right ul {
        padding-left: 0px;
    }

    .site-footer .fright ul {
        float: none;
    }

    #about p {
        padding-right: 0px;
    }

    #about .right {
        float: none;
        padding-top: 10px;
    }

    #greybg .about .left {
        padding-top: 0px;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }

    #greybg .about .middle {
        padding-left: 0px;
        padding-right: 0px;
    }

    #greybg .about .right {
        width: 100%;
        float: none;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .site-footer .fleft {
        float: none;
        text-align: center;
    }

    .site-footer .fright {
        float: none;
        padding-top: 10px;
        text-align: center;
    }
}

@media all and (max-width:767px) {
    
    iframe {
        width: 100% !important;
    }



    nav.navbar a.navbar-brand img {
        max-width: 130px;
    }


    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }

    #greybg h1.fontfamily img {
        padding-right: 20px;
        width: 20%;
    }

    #greybg .left {
        width: 100%;
    }

    .col-sm-3.float-left img {
        text-align: center;
        margin: 0px auto;
        display: block;
        padding-bottom: 20px;
    }



    .site-footer .fright ul li {
        line-height: 35px;
    }



    #greybg .left {
        font-size: 20px;
        margin-bottom: 20px;
    }
}



@media all and (max-width:480px) {
    #greybg .left {
        font-size: 15px;
    }
}


@media all and (max-width:400px) {
    .form table input {
        width: 30%;
    }








