@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");

/* ============================== */
/* Typography
================================================== */
body,
p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #142850;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(19, 16, 16);
    font-family: 'Lato', sans-serif;
}

h1,
h2 {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
}

h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

/* Global styles
================================================== */
html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    padding: 0;
    margin: 0;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    color: #142850;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
    color: #142850;
}



section,
.section-padding {
    padding: 100px 0;
    position: relative;
}

.section-bg {
    background: #f9fafc;
}

.no-padding {
    padding: 0;
}

.p-60 {
    padding: 60px 0;
}

.pt-120 {
    padding-top: 120px;
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-100 {
    margin-top: 100px;
}
.mt-150 {
    margin-top: 150px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrb-80 {
    margin-bottom: -80px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-100 {
    margin-right: 100px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-100 {
    margin-right: 100px;
}

.mrt-0 {
    margin-top: 0 !important;
}

.pab {
    padding-bottom: 0;
}

.case-title {
    border: 1px solid;
    padding: 20px 50px;
}

a:focus {
    outline: 0;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Dropcap */

.btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    background: #142850;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.btn:focus {
    outline: none;
}

.btn:hover {
    color: #FFF;
    background: #ff2e00;
    /* -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
    border: 1px solid #ff2e00;
}

p.case-text {
    font-size: 20px;
}

.btn:hover+p.case-text {
    color: #ff2e00;
}


.btn.fill {
    background: transparent;
    padding: 0 25px;
    color: #fff;
    margin-left: 20px;
    border: 2px solid #fff;
}

.btn.fill:hover {
    background: #e7015e;
    border-color: #e7015e;
}

.btn.btn-round {
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -ms-border-radius: 36px;
}

.btn-link {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-decoration: none !important;
}

.btn-link i {
    margin-left: 6px;
    position: relative;
    top: 2px;
}

.btn-link:hover {
    color: #e7015e;
}

.section-title,
.column-title {
    font-size: 33px;
    font-weight: 800;
    color: #142850;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-align: left;
}

/*==========================
      header area
===========================*/
.header .navbar {
    padding: 10px 0;
}

.header .navbar-brand {
    padding: 0;
}

.header .navbar-brand img {
    height: 28px;
    width: auto;
}

.header ul.navbar-nav>li>a {
    font-weight: 700;
    font-size: 14px;
    line-height: 78px;
    text-transform: uppercase;
    padding: 0 20px;
    display: block;
}

.header ul.navbar-nav>li>a:hover {
    color: #e7015e;
}

/* Extra Content navbar button (sized to sit inline with the nav links) */
.header ul.navbar-nav>li>a.extra-nav-btn {
    display: inline-block;
    line-height: 1;
    padding: 11px 24px;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.header ul.navbar-nav>li>a.extra-nav-btn:hover {
    color: #fff;
    opacity: 0.88;
}

.header ul.navbar-nav>li.header-ticket {
    margin-top: 15px;
}

.header ul.navbar-nav>li.header-ticket .ticket-btn {
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    background: #00c1c1;
    margin-left: 30px;
}

.header ul.navbar-nav>li.header-ticket .ticket-btn:hover {
    background: #e7015e;
}

.header ul.navbar-nav li .dropdown-menu {
    padding: 10px 20px;
    min-width: 230px;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    border: none;
}

.header ul.navbar-nav li .dropdown-menu li a {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 14px;
    display: block;
    color: #222;
}

.header ul.navbar-nav li .dropdown-menu li a:hover {
    color: #e7015e;
}

.header ul.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none;
}

.header.header-transparent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    height: auto;
}

.header.header-transparent .navbar-brand {
    padding: 0;
}

.header.header-transparent .navbar-brand img {
    vertical-align: top;
}

.header.header-transparent ul.navbar-nav {
    position: relative;
    top: 5px;
}

.header.header-transparent ul.navbar-nav>li>a {
    color: #E7015E;
    line-height: 72px;
}

.header.header-transparent.nav-border {
    border-bottom: 1px solid #363d8a;
    padding: 10px 0;
}

.header.header-transparent.nav-border .navbar {
    padding: 0px 0;
}

.header.header-transparent.nav-border ul.navbar-nav>li.header-ticket .ticket-btn {
    background: #3a6af0;
}

.header.h-transparent2 {
    padding: 30px 0;
}

.header.h-transparent2 .navbar.navbar-light ul.navbar-nav>li>a {
    color: #3b1d82;
}

.header.h-transparent2 button.navbar-toggler {
    position: absolute;
    right: 0;
    top: -50px;
    padding: 8px 12px;
    font-size: 22px;
}

.header.h-transparent2 .ticket-btn.btn {
    border-radius: 36px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    color: #3b1d82;
    font-size: 14px;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}

.header.h-transparent2 .ticket-btn.btn:hover {
    background: #ff007a;
    color: #fff;
}

.header.h-transparent2.sticky {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
}

.header.header-classic .navbar {
    padding: 0;
}

.header.header-classic ul.navbar-nav {
    margin-top: 5px;
}

.header.header-classic ul.navbar-nav>li>a {
    color: #222222;
    line-height: 74px;
}

.header.header-classic ul.navbar-nav>li>a:hover {
    color: #e7015e;
}

.header.header-classic ul.navbar-nav>li.active>a {
    color: #e7015e;
}

.header.header-classic ul.navbar-nav>li.header-ticket .ticket-btn {
    background: #e7015e;
    color: #fff;
}

.header.header-classic ul.navbar-nav>li.header-ticket .ticket-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d20055;
}

.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: rgba(26, 24, 49, 0.95);
    padding: 5px 0;
}

.header.sticky .navbar {
    padding: 0;
}

.header.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.header.sticky.header-classic {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
}

.dropdown-menu.show {
    /* display: none; */
    left: -30px;
    /* color: #FFF; */
    background-color: #142850;
}

.dropdown-menu.show :hover {
    color: #FFF;
    background-color: #142850;
}

@media (min-width: 991px) {
    .header ul.navbar-nav li:hover>.dropdown-menu {
        display: block;
        border: none;
    }
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
    width: 21px;
    margin-right: 16px;
    margin-top: 15px;
    height: 21px;
}

/*==========================
      hero area
===========================*/
.hero-area {
    padding: 0;
}

.banner-6 {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50vw auto;
}

.banner-6 .banner-item .banner-content-wrap .sub-title {
    font-size: 18px;
    letter-spacing: -.36px;
    font-weight: 600;
    line-height: 18px;
    color: #161362;
    margin-bottom: 30px;
}

.banner-6 .banner-item .banner-content-wrap .banner-title {
    font-size: 74px;
    color: #3b1d82;
    font-weight: 800;
    text-transform: initial;
    line-height: 82px;
    letter-spacing: -1.48px;
    margin-bottom: 20px;
}

.banner-6 .banner-item .banner-content-wrap .banner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-6 .banner-item .banner-content-wrap .banner-info h3 {
    margin-bottom: 0;
    color: #3b1d82;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0 0;
}

.banner-6 .banner-item .banner-content-wrap .banner-info .icon {
    margin-right: 10px;
}

.banner-6 .banner-item .banner-content-wrap .ts-count-down {
    margin: 0 0 0 -30px;
}

.banner-6 .banner-item .banner-content-wrap .ts-count-down .counter-item span {
    font-size: 48px;
    font-weight: 900;
    line-height: 74px;
    color: #3b1d82;
}

.banner-6 .banner-item .banner-content-wrap .ts-count-down .counter-item .smalltext {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    color: #999;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn {
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(255, 5, 124, 0.4);
    box-shadow: 0 10px 25px 0 rgba(255, 5, 124, 0.4);
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn:not(:last-child) {
    margin-right: 15px;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn-ticket {
    background: transparent;
    color: #00299e;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.banner-6 .banner-item .banner-content-wrap .banner-btn .btn-ticket:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.banner-6-alt {
    padding-bottom: 50px;
}

.banner-6-alt .banner-item .banner-content-wrap {
    padding: 220px 0 30px;
}

.banner-6-alt .banner-item .banner-content-wrap .banner-title {
    margin-bottom: 100px;
}

.banner-6-alt .banner-item .banner-content-wrap .date-item {
    display: inline-block;
    border: 3px solid #e7015e;
    border-radius: 10px;
    padding: 18px 20px 14px;
    color: #3b1d82;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 80px;
}

.banner-6-alt .banner-item .banner-content-wrap .date-item .event-day {
    display: block;
    font-size: 36px;
    font-weight: 900;
}

.banner-6-alt .banner-item .ts-extra-feature {
    padding: 0 80px;
    -webkit-box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0.1);
}

.banner-6-alt .banner-item .ts-extra-feature .ts-count-down .counter-item span {
    font-size: 28px;
    font-weight: 900;
    line-height: 30px;
}

.banner-item {
  /*  min-height: 850px;*/
    margin-bottom: 40px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.banner-item.case-banner {
    min-height: 80vh;
    color: #fff;

}

/* .banner-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
} */

.banner-item .banner-content-wrap {
    padding: 250px 0 182px;
    z-index: 1;
    position: relative;
}

.banner-item .banner-content-wrap .banner-info {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.banner-item .banner-content-wrap .banner-title {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 74px;
    margin-bottom: 50px;
}

.banner-item .banner-content-wrap .banner-btn .btn {
    height: 55px;
    line-height: 55px;
    padding: 0 55px;
}

.banner-item .banner-content-wrap .banner-btn .btn.fill {
    padding: 0 25px;
}

.banner-img img {
    max-width: 100%;
}

.countdown {
    margin-bottom: 60px;
}

.countdown .counter-item {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 18px;
    padding: 35px 0;
    position: relative;
}

.countdown .counter-item i {
    font-size: 105px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.countdown .counter-item:last-of-type {
    margin-right: 0;
}

.countdown .counter-item span {
    font-size: 24px;
    display: block;
    line-height: 18px;
    letter-spacing: .96px;
    font-weight: 700;
}

.countdown .counter-item .smalltext {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.countdown .counter-item:nth-of-type(1) i {
    color: #00a3ee;
}

.countdown .counter-item:nth-of-type(2) i {
    color: #ffcf4a;
    top: 2px;
    -webkit-transform: rotate(-148deg);
    -ms-transform: rotate(-148deg);
    transform: rotate(-148deg);
}

.countdown .counter-item:nth-of-type(3) i {
    color: #00c1c1;
}

.countdown .counter-item:nth-of-type(4) i {
    color: #ff6386;
}

.ts-count-down {
    padding: 0;
    margin: -80px 0;
    z-index: 1;
}

.ts-count-down .countdown {
    margin-bottom: 0;
}

.ts-count-down .countdown:before {
    z-index: -1;
    opacity: 1;
}

.ts-count-down .countdown .counter-item {
    width: 25%;
    float: left;
    margin-right: 0;
    border: none;
    position: relative;
    height: auto;
}

.ts-count-down .countdown .counter-item span {
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
}

.ts-count-down .countdown .counter-item b {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    -webkit-transform: translateY(-18%);
    -ms-transform: translateY(-18%);
    transform: translateY(-18%);
}

.hero-area.centerd-item .banner-item {
    min-height: 770px;
    padding: 30px 0;
}

.hero-area.centerd-item .banner-item:before {
    background: url(../images/hero_area/banner_slices2.png) no-repeat center center;
    z-index: 1;
}

.hero-area.centerd-item .banner-item:after {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    background: #2f0063;
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    bottom: 0;
    width: 725px;
    right: 0;
    height: 725px;
}

.hero-area.centerd-item .banner-item .banner-content-wrap {
    padding: 117px;
    z-index: 1;
    position: relative;
}

.hero-area.centerd-item .banner-item .banner-content-wrap .banner-title {
    text-transform: capitalize;
    font-size: 64px;
    line-height: 78px;
    margin-bottom: 40px;
}

.hero-area.centerd-item .banner-item .banner-content-wrap p.banner-title {
    font-size: 20px;
    line-height: 26px;
}

.hero-area.centerd-item .banner-item .countdown {
    margin-bottom: 60px;
}

.main-slider {
    padding: 0;
}

.main-slider .banner-item:before {
    background: rgba(0, 0, 0, 0.5);
}

.main-slider .banner-item .banner-content-wrap .title-shap-img {
    margin: auto auto 25px;
    max-width: 70px;
}

.main-slider .banner-item .banner-content-wrap p.banner-info {
    font-style: italic;
    font-size: 20px;
}

.main-slider .banner-item .banner-content-wrap h1.banner-title {
    text-transform: capitalize;
    margin-bottom: 30px;
}

.main-slider .banner-item .banner-content-wrap p.banner-desc {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0px 180px;
    margin-bottom: 40px;
}

.main-slider .banner-item .banner-content-wrap .banner-btn .btn.fill {
    background: #3a6af0;
    border-color: #3a6af0;
    padding: 0 55px;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap .title-shap-img,
.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-info,
.main-slider .owl-item.active .banner-item .banner-content-wrap h1.banner-title,
.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-desc,
.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-btn {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap .title-shap-img {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-title {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap h1.banner-title {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap p.banner-desc {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.main-slider .owl-item.active .banner-item .banner-content-wrap .banner-btn {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
}

.main-slider .owl-dots {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 130px;
    margin: auto;
    text-align: center;
}

.main-slider .owl-dots .owl-dot {
    width: 20px;
    height: 2px;
    background: #fff;
    opacity: .5;
    display: inline-block;
    margin: 0 5px;
}

.main-slider .owl-dots .owl-dot.active {
    opacity: 1;
}

.hero-area.content-left .banner-item {
    margin: 100px 50px 0;
    min-height: 650px;
    -webkit-box-shadow: 0px 100px 100px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 100px 100px 0px rgba(0, 0, 0, 0.2);
    background-position: top center;
}

.hero-area.content-left .banner-item .banner-content-wrap {
    padding: 115px 0;
}

.hero-area.content-left .banner-item .banner-content-wrap .title-shap-img {
    margin-bottom: 20px;
    max-width: 70px;
}

.hero-area.content-left .banner-item .banner-content-wrap .banner-title {
    text-transform: initial;
    margin-bottom: 20px;
}

.hero-area.content-left .banner-item .banner-content-wrap .banner-info {
    margin-bottom: 35px;
    font-style: italic;
    font-size: 20px;
}

@media (min-width: 1400px) {
    .hero-area.content-left .banner-item {
        max-width: 1350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-speakers .banner-item {
    background-position: top center;
    background-attachment: fixed;
}

.hero-speakers .banner-item .banner-content-wrap {
    padding: 320px 0 180px;
}

.hero-speakers .banner-item .banner-content-wrap .banner-info {
    margin-bottom: 15px;
    font-size: 20px;
}

.hero-speakers .banner-item .banner-content-wrap .banner-title {
    margin-bottom: 40px;
}

.banner-image {
    margin-top: 73px;

}

.hero-form-content {
    margin-top: 73px;
    background: #142850;
    padding: 40px 30px;
    text-align: left;
    /* border-top: 4px solid #e7015e; */
    border-radius: 5px;
}

.hero-form-content h2 {
    font-size: 26px;
    font-weight: 800;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 30px;
    color: #FFF;
}

.hero-form-content h3 {
    font-size: 26px;
    font-weight: 800;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 30px;
    color: #FFF;
}

.hero-form-content p {
    margin-bottom: 35px;
    color: #FFF;
    font-weight: 300;
}

.hero-form-content .form-control {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 14px;
}

.hero-form-content .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.hero-form-content .btn {
    display: block;
    width: 100%;
}

.hero-form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    padding: 6px 0px;
    color: #888888;
    line-height: 27px;
    margin-bottom: 40px;
}

.hero-form select option {
    border: none;
    line-height: 28px;
    padding: 10px 0;
}

.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.tile {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-form-content .page-links {
    margin-bottom: 34px;
}

.hero-form-content .page-links a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hero-form-content .page-links a:last-child {
    margin-right: 0;
}

.hero-form-content .page-links a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hero-form-content .page-links a.active {
    font-weight: 700;
}

.hero-form-content .page-links a.active:after {
    background-color: #fff;
}

.hero-form-content .page-links a:hover:after,
.hero-form-content .page-links a:focus:after {
    background-color: #fff;
}

.hero-form-content .form-button {
    margin-top: 30px;
    margin-bottom: 25px;
}

.hero-form-content .form-button .ibtn {
    border-radius: 6px;
    border: 0;
    padding: 6px 28px;
    background-color: #e61542;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

.hero-form-content .form-button .ibtn:last-child {
    margin-right: 0;
}

.hero-form-content .form-button .ibtn:hover,
.hero-form-content .form-button .ibtn:focus {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
}

.hero-form-content .form-button .ibtn.less-padding {
    padding: 6px 15px !important;
}

.hero-form-content .form-button .ibtn.extra-padding {
    font-size: 16px;
    padding: 10px 32px;
}

.hero-form-content .form-button a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.hero-form-content .form-button.full-width {
    margin-top: 15px;
}

.hero-form-content .form-button.full-width .ibtn {
    width: 100%;
}

.hero-form-content .form-sent {
    position: absolute;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.7) translateX(200px);
    -moz-transform: scale(0.7) translateX(200px);
    -ms-transform: scale(0.7) translateX(200px);
    transform: scale(0.7) translateX(200px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hero-form-content .form-sent.show-it {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    top: 50%;
    left: 20%;
}

.hero-form-content .form-sent.show-it .tick-holder .tick-icon {
    -webkit-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -moz-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -ms-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
}

.hero-form-content .form-sent.show-it .tick-holder .tick-icon:before {
    -webkit-animation: tick-anime1 0.2s linear 0.2s forwards;
    -moz-animation: tick-anime1 0.2s linear 0.2s forwards;
    -ms-animation: tick-anime1 0.2s linear 0.2s forwards;
    animation: tick-anime1 0.2s linear 0.2s forwards;
}

.hero-form-content .form-sent.show-it .tick-holder .tick-icon:after {
    -webkit-animation: tick-anime2 0.4s ease 0.4s forwards;
    -moz-animation: tick-anime2 0.4s ease 0.4s forwards;
    -ms-animation: tick-anime2 0.4s ease 0.4s forwards;
    animation: tick-anime2 0.4s ease 0.4s forwards;
}

.hero-form-content .form-sent .tick-holder {
    text-align: center;
    margin-bottom: 12px;
}

.hero-form-content .form-sent .tick-holder .tick-icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(35deg) scale(2);
    -moz-transform: rotate(35deg) scale(2);
    -ms-transform: rotate(35deg) scale(2);
    transform: rotate(35deg) scale(2);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.hero-form-content .form-sent .tick-holder .tick-icon:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 2px;
    top: 28px;
    left: 14px;
    border-radius: 2px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.hero-form-content .form-sent .tick-holder .tick-icon:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 20px;
    top: 9px;
    left: 22px;
    border-radius: 2px;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.hero-form-content .form-sent h3 {
    text-align: center;
    color: #fff;
}

.hero-form-content .form-sent p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 20px;
}

.hero-form-content .form-sent .info-holder {
    font-size: 12px;
    font-weight: 700;
    color: #1c1c24;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin-top: 60px;
}

.hero-form-content .form-sent .info-holder span {
    font-size: 12px;
    font-weight: 700;
    color: #1c1c24;
    opacity: 0.6;
}

.hero-form-content .form-sent .info-holder a {
    font-size: 12px;
    font-weight: 700;
    color: #1c1c24;
    opacity: 0.9;
}

.hero-form-content .hide-it {
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.7) translateX(-200px);
    -moz-transform: scale(0.7) translateX(-200px);
    -ms-transform: scale(0.7) translateX(-200px);
    transform: scale(0.7) translateX(-200px);
}

/* cases  */
.case-banner .case-btn {
    height: 80px;
    line-height: 100px;
    border-radius: 15px;
}

.case-banner .case-btn span {
    font-size: 12px;
}

.case-banner .case-btn.active {
    color: #142850;
    background: transparent;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #142850;
}

.all-cases {
    border-bottom: 2px solid #142850;
    padding-bottom: 5px;
    font-size: 25px;
    color: #142850;
}

/* case details  */

.case-details {
    margin-top: 70px;
    border: 2px solid #142850;
    padding: 60px 0;
    border-radius: 10px;
}


.nav-tabs .active {
    border-bottom: 2px solid #900c3f;
    color: #900c3f;
    padding-bottom: 5px;
}

.nav-tabs .nav-item a:hover {
    border-bottom: 2px solid #142850;
    padding-bottom: 5px;
}

.tab-content {
    border: 2px solid #142850;
    padding: 50px 20px;
    border-radius: 20px;
}


/* ...  */
#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #ececea;
    color: #142850;
    padding: 20px;
    display: block;
    text-align: center;
    font-weight: 600;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #142850;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 600;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: #ececea;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #ececea;
    line-height: 30px;
    color: #142850;
}

/* carousel */
/* .carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
}

.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.carousel-thumbnails .carousel-indicators li.active {
    border-bottom: 4px solid #fff;
} */
/***** Top content *****/

.top-content {
    width: 100%;
    padding: 0px 0 0 0;
}

/* .top-content .carousel {
    box-shadow: 0 0 15px 0 #444;
} */

.top-content .carousel-control-prev {
    left: -110px;
    border-bottom: 0;
    font-size: 40px;
    color: #444;
}

.top-content .carousel-control-next {
    right: -110px;
    border-bottom: 0;
    font-size: 40px;
    color: #444;
}

.top-content .carousel-caption {
    padding-bottom: 60px;
}

.top-content .carousel-caption h1 {
    padding-top: 60px;
    color: #fff;
}

.top-content .carousel-caption h3 {
    color: #fff;
}

.top-content .carousel-caption .carousel-caption-description {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

.top-content .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}


/* .countdown to live seesion   */
.onlineSession {
    border: 2px solid;
    padding: 20px 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px
}

a.onlineSession {
    text-decoration: underline;
}
.iframe-border {
    border: 2px solid black;
    padding: 20px 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px
}
.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000�p='round' stroke-miterlimit='10' d='M47h22M4 15h22M423h22'/%3e%3c/svg%3e);
                          }
/*==========================
     ts speaker
===========================*/
.ts-speakers {
    padding-top: 120px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.ts-speaker {
    position: relative;
    text-align: center;
    margin-bottom: 55px;
}

.ts-speaker .speaker-img {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    overflow: hidden;
    margin: auto auto 20px;
}

.ts-speaker .speaker-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.ts-speaker .speaker-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(59, 29, 130, 0.5);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 1;
}

.ts-speaker .view-speaker {
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 12px 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 2;
}

.ts-speaker .ts-title {
    margin-bottom: 5px;
}

.ts-speaker .ts-title a {
    color: #222222;
}

.ts-speaker:hover .speaker-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ts-speaker:hover .speaker-img:before {
    opacity: 1;
}

.ts-speaker:hover .view-speaker {
    top: 50%;
    opacity: 1;
}

.ts-speaker:hover .ts-title a {
    color: #e7015e;
}

.ts-speaker.white-text .ts-title a,
.ts-speaker.white-text p {
    color: #fff;
}

.speaker-classic {
    padding-top: 100px;
}

.speaker-classic .ts-speaker {
    margin-bottom: 60px;
}

.speaker-classic .ts-speaker .speaker-img {
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.speaker-classic .ts-speaker .ts-speaker-info {
    position: absolute;
    right: 0;
    bottom: -13px;
    background: #fff;
    z-index: 1;
    width: 90%;
    padding: 20px 0 10px;
}

.speaker-classic .ts-speaker .ts-speaker-info .ts-title {
    margin-bottom: 0;
}

.speaker-classic .ts-speaker .ts-speaker-info p {
    margin-bottom: 0;
}

.speaker-shap img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100px;
}

.speaker-shap img.shap1 {
    top: 15%;
}

.speaker-shap img.shap2 {
    bottom: 0;
    left: auto;
    top: 35%;
    right: 0;
    margin: auto;
}

.speaker-shap img.shap3 {
    top: auto;
    bottom: -25px;
    margin: auto;
    left: 6%;
}

.ts-speaker-popup {
    background: #fff;
    padding: 0;
    position: relative;
}

.ts-speaker-popup .ts-speaker-popup-img img {
    width: 100%;
}

.ts-speaker-popup .ts-speaker-popup-content {
    padding: 60px 40px;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-title {
    margin-bottom: 10px;
}

.ts-speaker-popup .ts-speaker-popup-content .speakder-designation {
    display: block;
    font-size: 14px;
}

.ts-speaker-popup .ts-speaker-popup-content .company-logo {
    margin-bottom: 15px;
}

.ts-speaker-popup .ts-speaker-popup-content p {
    margin-bottom: 25px;
}

.ts-speaker-popup .ts-speaker-popup-content h4 {
    font-size: 20px;
    font-weight: 700;
}

.ts-speaker-popup .ts-speaker-popup-content .session-name {
    margin-bottom: 15px;
}

.ts-speaker-popup .ts-speaker-popup-content .speaker-session-info p {
    color: #e7015e;
    margin-bottom: 30px;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a {
    color: #ababab;
    margin-right: 18px;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a:hover {
    color: #e7015e;
}

.ts-speaker-popup button.mfp-close {
    font-size: 30px;
}

/* poll  */
.poll {
    color: #142850;
    border-bottom: 2px solid #142850;
    padding-bottom: 20px
}
.poll:last-child {
    border-bottom: none
}
.poll-option {
    margin-bottom: 5px;

}

span.poll-option__label {
    font-weight: bold;
}

table.poll-option__result {
    width: 100%;
}

table.poll-option__result tr,
table.poll-option__result td {
    padding: 0;
}

table.poll-option__result td:nth-child(odd) {
    width: 40px;
}

table.poll-option__result td:nth-child(even) {
    border: 0;
    height: 100%;
    position: relative;
    vertical-align: center;
    width: 100%;
}

table.poll-option__result td:first-child {
    padding-right: 20px;
}

table.poll-option__result td:last-child {
    padding-left: 20px;
    font-weight: 600;
}

table.poll-option__result span {
    border-radius: 3px;
    display: block;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

table.poll-option__result span:first-child {
    /* background: rgba(0, 0, 0, 0.1); */
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
}

table.poll-option__result span:last-child {
    background: #142850;
    /* background-image: linear-gradient(to right, #142850, #152733); */
    border-radius: 10px;
}

@media (prefers-color-scheme: dark) {}

.caseTitle {
    background: #142850;
    color: #FFF;
    border-radius: 15px;
    margin-bottom: 20px;
}
.box-content {
    background-color: rgba(253, 254, 254, 0.85);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
/*    margin-top: 20px;
*/    min-height: 100px;
    position: relative;
    /*text-align: center;*/
    z-index: 1;
    padding: 20px 30px;
}