@charset "utf-8";

/*================================================== = Bootstrap 3 Media Queries = ==================================================*/


/*========== Mobile First Method ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*========== Non-Mobile First Method ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1199px) {
    html {
        font-size: 90%;
    }
    .bg-img-box .caption .title {
        font-size: 24px;
        margin-top: 0px;
    }
    .testimonial-carousel .owl-controls .owl-pagination {
        margin-right: 15px !important;
    }
    .home-boxes {
        /*margin-top: -30px !important; */
        margin-top: 0px !important;
        top: -30px !important;
    }
    #homegallery .event-title {
        padding: 0px;
    }
    .mobiletxtcnter {
        text-align: center;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    html {
        font-size: 75%;
    }
    .navbar-nav .dropdown-menu {
        left: auto;
    }
    #homegallery .event.media {
        width: 33.33%;
        float: left;
    }
    .container.cntmobcontainer {
        width: 685px;
    }
    .cntmobcontainer .event-icon {
        padding: 10px 25px;
    }
    #header-logo {
        padding: 10px 15px;
    }
    section>.container,
    section>.container-fluid {
        padding-bottom: 30px;
    }
    .divider .container {}
    .header .navbar-default .navbar-nav>li>a::after {
        display: none;
    }
    .team-member,
    .working-progress {
        margin-bottom: 60px !important;
    }
    .testimonial-carousel .owl-controls .owl-pagination {
        margin-right: 0px !important;
    }
    .map {
        margin-top: 30px;
    }
    .curve-bg:after,
    .curve-bg-half:after {
        left: auto;
        -webkit-transform: rotate(-0deg);
        -moz-transform: rotate(-0deg);
        -ms-transform: rotate(-0deg);
        -o-transform: rotate(-0deg);
        transform: rotate(-0deg);
    }
    .blog-posts .entry-header .entry-title {
        padding-top: 0;
    }
    .blog-posts .entry-header .entry-date {
        margin-left: 0;
    }
    .contact-wrapper {
        padding: 50px 30px;
    }
    .header #header-logo {
        padding-top: 20px;
    }
    .boxed-layout .header #header-logo,
    .vertical-header .header #header-logo {
        padding-top: 10px;
    }
    .header .navbar-default .navbar-toggle {
        margin-top: 18px;
    }
    .boxed-layout .header .navbar-default .navbar-toggle {
        margin-top: 8px;
    }
    .header #header-logo img {
        height: 30px;
    }
    .pricing-table .table-price {
        font-size: 30px;
    }
    .bg-img-box .caption .title {
        font-size: 24px;
        margin-top: 0px;
    }
    .bg-img-box .caption .schedule {
        font-size: 14px;
        margin-top: 0px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    html {
        font-size: 60%;
    }
    .box-hover-effect {
        float: none;
    }
    #header-logo {
        padding: 10px 15px;
    }
    #spinner {
        left: 42%;
    }
    .navbar-default .navbar-toggle {
        margin-top: 15px;
        border-radius: 0px;
    }
    #home .display-table p {
        margin: 15px 0;
        font-size: 14px;
    }
    .icon-box {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .icon-box {
        text-align: center;
    }
    .icon-box.left {
        text-align: center;
    }
    .icon-box.left a {
        margin-right: 0;
        padding: 0;
    }
    .icon-box .media-left {
        float: none !important;
        margin: 0 0 30px 0;
    }
    .icon-box .media-left,
    .icon-box .media-right,
    .icon-box .media-body {
        display: block;
        width: auto;
    }
    .call-to-action {
        text-align: center;
    }
    .call-to-action .icon {
        float: none;
    }
    .sidebar.pull-left,
    .sidebar.pull-right {
        float: none !important;
    }
    .blog-posts .entry-meta {
        background: none;
        left: auto;
        position: relative;
        top: auto;
    }
    .testimonial-carousel.boxed .owl-dots {
        text-align: center;
    }
    .bg-img-box .caption .title {
        font-size: 24px;
        margin-top: 30px;
    }
    #homegallery .event.media {
        width: 33.33%;
        float: left;
    }
    #homegallery .mobilebottom40 {
        margin-bottom: 40px !important;
    }
    #homegallery .event-title {
        padding: 0px 0px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 479px) {
    html {
        font-size: 50%;
    }
    .post>div {
        width: 100%;
    }
    .vertical-text-carousel .owl-controls .owl-buttons {
        top: 18%;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 319px) {
    html {
        font-size: 35%;
    }
}

@media (min-width: 1300px) {}

@media (max-width: 1299px) {}

@media only screen and (max-width: 1199px) and (min-width: 1064px) {
    .header-nav .header-nav-wrapper .container {
        width: 1064px;
    }
}

@media (min-width: 1064px) {
    .header-login-hide {
        display: show !important;
    }
    .header-login-show {
        display: none !important;
    }
}

@media only screen and (max-width: 1064px) and (min-width: 970px) {
    .header-nav .header-nav-wrapper .container {
        width: 970px;
    }
}

@media (max-width: 1064px) {
    .header-login-hide {
        display: none !important;
    }
    .header-login-show {
        display: show !important;
    }
}

@media (max-width: 1024px) {
    .menuzord-menu.menuzord-right {
        margin-right: -15px;
    }
}

@media (max-width: 1000px) {
    .carousel-item.bg-img-cover {
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    /*.fullwidth-carousel .carousel-item {
         min-height: 280px;
    }
    */
}

@media (max-width: 991px) {
    .upcoming-event-div,
    .upcoming-event {
        float: left;
    }
    .event-counter ul li {
        width: 25%;
    }
    .event-counter {
        float: left;
        width: 100%;
    }
    ul.countdown {
        margin-left: 1px;
    }
    .event-counter ul li {
        -webkit-box-shadow: inset 0px 5px 0px 0px #3c7580 !important;
        -moz-box-shadow: inset 0px 5px 0px 0px #00acc1 !important;
        box-shadow: inset 0px 5px 0px 0px #3c7580 !important;
    }
    .event-counter ul li:first-child {
        -webkit-box-shadow: inset 0px 5px 0px 0px #00acc1;
        -moz-box-shadow: inset 0px 5px 0px 0px #3c7580;
        box-shadow: inset 0px 5px 0px 0px #00acc1;
    }
    .menuzord .showhide {
        height: auto;
        padding: 20px 0px;
    }
    .event-icon {
        display: none;
    }
    .mobileeventicon {
        display: none;
    }
    .event-title {
        width: 100%;
        text-align: center !important;
        margin-bottom: 10px;
        float: left;
    }
    .mobilecontent {
        padding-right: 20px;
        padding-left: 20px;
    }
    .profilemob {
        display: block;
    }
    .profiledesktop {
        display: none;
    }
}

@media only screen and (max-width: 970px) and (min-width: 900px) {
    .header-nav .header-nav-wrapper .container {
        width: 900px;
    }
}

@media (max-width: 900px) {
    .sidebar-top-menu {
        display: none !important;
    }
    .sidebar-bottom-menu {
        display: block !important;
    }
    .sidebar-bottom-menu .list-group.scrolltofixed {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
    }
    .sidebar-bottom-menu div {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    #registertabinmobile {
        display: block;
    }
    .aboutorganiser {
        text-align: justify;
    }
}

@media (max-width: 767px) {
    .event-icon {
        display: none;
    }
    .event-title {
        width: 100%;
        text-align: center !important;
        float: left;
        margin-bottom: 10px;
    }
    .event-counter ul li {
        width: auto;
    }
    .event-counter ul li {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .event-counter ul li:first-child {
        -webkit-box-shadow: inset 0px 5px 0px 0px #64c4d6 !important;
        -moz-box-shadow: inset 0px 5px 0px 0px #64c4d6 !important;
        box-shadow: inset 0px 5px 0px 0px #64c4d6 !important;
    }
    .cust-hide-samll {
        display: none !important;
    }
}

@media (max-width: 736px) {
    #homeabout {
        display: block;
    }
    #about2 {
        display: none;
    }
    #homeabout .col-sm-4 {
        width: 33.33333333%;
        float: left;
    }
}

@media (max-width: 699px) {
    /* .event-icon.mobileeventicon {
         display: none;
		 border: none;
    }*/
    .marquee {
        width: 420px;
    }
    .pull-right.mobilefloatnon {
        float: none !important;
    }
    .event-title {
        text-align: center;
    }
    .event-title h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .container.cntmobcontainer {
        width: 500px;
    }
    .event-counter ul li {
        -webkit-box-shadow: inset 0px 1px 0px 0px #3c7580 !important;
        -moz-box-shadow: inset 0px 2px 0px 0px #00acc1 !important;
        box-shadow: inset 0px 2px 0px 0px #3c7580 !important;
        width: 25%;
        padding: 25px 25px 10px 25px;
    }
    .event-counter ul li:first-child {
        box-shadow: inset 0px 2px 0px 0px #64c4d6 !important;
    }
    #about2 .abouttxt {
        text-align: center;
    }
    #about2 h3 {
        text-align: center;
    }
    #about2 p {
        text-align: justify;
    }
    #homeabout {
        display: block;
    }
    #about2 {
        display: none;
    }
    .mobcenter {
        text-align: center;
    }
    .txtjustify {
        text-align: justify;
    }
    .text-center {
        text-align: center;
    }
    #homeabout .col-sm-4 {
        width: 33.33333333%;
        float: left;
    }
    .media-body,
    .media-left,
    .media-right {
        margin-left: 0px;
        margin-right: 5px;
        padding-left: 0px !important;
        display: block;
    }
    #homegallery .event-title {
        text-align: left !important;
        width: 75%;
    }
    #homegallery .media-left {
        padding-left: 20px !important;
    }
    #homegallery p {
        width: 75%;
    }
    #homegallery .event.media {
        width: 30%;
        margin-right: 10px;
        margin-left: 4px;
    }
}

@media (max-width: 639px) {}

@media (max-width: 580px) {
    .marquee {
        width: 405px;
    }
    .container.cntmobcontainer {
        width: 480px;
    }
    .row.equal-height-inner.home-boxes {
        padding: 10px;
    }
    .home-boxes {
        /*margin-top: -27px !important;*/
        margin-top: 0px !important;
        top: -27px !important;
    }
    .event-counter ul li {
        padding: 18px 18px 10px 18px;
    }
}

@media (max-width: 570px) {}

@media (max-width: 494px) {
    .last-node-login {
        border: none !important;
    }
}

@media (max-width: 479px) {
    .marquee {
        width: 335px;
    }
    .container.cntmobcontainer {
        width: 400px;
    }
    .home-boxes {
        /*margin-top: -20px !important;*/
        margin-top: 0px !important;
        top: -20px !important;
    }
    .event-counter ul li:first-child {
        box-shadow: inset 0px 1px 0px 0px #64c4d6 !important;
    }
    .event-counter ul li {
        -webkit-box-shadow: inset 0px 1px 0px 0px #3c7580 !important;
        -moz-box-shadow: inset 0px 1px 0px 0px #00acc1 !important;
        box-shadow: inset 0px 1px 0px 0px #3c7580 !important;
        padding: 8px 0px !important;
    }
    .event-title h3 {
        font-size: 18px;
    }
    .cust-hide-mobile {
        display: none !important;
    }
    .last-node-login {
        display: block !important;
        border: none !important;
        font-size: 18px;
    }
    .bottom-line p {
        float: left;
        width: 100%;
        text-align: left;
    }
    .lead {
        font-size: 17px;
    }
    .media-body.pl-20 {
        padding: 0px;
    }
    .bottom-line p:first-child {
        margin-bottom: 5px !important;
    }
    ul.countdown,
    .upcoming-event,
    .upcoming-event-div {
        float: left;
        width: 100%;
    }
}

@media (max-width: 414px) {
    .marquee {
        width: 270px;
    }
    .event-title h3 {
        font-size: 16px;
    }
    .event-counter ul li {
        padding: 2px 0px !important;
    }
    .event-counter span {
        font-size: 20px;
        line-height: 20px;
    }
    .row.equal-height-inner.home-boxes {}
    .container.cntmobcontainer {
        width: 335px;
    }
    #homegallery .event.media {
        width: 31%;
        margin-right: 4px;
        margin-left: 4px;
    }
    #homeabout h4 {
        font-size: 15px;
    }
}

@media (max-width: 384px) {
    .marquee {
        width: 230px;
    }
    .container.cntmobcontainer {
        width: 300px;
    }
    .event-title h3 {
        font-size: 14px;
    }
    .event-counter span {
        font-size: 16px
    }
    #homegallery .event.media {
        width: 30%;
        margin-right: 5px;
        margin-left: 6px;
    }
    #homegallery .mobilebottom40 .event-date .font-22,
    #homegallery .mobilebottom40 .event-date .font-22 {
        font-size: 16px !important;
    }
    #homegallery p {
        width: 64%;
    }
}

@media (max-width: 375px) {
    #homegallery .event.media {
        width: 29%;
    }
}

@media (max-width: 360px) {
    .home-boxes {
        /*margin-top: -15px !important;*/
        margin-top: 0px !important;
        top: -15px !important;
    }
    #homegallery .event.media {
        width: 29%;
    }
    .menuzord-brand img {
        max-height: 75px;
    }
}

@media (max-width:320px) {
    .marquee {
        width: 190px;
        font-size: 11px;
    }
    .menuzord-responsive .menuzord-brand {
        margin: 8px 30px 10px 0px;
    }
    .container.cntmobcontainer {
        width: 260px;
    }
    .event-title h3 {
        font-size: 12px;
        margin-top: 5px;
    }
    .event-counter span {
        font-size: 13px;
    }
    #homeabout h3 {
        font-size: 17px;
    }
    .lead {
        font-size: 16px;
    }
    #homeabout h4 {
        font-size: 12px;
    }
    #homeabout .box-hover-effect.mb-sm-30 {
        margin-bottom: 0px !important;
    }
    #homegallery .event-title {
        font-size: 14px;
    }
}