@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: "light";
    src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: "med";
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: "reg";
    src: url("../fonts/Roboto-Regular.ttf");
}

body {
    font-family: "reg";
}

@media (min-width: 1200px) {
    .head-bg .container {
        width: 1300px;
    }

    .menu-bg .container {
        width: 1300px;
    }
}



.top-menu img {
    width: 30px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #999;
    margin-bottom: 20px;
}

img {
    /*width: auto;*/
    /*height: auto;*/
    max-width: 100%;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.thumbnail a > img,
.thumbnail > img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .thumbnail a > img,
    .thumbnail > img {
        height: 400px;
    }
}


.con-venue img {
    width: 100%;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

a {
    color: inherit;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

header,
.banner,
footer,
section {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}

.videos-in {
    float: left;
    padding: 0;
    margin-right: 27px;
    /* width: 30%; */
    margin-bottom: 2%;
    border: 2px solid #E71B27;
    height: 204px;
}

.videos-in iframe {
    width: 100% !important;
    height: 200px !important;
}

.pagination ul {
    padding: 0px;
    margin: 0px;
}

.pagination ul li {
    float: left;
    list-style: none;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    background-color: #00559f;
    color: #FFF;
}

.pagination a:hover,
.pagination .active a {
    background-color: #e71b27;
}

.pagination .active a {
    color: #FFF;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next a {
    float: right;
}

.pager .previous a {
    float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #999999;
    background-color: #fff;
    cursor: default;
}

.vdos li {
    list-style: none;
    margin: 10px;
    display: inline;
}

.vdos {
    padding: 0px;
    margin: 0px;
}

.head-bg {
    background: #fff;
}

.top-right {
    text-align: right;
}

.top-menu {
    float: right;
    margin: 34px 15px 0;
}

.top-menu a {
    font-family: 'ralewayregular';
    font-size: 13px;
    color: #000;
}

.top-menu a:hover {
    color: #06C;
}

.logo-section {
    float: right;
    width: 34%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div#custom-search-input {
    float: left;
    width: 33%;
    margin-top: 4px;
    margin-left: 23%;
}

.active-lang {
    color: #E41923 !important;
    font-weight: bold !important;
}

@media (max-width: 767px) {
    div#custom-search-input {
        width: 50%;
        margin-left: 0%;
    }
}


div#custom-search-input .btn-info {
    color: #fff;
    background-color: #E41923;
    border-color: #E41923;
    height: 31px;
    margin-left: -21px;
    width: 20px;
}

div#custom-search-input .form-control {
    width: 100% !important;
    padding: 14px;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    height: 31px;
    color: #2C3E50;
    background-color: #fff;
    background-image: none;
    border: 1px solid #E41923;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

div#custom-search-input .glyphicon {
    position: relative;
    top: -6px;
    left: -7px;
    font-size: 14px;
}

div#custom-search-input .form-control::-webkit-input-placeholder {
    color: #000;
    font-size: 12px;
}


.mapli img {
    margin-right: 20%;
    float: left;
    width: 184px;
    text-align: center;
}

.mapad li {
    text-align: center;
    list-style: none;
    line-height: 23px;
    font-size: 10px;
}

.confrence {
    margin-top: 15px;
    margin-bottom: 15px;
}

.head-bg .confrence img {
    max-width: 100%;
    width: 400px;
    /*height: 135px;*/
    -o-object-fit: cover;
    object-fit: cover;
}

.menu-bg {
    background: #6a78f7;
    text-align: center;
}

.navbar-default .navbar-toggle {
    background-color: #6a78f7 !important;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #1c2bb3;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #1c2bb3 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #1c2bb3 !important;
}

.navbar-default {
    background-color: #6a78f7;
    border-color: transparent;
}

li.dropdown:hover ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu {
    background: none;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1px 0px;
}

.dropdown-menu > li > a {
    background: #6a78f7;
    margin-bottom: 0px;
    color: #fff;
    width: 100%;
    min-width: 200px;
    padding: 12px 20px;
    border-top: 1px solid #fff;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #1c2bb3;
}

.social img {
    width: 35px !important;
    height: 35px !important;
}

.man {
    padding: 0 0 15px 0px;
    color: #777;
}

.crh {
    height: 99px !important;
}

/*.navbar-default .navbar-nav>li>a:last-child {
  border-right: none;
}
*/
.box-con-one {
    background: url(../images/box-con-one-bg.jpg);
    min-height: 250px;
}

.box-con-one-in {
    margin-top: 40px;
    padding: 0px 0px;
    text-align: center;
}

#hexagon {
    width: 100px;
    height: 55px;
    background: #3498db;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
}

#hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #3498db;
}

#hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #3498db;
}

#hexagon i img {
    /* margin: 0px 19px; */
    padding: 0px;
    text-align: center;
}

#hexagon h3 {
    color: #009;
    text-transform: uppercase;
    text-align: center;
    font-size: 9px;
    padding: 0px 0px;
    margin: 0px;
}

.box-four {
    text-align: center;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.agenda .title-agenda {
    padding: 10px;
    background-color: #00adb1;
    text-align: center;
    color: #fff;
    margin: 15px 0 0 0;
    border: 0px;
}

.agenda .title-agenda-bottom {
    text-align: center;
    color: #3d3d3d;
    border: 0px;
}

.agenda table {
    width: 100%;
    color: #3d3d3d;
    border-collapse: collapse;
}

.agenda table tr td:first-child {
    width: 150px;
}

.agenda table tr td {
    padding: 5px 10px;
    font-size: 16px;
    border-collapse: collapse;
    border: 1px solid #fff;
}

.agenda table tr {
    background-color: #fcfcfc;
}

.agenda .bg-color-yellow {
    background-color: #f7eb27;
    font-weight: bold;
}

.agenda .bg-color-blue-1 {
    background-color: #95d5de;
    font-weight: bold;
}

.agenda .bg-color-blue-2 {
    background-color: #00adb1;
    font-weight: bold;
    color: #fff;
}


.box-four h3 {
    font-size: 13px;
    color: #33414f;
    font-family: 'ralewayregular';
    padding: 28px 0 0 0px;
    margin: 25px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-four .thumbnail {
    display: block;
    padding: 40px 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background: rgba(255, 255, 255, 0);
    border: 3px solid rgba(221, 221, 221, 0);
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.box-four:nth-child(1) .thumbnail .btn-danger {
    background-color: red;
    font-weight: bold;
}

.box-four:nth-child(2) .thumbnail .btn-danger {
    background-color: green;
    font-weight: bold;
}

.box-four:nth-child(3) .thumbnail .btn-danger {
    background-color: saddlebrown;
    font-weight: bold;
}

.box-four:nth-child(4) .thumbnail .btn-danger {
    background-color: #f0ad4e;
    font-weight: bold;
}


.col-md-9.nu {
    padding-left: 0;
    width: 83%;
    padding-right: 0;
}

.col-md-3.mr {
    width: 17%;
    padding-left: 0px;
    display: inline-block;
}


.box-four .thumbnail:hover {
    background-color: #DADADA;
}

.box-four .btn-danger {
    color: #fff;
    width: 165px;
    background-color: #2980b9;
    border-color: #fff;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    font-family: 'ralewayregular';
    margin: 0 auto;
    padding: 8px 8px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 13px;
}

.box-four .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.event-in h2 {
    font-family: 'ralewayregular';
    font-size: 23px;
    color: #33414f;
    padding: 23px 0 12px 0px;
    margin: 0px 0px;
    text-transform: uppercase;
}

.event-in p {
    font-family: 'ralewayregular';
    font-size: 15px;
    color: #000;
    padding: 0px;
    margin: 0px 0px;
    font-weight: 500;
    line-height: 28px;
}

.event-in .btn-default {
    font-family: 'ralewayregular';
    background: #fff;
    border: 1px solid #D8D8D8;
    color: #8C8C8C;
    width: 135px;
    text-align: center;
    padding: 9px;
    margin: 17px auto 0;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.event-in .btn-default:hover {
    color: #fff;
    background: #E42A2E;
    border-color: #FFFFFF;
}

.gallery_li li img {
    width: 100% !important;
    height: 175px;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery_li li {
    width: 23.22%;
    float: left;
    position: relative;
    list-style: none;
    overflow: hidden;
    margin: 10px;
    padding: 0 !important;
    text-align: center;
}

.gallery_li li .btn-default {
    font-family: 'ralewayregular';
    background: #fff;
    border: 1px solid #D8D8D8;
    color: #8C8C8C;
    width: 99px;
    text-align: center;
    padding: 6px;
    margin: 17px auto 0;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.anim_div {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: -20px;
    padding: 19%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.gallery_li li:hover .anim_div {
    visibility: visible;
    opacity: 1;
    left: 0px;
    background: rgba(41, 128, 185, 0.75);
    color: white;
}

.gallery_li {
    padding: 0;

}

.news_board {
    padding: 20px 0px;
    border-bottom: dotted 1px #ccc;
}

.news_board img {
    padding: 8px;
    border: solid 1px #ccc;
    margin: 6px 0px;
    max-width: 150px;
    margin-right: 15px;
}

.view img {
    max-width: 400px !important;
}

.buy-ticket-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    width: 100%;
    margin-top: 25px;
}

.buy-ticket-con .buy-ticket-con-item {
    padding: 10px;
    width: 32%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    margin-bottom: 25px;
}

.buy-ticket-con .buy-ticket-con-item:hover {
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.buy-ticket-con .buy-ticket-con-item span {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 767px) and (min-width: 576.98px) {
    .buy-ticket-con .buy-ticket-con-item {
        width: 48%;
    }
}

@media (max-width: 576px) {
    .buy-ticket-con .buy-ticket-con-item {
        width: 100%;
    }
}

.news_board h4 {
    font-size: 16px;
    color: #2980B9;
    font-weight: bold;
    font-family: "reg";
    margin: 0px;
    padding: 3px 0px;
    margin-bottom: 10px;
    border-bottom: solid 1px #C5D6E6
}

.news_board small {
    display: block;
    padding: 15px 1px;
    color: #827A7A;
}

.news {

    display: inline-block;
    padding: 30px;
    border: dotted 1px #ccc;
}

.sucribe .form-control {
    font-family: "reg";
    border: solid 1px #2980B9;
    padding: 10px 15px !important
}

.sucribe .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #2980B9;
    border-left-color: #ccc;
}

.gallery li {
    position: relative;
    overflow: hidden;
}

.zoom {
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.media_a {
    display: block;
    padding: 5px 0;
    color: #FFFFFF;
    width: 113px;
    font-family: light;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    float: right;
    background: #2980B9;
    text-align: center;
    border-radius: 3px;
}

.media_a:hover {
    background: #85A1C3;
    color: white;
}

.navbar-nav {
    width: 100%;
}

.collapse ul {
    padding: 0;
}

.speakers {
    background: #ebecec;
    padding: 28px 0 0 0px;
    margin-top: 28px;
}

.spek-silder h2 {
    font-size: 20px;
    font-family: 'ralewayregular';
    margin: 0px 23px;
    padding: 12px 0px;
    color: #151B4B;
    /* font-weight: bold; */
}

.speakers h4 {
    font-size: 14px;
    color: #2980b9;
    margin: 6px 0px;
    padding: 5px 0px;
}

.speakers p {
    font-size: 12px;
    color: #2e3031;
    padding: 3px 8px;
}

.speakers .thumbnail {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 4px;
}

.speakers article {
    background-color: #fff;
    margin: 0px 23px;
    padding: 2px 0px 15px 0px;
    border-radius: 8px;
    min-height: 289px;
}

footer {
    background: #6a78f7;
    color: #FFF;
    font-family: "light";
}

.inform-footer-box h5 {
    padding-left: 0px !important;
}

.footer-box:first-child img {
    width: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.inform-footer-box div {
    margin: 11px 0px;
    padding: 2px 0 0 0;
}

.inform-footer-box div span {
    margin: 0 10px 0 0;
    font-size: 14px;
}


.sec-pro {
    float: left;
    width: 50%;
}


.sec-pro img {
    border: 2px solid #fff;
    cursor: pointer;
}

.sec-pro img:hover {

    border: 2px solid #E42A2E;

}

span.sno.r-only {
    display: none;
}

.top_foot {
    padding: 30px 0px;
}

.footer-box {
    padding: 15px 0px;
}

.footer-box h5 {
    padding: 0px 0 0 53px;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
}

ul.social {
    padding: 0px;
    margin: 0px;
}

ul.social a li {
    padding: 0px;
    margin: 8px 15px 9px 0;
    list-style: none;
    float: left;
}

ul.social a li img:hover {
    margin-top: -2px;
}

ul.qicklinks {
    padding: 5px 0px 0 62px;
    margin: 0px;
    float: left;
}

ul.qicklinks a li {
    padding: 0px;
    margin: 6px 0 7px 0;
    list-style: disc;
    font-size: 14px;
    float: left;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
}

ul.qicklinks a li:hover {
    color: #95D1F9;
}

ul.qicklinks a {
    float: left;
    padding: 0px 32px 0 0px;
}

.msg {
    margin: 44px 40px 0px;
    float: left;
}

.sucribe {
    float: none;
    text-align: left;
    font-size: 13px;
}

.sucribe h6 {
    padding: 0px 30px;
    text-transform: uppercase;
    font-size: 18px;
}

#inner-editor {
    font-size: 12px;
}

.btn-default img {
    z-index: 2;
    margin-left: -1px;
    width: 42px;
    height: 16px;
}

.coppy-right {
    text-align: center;
    font-size: 12px;
    padding: 18px 0 0px;
}

.coppy {
    border-top: 1px solid #fff;
}

.container.counter {
    position: absolute;
    right: -642px;
    z-index: 99;
    margin: 25px 0px;
}

.spo_container {
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #ccc;
    margin-top: 20px;
}

.sponer h4 {
    display: table;
    font-size: 12px;
    color: #58687B;
    padding: 15px;
    background: #fff;
    min-width: 1%;
    margin-top: -35px;
    font-weight: bold;
}


.table-bordered th {
    color: #E51C27;
    text-transform: uppercase;
    font-style: normal;
    text-align: left;
    font-size: 14px;
}


.op {
    float: none;
    margin: 0px auto;
    margin-top: 20px;
}

.oe_partner {
    width: 47%;
    float: left;
    margin-right: 15px;
}

.sponer img {
    width: 200px;
}

.col-md-12.sponer img {
    border: 2px solid #2C3E50;
    margin-top: 19px;
    margin-right: 10px;
}

.spr-detial img {
    width: 17%;
    float: left;
    clear: both;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 23px;
}

.modal-body {
    display: inline-block;
    width: 100%;
}

.modal-body img {
    width: 300px;
    padding-right: 15px;
}

.modal-body h4 {
    font-family: "med"
}

.helth-spk h4 {
    font-size: 16px;
    color: #144785;
    font-weight: bold;
    float: left;
    margin-top: 19px;
    margin-left: 13px;
}

.team-view-outer {
    padding: 15px;
    border: 1px solid #ccc;
    width: 100%;
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.team-view-outer:hover {
    -webkit-box-shadow: 0px 0px 10px #E42A2E;
    box-shadow: 0px 0px 10px #E42A2E;
    border: 1px solid #E42A2E;
    cursor: pointer;
}

.team-img {
    width: 100%;
    border-radius: 5px;
}

.team-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    -o-object-fit: cover;
}

.team-det-outer {
    margin-top: 10px;
    text-align: center;
}

.team-det-outer .team-img-name {
    display: block;
    text-transform: uppercase;
    min-height: 28px !important;
    font-weight: bold;
    color: #1E4697;

}

.team-det-outer span {
    display: block;
    text-transform: uppercase;
    min-height: 40px !important;
    text-transform: capitalize;
}

.team-det-outer .view-pro {
    display: block;
    background: #3C3839;
    color: #fff;
    padding: 5px 0;
    margin-top: 5px;
    min-height: 15px !important;
    text-transform: uppercase;
}

.sci-prog {
    width: 48%;
    margin-bottom: 28px;
    border: 1px solid #DEDEDE;
    padding: 10px;
    margin: 1%;
    height: 132px;
}

.sci-prog img {
    padding: 0 0px;
}

.sc_img {
    padding: 0px;
}

.sc_txt strong {
    font-size: 16px;

    color: #2980B9;
}

.sc_txt hr {
    margin-top: 13px;
    margin-bottom: 12px;
    border: 0;
    border-top: 2px solid #D8D8D8;
}

.gallery li a:hover .zoom {
    opacity: 1;
}

.sci-prog p {
    float: left !important;
    line-height: 24px !important;
    font-family: 'ralewayregular';
    font-size: 14px !important;
    color: #000;
    margin: 0px 4px !important;
    font-weight: 500;
}

.contact-form {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    margin: 20px 0px;
}

.btn.cont {
    border-radius: 8px;
    color: #fff;
    background: #015199;
    outline: 0px;
    float: right;
    width: 110px;
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.form-control {
    width: 100% !important;
    padding: 11px 12px;
    font-size: 13px;
    line-height: 16px;
    color: #2980B9;
    background-color: #fff;
    background-image: none;
    border: 1px solid #98C3E0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.reg {
    width: 50%;
}

.pagination {
    margin-bottom: 0px;
    margin-top: 35px;
}

.form-group {
    padding-bottom: 12px;
}

input.btn.cont.a:hover {
    background: #E41A25;
}

/********gallery************************/
.gallery-pro {
    background: #FFFFFF;
    padding: 22px 8px 56px 19px;
    position: relative;
    text-align: left;
    margin-bottom: 58px;
}

.venue {
    width: 100%;
    height: 100vh;
}

.gallery-pro img {
    padding: 4px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px #ddd;
    box-shadow: 0px 0px 4px 0px #ddd;
    outline: 0px;
    width: 32%;
    margin-bottom: 10px;
    margin-left: 3px;
}

.hd {

    color: #e51c27 !important;
}

.spo_container img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}

.spo_container img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.event-inner {
    margin-bottom: 45px;
    margin-top: 0px;
}

.event-inner .ban-in img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    -o-object-fit: cover;
}



@media (max-width: 997px) {
    .event-inner .ban-in img {
        height: auto;
    }
}

.event-inner h2 {
    font-family: 'ralewayregular';
    font-size: 23px;
    color: #e51c27;
    padding: 23px 0 12px 0px;
    margin: 0px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    margin-bottom: 10px !important;
}

.event-inner p {
    font-family: 'ralewayregular';
    font-size: 15px;
    color: #000;
    padding: 0px;
    margin: 15px 0px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
}

.event-inner .btn-default {
    font-family: 'ralewayregular';
    background: #fff;
    border: 1px solid #D8D8D8;
    color: #8C8C8C;
    width: 135px;
    text-align: center;
    padding: 9px;
    margin: 17px auto 0;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.event-inner .btn-default:hover {
    color: #fff;
    background: #E42A2E;
    border-color: #FFFFFF;
}

.form-reg {
    line-height: 18px !important;
    height: auto;
    border-radius: 0 !important;
    margin-bottom: 15px;
    float: left;
}

.form-reg-ck {
    line-height: 22px;
    height: 45px;
}

.congressional-management {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.congressional-management .box-manager-2 {
    width: 22.5%;
    text-align: center;
    margin-bottom: 50px;
}

.congressional-management h3 {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.congressional-management .box-manager-2 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px;
}

@media (max-width: 992px) and (min-width: 661px) {
    .congressional-management .box-manager-2 {
        width: 30%;
    }
}

@media (max-width: 660px) and (min-width: 421px) {
    .congressional-management .box-manager-2 {
        width: 47%;
    }
}

@media (max-width: 420px) {
    .congressional-management .box-manager-2 {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .congressional-management .box-manager-2 img{
        height: 300px;
    }
}


/* custom inclusion of right, left and below tabs */


.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {

    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 1px;
    border-right: 1px solid #ddd;
    background: #E42A2E;
    padding: 11px 7px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px;
    background: rgba(173, 62, 64, 0.56);
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
    color: #FFFFFF;
    background: #2C3E50;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
    cursor: pointer;
    color: #fff;
    background: #2980B9;
}

.tab-content {
    background: #FFFFFF;
    border: 1px solid #E42A2E;
    font-size: 14px;
    display: block;
    float: right;
    width: 78%;
    /* margin: 1%; */
}

.tab-content p {
    padding: 0px 15px;
}

.tab-content article {
    padding: 0px;
    margin: 0px;
    /*border-bottom: 1px solid #CECECE;*/
}

.tab-content article h5 {
    float: left;
    font-size: 16px;
    color: #fff;
    background: rgba(44, 62, 80, 0.66);
    width: 100%;
    padding: 10px 17px;
}


/*.tab-content article  {
    float: left;
    border: 1px solid #747F8B;
    margin-right: 12px;
    width: 23%;
    margin: 1%;
}
*/

.tab-img {
    float: left;
    border: 1px solid #ced3d8;
    margin-right: 12px;
    /* width: 23%; */
    margin: 5px 3% 0 2%;
    height: auto;
}

.tab-img img {
    width: 250px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;

}

.tab-content article section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

.tab-content article p {
    text-align: justify;
    /* margin: 15px 5px !important; */
    line-height: 26px;
    /* padding: 0px; */
    margin: 0px;
}

.parners {
    padding: 0px 0px;
    text-align: center;
}

.parners .logo-main {
    padding: 0px 0px;
    margin: 6px 3px 15px;
    text-align: center;
    border: 1px solid #E6E6E6;
    width: 100%;
    float: none;
    display: inline-block;
    background: #FFFFFF;
}

.parners .logo-main h4 {
    padding: 7px 0px;
    font-size: 15px;
    margin: -1px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    background: rgba(44, 62, 80, 0.66);
    min-height: 40px;
    border: 1px solid #E2E2E2;
}

.parners .logo-main img {
    border: 1px solid #EFEFEF;
    margin: 8px 1px;
    border-radius: 10px;
    width: auto;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar {
    width: 100%;
    height: auto;
    float: left;
    clear: none;
    padding: 1px 0px 0px 0;
}

.sidebar h5 {
    color: #0154a2;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 30px;
    text-align: left;

}

.sidebar h5:after {
    background: #0154a2;
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: -2px;
}

.sidebar ul li {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #dedbdc;
    padding: 1px 0px 1px;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    position: relative;
}

.sidebar ul li a {
    display: block;
    padding: 7px 10px;
    color: #353637;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
}

.sidebar ul li:hover a {
    background: #f21c28;
    color: #fff;
}

.sidebar ul li:hover {
    border-bottom-color: transparent;
}

.sidebar ul li a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/li.png) 0px 0px no-repeat;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    vertical-align: top;
    margin: 1px 8px 0px 0px;
}

.sidebar ul li:hover a:before {
    background: url(../images/li.png) 0px -18px no-repeat;
}

.sidebar ul li:before,
.sidebar ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 8px;
    background: none;
    position: absolute;
    left: 0px;
    top: 0px;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
}

.sidebar ul li:after {
    top: auto;
    bottom: 0px;
}

.sidebar ul li:hover:before,
.sidebar ul li:hover:after {
    background: #f21c28;
}

a.sign-in {
    display: inline-block;
    background-color: #00549d;
    color: #F1F1F1;
    padding: 7px 13px;
    margin: 4px 0 3px 5px;
    text-transform: uppercase;
    font-size: 12px;
    outline: 0;
    border-radius: 5px;
    float: right;
}


.logo-in {
    /* border-top: 1px solid #D2D2D2; */
    float: left;
}


.container {
    padding-right: 15px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1200px) {

    .tab-content {

        width: 70%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }

    .navbar-nav > li > a {

        padding: 14px 13px 15px 13px;
    }

    .speakers article {
        background-color: #EBECEC;
        margin: 0px 0px;
        padding: 10px 0px 0px 0px;
        border-radius: 8px;
    }

    .owl-carousel {

        text-align: left !important;
    }

    .speakers h4 {
        font-size: 14px;
        color: #2980b9;
        margin: 6px 0px;
        padding: 7px 13px;
    }

    .spek-silder h2 {
        margin: 0px 1px;
    }

    .navbar-nav {
        width: 724px;
    }

    .oe_partner {
        width: 47%;
        float: left;
        margin-left: 13px;
    }

    .gallery_li li {
        width: 46.22%;
    }

    .gallery li {
        width: 24%;
    }

    .navbar-nav > li > a {
        padding: 14px 10px 15px 10px;
    }

    .navbar-nav {
        width: 100%;
    }

}

@media (max-width: 990px) {

    .tab-content {
        width: 62%;
    }

    .container.counter {
        position: absolute;
        right: -330px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 11px;
    }

    .navbar-nav {
        float: none;
        margin: 0 auto;
        padding: 0px;
    }

    .navbar-nav > li > a {
        padding: 14px 4px 15px 4px;

    }

    .dropdown-menu > li > a {
        padding: 9px 20px;
        font-size: 11px;
    }

    .team-view-outer {
        width: 100%;

    }

    .oe_partner {
        width: 47%;
        margin-left: 15px;
        margin-right: 0px;
    }

    .sci-prog {
        /*width: 48%;*/
        margin-bottom: 28px;
        border: 1px solid #DEDEDE;
        padding: 10px;
        margin: 1%;
        height: 160px;
    }

    .gallery_li li {
        width: 47.22%;
    }

    .gallery li {
        width: 23.33%;
    }

    .gallery li a img {
        max-width: 100% !important;
        border: 1px solid #ccc;
        padding: 1%;
    }

    .parners .logo-main {

        width: 100%;

    }


}


@media only screen and (max-width: 800px) {


    figure.mz-figure.mz-hover-zoom.mz-ready > div > a,
    figure.mz-figure.mz-hover-zoom.mz-ready > span > a {
        display: none !important;
    }


    .mz-expand > div > a,
    .mz-expand > span > a {
        display: none;
    }


    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 8%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}


@media (max-width: 768px) {

    .tab-content {
        width: 100%;
    }

    .tabs-left > .nav-tabs {

        width: 100%;
    }

    .sr-only {
        position: absolute;
        padding: 0;
        margin: -3px;
        overflow: initial;
        clip: inherit;
        border: 0;
        color: #FFFFFF;
        right: 30px;
        width: 100%;
        text-align: right;
    }

    /* .container {


        overflow: hidden;
    }   */
    .box-four .thumbnail {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .flex-caption b {
        font-size: 25px !important;
        line-height: 33px !important;
    }

    .navbar-nav {
        float: left;
        width: 100%;
        text-align: left;
        height: 370px;

    }

    .navbar-toggle {

        width: 95% !important;
    }


    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-brand {
        right: 0;
        height: 50px;
        position: absolute;
        padding: 15px 15px;
        font-size: 15px;
        line-height: 20px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }

    .navbar-nav > li > a {
        padding: 10px 9px 10px 9px;
    }

    .navbar-default .navbar-nav > li > a {

        border-right: 0px solid #fff;
    }

    .navbar-collapse {
        padding-right: 5px;
        padding-left: 5px;
    }

    .dropdown-menu > li > a {
        background: #1C5690;
    }

    .confrence {
        width: 100%;
        text-align: center;
    }

    .logo {
        float: left;
        width: 50%;
    }

    .top-menu {
        /* float: left;
         margin: 60px -15px;*/
        width: 50%;
    }

    .top-right {
        text-align: center;
        width: 100%;
    }

    .flexslider {
        display: none;
    }


    .footer-box {
        padding: 15px 0px;
        text-align: center;
    }

    ul.social a li {

        list-style: none;
        float: none;
        display: -webkit-inline-box;
    }

    ul.qicklinks {

        float: none;
    }

    .footer-box h5 {

        text-align: center;
    }

    .sc_txt {
        padding: 15px 0px;
    }

    .sci-prog {
        width: 100%;
        height: auto;
    }

    .view img {
        max-width: 100% !important;
    }

    .oe_partner {
        width: 47%;
        margin-left: 13px;
        margin-right: 0px;
    }

    .gallery_li li {
        width: 46.22%;
    }

    .reg {
        width: 65%;
    }

}

@media (max-width: 580px) {

    .tab-content {

        width: 100%;
        padding: 0px 15px;
    }

    .sec-pro {
        float: left;
        width: 100%;
    }


    .logo {
        width: 100%;
    }

    .top-menu {
        float: left;
        margin: 6px 0 10px 0px;
        width: 100%;
    }

    .speakers article {

        text-align: center;
    }

    .sc_txt {
        padding: 15px 0px;
    }

    .sci-prog {
        width: 100%;
        height: auto;
    }

    .oe_partner {
        width: 93%;
        margin-left: 15px;
        margin-right: 0px;
    }

    .gallery_li li {
        width: 43.22%;
    }

    .gallery li {
        width: 48%;
    }

    .reg {
        width: 100%;
    }

    .zoom {

        width: 97%;
    }

    .gallery li a img {
        width: 100%;
    }

    .gallery li {
        margin: 9px;
    }


    .tab-img {

        margin: 0px;
    }

    .tab-content p {
        padding: 0px;
        float: left;
        width: 100%
    }

    .tab-content article section {

        margin-bottom: 9%;
    }

}


@media (max-width: 360px) {


    .gallery li a img {

        max-width: 300px !important;
        border: 1px solid #ccc;
        padding: 1%;
    }

    .msg {
        margin: 0px 40px 0px;
        float: none;
    }

    .sucribe {
        float: none;
        text-align: center;
        font-size: 13px;
        padding: 0px 8px;
    }

    .team-view-outer {

        width: 100%;
    }

    .sc_txt {
        padding: 15px 0px;
    }

    .sci-prog {
        width: 100%;
        height: auto;
    }

    .news_board img {
        display: block;
        max-width: 100%;
        margin-right: 15px;
    }

    .news {
        padding: 0px;
    }

    .oe_partner {
        width: 89%;
        margin-left: 15px;
        margin-right: 0px;
    }

    .gallery_li li {
        width: 94.22%;
    }

    .gallery li {
        width: 99%;
    }

    .gallery {
        width: 100%;
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0 auto;
    }

    .modal-body img {
        width: 100%;
        padding-bottom: 15px;
        padding-right: 0px;
    }

    .modal-body {
        text-align: justify;
    }

    .footer-box h5 {
        padding: 0;
    }

}

.mapli img {
    margin-right: 20%;
    float: left;
    width: 184px;
    text-align: center;
}

.mapad li {
    text-align: center;
    list-style: none;
    line-height: 23px;
    font-size: 10px;
}

div#Stage_jbeeb_3 span {
    color: #E42A2E !important;

}

.parent-flexslider {
    position: relative;
    float: right;
    width: 100%;
}

.counter-conference {
    width: 400px;
    position: absolute;
    z-index: 99;
    left: 25px;
    bottom: 0;
    padding: 6px;
    /*background-color: #332548;*/
    background-color: #2c2b65;
    border-radius: 5px;
}

.counter-conference .timer div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.counter-conference .timer div span {
    font-size: 24px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    width: 25%;
}

.counter-conference .timer div .cdown {
    border-right: 1px solid #fff;
}

@media (max-width: 768px) {

    .parent-flexslider {
        width: 100%;
    }

    .counter-conference {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        border-radius: 0px;
    }

    .counter-conference .timer div span {
        width: 25%;
    }
}

.g-recaptcha {
    text-align: center;
}

.g-recaptcha div {
    display: inline-block;
    margin-bottom: 25px;
}

#map_canvas iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .form-reg {
        float: none;
    }

    .contact-form {
        float: none;
    }
}

.tick {
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    /* border: 2px solid #000;*/
    border-radius: 50%;
    font-size: 66px;
    color: green;
    margin: 25px auto;
}

.tick-message p {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.error {
    float: right;
    color: red;
    font-weight: bold;
    width: 100%;
    z-index: 9;
}
