@font-face {
    font-family: 'SegoePro';
    src: url('../fonts/SegoePro.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'SegoePro-Bold';
    src: url('../fonts/SegoePro-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'SegoePro-CondBold';
    src: url('../fonts/SegoePro-CondBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'SegoePro-CondRegular';
    src: url('../fonts/SegoePro-CondRegular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'SegoePro-Light';
    src: url('../fonts/SegoePro-Light.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'SegoePro-Semibold';
    src: url('../fonts/SegoePro-Semibold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'SegoePro-Semilight_0';
    src: url('../fonts/SegoePro-Semilight_0.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'SegoePro-SemilightItalic';
    src: url('../fonts/SegoePro-SemilightItalic.ttf') format('truetype');
    font-style: normal;
}

/*Global Variables*/
.alt-grid .container-fluid {
    width: 100%;
    max-width: none;
    padding: 0;
}

.alt-grid .row {
    margin-left: 0;
    margin-right: 0;
}

.alt-grid [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/*end here*/
/*header section*/
.top-bar-section {
    background: #001f46;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.top-contact {
    float: left;
    text-align: center;
}

.top-bar-section.top-bar-bg-color a {
    color: #fff;
}

.top-bar-section a {
    padding-left: 5px;
}

.top-contact a i {
    padding-left: 5px;
    padding-right: 5px;
}

.top-social-icon {
    float: right;
}

.top-social-icon {
    text-align: center;
}

.navbar-nav > li > a {
    line-height: normal;
    padding: 10px 20px;
}

.nav_bg {
    background: none;
    border: 0px;
}

.new_navnew {
    float: none;
}

    .new_navnew li {
        float: none;
        display: inline-table;
    }




/*end here*/

/*banner*/
.slider-outer {
    position: relative;
}

.caption {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 109;
    top: 0px;
}


.main-head-line {
    margin-top: 60px;
    text-align: center;
    font-family: 'SegoePro-Bold';
    color: #ffffff;
    font-size: 30px;
}

.main-subhead-line {
    text-align: center;
    font-family: 'SegoePro-CondBold';
    color: #ffffff;
    font-size: 30px;
}

.conf-details {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu_bg {
    background: #fff;
    border-top: #ddd solid 2px;
    padding: 0px;
    margin-top: 0px;
}

.technically {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #001f46;
}


.btn-cfp {
    background-color: #001f46 !important;
    color: #fff;
    box-shadow: 0 3px #010f1f;
    text-transform: uppercase;
    font-weight: 800;
    padding: 16px 25px;
    margin-top: 20px;
}

/*end here*/


/*date section*/

.count-transparent {
    background: #fcfcfc;
}

.count-block {
    width: 20%;
    float: left;
    padding: 50px 0;
    text-align: center;
}

    .count-block:nth-child(even) {
        background: #f7f7f7;
    }

    .count-block span:first-child {
        display: block;
        font-size: 60px;
        margin: 0 0 30px;
        line-height: 50px;
        padding: 0 0 30px;
        position: relative;
    }

        .count-block span:first-child:before {
            left: 50%;
            bottom: 0;
            content: '';
            width: 70px;
            height: 4px;
            position: absolute;
            border-radius: 3px;
            margin: 0 0 0 -35px;
            background: #dbdbdb;
        }

    .count-block span:last-child {
        color: #444349;
        display: block;
        font-size: 20px;
        line-height: 20px;
    }

.date-section {
    width: 100%;
}

.conference-title-bg {
    background: url(../images/date-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 20px;
    position: relative;
}

.time-date {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-family: 'SegoePro-CondBold';
    position: relative;
}


.conference-title-bg h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 0 22px;
    position: relative;
    text-transform: none;
    font-family: 'SegoePro-Bold';
}

    .conference-title-bg h2::before {
        left: 0;
        bottom: 0;
        content: '';
        height: 4px;
        width: 100px;
        background: #fff;
        border-radius: 3px;
        position: absolute;
    }

.bg-image-cover {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 50%);
    background: -webkit-linear-gradient(-45deg, rgba(40, 97, 169, 0.61) 0%, rgba(40, 113, 206, 0.39) 50%);
    background: linear-gradient(135deg, rgba(0, 31, 70, 0.55) 0%, rgba(47, 115, 199, 0.69) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
}

/*end here*/

/*quick links*/
.quick-links {
    background: url(../images/ticket-bg.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 30px 0px;
}

    .quick-links h2 {
        text-align: center;
        color: #fff;
        font-family: 'SegoePro-Bold';
        text-transform: uppercase;
    }

.gdlr-ticket-item {
    text-align: center;
}

.gdlr-item {
    margin: 0px 15px 20px;
    min-height: 1px;
}

.gdlr-ticket-item .gdlr-ticket-head {
    background-color: #e9e9e9;
}

.gdlr-ticket-item .gdlr-ticket-head {
    padding: 32px 20px 24px;
    line-height: 1;
    position: relative;
    overflow: hidden;
}

.gdlr-ticket-item .gdlr-ticket-head-title {
    color: #363636;
}

.gdlr-ticket-item .gdlr-ticket-head-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 10px;
}

.gdlr-ticket-item .gdlr-ticket-content {
    color: #8b8b8b;
}

.gdlr-ticket-item .gdlr-ticket-content {
    background-color: #f9f9f9;
}

.gdlr-ticket-item .gdlr-ticket-content {
    padding: 35px 20px 25px;
}

    .gdlr-ticket-item .gdlr-ticket-content p {
        margin-bottom: 13px;
        font-size: 14px;
        font-family: 'SegoePro';
        font-style: italic;
    }

.gdlr-ticket-item .gdlr-ticket-button {
    color: #ffffff;
}

.gdlr-ticket-item .gdlr-ticket-button {
    background-color: #001f46;
}

.gdlr-ticket-item .gdlr-ticket-button {
    padding: 15px 20px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.gdlr-ticket-item .gdlr-ticket-head-featured {
    color: #fff;
}

.gdlr-ticket-item .gdlr-ticket-head-featured {
    background-color: #001f46;
}

.gdlr-ticket-item .gdlr-ticket-head-featured {
    position: absolute;
    top: 71px;
    right: -20px;
    padding: 8px 0px;
    font-size: 13px;
    text-align: center;
    width: 128px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
}

.atent_section {
    background: #f5f5f5;
    padding: 60px 0px;
}

.box_1 {
    background: #fff;
    box-shadow: 0px 1px 6px #333;
    border-radius: 4px;
    padding: 0px;
}

    .box_1 h3 {
        padding: 10px;
        margin: 0px;
        background: #EB4A30;
        color: #fff;
        border-radius: 4px 4px 0px 0px;
    }

.min-height1 {
    min-height: 273px;
}

.list1 {
    margin: 0px;
    padding: 15px 0px 15px 30px;
    list-style: disc;
}

    .list1 li {
        margin: 7px 0px;
        padding: 0px;
        font-size: 14px;
        color: #000;
        font-family: 'SegoePro';
        color: #777;
    }

/*end here*/

/*sponsor section*/
.sponsorship-section {
    background-color: #f6f6f6;
    padding: 50px 0px;
}

    .sponsorship-section h2 {
        text-transform: uppercase;
        font-family: 'SegoePro-CondBold';
    }

#sponsor-carousel.owl-carousel .item {
    height: 10rem;
    background: #4DC7A0;
    padding: 1rem;
}

    #sponsor-carousel.owl-carousel .item h4 {
        color: #FFF;
        font-weight: 400;
        margin-top: 0rem;
    }


/*end here*/

/*footer section*/
.footer-wrapper {
    color: #bfbfbf;
}

.footer-wrapper {
    background-color: #212121;
}

.footer-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
}

.footer {
    background: #000;
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}

.con_about h4 {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: "SegoePro",sans-serif;
}

.con_about p {
    color: #666;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
    font-family: "SegoePro",sans-serif;
}

.con_about {
    margin: 0px;
    padding: 0px;
}

.ftr_link {
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

    .ftr_link li {
        list-style: none;
        margin: 0px;
        border-bottom: #4a4949 dashed 1px;
        padding: 3px 0px 3px 0px;
    }

        .ftr_link li a {
            color: #666;
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
            margin: 0px;
            padding: 0px;
            transition: all 0.5s linear 0s;
        }

.social {
    padding: 0px;
    margin: 4px 0px 0px 0px;
}

    .social li {
        display: inline-block;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

.fcb {
    color: #fff;
    padding: 0px 8px 0px 0px;
    font-size: 16px;
}

.footer_in {
    background: #333;
}

.footer_intext {
    color: #666;
    padding-top: 5px;
    font-size: 12px;
    display: block;
    text-align: center;
}

.ftr_link li a:hover {
    padding-left: 10px;
}




/*end here*/

.min_height {
    min-height: 330px;
}

.main_heading_top {
    background: #001f46;
    width: 100%;
    margin-bottom: 40px;
    padding: 15px;
}

    .main_heading_top h1 {
        display: block;
        width: 90%;
        text-align: center !important;
        color: #fff;
        margin: 10px 0px 0px 0px;
        font-size: 30px;
        padding: 0px 0px;
        display: block;
        text-align: left;
        text-shadow: #000 2px 2px 2px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


.about_us {
    margin: 0px;
    padding: 30px 0px;
    float: left;
    width: 100%;
}

    .about_us h1 {
        color: #333;
        font-size: 24px;
        margin: 0px;
        padding: 0px 0px 10px 0px;
        font-family: 'SegoePro-SemiBold';
    }

    .about_us p {
        color: #929191;
        font-size: 15px;
        font-family: 'SegoePro';
    }


.about_bordr {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.photo_fram {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border: #ddd solid 1px;
    border-radius: 4px;
}

    .photo_fram .image {
        width: 100%;
        margin: 0px;
        padding: 0px;
        height: auto;
    }

        .photo_fram .image img {
            width: 100%;
            height: 100%;
        }

.name {
    margin: 0px;
    padding: 0px;
}

    .name h4 {
        background: #000;
        font-size: 16px;
        text-align: center;
        color: #fff;
        padding: 10px;
        margin: 0px;
    }

    .name h3 {
        background: #333;
        font-size: 14px;
        text-align: center;
        color: #fff;
        padding: 5px;
        margin: 0px;
    }
