﻿@charset "utf-8";
/* CSS Document */
body { /*font-family: "Gotham-Gotham-Medium";*/
    font-family: sans-serif, 'Fira Sans';
    font-weight: 400;
    overflow-x: hidden;
}

.errortext {
    display:none;
}
em {
    font-size:12px;
    color:#fff;
}

.scroll li {
    text-align: center;
    width: 25%;
}

    .scroll li span {
        display: block;
        font-size: 17px;
        color: #7c7c7c;
        margin-top: 20px;
    }

    .scroll li small {
        font-size: 17px;
        color: #0b8fbf;
    }

.about.about2 h3 {
    border-right: none;
}

.bg_blue2 {
    width: 100%;
    margin-left: 10px;
}

    .bg_blue2 h2 {
        font-size: 37px;
        color: #ffffff;
        font-weight: 700;
        margin-top: 5px !important;
    }

        .bg_blue2 h2 strong {
            color: #acc720;
        }

    .bg_blue2 span {
        font-size: 27px;
        color: #ffffff;
        font-weight: 700;
    }

    .bg_blue2 small {
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        line-height: 18px;
    }

.img_content {
    /*float: right;*/
    top: 80px;
}

#home {
    position: relative !important;
}

.color_red {
    color: #ef1b25;
}

header {
    background: #fff;
    padding: 0px 00px 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
}

.logo_right {
    padding-bottom: 10px;
    padding-top: 10px;
}

.top_left_logo {
    margin-top: 5px;
}

.top_phone {
    color: #ff9000;
    font-size: 16px;
    margin-top: 20px;
    /*border-right: 1px solid #ccc;*/
    padding-right: 20px;
    margin-right: -60px;
}

    .top_phone strong {
        font-weight: 600;
        color: #000000;
    }

.bg_blue {
    /*background: #0b8fbf;*/
	background:#04ae70;
}

.about-course {
	/* border: 1px solid #000; */
    /*background: url(../image/bg_course.jpg) center top no-repeat;
    background-size: cover;*/
}

    .about-course h3, .about-course p, .about-course li {
        color: #fff !important;
    }

    .about-course li {
        list-style-image: url(../image/arrow_white.png) !important;
    }
/* banner start */

.banner {
    background: url(../image/wealth3.jpg) no-repeat left top #c7dbe2;
    min-height: 534px;
    margin-top: 60px;
    width: 100%;
    position: relative !important;
}

    .banner .banner_text {
        margin-top: 12px;
        max-width: none;
    }

    .banner .banner_text_2 {
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .banner .banner_container {
        width: 92%;
    }

    .banner .col-lg-4 img {
        text-align: center;
    }

    .banner p {
        text-align: center;
        color: #fff;
        margin-top: 10px;
    }

.nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    padding: 0 21px;
}

.nav > li > .active {
    /*background: #0d7fa8;*/
	background:#cf8210;
}

.scroll {
    background: #fff;
    /* padding-top: 20px; */
    padding-bottom: 20px;
}

.scroll-width {
    width: 840px !important;
}

p {
    color: #7c7c7c;
    font-size: 14px;
}

h3 {
    color: #0e91c0;
    font-size: 26px;
    font-weight: 300;
}

    h3 strong {
        color: #7c7c78;
        font-weight: normal;
    }

h4 {
    color: #7c7c7c;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

    h4 strong {
        color: #0b8fbf;
        font-weight: bold;
    }

.color_red {
    color: #e83c49;
}

.color_orange {
    color: #ff7100;
}

.color_blue {
    color: #0e90c0;
}

.br_bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/* form */
.pos_abs {
    position: absolute;
    width: 100%;
    top: 140px;
    z-index: 999;
}

.form_width {
    width: 250px;
}

.topfrm {
    /*background: #3f6184;*/
	background:#21835f;
    padding: 15px 15px;
    position: fixed;
    width: 250px;
    border-radius: 5px;
}

.topfrm {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .topfrm:before, .topfrm:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8); /* top:10px;*/
        bottom: 10px;
        left: 0;
        right: 0;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .topfrm:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

.from_top_text {
	color: #f9ff00;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.topfrm input, select {
    float: left;
    width: 100%;
    border: 1px solid #cbcbcb;
    margin-bottom: 5px;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
}

.topfrm textarea {
    float: left;
    width: 100%;
    border: 1px solid #cbcbcb;
    margin-bottom: 5px;
    line-height: 30px;
    height: 50px;
    padding-left: 10px;
}

.topfrm input[type=submit] {
	/* float: right; */
	width: 100px;
	/* border: 1px solid #acc720; */
	/* border: 1px solid #04ae70; */
	margin-bottom: 5px;
	line-height: 20px;
	height: 33px;
	padding-left: 10px;
	/* background: #acc720; */
	/* background: #04ae70; */
	background: #083f06;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-left:25%;
}

.topfrm .aceept_terms {
    font-size: 13px;
    color: #fff;
}

.topfrm .from_bottom_text {
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
}
/* form end */

/*  ------------------------------- Program Objective =======================================  */
.main_container {
    width: 76%;
}

.pro {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../image/pro_obj_bg.jpg) repeat;
}

    .pro ul {
        list-style: none;
        margin-left: -24px;
    }

        .pro ul li {
            list-style-image: url(../image/arrow_blue.png);
            font-size: 14px;
            color: #7c7c7c;
            line-height: 18px;
            padding-bottom: 10px;
        }
/* about */
.about {
    padding-top: 30px;
    padding-bottom:0px;
}

    .about h3 {
        font-size: 26px;
        color: #7c7c7c;
        margin-bottom: 20px;
        padding-right: 10px;
        float: left;
        margin-right: 10px;
        height: 32px;
        text-transform: uppercase;
    }

        .about h3.botom_space {
            line-height: 60px;
        }

    .about p.red_color {
        font-size: 14px;
        color: #ef1b25;
    }

    .about p {
        text-align: justify;
    }

    .about .talent_logo {
        width: 26%;
        float: left;
        margin-top: 20px;
    }

    .about .mica_logo {
        width: 18%;
        float: left;
        margin-top: 20px;
    }

    .about .olx_logo {
        float: left;
        margin-top: 10px;
    }

.program {
    background: url(../../talentedge/error-4044a65.html) no-repeat right top #dbb5a4;
    padding-bottom: 20px;
    padding-top: 0px;
}

    .program h3 {
        color: #234796;
        text-transform: uppercase;
    }

    .program ul {
        list-style: none;
        margin-left: -24px;
    }

        .program ul li {
            list-style-image: url(../image/arrow_white.png);
            font-size: 14px;
            color: #234796;
            line-height: 18px;
            padding-bottom: 10px;
        }

.pro_details {
    background: url(../../talentedge/error-40414a9.html) no-repeat right top #fff fixed;
    padding-bottom: 50px;
    padding-top: 40px;
}

    .pro_details .bg_heading {
        background: url(../../talentedge/error-404cb13.html) no-repeat top left #f1faff;
        padding: 10px;
        text-align: left;
        font-size: 16px;
        color: #234796;
        font-weight: bold;
    }

    .pro_details h4 {
        font-size: 16px;
        text-transform: none;
        color: #234796;
        font-weight: bold;
        margin-top: 0px;
    }

    .pro_details h3 {
        font-size: 30px;
        text-transform: none;
        color: #7c7c7c;
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .pro_details p {
        font-size: 14px;
        color: #404040;
    }

        .pro_details p strong {
            color: #234796;
        }

        .pro_details p .color_pink {
            color: #f69788;
        }

.attend {
    background: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}

    .attend h3 {
    }

    .attend ul {
        list-style: none;
        margin-left: -24px;
    }

        .attend ul li {
            list-style-image: url(../image/arrow_red.png);
            font-size: 14px;
            color: #7c7c7c;
            line-height: 18px;
            padding-bottom: 10px;
        }

.course_de {
    background: url(../../talentedge/error-404a3e1.html) no-repeat right bottom #cfd0ca;
    padding-bottom: 50px;
    padding-top: 40px;
}

    .course_de ul {
        list-style: none;
        margin-left: -40px;
    }

    .course_de h3 {
        color: #7c7c7c;
        text-transform: uppercase;
    }

    .course_de ul li { /* list-style-image:url(../image/arrow_blue.png); */
        font-size: 14px;
        color: #7c7c7c;
        line-height: 18px;
        padding-bottom: 10px;
    }

        .course_de ul li strong {
            color: #234796;
            font-weight: normal;
        }

    .course_de h4 {
        font-size: 18px;
        text-transform: none;
        color: #0b8fbf;
        padding-bottom: 8px;
    }

    .course_de ul.arrow {
        margin-left: -25px;
    }

        .course_de ul.arrow li { /**/
            list-style-image: url(../image/arrow_blue.png);
            font-size: 14px;
            color: #7c7c7c;
            line-height: 18px;
            padding-bottom: 10px;
        }

        .course_de ul.arrow strong {
            color: #234796;
        }

.about_us {
    padding-bottom: 50px;
    padding-top: 40px;
    background: #fff;
}

    .about_us h4 {
        font-size: 26px;
        text-transform: uppercase;
        color: #7c7c7c;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .about_us p {
        font-size: 14px;
        color: #7c7c7c;
        line-height: 20px;
        padding-bottom: 10px;
    }

.syllabus .prof_pic {
    padding-right: 10px;
}

.Pedagogy {
    background: url(../image/finance.jpg) no-repeat center top #e6f5fe;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}

    .Pedagogy h3, .Pedagogy p {
        color: #fff;
    }

    .Pedagogy h4 {
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        height: 50px;
    }

    .Pedagogy ul {
        list-style: none;
        /* margin-left: -24px; */
    }

        .Pedagogy ul li, .about2 ul li, .about ul li {
            list-style-image: url(../image/arrow_blue.png);
            font-size: 14px;
            color: #7c7c7c;
            line-height: 18px;
            padding-bottom: 10px;
			margin-left:20px;
        }
		/*Temp rule added*/
		.about ul li{
			list-style-image:unset;
		}
		.Pedagogy ol li, .about2 ol li, .about ol li {
			font-size: 14px;
			color: #7c7c7c;
			line-height: 18px;
			padding-bottom: 10px;
		}
    .Pedagogy p {
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        padding-bottom: 10px;
    }

.about2 ul {
    padding: 10px 0 0 12px;
}

.about2 .responsive-tabs-wrapper ul, .about .responsive-tabs-wrapper ul {
    margin-bottom: 30px;
}

.contact {
    background: url(../image/contact_bg.jpg) no-repeat right top #e2e5e6;
    padding-bottom: 50px;
    padding-top: 50px;
}

    .contact h3 {
        font-size: 30px;
        color: #7c7c7c;
        text-transform: uppercase;
        padding-bottom: 20px;
    }

    .contact a {
        color: #404040;
    }

.br_left {
    border-left: 1px solid #ccc;
}

.footer_bottom {
    background: #234795;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .footer_bottom p {
        color: #ffffff;
        font-size: 14px;
        line-height: 16px;
    }

.scrollToTop {
    background: url(../image/scroll-to-top.png) no-repeat scroll 0 20px;
    bottom: 10px;
    color: #444;
    display: none;
    font-weight: bold;
    height: 71px;
    padding: 10px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 51px;
}

.color_light_blue {
    color: #a7c4d3;
}

.fa.fa-map-marker {
    float: left;
    font-size: 60px;
    margin-right: 10px;
}

.mob_show_360 {
    display: none;
}

.tablet_show {
    display: none;
}

.tablet_hide {
    display: block;
}

    .tablet_hide ul {
        margin-left: -70px;
    }

    .tablet_hide li {
        list-style: none;
        float: left;
        padding: 10px 0px;
    }

        .tablet_hide li:first-child {
            border-left: none;
        }

    .tablet_hide ul:last-child li {
        border-bottom: none;
    }

.footer_bottom p {
    margin-bottom: 6px;
}

#course_de {
    background: #fff;
}
