* {
    outline: 0;
    border: 0;
    font-family: Inter, sans-serif;
}
body {
    background-color: #f0fff1;
}
.loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    background-color: #081728;
    text-align: center;
}
.img-load {
    width: 170px;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
    transform: -webkit-translate(0, -50%);
    transform: -moz-translate(0, -50%);
    transform: -ms-translate(0, -50%);
    position: relative;
    margin: 0 auto;
}
.site-logo {
    color: #fff;
    font-size: 25px;
}
nav {
    background-color: #081728;
}
.site-logo a img {
    width: 285px;
}
.nav-content {
    justify-content: space-between;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu ul li {
    display: inline-block;
    margin: 15px 5px;
}
.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 65px;
}
li.nav-item.selected {
    border-bottom: 3px solid #fff;
}
.site-logo span {
    font-size: 12px;
    padding-left: 7px;
}
main {
    margin-top: 54px;
}
.intro {
    background-image: url(../image/iceibt-conference-banner.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 95px;
	background-attachment: fixed;
}
.iccret-logo {
    width: 240px;
}
.bwu-logo {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.intro h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    line-height: 65px;
}
.intro h1 span {
    font-weight: 600;
    color: #f0dcb5;
    font-size: 70px;
    font-family: "Archivo Black", sans-serif;
}
.intro h1 strong {
    font-family: "Archivo Black", sans-serif;
}
.intro h1 strong {
    font-family: "Archivo Black", sans-serif;
    font-size: 65px;
    line-height: 70px;
}
.intro h1 ~ div.conf>span {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
}
.collab {
    position: relative;
    margin-top: 45px;
    margin-bottom: 100px;
}
.collab span {
    background-color: #fdbd01;
    padding: 2px 8px;
    border-radius: 7px;
    color: #003353;
    font-weight: 600;
}
.collab h2 {
    width: 51%;
    padding-top: 7px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: -2px;
}
.collab p {
    width: 41%;
    color: #fff;
    font-size: 20px;
}
.intro .bwu-logo ~ span {
    font-size: 20px;
}
.heading {
    font-size: 38px;
    font-family: "Archivo Black", sans-serif;
    padding-bottom: 15px;
    color: #081728;
}
.hr-bdr{
    width: 60%;
    height: 1px;
    background-color: #000;
	margin: auto;
}
.bg-darkgreen{
    background-color:#498426;
}
ul.parent-ul > li {
    list-style-type: upper-alpha;
    font-size: 20px;
    color: #fff;
}
.subchild-ul li {
    font-size: 17px;
    list-style-type: number;
    padding: 10px 0;
}
.sub-heading-box {
    background-color: #081728;
    font-family: "Archivo Black", sans-serif;
    padding: 15px;
}
.reg-bg-color {
    background-color: #eaeaea;
    font-family: "Archivo Black", sans-serif;
    padding: 15px;
}
.bg-sky {
    background-color: #498426;
    color: #fff;
}
.objective ul li{
    padding: 5px;
}
.contact,
.count-wrap {
    background-color: #081728;
    overflow: hidden;
    position: relative;
}
.count-wrap h1 {
    font-size: 35px;
    font-weight: 300;
}
.confrence {
    display: inline-block;
    padding: 75px 0;
}
.counts {
    padding-top: 25px;
    width: 25%;
    text-align: center;
}
.start-count {
    justify-content: space-between;
}
.counts:first-child {
    padding-left: 0;
}
.counts span {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
}
.counts p {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}
.conf-img {
    position: absolute;
    width: 41%;
    height: 100%;
    top: 0;
    right: 0;
}
.conf-img img {
    object-fit: cover;
    height: 100%;
}
.com-pad {
    padding: 40px 0;
}
.easy-chair {
    display: flex;
    align-items: center;
    padding-left: 72px;
}
.easy-chair h3 {
    color: #0084e3;
    font-weight: 600;
    padding-right: 10px;
}
.easy-chair span img {
    width: 180px;
}
.bg-blue {
    background-color: #d3ebee;
}
.bold-blue {
    color: #0084e3;
}
.bullet {
    position: relative;
    margin-left: 7px;
    padding-left: 35px;
}
.bullet:before {
    content: "";
    position: absolute;
    background-image: url(../image/bullet.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    top: 1px;
    left: -5px;
    width: 30px;
    height: 20px;
}
.themes {
    background-image: url(../image/theme-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.themes ul li {
    color: #0084e3;
    position: relative;
    list-style-type: none;
}
.themes ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #0084e3;
}
table.tbl-regs th {
    background: #1c4575;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    vertical-align: middle;
}
.tbl-regs tr.head-title td,
.tbl-regs tr.head-title th {
    background: #0084e3;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.tbl-regs tr.head-title td:nth-child(even),
.tbl-regs tr.head-title th:nth-child(even) {
    background: #38b2eb;
}
.tbl-regs tr td {
    background: #ebecec;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #fff;
}
.tbl-regs tr:nth-child(even) td {
    background: #d8e8f7;
}
.tbl-regs tr:nth-child(odd) td {
    background: #fff5dd;
}
@media only screen and (min-width: 1600px) {
    .intro h1 span,
    .intro h1 strong {
        font-weight: 800;
    }
    .count-wrap h1 {
        font-size: 37px;
    }
    .counts span {
        font-size: 95px;
        line-height: normal;
    }
    .confrence {
        padding: 115px 0;
    }
    .com-pad {
        padding: 75px 0;
    }
    .themes ul li:before {
        top: 10px;
    }
    section.com-pad p {
        font-size: 20px;
    }
    .committee strong,
    section.themes div ul li span {
        font-size: 21px;
    }
    .bullet:before {
        background-size: 42px;
        top: 1px;
        left: -7px;
        width: 42px;
        height: 25px;
    }
    .bullet {
        padding-left: 45px;
    }
    table.table.tbl-regs {
        font-size: 20px;
    }
    .easy-chair span img {
        width: 200px;
    }
}
@media only screen and (min-width: 992px) {
    div.mob-menu {
        display: none;
    }
}
@media only screen and (max-width: 1198px) {
    .nav-content {
        justify-content: center;
    }
    .intro h1 {
        font-size: 35px;
    }
    .count-wrap h1 {
        font-size: 30px;
    }
    .counts span {
        font-size: 74px;
    }
    .counts p {
        font-size: 16px;
    }
    .easy-chair {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .intro{margin-top: 66px;}
    .site-logo{
        color: #fff;
        font-size: 25px;
        width: 100%;
        margin: 13px auto;
    }
    .site-logo a img{
        width: 270px;
    }
    .hmb {
        width: 45px;
        height: 40px;
        top: 15px;
        position: relative;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    .hmb span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .hmb span:nth-child(1) {
        top: 0;
    }
    .hmb span:nth-child(2),
    .hmb span:nth-child(3) {
        top: 12px;
    }
    .hmb span:nth-child(4) {
        top: 24px;
    }
    .hmb.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .hmb.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .hmb.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 13px;
    }
    .hmb.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .mob-menu {
        position: absolute;
        z-index: 10;
        top: 5px;
        right: 0;
        width: 55px;
        height: 50px;
        overflow: hidden;
    }
    .menu {
        position: fixed;
        display: none;
        width: 100vw;
        height: 100vh;
        top: 65px;
        left: 0;
        overflow-y: scroll;
        background:#00395e;
    }
    .menu ul li {
        display: block;
		margin: 15px;
    }
    .menu ul li a {
        line-height: 45px;
    }
    main {
        margin-top: 48px;
    }
    .iccret-logo {
        width: 200px;
    }
    .intro h1 {
        font-size: 30px;
    }
    .conf-img {
        width: 100%;
    }
    .easy-chair {
        padding-left: 0;
    }
    .easy-chair h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .iccret {
        padding: 0 15px;
    }
    .collab h2,.confrence, .collab p{
        width: 100%;
    }
    .count-wrap h1 {
        text-align: center;
    }
    .start-count {
        justify-content: space-evenly;
    }
    .conf-img {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    .intro{position: relative;}
    .intro > div.container{position: relative;z-index: 2;}
    .intro::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color:rgb(0 0 0 / 60%);
        top: 0;
        z-index: 1;
      }
}
@media only screen and (max-width: 500px) {
    .iccret-logo {
        width: 175px;
    }
    .bwu-logo {
        width: 100%;
        margin: 25px 0;
        text-align: center;
    }
    .iccret {
        text-align: center;
    }
    .bwu-logo img {
        width: 88%;
    }
    .confrence {
        padding: 40px 0;
    }
    .count-wrap h1 {
        font-size: 22px;
    }
    .counts span {
        font-size: 44px;
    }
    .counts p {
        font-size: 12px;
    }
	.img-fluid {
		float: left;
	}
	.txt-bg{
		font-size: 22px;
	}
	.btn {
		margin: auto;
	}
	.contacts {
		font-size: 25px;
	}
}
@media only screen and (max-width: 480px) {
    .intro h1{line-height: 50px;}
    .intro h1 span, .intro h1 strong{font-size:50px;}
    .collab h2, .collab p{
        font-size: 23px;
    }
}