﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none !important;
}


.index-bkg {
    background-color: #2F93D5;
    background-color: rgba(0,0,0,.8);
}

ul {
    margin: 0;
}

.pt20 {
    padding-top: 20px;
}

.cw {
    color: #FFF !important;
}

.logo-txt {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #000;
    font-family: 'Limelight', cursive
}

.google-play {
    background-image: url(/img/google-play.png);
    background-position: 50%;
    background-size: cover;
    display: block;
    width: 148px;
    height: 51px;
}

.btn {
    color: #fff;
    line-height: 31px;
}

    .btn a {
        padding: 10px 20px;
        border-radius: 8px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

.menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #222222 !important;
    padding-top: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    background-color: #fff;
}

.menu1 {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 20px;
}

.list-menu {
    width: 100%;
}

    .list-menu ul {
        list-style-type: none;
    }

        .list-menu ul li {
            float: left;
            padding: 15px 0 0 0;
            padding-left: 40px;
        }

            .list-menu ul li a {
                color: #000;
            }

.list-menu1 {
    width: 100%;
}

    .list-menu1 ul {
        list-style-type: none;
    }

        .list-menu1 ul li {
            float: left;
            padding: 30px 0;
            padding-left: 40px;
        }

            .list-menu1 ul li a {
                color: #fff;
            }

.main-heading {
    padding: 15px 0;
    /*color: #fff;
	background: #e80b87;
	background: -moz-linear-gradient(left, #e80b87 0%, #f05852 81%);
	background: -webkit-linear-gradient(left, #e80b87 0%,#f05852 81%);
	background: linear-gradient(to right, #e80b87 0%,#f05852 81%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80b87', endColorstr='#f05852',GradientType=1 );*/
    color: #000 !important;
}

.topics {
}

.section-heading {
    padding-bottom: 30px
}

    .section-heading h2 {
        font-size: 30px;
        color: #ffffff;
        text-align: center;
    }

    .section-heading span {
        font-size: 22px;
        display: block;
        text-align: center;
        color: #fff;
    }

.section-body {
    padding-top: 30px;
}

.highlight-topic {
    height: 140px;
    background: -moz-linear-gradient(left, #00a3e7 22%, #0156a9 100%);
    background: -webkit-linear-gradient(left, #00a3e7 22%,#0156a9 100%);
    background: linear-gradient(to right, #00a3e7 22%,#0156a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e7', endColorstr='#0156a9',GradientType=1 );
    border-radius: 8px;
}

.small-topic {
    margin-bottom: 30px;
    height: 140px;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}

    .small-topic:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.4);
    }

.small-topic1 {
    margin: 0 auto;
    height: 180px;
    width: 180px;
    border-radius: 50% !important;
    padding: 0 0 0 0;
    background-color: #FFF;
    border-radius: 8px;
    overflow: hidden;
    background: center top;
    background-size: cover !important;
}

.small-topic-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
}

    .small-topic-img img {
        width: 100%;
        height: 100%;
    }

.small-topic-txt {
}

    .small-topic-txt h3 {
        margin: 0;
        text-align: center;
        padding: 10px;
        font-size: 15px;
    }

.category {
    background-image: url('../img/111a.jpg');
    background-size: cover;
}

.category-layer {
    padding: 50px;
    background-image: url('../img/layer.png');
}

.future {
    padding: 80px;
    background-color: #84B9E2;
}

.future-bkg {
    padding: 30px 0;
    background-color: #fff;
}

.link-btn {
}

.btn-color {
    background: #e80b87;
    background: -moz-linear-gradient(left, #e80b87 0%, #f05852 81%);
    background: -webkit-linear-gradient(left, #e80b87 0%,#f05852 81%);
    background: linear-gradient(to right, #e80b87 0%,#f05852 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80b87', endColorstr='#f05852',GradientType=1 );
}

.link-btn a {
    padding: 10px 20px;
    background-color: #84B9E2;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.course-finder a {
    padding: 10px 20px;
    background: -moz-linear-gradient(left, #f49b89 40%, #ffd098 82%);
    background: -webkit-linear-gradient(left, #f49b89 40%,#ffd098 82%);
    background: linear-gradient(to right, #f49b89 40%,#ffd098 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49b89', endColorstr='#ffd098',GradientType=1 );
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.topic-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

    .topic-img img {
        width: 100%;
    }

.topic-heading {
}

    .topic-heading h3 {
        text-align: center;
    }

.topic-heading-s {
}

    .topic-heading-s h3 {
        text-align: center;
        font-size: 18px;
        color: #373435
    }

.highlight-topic1 {
    text-align: center;
}

.highlight-topic1-img {
    width: 80px;
    height: 80px;
    background-color: rgba(255,255,255,.9);
    border-radius: 50%;
    margin: 0 auto;
    padding: 12px;
}

.library {
    /*background-color: #dedede;*/
    background-color: #fff;
    background-size: contain;
    padding: 80px 0;
}

.library-menu {
    text-align: center;
}

.a1 {
    color: #373435;
    background-color: #fff;
    border-color: transparent;
    margin-bottom: 5px;
    font-size: 13px;
}

    .a1:hover, .is-checked {
        background-color: #F49B89;
        color: #fff;
    }

    .a1:focus {
        box-shadow: none;
    }

.categories {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    border-radius: 11px;
    box-shadow: 0 0px 5px rgba(0,0,0,.1);
    overflow: hidden;
}

.categories-name {
}

    .categories-name h4 {
        text-align: center;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        padding: 10px 10px;
        background-color: #005BB6;
        border-radius: 11px 11px 0px 0;
        border: 1px solid #fff;
        position: relative;
    }

/*.categories-name h4::after {
			content: '';
			position: absolute;
			width: 20px;
			height: 41px;
			background-color: #F49B89;
			top: -1px;
			right: -10px;
			transform: skew(-15deg);
			z-index: 0;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}*/
.a1 {
    color: #373435;
    background-color: rgba(255,255,255,.8);
    border-color: transparent;
    margin-bottom: 5px;
    font-size: 13px;
}

    .a1:hover, .is-checked {
        background-color: #005BB6;
        color: #fff;
    }

    .a1:focus {
        box-shadow: none;
    }

.categories-courses {
    background-color: rgba(255,255,255,.9);
    padding: 10px;
}

    .categories-courses ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .categories-courses ul li {
            /*float: left;*/
            padding: 0;
            margin: 0;
            margin-left: 20px;
            /*border-left: 1px solid rgba(0,0,0,.1);*/
            padding-left: 20px;
        }

            .categories-courses ul li:before {
                content: '';
                width: 6px;
                height: 6px;
                background-color: #F05852;
                position: absolute;
                margin-left: -23px;
                margin-top: 10px;
                border-radius: 50%;
                border: 2px solid #F05852;
            }

            .categories-courses ul li a {
                color: #666666;
                font-size: 14px;
                margin: 0;
                padding: 0;
                line-height: 0;
            }

                .categories-courses ul li a:hover {
                    color: #373435;
                }

.p5 {
    padding: 5px;
}

.videos {
    padding: 80px 0;
}

.video {
    /*height: 255px;*/
    /*margin-bottom: 30px;*/
    /*background-color: red;*/
    /*border:1px solid #dfdfdf;*/
}

.footer {
    padding: 80px 0 20px 0;
    background-color: #2F93D5;
    /*background-color: #EFFAFC;*/
}

.footer-heading {
}

    .footer-heading h3 {
        font-size: 20px;
        font-weight: 600;
        /*color: #E91A7D;*/
        color: rgba(255,255,255,.5);
    }

.footer-link {
}

    .footer-link ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        .footer-link ul li {
            color: #000;
        }

            .footer-link ul li a {
                color: rgba(255,255,255,.7);
            }

                .footer-link ul li a:hover {
                    color: rgba(255,255,255,.9);
                }

.footer1 {
}

.list-bkg-color {
    background-color: #F49B89 !important;
}
/* ---- grid ---- */

.grid {
}

    .grid:after {
        content: '';
        display: block;
        clear: both;
    }

.grid-item {
    float: left;
    width: 25%;
}

.grid-item--width2 {
    width: 200px;
}

.grid-item--height2 {
    height: 200px;
}

.login-btn {
    color: #fff !important;
    padding: 5px 25px;
    background-color: #D81A02;
    border-radius: 4px;
}

.html5-video-player a {
    color: red !important;
}
