html, body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #211f1f;
    margin: 0;
    padding: 0;
    background: white;
}
p{
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-weight: 500;
}
a {
    text-decoration: none;
    color: unset;
}
a:active,
a:hover,
a:focus {
    text-decoration: none;
}
a:active,
a:hover,
a:focus {
    outline: 0 none;
}
.theme-btn {
    padding: .875rem 2.75rem;
}
.theme-orange {
    background: #e38b00;
    color: white;
}
.theme-blue {
    background: #0c0b39;
    color: white;
}
.color-orange {
    color: #e38b00;
}
.color-blue {
    color: #0c0b39;
}
.theme-light-bg {
    background: #e5eef6;
}
.p-17 {
    font-size: 17px;
}
.f-15 {
    font-size: 15px;
}
.box-shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.border-unset {
    border: unset;
}
.form-control {
    background-clip: unset;
}
.bg-unset {
    background: unset;
}
.max-width {
    width: 600px;
}
.btn {
    border-radius: unset;
}
.counter-section, .target, .our-team, .online-course, .search-course, .event-listing, .event-gallery, .blog, .blog-detail, .aboutus, .abt-counter, .timeline, .result, .result-list, .student, .faculties, .course, .blog-block, .contact-section {
    padding: 50px 0;
}
.carousel .btn:hover, .post .btn:hover,.career-form .btn:hover, .contact-form .btn:hover, .result .btn:hover, .search-student .btn:hover, .join-us:hover {
    background: #0c0b39;
    border: #0c0b39;
    color: white;
}
.get-course:hover {
    background: white;
    color: #0c0b39;
}
.form-control {
    border-radius: unset;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ff9600;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}
.sec-title h2 {
    position: relative;
    display: block;
    line-height: 1.2em;
    color: #0c0b39;
    font-weight: 700;
}
.sec-title .divider {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    width: 150px;
    text-align: center;
}
.sec-title .divider:before, .sec-title .divider:after {
    position: absolute;
    left: 0;
    top: 9px;
    height: 1px;
    width: 52px;
    background-color: #0c0b39;
    content: "";
}
.bg-fill  .divider:before, .bg-fill  .divider:after {
    background-color: white !important;
}
.sec-title .divider:after {
    left: auto;
    right: 0;
}
.divider .fa {
    color: #0c0b39;
}
.bg-fill .divider .fa {
    color: white;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #0c0b39 !important;
}

/*pre loader*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c0b39;
    z-index: 999999;
    text-align: center;
}
.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 46%;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
}
.preloader .spinner .double-bounce1, .preloader .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*1. Top Header*/
.top-header {
    background-color: #0c0b39;
    color: white;
}
.top-header .btn {
    border-radius: unset;
    font-size: 13px;
}
.top-header .btn:hover {
    background: white;
    color: #e38b00;
}
.marquee {
    padding: 10px 0 0;
}
.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 15s linear infinite;
}
.marquee span:hover {
    animation-play-state: running;
}

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

/*2. Main Header*/
nav {
    padding: 1rem 0 !important;
}
.navbar-nav .nav-item{
    margin-left:45px
}
.navbar-nav .nav-link {
    color: #192F59;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}
.navbar-nav .nav-link.login-btn{
    background: #3DB166 !important;
    color: #fff !important;
    background-image: none !important;
    -webkit-text-fill-color: #fff  !important;
    border-radius: 6px;
    padding-left: 30px;
    padding-right: 30px;
}
.navbar-nav .nav-item .nav-link {
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient( to right, #3db166, #3db166 50%, #192F59 50% );
    background-image: -moz-linear-gradient( to right, #3db166, #3db166 50%, #192F59 50% );
    background-image: -ms-linear-gradient( to right, #3db166, #3db166 50%, #192F59 50% );
    background-image: -o-linear-gradient( to right, #3db166, #3db166 50%, #192F59 50% );
    background-image: linear-gradient( to right, #3db166, #3db166 50%, #192F59 50% );
    background-size: 200% 100%;
    background-position: 100%;
}
.navbar-nav .nav-item .nav-link:hover {
    transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}
.dropdown-toggle::after {
    color: #0c0b39;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    background: white;
    border-radius: unset;
    border: unset;
    box-shadow: 0px 0px 30px 0 rgba(0,0,0,.2);
}
.dropdown-item {
    color: #0c0b39 !important;
}
a.dropdown-item:hover {
    color: #e38b00 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #0c0b39 !important;
    text-decoration: none;
    background-color: unset;
}
.top-header .btn {
    padding: .575rem .75rem;
}
.navbar-toggler {
    color: #0c0b39 !important;
}
.navbar-toggler:focus {
    outline: unset;
    outline: unset;
}
.ti-align-left {
    font-size: 24px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #192f59;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}
.dropdown-container {
    display: none;
    padding-left: 8px;
}
.fa-caret-down {
    float: right;
    padding-right: 8px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}
.sticky {
    position: fixed;
    top: 0 !important;
    width: 100%;
    background: white;
    z-index: 99999;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}

/*3. Slider*/
.carousel-inner {
    /*height: 600px;*/
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-indicators {
    display: flex;
    align-items: center;
}
.carousel-indicators li {
    width: 4px;
    height: 20px;
    border-top: unset;
    border-bottom: unset;
    opacity: unset;
}
.carousel-indicators .active {
    height: 25px;
    background: #e38b00;
}
.carousel-caption {
    bottom: unset;
    top: 60px;
    right: 0;
    max-width: 100%;
    text-align: center;
    left: 0;
    margin: 0 auto;
    color: #161616;
}
.carousel-caption h1 {
    font-size: 2.2rem;
}
.carousel-caption h1 span {
    background: #3db166;
    color: #fff;
    padding: 4px 30px;
    border-radius: 10px;
    font-size: 1.9rem;
}
.carousel-item
{
    border-bottom: 20px solid #3db166;
}
.apply-now {
    font-size: 18px;
    padding: 8px 18px;
}

/*4. Features*/
.features {
    padding: 50px 0 0;
    z-index: 1;
    position: relative;
}
.feature-box {
    position: relative;
    padding: 25px 30px 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border: 1px solid #e38b00;
}
.feature-box .fa {
    color: #e38b00;
    font-size: 30px;
}
.feature-box:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.gallery {
    padding: 50px 0;
}
#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
}
#filters li {
    float: left;
    border: 2px solid #e38b00;
    margin-right: 1rem;
    border-radius: 17px;
    font-size: 16px;
}
#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #e38b00;
    cursor: pointer;
}
#filters li span.active {
    background: #e38b00;
    color: #fff;
    border-radius: 10px;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
    position: relative;
}
.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}
.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
}
.portfolio .label {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #e38b009e;
    top: 0;
    right: 0;
    opacity: 0;
}
.portfolio .label-bg {
    background: #e38b009e;
}
.portfolio .label-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.label-text a {
    font-size: 20px;
    transform: translateX(46px);
    transition: all .4s;
    opacity: 1;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
.label-text span {
    font-size: 13px;
    letter-spacing: 2.6px;
    transform: translateX(-20px);
    transition: all .4s;
    opacity: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.portfolio .text-category {
    display: block;
    font-size: 9px;
}
.portfolio:hover .label {
    opacity: 1;
}
.portfolio:hover img {
    top: unset;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 70%;
    }
	
}






/*scroll to top*/
#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #192f59;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#scroll{
    display: inline;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color: white;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}
#scroll:hover span {
    border-bottom-color: #e38b00;
}
.fair-item-thumb.cstm-height {
    height: 250px;
}
.fair-item-thumb.cstm-height img {
    height: inherit;
    object-fit: cover;
}
/*media query*/
@media only screen and (min-width: 992px) {
    .events .slick-prev {
        left: 45% !important;
    }
    .events .slick-next {
        right: 46% !important;
    }
    .social-connect li {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .hidden-lg {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .top-btn {
        text-align: center !important;
    }
    .carousel-inner {
        height: unset;
    }
    .hidden-md {
        display: none;
    }
    .social-connect {
        bottom: 35px;
    }
    .contact-us {
        padding-top: 0 !important;
    }
    .contact-us .slick-prev {
        left: 43%;
    }
    .contact-us .slick-next {
        right: 43%;
    }
    .course-block {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .course .nav li a {
        padding: 15px 35px;
    }
    .course .Portfolio {
        width: 45%;
    }
    .course .nav {
        padding: 0;
    }
    .contact-section .media {
        margin-right: unset;
    }
    .target-block {
        padding: 1rem !important;
    }
    .online-course-inner .count-title {
        position: absolute;
        bottom: -28px;
        padding: 0.5rem;
        background: #e38b00;
        max-width: 100px;
        font-size: 20px;
    }
    .events {
        padding: 50px 0;
    }
    .client-block {
        margin: 0 18px;
    }
    .abt-counter .counter-box{
        margin-top: 50px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 767px){
    .team-img img {
         height: 300px;
    }
    .comment {
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .search-course .counter-box .counter{
        margin-bottom: 4rem;
    }
    .carousel-caption {
        top: 100px;
        right: 15% !important;
    }
    .contact-us {
        padding: 0 !important;
    }
    .joinus-content {
        margin: unset !important;
    }
    .social-connect {
        bottom: 30px;
    }
    .contact-us-block{
        height: unset;
    }
    .contact-us-block .single-item .slick-slide{
        padding-bottom: 0 !important;
    }
    .announcement {
        display: none;
    }
    .target-block {
        text-align: center;
    }
    .bottom-footer {
        flex-direction: column;
        text-align: center;
    }
    .client-block {
        opacity: unset;
    }
    .video {
        margin: 3rem 0 !important;
    }
    .video-area{
        padding: 150px 0;
    }
    .course .Portfolio {
        width: 100%;
        margin-right: unset;
        margin-left: unset;
    }
    .course .nav li a {
        padding: 10px 15px;
    }
    .course .nav li a {
        font-size: 15px;
    }
    .img-block {
        position: unset;
        border: unset;
        width: unset;
        height: unset;
    }
    .cust_img {
        position: unset;
        padding-right: unset !important;
        padding-left: unset !important;
    }
    .img-block .border-line {
        display: none;
    }
    .blog-block .post {
        margin-bottom: 0;
    }
    .contact-form {
        padding-right: 3rem !important;
    }
    .ml-minus {
        margin-left: unset;
    }
    .contact-icon {
        margin-right: unset;
    }
    .course-block {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .online-course-inner .counter-box .counter {
        margin-right: 8rem;
        margin-left: 8rem;
    }
    .small-screen {
        padding: 3rem !important;
        padding-bottom: 0 !important;
    }
    .social-connect li {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .team-block h4 {
        font-size: 1.3rem;
    }
    .counter-img img{
        width: unset !important;
    }
    .last-child{
        margin-bottom: 0 !important;
    }
    .margin-bottom{
        margin-bottom: unset;
    }
    .result-box .sec-title{
        text-align: center;
    }
	
}

@media only screen and (max-width: 650px) {
    .about-img .img_2 {
        margin-left: auto;
        left: 0;
        margin-right: auto;
        bottom: -25px;
    }
}

@media only screen and (max-width: 600px) {
    .carousel-caption h1 {
        font-size: 1.5rem;
    }
    .online-course-inner .counter-box .counter {
        margin-right: 2rem;
        margin-left: 2rem;
    }
}

@media only screen and (max-width: 500px) {
    .carousel-caption {
        top: 50px;
    }
}
@media only screen and (max-width: 576px) {
    .team-img img {
        height: 300px;
    }
    .social-connect li {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 480px) {
    .online-course .counter-box .counter {
        margin-right: 3rem;
        margin-left: 3rem;
    }
}

@media only screen and (max-width: 425px) {
    .contact-us .slick-next, .contact-us .slick-prev {
        bottom: -45px;
    }
    .button-box .left-btn, .button-box .right-btn {
        font-size: 13px;
        padding: 0px 12px 0 15px;
    }
    .apply-now {
        font-size: 15px;
        padding: 6px 10px;
        margin-top: 0 !important;
    }
    .carousel-caption h1 {
        font-size: 1.2rem;
    }
    .carousel-caption {
        top: 30px;
    }
    .course-block {
        display: block !important;
    }
    .course-block img {
        display: block;
    }
    .course-block .course-text {
        margin-top: 1rem !important;
        padding-left: 0 !important;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    .carousel-caption h1 {
        font-size: 1.2rem;
    }
    .carousel-caption {
        top: 30px;
    }
    .banner-desc {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .carousel-caption h1 {
        font-size: 1rem;
    }
    .carousel-caption {
        top: 10px;
    }
}

.counterSection .container-fluid{
    padding-right: 0;
}

.counterSection .container-fluid > .row{
    margin: 0;
}
.counterWrapper {
    background-color: #192F59;
    margin: 0;
    margin-top: -120px;
}
.container-fluid{
    padding: 0 100px;
}
.pad0{
    padding: 0;
}
.counterItems{
    padding: 50px;
    text-align: center;
}
.counterItems img {
    max-height: 70px;
}
.counterItems h2 {
        display: inline-block;
    border-bottom: 3px solid #3db166;
    margin: 10px 0;
    color: #fff;
    line-height: 70px;
    margin-bottom: 0;
    font-size: 26px;
}
.counterItems p {
        color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 500;
}
.counter_thumb{
    width: 100%;
}

section{
    padding: 40px 0;
}
.sectin-title{
    margin-bottom: 30px !important;
}
.sectin-title h2 {
    color: #192F59;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 42px;
}
.sectin-title h4{
    font-size: 20px;
    margin-bottom: 40px;
    color: #192F59;
}
#pills-tabContent{
    width: 100%;
}
.fair-item h4{
       font-weight: 800;
    color: #192F59;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.fair-item p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}
.fair-item p a{
    color: #3DB166;
    text-decoration: underline;
    font-weight: bold;
}
.fair-item a.btn
{
    background-color: #3DB166;
    color: #fff;
    border-radius: 6px;
    padding: 5px 30px;
    margin-bottom: 20px;
    font-weight: 800;
}
.fair-slider .slick-slide{
    margin: 0 15px;
    background-color: #F6F6F6;
}
.tab_content{
    padding: 0;
    display: flex;
    align-items: center;
}
._title h2{
    font-size: 20px;
    padding-left:20px;
    margin: 0;
}
._date h4 {
    margin: 0;
    color: #fff;
    font-size: 26px;
}
._date span {
    margin: 0;
    color: #fff;
    font-size: 12px;
    margin-top: 12px;
    display: block;
    font-weight: 900;
}
._date h5 {
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 0;
}
._date {
    background-color: #192F59;
    width: 100px;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
}
.our-fairs .nav-pills{
    margin-bottom: 50px !important;
}
.our-fairs .nav-pills .nav-item a{
        background-color: transparent !important;
    color: #3DB166;
    padding: 12px 40px;
    margin-bottom: 20px;
    font-weight: 800;
    border-radius: 8px !important;
    margin: 0 10px;
    border:2px solid #3DB166 !important;
}
.our-fairs .nav-pills .nav-item a.active{
    background-color: #3DB166 !important;
    color: #fff !important;
}

.interested_fair_section {
        width: 100%;
        overflow: hidden;
    }
    .interested_fair_section .container-fluid {
        padding: 0 0 !important;
    }
    .interested_fair_section .col-md-6{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .interested_fair_section_left {
    background: #192F59;
    width: 100%;
    height: 100%;
    padding: 40px 70px;
    }
    .interested_fair_section_left h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    }
    .interested_fair_section_left p {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 25px 0;
    }
    .interested_fair_section_left button {
   background: #3DB166;
    border: none;
    outline: none;
    font-size: 18px;
    color: #fff;
    border-radius: 7px;
    padding: 8px 40px;
    margin-top: 10px;
    font-weight: 500;
    }
    .footer_section_top {
    padding: 50px 0;
    }
    .footer_section .container-fluid{
        padding: 0 50px;
    }
    .footer_section_bottom {
    border-top: 1px solid #090B02;
    padding: 10px 0;
    }
    .footer_section_bottom p {
    font-size: 14px;
    color: #161616;
    font-weight: normal;
    margin: 0;
    padding: 8px;
    text-align: center;
}
   .footer_first_section p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 30px 0;
    margin: 0;
}
    .footer_second_section ul {
        list-style-type: none;
        padding-inline-start: 0;
    }
   .footer_second_section ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #161616;
    line-height: 38px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    position: relative;
    left: 0;
}
.footer_second_section ul li a:hover,
.footer_second_section ul li a:focus{
    color: #3DB166;
    left: 5px;
}

.btn-hover{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.btn-hover:hover,
.btn-hover:focus{
    background-color: #2e884e !important;
    color: #fff;
}
.our-fairs .nav-pills .nav-item a{
     transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.our-fairs .nav-pills .nav-item a:hover,
.our-fairs .nav-pills .nav-item a:focus{
    background-color: #3DB166 !important;
    color: #fff;
}
/* begin external css: flickity.css
/*! Flickity v2.0.4
 * https://npmcdn.com/flickity@2/dist/flickity.css
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */ */
/* .flickity-rtl .flickity-prev-next-button.previous { */
/*   left: auto; */
/*   right: 10px; */
/* } */
/* .flickity-rtl .flickity-prev-next-button.next { */
/*   right: auto; */
/*   left: 10px; */
/* } */

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}


.carousel {
  background: #FAFAFA;
}

.carousel-main {
  margin-bottom: 8px;
}

.carousel-cell {
  width: 100%;
  height: 700px;
  margin-right: 8px; 
}


.carousel-nav .carousel-cell {
    height: 220px;
    width: 33%;
}


.carousel-main img {
  display: block;
  margin: 0 auto; 
  max-width: 100%;
  width: 100%;
}
.carousel-main .carousel-cell:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.carousel-nav .carousel-cell img {
  display: block;
  margin: 0 auto; 
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flickity-enabled.is-draggable .flickity-viewport{
    height: 220px;
}
.carousel.carousel-nav
{
        max-width: 60%;
    margin-left: auto;
    margin-top: -160px;
}
.carousel.carousel-nav .flickity-button{
    display: none;
}

.our-fairs{
    margin-top: 50px;
}
.our-fairs .sectin-title p {
    color: #192F59;
    line-height: 25px;
    max-width: 90% !important;
    margin: 25px auto;
}
.flickity-prev-next-button.previous
{
    position: absolute;
    bottom: 50px !important;
    left: 110px;
    top: auto;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.flickity-prev-next-button.next
{
   position: absolute;
    bottom: 50px !important;
    left: 170px;
    top: auto;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.flickity-prev-next-button .arrow {
    fill: #fff;
}
.fair-item img{
    width: 100%;
}
.fair-item-thumb{
    position: relative;
}
.itemBtn {
   opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.itemBtn a{
    background: #3DB166;
    border: none;
    outline: none;
    font-size: 18px;
    color: #fff;
    border-radius: 7px;
    padding: 8px 40px;
    margin-top: 10px;
    font-weight: 500;
}
.cta-btn{
   background: #3DB166;
    border: none;
    outline: none;
    font-size: 18px;
    color: #fff;
    border-radius: 7px;
    padding: 10px 40px;
    margin-top: 10px;
    font-weight: 500;
    display: inline-block;
}
.fair-item-thumb:hover .itemBtn{
    opacity: 1;
}
.sliderContent
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    color: #fff;
    max-width: 100%;
    padding: 50px 100px;
    display: flex;
}
.SliderText_Date{
      text-align: center;
    border: 3px solid #fff;
    padding: 0;
    background: rgba(255,255,255,0.4);
}
.SliderText_Date h3 {
    border-bottom: 3px solid #fff;
    padding: 20px 30px;
    font-size: 45px;
    font-weight: bold;
}
.SliderText_Date h4 {
    font-size: 16px;
}

.interested_fair_section .col-md-6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map_thumb{
    text-align: center;
}
.map_thumb img{
    width: 80%;
}
.SliderText_Content{
    padding-left: 30px;
}
.SliderText_Content img {
    max-width: 25px;
    margin: 0 6px 0px 0px;
}
.SliderText_Content h4{
  display: flex;  
  text-transform: uppercase;
  font-size: 18px;
}
.carousel-nav .sliderContent{
    padding: 15px;
}
.carousel-nav  .SliderText_Date h3 {
    border-bottom: 3px solid #fff;
    padding: 10px 25px;
    font-size: 28px;
    font-weight: bold;
}
.carousel-nav  .SliderText_Date h4 {
    font-size: 13px;
    padding: 0px 10px;
}
.Events-msg
{
    padding: 15px;
    border: 1px solid #3db166;
    box-shadow: 0px 2px 5px 1px #e6e6e6 inset;
    background-color: #EAF6EE;
}
.Events-msg h4{
    color: #3db166;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.Events-msg h4 i{
    margin-left: 10px;
}
.Booth_Listing .nav-pills{
    margin: 10px 0px 60px 0px !important; 
}
.Booth_Listing .nav-pills li{
    width: 100%;
    background-color: #FAFAFA;
    max-width: 33%;
    border:1px solid #858585;
}
.Booth_Listing .nav-pills li a{
    text-align: center;
    padding: 18px;
    font-weight: bold;
}
.Booth_Listing .nav-pills li a.nav-link.active
{
    background-color: #192F59;
    /*transform: scale(1.1);*/
}
.Booth_Listing .fair-item{
    margin-bottom: 40px;
}
.Booth_Listing  .tab_content{
    /* background-color: #192F59;*/
}
.Booth_Listing  ._date{
    /*background-color: #F6F6F6;
    padding: 20px;*/
}
.Booth_Listing  ._date img{
    max-width:40px;
}
.Booth_Listing ._title h2{
    /*color: #fff;
    font-size: 15px;*/
}
.viewMorebtn{
    margin-top: 40px;
    margin-bottom: 50px;
}
.SearchBar{
    position: relative;   
}
.SearchBar input{
    width: 100%;
    border:0;
    border-bottom: 2px solid #ddd;
   
    padding: 15px;
     padding-left: 40px;
}
.SearchBar i{
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 20px;
}
.FilterIcon
{
    height: 50px;
    width: 50px;
    background: #3db166;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    border-radius: 5px;
    color: #fff;
    font-size:25px;
    cursor: pointer;
}
.overview_slider {
    margin-bottom: 0 !important;
}
.overview_slider .slick-dots{
    bottom: 0;
}
.overview_slider  .slick-dots li.slick-active button{
    background-color: #fff;
}
.overview_slider .slick-dots li.slick-active button:after{
    border-color: #fff;
}
.offered_tab_section .icons img{
    max-width: 36px;
}
.offered_tab_section li.nav-item {
    min-width: 16%;
}
.offered_tab_section li.nav-item:last-child a:after{
    display: none;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}
.popupContent {
    text-align: center;
    padding: 15px 5px 10px 5px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  display: flex;
    align-items: center;
justify-content: center;
z-index: 99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;

}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  max-width: 280px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #192F59;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}
.popup p
{
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.popup .close {
      position: absolute;
    top: 0;
    right: 0;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: #E6E6E6;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.booth-signup-popup a.cta-btn{
        padding: 5px 20px;
    font-size: 16px;
}
.popupContent > img{
    max-width: 55px;
}
.offered_tab_section #pills-tabContent{
    padding: 0 70px;
}
.tab-pane .tab-main-heading  h1{
    color: #192F59; 
    font-size: 28px;
    border-bottom: 2px solid #161616;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-weight: bold;
}
h4._subheading{
    color: #3DB166;
    font-size: 22px;
    font-weight: bold;
}
.tab-pane .Offer_tab_content  p{
    margin: 30px 0;
}
.tab-pane .Offer_tab_content ul{
    padding-left: 0px;
    list-style: none;
}
.tab-pane .Offer_tab_content ul li{
    color: #3DB166;
    font-weight: 500;
    margin-bottom: 15px;
}
.tab-pane .Offer_tab_content ul li i{
    margin-right: 10px;
    font-size: 20px;
}
.Major-offered-accordion button{
    text-align: left;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #161616;
}
.Major-offered-accordion i{
    margin-left: auto;
    color: #3DB166;
    font-size: 22px;
}
.Major-offered-accordion .card {
    margin-bottom: 0;
    border: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.Major-offered-accordion .card:last-child{
    border-bottom: 0;
}
.Major-offered-accordion .card-header{
    background-color: transparent;
    border:0;
    padding: 0;
}
.Major-offered-accordion .card-body{
    padding-left: 0;
}
.Major-offered-accordion {
    margin-top: 40px;
    margin-bottom: 50px;
}
.Major-offered-accordion .offer-heading h5{
    font-size: 22px;
    color: #192F59; 
    font-weight: bold;
    margin-bottom: 30px;
}
span.dot{
        height: 10px;
    width: 10px;
    background: #192f59;
    border-radius: 50%;
    margin-right: 20px;
}
.gallery_item{
    margin-bottom: 10px; 
    overflow: hidden;
}
.gallery_item img{
    max-width: 100%;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.gallery_item:hover img{
    transform: scale(1.1);
}
img._w{
    height: 307px;
    object-fit: cover;
}
.gallery-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
}
.gallery-wrapper .row{
    margin: 0;
}
.pad0{
    padding: 0;
}
.img1{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.img2{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.img3{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.img4{
    width: 100%;
    height: 289px;
    object-fit: cover;
}
.img5{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.img6{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.pad10{
    padding: 10px;
}
.pdl10{
    padding-left: 10px;
}
.pdt10{
    padding-top: 10px;
}
.contact_page_banner img{
    width: 100%;
}
.nav-link.dropdown-toggle{
    padding: 0px;
}
.faq_page_banner img{
    width: 100%;
}
.college_panel h2{
    color: #192F59;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
.college_panel p{
    text-align: center;
    color: #161616;
    font-size: 20px;
}
.registration_Tabs_process{
    background-color: #192F59;
    padding: 50px 0;
    margin-top: 50px;
}
.registration_Tabs_process .card {
    background-color: transparent;
}
.boxShadow{
    box-shadow: 0px 1px 3px 1px #f3f3f3;
}




















.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row a:after{
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 86%;
    height: 2px;
    background-color: #ccc;
    left: 134px;
    right: 0;
    margin: 0 auto;
}

.stepwizard-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 86%;
    height: 2px;
    background-color: #ccc;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.stepwizard-row .stepwizard-step:last-child a:after{
    display: none;
}
.stepwizard-step {
        display: inline-block;
    text-align: center;
    position: relative;
    width: 16.6%;
}

.btn-circle span {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #192F59;
}

.stepwizard-step p{
       color: #fff;
    min-height: 65px;
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-weight: 500;
}

.completed span {
    background-color: #3DB166 !important;
}
.completed p {
    color: #3DB166 !important;
}
.completed a:after {
    background-color: #3DB166 !important;
}
.stepwizard-step img{
    max-width: 40px;
}
.btn-circle span{
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
}
.activeTab_nav span{
    background-color: #3DB166 !important
}
.activeTab_nav p{
    color: #3DB166 !important
}
.registration_form{
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 50px;
}
.main-form {
    max-width: 70%;
    margin: 0 auto;
}
.main-form .form-group {
    margin-bottom: 1rem;
    padding: 0 20px;
}
.registration_form h3 {
    font-size: 22px;
    font-weight: 900;
    background: #FAFAFA;
    margin: 0;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.registration_form h4{
    color: #192F59;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
}
.registration_form h4 span{
    position: relative;z-index: 9;
    background-color: #fff;
    padding-right: 10px;
}
.registration_form h4:after{
    content: '';
    position: absolute;
    left: 0;
    width: 96%;
    height: 1px;
    background-color: #a9a9a9;
    top: 50%;
}
.registration_form input {
    background-color: #FBFBFB;
    border: 1px solid rgba(22,22,22,0.6);
    border-radius: 4px;
}
.registration_form textarea {
    background-color: #FBFBFB;
    border: 1px solid rgba(22,22,22,0.6);
    border-radius: 4px;
    width: 100%;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
    padding-left: 10px;
}
.form-section{
    padding: 20px;
}
.registration_form label{
    color: #161616;
    font-size: 15px;
    font-weight: 500;
}
.Nextbtn_wrap{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.nextprev_btn{
    margin-left: auto;
}
.save a{
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    font-size: 18px;
}
.nextprev_btn .nextBtn{
    background-color: #3DB166;
    color: #fff;
    border: 0;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    width: 150px;
    border:1px solid #3DB166;
}
.nextprev_btn .prevBtn{
    background-color: transparent;
    color: #fff;
    border: 0;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    width: 150px;
    color: #fff;
    border:1px solid #fff;
}
.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
      background-color: #FBFBFB;
    border: 1px solid rgba(22,22,22,0.6);
    border-radius: 4px;
}
.file-upload-wrapper:after {
      content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0;
    background: #fbfbfb;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 29px;
    line-height: 20px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}
.file-upload-wrapper:before {
          content: "Upload";
    position: absolute;
    top: 1px;
    right: 1px;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    background: #3DB166;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    padding: 0 15px 0 50px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 4px;
    line-height: 34px;
    font-size: 13px;

}
.file-upload-wrapper:hover:before {
  background: #3d8c63;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.file-upload-wrapper img
{
    position: absolute;
    right: 87px;
    top: 7px;
    z-index: 99;
    max-width: 22px;
}
.pdl-0{
    padding-left: 0 !important;
}
.pdr-0{
    padding-right: 0 !important;
}
.add-btn{
    background-color: #3DB166;
    color: #fff;
    border: 0;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    width: 150px;
    border: 1px solid #3DB166;
    padding: 10px 20px;
}
#step-3 input{
    background-image: url(../images/icons/linkicon.svg);
    background-size: 20px;
    background-position: 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.message_wrapper_title{
        display: flex;
    align-items: center;
    background-color: #192F59;
    padding: 8px 20px;
}
.message_wrapper_title h2{
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
}
.message_wrapper_title a{ 
    margin-left: auto;
    color: #fff;
}
.message_wrapper{
    background-color: #FAFAFA;
    border:1px solid #9E9E9E;
}
.message_wrapper_items{
        padding: 15px 20px;
        border-bottom: 1px solid #9E9E9E;
}
.user_details h4{
    margin-bottom: 14px;
    color: #192F59;
    font-weight: bold;
    font-size:20px;
}
.user_details p {
    margin-bottom: 0px;
    text-align: left;
    font-size: 15px;
}
.online{
        height: 15px;
    width: 15px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    background-color: green;
    border: 2px solid #fff;
    border-radius: 50%;
}
.user_thumb{
    float: left;
    position: relative;
}
.user_thumb img{
    max-width: 80px;
}
.user_time{
    margin-top: 15px;
}
.userDetails.col-lg-2 {
    -ms-flex: 0 0 10.666667%;
    flex: 0 0 10.666667%;
    max-width: 10.666667%;
}
.user_time span
{
        font-size: 14px;
    font-style: italic;
}
.message_wrapper_items a{
    color: #000;
}
.message_wrapper_user
{
        
    background-color: #EDEDED;
    height: 100%;
    flex: 0; 
    display: none;
}
.message_wrapper{
    position: relative;
}
.message_wrapper_list {
    flex: 0 0 100%;
    max-width: 100%;
}
.rowmr-0{
    margin: 0;
}
.message_wrapper_list.open1{
    flex: 0 0 60%;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}
.message_wrapper_user.open_chat{
    flex: 0 0 40%;
    display: block;
}


.fair-slider .slick-prev-icon.slick-arrow{
          border: 2px solid #3DB166 !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    left: -40px;
    color: #3DB166 !important;
    top: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
}
.fair-slider .slick-next-icon.slick-arrow{
       border:2px solid #3DB166 !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    right: -40px;
    color: #3DB166 !important;
     top: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
        cursor: pointer;
        font-weight: bold;
}
.fair-slider .slick-prev:before, .fair-slider .slick-next:before{
    color: #3DB166 !important;
}
.menu-active{
    background-position: 0% !important;
}






.csmt-button a { 
    padding: 10px 35px;
    border: 1px solid #3DB166;
    display: -webkit-inline-box;
    margin-top: 8px;
    border-radius: 3px;
}
#pills-tabContent .csmt-button{
    margin-bottom: 50px
}
.register-form {
    width: 100%;
    padding: 50px;
    margin-bottom: 50px;
    background-color: #3DB166;
    color: #ffffff;
    display: none;
}
.register-form input,
.register-form select {
    width: 100%;
    min-height: 40px;
    padding: 7px 20px;
    outline: none;
    color: #ABABAB;
    font-size: 14px;
    border: none;
    border-radius: 3px;
}
 .select {
    position: relative;
    /*Don't really need this just for demo styling*/
}

.select:after {
    content: '';
    font: normal normal normal 17px/1 FontAwesome;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 50px;
    text-align: center;
    background-color: rgb(61 177 102 / 30%);
    position: absolute;
    pointer-events: none;
}
/* IE11 hide native button (thanks Matt!) */
.select:before {
    content: '';
    display: block;
    position: absolute;
    right: 19px;
    top: 16px;
    border-top: 7px solid #fffbff;
    border-bottom: 7px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
    z-index: 2;
}
select::-ms-expand {
    display: none;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;     
    float: right;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}
.register-form .register-btn {
    max-width: 350px;
    margin: 20px auto auto;
}
.register-form .register-btn input[type="submit"] {
    background-color: #192F59;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s;
}
.register-form .register-btn input[type="submit"]:hover {
    opacity: 0.9;
}

.prefrences {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-image: url("../images/set-prifrance-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 10px;
}
.prefrences-text {
    max-width: 700px;
    padding: 50px 15px;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.csmt-button a { 
    padding: 10px 35px;
    border: 1px solid #3DB166;
    display: -webkit-inline-box;
    margin-top: 8px;
    border-radius: 3px;
}
.prefrences-form {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 50px;
    margin-bottom: 50px;
    background-color: rgba(25, 47, 89, 0.7);
    color: #ffffff;
    border-radius: 5px;
}


.prefrences-form input,
.prefrences-form select,
.edit-profile-div input,
.edit-profile-div select {
    width: 100%;
    min-height: 40px;
    padding: 7px 20px;
    outline: none;
    color: #ABABAB;
    font-size: 14px;
    border: none;
    border-radius: 3px;
}
.edit-profile-div input,
.edit-profile-div select {
    border: 1px solid rgba(22, 22, 22, 0.6);
}
.chosen-container.chosen-container-multi {
	width: 100% !important;
	max-height: 40px;
}
.chosen-container.chosen-container-multi,
.select {
    position: relative;
    /*Don't really need this just for demo styling*/
}
.select:after {
    content: '';
    font: normal normal normal 17px/1 FontAwesome;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 50px;
    text-align: center;
    background-color: rgb(61 177 102);
    position: absolute;
    pointer-events: none;
}
/* IE11 hide native button (thanks Matt!) */
.select:before {
    content: '';
    display: block;
    position: absolute;
    right: 19px;
    top: 16px;
    border-top: 7px solid #fffbff;
    border-bottom: 7px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
    z-index: 2;
}
select::-ms-expand {
    display: none;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;     
    float: right;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #ABABAB;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}
.prefrences-form .prefrences-btn {
    max-width: 350px;
    margin: 20px auto auto;
}
.prefrences-form .prefrences-btn input[type="submit"] {
    background-color: #3db166;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s;
}
.prefrences-form .prefrences-btn input[type="submit"]:hover {
    opacity: 0.9;
}
/* Profile page css start */
a.nav-link.profile-btn img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #192F59;
    margin-left: 35px;

}
a.nav-link.profile-btn span.drop-down-arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #3db166;
    vertical-align: bottom;
    margin-left: 7px;
}
.edit-profile-div {
    max-width: 700px;
    margin: auto;
}
.edit-input .form-group {
    display: flex;
    width: 100%;
    align-items: center;
}
.edit-profile-div  label.edit-text {
    min-width: 110px;
    font-size: 18px;
    font-weight: 500;
    color: #192F59;
    margin: 0;
}
.edit-profile-div .edit-prefrence .edit-border label.edit-text {
    min-width: 150px;
}
.edit-border .form-group{
    display: flex;
    width: 100%;
    align-items: center;
}
.edit-profile-div .edit-border .border {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.37);
}
#imageUpload
{
    display: none;
}

#profileImage
{
    cursor: pointer;
}

#profile-container {
    width: 100px;
    height: 100px;
    position: relative;
}
#profile-container:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 30px;
    height: 23px;
    background-color: #3DB166;
    border-radius: 3px;
    appearance: none;
    pointer-events: none;
}
div#profile-container:after {
    content: "+";
    position: absolute;
    right: 8px;
    bottom: 9px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 50%;
    color: #3db166;
    appearance: none;
    pointer-events: none;
}
#profile-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #192F59;

}
.edit-prefrence {
    margin-top: 40px;
}
.btn-right {
    text-align: right;
}
button.cstm-btn-green,
button.cstm-btn-white {
    padding: 5px 35px;
    font-size: 16px;
    font-weight: 600;
    background-color: #3DB166;
    outline: none;
    border: 1px solid #3DB166;
    color: #ffffff;
    transition: all 0.3s;
}

button.cstm-btn-white,
button.cstm-btn-green:hover {
    background-color: #ffffff;
    color: #3DB166;
}
button.cstm-btn-white:hover {
    background-color: #3DB166;
    color: #ffffff
}
.form-group {
   /* display: grid;*/
}
/* Profile page css end */

.radio-wrapper{
    width: 49%;
}
.custom-radios div {
  display: inline-block;
 
}
.custom-radios input[type=radio] {
  display: none;
}
.custom-radios input[type=radio] + label {
  color: #333;

  font-size: 14px;
  width: 100%;
}
.custom-radios input[type=radio] + label span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
      width: 100%;
    height: 130px;
 }
.custom-radios input[type=radio] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
}
.custom-radios input[type=radio]#color-1 + label span {
  background-color: #fff;
}
.custom-radios input[type=radio]#color-2 + label span {
  background-color: #fff;
}
.custom-radios input[type=radio]#color-3 + label span {
  background-color: #fff;
}
.custom-radios input[type=radio]#color-4 + label span {
  background-color: #fff;
}

.custom-radios input[type=radio]:checked + label span {
 background-color: #9ed8b2  !important;
}

.studentLogin.active-panel .bg_img{
    background-image: url(../images/signup_students_active.svg) !important;
}

.CollegeLogin.active-panel .bg_img1{
    background-image: url(../images/signup_colleges_active.svg) !important;
}

.CounselorLogin.active-panel .bg_img2{
    background-image: url(../images/signup_counselor_active.svg) !important;
}
.active-panel p{
    color: #fff !important;
}
.custom-radios.nav-pills{
    margin: 30px 0;
}

.custom-radios.nav-pills span{
    border-radius: 6px;
}
.custom-radios.nav-pills p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}
.custom-radios .bg_img,
.custom-radios .bg_img1,
.custom-radios .bg_img2{
    margin:10px auto !important;
    width: 60px !important;
    height: 60px !important;
}



@media only screen and (max-width: 767px){
    .stepwizard-row:before {
        top: 15px;
        width: 83%;
    }
	.fair-item-thumb.cstm-height img,
	.fair-item-thumb.cstm-height{
		height: auto;
	}
}

@media screen and (min-width:1024px) and (max-width:1366px){
    .navbar-nav .nav-link.login-btn {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

    