html{
    height: 100%;
}

body{
    height: 100%;
    font-family: 'Quicksand', sans-serif;
}


h1,h2,h3,h4,h5,h6 {
    font-family: "Quicksand", sans-serif;
}

#nav .navbar{
    /* opacity: 0.8; */
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

section{
    overflow: hidden;
}


/* Navbar */
@media only screen and (max-width:767px){
    .navbar-nav{
        text-align: center;
    }
    .navbar-brand{
        padding-left: 20px;
    }
}

@media only screen and (min-width:767px){
    .navbar-collapse{
        padding-left: 50px;
    }
    .nav-item{
        margin-right: 10px;
    }
}

#nav a.navbar-brand>span{
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

ul.navbar-nav>li>a{
    font-family: "Raleway", sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

#nav .white-nav-top{
    background: #f4f4f4;
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

#nav .white-nav-top ul.navbar-nav>li>a{
    color: #000;
    font-weight: 600;
}

#nav .white-nav-top .custom{
    color: #fff !important;
}

#nav .white-nav-top a.navbar-brand>span{
    color: #000;
}


/* Changes the position of the indicators */
#imageSlider .carousel-indicators li {
    border-radius: 50% !important;
    width: 12px;
    height: 12px;
}

/* #imageSlider .carousel-item{
    min-height: 40vh !important;
    max-height: 40vh !important;
} */

#imageSlider .carousel-item img {
    max-height: 3 !important;
    /* max-width: 100% !important; */
}

#test_cards .card_span{
    color: #009d00;
}

#test_cards .card{
    width: 100%;
    background-image: linear-gradient(rgba(81, 230, 125, 0.49) 0%, rgba(255, 255, 255, 0.54) 30%, white 100%);
    background: linear-gradient(to bottom,rgba(10,208,244,.2) 0,rgba(255,255,255,.54) 30%,#fff 100%);
    border: 2px #000;
    opacity: 1;
    padding: 0px 0px;
    border-radius: 8px;
    box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
   
}

#test_cards .c_b1{
    background-image: linear-gradient(rgba(210, 26, 26, 0.18) 0%, rgba(255, 255, 255, 0.54) 30%, white 100%);
    border-radius: 8px;
}

#test_cards .c_custom{
    background-image: linear-gradient(rgba(255, 245, 245, 0.19) 0%, rgba(255, 255, 255, 0.54) 30%, white 100%);
    border-radius: 8px;
}

#test_cards .card-body ul{
    list-style: none;
    font-size: small;
    margin: 10px 5px;
    padding: 0;
    
}

#test_cards .card-subtitle{
    font-size: 14px;
}

#test_cards .card button {
    opacity: 0.9;
}

#test_cards .heading_text{
    font-size: min(40px, 8vw);
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
}

#test_cards{
    background-color: #f1f4f6;
    padding: 80px 0px 100px;
}
/* 
.col-md-3{
    padding-left: 0px;
    padding-right: 0px;
} */

#test_cards .btn-general {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    /* margin: 0 6px; */
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#test_cards .btn_more {
    color: #fff;
    border: 1px solid #0062cc;
    background-color: #0069d9;
    opacity: 0.9;
}

#test_cards .btn_more:hover,
.btn_more:focus {
    color: #fff;
    background-color: #0069d9;
    border: 1px solid #0062cc;
    opacity: 1;
}


.tc-courses {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .tc-courses .course-card {
    padding-top: 50px;
    padding-bottom: 0;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }



  @media only screen and (max-width: 1000px) {
    .tc-courses .course-card{
        width: 33%;
    }
  }

  @media only screen and (max-width: 776px) {
    .tc-courses .course-card{
        width: 50%;
    }
  }

  @media only screen and (max-width: 480px) {
    .tc-courses .course-card{
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
    }

    .statistics .stats-card{
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
    }
  }
  

#content .vertical-heading h1{
    writing-mode: vertical-rl;
    text-orientation: upright;
}

#content .content-box-md {
    padding: 80px 0px;
}

#content .slogan_text{
    text-align: center;
    font-style: italic;
}

/* Review */

#review {
    padding: 40px;
}

#review .card{
    position: relative;
    box-shadow: -1px 1px 4px 0 rgba(117,138,172,.12);
    border-radius: 4px;
    height: 400px;
}

#review .card img{
    /* position: absolute; */
    /* top: 2;
    left: 3; */
    background-size: cover;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    float: left;
}

#review .cust_name{
    font-weight: 700;
    padding: 10px;
    float: left;
}

#review .cust_testname{
    font-size: small;
}

#review .card p {
    text-align: center;
    font-style: italic;
    font-size: 14px;
}

#review .carousel-control-prev{
    color: #2a2a2a;   
}


#review .carousel-control-next{
    color: #2a2a2a;
}

#review .card-header{
    background-color: #fff;
}

/* Stats */

#stats{
    background-color: #f1f4f6;
    padding: 80px 40px 100px;
}
.statistics {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

.statistics .stats-card {
    padding-top: 50px;
    padding-bottom: 0;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#stats .content-box-md {
    padding: 80px 0px;
}

#stats .stats_text img {
    width: 80%;
    height: 70%;
    
}

@media only screen and (max-width: 769px) {
    .stats-img{
        display: none;
    }
  }

#stats .stats_text p {
    font-size: min(40px,8vw);
    font-weight: lighter;
}

/* #stats .counter_section {
    margin: 10% auto;
} */

#stats .counter_section .icon-box {
    /* border: 1px solid #000; */
    /* height: 100px; */
    width: 100px;
    margin: 0px auto;
    /* transform: rotate(45deg); */
}

#stats .counter_section .icon-box .fa {
    font-size: 50px;
    font-weight: lighter;
    margin: 0px auto;
    color: #dedede;
    /* transform: rotate(-45deg); */
}

#stats .counter_section p {
    font-size: 25px;
    font-weight: lighter;
}

#stats .counter {
    font-size: 30px !important;
    /* font-weight: bolder; */
}

#stats .card{
    width: 100%;
    /* background-color: #f6f6f6; */
    /* background-image: url("../img/stats-bg.png"); */
    /* background-size: cover; */
    /* background-image: linear-gradient(rgba(81, 230, 125, 0.49) 0%, rgba(255, 255, 255, 0.54) 30%, white 100%); */
    /* background: linear-gradient(to bottom,rgba(159, 145, 145, 0.2) 0,rgba(255,255,255,.54) 30%,#fff 100%); */
    border: 2px #000;
    opacity: 1;
    padding: 0px 0px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(143,140,143,1);
    min-height: 200px;
    transition: all 400ms linear;
   
}

#stats .card:hover{
    background-color: #00b2ff;
    color: #fff;
    /* opacity: 0; */
}

#stats .card:hover .fa{
    color: #fff;
}

/* #stats .card2{
    min-height: 360px;
} */

@media only screen and (max-width:800px){
    .statistics .stats-card {
        width: 80%;
        padding-left: 20px;
        padding-right: 20px;
    }

    #stats .card2{
        min-height: 300px;
    }
}

@media only screen and (max-width:500px){
    .statistics .stats-card {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* =========================================
                Contact
============================================ */


/* Contact Left */

#contact-left p {
    margin: 25px 0 20px 0;
}

ul.office-details {
    list-style: none;
    padding: 0;
}

ul.office-details li {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-top: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

ul.office-details li i {
    font-size: 20px;
    width: 45px;
}

#contact-left ul.social-list li a {
    color: #212226;
    border: 1px solid #212226;
    text-align: center;
}

#contact-left ul.social-list li a:hover {
    color: #fff;
    border-color: transparent;
}


/* Contact Right */

#contact-right {
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#contact-right h4 {
    font-size: 24px;
}

#contact-right p {
    margin-bottom: 25px;
}

#contact-right form .form-control {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
}

#contact-right form textarea.form-control {
    min-height: 164px;
}

/* =========================================
                Social Icons
============================================ */

ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    background: #0e76a8;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background:  #e1306c;
    border-color: transparent;
}

.twitter a:hover {
	background: #00aced;
    border-color: transparent;
}

.github a:hover {
	background: #000;
    border-color: transparent;
}

.youtube a:hover {
	background: #c4302b;
	border-color: transparent;
}

#contact .content-box-md{
    padding: 100px 0;
}

#contact .btn-general {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .7s;
}

.btn-yellow {
    color: #fff;
    border: 1px solid #0062cc;
    background-color: #0069d9;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #0069d9;
    border: 1px solid #0062cc;
}

#contact .vertical-heading h5 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 9px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 60px;
    left: -53px;
}

#contact .vertical-heading h2 {
    margin: 0 0 0 35px;
}

#contact .vertical-heading h2 {
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
}

/* =========================================
                Footer
============================================ */

footer {
    background: #212226;
    padding: 30px;
}

footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}

footer p span {
    color: #1586ff;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 5px 20px 5px;
    font-size: 22px;
    /* display: none; */
}

/* =========================================
                Test Series
============================================ */

#test_series {
    margin-top: 55px;
    width: 100%;
    
}

#test_series .vertical-heading h1{
    writing-mode: vertical-rl;
    /* text-orientation: upright; */
    letter-spacing: 2px;
}

#test_series .slogan_text{
    text-align: center;
    font-style: italic;
}

#test_series .topics {
    border: 10px #000;
    opacity: 1;
    padding: 0px 0px;
    border-radius: 10px;
    box-shadow: -1px 5px 10px 7px rgba(117,138,172,.12);
    /* -webkit-box-shadow: 10px 10px 8px -1px rgba(224,224,224,1);
    -moz-box-shadow: 10px 10px 8px -1px rgba(224,224,224,1);
    box-shadow: 10px 10px 8px -1px rgba(224,224,224,1);
    border : 0.5px solid rgba(224, 224, 224, 1);
    border-radius: 10px; */
}

/* #test_series .container-flex {
    padding-left: 15px;
    padding-right: 15px;
} */

#test_series .links {
    text-decoration: none;
    color: #646f79;
}

#test_series .links:hover {
    text-decoration: underline;

}

#test_series .heading_test .fa {
    /* padding: 0px; */
    padding-left: 7px;
    font-weight: bolder;
    /* color: #646f79; */
    /* font-size: 18px; */
    /* opacity: 0; */
}

#test_series .listing li {
    line-height: 2.0rem;
    padding-left: 5px;
}

/* #test_series .abc:hover {
    padding: 5px;
    opacity: 1;
} */

#test_series_contact {
    background-color: #f1f4f6;
    
}

/* #test_series .vertical_line {
    border-left: 1px solid #000;
    height: 100px;
    display: block;
    position: ;
    margin: auto;
} */




/* =========================================
                Test Result
============================================ */

/* #circleBar{
    overflow: visible;
} */

#test_result{
    padding-top: 80px;
}
.tr-nav{
    overflow: visible;
}


.tr-con{
    /* width: 1000px; */
    margin: 0;
    /* float: left; */
}

.tr-con2{
    /* width: 500px; */
    margin: 0;
    float: right;
}

.tr-h5{
    color: #4f4f4f;
    text-decoration: none;
}

.tr-box{
    width: 30%;
    float: left;
    
}

.tr-chart{
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 160px;
}

.tr-box canvas{
    position: absolute;
    left: 0;
    top: 0;
}

.tr-text{
    justify-content: center;
    display: flex;
    margin-top: 10px;
    word-wrap: keep-all;
    text-align: center;
}

.tr-col0{
    float: left;
    width: 70%;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.tr-col{
    float: left;
    width: 25%;
    padding: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border: 10px #000;
    opacity: 1;
    border-radius: 7px;
    box-shadow: -1px 5px 10px 2px rgba(117,138,172,.12);
}
.tr-row{
    margin-top: 20px;
}
.tr-row:after{
    content: "";
    display: table;
    clear: both;
}
.tr-btnCol{
    display: flex;
    justify-content: center;
}
.tr-btn{
    margin: 10px;
}
@media only screen and (max-width: 600px){
    .tr-col0{
        width:100%;
    }
    .tr-col{
        width:60%;
        margin: 10px;
    }
}
/* User Rating */

/* .stars .fa-star{
    color: white;
    text-shadow: black;
    stroke: black;
    border-radius: 10px;
    border-style: solid;
} */

/* =========================================
                Congratulation
============================================ */

#cong .con-text{
    font-style: oblique;
    font-size: larger;
    font-weight: bold;
    
}

#cong .con-link{
    text-decoration: none;
}

/* =========================================
                myProfile
============================================ */

#myProfile{
    padding: 80px;
    
}

#myProfile .usrPhoto{
    margin-bottom: 20px;
    position: relative;
    /* width: 100vw; */
}

#myProfile .usrPhoto img{
    width: 150px;
    border-radius: 8px;
}

#myProfile .ownerInfo{
    width: fit-content;
    text-align: center;
    float: left;
    /* position: relative; */
}

#myProfile .ownerInfo .usrPhotoDIV{
   float: left;
   position: absolute;
   left: 20px;
   bottom: 10px;
   z-index: 1;
   background-color: #000;
   padding: 5px;
   color: #fff;
   font-size: 12px;
   opacity: 0.6;
   border-radius: 3px;
   text-decoration: none;

}


#myProfile .ownerInfo .usrName{
    font-family: "Raleway", sans-serif;
    font-size: min(20px, 8vw);
    font-weight: 500;
}

#myProfile .contentList{
    width: 180px;
}

#myProfile .contentList ul{
    list-style-type: none;
    padding-left: 10px;
}

#myProfile .contentList ul li{
    padding: 10px;
    border: 1px solid #00aced;
}

#myProfile .contentBox{
    padding-left: 100px;
    float: left;
    width: 80%;
    /* border: 1px solid #646f79; */
}

#notify{
    /* border: 1px solid #646f79; */
    /* border-radius: 5px; */
    padding: 20px;
}

#basic{
    padding: 20px;
    /* display: flex; */
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#basic .basicDIV{
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    /* width: fit-content; */
    padding-left: 100px;
    padding-right: 100px;

}

#basic input:focus{
    outline: none;
    box-shadow: none;
}

#basic .form-control-plaintext{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

#security{
    padding: 20px;
    /* display: flex; */
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#history{
    padding: 20px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

/* =========================================
                Forgot Password
============================================ */

#forgotPassword{
    padding: 200px 0px 200px 0px;
    background-color: #e9ebee;
}

.fp-div{
    /* border: 1px solid #000; */
    /* width:555px; */
    /* display:inline-block; */
    background-color: #fff;
    border: 1px solid #ccc;
    /* padding: 5px; */
}

.fp-heading{
    /* float: left; */
    text-align: left;
    /* width: 100%; */
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5px;
    /* font-weight: 500; */
}

.fp-heading h6{
    font-weight: 600;   
}

.fp-codeDIV{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
}

.fp-codeDIV form{
    margin-top: 5px;
}

.fp-codeDIV input{
    width: 255px;
    font-size: 14px;
    /* padding: 0; */
    height: 25px;
    border-radius: 0;
}

.fp-footer{
    padding: 8px 16px;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
}

.fp-footerBtn{
    text-align: right;
}

.fp-btnSubmit{
    background-color: #3e6be8;
    border-color: #29487d;
    border: 1px solid #ccd0d5;
    border-radius: 2px;
    cursor: pointer;
    /* display: inline-block; */
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    line-height: 18px;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: top;
    white-space: nowrap;
    color: #fff;
    font-weight: 600;
}

.fp-btnCancel{
    background-color: #f5f6f7;
    border: 1px solid #ccd0d5;
    border-radius: 2px;
    cursor: pointer;
    /* display: inline-block; */
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    line-height: 18px;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: top;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
}

.fp-btnSubmit:hover, .fp-btnSubmit:focus{
    background-color: #4267b2;
    border-color: #29487d;
    border: 1px solid #ccd0d5;
    outline: none;
}

.fp-btnCancel:hover, .fp-btnCancel:focus{
    background-color: #ccc;
    border: 1px solid #ccd0d5;
    outline: none;
}

.fp-resendBtn{
    outline: none;
    border: none;
    color: #007bff;
}

.fp-errorMsg{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    background-color: #ffebe8;
    border: 1px solid #dd3c10;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

/* =========================================
                Forgot Password
============================================ */

.rec-codeDIV{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 15px;
}

.rec-codeDIV form{
    margin-top: 5px;
    margin-left: 10px;
}

.rec-codeDIV form label i{
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    color: #3e6be8;
}

.vr-inputCode{
    /* width: 255px; */
    font-size: 14px;
    /* padding: 0; */
    height: 30px;
    border-radius: 0;
}

.fp-footerLeft{
    float: left;
    font-size: 12px;
    padding: 0;
}

.fp-footerLeft a{
    text-decoration: none;
    /* color: #314d85; */
}

/* =========================================
                Forgot Password
============================================ */

#instruction{
    padding: 40px;
    /* background-color: #ebebeb; */
}