@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

h1,h2,h3,h4{
    font-family: 'Roboto Condensed', sans-serif;
    color: #3360d0;
    font-weight: 700;
    /* line-height: 34px; */
}

a {
    color: #000;
}

.head-top {
    background: #f7f7f7;
    padding: 5px 45px;
    text-align: center;
}

.head-top h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
    padding: 17px 80px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

.head-top h1 span {
    display: block;
    font-weight: 300;
}

.right-logo {
    padding-right: 10px;
}

header nav.navbar {
    background-color: #335fcf;
    float: left;
    width: 100%;
}

nav.navbar .nav-item a {
    color: #fff!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

header .navbar-nav .dropdown-menu{
    padding:0;
    min-width: 200px;
}

header .navbar-nav .dropdown-menu a{
    color: #fff;
    padding: 10px 15px;
    font-weight: 400;
    background: #27293a !important;
    font-size: 14px;
    transition: all .450s ease-out;
}

header .navbar-nav .dropdown-menu a:hover{
    background-color: #335fcf!important;
    color: #fff;
}

.banner-section {
    float: left;
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}

.banner_text {
    position: absolute;
    /*top: 10%;*/
    z-index: 1;
}

#bann-slide{
    /*height: 280px;
    overflow:hidden;*/
}

.banner_text h2 {
    font-size: 36px;
    color: #27293a;
}

.banner__title {
    font-size: 32px;
    line-height: 38px;
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
}

.green__text {
    color: #335fcf!important;
}

.banner_text h3 {
    margin-top: 10px;
    color: #27293a;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.banner_text h4 {
    /* margin-top: 15px; */
    color: #27293a;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
}

.red-text {
    color: #f01803;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 600;
    margin-top: 20px;
}

.red-text span {
    color: #000;
    font-size: 21px;
    text-transform: lowercase;
    line-height: 26px;
    font-weight: 600;
}

.banner_text h2 sup {
    text-transform: lowercase;
    font-size: 20px;
}

.ccr_counter {
    float: left;
    width: 100%;
    background-color: #27293a;
    padding: 30px 0;
    position: relative;
}

.date_title {
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    padding-top: 15px;
    position: relative;
    line-height: 46px;
    z-index: 999;
}

.date_count {
    position: relative;
    margin-bottom: 0px;
    float: right;
    padding-right: 30px;
    z-index: 999;
}

.size_lg {
    font-size: 36px;
    display: flex;
    float: left;
}

.colorDefinition .box {
    background: #fff;
    color: #000;
    display: inline-block;
    margin: 0 20px;
    padding: 0px 0px 0px;
    text-align: center;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transform: rotate(45deg);
}


.time {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-weight: 900;
    margin-bottom: 22px;
    color: #335fcf;
    transform: rotate(-45deg);
    text-align: left;
    padding-top: 15px;
    padding-left: 8px;
}

.box:first-child .displayformat {
   /* padding-left: 45px;*/
}

.colorDefinition div:last-child {
    margin-right: 0px;
}

.displayformat {
    /*text-align: center !important;*/
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 0px;
    margin: 0px;
    transform: rotate(-45deg);
    width: 100%;
    /*text-align: left;*/
    padding-left: 39px;
}

.marquee-cls {
    background-color: #335fcf;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
    float: left;
}

.marquee-cls a {
    color: #fff;
}

.about__img {
    padding: 20px;
    background-color: #eee;
    border: 1px solid #335fcf;
}

.about__us p {
    text-align: justify;
}

.about__text p {
    text-align: justify;
}

section{
    margin: 50px 0;
}

.container{
    padding-left: 0;
    padding-right: 0;
}

.important_dates {
    background-color: #fff;
    margin-top: 50px;
}

.important_dates h2 {
    padding: 20px 15px 10px;
}

.organizers_box {
    float: right;
    background-color: rgba(39, 41, 58, .95);
    padding: 20px 30px;
    border-left: 5px solid #335fcf;
    border-right: 5px solid #335fcf;
}

.organizers_box h2 {
    color: #fff;
}

.organizers_box ol {
    padding: 0px 20px 0;
    margin: 0;
}

.organizers_box ol li {
    color: #fff!important;
    font-weight: 300;
    font-size: 15px;
    padding: 2px 0;
}

section.two {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 0px;
    background-color: #f4f4f4;
}

section.three{
    background-image: url(../images/comm_back.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
}

section.fourth{
    background-color: #27293a;
    padding: 60px 0;
}

#demo-1 .item, #demo-2 .item {
    margin: 0 10px;
    border: 2px solid #335fcf;
    /* border-bottom: 2px solid #335fcf; */
    padding: 0px 0 15px 0;
    text-align: center;
}

.org__box {
    padding: 0 10px;
}

.org__box h4 {
    font-size: 16px;
    color: #fff;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.org__box img {
    width: 60px !important;
    display: inline-block !important;
    padding-right: 10px;
}

.org__box p {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
}

.flag-slide .owl-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 9;
}

.flag-slide .owl-nav button.owl-next {
    float: right;
    font-size: 20px;
}

.flag-slide .owl-nav button.owl-next span {
    font-size: 60px;
    color: #fff;
    margin-right: -35px;
}

.flag-slide .owl-nav button.owl-prev {
    float: left;
    margin-left: -15px;
}

.flag-slide .owl-nav button.owl-prev span {
    font-size: 60px;
    color: #fff;
    margin-left: -10px;
}

section.three #demo-1 h2 {
    margin-bottom: 20px;
}

.organizer__section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}

.organizer__box {
    /*width: 33.333%;*/
    width: 20%;
    padding: 15px 15px 0;
}

.box--shadow {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.06);
    padding: 15px;
}

.box--shadow h4 {
    padding: 5px 0;
}

section.six {
    background-color: #f5f5f5;
    padding: 50px 0;
}

section.six .flag-slide .owl-nav button.owl-prev span, section.six  .flag-slide .owl-nav button.owl-next span{
    color: #000;
}

.footer-top{
    padding: 0px;
    position: relative;
}

.map__back_color {
    content: "";
    position: absolute;
    top: 0px;
    padding: 50px 50px 50px 0;
    background-color: #335fcf;
    bottom: 0px;
    width: 100%;
}

.map__text {
    position: absolute;
    top: 0px;
    padding: 50px 50px 50px 0;
    background-color: #335fcf;
    bottom: 0px;
}

.map__text h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 30px;
}

.event__title {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Lobster Two', cursive;
    font-weight: 400;
    color: #fff;
}

.map__text h4 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0;
    line-height: 30px;
}

.footer h3 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer ul.links {
    list-style: none;
    padding: 0px;
    margin: 0px -15px;
    z-index: 999;
    position: relative;
}

.footer h3 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer ul.links li {
    display: inline-block;
    padding: 5px 0;
}

.footer ul.links li a {
    float: left;
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 16px;
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.social_media ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social_media li {
    display: inline-block;
    float: left;
}

.social_media li a {
    float: left;
    margin-right: 8px;
    text-align: center;
}

.footer {
    background-color: #27293a;
    position: relative;
    /* float: left; */
    width: 100%;
    padding: 60px 0;
}

.footer:before {
    background-image: url(../images/counter-img.png);
    content: "";
    height: 160px;
    width: 162px;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: -25px;
}

.footer:after {
    background-image: url(../images/counter-img2.png);
    content: "";
    height: 135px;
    width: 134px;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 0;
}

.footer_bottom {
    background-color: #335fcf;
    float: left;
    width: 100%;
    padding: 15px 0;
}

.footer_bottom p {
    color: #fff;
    margin-bottom: 0px;
}

.design_by {
    text-align: right;
}

.footer_bottom p {
    color: #fff;
    margin-bottom: 0px;
}

.design_by a {
    color: #fff;
}

.organizer__section {
    text-align: center;
}

/* inner page css */

.inner_pages .breadcrumb {
    margin-bottom: 30px;
}

.cometee_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.cometee_box .item__2 {
    width: 15%;
    padding: 10px;
}
.cometee_box .item__2 img {
    width: 100%;
}

.org__box_2 {
    border: 1px solid #ddd;
    padding: 15px 0px 15px 10px;
}

.inner_pages h2 {
    text-transform: inherit;
    font-size: 30px;
}

.list__square, .advisory__committee ul {
    list-style: none;
    padding: 15px 0;
    margin: 0;
}

.list__square li {
    padding: 5px 0;
}

.list__square li i.fa, .advisory__committee li i.fa {
    margin-right: 5px;
    color: #335fcf;
    font-size: 12px;
}

.advisory__committee {
    column-count: 3;
}

.advisory__committee ul li{
    padding: 4px 0;
    font-weight: 700;
}

.inner_pages {
    padding: 50px 0;
    width: 100%;
}

.bg-dark th, .bg-dark td {
    color: #fff;
}

ol.breadcrumb a {
    color: #000;
}

.keynote__box {
    border: 1px solid #ddd;
    margin: 15px 0;
}

.keynote__text {
    padding: 15px;
}

.keynote__text h3 {
    font-size: 15px;
    line-height: 22px;
}

.keynote__text img {
    width: 60px;
    display: inline-block;
    padding-right: 10px;
}

.keynote__text p {
    display: inline-block;
}

.keynote__box a, .keynote__box a:hover {
    color: #000;
    text-decoration: none;
}

.keynote .modal-dialog {
    max-width: 728px;
}

.border-bottom {
    margin-bottom: 30px;
}

.abstract-login h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.abstract-login h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    line-height: 42px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.abstract-login .footer {
    background-color: #222;
    text-align: center;
    padding: 14px 0;
    margin-top: 10px;
    text-transform: uppercase;
    color: #999999;
    float: left;
    width: 100%;
    font-size: 14px;
}

.abstract-login .footer:before, .abstract-login .footer:after{
    display: none;
}

.form-group label {
    font-weight: 600;
}

p:empty {
    display: none;
}

.btn.reset {
    background: #e6e4e4;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.sponsor-list ul {
    list-style: none;
    margin: 10px 0px 20px 0px;
    padding: 0px;
}

.sponsor-list ul li {
    margin-left: 20px;
    width: 45%;
    display: inline-block;
}

.sponsor-list i {
    font-size: 10px;
    color: #383085;
    margin-right: 10px;
}

.sponsor-img-area {
    width: 100%;
    padding: 20px;
    margin: 20px 0px;
}

.sponsor-list {
    margin: 0px;
    padding: 0px;
}

.grn-part ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.grn-part ul li {
    font-size: 14px;
    line-height: 28px;
}

.grn-part i {
    font-size: 10px;
    color: #62af44;
    margin-right: 10px;
}

.grn-part ul li ul li {
    font-size: 14px;
    list-style: square;
    margin-left: 40px;
}

.grn-area {
    background-color: #62af44;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 20px 0px;
    padding: 10px;
}

.contact_page i {
    color: #335fcf;
    margin-right: 5px;
    font-size: 14px;
}

.contact-us + footer .footer-top {
    display: none;
}

.co-organizer .item {
    background: #fff;
    padding: 18px 20px;
    margin: 5px;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.06);
}

.co-organizer .item img {
    max-width: 108px;
}

footer iframe {
    margin-bottom: -7px;
}

@media (max-width: 1200px){
    .head-top h1{
        font-size: 26px;
        padding: 17px 10px;
    }
    nav.navbar .nav-item a{
        font-size: 13px;
    }
    .banner_text h4{
        font-size: 18px;
        line-height: 20px;
    }
    .red-text {
        color: #f01803;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 18px;
        font-weight: 600;
        margin-top: 0px;
    }
    .banner_text{
        top: 5%;
    }
    .banner-section{
        overflow: hidden;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 992px) { 
    nav.navbar .nav-item a{
        font-size: 11px;
        padding-left: 3px!important;
        padding-right: 3px!important;
    }
    .date_title{
        margin-bottom: 40px;
        text-align: center;
    }
    .cometee_box .item__2 {
        width: 33.333%;
    }
    .head-top h1{
        font-size: 20px;
        line-height: 30px;
    }
    .footer:after{
        z-index: -1;
    }
}

@media (max-width: 768px){
    .size_lg {
        font-size: 36px;
        display: flex;
        float: left;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .time {
        transform: rotate(0deg);
        text-align: center;
        padding: 20px 0 0;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .displayformat {
        transform: rotate(0deg);
        padding-left: 0px;
        text-align: center;
    }
    .box:first-child .displayformat{
        padding-left: 0;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner_text h2{
        font-size: 22px;
        line-height: 38px;
    }
    .banner__title{
        font-size: 18px;
        line-height: 26px;
    }
    .cometee_box .item__2 {
        width: 33.333%;
    }
}

@media (max-width: 480px){
    .head-top{
        padding: 5px 0;
    }
    .colorDefinition .box {
        margin: 10px;
        transform: rotate(0deg);
        text-align: center;
    }
    #demo-1 .item, #demo-2 .item{
        margin: 0 20px;
    }
    .flag-slide .owl-nav button.owl-next span{
        margin-right: -15px;
    }
    .flag-slide .owl-nav button.owl-prev span{
        margin-left: 5px;
    }
    .ccr_counter{
        padding: 20px 0;
    }
    .profile__box h3 {
        margin-top: 10px;
    }
    .profile__box {
        margin-bottom: 40px;
    }
    .organizer__box{
        margin-bottom: 20px;
    }
    .map__text h4{
        margin: 0;
    }
    .date_title{
        font-size: 30px;
        line-height: 38px;
        padding-top: 15px;
        text-align: center;
    }
    .flag_counter {
        margin-top: 20px;
    }
    .cometee_box .item__2 {
        width: 100%;
    }
    .keynote__box {
        text-align: center;
    }
}
