*{
	padding: 0px;
	margin:0px;
	box-sizing: border-box;
}

body{
	font-family: 'Poppins', sans-serif !important;

}
body, html {
height: 100%;
}

body {
display: flex;
flex-direction: column;
align-items: stretch;
} 
section.content, .header-sec, footer.main-footer {
flex-shrink: 0; 
}

section.content {
flex-grow: 1;
background-color: #f4f6f9;
}
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
/* HERE STARTS THE MAGIC */
header {
    text-align: center;
    color: #fff;
    background: #18bc9c;

    position: fixed;
    width:100%;
    z-index: 1;
    height: 88%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.content-wrapper{
    background-color: white;
    top: 87%;
    min-height: 12%;
    position:absolute;
    z-index: 2;
    width: 100%;    
}
/* HERE ENDS THE MAGIC */
header .container {
    padding-top: 150px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}


a.navbar-brand img {
    /* width: 150px; */
}

a.nav-link {
    color: white;
}



button.btn {
    background: #e8e4de;
    color: #1f2235;
    transition: all 0.4s linear;
    border: 2px solid #e8e4de;
    margin-left: .5rem;
}

button.btn:hover {
    background: #1f2235 !important;
    color: #e8e4de;
    border: 2px solid #e8e4de;
}
.btn.submitBtn {
    background: #e8e4de;
    color: #1f2235;
    transition: all 0.4s linear;
    border: 2px solid #e8e4de;
    margin-left: .5rem;
}

.btn.submitBtn:hover {
    background: #1f2235 !important;
    color: #ffc576;
    border: 2px solid #ffc576;
}
ul.navbar-nav.ml-auto li a:hover {
    color: #FFC576;
}

.header-sec {
    background: #DA261E;
}
.meter-sec {
    /* background: #e1e4e8; */
    color: #000;
    /* border-bottom: 1px solid #ffc576; */
}

.meter-sec .row {
    align-items: center;
}

.col-lg-6.col-md-6.col-sm-6.col-6.Reft-sec {
    text-align: right;
}

.audio-section {
    overflow-x: hidden;
}



.audio-section {
    padding: 100px 0px;
}

.audio-img {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-l-radius: 10px;
}

.audio-img {
    background: #27293d;
    color: #fff;
}

.headphones {
    background: #313552;
    color: #fff;
    padding: 40px 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.error-sec {
    display: flex;
    margin-top: 10px;
}

.btn-nw {
    text-align: center;
}

.error-in img {
    margin-right: 8px;
}
.headphones span {
    color: #ffc576;
    font-weight: 600;
}
.audio-section {
    background:  #1f223591;
}

.pragraph {
    text-align: center;
    padding-top: 16px;
}

.audio-cmp {
    border-radius: 10px;
    box-shadow: 2px 2px 10px #999;
}

.audio-section-one {
    overflow-x: hidden;
    /* background: #f4f6f9; */
    padding: 50px 0px;
}

ul.answer-one {
    margin-bottom: 30px;
}


p.time {
    margin-bottom: 30px;
}

.col-lg-2.col-md-2.col-sm-12.col-12.watch-sec ul li {
    display: inline-block;
}

.col-lg-6.col-md-6.col-sm-12.col-12.btns-sec ul li {
    display: inline-block;
}

.meter-sec .row {
    justify-content: space-between;
    align-items: center;
}

.col-lg-6.col-md-6.col-sm-12.col-12.btns-sec {
    text-align: center;
}

.meter-sec {
    padding: 16px 0px 0px 0px;
}

.col-lg-2.col-md-2.col-sm-12.col-12.watch-sec {
   
    font-size: 20px;
}



/*start part1----------------------*/
.col-12.part1 {
    background: #e1e4e8;
    margin-bottom: 20px;
    padding-top: 10px;
}

.col-12.question-detail ul li {
    list-style: none;
}
ul.question-txt li {
    display: inline-block;
}
.col-12.question1 {
 
    border-bottom: 1px solid #ffc576;
    margin-bottom: 15px;
}
/*end part1-------------------------*/







