
.sponsors-carousel-4 .owl-stage {
    margin-left: auto;
    margin-right: auto;
}

.select2__template~.select2-container--default .select2-selection--multiple {
    border: 1px solid #73C079;
    min-height: 55px;
}

.select2__template,
.select2-selection__choice,
.select2-results__option {
    color: #020e29;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.header-style-five.fixed-header .header-upper .logo img {
    height: 70px;
}

.main-header .header-upper .upper-right {
    margin-top: 45px;
}

.header-style-five.fixed-header .header-upper .upper-right {
    margin-top: 13px;
}

/* Coming Soon */
.date-counter ul {
    margin: 36px auto;
}

.date-counter ul li {
    width: 20.7%;
    margin-right: 4%;
    text-align: center;
    display: inline-block;
    padding: 24px 20px;
    color: #fff;
}

.date-counter ul li.count-bg-one {
    background: #01234e50;
}

.date-counter ul li.count-bg-two {
    background: #01234e50;

}

.date-counter ul li.count-bg-three {
    background: #01234e50;

}

.date-counter ul li.count-bg-four {
    background: #01234e50;
    margin-right: 0;
}

.date-counter ul li span {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    display: block;
}

.section-counter {
    margin-top: 70px;
}

/* // Large devices */
@media only screen and (max-width: 1199.98px) {
    .date-counter ul li span {
        font-size: 40px;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .date-counter ul {
        margin: 36px -2%;
    }

    .date-counter ul li {
        margin: 0 2%;
    }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .date-counter ul li {
        width: 45%;
        margin: 2%;
    }
}

.contact-section .info-column .inner-column .title {
    position: relative;
    color: #73C079;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.contact-section .info-column .inner-column h1 {
    position: relative;
    color: #FFF;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {

    .services-block-twelve .inner-box {
        min-height: 290px;
    }

}

@media only screen and (max-width: 924px) {

    .services-block-twelve .inner-box {
        min-height: 315px;
    }

}

@media only screen and (max-width: 859px) {

    .services-block-twelve .inner-box {
        min-height: 382px;
    }
}

@media only screen and (max-width: 767px) {

    .services-block-twelve .inner-box {
        min-height: 392px;
    }

    .main-header .header-top .top-right {
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }

    .main-header .header-upper .upper-right {
        margin-top: -40px;
        z-index: 999999;
    }

    .profits-section {
        padding: 50px 0px 10px;
    }

    .profits-section .text,
    .news-section .sec-title,
    .schedule-section .sec-title {
        text-align: center;
    }

    .profits-section h2 {
        font-size: 30px;
    }

    .section-counter {
        margin-top: 30px;
    }

    .offer-section .lower-section {
        padding-bottom: 160px;
    }

    .news-section {
        padding-bottom: 30px;
    }

    .schedule-section {
        padding-bottom: 70px !important;
    }

    .main-footer {
        text-align: center;
    }

    .main-footer .widgets-section {
        padding: 70px 0 10px;
    }

}

.top-right .search-box-btn {
    padding-right: 0px;
    padding-left: 0px;
    color: #ffffff;
    border-right: none;
    border-left: none !important;
}


/* ANDREY START */
.lgx-schedule .lgx-tab .nav-pills {
    display: inline-block;
    margin-bottom: 2.6rem;
}

.lgx-schedule .lgx-tab .nav-pills li a h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6em;
    color: #01234e;
    margin: 0;
}

.lgx-schedule .lgx-inner {
    background: url(https://themearth.com/demo/html/eventpoint/view/assets/img/schedule-bg-style.png) bottom center no-repeat;
    -webkit-background-size: auto auto, cover;
    -o-background-size: auto auto, cover;
    -moz-background-size: auto auto, cover;
    background-size: auto auto, cover
}


.lgx-schedule .lgx-tab .nav-pills {
    display: inline-block;
    margin-bottom: 2.6rem
}

.lgx-schedule .lgx-tab .nav-pills li {
    background: #01234e;
    padding: 5px;
    border-radius: 4px;
    margin: 0 .4rem
}

.lgx-schedule .lgx-tab .nav-pills li a {
    background: #01234e;
    padding: 1.2rem 3rem .8rem;
    border-radius: 4px;
}

.lgx-schedule .lgx-tab .nav-pills li a h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6em;
    color: #fff;
    margin: 0
}

.lgx-schedule .lgx-tab .nav-pills li a h3 span {
    color: #73C079
}

.lgx-schedule .lgx-tab .nav-pills li a p {
    color: #fff;
    font-style: italic;
    margin: 0;
    padding-bottom: 5px;
}

.lgx-schedule .lgx-tab .nav-pills li a p span {
    color: #73C079;
    font-weight: 700;
    padding-bottom: 5px;
}

.lgx-schedule .lgx-tab .nav-pills .active {
    background: #73C079;
    position: relative;
    -moz-box-shadow: 3px 4px 15px rgba(52, 61, 71, .49);
    -webkit-box-shadow: 3px 4px 15px rgba(52, 61, 71, .49);
    -o-box-shadow: 3px 4px 15px rgba(52, 61, 71, .49);
    -ms-box-shadow: 3px 4px 15px rgba(52, 61, 71, .49);
    box-shadow: 3px 4px 15px rgba(52, 61, 71, .49)
}

.lgx-schedule .lgx-tab .nav-pills .active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #73C079;
    top: 50%;
    left: 22%
}

.lgx-schedule .lgx-tab .lgx-tab-content {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25)
}

.lgx-schedule .lgx-tab .lgx-single-tab {
    background: #FFFFFF10;
    /* border-radius: 4px; */
    padding: 2rem 1.6rem;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.lgx-schedule .lgx-tab .lgx-single-tab:nth-of-type(even) {
    background: #FFFFFF18;
}

.lgx-schedule .lgx-tab .lgx-single-tab .time-area .time {
    font-size: 36px;
    text-align: right;
    line-height: 38px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 18px;
}

.lgx-schedule .lgx-tab .lgx-single-tab .schedule-info,
.lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info {
    text-align: left
}

.lgx-schedule .lgx-tab .lgx-single-tab .time-area .time span {
    display: block;
    color: #73C079;
    font-size: 28px;
    text-align: right;
    line-height: 30px;
    font-weight: 400;
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-img,
.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info {
    width: 50%;
    float: left
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-img {
    max-width: 100px;
    margin-right: 1.3rem
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-img img {
    max-width: 100px;
    border-radius: 50%
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info {
    text-align: left;
    margin-top: 2rem
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .name {
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
    font-weight: 500;
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .name a {
    color: inherit
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .author-title {
    color: #73C079;
    margin: 0
}

.lgx-schedule .lgx-tab .lgx-single-tab .schedule-info .title {
    color: #FFF;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: .5rem;
}

.lgx-schedule .lgx-tab .lgx-single-tab .schedule-info p {
    color: #FFFFFF75;
}

.lgx-schedule .lgx-tab .lgx-single-tab .schedule-info .title a {
    color: inherit;
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .name,
.lgx-schedule .lgx-tab .lgx-single-tab:hover .time-area .time span,
.lgx-schedule .lgx-tab .lgx-single-tab:hover p {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover {
    background: #73C079;
    color: #fff;
    border-radius: 0;
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover:first-child,
.lgx-schedule .lgx-tab .lgx-single-tab:first-child {
    border-radius: 4px 4px 0 0;
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover:last-child,
.lgx-schedule .lgx-tab .lgx-single-tab:last-child {
    border-radius: 0 0 4px 4px;
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-img img {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: .4s;
    animation-timing-function: linear;
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .name a {
    color: inherit;
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .author-title,
.lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info .title {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info .title a {
    color: inherit;
}

@media (max-width:1199px) {

    .lgx-schedule .lgx-tab .lgx-single-tab .time-area .time,
    .lgx-schedule .lgx-tab .lgx-single-tab .time-area .time span {
        font-size: 20px;
    }

}

@media (max-width:991px) {
    .lgx-schedule .lgx-tab .nav-pills li a {
        padding: 10px 8px 10px;
    }
}

@media (max-width:767px) {

    .clients-section.alternate {
        padding: 10px 0px 60px;
    }

    .about-section-two .content-column h1 {
        font-size: 36px;
    }

    .fullwidthbanner-container .fullwidthabanner {
        min-height: 380px;
    }

    .offer-section .upper-section {
        padding: 60px 0px 195px;
    }

    .call-to-action-section {
        position: relative;
        padding: 60px 0px 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .main-header.header-style-five .search-box-btn {
        padding-left: 0px;
        padding-right: 0px;
        border-right: none;
        border-left: none;
    }

    .lgx-schedule .lgx-tab .lgx-single-tab .schedule-info .title {
        font-size: 16px;
    }

    .lgx-schedule .lgx-tab .lgx-single-tab .schedule-info p {
        font-size: 12px;
    }

    .lgx-schedule .lgx-tab .nav-pills .active::before {
        display: none
    }

    .lgx-schedule .lgx-tab .lgx-single-tab .time-area .time span {
        display: inline-block;
    }

    .lgx-schedule .lgx-tab .lgx-single-tab .author .author-img{
        margin-right: 0px!important;
    }

    /* .lgx-tab .lgx-single-tab .author .author-img img {
        display: none;
    } */

    .mobile-fixer{
        place-self: center;
    }

    .lgx-schedule .lgx-tab,
    .lgx-schedule .lgx-tab .lgx-single-tab .schedule-info,
    .lgx-schedule .lgx-tab .lgx-single-tab .time-area,
    .lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info,
    .lgx-schedule .lgx-tab .nav-pills,
    .sm-text-center {
        text-align: center;
    }

    .lgx-schedule .lgx-tab .lgx-single-tab .author .author-info {
        width: 100%;
        text-align: center;
        margin-bottom: 1.6rem;
    }
}

@media (max-width: 480px) {
    .lgx-schedule .lgx-tab .nav-pills li a h3 {
        font-size: 14px;
    }

    .lgx-schedule .lgx-tab .nav-pills li a p {
        display: none;
    }
}

/* ANDREY END */

.schedule-section {
    position: relative;
    padding: 0px 0px 10px;
    background-color: #00091d;
}

.contact-form label {
    font-size: 13px;
    font-weight: 500;
}

.contact-form input::placeholder {
    color: #FFF;
}

.contact-form input:focus::placeholder {
    color: #00091d;
}

.clients-section.alternate {
    text-align: center;
}

.header-upper .nav>li>a:focus,
.header-upper .nav>li>a:hover {
    text-decoration: initial;
    background-color: initial;
}

.about-section-two .brand img {
    margin-bottom: 40px;
    width: 100%;
}

.about-section-two .image-brand img {
    width: 100%;
    margin-bottom: 30px;
}

.about-section-two .banner-brand img,
.company-section .banner-brand img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 50px;
}

.company-section .sec-title h2,
.services-section-eleven .sec-title h2,
.services-section-five .sec-title h2 {
    color: #73C079;
}

.company-section .content-column .inner-column.banner-brand {
    padding-right: 0;
}

.b-radius-5 {
    border-radius: 5px;
}

.modal-content {
    background-color: #00091d;
}

.modal-body {
    padding: 40px 40px 25px;
}

.modal-title {
    font-weight: 600;
    padding: 10px 30px;
}

.modal-header .close {
    margin-top: 2px;
    padding: 10px 24px;
}

.modal-content .close {
    color: #FFF;
    opacity: 1;
}

.modal-content .close:hover {
    color: #73C079;
}

.fix-logo-one {
    position: relative;
}

.fix-logo-two {
    position: relative;
    top: 60px;
}

.fix-logo-three {
    position: relative;
    top: 65px;
}

@media only screen and (max-width: 767px) {
    .fix-logo-two {
        top: 42px !important;
    }

    .fix-logo-three {
        top: 44px !important;
    }

    .footer-logo {
        margin-bottom: 60px;
    }
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}


.modal_accept .btn {
    position: relative;
    padding: 6px 32px;
    line-height: 29px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    border-radius: 50px;
    background: #73C079;
    border: 2px solid #73C079;
    font-family: 'Poppins', sans-serif;
}

.modal_accept .modal-body {
    padding: 15px;
}

.logo-widget {
    display: flex;
}

.row.footer-logo {
    display: flex;
    align-items: flex-end;
}

.fix-height {
    line-height: 0 !important;
}

.logo-widget img {
    vertical-align: sub !important;
}

.logo-widget-text {
    margin-bottom: 0px;
}

.main-footer .fix-text {
    position: initial;
    margin-bottom: 0px !important;
}

.m-text {
    margin-bottom: 0px;
}

.align-t {
    text-align: start;
}

.p-m {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    left: 3%;
    letter-spacing: 0.5px;

}

@media (max-width: 380px) {
    .p-m {
        /* font-weight: 700; */
        font-size: 10px;
    }
}




.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.consultant-section.date {
    padding-top: 90px;
  }

  .text-green {
    color: #73C079 !important;
  }

  .fw-bold {
    font-weight: bold !important;
  }

  .lh-1 {
    line-height: 1.3 !important;
  }
