﻿body {
    overflow-x: hidden;
}

b,
strong {
    font-weight: bold;
}

a:focus {
    outline: none !important;
}

h2.troll {
    margin: 15px 0;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    background: #0e929d;
    padding: 8px 8px 12px 8px;
}

h2.troll-y {
    margin: 15px 0;
    font-weight: 500;
    font-size: 24px;
    color: #000;
    background: #ecd232;
    padding: 8px 8px 12px 8px;
}

.mobile-app-footer {
    display: inline-block;
    width: 130px;
    margin-top: 20px;
}

.mobile-app .title {
    margin-bottom: 15px;
    color: #000;
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
}

.mobile-app h5 {
    letter-spacing: 0.20px;
    display: inline-block;
    background-color: #5e0a38;
    padding: 7px 15px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    padding: 6px 18px 6px 18px;
    margin-top: 30px;
}


/*========================================button-orange=====================================*/

.diacon-btn-orange a {
    position: relative;
    z-index: 2;
    color: #fff !important;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
}

.diacon-btn-orange {
    z-index: 0;
    background: #1d2976;
    overflow: hidden;
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: 0;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
    padding: 13px 32px;
    display: inline-block;
    /* letter-spacing: .1rem;  */
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
    -moz-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
    box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
    /**background: linear-gradient(to right, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);**/
}

.diacon-btn-orange::after {
    z-index: 0;
    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    height: 200px;
    width: 200px;
    background: #d27c00;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(50deg);
    transform: translateX(-98%) translateY(-25%) rotate(50deg);
    opacity: .15;
    z-index: -1;
}

.diacon-btn-orange:hover::after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
    height: 604%;
    width: 300px;
    left: 43px;
    border-radius: 100%;
}

.diacon-btn-orange:hover {
    color: #fff;
    border-radius: 5px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
}


/*========================================button-sky-blue=====================================*/

.diacon-btn-sky-blue a {
    position: relative;
    z-index: 2;
    color: #fff !important;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
}

.diacon-btn-sky-blue {
    background: #1d2976;
    overflow: hidden;
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: 0;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    padding: 13px 32px;
    display: inline-block;
    letter-spacing: .1rem;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
    -moz-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
    box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
    /***background: linear-gradient(to right, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);***/
}

.diacon-btn-sky-blue::after {
    z-index: 0;
    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    height: 200px;
    width: 200px;
    background: #d27c00;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(50deg);
    transform: translateX(-98%) translateY(-25%) rotate(50deg);
    opacity: .15;
}

.diacon-btn-sky-blue:hover::after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
    height: 604%;
    width: 300px;
    left: 43px;
    border-radius: 100%;
}

.diacon-btn-sky-blue:hover {
    color: #fff;
    border-radius: 5px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
}


/*========================================button-green=====================================*/

.diacon-btn-green a {
    position: relative;
    z-index: 2;
    color: #fff !important;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
}

.diacon-btn-green {
    background: #d82b5e;
    overflow: hidden;
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: 0;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    padding: 13px 32px;
    display: inline-block;
    letter-spacing: .1rem;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
    -moz-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
    box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
    background: #d82b5e;
}

.diacon-btn-green::after {
    z-index: 0;
    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    height: 200px;
    width: 200px;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(50deg);
    transform: translateX(-98%) translateY(-25%) rotate(50deg);
    opacity: .15;
}

.diacon-btn-green:hover::after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
    height: 604%;
    width: 300px;
    left: 43px;
    border-radius: 100%;
}

.diacon-btn-green:hover {
    color: #fff;
    border-radius: 5px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
}


/*========================================menu=====================================*/

.menu-container {
    margin: 0 auto;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    /* float: left; */
    display: inline-block;
    padding: 0;
    margin: 0;
}

.menu>ul>li a {
    text-decoration: none;
    display: block;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

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

.menu>ul>li>ul>li a {
    display: block;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    margin: 0;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    left: auto;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 767px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu>ul>li a {
        width: 100%;
        display: block;
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}


/*========================================header=====================================*/

.logo {
    float: left;
    padding-top: 0px;
}

.logo img {
    width: 100%;
    max-width: 350px;
}

.manu-right .manu-right-inner ul li {
    display: inline-block;
}

.manu-right .manu-right-inner ul li a:hover {
    color: #0b919c;
}

.manu-right {
    float: right;
    margin-top: 9px;
}

.manu-right .manu-right-inner ul li a {
    transition: all 0.3s;
    font-size: 14px;
    color: #1d2976;
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 0 10px;
    letter-spacing: 0.20px;
}

.manu-right-inner {
    float: left;
    padding-top: 13px;
}

.supported-by-right {
    float: left;
    margin: 0 10px;
}

.supported-by-right h2 {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 300;
    letter-spacing: 1px;
}

.supported-by-right h2 img {
    width: 100%;
    max-width: 129px;
    margin-left: 12px;
}

.manu-right .manu-right-inner ul li::after {
    content: "";
    border-right: 1px solid;
    display: inline-block;
    height: 10px;
}

.header-bottom .manu-bottom ul li {
    display: inline-block;
    padding-left: 20px;
}

.header-bottom .manu-bottom ul li ul li {
    width: 250px;
    background: #1d2976;
    text-align: left;
    margin-left: -10px;
    padding: 10px 15px !important;
    display: block;
    display: block;
    float: none;
}

.footer h1 {
    font-weight: bold;
}


/* .footer h1,
.footer h2 {
    width: 100%;
    color: #fff;
    text-align: center;
}
 */

.header-bottom .manu-bottom ul li a {
    letter-spacing: normal;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
    text-transform: uppercase;
}

.header-bottom .manu-bottom ul li a:hover {
    color: #fff;
}

.header-bottom {
    background: rgba(94, 140, 160, 1);
    background: -moz-linear-gradient(left, rgba(94, 140, 160, 1) 0%, rgba(49, 109, 144, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(94, 140, 160, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(49, 109, 144, 1) 100%);
    background: -o-linear-gradient(left, rgba(94, 140, 160, 1) 0%, rgba(49, 109, 144, 1) 100%);
    background: -ms-linear-gradient(left, rgba(94, 140, 160, 1) 0%, rgba(49, 109, 144, 1) 100%);
    background: linear-gradient(to right, rgba(94, 140, 160, 1) 0%, rgba(49, 109, 144, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#477c98', endColorstr='#316d90', GradientType=1);
    margin-top: 10px;
    background: #034e80;
}

.header-bottom .manu-bottom ul {
    padding: 0;
    margin: 10px 0;
    text-align: center;
}

.header-bottom .manu-bottom ul li:first-child {
    padding-left: 0;
}

.manu-right-inner ul {
    padding: 0;
}


/* .diacon-banner-main {
    background-image: url(../images/banner.jpg?v1234565);
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    /* background-attachment: fixed; */


}
*/ .diacon-banner-img img {
    width: 100%;
    max-width: 100%;
}
.diacon-banner-text h2 {
    margin-bottom: 2px;
    font-size: 50px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #838383;
    text-transform: uppercase;
}
.diacon-banner-text p {
    letter-spacing: 0.20px;
    display: inline-block;
    background-color: #034e80;
    padding: 7px 15px;
    color: #fdf9d9;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}
.diacon-banner-inner {
    margin-top: 100px;
    text-align: center;
}
.diacon-banner-text {
    margin-top: 20px;
}
.manu-right .diacon-btn-orange {
    margin-left: 10px;
}
.diacon-about-contant ul {
    padding: 0;
    list-style: none;
}
.diacon-about-contant ul li i {
    padding-right: 15px;
}
.diacon-about-contant p {
    letter-spacing: 0.20px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}
.diacon-about-contant ul li {
    letter-spacing: 0.20px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    padding-bottom: 10px;
}
.diacon-about-title h2 {
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
}
.diacon-about-title p {
    letter-spacing: 0.20px;
    color: #feaa4a;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
}
.diacon-about-main {
    margin-top: 88px;
}
.diacon-about-contant .diacon-btn-orange {
    margin-top: 22px;
}
.diacon-about-img img {
    max-width: 440px;
    width: 100%;
}

/*========================================middle-contant=====================================*/
.middle-contant-main {
    margin-top: 100px;
}
.diacon-leftright-area,
.diacon-travelinfo-content {
    display: flex;
}
.diacon-leftright-area .diacon-left-area,
.diacon-leftright-area .diacon-right-area {
    background: #fff;
    flex: 1;
}
.diacon-leftright-area .diacon-leftright-info .diacon-leftright-info-inner {
    padding: 1rem 2.8rem;
}
.diacon-leftright-area {
    padding: 4rem 0 30px;
}
.diacon-leftright-area .diacon-leftright-info .title {
    margin-bottom: 15px;
    color: #000;
    font-size: 34px;
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: uppercase;
}
.diacon-leftright-area .diacon-leftright-info p {
    margin-bottom: 15px;
    letter-spacing: 0.20px;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 400;
}
.diacon-leftright-area .diacon-leftright-info h2 {
    margin-bottom: 30px;
    letter-spacing: 0.20px;
    font-size: 16px;
    color: #666666;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-top: 10px;
}
.diacon-leftright-area .diacon-leftright-info .diacon-btn {
    margin-top: 2.6rem;
}
.diacon-leftright-area .diacon-leftright-info ul {
    padding: 0;
    list-style: none;
}
.diacon-leftright-area .diacon-leftright-info ul li i {
    padding-right: 10px;
}
.diacon-leftright-area .diacon-leftright-info ul li {
    letter-spacing: 0.20px;
    font-size: 16px;
    color: #666666;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 5px 0;
}

/* .diacon-leftright-area .diacon-venu-img {
    background: url(../images/gandiasharam.jpg?124.1) center center no-repeat;
    background-size: 100% 100% !important;
    background-position: top;
} */
.diacon-leftright-area .diacon-transport-img {
    background: url(../images/contant-img-3.jpg?123) center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: auto auto, cover;
    -o-background-size: auto auto, cover;
    -moz-background-size: auto auto, cover;
    background-size: auto auto, cover;
    background-position: center center;
    border-radius: 15px;
}
.diacon-leftright-area .diacon-hotel-img {
    background: url(../images/contant-img-4-2.jpg) center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: auto auto, cover;
    -o-background-size: auto auto, cover;
    -moz-background-size: auto auto, cover;
    background-size: auto auto, cover;
    background-position: center center;
    border-radius: 20px;
    position: relative;
}
.diacon-leftright-area .diacon-hotel-img:before {
    content: "";
    height: 330px;
    border-radius: 10px;
    /** background-image: -moz-linear-gradient(140deg, #ffbc5b 0%, #ffbc5b 100%);
    background-image: -webkit-linear-gradient(140deg, #ffbc5b 0%, #ffbc5b 100%);
    background-image: -ms-linear-gradient(140deg, #ffbc5b 0%, #ffbc5b 100%);**/
    
    position: absolute;
    left: 0px;
    right: -30px;
    bottom: -30px;
    background-color: #434a7a;
    opacity: 0.8;
    z-index: -9;
}
.diacon-leftright-info-inner .diacon-btn-green {
    margin-top: 13px;
}
.diacon-leftright-info-inner .diacon-btn-orange {
    margin-top: 3px;
}
.diacon-revers .diacon-transport-img {
    position: relative;
    border-right: 20px;
}
.diacon-revers .diacon-right-area:after {
    content: "";
    height: 330px;
    border-radius: 10px;
    /*background-image: -moz-linear-gradient(140deg, #ffbc5b 0%, #ffbc5b 100%);
    background-image: -webkit-linear-gradient(140deg, #ffbc5b 0%, #ffbc5b 100%);
    background-image: -ms-linear-gradient(140deg, #ffbc5b 0%, #ffbc5b 100%);*/
    
    position: absolute;
    right: 0px;
    left: -30px;
    bottom: -30px;
    background-color: #434a7a;
    opacity: 0.8;
    z-index: -9;
}

/*========================================speakers=====================================*/
.speakers-img {
    border-radius: 100%;
    width: 130px;
    height: 130px;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.29);
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.speakers-text {
    margin-top: 70px;
}
.speakers-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.speakers-box {
    position: relative;
    min-height: 512px;
    border-radius: 5px;
    padding: 15px;
    -webkit-box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.1);
}
.speakers-name h3 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.speakers-name {
    margin-bottom: 20px;
    line-height: 0.7;
}
.speakers-text ul {
    padding: 0;
    list-style: none;
}
.speakers-text ul li i {
    padding-right: 10px;
    color: #fca824;
}
.speakers-text ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    display: flex;
    width: 100%;
    padding: 8px 0;
    letter-spacing: 0.20px;
}
.speakers-inner {
    padding-top: 140px;
}
.speakers-title h2 {
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

/*========================================registration=====================================*/
.registration-title h2 {
    font-size: 38px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.registration-main {
    background-attachment: fixed;
    padding-top: 91px;
    padding-bottom: 100px;
    margin-top: 100px;
    background-image: url(../images/registration-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.registration-box {
    border: 3px solid #fff;
    border-radius: 5px;
}
.registration-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.registration-box ul li {
    text-align: center;
    padding-top: 15px;
}
.registration-box ul li::after {
    content: "";
    border-bottom: 1px solid #fff;
    opacity: 0.5;
    display: block;
    padding-top: 15px;
    width: 100%;
}
.registration-box ul li p {
    font-size: 20px;
    letter-spacing: 0.20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.registration-box ul li p span {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 300;
}
.registration-box ul li p strong {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.registration-box h2 {
    color: #fff;
    font-size: 26px;
    height: 70px;
    background-color: #fca824;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    margin: 0;
}
.registration-category h2 {
    padding-top: 20px;
}
.registration-category {
    background-color: rgba(255, 255, 255, 0.29);
}
.registration-box ul li {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.20px;
    color: #fff;
    margin: 0;
}
.registration-title {
    margin-bottom: 45px;
}
.registration-box h2 sup {
    font-weight: 300;
}

/*========================================footer=====================================*/
.footer {
    padding-top: 60px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #1d2976;
}
.footer-address h2,
.footer-social h2 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
}
.fixed-header {
    z-index: 999;
    background: #ea1c24 !important;
}
.footer-address p,
.footer-social p {
    letter-spacing: 0.20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
}
.footer-social ul {
    padding: 0;
    list-style: none;
}
.footer-social ul li {
    transition: all 0.3s;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 15px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
}
.footer-social ul li a {
    transition: all 0.3s;
    padding: 15px 13px;
    top: -12px;
    left: 0;
    position: absolute;
}
.footer-social ul li i {
    font-size: 24px;
    color: #000;
}
.footer-social ul li:first-child a {
    padding: 15px 21px;
    left: 0;
}
.footer-social ul li:hover {
    background-color: #fff;
}
.footer-copyright h2 {
    letter-spacing: 0.20px;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #eaeaea;
    font-family: 'Montserrat';
    font-weight: 400;
}
.footer-copyright {
    margin-top: 15px;
}
.footer-logo {
    text-align: left;
}
.footer-logo img {
    width: 100%;
    max-width: 260px;
}
.footer-address {
    margin-top: 0px;
}
.footer-social {
    margin-top: 10px;
}
.footer-copyright h2::before {
    content: "";
    border-top: 1px solid #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    opacity: 0.3;
}
.footer-address p a {
    color: #b9b9b9;
    transition: all 0.3s;
}
.footer-address p a:hover {
    color: #fff;
}
.diacon-leftright-area .diacon-leftright-info ul li a {
    color: #666666;
    transition: all 0.3s;
}
.diacon-leftright-area .diacon-leftright-info ul li a:hover {
    color: #000;
    transition: all 0.3s;
}

/*-----------------------------------------------------------------------------------*/

/*========================================About======================================*/

/*========================================inner-banner======================================*/
.inner-banner-main {
    background-image: url(../images/inner-banner.png?1.2);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-attachment: fixed;
}
.inner-banner-main::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 200px;
    position: absolute;
}
.inner-banner-text {
    margin-top: 60px;
}
.inner-banner-text h2 {
    text-align: left;
    font-size: 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
}
.inner-banner-text a {
    color: #fff !important;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.20px;
    width: 100%;
}
.inner-banner-text {
    text-align: left;
}
.inner-banner-text a span {
    color: #fff;
}
.inner-banner-text a span i {
    color: #fff;
}
.inner-about-box ul {
    padding: 0;
    list-style: none;
}
.inner-about-box ul li i {
    padding-right: 10px;
    color: #fff;
}
.inner-about-box ul li {
    padding: 15px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
}
.inner-about-box .inner-about-text-title h2 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}
.inner-about-box {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    border-radius: 5px;
    margin-bottom: 30px;
}
.inner-about-box .inner-about-text-title {
    padding: 15px;
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(96, 15, 57, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);
    background: -o-linear-gradient(left, rgba(96, 15, 57, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);
    background: linear-gradient(to right, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
    background: #034e80;
}
.inner-about-title h2 {
    font-size: 38px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.inner-about-title {
    padding-bottom: 50px;
}
.inner-about-main {
    margin-top: 50px;
    margin-bottom: 20px;
}
.inner-about-text-one {
    width: 50%;
}
.inner-about-text-tow {
    width: 50%;
}
.inner-about-text-main ul {
    margin: 0;
}
.inner-about-text-main {
    display: flex;
}

/*-----------------------------------------------------------------------------------*/

/*========================================schedule======================================*/

/*-----------------------------------------------------------------------------------*/

/*========================================inner-schedule======================================*/
.inner-schedule-icon img {
    width: 100%;
    max-width: 60px;
}
.inner-schedule-block:hover .inner-schedule-icon img,
.inner-schedule-block:focus .inner-schedule-icon img {
    animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    backface-visibility: hidden;
    transform-origin: top right;
}
@keyframes bellshake {
    0% {
        transform: rotate(0);
    }
    
    15% {
        transform: rotate(5deg);
    }
    
    30% {
        transform: rotate(-5deg);
    }
    
    45% {
        transform: rotate(4deg);
    }
    
    60% {
        transform: rotate(-4deg);
    }
    
    75% {
        transform: rotate(2deg);
    }
    
    85% {
        transform: rotate(-2deg);
    }
    
    92% {
        transform: rotate(1deg);
    }
    
    100% {
        transform: rotate(0);
    }
}
.inner-schedule-block {
    display: flex;
    width: 100%;
}
.inner-schedule-icon {
    margin-right: 20px;
}
.inner-schedule-text a {
    transition: all 0.3s;
    letter-spacing: 0.20px;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #38454f;
}
.inner-schedule-block:hover .inner-schedule-text a {
    color: #2c3841;
}
.inner-schedule-text a p {
    font-size: 18px;
    letter-spacing: 0.20px;
}
.inner-schedule-text a p span {
    transition: all 0.3s;
}
.inner-schedule-block:hover .inner-schedule-text a p span {
    color: #fca824;
}
.inner-schedule-box {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    padding: 15px;
    border-radius: 5px;
}
.inner-schedule-main {
    margin-top: 80px;
    margin-bottom: 80px;
}

/*-----------------------------------------------------------------------------------*/

/*========================================speakers======================================*/

/*-----------------------------------------------------------------------------------*/

/*========================================inner-speakers======================================*/
.inner-national-speakers-box {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 100px;
}
.inner-national-speakers-img {
    overflow: hidden;
    height: 250px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    border-radius: 5px;
    margin: 0 auto;
    margin-top: -80px;
    max-width: 160px;
    height: 160px;
}
.inner-national-speakers-img img {
    width: 100%;
}
.inner-national-speakers-text h2 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: center;
}
.inner-national-speakers-text p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: center;
}
.inner-national-speakers-text {
    margin-top: 15px;
}
.inner-national-speakers-text h2::after {
    content: "";
    border-bottom: 1px solid #fca824;
    display: block;
    width: 50px;
    margin: 0 auto;
    padding-top: 5px;
}
.inner-speakers .speakers-main {
    margin: 80px 0;
}
.speakers-main {
    margin-top: 100px;
}
.inner-national-speakers {
    margin: 0 0 80px 0;
}
.inner-national-speakers-title h2 {
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

/*.inner-national-speakers-title { margin-bottom: 137px;}*/
.inner-events-box {
    transition: all 0.3s;
    width: 100%;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 158, 207, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.inner-events-box img {
    width: 100%;
    border-radius: 3px;
}
.inner-events {
    margin: 80px 0;
}
.inner-events-box:hover {
    background: rgba(139, 227, 229, 1);
    background: -moz-linear-gradient(left, rgba(139, 227, 229, 1) 0%, rgba(99, 158, 207, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(139, 227, 229, 1)), color-stop(100%, rgba(99, 158, 207, 1)));
    background: -webkit-linear-gradient(left, rgba(139, 227, 229, 1) 0%, rgba(99, 158, 207, 1) 100%);
    background: -o-linear-gradient(left, rgba(139, 227, 229, 1) 0%, rgba(99, 158, 207, 1) 100%);
    background: -ms-linear-gradient(left, rgba(139, 227, 229, 1) 0%, rgba(99, 158, 207, 1) 100%);
    background: linear-gradient(to right, rgba(139, 227, 229, 1) 0%, rgba(99, 158, 207, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8be3e5', endColorstr='#639ecf', GradientType=1);
    -webkit-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------------------------------------------------*/

/*========================================scientific-highlights======================================*/

/*-----------------------------------------------------------------------------------*/

/*========================================inner-scientific-highlights======================================*/
.inner-scientific-highlights-box ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin-bottom: 4em;
}
.inner-scientific-highlights-box ol ol {
    margin: 0 0 0 2em;
}
.inner-scientific-highlights-box li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: 1.3em 0;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.20px;
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 158, 207, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
}
.inner-scientific-highlights-box li:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
}
.inner-scientific-highlights-box li:before {
    content: "";
    position: absolute;
    left: -1.5em;
    top: 50%;
    margin-top: -1.5em;
    background: #FCA824;
    height: 3em;
    width: 3em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #FFF;
    padding-top: 4px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    -webkit-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
}
.inner-scientific-highlights-box li i {
    position: absolute;
    left: -6px;
}
.inner-scientific-highlights {
    margin-top: 80px;
    margin-bottom: 80px;
}
.inner-scientific-highlights-box {
    margin: 0 15px;
}

/*-----------------------------------------------------------------------------------*/

/*========================================abstract-form======================================*/

/*-----------------------------------------------------------------------------------*/

/*========================================inner-abstract-form======================================*/
.abstract-form-box-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.abstract-form-box-list ul li i {
    padding-right: 10px;
    color: #0b919c;
}
.abstract-form-box-list ul li {
    display: inline-flex;
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 400;
    padding: 7px 0;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.20px;
}
.abstract-form-box-title h2 {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px;
}
.abstract-form-box {
    border-radius: 5px;
}
.abstract-form-box-list {
    padding: 15px;
}
.abstract-form-box:hover {
    -webkit-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
}
.abstract-form-box {
    min-height: 496px;
    border-radius: 10px;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
}
.abstract-form-box-title {
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 158, 207, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
}
.abstract-form {
    margin: 80px 0;
}

/*-----------------------------------------------------------------------------------*/

/*========================================cancellation-policy======================================*/

/*-----------------------------------------------------------------------------------*/

/*========================================inner-cancellation-policy======================================*/
.cancellation-policy-block h2 {
    padding: 15px;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #212529;
    text-align: center;
}
.cancellation-policy-block p {
    margin: 0;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    overflow: hidden;
    z-index: 0;
    position: relative;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 25px;
    color: #FCA824;
    background-color: #000;
}
.cancellation-policy-block p::after {
    content: "";
    transition: all 0.3s;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -370px;
    z-index: -1;
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
}
.cancellation-policy-box:hover .cancellation-policy-block p {
    color: #fff;
    background-color: #f2f2f2;
}
.cancellation-policy-box:hover .cancellation-policy-block p::after {
    left: -80px;
}
.cancellation-policy-box,
.cancellation-policy-box-2,
.cancellation-policy-box-3 {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
}
.cancellation-policy-box,
.cancellation-policy-box-2,
.cancellation-policy-box-3 {
    border-radius: 5px;
}
.cancellation-policy {
    margin: 80px 0;
}
.cancellation-policy-box:hover .cancellation-policy-block p,
.cancellation-policy-box-2:hover .cancellation-policy-block p {
    color: #fff;
    background-color: #f2f2f2;
}
.cancellation-policy-box-3:hover .cancellation-policy-block p {
    background-color: #f2f2f2;
}
.cancellation-policy-box-2:hover .cancellation-policy-block p::after {
    left: -159px;
}
.cancellation-policy-box-3:hover .cancellation-policy-block p::after {
    left: -300px;
}
.cancellation-policy-block p::after {
    content: "";
    transition: all 0.3s;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -370px;
    z-index: -1;
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
}

/*-----------------------------------------------------------------------------------*/

/*========================================download======================================*/

/*-----------------------------------------------------------------------------------*/

/*========================================inner-download======================================*/
.inner-downloads {
    margin-top: 80px;
    margin-bottom: 51px;
}
.inner-downloads-icon {
    margin-right: 20px;
}
.inner-downloads-icon img {
    width: 100%;
    max-width: 60px;
}
.inner-downloads-box {
    display: flex;
    width: 100%;
}
.inner-downloads-text a {
    transition: all 0.3s;
    ;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #38454f;
}
.inner-downloads-text a span {
    transition: all 0.3s;
    font-size: 15px;
}
.inner-downloads-block:hover .inner-downloads-text a {
    color: #2c3841;
}
.inner-downloads-block:hover .inner-downloads-text a span {
    color: #5e0a38;
}
.inner-downloads-block {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    padding: 15px;
    border-radius: 5px;
}
.inner-downloads-block:hover .inner-downloads-icon img,
.inner-downloads-block:focus .inner-downloads-icon img {
    animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    backface-visibility: hidden;
    transform-origin: top right;
}
@keyframes bellshake {
    0% {
        transform: rotate(0);
    }
    
    15% {
        transform: rotate(5deg);
    }
    
    30% {
        transform: rotate(-5deg);
    }
    
    45% {
        transform: rotate(4deg);
    }
    
    60% {
        transform: rotate(-4deg);
    }
    
    75% {
        transform: rotate(2deg);
    }
    
    85% {
        transform: rotate(-2deg);
    }
    
    92% {
        transform: rotate(1deg);
    }
    
    100% {
        transform: rotate(0);
    }
}
.inner-downloads-block {
    margin-bottom: 30px;
    background-color: #eee
}

/*-----------------------------------------------------------------------------------*/

/*========================================gallery======================================*/

/*-----------------------------------------------------------------------------------*/

/*========================================inner-gallery======================================*/
.filter-button {
    font-size: 18px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;
}
.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: #fff;
}
.port-image {
    width: 100%;
}
.gallery_product {
    margin-bottom: 30px;
}

/* .inner-gallery { margin: 80px 0; } */
#Gll {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 1000px;
}
#Gll img {
    width: 300px;
    height: 200px;
    margin: 12px;
    object-fit: cover;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 158, 207, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
    padding: 2px;
    border-radius: 3px;
}
#Gll img:hover {
    transform: scale(1.1);
    background: rgba(139, 227, 229, 1);
    background: -moz-linear-gradient(left, rgba(139, 227, 229, 1) 0%, rgba(99, 158, 207, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(139, 227, 229, 1)), color-stop(100%, rgba(99, 158, 207, 1)));
    background: -webkit-linear-gradient(left, rgba(139, 227, 229, 1) 0%, rgba(99, 158, 207, 1) 100%);
    background: -o-linear-gradient(left, rgba(139, 227, 229, 1) 0%, rgba(99, 158, 207, 1) 100%);
    background: -ms-linear-gradient(left, rgba(139, 227, 229, 1) 0%, rgba(99, 158, 207, 1) 100%);
    background: linear-gradient(to right, rgba(139, 227, 229, 1) 0%, rgba(99, 158, 207, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8be3e5', endColorstr='#639ecf', GradientType=1);
    -webkit-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
}
#Orit .imT {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
#Orit span {
    padding: 12px;
    cursor: pointer;
}
#Orit .arrw span {
    color: #FFFFFF;
    position: fixed;
    z-index: 999;
    font-size: 35px;
    top: 45%;
}
#Orit span:hover {
    color: aqua;
}
#Orit .next {
    right: 30px;
    background-image: url(../images/arrow-next.png);
    background-position: center center;
    width: 44px;
    background-size: cover;
    background-repeat: no-repeat;
}
#Orit .prev {
    left: 30px;
    background-image: url(../images/arrow-prev.png);
    background-position: center center;
    width: 44px;
    background-size: cover;
    background-repeat: no-repeat;
}
#Orit .arrw {
    display: flex;
    align-items: center;
}
#Orit>span {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 10px;
}
#Orit .imT img {
    max-width: 0%;
    max-height: 0%;
    display: none;
    margin-left: 0px;
    margin-right: 0px;
    visibility: hidden;
    opacity: 0;
}
.info-gll p {
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 10px;
    color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 0px 2px #fff;
    display: block;
    z-index: 999;
    font-family: "Lato", "Roboto", "Raleway", sans-serif;
    cursor: default;
    outline: none;
    font-family: 'Oswald Regular';
    font-size: 16px;
    font-weight: 400;
}
#Orit .icon-times {
    background-image: url(../images/close.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.icon-times {
    color: #fff;
    font-size: 25px;
    z-index: 999999;
}
#Gll .active:hover {
    transform: none;
    box-shadow: none !important;
}
#Gll .active {
    border-radius: none !important;
    background: unset !important;
    box-shadow: none !important;
}
.imT .active {
    display: block !important;
    width: 80% !important;
    height: 80% !important;
}
.circles-img {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 20px;
}
.circles-img span {
    display: inline-block;
    background-color: #fff;
    padding: 6px !important;
    margin: 0 5px;
    border-radius: 50%;
}
.circle-active {
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 158, 207, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
}
.circles-img span:hover {
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 158, 207, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
}
.circles-img span {
    position: relative;
    text-align: center;
}
.circles-img span:hover img {
    visibility: visible;
    opacity: 1;
}
.circles-img img {
    max-width: 200px;
    max-height: 200px;
    position: fixed;
    text-align: center;
    bottom: 40px;
    z-index: 999999;
    margin-left: -80px;
    transition: all 300ms ease;
    visibility: hidden;
    opacity: 0;
    display: block;
    filter: blur(0px);
}
#Orit .imT img {
    max-height: 100% !important;
}
.info-gll p {
    top: 45px;
    margin: 10px 0 0 15px;
}
#Orit .icon-times {
    top: 50px;
}
#Gll img {
    margin: 0 auto;
    margin-bottom: 20px !important;
}

/*-----------------------------------------------------------------------------------*/

/*========================================contact-us======================================*/

/*-----------------------------------------------------------------------------------*/

/*========================================inner-contact-us======================================*/
.venue-address-title h2 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    text-align: left;
    text-transform: uppercase;
    color: #212529;
}
.contact-form-title h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    text-align: left;
    text-transform: uppercase;
    color: #1d2976;
}
.conference-highlights-block {
    padding-bottom: 05px;
}
.diacon-leftright-area.welcomn {
    padding-top: 40px !important;
}
.venue-address-sub-title h2,
.organized-by-title h2,
.organized-by-sub-title h2 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    text-align: left;
}
.organized-by-img a img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 10px;
}
.organized-by-sub-title h2 span {
    color: #fca824;
}
.venue-address ul li i {
    color: #fca824;
    font-size: 16px;
    padding-right: 10px;
}
.venue-address ul li {
    padding: 5px 0;
    color: #666666;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
}
.organized-by-sub ul li i {
    color: #fca824;
    font-size: 16px;
    padding-right: 10px;
}
.organized-by-sub ul li {
    padding: 5px 0;
    color: #666666;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
}
.organized-by-sub ul li a {
    color: #666666;
}
.organized-by,
.venue-address,
.organized-by-sub {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    border-radius: 5px;
    padding: 20px;
    min-height: 220px;
}
.custom-name label,
.custom-email label,
.custom-subject label,
.custom-message label {
    color: #666666;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
}
.md-form input[type="text"]:focus:not([readonly]) {
    border-bottom: 1px solid #a8a8a8;
    box-shadow: none;
}
.md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #a8a8a8;
    box-shadow: none;
}
.md-form input[type="text"]:focus:not([readonly])+label {
    color: #1d2976;
}
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #1d2976;
}
.md-form label {
    top: 0;
}
.inner-contact-us {
    margin: 80px 0;
}
.btn-contact-us {
    margin-top: 10px;
}
.venue-address-title h2 span {
    color: #ff0055;
}
.contact-form-title h2 span {
    color: #ff0055;
}

/*-----------------------------------------------------------------------------------*/

/*========================================day-1======================================*/

/*-----------------------------------------------------------------------------------*/

/*========================================inner-day-1======================================*/
#t1 {
    border-bottom: 1px solid #f1f1f1;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
#t1 td,
th {
    padding: 10px;
}
#t1 td,
.table>tbody>tr>td {
    border-top: 1px solid #efefef;
}
.diacon-t-1 {
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 158, 207, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
}
.diacon-t-5 {
    background: rgb(99, 158, 207);
    background: -moz-linear-gradient(-45deg, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(135deg, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    text-transform: uppercase;
}
.diacon-t-2 {
    background-color: #f2f2f2 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    text-transform: uppercase;
    color: #666666;
    transition: all 0.3s;
}
.ct {
    text-align: center;
}
.diacon-t-4 {
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 158, 207, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
}
.rt {
    text-align: right;
}
.diacon-t-2:hover {
    background-color: #fff !important;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
}
.inner-day-1 .nav-tabs {
    margin: 15px;
    margin-bottom: 40px;
}
.inner-day-1 .nav-tabs .nav-item .active {
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 158, 207, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    color: #fff;
    background: #0b919c;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: unset;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    text-transform: uppercase;
    color: #666666;
    background-color: #f2f2f2;
}
.inner-day-1 {
    margin-bottom: 65px;
    margin-top: 65px;
}
.header-bottom {
    background: #ea1c24 !important;
}

/*-----------------------------------------------------------------------------------*/

/*Extra large devices 1199px
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
    .logo img {
        max-width: 240px;
    }
    
    .header-bottom .manu-bottom ul li a {
        font-size: 14px;
    }
    
    .header-bottom .manu-bottom ul li {
        padding-left: 34px;
    }
}

/*-----------------------------------------------------------------------------------*/

/*Large devices 991px
/*-----------------------------------------------------------------------------------*/
@media (max-width: 991px) {
    .header-bottom .manu-bottom ul li {
        padding-left: 20px;
    }
    
    .header-bottom .manu-bottom ul li a {
        font-size: 11px;
    }
    
    .manu-right .manu-right-inner ul li a {
        font-size: 14px;
    }
    
    .diacon-btn-orange,
    .diacon-btn-sky-blue,
    .diacon-btn-green {
        font-size: 14px;
    }
    
    .manu-right {
        width: 100%;
    }
    
    .logo {
        text-align: center;
        width: 100%;
    }
    
    .diacon-about-title h2 {
        font-size: 20px;
    }
    
    .diacon-about-title p {
        font-size: 16px;
    }
    
    .diacon-about-contant ul li {
        font-size: 14px;
    }
    
    .diacon-about-contant p {
        font-size: 14px;
    }
    
    .diacon-leftright-area .diacon-leftright-info .title {
        font-size: 20px;
    }
    
    .diacon-leftright-area .diacon-leftright-info p {
        font-size: 14px;
    }
    
    .diacon-leftright-area .diacon-leftright-info h2 {
        font-size: 14px;
    }
    
    .diacon-leftright-area .diacon-leftright-info ul li a {
        font-size: 14px;
    }
    
    .speakers-title h2 {
        font-size: 30px;
    }
    
    .speakers-img {
        width: 80px;
        height: 80px;
        top: -45px;
    }
    
    .speakers-name h3 {
        font-size: 16px;
    }
    
    .registration-title h2 {
        font-size: 30px;
    }
    
    .registration-box h2 {
        font-size: 16px;
        height: 55px;
    }
    
    .registration-category h2 {
        padding-top: 18px;
    }
    
    .registration-box ul li p {
        font-size: 14px;
    }
    
    .registration-box ul li {
        font-size: 14px;
    }
    
    .registration-box ul li p strong {
        font-size: 14px;
    }
    
    .footer-address h2,
    .footer-social h2 {
        font-size: 16px;
    }
    
    .footer-address p,
    .footer-social p {
        font-size: 14px;
    }
    
    .footer-copyright h2 {
        font-size: 14px;
    }
    
    .footer-social ul li {
        width: 40px;
        height: 40px;
    }
    
    .footer-social ul li:first-child a {
        padding: 10px 16px;
    }
    
    .footer-social ul li a {
        padding: 11px 10px;
    }
    
    .inner-schedule-text a {
        font-size: 16px;
    }
    
    .inner-schedule-text a p {
        font-size: 14px;
    }
    
    .fixed-header .manu-bottom ul {
        margin: 12px 0 !important;
    }
    
    .inner-national-speakers-title h2 {
        font-size: 30px;
        margin: 0;
    }
    
    .inner-national-speakers-text p {
        font-size: 14px;
    }
    
    .inner-national-speakers-img {
        margin-top: -70px;
        max-width: 100px;
        height: 100px;
    }
    
    .inner-national-speakers-text h2 {
        font-size: 16px;
    }
    
    .inner-about-title h2 {
        font-size: 30px;
    }
    
    .inner-about-box .inner-about-text-title h2 {
        font-size: 16px;
    }
    
    .inner-about-box ul li {
        font-size: 14px;
    }
    
    .venue-address-sub-title h2,
    .organized-by-title h2,
    .organized-by-sub-title h2 {
        font-size: 16px;
    }
    
    .venue-address ul li {
        font-size: 14px;
    }
    
    .organized-by-sub ul li {
        font-size: 14px;
    }
    
    .venue-address-title h2 {
        font-size: 30px;
    }
    
    .contact-form-title h2 {
        font-size: 30px;
    }
}

/*-----------------------------------------------------------------------------------*/

/*Small devices 767px
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .supported-by-right {
        display: none;
    }
    
    .manu-right .diacon-btn-orange {
        float: right;
        margin-right: 0;
    }
    
    .manu-right-inner {
        margin-left: 0;
    }
    
    .header-bottom {
        height: 40px;
    }
    
    .menu-mobile {
        padding: 8px 15px;
        color: #fff;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 16px;
    }
    
    .menu-mobile:hover {
        color: #fff;
    }
    
    .menu-mobile::after {
        font-size: 2.0rem;
    }
    
    .menu .show-on-mobile {
        z-index: 1;
        background-color: #fff;
    }
    
    .header-bottom .manu-bottom ul li a {
        font-size: 16px !important;
        color: #000;
        padding-left: 15px;
        text-align: left;
    }
    
    .header-bottom .manu-bottom ul li {
        padding: 10px 0;
        transition: all 0.3s;
    }
    
    .header-bottom .manu-bottom ul li:hover {
        background-color: #f2f2f2;
    }
    
    .header-bottom .col-md-12 {
        padding: 0;
    }
    
    .diacon-banner-text h2 {
        font-size: 30px;
    }
    
    .diacon-banner-text p {
        font-size: 14px;
    }
    
    .manu-right {
        margin-top: 8px;
    }
    
    .diacon-banner-main {
        height: 450px
    }
    
    .diacon-leftright-area .diacon-venu-img {
        height: 330px;
        width: 100%;
        background-size: cover;
    }
    
    .diacon-leftright-area,
    .diacon-travelinfo-content {
        display: inline-block;
        width: 100%;
    }
    
    .registration-box {
        margin-bottom: 30px;
    }
    
    .speakers-box {
        min-height: 550px;
    }
    
    .diacon-about-img {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .diacon-leftright-area .diacon-leftright-info .diacon-leftright-info-inner {
        padding: 1rem 6rem;
    }
    
    .diacon-about-contant ul li {
        display: flex;
        text-align: left;
    }
    
    .diacon-revers {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .diacon-right-area {
        display: inline-table;
        height: 330px;
        background-size: cover !important;
        margin-top: 10px;
        width: 100%;
    }
    
    .diacon-leftright-area .diacon-transport-img {
        margin-top: 10px;
    }
    
    .header-bottom .manu-bottom ul {
        margin: 0;
    }
    
    .inner-banner-text a {
        font-size: 16px;
    }
    
    .inner-banner-text h2 {
        font-size: 30px;
    }
    
    .fixed-header {
        position: relative;
    }
    
    .fixed-header .manu-bottom ul {
        margin: 0 !important;
    }
    
    .inner-schedule-box {
        margin-bottom: 15px;
    }
    
    .inner-scientific-highlights-box li {
        font-size: 14px;
    }
    
    .abstract-form-box-title h2 {
        font-size: 16px;
    }
    
    .abstract-form-box-list ul li {
        font-size: 14px;
    }
    
    .abstract-form-box {
        min-height: auto;
        margin-bottom: 15px;
    }
    
    .abstract-form-box-list ul li {
        padding: 6px 0;
    }
    
    .inner-downloads-text a {
        font-size: 16px;
    }
    
    .inner-downloads-text a span {
        font-size: 14px;
    }
    
    #Gll img {
        max-width: 300px;
        width: 100%;
        margin: 0 auto !important;
        margin-bottom: 15px !important;
    }
    
    #Gll img:hover {
        transform: none;
    }
    
    .cancellation-policy-block h2 {
        font-size: 20px;
    }
    
    .cancellation-policy-block p {
        font-size: 15px;
    }
    
    .organized-by,
    .venue-address,
    .organized-by-sub {
        height: auto;
        margin-bottom: 15px;
        min-height: auto;
    }
    
    .custom-name label,
    .custom-email label,
    .custom-subject label,
    .custom-message label {
        font-size: 14px;
    }
    
    .inner-day-1 .nav-tabs {
        margin: 0 0 40px 0;
    }
    
    .popup>div {
        width: 80% !important;
    }
    
    .popup-cancellation-policy .popup-cancellation-policy-title h2 {
        font-size: 14px !important;
    }
    
    .popup-cancellation-policy .popup-cancellation-policy-text p {
        font-size: 14px !important;
    }
    
    .tableheading {
        font-size: 16px !important;
    }
    
    .table-bordered td:first-child {
        font-size: 14px !important;
    }
    
    .table-bordered td {
        font-size: 14px !important;
    }
    
    .coming_soon {
        font-size: 30px !important;
    }
    
    .inner-speakers .speakers-main {
        margin: 30px 0;
    }
    
    .inner-national-speakers {
        margin: 0 0 30px 0;
    }
    
    .diacon-about-block {
        margin-bottom: 30px;
    }
    
    .abstractform .form-group .col-md-12 label {
        font-size: 14px !important;
    }
    
    .abstract-form-area .abstract-form-area-text p strong {
        font-size: 14px !important;
    }
    
    .abstract-form-area .abstract-form-area-text ul li {
        font-size: 12px !important;
    }
    
    .abstract-form-area .abstract-form-area-text p:last-child {
        font-size: 12px !important;
    }
    
    .gallery-area .gallery-block {
        margin-bottom: 15px;
    }
}

/*-----------------------------------------------------------------------------------*/

/*Extra small devices 575px
/*-----------------------------------------------------------------------------------*/
@media (max-width: 575px) {
    .diacon-about-img {
        margin-bottom: 15px;
    }
    
    .speakers-main {
        margin-top: 24px;
    }
    
    .footer-logo {
        text-align: left;
    }
    
    .footer-address,
    .footer-social {
        margin-top: 15px;
    }
    
    .footer-social ul {
        margin: 0;
    }
    
    .registration-main {
        padding-top: 30px;
        padding-bottom: 0;
    }
    
    .registration-title h2 {
        margin: 0;
    }
    
    .registration-title {
        margin-bottom: 25px;
    }
    
    .speakers-box {
        min-height: 100%;
    }
    
    .speakers-inner {
        margin-top: 78px;
    }
    
    .speakers-title h2 {
        margin: 0;
    }
    
    .diacon-leftright-area .diacon-leftright-info .diacon-leftright-info-inner {
        padding: 0 15px;
    }
    
    .diacon-about-main {
        margin-top: 28px;
    }
    
    .footer {
        padding-top: 15px;
    }
    
    .middle-contant-main {
        margin-top: 30px;
    }
    
    .diacon-header-top .manu-right {
        text-align: center;
    }
    
    .manu-right .diacon-btn-orange {
        margin: 0 auto;
        float: none;
    }
    
    .manu-right-inner {
        margin: 0 auto;
        width: 100%;
    }
    
    .diacon-banner-text h2 {
        font-size: 20px;
    }
    
    .diacon-banner-inner {
        margin-top: 15px;
    }
    
    .diacon-banner-main {
        height: 300px;
    }
    
    .diacon-leftright-area .diacon-leftright-info .title {
        text-align: center;
        margin-top: 15px;
        font-size: 16px;
    }
    
    .diacon-leftright-area .diacon-leftright-info p {
        text-align: justify;
        margin-top: 15px;
    }
    
    .diacon-leftright-area .diacon-leftright-info h2 {
        text-align: justify;
    }
    
    .diacon-leftright-area .diacon-leftright-info .diacon-leftright-info-inner {
        text-align: center;
    }
    
    .diacon-about-title h2 {
        text-align: center;
    }
    
    .diacon-about-title p {
        text-align: center;
    }
    
    .diacon-about-text {
        text-align: center;
    }
    
    .diacon-about-contant p {
        text-align: justify;
        margin: 0;
    }
    
    .diacon-about-contant .diacon-btn-orange {
        margin-top: 13px;
    }
    
    .diacon-leftright-info-inner .diacon-btn-green {
        margin: 0;
    }
    
    .speakers-title h2 {
        font-size: 20px;
    }
    
    .diacon-leftright-area .diacon-venu-img {
        margin-top: 15px;
    }
    
    .speakers-name h3 {
        margin: 0;
    }
    
    .speakers-name {
        margin-bottom: 5px;
    }
    
    .speakers-text ul li {
        padding: 5px 0;
    }
    
    .registration-title h2 {
        font-size: 20px;
    }
    
    .registration-main {
        margin-top: 30px;
    }
    
    .inner-schedule-main {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .inner-banner-main::before {
        height: 120px;
    }
    
    .inner-banner-main {
        height: 120px;
    }
    
    .inner-banner-text {
        margin-top: 35px;
    }
    
    .inner-banner-text h2 {
        font-size: 20px;
    }
    
    .inner-national-speakers-title h2 {
        font-size: 20px;
    }
    
    .inner-national-speakers-title {}
    
    .inner-speakers .speakers-main {
        margin-bottom: 30px;
    }
    
    .inner-national-speakers-box {
        margin-bottom: 85px !important;
    }
    
    .inner-events {
        margin: 30px 0;
    }
    
    .inner-events-box {
        margin-bottom: 15px;
    }
    
    .inner-scientific-highlights {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    
    .inner-scientific-highlights-box ol {
        margin-bottom: 0;
    }
    
    .abstract-form {
        margin: 30px 0;
    }
    
    .inner-downloads-block {
        margin-bottom: 15px;
    }
    
    .inner-downloads {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .cancellation-policy {
        margin: 30px 0;
    }
    
    .cancellation-policy-block {
        margin-bottom: 15px;
    }
    
    .cancellation-policy-block h2 {
        font-size: 16px;
    }
    
    .inner-about-title h2 {
        font-size: 20px;
    }
    
    .inner-about-main {
        margin-top: 30px;
    }
    
    .inner-about-title {
        padding-bottom: 20px;
    }
    
    .inner-about-box {
        margin-bottom: 15px;
    }
    
    .inner-about-box ul {
        margin: 0;
    }
    
    .inner-about-text-main {
        display: block;
    }
    
    .inner-about-text-one,
    .inner-about-text-tow {
        width: 100%;
    }
    
    .venue-address-title h2 {
        font-size: 20px;
    }
    
    .inner-contact-us {
        margin-top: 30px;
        margin-bottom: 0;
    }
    
    .diacon-t-1 {
        font-size: 13px;
    }
    
    .diacon-t-2 {
        font-size: 12px;
    }
    
    .diacon-t-5 {
        font-size: 12px;
    }
    
    .diacon-t-4 {
        font-size: 12px;
    }
    
    .tab-pane .col-md-12 {
        padding: 0;
    }
    
    .nav-tabs .nav-link {
        font-size: 14px;
    }
    
    .inner-day-1 .nav-tabs {
        display: inline-block;
        width: 100%;
        margin: 0 0 30px 0;
    }
    
    .inner-day-1 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .coming_soon {
        font-size: 20px !important;
    }
}

/*-----------------------------------------------------------------------------------*/

/*Extra small devices 400px
/*-----------------------------------------------------------------------------------*/
@media (max-width: 400px) {
    .manu-right-inner {
        width: 100%;
        text-align: center;
    }
    
    .manu-right .diacon-btn-orange {
        width: 100%;
    }
    
    .inner-scientific-highlights-box li i {
        top: 27%;
    }
    
    .cancellation-policy-box-3:hover .cancellation-policy-block p::after {
        left: -220px;
    }
}
.manu-right-inner ul li .active {
    color: #5e0a38 !important;
}
.menu-container {
    transition: all 0.3s;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(99, 158, 207, 1);
    background: -moz-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 158, 207, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -o-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: -ms-linear-gradient(left, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    background: linear-gradient(to right, rgba(99, 158, 207, 1) 0%, rgba(139, 227, 229, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
    height: 46px;
    background: #034e80;
}
.menu.manu-bottom.visible-title.container {
    padding: 0 !important;
}
nav {
    width: 100%;
    z-index: 10;
    left: 0;
}
.visible-title {
    visibility: visible;
}
nav ul {
    list-style-type: none;
    margin: 0 2% auto 0;
    padding-left: 0;
    text-align: right;
    max-width: 100%;
}
nav ul li {
    display: inline-block;
    margin-left: 10px;
}
nav ul li a {
    text-decoration: none;
    color: #a9abae;
}
.gallery-area .gallery-block .gallery-img a img {
    width: 100%;
}
.gallery-area .gallery-block .gallery-block-title {
    text-align: center;
}
.gallery-area .gallery-block .gallery-block-title h2 {
    font-size: 18px;
    color: #888;
    letter-spacing: 0.20px;
    font-family: 'Montserrat';
    padding-top: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.gallery-area .gallery-block .gallery-block-title p {
    font-size: 14px;
    color: #888;
    letter-spacing: 0.20px;
    font-family: 'Montserrat';
    padding-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.gallery-area .gallery-block .gallery-block-title p span {
    color: #000;
}
.gallery-area {
    margin: 80px 0;
}
.gallery-area .gallery-block {
    border: 5px solid #f2f2f2;
    border-radius: 5px;
    transition: all 300ms ease;
    cursor: pointer;
}
.gallery-area .gallery-block:hover {
    transform: scale(1.1);
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 46px -8px rgba(0, 0, 0, 0.2);
}
.circles-img {
    display: none;
}
.diacon-about-block .diacon-about-icon a img {
    width: 100%;
    max-width: 100px;
}
.diacon-about-icon {
    text-align: center;
}
.diacon-about-block .diacon-about-text h2 {
    text-align: center;
    letter-spacing: 0.40px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0;
}
.diacon-about-block .diacon-about-text p {
    text-align: center;
    letter-spacing: 0.40px;
    font-family: 'Oswald Regular';
    font-weight: 400;
    font-size: 14px;
    color: #838383;
    padding-top: 10px;
}
.coming_soon {
    text-align: center;
    font-size: 40px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 600;
}
.tableheading {
    color: #fff;
    font-size: 21px;
    height: 72px;
    background-color: #034e80;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    margin: 0;
    vertical-align: middle !important;
}
.table-bordered td:first-child {
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    letter-spacing: 0.20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    margin: 0;
    width: 30%;
}
.table-bordered td {
    padding: 5px 15px !important;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.20px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.table-bordered {
    border-collapse: separate;
    border-spacing: 5px;
    border-radius: 3px;
}
.table-responsive .table-diacon-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.table-responsive {
    position: relative;
    z-index: 0;
}
.popup .popup-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}
.popup .popup-close i {
    color: #888;
}
.popup {
    background: rgba(100, 100, 100, 0.6);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.popup>div {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 30px 15px;
    width: 50%;
    max-width: 600px;
    z-index: 5001;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    border: 5px solid #0b919c;
    position: relative;
}
.popup-cancellation-policy {
    width: 100%;
}
.popup-cancellation-policy .popup-cancellation-policy-title h2 {
    background-color: #f2f2f2;
    padding: 15px;
    color: #000;
    font-size: 22px;
    font-family: 'Oswald';
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.20px;
}
.popup-cancellation-policy .popup-cancellation-policy-text p {
    padding: 10px;
    background-color: #fca824;
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.20px;
}
.diacon-about-block .diacon-about-text a {
    text-decoration: underline;
    text-align: center;
    letter-spacing: 0.40px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    color: #d82b5e;
    padding-top: 10px;
}
.diacon-about-block .diacon-about-text {
    text-align: center;
}
.abstractform .form-group .col-md-12 label {
    width: 100%;
    letter-spacing: 0.40px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
}
.abstractform .form-group .col-md-12 {
    margin-bottom: 15px;
    padding: 0;
}
.abstractform .form-group .col-md-12 .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}
.abstractform .form-group .col-md-12 .wpcf7-form-control-wrap input {
    width: 100%;
    border-radius: 2px;
    padding: 8px;
    border: 1px solid #bfbfbf;
}
.abstract-form-area .abstract-form-area-text p strong {
    letter-spacing: 0.40px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
}
.abstract-form-area .abstract-form-area-text ul {
    list-style-type: square;
    padding-left: 15px;
}
.abstract-form-area .abstract-form-area-text p {
    margin-bottom: 10px;
}
.abstract-form-area .abstract-form-area-text p:last-child {
    letter-spacing: 0.40px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 14px;
    color: #000;
}
.abstract-form-area .abstract-form-area-text ul li {
    letter-spacing: 0.40px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #838383;
    padding-top: 10px;
}
#Orit .info-gll p {
    display: none;
}
.smalltext {
    padding-top: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer_rxevent_links a {
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
}
.footer_rxevent_links a i {
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
}
.footer_rxevent_links a:hover {
    color: #0b919c !important;
}
.footer_rxevent_area {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    justify-content: flex-start;
}
.footer_rxevent_img figure {
    margin: 0;
}
.footer_rxevent_img figure img {
    width: 100%;
}
.footer_rxevent_img {
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    margin-left: 20px;
}
.contact_top_box h2 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
}
.contact_top_box p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    color: #666666;
}
.organized-by-sub .footer_rxevent_links a {
    color: #666666;
}
.organized-by-sub .footer_rxevent_links {
    margin-top: 10px;
}
.organized-by-sub,
.organized-by,
.venue-address {
    height: 100%;
}
.organized-by-sub .footer_event_text p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    color: #666666;
}
.organized-by-sub .footer_rxevent_img {
    -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.3);
}
#days,
#hours,
#minutes,
#seconds {
    font-size: 40px;
    color: #fdf9d9;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-right: 55px;
    text-align: center;
}
#seconds span,
#minutes span,
#hours span,
#days span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #fdf9d9;
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
}
.custom_countdown {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: start;
    align-items: start;
    -webkit-flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: center;
    display: inline-flex;
}
.welcome_area {
    margin: 50px 0;
}
.welcome_top_area h2 {
    letter-spacing: 0.40px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.welcome_top_area p {
    letter-spacing: 0.40px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}
.welcome_text_area p {
    text-align: left;
    letter-spacing: 0.40px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding-top: 10px;
}
.welcome_text_area p span {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.inner-speakers .speakers-box {
    min-height: auto;
}
.inner-speakers .speakers-text p {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}
.inner-national-speakers .speakers-box {
    min-height: auto;
}
.inner-national-speakers .speakers-text p {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}
.speakers-main .row,
.inner-national-speakers .row {
    justify-content: center;
}
.welcome_text_area_img figure img {
    width: 100%;
    max-width: 88px;
}
.welcome_text_area_img {
    display: inline-block;
}
.welcome_text_area_img figure {
    margin: 0;
}
.welcome_text_area p span {
    color: #000;
    font-weight: bold;
}
.speakers-main .speakers-inner {
    height: 100%;
}
.speakers-main .speakers-box {
    height: auto;
}
.speakers-main .col-md-6 {
    margin-bottom: 120px;
}
.speakers-main .speakers-text p {
    letter-spacing: 0.20px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    text-align: justify;
    font-family: 'Montserrat';
    line-height: 28px;
    text-align-last: center;
}
.client-bar {
    padding: 100px 0;
}
.client-img {
    float: right;
    margin: 0 0 20px 50px;
}
.client-img {
    max-width: 200px;
}
.client-img img {
    width: 100%;
}
.client-box-text h2 {
    margin: 0;
    font-size: 30px;
    line-height: 34px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
}
.client-box-text p {
    margin: 15px 0 0;
    font-size: 17px;
    color: #666666;
    font-weight: 300;
    font-family: 'Montserrat';
    line-height: 28px;
}
.client-box-text h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    padding: 30px 0 15px;
    font-size: 1.5rem;
    margin: 0;
}
.client-box-text ul {
    list-style: none;
    margin: 0px 0 20px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}
.client-box-text ul li {
    display: block;
    clear: both;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #666;
}
.client-box-text ul li span {
    display: inline-block;
    float: left;
    margin: 0 10px 5px 0;
    font-weight: bold;
    font-family: 'Oswald';
    color: #444;
}
.program-outline-img {
    margin: 0 0 80px;
}
.program-outline-img img {
    width: 100%;
}
.diacon-btn-orange input {
    border: none;
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    cursor: pointer;
}
.diacon-btn-orange input:focus {
    border: none;
}
.scientific-highlights-text-bar h3 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.scientific-highlights-text-bar ul {
    margin: 0 0 30px;
    padding: 0;
}
.scientific-highlights-text-bar ul li {
    list-style: none;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    margin: 5px 0;
    font-family: 'Montserrat';
}
.organizing-diacon-box {
    text-align: center;
    padding: 0 0 50px;
}
.patron-text span {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}
.patron-text h4 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}
.patron-text-bottom {
    background: rgba(96, 15, 57, 1);
    background: -moz-linear-gradient(left, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(209, 150, 104, 1)), color-stop(100%, rgba(139, 227, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);
    background: -o-linear-gradient(left, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);
    background: -ms-linear-gradient(left, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);
    background: linear-gradient(to right, rgba(96, 15, 57, 1) 0%, rgba(209, 150, 104, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#639ecf', endColorstr='#8be3e5', GradientType=1);
    padding: 10px 0;
    border-radius: 10px;
    margin: 40px 0 0;
    background: #0b919c;
}
.patron-text-bottom span {
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
}
.patron-text-bottom h4 {
    margin: 0;
    font-size: 21px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
}
h3 {
    color: #034e80;
}
.row-scientific {
    display: flex;
}
.highlights-box-bar {
    width: 20%;
    text-align: center;
}
.highlights-box-text h3 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
}
.scientific-highlights-box {
    padding: 0 0 50px;
}
.patron-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #0b919c;
    margin: 0 auto 10px;
}
.patron-img img {
    width: 100%;
}
.highlights-box-img {
    width: 90px !important;
    height: 120px !important;
    margin: 0 auto;
}
.highlights-box-img img {
    width: 100%;
    height: 100px;
}
.registration-hom .scientific-highlights-text-bar ul li {
    margin-left: 21px;
    list-style: inherit;
}
.registration-Fees-structure-box .registration-title h2 {
    color: #000000;
}
.registration-Fees-structure-box .table-bordered td {
    color: #000000;
}
.table-bordered td,
.table-bordered th,
#t1 td,
.table>tbody>tr>td {
    border: 1px solid #000;
}
.registration-Fees-structure-box {
    margin: 0 0 50px;
}
.diacon-leftright-area .diacon-venu-img {
    position: relative;
    margin: 15px
}

/*.diacon-video-box { vertical-align: bottom; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; }*/
.diacon-video-box video {
    width: 100%;
    margin: 0;
}
.dr-text {
    text-align: left;
}
.dr-text h3 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}
.dr-text ul {
    margin: 0;
    padding: 0;
}
.dr-text ul li {
    list-style: none;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    font-family: 'Montserrat';
    line-height: 22px;
    margin: 10px 0 0;
    position: relative;
    padding: 0 0 0 25px;
}
.dr-text ul li:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url(../images/list-icon.svg) no-repeat center;
    height: 15px;
    width: 15px;
}

/* 29-07-2019 */
.session-details-box {
    padding: 50px 0 0;
}
.session-details-title h3 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    text-align: left;
    text-transform: uppercase;
    color: #212529;
}
.md-form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ced4da;
    color: #666666;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 0.20px;
    height: 50px;
}
.md-form select:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
}
.day-page {
    position: relative;
    margin-top: -90px;
    z-index: 9999;
    margin-bottom: 40px;
}
.day-page .inner-schedule-box {
    background-color: #fff;
}
.inner-schedule-main div:nth-child(4) .inner-schedule-text span {
    display: none;
}
.inner-schedule-main div:nth-child(4) .inner-schedule-box {
    min-height: 85px;
}
.inner-schedule-main div:nth-child(4) .inner-schedule-text {
    margin: 6px 0 0;
}

/************* MY STYLE HERE*********************/
.speakers-main {
    display: none;
}
.round {
    height: 130px;
    line-height: 300px;
    position: relative;
}
.round_circle {
    /*** background-image: -moz-linear-gradient(-140deg, #a91475 0%, #460c40 100%);
    background-image: -webkit-linear-gradient(-140deg, #a91475 0%, #460c40 100%);
    background-image: -ms-linear-gradient(-140deg, #a91475 0%, #460c40 100%);**/
    
    background: #ff0055;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    top: 0;
}
.img-in {
    margin-left: 70px;
    vertical-align: top;
    margin-top: 19px;
    width: 74px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 27px;
    position: relative;
    left: -2px;
}

/*******************media-sage-digital-initiatives **********************/
.text-logo {
    max-width: 150px;
    margin-left: 10px;
    width: 180px !important;
    margin-top: 10px;
    display: none;
}
.logo img {
    width: 100%;
    max-width: 190px !important;
}
.logo-link {
    position: relative;
}

/**.logo-link:before{
    content:"";
    width:2px;
    height:15px;
    background-color:#969696;
    position: absolute;
    height:60px;
    right:-8px; 
    top:-10px; 
}**/
.digital-logo {
    text-align: center;
}
.digital-logo img {
    width: 400px;
}
.digital-contain p b {
    color: #3168b2;
    font-weight: 700;
}
.digital-contain p span b {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
}
.digital-bg-contain {
    background-color: #ebebec;
    padding-top: 50px;
}
.digital-list {
    text-align: center;
    display: flow-root;
    margin: 0px;
    padding: 0px;
}
.digital-list h5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
.digital-list li {
    list-style: none;
    float: left;
    width: 19%;
    background: #fff;
    border: #000 1px solid;
    margin-left: 8px;
    margin-bottom: 13px;
    padding: 12px 0px;
}
.digital-bottom-img {
    text-align: right;
    position: relative;
    margin-top: -150px;
}
.medi-sage-banner-bg {
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    position: relative;
    margin-top: -25px;
    z-index: 9;
}
.medi-sage-banner {
    text-align: center;
    margin-top: 30px;
}
.medi-sage-banner img {
    width: 500px;
    position: relative;
    z-index: 99;
}
.digit-footer {
    background-color: #414142;
    padding: 30px 0px;
    padding-bottom: 25px;
}
.digit-footer-1 {
    float: left;
}
.digit-footer-2 {
    float: left;
    padding-left: 50px;
}
.digit-footer {
    clear: both;
    display: block;
}
.digit-footer p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 15px;
}
.digit-footer p a {
    color: #fff;
}
.digit-footer ul li {
    transition: all 0.3s;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 15px;
    border-radius: 100%;
    width: 38px;
    height: 38px;
}
.digit-footer ul li:first-child a {
    padding: 15px 16px;
    left: 0;
}
.digit-footer ul li a {
    transition: all 0.3s;
    padding: 15px 11px;
    top: -11px;
    left: 0;
    position: absolute;
}
.digit-footer ul li i {
    font-size: 22px;
    color: #000;
}
.digit-footer ul {
    margin: 0px;
    padding: 0px;
}
.digit-footer img {
    margin-top: 10px;
}
.fixed-header {
    z-index: 999;
}
.digit-footer ul li i.ion-social-youtube {
    font-size: 20px;
    position: relative;
    left: -2px;
}
.slider_img {
    height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

/*
 .owl-buttons div{    background: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 38%;
    padding-top: 0px;
    font-size: 0px;
    border-radius: 50px;} 
    owl-prev

    .owl-buttons div:before{
           content: "";
    position: absolute;
    background-image: url(../images/arrow-left.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    }*/

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width:1199px) {
    .container {
        max-width: 1200px;
    }
    
    .logo img {
        max-width: 45% !important;
    }
    
    .logo {
        width: 40%;
    }
    
    .diacon-btn-orange {
        font-size: 13px;
    }
}
@media only screen and (max-width:991px) {
    .slider_img {
        height: 400px;
        background-size: contain;
    }
    
    .logo {
        width: 100%;
    }
    
    .manu-right {
        width: 100%;
        text-align: center;
    }
    
    .logo img {
        width: 100%;
        max-width: 280px !important;
    }
    
    .manu-right {
        display: inline-table;
        text-align: center;
    }
    
    .manu-right-inner {
        display: inline-block;
        float: none;
        top: -18px;
        position: relative;
    }
    
    .manu-right .diacon-btn-orange {
        display: inline-block;
    }
    
    .digital-list li {
        width: 23%;
    }
}
@media only screen and (max-width:767px) {
    .manu-right .diacon-btn-orange {
        float: none;
    }
    
    .medi-sage-banner img {
        width: 430px;
    }
    
    .digital-list li {
        width: 32%;
    }
    
    .digital-bottom-img {
        text-align: center;
        margin-top: 0px;
        display: none;
    }
    
    .digital-bottom-img img {
        max-width: 100%;
    }
    
    .digital-bg-contain {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width:630px) {
    .digital-list li {
        width: 48%;
    }
    
    .digit-footer-2 {
        padding-left: 30px;
    }
}
@media only screen and (max-width:430px) {
    .digital-list li {
        width: 100%;
        margin-left: 0px;
    }
    
    .digit-footer-1 {
        float: none;
        width: 100%
    }
    
    .digit-footer-2 {
        float: none;
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }
}
@media only screen and (max-width:575px) {
    .manu-right-inner {
        top: 0px;
    }
    
    .digital-logo img {
        width: 80%;
        margin-bottom: 15px;
    }
    
    .medi-sage-banner img {
        width: 90%;
    }
    
    .medi-sage-banner-bg {
        height: 400px;
    }
}
@media only screen and (max-width:504px) {
    /**.logo {display: flex;}**/
    /** .logo img {
    max-width: 100% !important;}**/
    
    .text-logo {
        width: 180px !important;
    }
    
    .logo-link:before {
        display: none;
    }
}
.inner-about-box li span {
    position: absolute;
    margin-right: 60px;
    right: 0px;
    font-weight: 600;
}
@media screen and (max-width:991px) {
    .diacon-banner-main {
        height: 330px;
        background-attachment: inherit;
    }
    
    img {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .diacon-banner-main {
        height: 310px;
    }
    
    .diacon-leftright-area .diacon-venu-img {
        width: calc(100% - 15px);
        background-size: contain !important;
        padding: 10px !important;
        margin: 0 auto !important;
        background-position: center center !important;
        float: none !important;
        flex: none !important;
        display: block;
    }
    
    body.homepagen .conference-highlights-block {
        margin-top: 0;
    }
    
    .diacon-banner-main {
        height: auto !important;
    }
    
    .conference-highlights-item,
    .committee-item {
        width: calc(100% / 1);
    }
    
    .diacon-right-area.diacon-transport-img {
        display: none;
    }
    
    .diacon-about-main img {
        width: auto !important;
        max-width: 120px;
    }
    
    .committee-block {
        margin-top: 0;
        padding: 10px 0 50px;
    }
    
    .committee-item {
        width: calc(100% / 2);
    }
    
    .diacon-leftright-area {
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    .speakers-inner {
        margin-top: 0;
        padding-top: 70px !important;
    }
    
    .inner-national-speakers {
        padding-top: 22px;
        background: #f1f1f1;
        padding-bottom: 40px;
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media (max-width: 539px) {
    .diacon-banner-main {
        height: 186px;
    }
}
.tabs {
    max-width: 100%;
    margin: 80px auto;
    padding: 0 20px;
}
#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#tab-button li {
    display: table-cell;
    width: 20%;
}
#tab-button li a {
    display: block;
    padding: 0.6em;
    background: #0b919c;
    border: 1px solid #ddd;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
#tab-button li:not(:first-child) a {
    border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #f05;
    color: #fff;
}
.tab-contents {
    padding: .5em 2em 1em;
    border: 0px solid #ddd;
}
.tab-button-outer {
    display: none;
}
.tab-contents {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }
    
    .tab-select-outer {
        display: none;
    }
    
    .tab-contents {
        position: relative;
        top: 35px;
        margin-top: 0;
    }
}
.tab-menu table td {
    font-size: .9rem;
    font-weight: 300;
    width: 34%;
    line-height: 35px;
}
.inner-about-main.national-faculty .speakers-box {
    min-height: auto;
    text-align: center;
}
.schedule-listing.bg {
    padding: 25px 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    position: relative;
    border-radius: 5px;
    background: #f5f5f5;
}
.schedule-listing.bg span.schedule-slot-time {
    width: 20%;
    float: left;
    font-weight: 700;
}
.schedule-slot-info {
    width: 80%;
    display: inline-block;
}
.schedule-slot-info img.schedule-slot-speakers {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    position: absolute;
    top: 6px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.schedule-slot-info-content {
    margin-left: 100px;
}
.schedule-slot-speaker-name {
    color: #f82249;
    margin: 0;
    font-size: 16px;
}
.schedule-heading.bg {
    background: #cbddf3;
}
.schedule-heading {
    padding: 25px 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    position: relative;
    border-radius: 5px;
}
.schedule-slot-title {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.schedule-slot-speaker-name {
    color: #f82249;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.fix-fifteen,
.fix-fifteen-1 {
    width: 100%;
    float: left;
    margin-right: 1%;
}
.schedule-heading.bg span {
    font-weight: bold;
}
.abstract-main-heading {
    background: #ff0055;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.abstract-table table {
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    max-width: 100%;
}
.abstract-table table tr {
    border: 1px solid #ddd;
}
.abstract-table table tr td {
    font-size: 18px;
    padding: 7px;
    border: 1px solid #ddd;
}
.diacon-leftright-info-inner h3.title {
    font-weight: bold;
    margin-bottom: 20px;
}
.diacon-leftright-info-inner p {
    font-size: 18px;
    font-weight: 400;
}
.inner-national-speakers.b2-team {
    padding-top: 0px;
}
.co1 {
    background: #ea1c24;
}
.co2 {
    background: #1d2976;
}
.co3 {
    background: #ea1c24;
}
.co1,
.co2,
.co3 {
    padding: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.comming-sson {
    text-align: center;
    padding: 200px 0;
}
.inner-national-speakers.b2-team h2 {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    font-weight: bold;
    color: #1d2976;
}
.comming-sson h1 {
    font-size: 80px;
    font-weight: bold;
}
.manu-right .manu-right-inner ul li::after {
    display: none;
}
.manu-right h2 img,
.manu-right h3 img {
    width: 32px;
    margin-right: 6px;
}
.manu-right .diacon-btn-orange {
    margin-top: 0;
}
.header-bottom {
    margin-top: 0;
}
.manu-right h2,
.manu-right h3 {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    top: -10px;
}
.manu-right h2 {
    color: #ea1c24;
}
.title-ott-pink {
    text-align: center;
    background: #ea1c24;
    color: #fff;
    padding: 9px;
    font-weight: bold;
}
.title-ott-blue {
    text-align: center;
    background: #1d2976;
    color: #fff;
    padding: 9px;
    font-weight: bold;
}
.inner-national-speakers.b2-team {
    padding-top: 0px;
    background: #f1f1f1;
    padding-bottom: 95px;
    margin-bottom: 0;
}
section.calltoaction {
    background: -webkit-linear-gradient(360deg, #dee1e1 10%, #f4f4f4 360%);
    /* Chrome 10+, Saf5.1+ */
    
    background: -moz-linear-gradient(360deg, #dee1e1 10%, #f4f4f4 360%);
    /* FF3.6+ */
    
    background: linear-gradient(360deg, #dee1e1 10%, #f4f4f4 360%);
    /* W3C */
    
    padding: 50px 0;
}
section.calltoaction span {
    font-size: 26px;
    font-weight: bold;
    color: #1d2976;
}
section.calltoaction b {
    font-size: 22px;
    color: #ff0055;
}
section.calltoaction .diacon-btn-orange {
    margin-top: 12px;
    float: right;
}
.inner-about-main.national-faculty {
    padding-top: 22px;
    background: #f1f1f1;
    padding-bottom: 95px;
    margin-bottom: 0;
    margin-top: 0;
}
.inner-national-speakers {
    padding-top: 40px;
    background: #f1f1f1;
    padding-bottom: 40px;
    margin-bottom: 0;
    margin-top: 0;
}
.speakers-main .row,
.inner-national-speakers .row {
    justify-content: left;
}
.inner-national-speakers .speakers-text p,
.inner-about-main.national-faculty .speakers-box p {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #1d2976;
    font-size: 16px;
}
.manu-right.logo-btoom {
    float: left;
    width: 100%;
    margin-top: 15px;
    line-height: 0;
}
.diacon-header-top {
    padding-top: 10px;
}
.manu-right.logo-btoom h2 {
    margin-bottom: 0;
}
.diacon-left-area.diacon-leftright-info.info-about-detail h3.title {
    margin-bottom: 0;
}
.diacon-left-area.diacon-leftright-info.info-about-detail h2.title {
    font-size: 20px;
    font-weight: 400;
}
.trone strong,
.trone b {
    font-weight: 400;
}
.conference-highlights-block,
.committee-block {
    margin-top: 05px;
}
.conference-highlights-list,
.committee-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.conference-highlights-item,
.committee-item {
    width: calc(100% / 4);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative;
}
.ico-1 {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 26px;
}
.ico-1 img {
    width: 60px;
}
.committee-item {
    width: calc(100% / 3);
}
.conference-highlights-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px 10px;
    background: #2e0027;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    min-height: 200px;
}
.committee-block {
    padding: 40px 0 40px;
    background: #fff6f6;
    margin-top: 0;
}
.committee-item .speakers-box {
    min-height: inherit;
}
.committee-item .speakers-box .speakers-img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 10px;
}
.committee-item .speakers-box .speakers-text {
    margin-top: 10px;
}
.diacon-banner-main .diacon-banner-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
body.welcomemessage .diacon-leftright-area {
    padding-top: 0;
}
@media (max-width: 767px) {
    .diacon-banner-main {
        height: 310px;
    }
    
    .diacon-leftright-area .diacon-venu-img {
        width: calc(100% - 15px);
        background-size: contain !important;
        padding: 10px !important;
        margin: 0 auto !important;
        background-position: center center !important;
        float: none !important;
        flex: none !important;
        display: block;
    }
    
    body.homepagen .conference-highlights-block {
        margin-top: 0;
    }
    
    .diacon-banner-main {
        height: auto !important;
    }
    
    .conference-highlights-item,
    .committee-item {
        width: calc(100% / 1);
    }
    
    .diacon-right-area.diacon-transport-img {
        display: none;
    }
    
    .diacon-about-main img {
        width: auto !important;
        max-width: 120px;
    }
    
    .committee-block {
        margin-top: 0;
        padding: 10px 0 50px;
    }
    
    .committee-item {
        width: calc(100% / 2);
    }
    
    .diacon-leftright-area {
        padding-top: 0;
        padding-bottom: 30px;
    }
    
    .speakers-inner {
        margin-top: 0;
        padding-top: 70px !important;
    }
    
    .inner-national-speakers {
        padding-top: 22px;
        background: #f1f1f1;
        padding-bottom: 40px;
        margin-bottom: 0;
        margin-top: 0;
    }
    
    section.calltoaction {
        text-align: center;
    }
    
    section.calltoaction .diacon-btn-orange {
        float: none;
    }
    
    .footer-logo {
        margin: 0 !important;
        padding-left: 0 !important;
    }
    
    .diacon-left-area.diacon-leftright-info.info-about-detail h2.title {
        font-size: 20px;
        font-weight: 400;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 5px;
    }
    
    .inner-national-speakers .col-md-3.col-sm-6.col-xs-12 {
        width: 50%;
    }
    
    .speakers-text {
        margin-top: 40px;
    }
    
    .header-bottom .manu-bottom ul ul li a {
        color: #fff;
    }
    
    .header-bottom .manu-bottom ul li:hover {
        background-color: #1d2976;
    }
    
    .header-bottom .manu-bottom ul li ul li {
        width: 100%;
        background: #1d2976;
        text-align: left;
        margin-left: -10px;
        padding: 10px 15px !important;
        display: block;
        display: block;
        float: none;
    }
}
.overlay-text {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
    color: white;
}
.overlay-box {
    position: relative;
}
.slider-bg-image {
    position: absolute;
    background-blend-mode: multiply;
    background-position: bottom center;
    background-size: cover;
}
.slider-bg-image,
.carousel-overlay {
    height: 600px;
}
#jquery-script-menu {
    position: absolute;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.jquery-script-center {
    max-width: 960px;
    margin: 0 auto
}
.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none
}
.jquery-script-center a {
    text-decoration: none
}
.jquery-script-ads {
    max-width: 728px;
    height: 90px;
    float: right
}
.jquery-script-clear {
    clear: both;
    height: 0
}
#carbonads {
    display: block;
    overflow: hidden;
    max-width: 728px;
    position: relative;
    font-size: 22px;
    box-sizing: content-box
}
#carbonads>span {
    display: block
}
#carbonads a {
    color: #4078c0;
    text-decoration: none
}
#carbonads a:hover {
    color: #3664a3
}
.carbon-wrap {
    display: flex;
    align-items: center
}
.carbon-img {
    display: block;
    margin: 0;
    line-height: 1
}
.carbon-img img {
    display: block;
    height: 90px;
    width: auto
}
.carbon-text {
    display: block;
    padding: 0 1em;
    line-height: 1.35;
    text-align: left
}
.carbon-poweredby {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 8px;
    border-top-left-radius: 4px;
    line-height: 1;
    color: #aaa!important
}
@media only screen and (min-width:320px) and (max-width:759px) {
    .carbon-text {
        font-size: 14px
    }
}
@media only screen and (max-width:1023px) {
    .jquery-script-ads {
        display: none
    }
}

/*www.oguzhansengul.com*/
#rcbrandDemo1,
#rcbrandDemo2,
#rcbrandDemo3 {
    display: none;
}
.rc-rcbrand-container {
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
}
.rc-rcbrand-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}
.rc-rcbrand-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.rc-rcbrand-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}
.rc-rcbrand-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}
.rc-rcbrand-nav-left,
.rc-rcbrand-nav-right {
    padding: 5px 10px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255, 102, 0, 0.5);
    color: #fff;
}
.rc-rcbrand-nav-left {
    left: 10px;
}
.rc-rcbrand-nav-left:before {
    content: "<"
}
.rc-rcbrand-nav-left.disabled {
    opacity: 0.4;
}
.rc-rcbrand-nav-right {
    right: 5px;
}
.rc-rcbrand-nav-right:before {
    content: ">"
}
.rc-rcbrand-nav-right.disabled {
    opacity: 0.4;
}
.rc-rcbrand-nav-left,
.rc-rcbrand-nav-right {
    display: none;
}
.speakers-inner {
    padding-top: 100px;
    padding-bottom: 10px;
    margin: 0 15px;
}
.scientifsson {
    width: 100%;
    overflow: hidden;
    clear: both;
    background: #fff;
    padding: 80px 0;
}
.scientifsson .col-md-12 {
    text-align: center;
}
.scientifsson .col-md-12 strong {
    font-size: 30px;
    width: 100%;
    float: left;
}
.scientifsson .col-md-12 h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 28px 0 50px;
    align-items: center;
    width: 100%;
}
.scientifsson .col-md-12 h1 span {
    background: #1d2976;
    padding: 13px 80px 16px;
    border-radius: 50px;
    color: #fff;
    line-height: 30px;
}
.socardetail h2 {
    display: flex;
    align-items: center;
    justify-content: stretch;
    font-size: 20px;
    font-weight: 500;
    background: #ea1c24;
    color: #fff;
}
.socardetail h2 span {
    background: #1d2976;
    padding: 10px 10px;
    margin-right: 5px;
}
.row.scinondata h2 {
    padding: 10px 10px;
}
.socardetail h2:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    cursor: pointer;
    box-shadow: 0 0 11px rgb(234 28 36 / 30%);
}
@media only screen and (max-width: 767px) {
    .socardetail h2 {
        display: flex;
        align-items: center;
        justify-content: stretch;
        font-size: 16px;
        font-weight: 500;
        background: #ea1c24;
        color: #fff;
    }
    
    .socardetail h2 span {
        background: #1d2976;
        padding: 15px 10px;
        margin-right: 10px;
    }
}
.comming-sson {
    text-align: center;
    padding: 80px 0;
}
.comming-sson ul.nav.nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.comming-sson ul.nav.nav-tabs a.nav-link.active {
    background: #ea1c24;
    color: #fff;
}
.comming-sson ul.nav.nav-tabs a.nav-link {
    background: #1d2976;
    color: #fff;
}
.comming-sson .nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-right: 15px;
}
.header-bottom .container {
    max-width: 100%;
    width: 100%;
}
.keyfactos_main {
    margin-bottom: 50px;
}
.key_factorsbox {
    text-align: center;
    margin-bottom: 25px;
    border: 2px dashed #ff0055;
    min-height: 236px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.key_factorsbox img {
    width: 100px;
    object-fit: contain;
    height: 120px;
    margin-bottom: 12px;
}
.key_factorsbox h3 {
    font-weight: 400;
    font-size: 22px;
    color: #02007a;
}
/* Section centers the card */
.welcome-card-section {
  display: flex;
  align-items: center;
  min-height: 70vh;      /* vertically balanced */
  padding: 60px 0;
}

/* Card container */
.welcome-card {
  border-radius: 18px;
  padding: 3px; /* subtle edge */
  background: linear-gradient(135deg, #2563eb, #7c3aed); /* gradient border */
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Inner content with left-aligned text */
.welcome-card-content {
  border-radius: 16px;
  padding: 36px 40px;
  background: #ffffff;
  color: #222;
  text-align: left;  /* force left alignment */
}

/* Headings */
.wc-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
}

.wc-subheading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #444;
}

/* Paragraphs */
.welcome-card-content p {
  line-height: 1.6;
  margin-bottom: 12px;
}

/* List */
.wc-list {
  margin: 12px 0;
  padding-left: 20px;
}
.wc-list li {
  margin-bottom: 8px;
}

/* Signature */
.trone {
  margin-top: 18px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 767px) {
  .welcome-card-content {
    padding: 22px;
  }
  .wc-heading { font-size: 22px; }
  .wc-subheading { font-size: 18px; }
}

