﻿h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 15px;
    font-family: Helvetica-Normal !important;
    color: #46b4ad;
}

footer {
    background: rgb(47 5 52);
    background-image: url(../images/footer-bg.png?v=1.5);
    background-size: cover;
    background-position: center;
}

footer .jumbotron {
    border-radius: 8px;
    margin-right: 6px;
    padding: 22px 10px 22px 30px !important;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
}

footer .jumbotron h3 {
    font-size: 24px;
    line-height: 34px;
}

    footer .jumbotron .btn-register {
        color: #fff !important;
        font-family: Helvetica-Normal !important;
        background: transparent;
        padding: 12px 20px 12px 20px;
        border-radius: 6px;
        font-size: 18px !important;
        font-weight: 500;
        border-color: #46b4ad !important;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
    }
footer .jumbotron .btn-register:hover {
    color: #260936 !important;
    background: #fff;
    border-color: #fff !important;
}

.FooterMenu_ a {
    position: relative;
    font-size: 16px;
    text-decoration:none !important
}

.FooterMenu_ a:before {
    position: absolute;
    left: -16px;
    top: 3px;
    content: '';
    width: 8px;
    height: 8px;
    z-index: 1;
    background: #ffffff00;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.customSection .takepart {
    background: url(../images/footer-bg.png?v=1.3);
    background-size: cover;
    background-position: center;
}

.headingsection p {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    font-family: Adobe Garamond Pro !important;
    font-style: italic !important;
}

.customSection .takepart .takepartregister {
    border-color: #ffffff !important;
    color: #fff !important;
    background: transparent;
    border-radius: 6px;
    letter-spacing: 0;
    font-family: Helvetica-Normal !important;
    padding: 15px 20px 15px 20px;
    font-weight: 400 !important;
    font-size: 18px !important;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
    .customSection .takepart .takepartregister:hover {
        border-color: #46b4ad !important;
        background: transparent;
        color: #46b4ad !important;
    }
.customSection .takepart .headingsection p a {
    font-weight: 500;
    font-family: Adobe Garamond Pro !important;
    font-style: italic !important;
}

.eventlcaption h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    font-family: Helvetica-Normal !important;
    background: rgba(70, 180, 173, 0.8);
    background-image: none !important;
}
header.header-section {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1048;
    top: 10px;
    transition: background 0.4s;
}

header.header-section.fixed-top {
    position: fixed;
    top: 0;
}

header.header-section.fixed-top:before {
    opacity: 1;
    visibility: visible;
}

header.header-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #260936 !important;
    /*background: linear-gradient(to right, rgb(11, 0, 44), rgb(1, 14, 124), rgb(31, 0, 40));*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

header.header-section.fixed-top nav.navbar.navbar-default {
    background: #fff0 !important;
}

nav.navbar.navbar-default {
    /*background: linear-gradient(to right, #0b002c, #010e7c, #1f0028);*/
    background: #260936;
    position: relative;
    padding: 8px 8px 8px 6px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 4px 12px !important;
    line-height: inherit !important;
    font-size: 16px !important;
}

li.dropdown.open a.dropdown-toggle span,
a.dropdown-toggle:hover span {
    transform: rotate(180deg);
}

a.dropdown-toggle span {
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
}

.stripbanner .register:hover {
    background: #00b7b0;
}
.stripbanner .register:hover:before {
    opacity: 0;
}

.stripbanner .register {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    text-decoration: none;
    padding: 15px 10px;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

    .stripbanner .register:before {
        z-index: -1;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #260936 !important;
        /*background: linear-gradient(to right, #0b002c, #010c6d, #330050);*/
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

ul#NavigationControl2_nav li.dropdown:nth-child(1) a {
    border-left: 0 !important;
}

.navbar-default .navbar-nav > li > a {
    border-left: 1px solid rgb(255 255 255 / 15%) !important;
}

ul#NavigationControl2_nav li.dropdown:nth-child(1) a {
    border-left: 0 !important;
}
.mainbannerbox {
    position: relative;
    padding: 90px 30px 200px;
    background: url(../images/Banner_NiEU25.png);
    background-size: cover !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.collapse.navbar-collapse ul li a.navbar-contact {
    background: #260936 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 3px 18px !important;
    border: 1px solid #fff !important;
    font-size: 16px !important;
    line-height:inherit;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

    .collapse.navbar-collapse ul li a.navbar-contact:hover {
        background: #46b4ad !important;
        color: #fff !important;
        border-color: #46b4ad !important;
    }


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 190px;
    padding: 0 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: none;
    background-color: #260936 !important;
    border: 0 !important;
}

ul.dropdown-menu li a {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    display: inline-block;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-left: 0px !important;
    margin-left: 11px !important;
    font-size: 16px;
}

.mainbannerbox .logobox, .mainbannerbox .logobox a img {
    position: relative;
    top: 18px;
}

.Main-Heading {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 0;
    padding: 10px 0 0;
    color: #46b4ad;
    display: block;
    line-height: 40px;
    font-family: Helvetica-Normal !important;
}
p {
    color: #000;
    margin: 0;
    margin-bottom: 15px;
}

.Feature-Heading {
    font-size: 24px !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    font-weight: 600 !important;
    color: #46b4ad !important;
    display: inline-block !important;
    font-family: Helvetica-Normal !important;
}

.supporterpartner .thumbnail {
    min-height: 140px;
    border-radius: 10px;
    text-align: center;
    line-height: 140px;
    height: 140px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #45b4ad4a;
}
.showmore-button {
    font-weight: 400;
    color: #2f0534 !important;
    border: 1px solid #2f0534 !important;
    font-family: Helvetica-Normal !important;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 40px;
    margin-top: 16px;
    border-radius:5px;
}

.innerheadermain {
    height: 310px;
    position: static !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.sabnavpart{
    margin:0 !important;
}

.Italic-Font, .Italic-Font em {
    font-weight: 500;
    font-family: Adobe Garamond Pro !important;
    font-style: italic !important;
}

.headingsection h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

.crumtrail a {
    font-size: 14px;
    font-weight: 700;
    padding: 0 7px;
    color: #46b4ad;
}
.threeSideText a,
.partnerdes a {
    color: #46b4ad;
}

.testimonialbox h4 {
    background: #46b4ad;
}

    .testimonialbox h4 span {
        border-top: 17px solid #46b4ad;
    }

    .moreevent.LatestNews time {
        font-size: 14px;
        margin: 0;
        position: absolute;
        bottom: 16px;
        color: #46b4ad;
        letter-spacing: 0.2px;
    }

.moreevent.LatestNews .author:before {
    color: #46b4ad;
}

.moreevent.LatestNews .author:after {
    border-right: 2px solid #46b4ad;
}

body .modal-content {
    border: 7px solid #46b4ad !important;
}

.speakercaption h3 {
    color: #46b4ad;
}

.speakercaption {
    color: #000000;
}
.navbar-default .navbar-nav > li > a,
.nav .open > a {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #46b4ad !important;
    opacity: 1;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #46b4ad;
    text-decoration: none;
    background-color: transparent;
}

ul.DivideTwo_ {
    column-count: 2;
}

.MainWrapperInnerBox .HoverContent_::before {
    height: 150%;
    background: linear-gradient(112deg, rgba(2, 0, 36, 1) 0%, rgba(70, 180, 173, 1) 50%);
}

.MainWrapperInnerBox .HoverContent_:after {
    content: "";
    position: absolute;
    background-position: right;
    width: 100%;
    top: -40px;
    left: 0;
    height: 100px;
    -webkit-transform: skew(0deg, 7.5deg);
    -ms-transform: skew(0deg, 7.5deg);
    transform: skew(0deg, 7.5deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 1;
}

.pt40 {
    padding-top: 40px !important;
}


.home-theme-logo .threesideimg {
    border: none !important;
    position: relative;
    min-height: 160px;
    border-radius: 0;
    text-align: center;
    line-height: 160px;
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 4px;
    margin-bottom: 20px;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ddd;
}

.home-theme-logo .threesideimg:after {
    content: "";
    height: 50px;
    width: 3px;
    position: absolute;
    background: #ccc;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.home-theme-logo .col-sm-4:last-child .threesideimg:after {
    display: none;
}

span.footersocial a em:hover {
    background: #0b0017 !important;
}

span.footersocial a:focus{
    color:#fff !important;
    outline:0 !important
}

span.footersocial a {
    text-decoration: none !important;
}

.testimonialbox h4 p {
    color: #fff;
}

.well {
    height: 187px;
}

.well a {
    color: #46b4ad;
}

div#divBredCrumTrail {
    color: #000;
}

.HoverContent_ .Add-Button {
    padding: 8px 10px 8px 10px;
    font-size: 16px;
    position: relative;
    z-index: 999;
    text-decoration:none;
}

.m-about:after {
    background-color: #46b4ad;
}

.Green-Box {
    background: #46b4ad;
}
.Blue-Box {
    background: linear-gradient(to right, rgb(11, 0, 44), rgb(1, 14, 124), rgb(31, 0, 40));
}
.Gray-Box {
    background: #7c7c7c;
    color:#000;
}

.Gray-Box p {
    color: #000;
}

.tab_section .day_time {
    padding: 5px 15px;
    background-color: #46b4ad !important;
    color: #fff;
    margin-right: 15px;
    font-weight: 700;
}

.tab_section ul.tabs_Agenda li.active a .date_tab {
    border-bottom: 2px solid #46b4ad !important;
}

.header_heading h3 {
    color: #46b4ad !important;
}
body span.Add-Button.ForFvrtButton {
    color: #46b4ad !important;
    right:0 !important
}

    body span.Add-Button.ForFvrtButton:before{
        display:none;
    }

    .divider-default {
        background: #46b4ad !important;
    }

ul.nav.tabs_Agenda.nav-tabs li.active:last-child:before{
    display:none;
}

a.view_more_button {
    color: #46b4ad;
}

.cardSessionTitle {
    font-size: 15px;
    color: #260936;
    font-weight: 600;
}

.threesideimg img {
    max-width: 100%;
    max-height: 100%;
}

.InnerLozenge {
    display: flex;
    height: 310px;
    align-items: center;
    justify-content: left;
    position: relative;
    /*left: -60px;
    top: -40px;*/
}
    .InnerLozenge img {
        width: 50%;
        position: relative;
        top: 12px;
    }

#TestimonialCarouselNew .owl-nav .owl-prev:before, #TestimonialCarouselNew .owl-nav .owl-next:after {
    border-color: #46b4ad;
}

.TestimonialCarouselPlay4 .item .VideoTitle_ {
    display: none;
}

.TestimonialDetails {
    /*background: #46b4ad;*/
    background: linear-gradient(to right, rgb(11, 0, 44), rgb(1, 14, 124), rgb(31, 0, 40));
}
section.MainTestimonialsWrapper {
    background: #ededed !important;
    padding: 30px 0 30px 0;
}

/*====Custom Background====*/

.background1 {
    background: url(../images/footer-bg.png?v=1.4) !important;
    background-size: cover !important;
    background-position: center;
}

.background1 .takepart {
    background: transparent !important;
    margin-top: 0;
}

.background2 {
    background: #46b4ad !important;
}

.background2 .takepart {
    margin-top: 0;
    background: transparent;
}

.background2 .takepart a.btn.btn-register.takepartregister:hover {
    color: #08003c !important;
    border: 1px solid #08003c !important;
}

.background3 {
    background: #dbdbdb !important;
}

.background3 .takepart {
    margin-top: 0;
    background: transparent;
}

.background3 .takepart .takepartregister,
.background3 .takepart .headingsection p a,
.background3 .takepart .headingsection p,
.background3 .takepart .headingsection h2.text-white {
    color: #080645 !important;
    border-color: #080645 !important;
}

.innerwrapper a {
    color: #46b4ad;
}

/* Home Page Testimonial Slider Css Starts*/

#testimonial-slider {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    background-color: #260936;
  }
  /* .contain {
    max-width: 1200px;
  } */
  
  .owl-carousel {
    position: relative;
    padding: 0;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
  }
  
  .item {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 35px 0 0 0;
  }
  
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  /* body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  } */
  
  .testimonial-card {
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    max-width: 820px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .testimonial-text {
    font-size: 22px;
    color: #46b4ad;
    font-weight: 500;
    font-family: sans-serif;
    /* margin-bottom: 15px; */
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  .testimonial-text span {
    color: #fff;
  }
  
  .testimonial-author {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
  }
  
  .testimonial-role {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.5;
  }
  
  .owl-theme .owl-nav {
    margin: 0;
  }
  
  /* .owl-nav {
    position: absolute;
    top: 0;
  } */
  
  .prev-icon {
    width: 30px;
    position: absolute;
    top: 30%;
    left: 15%;
    font-size: 60px;
    color: #46b4ad;
    transition: 0.3s all ease-in-out;
  }
  .prev-icon:hover {
    color: white;
    transform: scale(1.5);
  }
  .next-icon {
    width: 30px;
    position: absolute;
    top: 30%;
    right: 15%;
    font-size: 60px;
    color: #46b4ad;
    transition: 0.3s all ease-in-out;
  }
  .next-icon:hover {
    color: white;
    transform: scale(1.5);
  }
  
  @media (max-width: 1399.98px) {
    .prev-icon {
      left: 8%;
    }
    .next-icon {
      right: 8%;
    }
  }
  
  @media (max-width: 767.98px) {
    .prev-icon {
      left: 4%;
      top: 50%;
    }
    .next-icon {
      right: 4%;
      top: 50%;
    }
  }
  
  @media (max-width: 575.98px) {
    .prev-icon {
      left: 0%;
      top: 65%;
    }
    .next-icon {
      right: 0%;
      top: 65%;
    }
    .testimonial-text {
      font-size: 18px;
    }
    .testimonial-author {
      font-size: 14px;
    }
    .testimonial-role {
      font-size: 14px;
    }
    .testimonial-card {
      max-width: 100%;
    }
  }

  .owl-theme .owl-nav [class*='owl-'] {
    background: none !important;
  }
  
  /* Home Page Testimonial Slider Css Ends*/