

body {
    font-family: 'Poppins'!important;
    overflow-x: hidden !important;
    position: relative;
}

a,
a:hover,
a:focus,
button {
    text-decoration: none !important;
    outline: none !important;
}

p {
    font-size: 14.4px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    font-weight: 500;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 20px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

b {
    font-weight: 500;
}

 ::-moz-selection {
    background-color: #2e3138;
    color: #fff;
}

 ::selection {
    background-color: #2e3138;
    color: #fff;
}


/*====================
  2.HELPER
  ===================*/

.margin-t-20 {
    margin-top: 20px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-50 {
    margin-top: 30px;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.padding-t-15 {
    padding-top: 15px;
}

.padding-t-30 {
    padding-top: 30px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.height-100vh {
    height: 100vh;
}

.bg-overlay {
    background: #de5d83;
    /* fallback for old browsers */
    background: linear-gradient(to right, #de5d83, #de5d83);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* opacity: 0.9; */
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    color: #fff;
}

.bg-worldmap {
    background-image: url('../images/Network_Connect_WorldMap_2-01\ \(1\).png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: 70vh;
}

.bg-overlay-light {
    background-color: rgba(0, 0, 0, 0.5);
}

.section {
    padding-top: 40px;
 
    position: relative;
}

.section-sm {
    padding: 50px 0;
}

.section-lg {
    padding: 100px 0;
}

.section-title {
    letter-spacing: 0px;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 2.50rem;
    font-weight: 700;
}
.section-title1 {
    letter-spacing: 0px;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    line-height: 1;
    font-size: 2.50rem;
   
}

.section-title-border {
    width: 50px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
}

.section-subtitle {
    letter-spacing: 0.02em;
}

.svg-pattern {
    width: 100%;
    position: relative;
}

iframe {
    max-width: 100%;
}

.hover-effect {
    transition: all .3s ease-in-out;
}

.hover-effect:hover {
    transform: translateY(-1rem);
}


/*----BACKGROUND COLOR-----*/

.bg-gray {
    background-color: #f7f7f7;
}

.bg-white {
    background-color: #fff;
}

.bg-dark {
    background-color: #393f4f !important;
}

.bg-light {
    background-color: #fafbfe !important;
}


/*=====================
  3. BOOTSTRAP RESET
  ======================*/


/*--Text color--- */

.text-muted {
    color: #858d96 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #777 !important;
}

.text-dark {
    color: #212121 !important;
}


/*====Buttons=======*/

.btn {
    padding: 10px 22px;
    transition: all 0.5s;
    box-shadow: none !important;
}

.btn:hover {
    transform: translateY(-5px);
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    border: 1px solid;
    color: #fff;
    transition: all 0.3s;
    font-size: 14px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    border: 1px solid !important;
    color: #f3f3f3 !important;
}

.btn-bg-white {
    background-color: #fff !important;
    transition: all 0.3s;
    border: 2px solid #fff;
    color: #000 !important;
    font-size: 14px;
}

.read-btn {
    font-size: 15px;
}

.read-btn:hover {
    color: #212529 !important;
}


/*======================
  4.NAVBAR
  ======================*/

.navbar-custom {
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sticky-wrapper {
    position: absolute;
    width: 100%;
}

.navbar-nav {
    margin-left: 50px;
    border-bottom: none;
}

.navbar-custom .navbar-brand {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    height: auto;
    font-family: 'Poppins';
}

.navbar-custom .navbar-nav li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    background-color: transparent !important;
    padding: 15px 0;
    margin: 0 10px;
    transition: all 0.4s;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: #fff;
}

.navbar-custom .navbar-nav li.active a {
    color: #fff;
}

.is-sticky .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #FFF;
    -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
}

.is-sticky .navbar-brand {
    color: #000000 !important;
}

.is-sticky .navbar-custom .navbar-nav li a {
    color: #000000 !important;
}

.is-sticky .navbar-custom .navbar-nav li a:hover,
.is-sticky .navbar-custom .navbar-nav li a:focus,
.is-sticky .navbar-custom .navbar-nav li a:active {
    color: #0460A9 !important;
}

.is-sticky .navbar-custom .navbar-nav li.active a {
    color: #0460A9 !important;
}

.is-sticky .navbar-custom .novartis-logo {
    position: relative;
    float: right;
    display: block;
    text-align: right;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

.navbar-custom .btn-custom {
    margin-top: 4px;
    margin-bottom: 4px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}


/*---Navbar-White--*/

.navbar-custom.navbar-white {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
}

.navbar-custom.navbar-white .navbar-nav li a,
.navbar-custom.navbar-white .navbar-brand,
.navbar-white .navbar-toggle {
    color: #393f4f !important;
}

.novartis-logo {
    display: none;
}


/*=======================================
          5.HOME
  =====================================*/

.bg-home {
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-title {
    font-size: 46px;
    line-height: 54px;
}

.home-small-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.home-up {
    z-index: 10;
    position: relative;
}

.play-btn {
    border: 2px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
    line-height: 60px;
    margin-top: 10px;
    text-align: center;
}

.play-shadow {
    border-radius: 50%;
    border: 1px solid transparent;
    width: 82px;
    height: 82px;
    margin: 20px auto 0px auto;
}

.home-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    /*max-width: 600px;*/
}


/* ------------- Demo 1 bg-pattern ------------- */

.home-half {
    padding-bottom: 150px;
    padding-top: 220px;
}


/* ------- Demo 9 wave animation --------- */

.wave-effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden;
}

.shape-one {
    z-index: 15;
    opacity: 0.5;
}

.shape-two {
    z-index: 10;
    opacity: 0.75;
}

.shape-three {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waves-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wave-one {
    background-size: 50% 100px;
}

.wave-anim .wave-one {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-two {
    background-size: 50% 120px;
}

.wave-anim .wave-two {
    animation: move_wave 10s linear infinite;
}

.wave-three {
    background-size: 50% 100px;
}

.wave-anim .wave-three {
    animation: move_wave 15s linear infinite;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}


/*-------Demo 4 Rgistartion form ------*/

.home-registration-form .form-heading {
    margin-bottom: 25px;
}

.home-registration-form {
    padding: 15px 32px 32px 32px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #000000;
}

.home-subtitle-width-100 {
    max-width: 100%;
}

.small-text {
    font-size: 14px;
}

.home-btn-width {
    width: 100%;
}


/*----Demo 5 Dashboard image ----*/

.home-padding-t-150 {
    padding-top: 150px;
}


/*---Demo 6 Subscribe -----*/

.subscribe-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 180px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.subscribe-form button {
    position: absolute;
    text-transform: uppercase;
    top: 6px;
    right: 8px;
    outline: none !important;
    border-radius: 30px;
    font-size: 16px;
    padding: 9px 30px;
}

.subscribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}


/*----Demo 8 Home with video --------*/

.frame-border {
    border: 9px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


/*---Demo 9 particles ---*/

.slidero {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
}


/*======================================
     6. SERVICES
========================================*/

.services-box {
    padding: 15px 10px;
}

.services-box i {
    font-size: 32px;
    margin-bottom: 15px;
}


/*=====================================
     7. ABOUT US
======================================*/

.features-box h3 {
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 35px;
    font-size: 26px;
}

.features-item-list li:before {
    content: "";
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 14px;
}

.features-item-list li {
    position: relative;
    line-height: 24px;
    font-size: 15px;
    padding: 7px 0 7px 20px;
}

.features-img {
    max-width: 550px;
}


/*=====================================
     8. WEBSITE DESCRIPTION
======================================*/

.bg-web-desc {
    background: url("../images/img-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*======================================
    9.  PRICING BOX
========================================*/

.pricing-box {
    position: relative;
    padding: 50px 40px 50px 40px;
    border: 1px solid #ecf0f5;
    border-radius: 8px;
    background-color: #ffffff;
}

.pricing-box h4 {
    font-size: 15px;
}

.pricing-box h1 {
    font-size: 36px;
    padding-top: 5px;
}

.pricing-border {
    width: 100%;
    height: 1px;
    margin-top: 35px;
    background-color: #ecf0f5;
}

.plan-features p {
    padding-top: 5px;
}

.ribbon-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-box span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #f65353;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon-box span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-box span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}


/*======================================
         10. TEAM
========================================*/

.about-title h2 {
    line-height: 42px;
}

.about-title p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}

.about-title {
    max-width: 800px;
}

.team-box {
    border-bottom: 1px solid #ecf0f5;
}

.team-name {
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 7px;
}

.team-designation {
    font-size: 13px;
    color: #a8aeb4;
}


/*=======================================
     11. OUR PROCESS
=========================================*/

.process-box i {
    font-size: 48px;
    line-height: 72px;
}

.plan-line:before {
    content: "";
    border: 1px dashed #e0e0e0;
    position: absolute;
    width: 67%;
    left: 65%;
    top: 50px;
}

.process-left-icon {
    content: "";
    position: absolute;
    top: 10px;
    background-color: #000;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.process-left-icon-1 i,
.process-left-icon-2 i {
    font-size: 35px;
    border-radius: 50%;
    position: absolute;
    top: 83px;
    color: #fff;
    z-index: 9;
}

.process-left-icon-1 i {
    left: 63%;
}

.process-left-icon-2 i {
    left: 30%;
}

.publishedAbstract {
    position: relative;
    border: 2px solid;
    padding: 10px 10px;
    background-color: #0460A9;
    color: #fff;
    font-style: normal;
    font-size: 14px;
}

.publishedAbstract:hover {
    background-color: #FFF;
}

.posterpdf {
    font-size: 24px !important;
    padding: 0px 10px;
    color: grey;
    position: absolute;
}


/*=======================================
       12. PEOPLE SAYS
=========================================*/

.testimonial-decs {
    position: relative;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1) !important;
}

.testimonial-box img {
    height: 68px;
    width: 68px;
}

.testimonial-decs .testi-icon i {
    position: absolute;
    top: 0;
    right: 0;
    color: #f4f4f4;
}

.testimonial-decs p {
    line-height: 24px;
    font-style: italic;
}


/*=====================================
     13. GET STARTED
======================================*/

.bg-get-start {
    background: url("../images/img-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*=======================================
       14. BLOG
=========================================*/

.blog-title {
    color: #212529;
    transition: all 0.5s;
}


/*======================================
    15. CONTACT
=======================================*/

.form-control {
    margin-bottom: 20px;
    box-shadow: none !important;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

.form-control:focus {
    border-color: #ccc;
}

textarea.form-control {
    height: auto;
    padding-top: 13.5px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: #fdf0d3;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 20px;
    background-color: #d6f3ed;
    padding: 18px;
}

#success_page h4 {
    color: #0dba26;
    font-size: 22px;
}


/*======================================
       16. FOOTER
========================================*/

.social-icon {
    border: 2px solid #40434e;
    border-radius: 50%;
    color: #6b707d !important;
    width: 36px;
    height: 36px;
    display: block;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
}

.cta {
    padding: 20px 0;
}

.social-icon:hover i {
    transition: all 0.5s;
}

.footer {
    padding: 50px 0;
    background-color: #272a33;
}

.footer h4 {
    color: #ffffff;
}

.footer-list li a {
    color: #98a0aa;
    padding-top: 8px;
    display: inline-block;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.footer-list li a:hover {
    color: #dce6f3;
}

.contact-title {
    font-size: 20px;
}

.contact-detail {
    padding-left: 25px;
    font-size: 12px;
}

.subscribe {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
}

.subscribe input {
    height: 40px;
    background-color: #2e313a !important;
    box-shadow: none !important;
    border: none;
    padding-right: 50px;
    color: #fff !important;
}

.subscribe .submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    color: #acacac !important;
}

.footer-alt-border {
    background-color: #f5f5f5;
    height: 1px;
    width: 100%;
}

.footer-alt {
    padding: 15px 0;
    background-color: #2e313a;
}

.copy-rights {
    margin-bottom: 0;
    line-height: 36px;
}


/*=====================================
    17. EXTRA PAGES
====================================*/

.bg-account-pages {
    background: linear-gradient(to right, #363795, #005C97);
    opacity: 0.9;
}

.account-home-btn {
    position: absolute;
    top: 18px;
    right: 28px;
    z-index: 1;
}

.account-pages-logo {
    letter-spacing: 2px;
}

.account-card form .form-control {
    height: 45px;
}

.account-card form label {
    font-size: 15px;
}

.account-card .custom-control-input:checked~.custom-control-label::before {
    background: #fb3e3e;
    border-color: #fb3e3e;
}

.account-card .alert {
    font-size: 14px;
}


/** @section Countdown */

.countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
    line-height: 1.2;
    text-align: center;
    font-family: Poppins;
    margin-bottom: -20px;
}

.countdown:empty {
    margin-bottom: 0;
}

.countdown>* {
    margin-bottom: 20px;
}

.countdown-block {
    position: relative;
    flex: 0 1 auto;
    padding: 0 5px;
    flex-basis: 40%;
    width: 40%;
}

.countdown-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.countdown-circle {
    fill: transparent;
}

html:not(.ie-11):not(.ie-10) .countdown-circle {
    width: 100%;
    height: auto;
}

.countdown-circle-bg {
    stroke: white;
    stroke-width: 5px;
}

.countdown-circle-fg {
    stroke: url("#svg-gradient-primary") #d90e90;
    stroke-width: 10px;
}

.countdown-counter {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #15162b;
}

.countdown-title {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #8c8c9a;
    letter-spacing: .2em;
}

*+.countdown {
    margin-top: 35px;
}

*+.countdown-title {
    margin-top: 10px;
}

.countdown+* {
    margin-top: 35px;
}

.context-dark .countdown-title,
.bg-gray-700 .countdown-title,
.bg-gray-900 .countdown-title,
.bg-primary .countdown-title {
    color: #ffffff;
}

.context-dark .countdown-counter,
.bg-gray-700 .countdown-counter,
.bg-gray-900 .countdown-counter,
.bg-primary .countdown-counter {
    color: #ffffff;
}

.countdown-rect {
    max-width: 606px;
    margin-left: auto;
    margin-right: auto;
}

.countdown-rect .countdown-block {
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.countdown-rect-bg {
    stroke-width: 12px;
    stroke: #ffffff;
}

.countdown-rect-fg {
    stroke: #f8f7f4;
    stroke-width: 12px;
}

*+.countdown-rect {
    margin-top: 25px;
}

.NextEvent {
    background-color: #da4874;
    color: #ffffff;
}

.countdown-classic {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 560px;
    width: 100%;
}

.countdown-classic .countdown-block {
    padding: 0;
    width: auto;
    flex-basis: auto;
    flex-grow: 1;
}

.countdown-classic .countdown-wrap {
    position: relative;
}

.countdown-classic .countdown-counter {
    position: relative;
    padding: 0 5px;
    font-size: 50px;
    line-height: 1;
}

.countdown-classic .countdown-block+.countdown-block .countdown-counter:before {
    content: ':';
    position: absolute;
    left: 0;
    top: 40%;
    font-size: 1em;
    transform: translate(-50%, -50%);
}

.countdown-classic *+.countdown-counter {
    margin-top: -4px;
}

.shedule-block {
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #f2f4f7;
}

.shedule-block:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 0;
    width: 100%;
    content: "";
    background: #0460A9;
    background: -moz-linear-gradient(left, rgba(222, 93, 131, 1) 0%, rgba(236, 129, 160, 1) 50%, rgba(222, 93, 131, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(222, 93, 131, 1) 0%, rgba(236, 129, 160, 1) 50%, rgba(222, 93, 131, 1) 100%);
    background: linear-gradient(to right, rgba(222, 93, 131, 1) 0%, rgba(236, 129, 160, 1) 50%, rgba(222, 93, 131, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f14b59', endColorstr='#ffa200', GradientType=1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shedule-block:hover:before {
    height: 100%;
    top: 0;
}

.shedule-block .inner-box {
    position: relative;
    padding: 20px 35px 15px;
    padding-left: 135px;
    background-color: #ffffff;
}

.shedule-block .thumbs-box {
    position: absolute;
    left: 15px;
    /* top: 25px; */
    width: 100px;
    overflow: hidden;
    height: auto;
}

.shedule-block .thumbs-box img {
    display: block;
    width: 100%;
    height: auto;
}

.shedule-block .content-box {
    position: relative;
    float: left;
    max-width: 900px;
    width: 100%;
}

.shedule-block .date {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #212639;
    font-weight: 500;
    margin-bottom: 3px;
}

.shedule-block .date .icon {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #f14b59;
    margin-right: 10px;
}

.shedule-block h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    color: #212639;
    font-weight: bold;
    margin-bottom: 15px;
}

.shedule-block h4 a {
    color: #212639;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shedule-block h4 a:hover {
    color: #0460A9;
}

.shedule-block .text {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    font-style: italic;
}

.shedule-block .text_posterno {
    color: #0460A9;
    font-style: italic;
    padding: 20px;
}

.shedule-block .shedule-info {
    position: relative;
}

.shedule-block .shedule-info li {
    position: relative;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #212639;
    font-weight: 400;
    border-right: 2px dashed #f2f4f7;
}

.shedule-block .shedule-info li:last-child {
    border-right: 0;
}

.shedule-block .shedule-info li span {
    color: #848484;
}

.shedule-block .shedule-info li a {
    color: #f14b59;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shedule-block .shedule-info li a:hover {
    color: #222222;
}

.shedule-block .btn-box {
    position: relative;
    float: right;
    padding-top: 80px;
}

.shedule-block .btn-box a {
    padding: 14px 40px;
    line-height: 20px;
    font-size: 15px;
}

.shedule-block .btn-box a:hover {
    box-shadow: 0 12px 40px rgba(8, 18, 109, .12);
}

.redirect {
    background-color: #BDE1FD;
}

.redirect h2 {
    font-weight: bold;
}

.myButton {
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background-color: #0460A9;
    border-radius: 3px;
    border: 1px solid #0460A9;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Poppins;
    font-size: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0460A9;
}

.myButton:hover {
    background-color: #FFF;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.home-desc2 {
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
}

.home-desc3 {
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

video {
    width: 100%;
    height: auto;
}

.pat25 {
    padding-top: 25px;
}

.title {
    background-color: #007989;
    padding: 8px 10px 10px 20px;
    border-radius: 8px;
    color: #ffffff;
}

#features {
    background-image: url('../images/WorldMap_1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    width: 100%;
    height: 40vh;
    background-size: contain;
}

#features1 {
    background-image: url('../images/bg1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    width: 100%;
    background-size: cover;
}

#home .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#features .animated {
    animation: right-left 2s ease-in-out infinite alternate-reverse both;
}

.features-item-list li {
    color: #000000;
}

.features-item-list li:before {
    background-color: #e56117 !important;
    top: 16px;
}

.card-body {
    padding: 0.15rem;
}

.accrodin-header {
    background-color: #007989;
    border-radius: 6px !important;
    color: #ffffff;
    margin-bottom: 5px !important;
    font-size: 16px;
    padding: .75rem .75rem !important;
}

.border-none {
    border: none !important;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f13a";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f139";
}

.list2 li {
    margin-left: 15px;
    line-height: 22px;
}

.list2 li:first-child {
    margin-left: 0px;
}

.list2 li:before {
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 14px;
    margin-top: 5px;
}

.list2 li:first-child:before {
    width: 8px;
    height: 8px;
    margin-left: 0px;
}

.list2 li:first-child:before {
    top: 8px;
}

.list3 {
    list-style: decimal;
    margin-left: 20px;
}

.list3 li {
    padding-left: 10px !important;
}

.list3 li:before {
    background: none !important;
    padding-left: 10px !important;
}

.nav-link.active {
    color: #ffffff;
}

.active1 {
    color: #ffffff !important;
}

a.nav-link.js-scroll-trigger.active {
    color: #fff;
}

.navbar-custom .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}

.navbar-custom .navbar-toggler-icon {
    background: url("../images/menu-icon.svg") no-repeat;
}

.wi220 {
    width: 220px;
}

.wi140 {
    width: 140px;
}

.wi120 {
    width: 120px;
}

.wi210 {
    width: 210px;
}

.wi185 {
    width: 185px;
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes right-left {
    0% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}

@keyframes right-left {
    0% {
        transform: translateX(10px);
    }
    100% {
        transform: translateXX(-10px);
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .pull-none {
        float: none !important;
        text-align: center;
    }
    .countdown {
        flex-wrap: nowrap;
    }
    .countdown-block {
        flex-basis: 25%;
        width: 25%;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .countdown-block {
        padding: 0 15px;
    }
    .countdown-counter {
        font-size: 34px;
    }
    .countdown-circle-bg {
        stroke-width: 3px;
    }
    .countdown-circle-fg {
        stroke-width: 5px;
    }
    .countdown-classic .countdown-counter {
        font-size: 50px;
    }
    .countdown-classic *+.countdown-counter {
        margin-top: -6px;
    }
    .home-half {
        padding-bottom: 100px;
        padding-top: 155px;
    }
    .wave-one,
    .wave-three {
        background-size: 50% 50px;
    }
    .wave-two {
        background-size: 50% 70px;
    }
    .social {
        margin-top: 0;
    }
    .social-icon {
        margin-bottom: 5px;
    }
    .contact-title {
        text-align: left;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .countdown-counter {
        font-size: 30px;
    }
    *+.countdown-rect {
        margin-top: 30px;
    }
    .countdown-classic .countdown-counter {
        font-size: 75px;
    }
    .countdown-classic *+.countdown-counter {
        margin-top: -8px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    *+.countdown-rect {
        margin-top: 50px;
    }
    .countdown-classic .countdown-counter {
        font-size: 100px;
    }
    .countdown-classic *+.countdown-counter {
        margin-top: -12px;
    }
    #home.section {
        padding-top: 65px;
        padding-bottom: 25px;
    }
    .home-desc2 {
        font-size: 18px;
        line-height: 28px;
    }
    .home-desc3 {
        font-size: 14px;
        line-height: 24px;
    }
    .pat25 {
        padding-top: 0px;
    }
    .section {
        padding-bottom: 30px;
    }
    .list2 li {
        padding: 5px 0 0px 20px;
    }
    .list2 li:before {
        top: 10px;
    }
    .navbar-custom .navbar-nav li a {
        font-size: 18px;
        padding: 15px 0;
    }
    .navbar-custom .navbar-nav {
        margin-left: 0;
    }
    .home-half .slidero {
        top: 80%;
        transform: translateY(-50%);
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
    }
    .home-padding-t-150 {
        padding-top: 110px;
    }
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        /* background-color: #254b6b; */
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #fff !important;
    }
    .navbar-white {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #fff !important;
    }
    .navbar-white .navbar-toggler {
        color: #393f4f !important;
    }
    .navbar-custom .navbar-nav li a {
        transition: all 0.4s;
        margin: 0px;
    }
    .navbar-custom>.container-fluid {
        width: 100%;
    }
    .navbar-custom .navbar-nav li.active a {
        color: #fff !important;
        border-color: transparent;
    }
    .navbar-custom>.container {
        width: 90%;
    }
    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #fff !important;
    }
    .login-btn {
        padding-left: 10px;
    }
    .navbar-custom .navbar-brand {
        line-height: 24px;
    }
    .home-title {
        font-size: 62px;
        line-height: 68px;
    }
    .team-box {
        margin-top: 45px;
    }
    .features-img {
        margin-top: 30px;
    }
    .pricing-box {
        margin-top: 30px;
    }
}

@media (max-width: 991px) and (min-width: 200px) {
    .countdown {
        margin-left: -15px;
        margin-right: -15px;
    }
    .plan-line:before {
        content: "";
        display: none;
    }
    .process-left-icon-1 i,
    .process-left-icon-2 i {
        display: none;
    }
    #pricing {
        text-align: center;
    }
    .navbar-custom {
        background-color: #a74361;
    }
    .navbar-custom .navbar-brand {
        font-size: 20px;
        padding-left: 20px;
    }
    figure {
        display: none;
    }
    .shedule-block .inner-box {
        padding-left: 10px !important;
    }

    .shedule-block .inner-box .thumbs-box {
        display: block;
          position: static;
    }
    .is-sticky .navbar-custom .novartis-logo {
        display: none;
    }
    .is-sticky .navbar-custom {
        background-color: #a74361;
    }
    #features .animated {
        animation: none;
    }
  #features {
/*display: none;*/
	  background-size:cover;
}
}

@media (max-height: 420px) {
    .navbar-collapse {
        max-height: 200px;
        overflow-y: auto;
    }
}

@media (min-width: 480px) {
    .countdown-classic .countdown-counter {
        padding: 0 20px;
    }
}

.fa {
    padding: 10px 10px;
    font-size: 20px;
    /* width: 50px; */
    text-align: center;
    text-decoration: none;
    margin: 10px 20px;
}

.fa:hover {
    background: #fff;
    color: #de5d83;
    border: 1px solid #de5d83;
}

.fa-file-powerpoint-o {
    background: #de5d83;
    color: white;
}

.fa-file-pdf-o {
    background: #de5d83;
    color: white;
}

.fa-file-powerpoint-1 {
    background: grey;
    color: white;
}

.fa-play {
    background: #de5d83;
    color: white;
}

.fa-file-word-o {
    background: #de5d83;
    color: white;
}



/*css styles for menu item margin*/

@media (min-width: 1200px) {
	.navbar-custom .navbar-nav li a {
        margin: 0px 20px!important;
    }
	.navbar-custom .navbar-nav li a{
		font-size:15px!important;
		font-weight:bold;
	}
}


/*css styles for dropown menu and logo display in firefox browser*/


 .v-divide{border-right:2px solid #fff;}

.submenu a{color:#333!important;padding:3px 10px!important;font-weight:normal!important}
/*.submenudown a, .submenudown a:focus{border:none!important;}
.submenudown a:hover{margin-top:5px!important}*/
.submenu a:hover{color:#999!important;padding:3px 10px!important;}
.submenu a.active{font-weight:bold!important}
.novartis-logo img{height:30px!important}
.menudropdown .btn{display:inline-block!important; border:none!important}
.menudropdown {padding:15px 0px!important;display:block;}