* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    font-family: openregular;
}

@font-face {
    src: url(../fonts/RobotoCondensed-Regular.ttf);
    font-family: openregular;
}

@font-face {
    src: url(../fonts/RobotoCondensed-Bold.ttf);
    font-family: opensemibold;
}

@font-face {
    src: url(../fonts/Roboto-Bold.ttf);
    font-family: openbold;
}

@font-face {
    font-family: semi;
    src: url(../fonts/bold/semibold.ttf) format("truetype"),
        url(../fonts/bold/segoe-ui-semibold-latin.eot) format("eot"),
        url(../fonts/bold/segoe-ui-semibold-latin.woff) format("woff");
}

body {
    /* font-family: openregular, Verdana, sans-serif; */
    font-family: openregular;
}

a {
    color: #1f975f;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

/* .center {
    width: 80%;
    margin: auto;
    position: relative;
} */

.center.center_width {
    width: 90%;
}

.center1 {
    width: 85%;
    margin: auto;
    position: relative;
}

.hide {
    display: none;
}

.note {
    padding-top: 5px;
    padding-left: 10px;
}

.note strong {
    color: #064273;
}

.innernote {
    font-size: 13px;
    padding-top: 10px;
}

#logo {
    float: left;
}
#content{
    margin-top: 20px;
}
.f1 {
    width: 15%;
}
.f2 {
    width: 70%;
}
.f3 {
    width: 35%;
}
.padtop{
    margin-top: 40px;
}

.center.sabcon {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.sabcon {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.subTitle {
    font-size: 16px;
    font-family: opensemibold;
    color: #1f975f;
    line-height: 26px;
}
#rightOne {
    float: right;
    margin-top: 35px;
    line-height: 30px;
    background-image: url(assets/arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left center;
    padding-left: 10px;
}

.device-nav ul .active {
    color: #1f975f;
}

#right_logo {
    float: right;
}

#right_logo h1 {
    color: #000;
    font-size: 18px;
    background-color: #fff;
    line-height: 38px;
    font-family: openbold;
}

#right_logo h6 {
    color: #1f975f;
    font-family: opensemibold;
    font-size: 15px;
}

#right_logo img {
    width: 160px;
    /* margin: 5px 0; */
}

#logo img {
    height: 100px;
}

#conspic {
    float: right;
    line-height: 100px;
    font-size: 25px;
}
.act_days {
    color: #333;
}
.clear {
    clear: both;
}

#nav {
    background-color: #1f975f;
    position: relative;
    z-index: 99;
}

#mainnav {
    height: 60px;
    color: #fff;
    text-align: center;
    position: relative;
    float: right;
}

#mainnav li {
    color: #fff;
    float: left;
    font-size: 14px;
    font-family: opensemibold;
    text-transform: capitalize;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #0271c0;
    line-height: 60px;
    cursor: pointer;
    box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.1);
}

#mainnav a:last-of-type li {
    border: none;
}

#mainnav a:first-of-type li {
    box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0);
}

#mainnav li:hover,
#mainnav li.active {
    background-color: #e26a1e;
    border-right: 1px solid #e26a1e;
    box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0);
}

#social {
    float: right;
    height: 60px;
    margin-left: 40px;
}

#social li {
    float: left;
    height: 60px;
    border-right: none;
    padding: 0 15px;
    cursor: pointer;
}

#social li img {
    margin-top: 20px;
    height: 20px;
}

#social li:hover {
    background-color: #1f975f;
}

.inbanner {
    position: relative;
    background: url(../assets/2022conspic/conspic2025bannerimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center -260px !important;
    height: 400px;
}

.inbanner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.1;
}

.newbanner {
    position: relative;
    background: url(../assets/2019Conspic/mainbanner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 33%;
    height: 450px;
}

.newbanner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
}

#bannertext {
    margin-top: -75px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    top: -15px;
}

#bannertext h1 {
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    font-family: openbold;
    font-weight: normal;
    background-color: #1f975f;
    color: #fff;
}

#bannertext h1:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#bannertext h1:last-child {
    color: #000;
    font-size: 18px;
    background-color: #fff;
    line-height: 38px;
}

#bannertext h6 {
    color: #000;
    font-family: opensemibold;
    text-align: center;
    font-size: 15px;
    margin-top: 8px;
}

#bannertext span {
    color: #fff;
    background: #064273;
    padding: 7px 18px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    background: #1da2d8;
    border: 1px solid #1da2d8;
    border-radius: 2px;
    color: #ffffff;
}

#bannertext span:hover {
    cursor: pointer;
    background: #064273;
}

.content {
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 5px;
}

.conspic {
    width: 32%;
    float: left;
    height: 480px;
    position: relative;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25);
}

#qr-code img {
    width: 200px;
    height: 200px;
    margin: auto;
    display: block;
}

.conspic:nth-child(2) {
    margin: 0 2%;
}

.conspic-sponsor {
    width: 30%;
    float: left;
    height: 390px;
    position: relative;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25);
    margin: 0 0 0 10px;
    box-sizing: border-box;
}

.about-desc {
    width: 69%;
    float: left;
    box-sizing: border-box;
}

.header {
    background-color: rgba(242, 242, 242, 0.66);
    height: 70px;
    position: relative;
    border-bottom: 1px solid rgba(226, 226, 226, 0.66);
}

.conspic:first-child .header.abco h3 {
    background-image: url("../assets/about1.png");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.conspic:nth-child(2) .header.venuedate h3 {
    background-image: url("../assets/map.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.conspic:nth-child(3) .header.sendab h3 {
    background-image: url("../assets/send.png");
    background-size: 30px 26px;
    background-repeat: no-repeat;
    background-position: left center;
}

.header h3 {
    color: #1f975f;
    font-family: opensemibold;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    margin: auto;
}

.content p {
    font-size: 14px;
    margin: 10px 15px;
}
.content h4 {
    font-size: 14px;
    margin: 10px 15px;
    color: #1f975f;
    font-weight: 600;
    padding: 10px 0;
}
strong {
    font-family: opensemibold;
    color: #000;
    letter-spacing: 0.2px;
}

.link {
    border-bottom: 1px solid #1f975f;
    text-decoration: none;
    color: #1f975f;
    font-size: 12px;
    line-height: 20px;
    font-family: opensemibold;
    padding: 0 3px;
}

.sa {
    font-family: opensemibold;
    text-decoration: none;
    color: #fff;
    background-color: #1f975f;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 6px;
    position: absolute;
    right: 0px;
    left: 0;
    bottom: 20px;
    width: 150px;
    margin: auto;
    text-align: center;
}

#aboutdivcen p strong {
    font-size: 14px;
    line-height: 26px;
}

.sa:hover {
    color: #1f975f;
    cursor: pointer;
    background: #fff;
    border: 1px solid #1f975f;
}

#sitesT {
    color: #1f975f;
    text-decoration: underline;
    font-size: 11px;
    cursor: pointer;
}

#detailsForSST {
    display: none;
}

#detailsForSST table tr td {
    width: 200px;
}

#detailsForSST ul {
    margin-left: 35px;
    margin-top: 5px;
}

#detailsForSST ul li {
    background-image: url("../assets/round.png");
    background-repeat: no-repeat;
    padding-left: 18px;
    background-size: 13px;
    background-position: left center;
}

#detailsForSST ol {
    margin-left: 55px;
}

#detailsForSST ol li {
    margin-top: 5px;
    list-style-type: decimal;
}

.detailsForSSTCon {
    border-top: 1px solid #e2e2e2;
    padding: 0 20px 0 20px;
}

.sponsor {
    position: relative;
    clear: left;
    top: 0px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
}

.spon-title {
    background: #1f975f;
    color: #eee;
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 17px;
}

.spon-images {
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.spon-images1 {
    width: 100%;
    margin: auto;
}

.spon-each {
    float: left;
    margin: 10px 2px;
}

.spon-left {
    width: 40%;
    float: left;
}

.spon-left1 {
    width: 60%;
    float: left;
    position: relative;
}

.spon-left1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 350px;
    border-left: 1px solid #e2e2e2;
}

.spon-r {
    float: right;
}

#agndaim {
    background-image: url("../assets/calendar.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding-left: 24px;
}

.copyrightname {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.updateso {
    text-align: center;
    padding: 20px 0 10px 0;
    font-size: 18px;
    color: #1f975f;
    font-family: opensemibold;
}

.break {
    background: #1f975f;
    color: #ffffff !important;
}

.showday table {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-collapse: collapse;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.showday table th {
    font-family: opensemibold;
    padding: 20px 10px;
    text-align: center;
    font-size: 14px;
    background: #1f975f;
    color: #ffffff;
    position: relative;
}

.showday table th:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-left: 1px solid #e8e8e8;
    height: 100%;
}

.showday table th:first-child:after {
    display: none;
}

.showday table td {
    padding: 14px 10px;
    text-align: center;
    border: 1px solid #e8e8e8;
    font-size: 13px;
    color: #064273;
    vertical-align: top;
}

.showday table td:first-child,
.showday table th:first-child {
    border-left: 1px solid #e8e8e8;
}
#daynav li {
    width: 50%!important;
}


.footer {
    /*background: #e5dada;*/
    background: #1f975f;
    margin-top: 10px;
}

.footer p {
    font-size: 13px;
    font-family: openregular;
    color: #fff;
    /* color:#fff; */
    line-height: 50px;
    letter-spacing: 0.1px;
}

.footer p a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    letter-spacing: normal;
}
.footer p a:hover {
    border: none;
}
.footer .copy {
    float: left;
}

.footer .privacy {
    float: right;
    padding-right: 10px;
}

.footer .terms {
    float: right;
    padding-right: 10px;
    position: relative;
}
.footer .terms:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4.5px;
    height: 35%;
    border-right: 1px solid #fff;
}

.icon {
    height: 70px;
    width: 70px;
    margin: auto;
    margin-top: 10px;
}

.content_heading {
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    font-size: 17px;
    color: #1f975f;
}

.hide {
    display: none;
}

#about {
    background: url(../assets/2022conspic/about.png) no-repeat;
    background-size: 50px;
    background-position: 8px 6px;
}

#location {
    background: url(../assets/2022conspic/calendar.png) no-repeat;
    background-size: 50px;
}

#send {
    background: url(../assets/2022conspic/abstract.png) no-repeat;
    background-size: 50px;
    background-position: 0 5px;
}
#phone {
    background: url(../assets/2019Conspic/phone.png) no-repeat;
    background-size: 50px;
    background-position: 0 5px;
}
/*--------- 2018 changes----------*/

.reg,
.reg1 {
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #1f975f;
    border-top: transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: opensemibold;
    position: absolute;
    top: 20vh;
    left: 0;
    right: 0;
}

.reg p,
.reg1 p,
.abst-text p {
    font-size: 16px;
}

.reg p strong,
.reg1 p strong,
.abst-text p strong {
    font-size: 15px;
}

/*--------- 2018 changes----------*/

#student_check {
    float: left;
    margin-left: 178px;
    height: 15px;
    width: 15px;
}

.student_msg {
    float: left;
    font-family: opensemibold;
    font-weight: normal;
    color: #333;
    margin-top: -2px;
    margin-left: 5px;
    font-size: 13px;
}

.speakers-box {
    width: clac(100% - 30px);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25);
    margin: 30px 0;
    padding: 5px 25px 5px 25px;
    overflow: hidden;
    /* border: 1px solid #e2e2e2;*/
}

.speaker {
    float: left;
}

.speakers-box h2 {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #000000;
    overflow: hidden;
    border-bottom: 2px solid #1f975f;
}

.speaker-image1 {
    height: 140px;
    width: 140px;
    float: left;
    background: url(../assets/speaker1-2018.png);
    border-radius: 100%;
    background-size: 130px;
    background-position: center 0px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
}

.speaker h3 {
    text-align: left;
    color: #222;
    margin-bottom: 15px;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #dddddd;
}

.speaker h3 strong {
    font-size: 15px;
    font-weight: bold;
}

.speaker-image2 {
    height: 140px;
    width: 140px;
    float: left;
    background: url(../assets/speaker2-2018.png);
    border-radius: 100%;
    background-size: 148px;
    background-position: 0px 0px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
}

.speaker-image3 {
    height: 140px;
    width: 140px;
    float: left;
    background: url(../assets/adam.png) no-repeat;
    border-radius: 100%;
    background-size: cover;
    background-position: center 0px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
}

.speaker-image4 {
    height: 140px;
    width: 140px;
    float: left;
    background: url(../assets/speaker4-2018.jpg) no-repeat;
    border-radius: 100%;
    background-size: cover;
    background-position: center 0px;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
}

.speaker-designation strong {
    float: right;
    padding-bottom: 10px;
    margin-right: 15px;
    font-size: 14px;
}

.about-speaker {
    float: left;
    width: 740px;
    padding: 0 0 10px 25px;
    letter-spacing: 0.3px;
    font-size: 12px;
    line-height: 20px;
    color: #444;
    position: relative;
    margin-top: 12px;
    text-align: justify;
}

.about-speaker:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: url(../assets/quote-left.png);
    background-size: cover;
    top: 0px;
    left: 3px;
    opacity: 0.8;
}

.about-speaker:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: url(../assets/quote-right.png);
    background-size: cover;
    bottom: 15px;
    right: -2px;
    opacity: 0.8;
}

.slick-slide {
    outline: none;
}

/* sponsor start */

.clientsection {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.client_title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #1f975f;
    padding-top: 10px;
    margin-bottom: 5px;
    border-bottom: 2px solid #1f975f;
    padding-bottom: 6px;
    display: table;
    margin: auto;
}

.client1 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}

.client2 {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding: 0 4px;
}

.clientbox.top_img {
    height: 127px;
}

.clientbox.top_img img {
    width: 70%;
    margin-top: 0;
}

.clientbox {
    /* border: 1px solid #e1e1e1; */
    position: relative;
    box-sizing: border-box;
    margin: 1%;
    /* height: 275px;*/
}

.clientbox img {
    padding: 20px 0;
    position: relative;
    margin: auto;
    display: table;
    width: 100%;
    image-rendering: auto;
}

.gold-spon {
    padding-top: 40px !important;
}

.clientSection2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}

.sponsor .title {
    font-family: opensemibold;
    color: #fff;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    background: #1f975f
;
    line-height: normal;
    border: none;
    padding-left: 0;
}

.annual_img {
    position: relative;
    width: 100%;
}

.device-clientSection2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    display: none;
}

/* sponsor ends */

.teamicon {
    display: none;
    float: right;
    margin-top: 16px;
    overflow: hidden;
}

.teamicon .iconbar {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #5b5b5b;
    margin-left: 7px;
    text-align: center;
    /* border-radius: 5px;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}

.teamicon .iconbar:first-child {
    margin-left: 0;
}

.teamicon .iconbar img {
    width: 100%;
}

/*sponsorship general*/

.sponsor-1 {
    text-align: center;
    padding: 60px 10px;
    line-height: 70px;
    font-size: 18px;
    color: #1f975f;
    position: relative;
    border-top: transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: opensemibold;
}

.sponsor-1 p {
    background-color: #000000;
    line-height: 26px;
    border-radius: 3px;
    width: 150px;
    margin: auto;
}

.sponsor-1 h6 {
    color: #1f975f;
    font-size: 18px;
}

.sponsor-1 a {
    font-family: opensemibold;
    text-decoration: none;
    color: #fff;
    background-color: #000000;
    font-size: 13px;
    border-radius: 3px;
    position: absolute;
    right: 0px;
    left: 0;
    bottom: 30px;
    width: 150px;
    margin: auto;
    text-align: center;
    line-height: 24px;
}

.sponsor-1 a:hover {
    color: #1f975f;
    background-color: transparent;
    border: 1px solid #1f975f;
    cursor: pointer;
}

/*sponsorship general ends*/

/** device menu start */

.device-section {
    position: relative;
    width: 100%;
    display: none;
    z-index: 1;
}

.menu-icon {
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    background-image: url(../assets/menu.png);
    background-size: cover;
    top: 20px;
}

#mean-mask {
    height: 100%;
    width: 100%;
    background: #000;
    position: fixed;
    opacity: 0.8;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    left: -100%;
}

.device-container {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    left: -100%;
    display: none;
}

.device-nav {
    position: relative;
    width: 100%;
}

.device-nav ul {
    position: relative;
    width: 100%;
    list-style: none;
    background: #fff;
}

.device-back {
    position: relative;
    width: 100%;
    border-color: #d9d9d9;
}

.device-back span {
    left: 0;
    border-right: 1px solid;
    border-right-color: inherit;
    position: absolute;
    top: 0;
    width: 49px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
}

.device-back span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url(../assets/close-browser.png);
    background-size: 17px;
    background-repeat: no-repeat;
    top: 12px;
    left: 17px;
}

.device-back a {
    padding: 13px 28px;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    display: block;
    z-index: 1;
    color: #8c8c8c;
    cursor: pointer;
    text-align: center;
}

.device-li {
    position: relative;
    width: 100%;
    border-color: #d9d9d9;
}

.device-li span {
    position: absolute;
    right: 0;
    width: 49px;
    height: 47px;
    border-left: 1px solid;
    border-left-color: inherit;
    text-align: center;
    cursor: pointer;
    font-style: normal;
}

.device-li-active > a {
    color: #1f975f !important;
}

.device-li a {
    padding: 13px 28px;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    display: block;
    z-index: 1;
    color: #8c8c8c;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

.device-drop {
    position: relative;
    width: 100%;
    display: none;
}

.device-drop li {
    border-color: #d9d9d9;
}

.device-drop li a {
    font-family: regular;
    padding-left: 50px;
    text-transform: uppercase;
}

.device_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-image: url(../assets/right-arrow1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    top: 13px;
    left: 13px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.device-arrow2 .device_icon {
    background-image: url(../assets/right-arrow2.png);
}

.footer.f-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/** device section ends */

/*----- popup ----------*/

#prof-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(90, 90, 90, 0.9);
    z-index: 99;
    overflow-x: auto;
}

.profile-pop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    height: 400px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34);
    z-index: 100;
}

.pr-header {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(226, 226, 226, 0.66);
}

.pr-header h2 {
    font-size: 16px;
    float: left;
    font-size: 16px;
    color: #1f975f;
    font-family: opensemibold;
}

.close-icon {
    width: 15px;
    height: 15px;
    background-image: url(../assets/close-browser.png);
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    cursor: pointer;
}

.close-icon:hover {
    width: 15px;
    height: 15px;
    background-image: url(../assets/close-browser-b.png);
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    cursor: pointer;
}

/*
.com-pop strong:hover {
    cursor: pointer;
    color: #e10505 !important;

}
*/

#aboutdivcen a {
    border: none;
}

.pr-body {
    padding: 10px;
    position: relative;
    height: 360px;
    overflow: auto;
}

.oc-prof-content {
    padding-left: 120px;
    font-size: 14px;
}

.oc-prof-img {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}

/*----- popup ----------*/

#crackersText {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    z-index: 10;
    letter-spacing: 1px;
    font-family: semi;
}

#confetti {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    text-align: center;
    display: none;
}

.ribbon {
    width: 50%;
    position: relative;
    background: #1f975f;
    color: #ffffff;
    text-align: center;
    padding: 1em 2em;
    margin: auto;
}

.ribbon:before,
.ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -16px;
    border: 26px solid #e74a21;
    z-index: -1;
}

.ribbon:before {
    left: -40px;
    border-right-width: 30px;
    border-left-color: transparent;
}

.ribbon:after {
    right: -40px;
    border-left-width: 30px;
    border-right-color: transparent;
}

.ribbon-content {
    color: #ffffff;
    font-family: semi;
    font-size: 38px;
}

.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #1f975f transparent transparent transparent;
    bottom: -16px;
}

.ribbon .ribbon-content:before {
    left: 0;
    border-width: 16px 0 0 16px;
}

.ribbon .ribbon-content:after {
    right: 0;
    border-width: 16px 16px 0 0;
}

/* ================ confetti css=========== */

svg {
    width: 300px;
    height: auto;
    z-index: 199;
}

.balloons {
    height: 100%;
    width: 100%;
    position: absolute;
}

.balloon {
    border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
    display: block;
    height: 100px;
    opacity: 0.8;
    position: absolute;
    width: 80px;
    bottom: -20%;
}

.balloon:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 45%;
    position: absolute;
    width: 0;
}

.balloon0 {
    left: 5%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 5s 0.2s linear infinite;
    -ms-animation: flyingBalloon 5s 0.2s linear infinite;
    -moz-animation: flyingBalloon 5s 0.2s linear infinite;
    -o-animation: flyingBalloon 5s 0.2s linear infinite;
}

.balloon0:after {
    border-bottom: 10px solid #1f975f;
}

.balloon1 {
    left: 10%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 8s 0.2s linear infinite;
    -ms-animation: flyingBalloon 8s 0.2s linear infinite;
    -moz-animation: flyingBalloon 8s 0.2s linear infinite;
    -o-animation: flyingBalloon 8s 0.2s linear infinite;
}

.balloon1:after {
    border-bottom: 10px solid #1f975f;
}

.balloon2 {
    left: 17%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 6s 0.2s linear infinite;
    -ms-animation: flyingBalloon 6s 0.2s linear infinite;
    -moz-animation: flyingBalloon 6s 0.2s linear infinite;
    -o-animation: flyingBalloon 6s 0.2s linear infinite;
}

.balloon2:after {
    border-bottom: 10px solid #1f975f;
}

.balloon3 {
    left: 25%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 4s 0.2s linear infinite;
    -ms-animation: flyingBalloon 4s 0.2s linear infinite;
    -moz-animation: flyingBalloon 4s 0.2s linear infinite;
    -o-animation: flyingBalloon 4s 0.2s linear infinite;
}

.balloon3:after {
    border-bottom: 10px solid #1f975f;
}

.balloon4 {
    left: 33%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 10s 0.2s linear infinite;
    -ms-animation: flyingBalloon 10s 0.2s linear infinite;
    -moz-animation: flyingBalloon 10s 0.2s linear infinite;
    -o-animation: flyingBalloon 10s 0.2s linear infinite;
}

.balloon4:after {
    border-bottom: 10px solid #1f975f;
}

.balloon5 {
    left: 39%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 9s 0.2s linear infinite;
    -ms-animation: flyingBalloon 9s 0.2s linear infinite;
    -moz-animation: flyingBalloon 9s 0.2s linear infinite;
    -o-animation: flyingBalloon 9s 0.2s linear infinite;
}

.balloon5:after {
    border-bottom: 10px solid #1f975f;
}

.balloon6 {
    left: 48%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 8s 0.2s linear infinite;
    -ms-animation: flyingBalloon 8s 0.2s linear infinite;
    -moz-animation: flyingBalloon 8s 0.2s linear infinite;
    -o-animation: flyingBalloon 8s 0.2s linear infinite;
}

.balloon6:after {
    border-bottom: 10px solid #1f975f;
}

.balloon7 {
    left: 55%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 4s 0.2s linear infinite;
    -ms-animation: flyingBalloon 4s 0.2s linear infinite;
    -moz-animation: flyingBalloon 4s 0.2s linear infinite;
    -o-animation: flyingBalloon 4s 0.2s linear infinite;
}

.balloon7:after {
    border-bottom: 10px solid #1f975f;
}

.balloon8 {
    left: 64%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 7s 0.2s linear infinite;
    -ms-animation: flyingBalloon 7s 0.2s linear infinite;
    -moz-animation: flyingBalloon 7s 0.2s linear infinite;
    -o-animation: flyingBalloon 7s 0.2s linear infinite;
}

.balloon8:after {
    border-bottom: 10px solid #1f975f;
}

.balloon9 {
    left: 73%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 9s 0.2s linear infinite;
    -ms-animation: flyingBalloon 9s 0.2s linear infinite;
    -moz-animation: flyingBalloon 9s 0.2s linear infinite;
    -o-animation: flyingBalloon 9s 0.2s linear infinite;
}

.balloon9:after {
    border-bottom: 10px solid #1f975f;
}

.balloon10 {
    left: 81%;
    background-color: #e9d07c;
    -webkit-animation: flyingBalloon 6s 0.2s linear infinite;
    -ms-animation: flyingBalloon 6s 0.2s linear infinite;
    -moz-animation: flyingBalloon 6s 0.2s linear infinite;
    -o-animation: flyingBalloon 6s 0.2s linear infinite;
}

.balloon10:after {
    border-bottom: 10px solid #1f975f;
}

.balloon11 {
    left: 90%;
    background-color: #1f975f;
    -webkit-animation: flyingBalloon 5s 0.2s linear infinite;
    -ms-animation: flyingBalloon 5s 0.2s linear infinite;
    -moz-animation: flyingBalloon 5s 0.2s linear infinite;
    -o-animation: flyingBalloon 5s 0.2s linear infinite;
}

.balloon11:after {
    border-bottom: 10px solid #1f975f;
}

@-webkit-keyframes flyingBalloon {
    from {
        bottom: -20%;
    }
    to {
        bottom: 110%;
    }
}

@-moz-keyframes flyingBalloon {
    from {
        bottom: -20%;
    }
    to {
        bottom: 110%;
    }
}

@-ms-keyframes flyingBalloon {
    from {
        bottom: -20%;
    }
    to {
        bottom: 110%;
    }
}

@-o-keyframes flyingBalloon {
    from {
        bottom: -20%;
    }
    to {
        bottom: 110%;
    }
}

@keyframes flyingBalloon {
    from {
        bottom: -20%;
    }
    to {
        bottom: 110%;
    }
}

#smile path:nth-of-type(2) {
    -webkit-animation: wink 3s ease-in-out infinite forwards;
    animation: wink 3s ease-in-out infinite forwards;
    opacity: 1;
}

#smile path:nth-of-type(1) {
    -webkit-animation: wink2 3s ease-in-out infinite forwards;
    animation: wink2 3s ease-in-out infinite forwards;
    opacity: 0;
}

#eye-r path:nth-of-type(1) {
    -webkit-animation: wink 3s ease-in-out infinite forwards;
    animation: wink 3s ease-in-out infinite forwards;
    opacity: 1;
}

#eye-r path:nth-of-type(2) {
    -webkit-animation: wink2 3s ease-in-out infinite forwards;
    animation: wink2 3s ease-in-out infinite forwards;
    opacity: 0;
}

@-webkit-keyframes wink {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes wink {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes wink2 {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes wink2 {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.bannerPatch {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 16%;
    width: 300px;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    z-index: 1;
}

.bannerPatch p {
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#demo {
    margin-top: 15px;
    font-size: 32px;
    font-family: opensemibold;
}

.descPopcover {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
}

.closepop {
    position: absolute;
    right: 4%;
    top: 4%;
    width: 50px;
    height: 50px;
    background-image: url(../assets/close-browser.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.tabletitle strong {
    font-size: 16px;
    color: #064273;
}
.progsession p {
    padding: 3px;
    border-top: 1px solid #e2e2e2;
    font-size: 13px;
    text-align: justify;
}
.p0 {
    padding: 0px !important;
}
.session_title {
    padding: 3px 0;
    color: #064273;
}
.comclic {
    position: relative;
    cursor: pointer;
}
.bios {
    background: #bfd6f6;
}
.sp {
    background: #add6ff;
}
.comclic:hover:after {
    display: block;
}
.comclic:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #064273;
    display: none;
}
strong {
    color: #064273;
}

#descPop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    padding: 30px;
    box-sizing: border-box;
    height: 50%;
    overflow: auto;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    z-index: 101;
    display: none;
}

.section {
    display: none;
}
.tabletitle {
    font-size: 16px;
    font-family: openregular;
    padding: 10px 0;
}
.section table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e8e8e8;
}
.section th:first-child {
    width: 50%;
}
.section th {
    font-family: opensemibold;
    line-height: 20px;
    background: #ddd;
    font-size: 16px;
}
.section th, td {
    border: 1px solid #e8e8e8;
    padding: 15px;
    text-align: left;
}
.section td {
    font-family: openregular;
}
.section td {
    font-size: 14px;
}

/*----- media screen ----------*/

@media screen and (max-width: 1100px) {
    .center {
        width: 97%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 1020px) {
    .speaker-designation {
        margin-right: 70px;
    }
}

@media screen and (max-width: 1024px) {
    #mainnav li {
        font-size: 13px;
    }
    #banner {
        height: 410px;
    }

    .speakers-box h2 {
        font-size: 18px;
    }
    .about-speaker {
        width: calc(100% - 190px);
    }

    .agndaim-head h3 {
        line-height: 50px;
    }

    .content {
        margin-bottom: 20px;
    }
    .reg,
    .reg1 {
        top: 40px;
    }
    .ribbon {
        width: 60%;
    }
    .ribbon-content {
        font-size: 36px;
    }
}

@media screen and (max-width: 1000px) {
    #header {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34);
    }
    #main {
        margin-top: 104px;
    }
    .conspic {
        height: 490px;
    }

    #bannertext h1 {
        font-size: 18px;
        line-height: 26px;
        padding: 10px 5px;
    }

    /* #right_logo img {
        margin-right: 42px;
    }*/
    .center {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }

    .device-section {
        display: block;
    }

    .teamicon {
        display: block;
    }
    #nav {
        display: none;
    }
    #right_logo {
        margin-right: 50px;
    }
    .center.center_width{
        width: 80%;
    }
    /*.reg,
    .reg1 {
        top: 100px;
    }*/
}

@media screen and (max-width: 900px) {
    .conspic {
        height: 530px;
    }
}

@media screen and (max-width: 830px) {
    .conspic {
        height: 600px;
    }
    .sponsor-1 {
        line-height: 28px;
    }
    .sponsor-1 a {
        bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    #main {
        margin-top: 94px;
    }
    .icon {
        height: 60px;
        width: 60px;
    }
    #about {
        background-size: 50px;
    }
    #location {
        background-size: 55px;
    }
    #send {
        background-size: 55px;
    }
    #phone {
        background-size: 50px;
    }
    .content_heading {
        font-size: 17px;
    }
    #bannertext h1 {
        font-size: 16px;
    }
    #banner {
        height: 370px;
    }
    .menu-icon {
        top: 20px;
    }
    #logo img {
        height: 90px;
    }
    #right_logo img {
        width: 120px;
    }
    #right_logo h1 {
        line-height: 26px;
    }
    .reg1 {
        font-size: 18px;
    }
    .reg,
    .reg1 {
        top: 70px;
    }
    .ribbon {
        width: 80%;
    }
    .ribbon-content {
        font-size: 28px;
    }
    #crackersText {
        top: 35%;
    }
    .singleBtn span {
        background-size: 13%;
    }
    .center.center_width{
        width: 90%;
    }
}

@media screen and (max-width: 700px) {
    .content p {
        font-size: 14px;
        margin: 12px 15px;
        text-align: center;
    }
    .conspic {
        width: calc(100% - 2px);
        float: none;
        height: auto;
        padding: 20px 0px;
        margin-top: 10px;
    }
    .sa {
        position: relative;
        display: table;
        bottom: 0;
        margin-top: 30px;
    }
    .conspic:nth-child(1) {
        margin-top: 0px;
    }
    .conspic:nth-child(2) {
        margin: 0;
        margin-top: 10px;
    }
    .icon {
        margin-top: 0px;
    }
    .sponsorpara {
        margin: auto !important;
        text-align: center;
    }
}

@media screen and (max-width: 650px) {
    .device-clientSection2 {
        display: block;
    }
    .clientSection2 {
        display: none;
    }
    .clientsection {
        display: none;
    }
    .sponsor .title {
        margin-bottom: 0;
    }
    #sponsor11 {
        margin-left: 20%;
    }
    #main {
        margin-top: 84px;
    }
    #annualSponsor {
        display: block;
    }
    #annual1 {
        display: none;
    }

    #logo img {
        height: 80px;
    }

    .menu-icon {
        top: 20px;
    }
    .center {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }
    .client_title {
        margin-bottom: 10px;
    }
    .sponsor-1 {
        line-height: 28px;
        font-size: 14px;
    }
    .profile-pop {
        width: 400px;
    }
    .pr-header h2 {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    #bannertext h1:last-child {
        font-size: 17px;
        line-height: 25px;
    }
    #banner {
        height: 320px;
    }
    .speaker h3 {
        text-align: center;
        padding-left: 0px;
    }
    .about-speaker {
        width: calc(100% - 30px);
        float: none;
    }

    .speaker-image1,
    .speaker-image2,
    .speaker-image3,
    .speaker-image4 {
        float: none;
        margin: auto;
        display: table;
    }
    .speakers-box h2 {
        font-size: 16px;
    }
    .gold-spon {
        padding-top: 30px !important;
    }
    .content h4 {
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .showday table {
        width: 600px !important;
    }
}

@media screen and (max-width: 500px) {
    .content {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #banner {
        height: 280px;
    }

    .footer .copy {
        float: left;
        width: calc(100% - 120px);
    }
    .teamicon {
        float: right;
        margin-top: 13px;
        width: 100px;
    }
    .teamicon .iconbar {
        width: 16px;
        height: 16px;
    }
    .footer .privacy {
        float: left;
        padding-right: 0px;
    }
    .footer .terms {
        float: left;
        padding-right: 0px;
        margin-left: 10px;
    }
    .footer .terms:after {
        right: unset;
        left: -4.5px;
        height: 40%;
    }
    .footer p {
        line-height: 32px;
    }
    .footer p a {
        font-size: 13px;
    }

    #right_logo h1 {
        font-size: 16px;
        line-height: 24px;
    }
    #right_logo h6 {
        font-size: 12px;
    }
    .reg {
        font-size: 15px;
    }
    .reg p,
    .reg1 p {
        font-size: 13px;
    }

    .reg p strong,
    .reg1 p strong {
        font-size: 13px;
    }
    .sponsor-1 h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .reg1 {
        font-size: 14px;
    }
    #sponsor-par {
        width: 120px;
        top: 160px;
    }
    .oc-prof-img {
        position: static;
        display: table;
        margin: auto;
    }
    .oc-prof-content {
        padding-left: 0;
        padding-top: 10px;
    }
    #crackersText {
        top: 25%;
    }
    .ribbon {
        width: 60%;
    }
    .ribbon-content {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    #bannertext h1 {
        font-size: 15px;
        padding: 6px 5px;
        line-height: 26px;
    }

    #bannertext h1:last-child {
        font-size: 15px;
        line-height: 20px;
    }
    .clientsection .clientbox:nth-of-type(3) {
        margin: auto;
        display: table;
        float: none;
    }

    .about-speaker {
        line-height: 17px;
    }
    #right_logo h6 {
        display: none;
    }
    .profile-pop {
        width: 300px;
    }
    .bannerPatch {
        top: 15%;
        bottom: auto;
        width: 200px;
        padding: 20px;
        height: 20%;
    }

    .bannerPatch p {
        font-size: 16px;
    }

    #demo {
        margin-top: 10px;
        font-size: 24px;
    }
    .center.center_width{
        width: 95%;
    }
}

@media screen and (max-width: 400px) {
    #main {
        margin-top: 74px;
    }

    .icon {
        height: 55px;
        width: 55px;
    }
    #about,
    #location,
    #send {
        background-size: 45px;
    }
    #phone {
        background-size: 40px;
    }
    .content_heading {
        font-size: 16px;
    }
    #banner {
        height: 250px;
    }

    #logo img {
        height: 65px;
        padding-top: 5px;
    }
    #right_logo {
        margin-right: 35px;
    }
    #right_logo img {
        width: 100px;
    }
    .menu-icon {
        top: 20px;
    }
    #crackersText {
        top: 22%;
        letter-spacing: 0.2px;
    }
    .ribbon {
        width: 70%;
    }
    .ribbon-content {
        font-size: 24px;
    }
}