
.colored{
    background: #effbff !important;
}
.complimentry{
    border: 2px dashed #eee;
    border-radius: 6px;
    margin: 15px 15px;
    padding: 8px;
}

.header-area .main-nav .nav li {
    padding-left: 4px;
    padding-right: 4px;
}
.font-h1{
    font-size: 35px;
    line-height: 35px;
}

h1 {
    /* text-align: center; */
    font-size: 50px;
    color: #bc226d;
    line-height: 51px;
}


.left-heading .section-title {
    font-weight: 600;
    font-size: 36px;
    color: #935de1;
}

.mini .mini-content .info h1 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0.25px;
    margin-bottom: 30px;
}

h4.section-title{
    font-weight: 600 !important;
    color: #000 !important;
    letter-spacing: 0 !important;
}
h2.section-title{
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    font-size: 36px !important;
}
.color-1{
    color: #ef2674 !important;
}

.color-2{
    color: #2033aa !important;
}

.apply-now{
    background: linear-gradient(45deg, #ce518b, #111556);
    color: #fff !important;
    padding: 1px 15px;
    border-radius: 100px;
}

.list-main{
    
}
.list-main li{
    padding: 7px 15px !important;
    list-style-type: disc !important;
    list-style-position: inside;
    font-size: 16px;
    font-weight: 500;

}
.list-main-1{
    margin-bottom: 20px;
    
}
.list-main-1 li{
    padding: 7px 0 !important;
    list-style-type:lower-roman !important;
    list-style-position: inside;
    font-size: 16px;
    font-weight: 500;

}
.list-main-2 li{
    padding: 7px 0 !important;
    list-style-type: lower-alpha !important;
    list-style-position: inside;
    font-size: 14px;
    font-weight: 500;
}

table th,td{
    padding: 5px 10px !important;
}
table th{
    padding: 5px 10px !important;
    font-weight: 600 !important;
}


footer {
     background: -webkit-linear-gradient(left, #ef2673 0%, #2032aa 100%);;
    padding-top: 30px;
}


.section-sample-papers{
    padding: 70px 0;
}

.city-contact{
    list-style: none;
    padding-top: 20px;
}
.city-contact li{
    width: 290px !important;
    display: inline-block;
    text-align: left !important;
}

.color-3{
    color : #fff;
}
.color-3:hover{
    color : #fff;
}

.mt-50{
    margin-top: 80px;
}

.mb-50{
    margin-bottom: 30px;
}

.welcome-area{
padding: 100px 0 !important;
}



.logo-ffot{
    width: 200px;
    margin-bottom: 30px;
}

#to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9;
    transform: translateY(110px);
    -webkit-transform: translateY(110px);
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ef2674;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}

.back-to-top {
    /*background: linear-gradient(45deg, #769321, #ad9c21);*/
     background-color: #ef2674;
    border-radius: 100px;
    bottom: 50px;
    right: 10px !important;
    z-index: 99999;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.back-to-top:hover {
    color: #fff;
    background-color: #021d3a;
}