html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: rgb(109, 110, 113);
    line-height: 24px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

hr {
    display: inline-block;
    width: 60px;
    border-top: 4px solid rgb(242, 84, 32);
    margin: 15px 0px;
}

h1, h2, h3, h4 {
    font-family: Oswald, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    line-height: 56px;
    text-transform: uppercase;
}

h3 {
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
}

h4 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}

button:focus {
    outline: none;
}
.sticky-header {
    background: rgb(0 0 0 / 65%);
}
#top-header .cd-logo {
    text-align: left;
    padding: 15px 0px;
    max-width: 355px;
    text-align: center;
}

#cd-main-nav li a {
    display: inline-block;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 14px;
    transform: translateZ(0px);
    backface-visibility: hidden;
    padding: 40px 0px;
    text-decoration: none;
    border-bottom: none;
    transition: all 0.5s ease 0s;
}

#cd-main-nav li {
    display: inline-block;
    height: 100%;
    position: relative;
    margin: 0px 11px;
}

#cd-main-nav ul.sub-menu {
    background: none 0px 0px repeat scroll rgb(19, 20, 20);
    border-top: 4px solid rgb(242, 84, 33);
    max-width: 180px;
    width: 180px;
    position: absolute;
    left: 5px;
    visibility: hidden;
    top: 60px;
    z-index: 99999;
}

#top-header #cd-main-nav li::after, #cd-main-nav li::before {
    content: "";
    display: block;
    position: absolute;
}

#top-header #cd-main-nav li::after {
    background: rgb(255, 255, 255);
    height: 12px;
    width: 2px;
    right: -14px;
    top: 44px;
}

#top-header #cd-main-nav li::before {
    background: rgb(242, 84, 33);
    height: 4px;
    width: 0px;
    bottom: 0px;
    transition: all 0.5s ease 0s;
}

#top-header #cd-main-nav li:hover::before {
    width: 100%;
}

#top-header #cd-main-nav li a:hover {
    color: rgb(242, 84, 33);
}

#top-header #cd-main-nav li:last-child::after {
    content: none;
}

#top-header #cd-main-nav li:last-child {
    margin-right: 0px;
}

#main-banner-sec {
    /* background: url(../images/home-bg.jpg) center center / cover no-repeat fixed; */
    display: block;
    padding-top: 92px;
    z-index: 0;
    position: relative;
    background-color: #000000;
}

.register-form {
    background: rgba(17, 17, 17, 0.8);
    margin-top: 40px;
}

.form-title {
    padding: 30px 25px;
    border-bottom: 1px solid rgb(51, 52, 53);
}

.userform input.error {
    border-color: red;
    color: red;
}

label.error {
    display: none !important;
}

.register-form h4 {
    color: rgb(255, 255, 255);
    display: block;
    text-align: center;
    font-size: 25px;
    margin-bottom: 8px;
}

.register-form p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
}

.register-form p a {
    font-weight: 500;
    color: rgb(242, 84, 33);
    text-decoration: none;
}

.userform {
    padding: 35px 35px 40px;
}

.userform .input-box {
    min-height: 70px;
}

.userform .input-box, .userform input, .userform select {
    width: 100%;
    display: block;
    position: relative;
}

.userform input, .userform select {
    background: transparent;
    border: 1px solid rgb(51, 52, 53);
    height: 52px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    color: rgb(255, 255, 255);
    padding: 10px 10px 10px 45px;
}

.userform input:focus {
    outline: 0px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

.userform input:focus::-webkit-input-placeholder {
    color: rgb(54, 54, 54);
}

.userform input::-webkit-input-placeholder {
    color: rgb(177, 177, 177);
    text-transform: uppercase;
}

.userform i.fa {
    position: absolute;
    font-size: 16px;
    top: 17px;
    left: 15px;
    font-weight: 500;
}

.userform .submit-btn {
    background: rgb(242, 84, 33);
    color: rgb(255, 255, 255);
    border-width: 0px 0px 5px;
    border-top-style: initial;
    border-top-color: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-left-style: initial;
    border-left-color: initial;
    padding: 16px 22px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 35px;
    width: 100%;
    font-family: Oswald, sans-serif;
    line-height: 30px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: rgb(169, 59, 23);
    transition: all 0.5s ease 0s;
    height: auto;
}

.userform .submit-btn:hover {
    background: rgb(169, 59, 23);
    border-bottom: 5px solid rgb(242, 84, 33);
}

.userform strong {
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-align: center;
    display: block;
}

.error {
    display: none;
}

.error_show {
    color: red;
    font-size: 13px;
    margin-left: 16px;
}

.option-check span {
    color: white;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}

.radio-group {
    float: right;
}

label.custom-radio {
    text-transform: uppercase;
    display: inline;
    color: rgb(177, 177, 177);
    font-size: 15px;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio {
    position: relative;
    padding-right: 16px;
    padding-left: 29px;
}

.custom-radio input:checked ~ .checkmark::after {
    display: block;
}

.custom-radio .checkmark::after {
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgb(242, 84, 33);
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ .checkmark {
    background-color: rgb(255, 255, 255);
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 17px;
    width: 17px;
    background-color: rgb(238, 238, 238);
    border-radius: 50%;
}

.custom-radio .checkmark2::after {
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgb(242, 84, 33);
}

.custom-radio input:checked ~ .checkmark2::after {
    display: block;
}

.checkmark2::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ .checkmark2 {
    background-color: rgb(255, 255, 255);
}

.checkmark2 {
    position: absolute;
    top: -26px;
    left: 62px;
    height: 17px;
    width: 17px;
    background-color: rgb(238, 238, 238);
    border-radius: 50%;
}

.option-check {
    padding-top: 5px;
}

.option-check p {
    color: white;
    font-size: 16px;
    font-weight: 300;
}

span.help-block {
    color: red;
    font-size: 14px;
}

.banner-left-bar {
    text-align: center;
    padding-top: 40px;
}

.time-location {
    margin-bottom: 30px;
}

.time-location li {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: bold;
    font-family: Oswald, sans-serif;
    background: rgb(242, 84, 33);
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 23px;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

.time-location i.fa {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.banner-left-bar h1 {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    text-transform: inherit;
}
span.circle {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #f25421;
    margin: 0 10px;
}

.banner-left-bar h1.feat strong {
    font-size: 18px;
}
.banner-left-bar p {
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-top: 3px;
    line-height: 20px;
}

.hasCountdown {
    display: flex;
    justify-content: center;
}

.hasCountdown .countdown_section {
    display: inline-block;
    background: rgba(17, 17, 17, 0.5);
    width: 125px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 20px 5px;
    text-transform: uppercase;
    padding: 10px 8px;
}

.countdown_section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}

.countdown_amount {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: rgb(242, 84, 33);
    font-family: Oswald, sans-serif;
}

.social-icons li {
    display: inline-block;
    position: relative;
    padding: 0px 6px;
    margin: 0px 8px;
}

.social-icons li::after {
    content: "";
    height: 29px;
    width: 1px;
    background: rgb(120, 105, 94);
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -3px;
}

.social-icons li:last-child::after {
    content: none;
}

.social-icons li a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 26px;
    transition: all 0.5s ease 0s;
}

.social-icons li a:hover, .social-icons li a:hover svg path {
    color: rgb(242, 84, 33);
    text-decoration: none;
    fill: rgb(242, 84, 33);
}

#annual-conference-sec {
    padding: 70px 0px;
    background-color: rgb(243, 243, 243);
    position: relative;
}

#annual-conference-sec::before {
    content: "";
    background: rgb(242, 84, 32);
    height: 100%;
    width: 25%;
    top: 0px;
    display: block;
    position: absolute;
    left: 0px;
}

figure.video-bg-sec {
    overflow: hidden;
}

figure.video-bg-sec:hover > img {
    transform: scale(1.6) rotate(10deg);
}

figure.video-bg-sec img {
    display: block;
    transition: transform 2s ease 0s;
    width: 100%;
    position: relative;
    object-position: left;
}

figure.video-bg-sec figcaption {
    position: absolute;
    top: 35%;
    left: 0px;
    right: 0px;
    text-align: center;
}

figure.video-bg-sec figcaption p {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 35px;
    position: absolute;
    text-decoration: underline;
    left: 0px;
    right: 0px;
    bottom: -50px;
}

figure.video-bg-sec figcaption img {
    width: auto;
    left: 4px;
    margin: 0px auto;
}

figure.video-bg-sec figcaption .btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 11px;
    height: 100px;
    border: 0px;
    width: 100px;
    display: block;
    margin: 0px auto;
    padding: 0px;
    border-radius: 50%;
}

.fade.show {
    background-color: rgba(0, 0, 0, 0.8);
}

figure.video-bg-sec figcaption .btn-primary:focus, figure.video-bg-sec figcaption .btn-primary:active:focus, figure.video-bg-sec figcaption .btn-primary:active {
    outline: 0px;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 11px !important;
    background-color: rgb(255, 255, 255) !important;
}

.annual-model-box iframe {
    width: 100%;
    height: 400px;
    display: block;
}

.annual-model-box .modal-content {
    border-radius: 0px;
    background-color: transparent;
}

.annual-model-box .modal-header {
    padding: 0px;
    border: 0px;
    display: block;
}

.annual-model-box .modal-dialog {
    max-width: 700px;
}

.modal-header .close {
    padding: 0px;
    opacity: 1;
    margin: 0px;
    font-weight: lighter;
    font-size: 50px;
    color: rgb(255, 255, 255) !important;
}

.modal-header .close:focus {
    outline: 0px;
}

.annual-model-box .modal-body {
    padding: 0px;
}

#annual-conference-sec .video-info {
    padding-left: 15px;
}

#annual-conference-sec .video-info h3 {
    color: rgb(51, 51, 51);
        text-transform: inherit;
}

#annual-conference-sec .video-info p, .event-speakers p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: rgb(86, 86, 86);
    margin-bottom: 15px;
    text-align: justify;
}

.view-btns {
    margin-top: 30px;
}

.view-btns li {
    display: inline-block;
    margin-right: 15px;
}

.view {
    display: block;
    padding: 15px 40px;
    border: none;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    font-size: 14px;
    backface-visibility: hidden;
    text-transform: uppercase;
    color: rgb(242, 84, 33);
    font-weight: bold;
    transition: all 0.5s ease 0s;
    text-decoration: none !important;
}

.button--antiman::before, .button--antiman::after {
    content: "";
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s, opacity 0.3s ease 0s;
}

.button--antiman::before {
    border: 2px solid rgb(55, 71, 79);
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
}

.button--antiman.button--inverted-alt::before {
    border-color: rgb(242, 84, 32);
    background: rgb(255, 62, 0);
}

.button--antiman.button--inverted-alt::after {
    background: transparent;
    border: 2px solid rgb(242, 84, 32);
}

.button--antiman.button--inverted-alt:hover {
    color: rgb(255, 255, 255);
}

.button--antiman:hover::before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.button--antiman:hover::after {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
}

#counts-sec {
    background: url("../images/count-banner.jpg") 0% 0% / cover no-repeat;
    display: block;
    text-align: center;
    padding: 40px 0px;
}

.count-box {
    border-right: 1px solid rgb(119, 119, 119);
}

.count-box:hover h2 {
    color: red;
}

.count-box:last-child {
    border-right: 0px;
}

#counts-sec h2 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    margin-bottom: 16px;
}

#counts-sec span {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

#counts-sec i.fa {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
}

#counts-sec .fa-lightbulb-o {
    font-size: 28px !important;
}

#our-speakers-sec {
    background: url("../images/speakers-bg.jpg") 0% 0% / cover no-repeat;
    display: block;
    padding: 61px 0px 50px;
}

.speaker-box {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.speaker-box img {
    display: block;
    width: 100%;
}

.speaker-box figcaption {
    position: absolute;
    bottom: -68%;
    padding: 22px 45px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease 0s;
}

.speaker-box figcaption h4 {
    color: rgb(255, 255, 255);
}

.speaker-box figcaption span {
    font-size: 14px;
    color: rgb(255, 255, 255);
    display: none;
}

.speaker-box figcaption p {
    font-size: 15px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    padding: 30px 10px;
    font-weight: 400;
    border-top: 1px solid rgb(240, 138, 105);
    border-bottom: 1px solid rgb(240, 138, 105);
    margin: 25px 0px;
}

.speaker-box figcaption ul li {
    display: inline-block;
    margin: 0px 3px;
}

.speaker-box figcaption ul li a {
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 7px 0px 0px;
    vertical-align: top;
}

.speaker-box figcaption .button--antiman.button--inverted-alt::after {
    border: 1px solid rgb(255, 255, 255);
}

.speaker-box figcaption .button--antiman.button--inverted-alt::before {
    border-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

.speaker-box figcaption .button--antiman.button--inverted-alt:hover {
    color: rgb(242, 84, 32);
}

.speaker-box:hover figcaption span {
    display: block;
}

.speaker-box:hover figcaption {
    bottom: 0px;
    background: rgba(242, 84, 33, 0.8);
    padding: 36px 45px;
}

.event-speakers {
    margin-bottom: 30px;
}

.event-speakers span {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(150, 150, 150);
    line-height: 26px;
    display: block;
}

.event-speakers h3 {
    font-weight: 400;
    color: rgb(51, 51, 51);
}

#our-conference-sec .conference-heading-bg {
    background-size: cover;
    display: block;
    min-height: 420px;
    padding: 50px 0px;
}

.white-heading {
    color: rgb(255, 255, 255);
}

.white-heading hr {
    border-top: 4px solid rgb(243, 174, 150);
}

.white-heading span {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
}

.conference-list-bg {
    background: rgb(243, 243, 243);
}

.confrence-bg {
    background: rgb(255, 255, 255);
    margin-top: -228px;
}

.confrence-bg > .row {
    margin-left: 0px;
    margin-right: 0px;
}

.confrence-bg .confrence-col {
    padding-left: 0px;
    padding-right: 0px;
}

.confrence-bg .confrence-col-inn {
    padding: 39px 55px 30px;
    height: 100%;
}

.confrence-col-inn {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.confrence-bg .confrence-col:nth-child(2n+1) .confrence-col-inn {
    border-left: none;
}

.confrence-bg .confrence-title {
    position: relative;
    padding-left: 85px;
}

.confrence-bg .confrence-title h3 {
    color: rgb(51, 51, 51);
    font-size: 24px;
    text-transform: inherit;
    font-weight: 500;
}

.confrence-bg .confrence-col-inn .icon-box {
    width: 67px;
    height: 67px;
    line-height: 67px;
    font-size: 24px;
    color: rgb(242, 84, 33);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    left: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.confrence-bg .confrence-col-inn p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: rgb(86, 86, 86);
    margin: 25px 0px 0px;
    letter-spacing: 0.2px;
}

#event-schedule-sec {
    background: rgb(243, 243, 243);
    padding: 50px 0px 20px;
}

.sec-black-hadding h2 {
    color: rgb(51, 51, 51);
    font-weight: 400;
    font-size: 36px;
}

.sec-black-hadding span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}

.event-schedule figure {
    position: relative;
}

.event-schedule figure img {
    width: 100%;
}

.event-schedule figcaption {
    position: absolute;
    top: 15px;
    right: 15px;
}

.event-schedule figcaption ul li {
    padding-top: 6px;
}

.schedule {
    display: flex;
}

.schedule-content {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
}

.event-icon i {
    color: rgb(255, 255, 255);
    background-color: rgb(242, 84, 33);
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 8px 0px 0px;
    border-radius: 3px;
    font-size: 14px !important;
}

.event-schedule {
    background: white;
    border: 1px solid rgb(231, 231, 231);
    transition: all 0.5s ease 0s;
    margin-bottom: 40px;
}

.event-schedule:hover {
    border: 1px solid rgb(242, 84, 33);
}

.event-icon {
    display: none;
    transition: all 0.5s ease 0s;
}

.event-schedule:hover .event-icon {
    display: block;
}

.event-time {
    padding: 0px 20px 15px;
}

.event-time h4 {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 500;
    border-bottom: 1px solid rgb(231, 231, 231);
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

.event-time i {
    color: rgb(255, 255, 255);
    background-color: rgb(242, 84, 33);
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 8px 0px 0px;
    border-radius: 3px;
    margin-right: 15px;
    font-size: 14px !important;
}

.event-info {
    padding: 0px 6px 0px 20px;
}

.event-info h3 {
    font-size: 19px;
    color: rgb(51, 51, 51);
    font-weight: 800;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
}

.event-info i {
    color: rgb(242, 84, 33);
    margin-right: 10px;
}

.event-info p {
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    color: rgb(51, 51, 51);
}

ul.nav.nav-pills li button a {
    background-color: rgb(242, 84, 33);
    border-bottom: none;
    border-left: none;
    border-image: initial;
    outline: none;
    cursor: pointer;
    padding: 25px 72px;
    transition: all 0.5s ease 0s;
    border-top: 8px solid rgb(242, 84, 33);
    border-right: 1px solid rgb(245, 118, 77);
}

ul.nav.nav-pills li.active button a {
    background-color: rgb(255, 255, 255);
    color: rgb(242, 84, 33);
    border-right: 1px solid rgb(255, 255, 255);
}

ul.nav.nav-pills li.active button a span {
    color: rgb(242, 84, 33);
}

ul.nav.nav-pills li button a {
    color: rgb(255, 255, 255);
    display: grid;
    text-transform: uppercase;
    font-size: 14px;
}

ul.nav.nav-pills li button a:hover, a.tab-button:hover {
    text-decoration: none;
}

ul.nav.nav-pills li button a span {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

ul.nav.nav-pills li button {
    border: none;
    background: none;
    padding: 0px;
}

.tab-content-head {
    display: flex;
    padding: 15px 0px 30px 71px;
}

ul.nav.nav-tabs, ul.nav.nav-pills {
    margin-top: 14px;
}

.nav-tabs {
    border-bottom: none;
}

a.tab-button {
    background-color: rgb(255, 255, 255);
    border: 2px solid;
    outline: none;
    cursor: pointer;
    padding: 5px 36px;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    color: rgb(242, 84, 33);
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
}

ul.nav.nav-tabs li.active a.tab-button {
    background-color: rgb(242, 84, 33);
    color: rgb(255, 255, 255);
}

ul.nav.nav-pills li.active a.tab-button {
    background-color: rgb(242, 84, 33);
    color: rgb(255, 255, 255);
}

.tab-content-head h3 {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: 500;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    margin-right: 77px;
}

#what-people-says {
    background: url("../images/_37.jpg") 0% 0% / cover no-repeat fixed;
    display: block;
    padding: 50px 0px 85px;
}

#what-people-says .testimonial-heading-bg hr {
    border-top: 4px solid rgba(255, 255, 255, 0.5);
}

.what-client-says-col {
    background: rgb(225, 83, 37);
    color: rgb(255, 255, 255);
    margin-top: 30px;
}

.what-client-says-inn {
    padding: 44px 32px;
}

.what-client-says-inn .user-info figure {
}

.what-client-says-inn .user-info figure > img {
    width: 73px;
    height: 73px;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.what-client-says-inn .user-info figure h4 {
    padding-left: 93px;
    font-size: 24px;
    line-height: 32px;
}

.what-client-says-inn .user-info figure h4 span {
    display: block;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

.what-client-says-inn .user-info figure p {
    margin-top: 32px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
}

.what-client-says-inn .owl-nav {
    position: absolute;
}

.what-client-says-inn .owl-nav button {
    width: 80px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    position: relative;
    background: rgb(255, 255, 255) !important;
    border-radius: 0px !important;
    color: rgba(58, 58, 58, 0.5) !important;
    margin: 0px 0.5px !important;
    font-size: 45px !important;
}

.what-client-says-inn .owl-nav button:focus, .what-client-says-inn .owl-nav button:hover {
    color: rgb(227, 82, 35) !important;
    border: none !important;
    outline: none !important;
}

.what-client-says-inn .owl-dots {
    display: none;
}

#event-packages-sec {
    padding: 70px 0px 90px;
    background: url("../images/pricing-sec-pettern.png") repeat;
    display: block;
    line-height: 1.42857;
}

.eventpackage {
    margin-top: 57px;
}

#event-packages-sec .sec-black-hadding span {
    color: rgb(86, 86, 86);
}

.prices {
    padding: 135px 0px;
    background-color: rgb(242, 84, 33);
}

.prices p.block-title {
    color: rgb(255, 255, 255);
    text-align: center;
}

.event-priceing {
    border-right: 1px solid rgb(246, 136, 100);
}

.event-priceing:last-child {
    border: none;
}

.event-priceing .best-offer {
    background-color: rgb(29, 30, 30);
    padding: 11px 0px 7px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.event-priceing .plan-name {
    border-bottom: 1px solid rgb(246, 136, 100);
    padding: 0px 0px 26px;
    text-align: center;
}

.event-priceing .plan-name h6 {
    font-weight: 600;
    font-family: Oswald, sans-serif;
    font-size: 34px;
    letter-spacing: 4px;
    margin-bottom: 3px;
    margin-top: 10px;
    text-transform: uppercase;
}

.event-priceing .plan-name h6:first-child, .event-priceing .plan-name h6:last-child {
    padding-top: 80px;
}

.event-priceing .plan-name h6.best-offer-padding {
    padding-top: 22px;
}

.event-priceing .plan-name small {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.event-priceing .plan-price {
    border-bottom: 1px solid rgb(246, 136, 100);
    padding: 10px 0px;
    text-align: center;
    font-weight: 900;
    font-size: 110px;
    color: rgb(255, 180, 0);
}

.event-priceing .plan-price sup {
    font-weight: 700;
    font-size: 40px;
    vertical-align: middle;
    margin-right: 8px;
}

.event-priceing .plan-details {
    padding: 25px 0px 0px;
    text-align: center;
}

.event-priceing .plan-details ul {
    margin: 0px 20% 45px 27%;
    max-width: 200px;
}

.event-priceing .plan-details li {
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    margin: 20px 0px;
}

.event-priceing .plan-details li i {
    color: rgb(255, 255, 255);
    margin-right: 7px;
}

.eventpackage .event-priceing:last-child {
    border-right: 0px;
}

.eventpackage .event-priceing .plan-name small, .eventpackage .event-priceing .plan-name {
    color: rgb(49, 49, 49);
}

.eventpackage .event-priceing .plan-details {
    color: rgb(86, 86, 86);
}

.eventpackage p.block-title {
    color: rgb(242, 84, 33);
}

.eventpackage .event-priceing {
    padding: 0px;
}

.eventpackage .event-priceing .plan-name h6 {
    font-size: 24px;
}

.eventpackage .event-priceing .plan-price {
    font-size: 80px;
}

.eventpackage .event-priceing:nth-child(4) .inner-pricing .plan-name {
    padding-bottom: 25px;
}

.eventpackage .event-priceing .plan-name h6 {
    margin-top: 20px;
}

.eventpackage .event-priceing .plan-name h6:first-child, .event-priceing .plan-name h6:last-child {
    padding-top: 0px;
}

.eventpackage .event-priceing .plan-name h6.best-offer-padding {
    padding-top: 0px;
}

.eventpackage .event-priceing .plan-details {
    padding-top: 5px;
}

.eventpackage .event-priceing .plan-details ul {
    margin: 0px 20% 45px;
}

.eventpackage .event-priceing .plan-details li {
    font-size: 20px;
}

.eventpackage .event-priceing .best-offer {
    background: rgb(242, 84, 33);
    left: 0px;
    right: 0px;
    top: -38px;
    position: absolute;
}

.eventpackage .event-priceing {
    border-right: 1px solid rgb(199, 199, 199);
}

.eventpackage .event-priceing .plan-price, .eventpackage .event-priceing .plan-name {
    border-bottom: 1px solid rgb(199, 199, 199);
}

.eventpackage .event-priceing .plan-details li i {
    color: rgb(242, 84, 33);
}

.eventpackage .event-priceing .btn-box {
    padding: 0px 30px;
}

.eventpackage .event-priceing .btn-box .view {
    line-height: 60px;
    height: 60px;
    padding: 0px;
    font-size: 16px;
}

#sponsors-sec .sponsors-heading-bg {
    background: url("../images/_39.jpg") 0% 0% / cover no-repeat;
    display: block;
    min-height: 429px;
    padding: 50px 0px;
}

.sponsors-list-bg {
    background: rgb(243, 243, 243);
    padding-bottom: 100px;
}

.sponsors-bg {
    background: rgb(255, 255, 255);
    margin-top: -219px;
}

.sponsors-bg > .row {
    margin-left: 0px;
    margin-right: 0px;
}

.sponsors-bg .sponsors-col {
    padding-left: 0px;
    padding-right: 0px;
}

.sponsors-bg .sponsors-col-inn {
    padding: 30px 55px;
    text-align: center;
    min-height: 219px;
    position: relative;
}

.sponsors-bg .sponsors-col-inn.block2 {
    border-bottom: none;
}

.sponsors-col-inn {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sponsors-bg .sponsors-col:nth-child(n+1) .sponsors-col-inn {
    border-right: none;
}

.sponsors-bg .sponsors-col-inn figure {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sponsors-bg .sponsors-col-inn img {
    width: inherit;
}

.sponsors-bg .sponsors-col-inn figure img {
    text-align: center;
    float: none;
    display: inline-block;
    filter: grayscale(100%);
}

.sponsors-bg .sponsors-col-inn:hover figure img {
    filter: grayscale(0);
}

.sponsors-bg .owl-theme .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 35px !important;
}

.sponsors-bg .owl-dots .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(242, 84, 33, 0.3);
}

.sponsors-bg .owl-dots .owl-dot span:hover, .sponsors-bg .owl-dots .owl-dot span:focus, .sponsors-bg .owl-dots .owl-dot.active span {
    background: rgb(242, 84, 33);
}

.sponsors-bg .owl-dots .owl-dot:hover, .sponsors-bg .owl-dots .owl-dot:focus {
    box-shadow: none;
    outline: none;
}

.previous-event-heading-bg {
    background: rgb(243, 243, 243);
}

.previous-event-heading-bg .heading-col {
    background: url("../images/prev-event-title-bg.jpg") 0% 0% / cover no-repeat;
    position: relative;
    z-index: 1;
    color: rgb(255, 255, 255);
    padding-top: 40px;
    padding-bottom: 25px;
}

.previous-event-heading-bg .heading-col::before {
    content: "";
    background: rgba(242, 84, 33, 0.9);
    position: absolute;
    inset: 0px;
    z-index: -1;
}

.modalModal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modalModal-content {
    position: relative;
    margin: auto;
    padding: 0px;
    width: 500px;
    max-width: 1200px;
}

.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -50px;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 30px;
    transition: all 0.6s ease 0s;
    border-radius: 0px 3px 3px 0px;
    user-select: none;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 30px;
    transition: all 0.6s ease 0s;
    border-radius: 0px 3px 3px 0px;
    user-select: none;
    right: -50px;
}

.next:hover, .prev:hover {
    font-size: 42px;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-duration: 1s;
    animation-name: zoomIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

.fadeInDown {
    animation-duration: 1s;
    animation-name: fadeInDown;
}

.modalModal .close {
    color: rgb(255, 255, 255);
    position: absolute;
    top: 100px;
    right: 25px;
    font-size: 45px;
    font-weight: bold;
}

.modalModal .close:hover, .modalModal .close:focus {
    color: rgb(153, 153, 153);
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.mySlides img {
    margin-bottom: -8px;
    width: 500px;
    height: 500px;
}

.gallery-img img {
    width: 100%;
    display: block;
}

.gallery-img {
    position: relative;
    transition: all 0.5s ease 0s;
}

.gallery-img:hover::before {
    content: "";
    position: absolute;
    background: url("../images/zoom-arrow.png") no-repeat;
    inset: 0px;
    width: 100px;
    height: 100px;
    margin: auto;
    z-index: 2;
}

.gallery-img:hover::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.hover-shadow {
    position: relative;
    transition: all 0.3s ease 0s;
}

.gallery {
    display: flex;
    margin-bottom: -8px;
}

#upcoming-event-sec {
    padding: 50px 0px 60px;
}

#upcoming-events-slider {
    margin-top: 20px;
}

.news-slider .news-block {
    border: 1px solid rgb(229, 229, 229);
}

.news-slider .news-block figcaption {
    position: relative;
    padding: 25px 30px 35px;
}

.news-slider .news-block .date {
    background: rgb(242, 84, 33);
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    width: 137px;
    height: 38px;
    line-height: 38px;
    font-family: Oswald, sans-serif;
    display: inline-block;
    position: absolute;
    top: -18px;
    margin-left: -7px;
}

.news-slider .news-block figcaption h3 {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    text-transform: inherit;
    line-height: 27px;
    margin: 15px 0px;
}

.news-slider .news-block figcaption h3 a {
    color: rgb(51, 51, 51);
}

.news-slider .news-block figcaption h3 a:hover {
    text-decoration: none;
}

.news-slider .news-block figcaption .more {
    color: rgb(255, 62, 0);
    font-size: 14px;
    font-weight: 700;
}

.news-slider .news-block figcaption .more:hover {
    text-decoration: none;
}

.news-slider .news-block figcaption .more i {
    display: inline-block;
    position: relative;
    left: 5px;
    transition: all 0.3s ease 0s;
}

.news-slider .news-block figcaption .more:hover i {
    left: 14px;
    transition: all 0.3s ease 0s;
}

.news-slider .news-block:hover {
    border: 1px solid rgb(255, 62, 0);
}

.news-slider .view-all-box {
    margin-top: 47px;
    text-align: center;
}

.news-slider .view-all-box .view {
    width: 225px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}

.newslatter-bg {
    background-color: rgb(242, 84, 33);
}

.newslatter {
    padding: 40px 0px;
}

.newslatter h4 {
    font-size: 24px;
    line-height: 36px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    text-transform: capitalize;
}

.newslatter-form {
    padding: 40px 0px;
}

.newslatter-form form {
    display: flex;
    padding: 9px 0px 0px;
}

.newslatter-form form i {
    position: absolute;
    color: white;
    font-size: 22px;
    top: 67px;
    left: 47px;
}

.newslatter-form form.active i {
    color: rgb(242, 84, 33);
}

.newslatter-form form input {
    width: 65%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgb(255, 255, 255);
    padding-left: 70px;
}

.newslatter-form form input:focus {
    outline: none;
}

.newslatter-form form input::placeholder {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: Montserrat, sans-serif;
}

.Subscribe-btn {
    margin: 0px 0px 0px 20px;
}

.Subscribe-btn button {
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding: 16px 65px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgb(87, 85, 85);
    transition: all 0.5s ease 0s;
    border: 0px;
    cursor: pointer;
}

.Subscribe-btn button:hover {
    text-decoration: none;
    padding: 16px 65px;
    background-color: rgb(169, 59, 23);
}

#map {
    height: 600px;
}

.btn-register .view {
    display: initial;
    padding: 25px 90px;
    border: none;
    background: rgb(255, 255, 255);
    vertical-align: middle;
    position: relative;
    z-index: 1;
    font-size: 20px;
    backface-visibility: hidden;
    text-transform: uppercase;
    color: rgb(242, 84, 33);
    font-weight: bold;
    transition: all 0.5s ease 0s;
    text-decoration: none !important;
}

.btn-register {
    padding: 50px 0px 30px;
}

.btn-register .view:hover {
    padding: 20px 90px;
}

.location {
    position: relative;
}

.location-bg {
    position: absolute;
    top: 60px;
    left: 90px;
    background-color: rgb(242, 84, 33);
}

.location-info {
    color: rgb(255, 255, 255);
    padding: 40px 50px;
}

.location-info h3 {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid rgb(246, 136, 100);
    padding-bottom: 15px;
}

.location-info p {
    display: flex;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    padding-top: 20px;
}

.location-info p a {
    font-size: 20px;
    line-height: 50px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

.location-info p a:hover {
    text-decoration: none;
}

.location-info span {
    padding-right: 20px;
}

.location-info h3 span i {
    background-color: white;
    color: rgb(242, 84, 33);
    position: relative;
}

.location-info h3 span i::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -7px;
    right: 13px;
    margin-top: -3px;
    border-width: 10px 10px 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent;
}

.location-info p:hover span i {
    background-color: white;
    color: rgb(242, 84, 33);
    position: relative;
}

.location-info p:hover span i::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -7px;
    right: 13px;
    margin-top: -3px;
    border-width: 10px 10px 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent;
}

.location-info span i {
    border: 1px solid rgb(255, 255, 255);
    font-size: 20px;
    border-radius: 50%;
    height: 48px;
    padding-top: 14px;
    width: 48px;
    text-align: center;
}

.bottom-social {
    padding: 40px 0px;
    background-color: rgb(233, 233, 233);
    text-align: center;
}

.bottom-social a {
    color: rgb(195, 194, 194);
    font-size: 38px;
    margin: 0px 25px;
}

.bottom-social a:hover, .bottom-social a:hover svg path {
    color: rgb(242, 84, 33);
    text-decoration: none;
    fill: rgb(242, 84, 33);
}

.footer-left {
    font-family: "Roboto Slab", serif;
    color: rgb(255, 255, 255);
}

.footer-left p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-left strong {
    font-weight: 600;
}

.footer-top {
    background: rgb(242, 84, 33);
    padding: 30px 0px;
}

.footer-right {
    text-align: right;
}

.footer-right ul {
    margin-bottom: 0px;
    margin-top: 6px;
}

.footer-right ul li {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.footer-right ul li a {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-right ul li span {
    margin: 0px 15px;
}

.footer-right ul li a:hover {
    text-decoration: none;
}

.footer-bottom {
    background: rgb(233, 233, 233);
    padding: 20px 0px;
    color: rgb(242, 84, 33);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copytight {
    font-size: 14px;
    text-transform: uppercase;
}

.footer-bottom a {
    color: rgb(242, 84, 33);
}

.more_link {
    color: rgb(242, 84, 32);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.more_link:hover {
    color: rgb(169, 59, 23);
}

.newslatter-form .form-control.email.error {
    border: 1px solid red;
}

.newslatter-form .form-control.email {
    display: block;
}

.newslatter-form #form-0-field-0-error {
    display: none;
}
 #cookiePopup {
    background: #fffaf8;
    max-width: 25%;
    position: fixed;
    left: 15px;
    bottom: 15px;
    padding: 20px;
  }
  #cookiePopup h4 {
    color: #f25421;
}
  #cookiePopup p {
    text-align: left;
    font-size: 15px;
    color: #222;
    margin: 10px 0;
}
  #cookiePopup button {
    width: 100%;
    background: #f25421;
    padding: 10px;
    border-radius: 0;
    color: white;
    font-family: Oswald, sans-serif;
    border: 1px solid #f25421;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
section.reg-form {
    background: #191919;
    padding: 50px;
}
.bg-price {
    background: #131414;
}
.mclass-box h5 {
    min-height: 104px;
    display: flex;
    align-items: center;
}
.home-bann .speaker-box {
    box-shadow: 3px 3px 0px 1px #ffffff;
    margin: 0px 18px 50px;
}
.home-bann .speaker-details {
    background: #f25421;
    padding: 10px;
}

.home-bann .speaker-details span.speaker-name {
    font-size: 20px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: bold;
}

.home-bann .speaker-details span.speaker-designation {
    display: inline-block;
    font-size: 13px;
    width: 100%;
}
.home-bann .speaker-box a {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    #top-header.sticky-header {
        position: relative;
        height: auto;
    }

    #top-header .cd-logo {
        margin-top: 0;
    }

    #top-header {
        background: rgb(51, 51, 51);
        height: auto;
        position: relative !important;
    }
}

@media screen and (max-width: 991px) {
    .what-client-says-inn .owl-dots {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .custom-radio {
        padding-right: 10px;
        padding-left: 0px;
    }

    .checkmark {
        left: 30px;
    }

    .checkmark2 {
        left: 42px;
    }

    .banner-left-bar h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .banner-left-bar p {
        line-height: 20px;
    }

    figure.video-bg-sec figcaption {
        top: 20%;
    }

    .view {
        padding: 15px 34px;
    }

    .view-btns li {
        margin-right: 10px;
    }

    figure.video-bg-sec figcaption img {
        top: inherit;
    }

    .event-speakers h3 {
        font-size: 25px;
        line-height: 40px;
    }

    .event-speakers p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: rgb(86, 86, 86);
        margin-bottom: 5px;
    }

    .speaker-box figcaption {
        bottom: -70%;
        padding: 20px;
    }

    .speaker-box:hover figcaption {
        padding: 25px;
    }

    .speaker-box figcaption p {
        padding: 20px 10px;
        margin: 15px 0px;
    }

    .event-time {
        padding: 0px 10px 15px;
    }

    .event-time h4 {
        font-size: 16px;
    }

    .event-info {
        padding: 0px 6px 0px 10px;
    }

    .event-info h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
    }

    .event-schedule figcaption ul li {
        padding-top: 5px;
    }

    .event-schedule figcaption {
        top: 0px;
    }

    ul.nav.nav-pills li button a {
        padding: 25px 49px;
    }

    .tab-content-head {
        padding: 15px 0px 30px 22px;
    }

    .schedule {
        min-height: 362px;
    }

    .mySlides img {
        height: 420px;
    }

    .newslatter-form {
        padding: 20px 0px 30px;
    }

    .newslatter {
        padding: 22px 0px 0px;
    }

    .newslatter-form form i {
        top: 45px;
    }

    .newslatter h4 {
        font-size: 20px;
    }

    .location-info {
        padding: 30px 26px;
    }

    .location-info p a {
        font-size: 18px;
    }

    .location-info p {
        font-size: 18px;
        line-height: 34px;
    }

    .btn-register .view {
        padding: 18px 60px;
    }

    .footer-left p {
        padding-top: 4px;
        font-size: 19px;
    }

    .footer-right ul li a {
        font-size: 14px;
    }

    .footer-right ul li span {
        margin: 0px 9px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        bottom: -50px;
        right: 0px;
        left: 0px;
    }

    #upcoming-event-sec .owl-carousel .owl-nav button.owl-next, #upcoming-event-sec .owl-carousel .owl-nav button.owl-prev {
        background: rgb(242, 84, 33);
        border-radius: 0px;
        color: rgb(255, 255, 255);
        opacity: 1;
        padding: 2px 8px !important;
    }

    #top-header.sticky-header {
        position: relative;
        height: auto;
    }

    #top-header .cd-logo {
        margin-top: 30px;
        margin: 0 auto;
    }

    #top-header {
        background: rgb(51, 51, 51);
        height: auto;
        position: relative !important;
    }

    figure.video-bg-sec figcaption .btn-primary {
        width: 70px;
        height: 70px;
    }

    figure.video-bg-sec figcaption p {
        bottom: -40px;
    }

    figure.video-bg-sec figcaption img {
        width: 20px;
    }

    .banner-left-bar {
        padding-top: 30px;
    }

    .time-location {
        margin-bottom: 30px;
    }

    .time-location li {
        margin: 5px;
    }

    .banner-left-bar h1 {
        margin-bottom: 10px;
        font-size: 45px;
    }

    .register-form {
        margin: 40px 65px;
    }

    .view {
        padding: 10px 16px;
    }

    .view-btns li {
        margin-right: 5px;
    }

    .view-btns {
        margin-top: 15px;
    }

    #annual-conference-sec .video-info p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    #annual-conference-sec .video-info h3 {
        font-size: 32px;
    }

    #annual-conference-sec .video-info {
        padding-left: 0px;
    }

    figure.video-bg-sec figcaption p {
        margin-top: 20px;
    }

    figure.video-bg-sec figcaption img {
        top: 0px;
    }

    figure.video-bg-sec figcaption {
        top: 70px;
    }

    #counts-sec h2 {
        font-size: 45px;
    }

    #counts-sec span {
        font-size: 16px;
    }

    .speaker-box figcaption {
        bottom: -73%;
    }

    .speaker-box:hover figcaption {
        padding: 21px 45px;
    }

    .confrence-bg .confrence-col-inn {
        padding: 30px 10px 30px 25px;
    }

    .confrence-bg .confrence-title {
        padding-left: 50px;
    }

    .confrence-bg .confrence-col-inn .icon-box {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 16px;
    }

    .confrence-bg .confrence-title h3 {
        font-weight: 500;
        font-size: 20px;
    }

    .confrence-bg .confrence-col-inn p {
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        margin: 15px 0px 0px;
    }

    .text-center h2 {
        font-size: 34px;
    }

    ul.nav.nav-pills li button a {
        padding: 15px 26px;
    }

    ul.nav.nav-pills li button a span {
        font-size: 18px;
    }

    a.tab-button {
        padding: 5px 20px;
    }

    .tab-content-head h3 {
        font-size: 20px;
        margin-right: 40px;
    }

    .tab-content-head {
        display: flex;
        padding: 15px 0px 30px 20px;
    }

    .schedule-content {
        display: flex;
    }

    .schedule {
        display: block;
        margin-left: 0;
    }

    .eventpackage .event-priceing {
        margin-bottom: 70px;
    }

    .eventpackage .event-priceing:nth-child(2) {
        border-right: none;
    }

    .newslatter-form form i {
        top: 26px;
    }

    .newslatter-form {
        padding: 0px 0px 40px;
    }

    .newslatter {
        padding: 40px 0px 20px;
        text-align: center;
    }

    .location-bg {
        left: 40px;
    }

    .location-info {
        color: rgb(255, 255, 255);
        padding: 20px 20px 40px 30px;
    }

    .location-info p {
        font-size: 18px;
        line-height: 30px;
    }

    .location-info p a {
        font-size: 18px;
    }

    .btn-register {
        padding: 40px 10px 20px;
    }

    .btn-register .view {
        padding: 15px 35px;
    }

    .footer-left p {
        text-align: center;
        font-size: 25px;
    }

    .footer-right {
        text-align: center;
        padding-top: 20px;
    }

    .footer-right ul li a {
        font-size: 14px;
    }

    .footer-right ul li span {
        margin: 0px 8px;
    }

    label.custom-radio {
        font-size: 16px;
    }

    .custom-radio {
        padding-right: 30px;
        padding-left: 30px;
    }

    .checkmark {
        left: 60px;
    }

    .checkmark2 {
        left: 80px;
    }

    .event-speakers h3 {
        font-size: 25px;
        line-height: 35px;
    }

    #annual-conference-sec .video-info p, .event-speakers p {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 5px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-left-bar {
        padding-top: 50px;
    }

    .time-location li {
        font-size: 24px;
    }

    .hasCountdown .countdown_section {
        width: 116px;
    }

    .schedule {
        display: block;
    }

    .eventpackage .event-priceing:nth-child(2) {
        border-right: none;
    }

    .eventpackage .event-priceing {
        margin-bottom: 70px;
    }

    ul.nav.nav-pills li button a {
        padding: 15px 13px;
    }

    ul.nav.nav-pills li button a span {
        font-size: 15px;
    }

    .tab-content-head {
        display: block;
        padding: 15px 0px 30px;
    }

    .tab-content-head h3 {
        font-size: 18px;
        margin-right: 0px;
        text-align: center;
    }

    ul.nav.nav-tabs, ul.nav.nav-pills {
        margin-top: 12px;
        align-items: center;
        justify-content: center;
    }

    .event-schedule {
        margin-bottom: 10px;
    }

    a.tab-button {
        font-size: 14px;
        padding: 5px 10px;
    }

    .event-time {
        padding: 0px 15px 15px;
    }

    .event-info {
        padding: 0px 6px 0px 15px;
    }

    .event-info h3 {
        font-size: 17px;
    }

    .event-schedule figcaption {
        top: 4px;
    }

    .banner-left-bar h1 {
        margin-bottom: 10px;
        font-size: 41px;
    }

    .banner-left-bar p {
        font-size: 20px;
    }

    .register-form {
        margin: 40px 45px;
    }

    #annual-conference-sec .video-info p {
        font-size: 14px;
    }

    #annual-conference-sec .video-info {
        padding-left: 118px;
    }

    #annual-conference-sec .video-info h3 {
        font-size: 32px;
        margin-top: 20px;
    }

    .view {
        padding: 12px 26px;
    }

    .view-btns {
        margin-top: 20px;
    }

    #counts-sec span {
        font-size: 14px;
        line-height: 24px;
    }

    #counts-sec h2 {
        font-size: 45px;
    }

    .event-speakers span {
        font-size: 13px;
        line-height: 20px;
    }

    .event-speakers p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .event-speakers h3 {
        font-size: 25px;
        line-height: 26px;
    }

    .speaker-box figcaption p {
        font-size: 14px;
        padding: 15px 8px;
        margin: 10px 0px;
    }

    .speaker-box figcaption ul li a {
        width: 32px;
        height: 32px;
        padding-top: 4px;
    }

    .speaker-box figcaption {
        bottom: -69%;
        padding: 6px 17px;
    }

    .speaker-box:hover figcaption {
        padding: 9px 16px;
    }

    .text-center h2 {
        font-size: 28px;
    }

    .newslatter {
        padding: 40px 0px 10px;
    }

    .newslatter-form {
        padding: 0px 0px 40px;
    }

    .newslatter-form form input {
        height: 52px;
    }

    .newslatter-form form i {
        top: 23px;
    }

    .Subscribe-btn {
        margin: 15px 0px 0px 15px;
        float: right;
    }

    .Subscribe-btn button {
        font-size: 16px;
        padding: 16px 34px;
    }

    .location-bg {
        position: inherit;
        top: 0px;
        left: 0px;
    }

    .modalModal-content {
        width: 400px;
    }

    .mySlides img {
        margin-bottom: -9px;
        width: 400px;
        height: 400px;
    }

    .footer-left p {
        text-align: center;
        font-size: 25px;
    }

    .footer-right {
        text-align: center;
        padding-top: 20px;
    }

    .footer-right ul li a {
        font-size: 14px;
    }

    .footer-right ul li span {
        margin: 0px 8px;
    }

    #top-header.sticky-header {
        position: relative;
        height: auto;
    }

    #top-header .cd-logo {
        margin-top: 30px;
        text-align: center;
    }

    #top-header {
        background: rgb(51, 51, 51);
        height: 74px !important;
        position: relative !important;
    }

    #main-banner-sec {
        padding-top: 0px;
    }

    figure.video-bg-sec figcaption .btn-primary {
        width: 70px;
        height: 70px;
    }

    figure.video-bg-sec figcaption p {
        bottom: -40px;
    }

    figure.video-bg-sec figcaption img {
        width: 20px;
    }

    .confrence-bg .confrence-col-inn {
        padding: 30px 10px 30px 25px;
    }

    .confrence-bg .confrence-title {
        padding-left: 50px;
    }

    .confrence-bg .confrence-col-inn p {
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        margin: 15px 0px 0px;
    }

    .confrence-bg .confrence-col-inn .icon-box {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 16px;
    }

    .confrence-bg .confrence-title h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
    }

    .what-client-says-inn {
        padding: 44px 0px;
    }

    #event-packages-sec {
        padding: 30px 0px 50px;
    }

    .eventpackage .event-priceing:last-child {
        margin-bottom: 0px;
    }

    #our-conference-sec .conference-heading-bg {
        padding: 25px 0px;
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        bottom: -50px;
        right: 0px;
        left: 0px;
    }

    #upcoming-event-sec .owl-carousel .owl-nav button.owl-next, #upcoming-event-sec .owl-carousel .owl-nav button.owl-prev {
        background: rgb(242, 84, 33);
        border-radius: 0px;
        color: rgb(255, 255, 255);
        opacity: 1;
        padding: 2px 8px !important;
    }

    figure.video-bg-sec:hover > img {
        transform: scale(1) rotate(0deg);
    }
}

@media (max-width: 575.98px) {
    .owl-theme .owl-nav {
        margin-top: 10px;
        position: absolute;
        bottom: -50px;
        right: 0px;
        left: 0px;
    }

    #upcoming-event-sec .owl-carousel .owl-nav button.owl-next, #upcoming-event-sec .owl-carousel .owl-nav button.owl-prev {
        background: rgb(242, 84, 33);
        border-radius: 0px;
        color: rgb(255, 255, 255);
        opacity: 1;
        padding: 2px 8px !important;
    }

    .event-schedule {
        margin-bottom: 10px;
    }

    figure.video-bg-sec img {
        margin: 0px auto;
        height: auto !important;
    }

    figure.video-bg-sec:hover > img {
        transform: scale(1) rotate(0deg);
    }

    #our-conference-sec .conference-heading-bg {
        padding: 25px 0px;
        min-height: 330px;
    }

    #event-packages-sec {
        padding: 30px 0px 50px;
    }

    .eventpackage .event-priceing:last-child {
        margin-bottom: 0px;
    }

    .confrence-bg .confrence-title h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
    }

    .confrence-bg .confrence-col-inn p {
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        margin: 15px 0px 0px;
    }

    .confrence-bg .confrence-col-inn .icon-box {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 16px;
    }

    .confrence-bg .confrence-col-inn {
        padding: 30px 10px 30px 25px;
    }

    .confrence-bg .confrence-title {
        padding-left: 50px;
    }

    #top-header.sticky-header {
        position: relative;
        height: auto;
    }

    #top-header .cd-logo {
        margin-top: 0px;
        text-align: center;
        padding: 5px 0px;
    }

    #top-header {
        background: rgb(51, 51, 51);
        position: relative !important;
        padding: 5px 0;
    }

    #main-banner-sec {
        padding-top: 10px;
        background-attachment: scroll;
    }

    figure.video-bg-sec figcaption .btn-primary {
        width: 70px;
        height: 70px;
    }

    figure.video-bg-sec figcaption p {
        bottom: -40px;
    }

    figure.video-bg-sec figcaption img {
        width: 20px;
    }

    .time-location li {
        font-size: 16px;
        padding: 12px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .banner-left-bar {
        padding-top: 30px;
        text-align: left;
    }

    .modalModal-content {
        width: 250px;
        margin-top: 55px;
    }

    .mySlides img {
        margin-bottom: -8px;
        width: 250px;
        height: 250px;
    }

    .close {
        top: 90px;
        right: 10px;
    }

    .schedule {
        display: block;
    }

    .schedule-content {
        display: block;
    }

    .event-schedule {
        margin-top: 10px;
    }

    .newslatter-form form {
        display: block;
    }

    .location-bg {
        position: inherit;
        top: 0px;
        left: 0px;
    }

    .location-info span i {
        font-size: 16px;
        height: 35px;
        padding-top: 9px;
        width: 35px;
    }

    .location-info h3 {
        font-size: 25px;
    }

    .location-info p {
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
    }

    .location-info p a {
        font-size: 15px;
        line-height: 36px;
        font-weight: 400;
    }

    .btn-register .view {
        padding: 20px 50px;
        font-size: 14px;
    }

    .location-info {
        color: rgb(255, 255, 255);
        padding: 40px 10px;
    }

    .banner-left-bar h1 {
        font-size: 24px;
        line-height: 38px;
        text-align: left;
    }

    .banner-left-bar p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0;
    }

    .social-icons li {
        padding: 0px 3px;
    }

    .form-title {
        padding: 32px 15px;
    }

    .register-form h4 {
        font-size: 25px;
    }

    .userform {
        padding: 35px 20px 30px;
    }

    .register-form {
        margin-top: 31px;
    }

    #annual-conference-sec::before {
        height: 295px;
        width: 50%;
    }

    #annual-conference-sec .video-info {
        padding-left: 0px;
    }

    #annual-conference-sec .video-info h3 {
        /* font-size: 30px; */
    }

    figure.video-bg-sec figcaption {
        top: 25%;
    }

    .view {
        padding: 10px;
        font-size: 13px;
    }

    .view-btns li {
        margin-right: 5px;
    }

    .speaker-box figcaption {
        padding: 17px 25px;
    }

    .speaker-box figcaption p {
        padding: 15px 10px;
    }

    .confrence-bg .confrence-col-inn {
        padding: 20px 15px 30px 20px;
        border-left: 0;
    }

    .confrence-bg .confrence-title {
        padding-left: 50px;
    }

    .confrence-bg .confrence-title h3 {
        font-size: 20px;
    }

    .confrence-bg .confrence-col-inn .icon-box {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .confrence-bg .confrence-col-inn p {
        margin: 15px 0px 0px;
    }

    ul.nav.nav-pills li button a {
        padding: 12px 10px;
    }

    ul.nav.nav-pills li.active button a {
        border-right: 1px solid rgb(255, 255, 255);
    }

    ul.nav.nav-pills li button a span {
        font-size: 12px;
    }

    .tab-content-head {
        padding: 15px 0px;
        display: block;
    }

    .tab-content-head h3 {
        font-size: 13px;
        margin-right: 0px;
        text-align: center;
        line-height: 20px;
    }

    ul.nav.nav-tabs, ul.nav.nav-pills {
        margin-top: 12px;
        align-items: center;
        justify-content: center;
    }

    ul.nav.nav-pills {
        max-width: 227px;
        margin: 0px auto;
    }

    .what-client-says-inn {
        padding: 44px 0px;
    }

    a.tab-button {
        border: 1px solid;
        padding: 7px 5px;
        font-size: 11px;
        margin-right: 3px;
    }

    .text-center h2 {
        font-size: 22px;
        line-height: 35px;
    }

    .what-client-says-inn .user-info figure p {
        padding-bottom: 20px;
        font-size: 16px;
    }

    .eventpackage .event-priceing {
        margin-bottom: 70px;
    }

    .newslatter {
        padding: 40px 0px 0px;
    }

    .newslatter h4 {
        font-size: 20px;
    }

    .newslatter-form {
        padding: 15px 0px 45px;
    }

    .newslatter-form form i {
        top: 39px;
        left: 32px;
    }

    .newslatter-form form input {
        width: 100%;
        height: 55px;
        padding-left: 48px;
    }

    .Subscribe-btn {
        margin: 35px 0px 0px;
    }

    .Subscribe-btn button {
        font-size: 17px;
        padding: 16px 34px;
    }

    .bottom-social a {
        color: rgb(195, 194, 194);
        font-size: 30px;
        margin: 0px 8px;
    }

    .footer-left p {
        font-size: 20px;
        text-align: center;
    }

    .footer-right {
        text-align: center;
        padding-top: 0px;
    }

    .footer-right ul li a {
        font-size: 12px;
    }

    .footer-right ul li span {
        margin: 0px 2px;
    }

    .gallery {
        display: block;
        margin-bottom: 0px;
    }

    .hasCountdown .countdown_section {
        width: 66px;
        font-size: 19px;
        padding: 7px 0px;
        margin: 40px 3px;
    }

    .countdown_amount {
        font-size: 26px;
    }

    .eventpackage .event-priceing {
        border-right: 0px;
    }

    .custom-radio {
        padding-right: 10px;
        padding-left: 30px;
    }

    label.custom-radio {
        font-size: 12px;
        display: block;
        line-height: 18px;
    }

    .checkmark {
        left: 0;
    }

    .checkmark2 {
        left: 40px;
    }

    .userform .submit-btn {
        margin-bottom: 5px;
        height: 60px;
        font-size: 14px;
        padding: 10px;
        margin-top: 0;
    }

    .speaker-box figcaption p {
        padding: 15px 0px;
    }

    .location-info h3 span i::after, .location-info p:hover span i::after {
        right: 7px;
    }

    .speaker-box:hover figcaption {
        padding: 16px 45px;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    label.custom-radio {
        font-size: 14px;
    }

    .custom-radio {
        padding-right: 8px;
        padding-left: 28px;
    }

    .checkmark {
        left: 0;
    }

    .checkmark2 {
        left: 50px;
    }

    .speaker-box figcaption {
        padding: 16px 25px;
        bottom: -60%;
    }

    .speaker-box figcaption p {
        padding: 15px 29px;
    }

    .speaker-box:hover figcaption {
        padding: 31px 45px;
    }

    .parent_tab button {
        padding: 12px 34.1px;
    }

    button.parent_tablinks h5 {
        font-size: 16px;
    }
}

@media (min-width: 376px) and (max-width: 425px) {
    .speaker-box figcaption {
        padding: 24px 34px;
        bottom: -60%;
    }

    .speaker-box:hover figcaption {
        padding: 40px 45px;
    }

    .speaker-box figcaption p {
        padding: 31px 55px;
    }

    label.custom-radio {
        font-size: 14px;
    }

    .custom-radio {
        padding-right: 16px;
        padding-left: 26px;
    }

    .checkmark {
    }

    .checkmark2 {
        left: 58px;
    }

    .parent_tab button {
        padding: 18px 46.6px;
    }

    button.parent_tablinks h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .register-form p {
        font-size: 14px;
    }

    ul.time-location {
        margin-bottom: 20px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h4 {
        font-size: 24px;
        line-height: 34px;
    }

    #annual-conference-sec {
        padding: 50px 0px;
    }

    .delv .confrence-bg .confrence-col-inn .icon-box {
        top: 13px !important;
    }

    .front-head {
        min-height: 420px !important;
    }
}

img.fheight {
    height: 100%;
    object-fit: cover;
}

.right-10 {
    right: 10%;
    left: auto;
}

.highlight .confrence-title i {
    top: 34px !important;
}

.highlight .confrence-col-inn p {
    margin-top: 0px !important;
}

.location-bgg i, .location-bgg .location-info h3 span i {
    background: rgb(242, 84, 33);
    color: rgb(255, 255, 255);
}

.location-bgg .location-info p, .location-bgg .location-info p span {
    display: block;
    text-align: center;
}

.location-bgg .location-info p:hover span i {
    border: 1px solid rgb(242, 84, 33);
}

.cd-logo a {
    color: rgb(255, 255, 255);
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
}

.cd-logo strong {
    font-weight: 600;
}

#about {
    background: url("../images/about-us-banner.png") center center / cover no-repeat fixed;
    display: block;
    position: relative;
    width: 100%;
}

.about-us {
    padding: 120px 0px;
}

.abt-inner {
    max-width: 800px;
    margin: 0px auto;
}

.abt-inner p {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.front-head {
    background: url("../images/why-choos-us-bg.jpg") no-repeat;
}

.schedule.black {
    background: rgb(19, 20, 20);
    padding: 80px 0px;
}

.schedule .column {
    color: rgb(242, 84, 33);
    display: inline-block;
    font-size: 24px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 3px;
}

.schedule.black .main-row {
    border-bottom: 1px solid rgb(52, 53, 53);
    display: flex;
    margin-bottom: 50px;
}

.schedule.black .main-row .left-item span {
    color: rgb(242, 84, 33);
    display: inline-block;
    font-size: 24px;
    padding: 15px 25px;
    text-transform: uppercase;
}

.schedule.black .main-row .left-item span i {
    margin-right: 5px;
}

.schedule.black .main-row .left-item span .date {
    font-size: 20px;
    padding: 0px 0px 0px 35px;
}

.schedule.black .schedule-item .right-item {
    border-left: 1px solid rgb(52, 53, 53);
    border-bottom: 1px solid rgb(52, 53, 53);
    display: flex;
    width: 100%;
    margin-top: -5px;
}

.schedule.black .schedule-item .right-item .speaker-schedule {
    border-right: 1px solid rgb(52, 53, 53);
    padding-right: 30px;
}

.schedule.black .schedule-item .right-item .speaker-schedule span.speaker-timing {
    /* border-bottom: 1px solid rgb(52, 53, 53); */
}

.schedule.black .schedule-item .right-item .speaker-schedule span {
    display: inline-block;
    font-size: 20px;
    padding: 18px;
    text-align: left;
    width: 100%;
    color: rgb(255, 255, 255);
}

.schedule.black .schedule-item .right-item .speaker-schedule i {
    margin-right: 10px;
}

.schedule.black .schedule-item .right-item .col-sm-8.col-xs-12 {
    padding: 15px 25px 18px;
}

.schedule.black .schedule-item .right-item h3.speaker-topic {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 28px;
    font-family: Montserrat, sans-serif;
    text-transform: inherit;
}

.schedule.black .schedule-item .right-item .speaker {
    float: left;
    font-size: 20px;
    color: rgb(161, 161, 161);
    width: 100%;
    text-align: left;
}

.schedule.black .schedule-item .right-item .speaker span {
    border-right: 1px solid rgb(161, 161, 161);
    width: auto;
    padding-right: 15px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
}

.schedule.black .schedule-item .right-item .speaker i {
    margin-right: 10px;
}

span.speaker a {
    color: rgb(237, 94, 49);
}

span.speaker-timing i, .speaker-loaction i {
    color: rgb(242, 84, 33);
}

.OurPrices-style2 {
    padding: 80px 0px;
    background: rgb(255, 255, 255);
}

.removepadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.OurPrices-style2-card {
    border: 10px solid rgb(255, 255, 255);
    box-shadow: rgb(230, 228, 221) 0px 0px 2px;
    transition: all 1s ease-in-out 0s;
    overflow: hidden;
    position: relative;
    max-width: 580px;
    margin: 0 auto;
}

.OurPrices-style2-card-head {
    text-align: center;
    background: #131414;
    overflow: hidden;
    padding: 50px 40px 0px;
    position: relative;
    transition: all 1s ease-in-out 0s;
}

.OurPrices-style2-card-head h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    color: rgb(255 255 255);
    text-transform: uppercase;
    margin: 0px 0px 15px;
}

.OurPrices-style2-card-head h2 sub, .OurPrices-style2-card-head h2 sup {
    color: rgb(242, 84, 33);
    font-size: 24px;
    position: relative;
}

.OurPrices-style2-card-head h2 sup {
    top: -32px;
}

.OurPrices-style2-card-content {
    text-align: center;
    background: #131414;
    overflow: hidden;
    padding: 0px 16px 48px;
    position: relative;
    transition: all 1s ease-in-out 0s;
}

.OurPrices-style2-card-content ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: rgb(136, 136, 136);
}

.OurPrices-style2-card-content a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding: 20px 40px;
    margin-top: 40px;
    border-radius: 50px;
    background: rgb(242, 84, 33);
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

.OurPrices-style2-card .discount {
    background: rgb(242, 84, 33);
    color: rgb(255, 255, 255);
    height: 120px;
    padding-top: 85px;
    position: absolute;
    right: -60px;
    text-align: center;
    top: -60px;
    width: 120px;
    transform: rotate(45deg);
}

.schedule.black .schedule-item .right-item .speaker-schedule {
    border-right: 1px solid rgb(52, 53, 53);
    padding-right: 30px;
    padding-left: 0px;
}

.uc h3 {
    font-weight: normal;
}

.uc h3 span {
    font-weight: bold;
    color: rgb(242, 84, 32);
}

.testi .what-client-says-inn .user-info figure > img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    position: static;
    object-fit: cover;
}

.testi .what-client-says-inn .user-info figure h4 {
    padding-left: 0px;
}

.testi .what-client-says-inn .user-info figure p {
    margin-top: 8px;
    padding-bottom: 0px;
}

section#our-speakers-sec .speaker-box img {
    width: 90%;
    margin: 0px auto;
}

.testi figcaption {
    position: absolute;
    z-index: 9;
    top: 0px;
    padding: 30px;
}

.user-info {
    position: relative;
}

.testi .user-info::before {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: "";
    border-radius: 10px;
}

.testi {
    background: url("../images/testi-bg.jpg") center top / cover no-repeat !important;
    position: relative;
}

.invest .confrence-title h3 {
    line-height: 30px;
    text-transform: uppercase;
    color: #f25421;
}

.invest .confrence-col-inn .icon-box {
    top: 22px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.invest .confrence-title {
    padding-left: 65px;
}

.invest ul {
    margin-top: 20px;
    list-style: disc;
    padding-left: 20px;
}

.summit .invest {
    padding-top: 90px;
}

span.sitecolor {
    color: #F25420;
}

section.guarantee {
    background: rgb(253, 250, 247);
    padding: 80px 0px;
}
#main-banner-sec:before {
    content: '';
    background: rgb(0 0 0 / 35%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.testi:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6;
}
.pricesub-head {
    min-height: 160px;
}
a.btn.btn-primary {
    border: 1px solid #f25420;
    background: #f25420;
    border-radius: 0;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 30px;
}
textarea.message {
    background: transparent;
    border: 1px solid rgb(51, 52, 53);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    color: rgb(255, 255, 255);
    padding: 10px 10px 10px 45px;
}
.sub-tag {
    line-height: 18px;
}
.msg_des {
    text-align: center;
    color: #fff;
}
select option {
    background: #000;
}
.mx-wid {
    max-width: 595px;
    margin: 0 auto;
}
.legal p {
    margin-bottom: 15px;
}

.legal ol {
    list-style: auto;
    margin-left: 15px;
    margin-bottom: 15px;
}
.legal ul {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 15px;
}
.legal h3 {
    margin-bottom: 20px;
}
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.faq .faq-list li {
    background-color: #f25420;
    margin-bottom: 15px;
    border-radius: 0;
    padding: 18px 40px;
    color: #fff;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 0px;
  transition: 1s;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

.faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}
.faq-list .collapse {
    margin-top: 10px;
}
.box h5 {
    font-size: 17px;
    font-weight: bold;
}
.box-icon {
    width: 42px;
    padding-right: 10px;
}

/*.box-text {*/
/*    width: calc(100% - 50px);*/
/*}*/
.box {
    margin: 10px 0 10px;
}
.pl-85 {
    padding-left: 85px;
}
ol[type="a"] {
    list-style: lower-alpha;
}
.glob li {
    margin-bottom: 14px;
}

.glob li ol li:first-child {
    margin-top: 12px;
}
.gactor {
    padding-bottom: 105px;
    height: 100vh;
}
.gactor h2 {
    font-size: 50px;
    line-height: 65px;
}
.bg-sitecolor {
    background: #f25420;
}
.sp-table tbody {
      display:block;
      max-height:500px;
      overflow-y:auto;
}
.sp-table thead, .sp-table tbody tr {
  display:table;
  width:100%;
  table-layout:fixed;
}
.sp-table thead {
  width: calc( 100% - 1em )
} 
.sp-table thead th span.price {display: block;font-weight: bolder;font-size: 26px;line-height: 50px;color: #ffb400;}
.sp-table thead th {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 34px;
    border: 0;
}
td.mhead {
    font-size: 24px;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 20px 0 !important;
    border-top: 1px solid #dee2e6 !important;
    color: #ffb400;
}
.sp-table tbody tr td:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}
.sp-table i.fa.fa-times {
    color: #f25420;
    font-size: 24px;
}

.sp-table i.fa.fa-check {
    font-size: 24px;
}
.sp-table thead th span.price sup {
    font-weight: bold;
}
.sp-table tbody td {
    border: 0;
    padding: 10px 0;
}
.prices h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 100;
    color: #fff;
}

.prices h2 strong {
    font-weight: bold;
    color: #f25421;
}
.lft-inner {
    border-radius: 30px 30px 8px;
    background: #f25420;
    color: #fff;
    margin-bottom: 20px;
    padding: 35px;
    font-size: 30px;
    line-height: 42px;
    position: relative;
    font-weight: 500;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.lft-inner:after {
    content: '';
    position: absolute;
    color: #f25420;
    right: -22%;
    top: 50%;
    font-size: 90px;
    transform: translateY(-50%);
}
.right-inner {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 20px;
    border-left: 5px solid #222;
}
.right-inner h4 {
    color: #f25420;
}
.lft-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.spimg2 {
    position: absolute;
    bottom: -150px;
    right: 0;
    width: 330px;
    box-shadow: -18px -5px 14px rgb(255 255 255 / 21%);
    display: inline-flex;
}
.right-box, .right-inner {
    height: 100%;
}
.csurv {
    background: url(../images/bgn.jpg) center center / cover no-repeat fixed !important;
}
.bg-black {background:#000 !important;}
.csurv h2 {font-size: 44px;}
.community .box-title {
    width: calc(100% - 55px);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f25421;
}
.new-rotation .owl-dots {
    margin-top: -30px !important;
    position: relative;
}
div#our-speakers-sec:after {content: "";background: rgb(242, 84, 32);height: 100%;width: 56%;top: 0px;display: block;position: absolute;right: 0px;z-index:-1;}
div#our-speakers-sec {position:relative;z-index:0;}
.schedule .nav-tabs {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid rgb(52, 53, 53);
    justify-content: center;
}
.schedule .nav-tabs > li.active, .schedule .nav-tabs > li.active a, .schedule .nav-tabs > li > a:hover, .schedule .nav-tabs > li > a:active, .schedule .nav-tabs > li > a:focus {
    color: #f15421;
    outline: none;
}
.schedule .nav-tabs > li {
    border-right: 1px solid rgb(52, 53, 53);
    padding: 10px 20px;
    text-align: center;
    width: 33.33%;
}
.schedule .nav-tabs > li > a {
    border-color: #fff;
    border-radius: 50px;
    border-width: 2px;
    color: #fff;
    font-size: 26px;
    padding: 28px 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    display: block;
    border-style: solid;
    text-decoration:none;
}
.schedule .nav-tabs > li.active a {
    background: #fff;
}

.schedule .nav-tabs > li:last-child {
    border-right: 0;
}
.schedule .nav-tabs > li > a:hover {
    background: #fff;
}
.deckslide .owl-nav {
    position: absolute;
    top: 50%;
    font-size: 50px;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.deckslide .owl-nav button {
    background: #ef5e35 !important;
    color: #fff !important;
    width: 70px;
    height: 70px;
}

.deckslide .owl-nav button.owl-prev {float: left;margin-left: -50px;}

.deckslide .owl-nav button.owl-next {
    float: right;
    margin-right: -50px;
}
.reg-dead {
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}
.custom-nav li a {
    color: #666;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 75px;
    text-decoration: none;
}

.custom-nav li a:hover {
    color: #f25421;
}
.speakers figure.speaker-box img {
    width: 100% !important;
}
.speakers .speaker-block {
    position: relative;
    margin-bottom: 30px;
}
.speakers .speaker-block .speaker-details {
    background-color: #ed5e31;
    bottom: 20px;
    height: 90px;
    left: 11%;
    overflow: hidden;
    padding: 22px 14px;
    position: absolute;
    right: 11%;
    transition: all 0.3s ease 0s;
    text-align: center;
    color: #fff;
}
.speakers .speaker-block .speaker-details .speaker-name {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: bold;
}
.speakers .speaker-block .speaker-details .speaker-designation {
    display: inline-block;
    font-size: 12px;
    width: 100%;
}
.speakers .speaker-meta, .speakers .social-meta {
    border-top: 1px solid rgba(255, 255, 255,0.4);
    margin-top: 18px;
    padding-top: 18px;
    font-size: 15px;
    line-height: 22px;
}
.speakers .social-meta {
    margin-bottom: 20px;
}
.speakers .social-meta a {
    margin-right: 8px;
}
.speakers .social-meta a i {
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    width: 40px;
}
.speakers .speaker-block:hover .speaker-details {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: flipInX;
    backface-visibility: visible !important;
    background: rgba(237, 94, 49,0.9);
    padding-top: 30px;
    height: calc(100% - 45px);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-padding-before: 22px;
}
.speakers .social-meta img {
    width: 70px;
}
.home-bann .speaker-box img {
    height: 190px;
    object-fit: cover;
    object-position: top;
}
.fs-5 {
    font-size: 22px !important;
    margin: 20px 0 !important;
}
figure.video-bg-sec img {
    object-fit: cover;
    object-position: top;
    height: 395px;
}
.text-black {
    color:#000;
}
.country span {
    font-family: Oswald, sans-serif;
    padding: 2px 15px 2px 0;
    display: inline-block;
}
div#our-speakers-sec .speaker-box {
    max-width: 176px;
    margin: 0 auto 15px;
    text-align: center;
    line-height:20px;
    /* border: 1px solid #fff; */
}
div#our-speakers-sec .speaker-box img {
    height: 130px;
    object-fit: cover;
    object-position: top;
    width: 100px;
    margin: 0 auto;
}
.speaker-details.hspeak {
    background: #f25420;
    color: #fff;
    padding: 10px 0px;
}
.speaker-details.hspeak .speaker-name {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}
.speaker-details.hspeak .speaker-designation {
    font-size: 12px;
}
span.des {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.uc {
    padding-top: 170px;
}
h5.evnt {
    font-family: "Roboto Slab", serif;
    font-size: 50px;
    margin-bottom: 20px;
}
h5.evnt strong {font-weight:600;}
h3.head2 {font-size: 20px;line-height: 32px;font-family: Montserrat, sans-serif;text-transform: inherit;
}
h5.head4 {
    color: rgb(242, 84, 33);
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 3px;
}
.pt170 {padding-top:170px !important;}
.pricesub-head small {
    text-transform: none;
}
span.sdate {
    font-size: 80%;
}
.speakers-inner {
    max-width: 860px;
    margin: auto;
}
.colhome {
    padding-top: 165px !important;
}
.col-price .OurPrices-style2-card-head {padding: 50px 40px 50px;}
.bg-darkgray {
    background: #4a4747 !important;
}
.coll-head strong {
    font-size: 31px !important;
}
.colhome h1 {
    font-size: 41px;
    line-height: 51px;
}
span.topic-txt {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.sml-txt {line-height:20px !important;}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@media only screen and (min-width:1025px) and (max-width:1200px) {
    .deckslide .owl-nav button.owl-next {margin-right: -20px;}
    .deckslide .owl-nav button.owl-prev {float: left;margin-left: -20px;}
    div#our-speakers-sec:after {
    width: 60%;
}
}
@media only screen and (max-width:1024px) {
    .deckslide .owl-nav {top: auto;font-size: 30px;transform: translateY(0%);bottom: -40px;}
    .deckslide .owl-nav button {width: 40px;height: 40px;}
    .deckslide .owl-nav button.owl-prev {margin-left: 0;}
    .deckslide .owl-nav button.owl-next {margin-right: 0;}
}
@media only screen and (min-width:992px) and (max-width:1024px) {
    #cd-main-nav li a {font-size: 12px;}
    #cd-main-nav li {margin: 0px 8px;}
    #top-header #cd-main-nav li::after {right: -10px;}
    #main-banner-sec {padding-top: 20px;}
   a.btn.btn-primary {font-size: 20px;}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .spimg2 {bottom: -50px;width: 60%;}
    div#our-speakers-sec:after {width: 66%;}
    div#our-speakers-sec .speaker-box img {height: 170px;width: 130px;}
    .speaker-details.hspeak .speaker-name {font-size: 14px;}
    span.des {font-size: 12px;}
    .speaker-details.hspeak .speaker-designation {font-size: 10px;line-height: 14px;}
    .schedule.black .main-row .left-item span {font-size: 16px;padding: 10px 10px;}
    .schedule.black .main-row .left-item span .date {font-size: 16px;padding: 0px 0px 0px 25px;}
    .schedule.black .schedule-item .right-item .speaker-schedule {padding-right: 10px;}
    .schedule.black .schedule-item .right-item .speaker-schedule span {font-size: 16px;padding: 10px 8px;}
    .schedule.black .schedule-item .right-item .col-sm-8.col-xs-12 {padding: 15px;}
    .schedule.black .schedule-item .right-item h3.speaker-topic {font-size: 18px;line-height: 28px;}
    .schedule.black .schedule-item .right-item .speaker {font-size: 16px;}
    .schedule .nav-tabs > li > a {font-size: 20px;padding: 20px 15px;}
    .OurPrices-style2-card-head {padding: 60px 15px 0px;}
    .OurPrices-style2-card-content a {font-size: 14px;padding: 15px 20px;}
}
@media only screen and (max-width: 767px) {
    span.topic-txt {font-size: 0.8em;line-height: 1.3em;display: block;} 
    .sml-txt {line-height: 12px !important;}
    .pricesub-head {min-height: inherit;}
    .colhome {padding-top: 15px !important;}
    .pt170 {padding-top: 60px !important;}
    .speaker-details.hspeak {padding: 10px 3px;}
    div#our-speakers-sec .speaker-box img {height: 190px;width: 100%;}
    div#our-speakers-sec:after {width: 0;}
    .video-info p, .abt-txt p {text-align: justify;}
    .country span {padding: 2px 4px;}
    .banner-left-bar h1 strong {font-size: 13px !important;}
    .rg-btn a {white-space: pre-wrap;}
    .rg-btn {text-align: center;}
    .home-bann .speaker-box img {height: auto;}
    .home-bann .speaker-box {margin: 0 0 40px;}
    .home-bann .speaker-details span.speaker-designation {font-size: 12px;}
    .home-bann .speaker-details span.speaker-name {font-size: 18px;}
    .csurv {height: auto;background-attachment: scroll !important;}
    .survey-form {height: 430px;}
    .banner-left-bar h5 {font-weight: normal;font-size: 17px;line-height: 28px;}
    section#our-conference-sec .confrence-title {background: #f25421;padding: 10px !important;text-align: center;}
    section#our-conference-sec .confrence-title i.fa-check {display: none;}
    section#our-conference-sec .confrence-title h3 {color: #fff;}
    .home-bann {background: #333 !important;}
    .box-icon {width: 35px;padding-right: 5px;}
    .box h5 {font-size: 16px;font-weight: bold;}
    .spimg2 {position: static;width: auto;}
    .lft-inner:after {display: none;}
    .sp-table thead {width: 100%;}
    .sp-table thead th {font-size: 9px;line-height: 16px;letter-spacing: 0;}
    .sp-table tbody tr td:first-child {width: 38%;}
    td.mhead {font-size: 16px !important;}
    .table-bordered td, .table-bordered th {font-size: 12px;line-height: 16px;padding: 5px;}
    .sp-table i.fa.fa-times,  .sp-table i.fa.fa-check {font-size: 18px;}
    .sp-table thead th span.price {font-size: 14px;line-height: 28px;}
    .prices {padding: 65px 0px;}
    .sp-table thead th:first-child {width: 38%;}
    .gactor {padding: 50px 0;}
    .schedule h2 {font-size: 24px;line-height: 34px;}
    .schedule .nav-tabs {margin-bottom: 20px;padding-bottom: 20px;}
    .schedule .nav-tabs > li {padding: 5px 5px;}
    .schedule .nav-tabs > li > a {font-size: 13px;padding: 8px 0;}
    .schedule .column br {display: none;}
    .speakers .container {max-width: 280px;}
    .banner-left-bar h1 br, .banner-left-bar h5 br {display: none;}
.gactor h2 {
    font-size: 30px;
    line-height: 40px;
}
    .g-recaptcha {
    transform: scale(0.8);
    margin-left: -25px;
}
    .schedule.black .main-row {
        display: block !important;
    }

    .schedule.black .main-row .left-item span {
        font-size: 1.3em !important;
        padding: 15px 0px !important;
    }

    .schedule.black .main-row .col-sm-3.col-xs-12.left-item {
        border-bottom: 1px solid rgb(52, 53, 53);
        text-align: center;
    }

    .schedule.black .main-row .left-item span .date {
        font-size: 0.9em !important;
        padding: 0px 0px 0px 30% !important;
    }

    .schedule.black .schedule-item .right-item {
        border-left: none !important;
    }

    .schedule.black .schedule-item .right-item .speaker-schedule span {
        padding: 20px 0px;
        font-size: 1em;
    }

    .schedule.black .schedule-item .right-item .speaker-schedule i {
        margin-right: 5px;
    }

    .schedule.black .schedule-item .right-item .col-sm-8.col-xs-12 {
        padding: 15px 0px 15px 15px;
    }

    .schedule.black .schedule-item .right-item .speaker, .schedule.black .schedule-item .right-item h3.speaker-topic {
        margin-top: 0px;
        font-size: 0.8em;
        line-height: 1.3em;
        /* margin-bottom: 10px; */
    }

    .schedule.black .schedule-item .right-item .speaker span {
        padding-right: 0px;
        margin-right: 0px;
        border: none;
    }

    .schedule.black .schedule-item .right-item .speaker i {
        margin-right: 2px;
    }

    .schedule.black {
        padding: 55px 0px;
    }

    .schedule .column {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .testi .what-client-says-inn .user-info figure > img {
        height: 410px;
    }

    .testi figcaption {
        padding: 20px;
    }

    section#our-speakers-sec .speaker-box img {
        width: 100%;
    }
    .userform .input-box {
        min-height: 65px;
    }
    .about-us {
        padding: 55px 0px;
    }
    .abt-inner p {
        font-size: 16px;
        line-height: 26px;
    }
    #our-speakers-sec {
        padding: 40px 10px 40px;
    }
    .summit .invest {
        padding: 50px 10px;
    }
    .invest ul {
        padding-left: 25px;
    }
    .OurPrices-style2 {
        padding: 50px 0px;
    }
    section.guarantee {
        padding: 50px 10px;
    }
    .guarantee p {
        text-align: left;
    }
    section.guarantee .grnt {
        width: 70%;
    }
    a.btn.btn-primary {
        font-size:14px;
    }
    #cookiePopup {
    max-width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
}
#cookiePopup p {
    font-size: 13px;
    line-height: 20px;
}
#cookiePopup button {
    padding: 6px;
    font-size: 16px;
}
#cookiePopup h4 {
    font-size: 20px;
}
section.reg-form {
    padding: 30px 10px;
}
.sub-tag {
    font-size: 14px;
}
.pl-85 {
    padding-left: 50px;
}
.prices h2 {
    font-size: 30px;
    line-height: 40px;
}
}
