
/* Data Science With Python Page (2nd Page) CSS  */

/* Importing Muli font from Google */
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

*{
    font-family: Muli;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding:0;
}

/* ----------------------------- Header Section CSS ------------------- */

.header-section-python{
    height: 410px;
    background-image: url("images/datascience_using_python/header.png");
    background-size: cover;
    margin: 0;
    padding: 0;
	position:relative;

}

.header-section-python-overlay{
    height: 410px;
    background: rgba(56, 2, 165, 0.93);
    color: #FFFFFF;

}

.header-text-one{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.32em;
    color: #FFDE5B;

}

.center-python{
    margin: 0;
    position:absolute;
    top: 40%;
    left: 45%;
    transform: translate(-50%, -50%);
  }
@media only screen and (max-width: 1024px) {
    .center-python{
        margin: 0;
        position: absolute;
        margin-top: 10%!important;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .header-section-python {
        height: 400px!important;
    }

    .header-section-python-overlay{
        height: 400px!important;
    }

}
@media only screen and (max-width: 768px) {
    .center-python{
        margin: 0;
        position: absolute;
        margin-top: 14%!important;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .header-section-python {
        height: 400px!important;
    }

    .header-section-python-overlay{
        height: 400px!important;
    }
	
	#nanodegree{
		height:400px;
	}

}
@media only screen and (max-width: 450px) {
    .center-python{
        margin: 0;
        margin-top: 16%!important;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .header-section-python {
        height: 540px!important;
    }

    .header-section-python-overlay{
        height: 540px!important;
    }

}

@media only screen and (max-width: 375px) {
    .center-python{
        margin: 0;
        margin-top: 12%!important;
        left: 45%;
        transform: translate(-50%, -50%);
		
    }

    .header-section-python {
        height: 620px!important;
    }

    .header-section-python-overlay{
        height: 620px!important;
    }

}
@media only screen and (max-width: 325px) {
    #nanodegree{
        margin: 0;
        margin-top: 52%!important;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .header-section-python {
        height: 620px!important;
    }

    .header-section-python-overlay{
        height: 620px!important;
    }

}


.header-section-python-overlay .center-python h2{
    font-weight: bold !important;
    font-size: 36px !important;
    line-height: 45px !important;
}

.center-python .btn{
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #E7003E;
}

.center .btn:hover{
    border: 1px solid #E7003E;
}

/*---------------top-navbar-----------------------*/

 #navbarResponsive  li .nav-link{
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    width: 100%;

}


/*--------------------End-top-navbar----------------*/

#navbarNav li:first-child{
    margin-left: -12% !important;
}

@media only screen and (max-width: 991px) {
    
#navbarNav li:first-child{
    margin-left: 3% !important;
}
}

#navbarNav li:not(:first-child){
    margin-left: 3%;
}

#navbarNav ul li .nav-link{
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}

#navbarNav .navbar-nav .active  {
    color:white;
    border-bottom: 3px solid #3802A5 !important;
}

#navbarNav .navbar-nav li:not(:last-child):hover{
    border-bottom: 3px solid #3802A5;
}

.btn-nav{
    border-radius: 0;
    background: #E7003E;
    color: #FFFFFF !important;
}

.btn-nav:hover{
    border: 1px solid #E7003E;
    color: #E7003E !important;
    background: #FFFFFF;
}

#sticky_navbar{
    background: #FFFFFF !important;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05) !important;
}

#navbarNav {
    padding: 8px 0;
}

/* ------------------------ Course Overview CSS ----------------------- */

.section-heading{
    font-size: 28px !important;
    line-height: 40px !important;
    color: #010101 !important;
    font-weight: 600 !important;
}
.course-section{
    background: #FFFFFF;
    padding: 1% 0;
}

.text-secondary{
    color: #777777 !important;
    font-weight: 600;
}

.sub-section-heading{
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    color: #010101;
}

.course-features .fa-check-circle{
    color: #E7003E !important;
    font-size: 20px;
}

.course-features:hover{
   cursor: pointer;
}

.course-features:hover .text-secondary{
    cursor: pointer;
    color: #E7003E !important;
}

.course-section .col-md-4{
    padding-left: 10%;
}

.course-section .col-md-4 p{
    margin:0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.course-section-headings{
    margin:0 !important;
    line-height: 22px !important;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 18px !important;
}


/* ----------------------- Data Science Using Python CSS ---------- */

.python-syllabus{
    background: #F8F8FF;
    padding: 1% 0;
}

#accordionEx .card{
    background: #FFFFFF !important;
    border:none;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05)
}

#accordionEx .card a{
    text-decoration: none;
    color: #010101;
    font-weight: bold !important;
}

#accordionEx .card .card-header a h5{
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 25px;
    color: #010101;
}

#accordionEx .card .card-header{
    background: #FFFFFF;
    padding: 20px 10px;
}

#accordionEx .card .card-header .accordian-caret{
    padding: 1px 5px;
    background: #E7003E;
    height:24px;
    width: 24px;
    font-size: 20px;
    border-radius: 50%;
    color: #FFFFFF;
}

.python-syllabus .col-md-4{
    padding-left: 10%;
}

.python-syllabus .col-md-4 h5{
    font-weight: 600;
    font-size: 20px !important;
    line-height: 25px;
    color: #010101;
    margin:0 !important;
    line-height: 20px !important;
    padding: 0 !important;
}


/*--------------------------------- Our Instructors Section CSS -------------------*/

.our-instructors{
    padding: 7% 0;
    background: #FFFFFF;
}

.our-instructors #carouselExampleSlidesOnly .card{
    border: none;
    border-left: 5px solid white;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05)
}

.our-instructors #carouselExampleSlidesOnly .card .col-md-3 img{
    margin-top: 90%;
    margin-left:-20%;
    transform: translateY(-50%);
    height: 128px !important;
    width: 128px !important;
}

.our-instructors #carouselExampleSlidesOnly .card .col-md-7 .card-body .card-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #010101;
}

.our-instructors #carouselExampleSlidesOnly .card .col-md-7 .card-body .card-text{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #777777;
}
@media(max-width:450px){
	.our-instructors #carouselExampleSlidesOnly .card .col-md-3 img{
    margin-top: -2%;
    margin-left: 28%;
    transform: translateY(5%);
    height: 134px !important;
    width: 134px !important;
}

.our-instructors #carouselExampleSlidesOnly .card .col-md-7 .card-body .card-text{
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    color: #777777;
}
#mycardtext{
	
	 color:black;
	 font-weight:700;
	 font-size:16px;
	
 }
 }
 
 .card-title1{
	 color:black;
	font-weight:700;
	font-size:22px;
	
 }

}


@media(max-width:375px){
	.our-instructors #carouselExampleSlidesOnly .card .col-md-3 img{
    margin-top: 0%;
    margin-left: 28%;
    transform: translateY(5%);
    height: 134px !important;
    width: 134px !important;
}

.our-instructors #carouselExampleSlidesOnly .card .col-md-7 .card-body .card-text{
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    color: #777777;
}
#mycardtext{
	
	 color:black;
	 font-weight:700;
	 font-size:16px;
	
 }
 }
 
 .card-title1{
	 color:black;
	font-weight:700;
	font-size:22px;
	
 }

}

 

/* ------------------------------ Student Projects Section CSS -------------------- */


.student-projects{
    padding: 7% 0;
    background:  #F8F8FF;
}

.display-inline{
    display: inline !important;
}

.btn-student-project{
    border: 1px solid #E7003E;
    border-radius:0;
    background: #FFFFFF;
    color: #E7003E;
    box-sizing: border-box;
}

.btn-student-project:hover{
    color: #FFFFFF;
    background: #E7003E;
}

.student-projects .col-md-4 .card{
    border:none;
    background: #FFFFFF;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 3px 3px;
}

.student-projects .col-md-4 .card .card-img-top{
    max-width:100%;
}

.student-projects .col-md-4 .card .card-body{
    padding:0;
    margin:0;
}

.student-projects .row .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}

.student-name{
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 25px;
    color: #010101;
    margin:0;
}

.student-designation{
    font-size: 16px;
    line-height: 20px;
    color: #E7003E;
}


/* -------------------------- Ceritication Section CSS ---------------------- */


.certification{
    background: #FFFFFF;
    padding: 7% 0;
    padding-bottom: 3%;
}

.certification h2{
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 40px !important;
    color: #010101 !important;
}

.certificate-img{
    width: 100%;
    z-index: -1;
}

.certification .col-md-4 h5{
    font-weight: 600;
    font-size: 20px;
}

.certification .col-md-4 p{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #777777;
}

/* -------------------- AOD Student Review ----------------- */


.aod-std-rvw{
    background: #FFFFFF;
    padding: 7% 0;
    padding-top: 3%;
}

.aod-std-rvw h2{
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 40px !important;
    color: #010101 !important;
}

.student-image{
    border-radius: 50%;
}

.student-name{
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
}

#multi-item-example-student-review .card{
    border:none;
    background: #FFFFFF;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

#multi-item-example-student-review .card-body{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #010101;
}

.student-post{
    font-size: 12px;
}

.carousel-indicators{
    top: 100%;
    left: 23%;
    width: 25% !important;
    height: 6px;
    background-color: rgb(236, 235, 235);
    border-radius: 20px;
    padding: 0;
}

.carousel-indicators li{
    margin:0;
    width: 33%;
    height: 6px;
    border-radius: 20px;
    background: none;
}

.carousel-indicators .active{
    background-color: #E7003E !important;
}

.controls-left a, .controls-right a{
    color: #E7003E !important;
}

.controls-left{
    position: absolute;
    top: 96% !important;
    left: 34%;
    font-size: 21px;
}

.controls-right{
    position: absolute;
    left: 66%;
    top: 96% !important;
    font-size: 21px;
}


/*  ----------------------- Data Science Using Python Course Review Section CSS ------------- */


.python-course-review{
    padding: 4% 0;
    background: rgba(56, 2, 165, 0.93);
}

.python-course-review .section-heading{
    color: #FFFFFF !important;
}

.python-course-review .card{
    border-radius: 0;
    margin:0;
    padding:0;
    padding-bottom: -10%;
}

.python-course-review .card .card-body{
    margin:0;
    padding: 5px 20px !important;
    padding-bottom: 0 !important;
}

.program-name{
    font-size: 18px;
    line-height: 23px;
    color: #010101;
    margin:0;
}

.program-price{
    font-weight: bold;
    font-size: 48px;
    line-height: 60px;
    color: #010101;
    margin:0;
}

.course-enroll-btn{
    z-index: 999 !important;
    margin-bottom: -7% !important;
    padding: 5px 20px;
}


/* ------------------- Python Frequently Asked Questions Section CSS ----------------- */

.python-faq{
    padding: 4% 0;
    background: #FFFFFF;
}
#accordionEx2 .card{
    background: #FFFFFF !important;
    border:none;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05)
}

#accordionEx2 .card a{
    text-decoration: none;
    color: #010101;
    font-weight: bold !important;
}

#accordionEx2 .card .card-header a h5{
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 25px;
    color: #010101;
}

#accordionEx2 .card .card-header{
    background: #FFFFFF;
    padding: 20px 10px;
}

#accordionEx2 .card .card-header .accordian-caret{
    padding: 1px 5px;
    background: #E7003E;
    height:24px;
    width: 24px;
    font-size: 20px;
    border-radius: 50%;
    color: #FFFFFF;
}



 
 /*------------Course-cs-------------*/
 
  .othertext{
	 color:#FFDE5B ;
	 font-size:22px;
	 margin-bottom: -55px;
 }
 
 
/*-----------------Footer-Css---------------------------*/

#lab_social_icon_footer {
    padding: 40px 0;
    background-color: black;
}

#lab_social_icon_footer a {
    color: white;
}
.copy-right{
    color: white;
}
#lab_social_icon_footer .social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#lab_social_icon_footer .social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
/*
    Multicoloured Hover Variations
*/

#lab_social_icon_footer #social-fb:hover {
    color: #3B5998;
}

#lab_social_icon_footer #social-tw:hover {
    color: #4099FF;
}

#lab_social_icon_footer #social-ln:hover {
    color: lightseagreen;
}
#lab_social_icon_footer #social-im:hover {
    color: palevioletred;
}


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 