/*
Theme Name: OTD Energy
Theme URI: www.otdenergy.com
Description: A brief description.
Version: 1.0
Author: Magdalena Florek
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    max-width: 100vw;
    width: 100vw;
}

body {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .3px;
    background-color: white;
}

button {
    font-family: 'Open Sans', sans-serif;
}

.nav-top-row {
    display: flex;
    justify-content: flex-end;
    padding: 8px 12px;
    background-color: #7DAF4C;
    color: white;
}

.nav-top-row button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 12px;
    font-size: 10px;
    color: white;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.nav-top-row button img {
    height: 12px;
    margin-left: 6px;
}
.nav-top-row button img.arrow-down {
    transform: rotateZ(90deg);
}

.nav-urls-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    max-width: 1220px;
    margin: 24px auto;
    background-color: white;
    color: white;
}

.nav-urls-list li a {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: 300;
}

.nav-urls-list li:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 96px 0 48px;
    color: #001C69;
}
.nav-urls-list li:first-of-type img {
    width: 200px;
}
.nav-urls-list li:first-of-type p {
    position: absolute;
    bottom: 0;
    font-size: 8px;
}
.nav-urls-list li:last-of-type a {
    padding: 8px 36px;
    color: #FFF;
    font-size: 10px;
    background-color: #001C69;
    border-radius: 12px;
}
ssection {
    box-shadow: 0 4px 32px -14px rgba(64,87,109,.3);
}
.section-content {
    max-width: 1220px;
    margin: 0 auto;
    padding: 48px;
}
.first-section {
    min-width: 100vw;
    height: 526px;
    background-color: #001C69;
}
.first-section.main-page-first-section {
    background-image: url('./assets/img/top_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 48px;
    color: white;
}
.banner-content-date {
    font-size: 13px;
    font-weight: 600;
}
.banner-content h2 {
    display: flex;
    margin: 12px 0 24px;
    font-size: 39px;
}
.banner-content h2 p {
    color: #7DAF4C;
    margin-left: 12px;
}
.banner-content span {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 1.5;
    width: 55%;
}
.buttons-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 48px;
}
.buttons-container button {
    margin-right: 16px;
    padding: 12px 36px;
    width: 200px;
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    border: none;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
}
.green-button {
    background-color: #7DAF4C;
}
.blue-button {
    background-color: #001C69;
}
.second-section .section-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px;
}
.second-section .left-part {
    width: 55%;
}
.second-section .left-part h2 {
    margin-bottom: 24px;
    font-size: 44px;
    letter-spacing: 1px;
}
.second-section .left-part span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .5px;
    max-width: 500px;
    display: block;
}
.second-section .section-content .right-part .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.second-section .section-content .right-part .img-container:not(:nth-of-type(1)) {
    margin-top: -12px;
}
.right-part .img-container:not(:nth-of-type(2)) .img-text {
    margin-right: 16px;
}
.right-part .img-container:nth-of-type(2) .img-text {
    margin-left: 16px;
}
.right-part .img-container .img-text {
    text-align: center;
}
.right-part .img-container .img-text p:first-of-type {
    font-size: 14px;
    font-weight: 300;
}
.right-part .img-container .img-text p:last-of-type {
    font-size: 32px;
    font-weight: 700;
}
.right-part .img-container img {
    width: 291px;
    height: 194px;
    border-radius: 24px;
}
.third-section .section-content {
    padding: 48px;
}
.third-section .section-content h2 {
    font-size: 44px;
    letter-spacing: 1px;
}
.slider {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
    transition: .7s;
}
.slider .slider-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    cursor: pointer;
}
.slider .slider-item img {
    width: 340px;
    height: 194px;
    border-radius: 24px;
    margin-bottom: 16px;
    object-fit: cover;
}
.slider .slider-item .slider-item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 340px;
    height: 60px;
}
.slider .slider-item .slider-item-content p:first-of-type {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
    min-height: 39px;
}
.slider .slider-item .slider-item-content p:last-of-type {
    font-size: 11px;
    font-weight: 300;
}
.slider-wrapper {
    position: relative;
}
.slider-wrapper button {
    position: absolute;
    top: 50%;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.slider-wrapper button:first-of-type {
    left: 0;
}
.slider-wrapper button:first-of-type img {
    transform: rotateZ(180deg);
}
.slider-wrapper button:last-of-type {
    right: 0;
}
.slider-wrapper button img {
    width: 40px;
    height: 40px;
}
.slider-container {
    overflow: hidden;
}
.fourth-section .section-content h2 {
    font-size: 44px;
    letter-spacing: 1px;
    max-width: 50%;
}
.fourth-section .section-content {
    display: flex;
    flex-direction: column;
}
.fourth-section .section-content .section-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}
.section-part .section-part-content h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.section-part .section-part-content span {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}
.section-part .section-part-content {
    width: 50%;
}
.section-part .section-part-img {
    width: 40%;
}
.section-part .section-part-img img {
    width: 100%;
    height: 270px;
    border-radius: 24px;
    object-fit: cover;
}
.fourth-section .buttons-container {
    margin-top: 24px;
}
.fourth-section .buttons-container button {
    font-size: 12px;
    width: max-content;
    max-width: 240px;
    padding: 12px;
}
.fifth-section {
    background-color: #001C69;
    color: #FFF;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.fifth-section .section-content h2 {
    font-size: 44px;
    letter-spacing: 1px;
}
.fifth-section .section-content .section-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}
.exhibitors-slider-container {
    overflow: hidden;
}
.exhibitors-slider {
    display: flex;
    transition: .7s;
}
.exhibitors-slide {
    min-width: 100%;
    display: flex;
    color: #FFF;
}
.fifth-section.section-part .exhibitors-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fifth-section.section-part img,  exhibitors-slide .exhibitor-img img {
    width: 150px;
    height: 200px;
    object-fit: cover;
    margin-right: 32px;
}
.fifth-section.section-part button, .fifth-section .exhibitors-slider-container button {
    margin-left: 64px;
    color: #001C69;
    background-color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.fifth-section.section-part button img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.fifth-section.section-part .section-part-text {
    display: flex;
    flex-direction: column;
    width: 60%;
}
.fifth-section.section-part .section-part-text span:first-of-type {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.3;
}
.fifth-section.section-part .section-part-text span:last-of-type {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
}
.sixth-section .buttons-container {
    margin-top: 0;
}
.sixth-section .section-content {
    display: flex;
    justify-content: center;
}
.seventh-section h2 {
    font-size: 44px;
    letter-spacing: 1px;
    text-align: center;
}
.seventh-section .partners-container {
    display: flex;
    flex-wrap: wrap;
}
.seventh-section .partners-container .first-row {
    flex-basis: 100%;
    margin: 64px 0;
}
.seventh-section .partners-container .partners-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.seventh-section .partners-container .partners-group h3 {
    flex-basis: 100%;
    margin-bottom: 32px;
}
.seventh-section .partners-container .second-row {
    flex-basis: 30%;
    margin: 64px 0;
}
.seventh-section .partners-container .second-row img {
    flex-basis: 30%;
}
.seventh-section .partners-container .third-row img {
    flex-basis: 20%;
}
.seventh-section .partners-container .partners-group img {
    height: 80px;
    margin-bottom: 24px;
}
.seventh-section .buttons-container {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}
.seventh-section .buttons-container button {
    font-size: 12px;
    width: max-content;
    max-width: 240px;
    padding: 12px;
}
footer .footer-first-row {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0B2360;
    padding: 48px;
}
footer .footer-first-row img {
    width: 269px;
}
footer .footer-second-row ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 24px;
    font-size: 12px;
}
footer .footer-second-row ul li {
    margin: 0 4px;
}
footer .footer-second-row ul li a {
    color: #000;
}
footer .footer-third-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px 24px 24px;
    font-size: 12px;
    letter-spacing: .7px;
}
footer .footer-fourth-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}
footer .footer-fourth-row img {
    height: 50px;
}
.custom-page-section, .cta-section, .post-section {
    min-height: 40vh;
}
.custom-page-section h2 {
    font-size: 31px;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
}
.custom-page-section span, .post-section span {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}
.cta-section .section-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40vh;
}
.post-section .section-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 40vh;
}
.post-section .post-date {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 24px;
}
.post-first-section {
    height: max-content;
}
.post-first-section .banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.post-first-section .banner-content .featured-image-wrap {
    height: 100%;
    flex-basis: 30%;
}
.post-first-section .banner-content img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.post-first-section .banner-content .banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    flex-basis: 60%;
}
@media only screen and (max-width: 600px) {
    .nav-top-row button {
        font-size: 16px;
    }
    .nav-top-row button img {
        height: 16px;
    }
    .nav-urls-list, .second-section .section-content {
        flex-wrap: wrap;
    }
    .nav-urls-list li {
        flex-basis: 30%;
        text-align: center;
        margin: 8px 0;
    }
    .nav-urls-list li:first-of-type {
        flex-basis: 100%;
        margin: 0 auto 24px;
    }
    .banner-content h2 {
        flex-wrap: wrap;
    }
    .banner-content span {
        width: 100%;
    }
    .buttons-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .buttons-container button {
        margin-bottom: 16px;
        margin-right: 0;
    }
    .second-section .left-part {
        width: 100%;
    }
    .right-part .img-container .img-text p:last-of-type {
        font-size: 24px;
    }
    .right-part .img-container img {
        width: 60%;
        height: unset;
    }
    .section-content, .banner-content {
        padding: 48px 24px !important;
    }
    .second-section .section-content .right-part .img-container {
        justify-content: space-between;
    }
    .right-part .img-container .img-text {
        width: 100%;
    }
    .slider-wrapper button img {
        position: relative;
        z-index: 1;
    }
    .slider .slider-item img, .slider .slider-item .slider-item-content {
        width: calc(100vw - 48px);
    }
    .fourth-section .section-content h2 {
        max-width: 100%;
    }
    .fourth-section .section-content .section-part {
        flex-direction: column;
    }
    .fourth-section .section-content .section-part:nth-of-type(2), .fourth-section .section-content .section-part:nth-of-type(4) {
        flex-direction: column-reverse;
    }
    .section-part .section-part-content, .section-part .section-part-img {
        width: 100%;
    }
    .fourth-section .buttons-container button {
        width: 240px;
        height: 52px;
    }
    .fifth-section .section-content .section-part {
        flex-direction: column;
    }
    .exhibitors-slide {
        max-width: 100vw;
        flex-direction: column;
    }
    .fifth-section .section-content .section-part .section-part-text {
        margin-top: 24px;
        max-width: calc(100vw - 48px);
    }
    .fifth-section .section-content .section-part .section-part-text span {
        text-align: center;
    }
    .fifth-section .section-content .section-part img {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .fifth-section .section-content .section-part button {
        margin-left: 0;
        margin-top: 16px;
    }
    .seventh-section .partners-container .second-row {
        flex-basis: 100%;
    }
    .seventh-section .partners-container .partners-group h3 {
        text-align: center;
    }
    .seventh-section .partners-container .partners-group {
        margin-bottom: 0;
        justify-content: center;
    }
    .seventh-section .partners-container .third-row img {
        flex-basis: 45%;
    }
    .seventh-section .partners-container .third-row {
        justify-content: space-between;
    }
    .seventh-section .buttons-container button {
        width: 240px;
        height: 52px;
        font-size: 16px;
    }
    footer .footer-second-row ul li a {
        display: block;
        text-align: center;
        width: 100%;
    }
    .post-first-section .banner-content {
        flex-direction: column-reverse;
    }
    section.first-section.post-first-section {
        height: max-content;
    }
    .post-first-section .banner-content img {
        height: unset;
        width: calc(100vw - 48px);
        margin-bottom: 24px;
    }
    .post-first-section .banner-content .banner-text {
        width: 100%;
        text-align: center;
    }
    .post-first-section .banner-content h2 {
        display: block;
        width: 100%;
    }
    .post-first-section .buttons-container {
        width: 100%;
    }
    .slider-wrapper button img {
        width: 30px;
        height: 30px;
    }
}
/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



div#mycustums .btQuoteBookingWrap {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    line-height: 20px;
}
div#mycustums .btQuoteBooking .ui-slider .ui-slider-handle,
div#mycustums .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    background: #80B150 !important;
}
div#mycustums .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
    margin-left: 22px;
    background: #80B150;
}
div#mycustums .btQuoteBooking .btQuoteItem {
    margin-bottom: 5px;
}
div#mycustums .btQuoteBooking .ui-slider {
    background: white;
}
div#mycustums .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, 
div#mycustums .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    box-shadow: 5px 0 0 #80b150 inset, 0 2px 10px rgba(0,0,0,0.2);
}
div#mycustums .bt_cc_separator.bt_cc_bottom_spacing_large {
    margin-bottom: 1em !important;
}
div#mycustums .bt_cc_separator.bt_cc_top_spacing_large {
    margin-top: 2em !important;
}
div#mycustums .btQuoteBooking .btQuoteItem label {
    font-weight: 500;
    font-size: 12px;
}
div#mycustums .btQuoteBooking .ddTitleText .ddlabel {
    font-size: 12px;
}
div#mycustums .btQuoteBookingWrap b {
    font-size: 16px;
}
div#mycustums .btQuoteItemDescription {
    float: left;
    width: 100%;
	margin-top: 5px
}
div#mycustums .boldBtn.btnAccent.btnSmall.btnIco {
    display: none;
}
div#mycustums .btQuoteBooking .btTotalQuoteContactGroup {
    opacity: 1 !important;
    max-height: unset !important;
}
div#mycustums .currencyAfter .btQuoteTotalCurrency {
    font-size: 18px;
}
div#mycustums .btQuoteBooking .btQuoteTotalText {
    font-size: 16px;
}
div#mycustums .currencyAfter .btQuoteTotalCalc {
    font-size: 18px;
}
div#mycustums .btQuoteContact  .btQuoteItem input:focus, 
div#mycustums .btQuoteContact  .btQuoteItem textarea:focus {
    box-shadow: 0 0 0 0px #AAA inset, 5px 0 0 #80b150 inset, 0 0px 0px rgba(0,0,0,0.2);
}
div#mycustums .btQuoteContact  .btQuoteItem input:hover, 
div#mycustums .btQuoteContact  .btQuoteItem textarea:hover {
    box-shadow: none;
}
div#mycustums .btQuoteContact .btQuoteItem input,
div#mycustums .btQuoteContact .btQuoteItem textarea {
    box-shadow: none;
    border: 1px solid #DDD !important;
    border-radius: 4px;
    font-size: 14px;
}
div#mycustums .btQuoteBooking .btQuoteItem textarea {
    min-height: 100px;
}
div#mycustums .btQuoteContact .boldBtn {
    display: block !important;
}
div#mycustums button.btContactSubmit {
    line-height: 24px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background-color: #80b150 !important;
    border-width: 0px !important;
    padding: 8px 30px !important;
    width: auto;
    min-width: 200px;
    margin-top: 10px !important;
}
div#mycustums .btQuoteBooking .btSubmitMessage {
    color: black;
}
div#mycustums .btQuoteBooking .btQuoteSliderValue {
    min-width: 26px;
    height: 26px;
    line-height: 26px;
}

div#mycustums .btQuoteBooking .ui-slider .ui-slider-handle {
    min-width: 26px;
    height: 26px;
}

div#mycustums .btQuoteBooking .ui-slider-horizontal {
    height: 7px;
    margin-top: 16px;
 }

.btQuoteBooking .btQuoteSwitch {
    width: 56px;
    height: 32px;
    background: white;
}
.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    width: 20px;
    height: 20px;
}

@media (max-width:280px){
	
}
@media (max-width:767px){
	div#mycustums .btQuoteBooking .btQuoteItem label {
		margin-bottom: 5px;
	}
	div#mycustums .btQuoteBookingWrap b {
		font-size: 14px;
		margin-top: 10px !important;
		float: left;
		width: 100%;
		margin-bottom: 5px !important;
	}
	div#mycustums .btQuoteBookingWrap b {
		font-size: 14px;
	}
	div#mycustums .btQuoteBookingWrap {
		font-family: "Roboto", Sans-serif;
		font-size: 12px;
		line-height: 16px;
	}
	div#mycustums .bt_cc_separator.bt_cc_bottom_spacing_large {
		width: 100%;
		float: left;
	}
	div#mycustums .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
		display: flex;
		height: unset;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		background: unset !important;
		color: black !important;
		padding: 0 !important;
		/* background: #60853c !important; */
	}
	div#mycustums .btQuoteBooking .btQuoteTotalText {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	div#mycustums .currencyAfter .btQuoteTotalCalc,
	div#mycustums .currencyAfter .btQuoteTotalCurrency {
		background: #60853c !important;
		color: white;
		/* background: unset !important; */
	}
	div#mycustums .btQuoteBooking .btQuoteSliderValue {
		min-width: 20px;
		height: 20px;
		line-height: 20px;
	}
	div#mycustums .btQuoteBooking .ui-slider .ui-slider-handle {
		min-width: 20px;
		height: 20px;
	}
	div#mycustums button.btContactSubmit {
		margin-top: 10px !important;
		margin-bottom: 5px !important;
	}
	div#mycustums .btQuoteBooking .btSubmitMessage {
		height: unset;
	}
}
@media (max-width:1024px) and (min-width:768px) {
	
}
@media (max-width:1280px) and (min-width:1024px) {
	
}
@media (min-width:1280px) and (max-width:1400px) {
	
}






ul.shareit {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin: 10px 0;
    margin-top: 0px;
}
ul.shareit li {
    padding-right: 10px;
}
ul.shareit li a {
    color: rgb(34 63 139);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}


ul.dayslistul {
    margin: 0;
    padding: 0;
    width: 94%;
    margin-left: 3%;
}
ul.dayslistul li a {
    background: rgba(255, 255, 255, 0.2);
    width: calc(100% - 20px);
    float: left;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    color: white;
    text-decoration: none !important;
    flex-direction: column;    background: #7cb142;
}
ul.dayslistul li a:hover {
    color: rgb(0, 0, 0);
    background: white;
}
ul.dayslistul li.selected a {
    color: rgb(0, 0, 0);
    background: white;
}
ul.dayslistul li a span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
ul.timing {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
ul.timing li {
    float: left;
    margin-right: 10px;
}
ul.timing li span {
    color: rgb(170 170 170);
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
ul.timing li a {
    color: black;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none !important;
}
.singletimeprogram {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.tpresulsdiv h3 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}
.tpresulsdiv a {
    color: rgb(91, 137, 134);
    text-decoration: none !important;
}
.singletimeprogram h2 {
    background: rgb(0, 0, 0);
    padding: 16px;
    color: white;
    font-size: 40px;
}
span.timing-from-to {
    color: rgb(124 177 66);
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
}
h4.program_title {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 !important;
    float: left;
    width: 100%;
}
span.program_place {
    color: rgb(124 177 66);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    float: left;
}
span.program_place_2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.singleprogram.even {
    background: #f7f7f7;
}
.singleprogram {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
}
.singleprogram ul.program_meta {
    padding: 0;
    margin: 0;
    list-style: none;
    color: rgb(100, 100, 100);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize; 
    margin-right: 10%;
}
.singleprogram ul.program_meta strong {
    color: #000000bf;
}
p.program_title {
    color: rgb(100, 100, 100);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
}
li.speakers h4 {
    color: rgb(0, 0, 0);
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
li.speakers p {
    float: left;
    width: 100%;
    color: rgb(100, 100, 100);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
	margin-bottom: 10px;
}

.tpresulsdiv {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exhibitors_list {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.single_exhibitor {
    max-width: 20%;
    float: left;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.single_exhibitor img {
    height: 150px;
    object-fit: contain;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E5E5E5;
    margin-bottom: 15px;
    width: 100%;
    background: white;
}
.single_exhibitor h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto';
}

.firstcell {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    align-items: center;
}
.secondcell {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    margin: 10px 0;
    align-items: center;
}
.thirdcell {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.fourthcell {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
a.hideinmobile{
	background: #7cb142;
    color: white;
    padding: 5px 20px;
    float: left;
	display:block;    margin-top: 10px;
}
a.showinmobile {
    background: #7cb142;
    color: white;
    padding: 5px 20px;
    float: right;
	display:none;
}
ul.sponser_image li {
    width: 33.33%;
    padding: 0 10px;
    padding-left: 0px;
}
ul.sponser_image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.sponser_image img {
    float: left;
    width: 100%;
}
p.short_description {
    margin: 0;
    padding: 0 30px;
    text-align: justify;
    color: black;
    font-size: 12px;
    padding-left: 0px;
    line-height: 20px;
}
span.program_category {
    background: #f1f1f1;
    color: white;
    padding: 5px 20px;
    float: right;
    color: black;
}
.set50 {
    width: 50%;
}
.set66 {
    width: 66.66%;
}
.set25 {
    width: 25%;
    float: right;
    text-align: right;
}
.set33 {
    width: 33.33%;
}


@media (max-width:280px){
	
}
@media (max-width:767px){
	.singletimeprogram {
		margin-top: 20px;
	}
	.singletimeprogram h2 {
		padding: 10px 10px;
		font-size: 30px;
	}
	ul.timing {
		margin-bottom: 20px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.firstcell{
		margin-bottom: 10px;
	}
	.secondcell {
		display: flex;
		flex-direction: column;
	}
	.set33,.set66 {
		width: 100%;margin-bottom: 10px;
	}
	.thirdcell {
		display: flex;
		flex-direction: column;
	}
	h4.program_title {
		font-size: 18px;
		line-height: 24px;
	}
	.singleprogram {
		padding: 10px;
		padding-top: 0px;
	}
	ul.sponser_image li {
		padding: 0 5px;
		padding-left: 0px;
	}
	a.hideinmobile{
		display:none;
	}
	a.showinmobile {
		display:block;
	}
}
@media (max-width:1024px) and (min-width:768px) {
	ul.sponser_image li {
		padding: 0 5px;
	}
	p.short_description {
		padding: 0 10px;
		font-size: 12px;
		padding-left: 0px;
	}
	.singleprogram ul.program_meta {
		font-size: 14px;
		margin-right: 5%;
	}
	h4.program_title {
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
	}
	span.program_place {
		font-size: 16px;
		line-height: 20px;
	}
	.singleprogram ul.program_meta {
		font-size: 12px;
		margin-right: 5%;
		line-height: 18px;
	}
	.singletimeprogram h2 {
		font-size: 32px;
		padding: 5px 16px;
	}
}
@media (max-width:1280px) and (min-width:1024px) {
	ul.sponser_image li {
		padding: 0 5px;
	}
	p.short_description {
		padding: 0 20px;
	}
	.singleprogram ul.program_meta {
		font-size: 12px;
		margin-right: 5%;
	}
}
@media (min-width:1280px) and (max-width:1400px) {
	ul.sponser_image li {
		padding: 0 5px;
	}
	p.short_description {
		padding: 0 30px;
	}
	.singleprogram ul.program_meta {
		font-size: 12px;
		margin-right: 10%;
	}
}

.invisible-item {
	opacity: 0 !important;
	width: 0px !important;
	height: 0px !important;
}

.meyouex-pagination {
	margin: auto;
	padding: inherit;
	list-style: none;
	text-align: center;
}
.meyouex-pagination li {
	display: inline-block;
	background: #80bf6f;
	color: #fff;
	margin: 0 5px;
	font-size: 16px;
}
.meyouex-pagination li.active {
	background: #274186;
}
.meyouex-pagination {
	margin: 40px 0;
	width: 100%;
}
.meyouex-pagination li:hover {
	background: #274186;
}
.meyouex-pagination li a {
	color: #fff;
	padding: 4px 16px;
	display: block;
}
.meyouex-pagination li.disabled {
	opacity: 0.8;
}
.weyou-exhibitor-desc p, .weyou-exhibitor-activities ul li {
	font-weight: 400;
	color: #222;
}
.submit_sort i {
	position: relative;
	top: 4px;
	right: 22px;
	color: #ccc;
}
#meyouex-loader-anim {
	width: 100%;
	text-align: center;
}
#meyouex-loader-anim img {
	width: 100px;
}
select#change, select.sort {
	padding:0 15px !important;
	 width:unset !important;
}

.page-banner-area {
    margin: 0 60px;
}
.weyou-exhibitors-toolbar .sort {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.elementor-heading-title a{
	color: #fff;
}




.btn-primary a {
    background-color: #4BAE57;
    border-radius: 10px;
    padding: 17px 30px;
    margin-right: 30px;
    margin-bottom: 15px
}
.darkblue80::after {
    width: calc(90vw - 200px);
    height: 100%;
    right: -2px;
    border-radius: 40px 0px 0px 40px;
    top: 0px;
    bottom: 0px;
    content: "";
    position: absolute;
    background-color: #150e31;
    z-index: -1;
}
.Tickets-outer-container {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
.Tickets-container {
    background-color: #D0DDE5;
    border-radius: 20px;
    padding: 60px 60px 50px 195px;
	padding: 60px 60px 50px 15%;
	padding: 5% 3% 5% 15%;
}
.Tickets-container:before {
    content: "";
    position: absolute;
    background-image: repeating-linear-gradient(0deg, #333333, #333333 11px, transparent 11px, transparent 23px, #333333 23px), repeating-linear-gradient(90deg, #333333, #333333 11px, transparent 11px, transparent 23px, #333333 23px), repeating-linear-gradient(180deg, #333333, #333333 11px, transparent 11px, transparent 23px, #333333 23px), repeating-linear-gradient(270deg, #333333, #333333 11px, transparent 11px, transparent 23px, #333333 23px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    z-index: 1;
    width: 2px;
    height: calc(100% - 46px);
    top: 22px;
    left: 120px;    left: 10.5%;
}
.Tickets-inner-container {
    display: flex;
    justify-content: space-between;
}
.Tickets-inner-container:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    top: -20px;
    left: 100px;
	left: 9%;
}
.Tickets-inner-container:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -20px;
    left: 100px;
	left: 9%;
}
ul.Ticket-info {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
ul.Ticket-info h5 {
    margin: 0;
}
ul.Ticket-features {
    padding: 0;
    list-style: none;
}
ul.Ticket-features li:before {
    content: '\2713';
    color: green;
}
.Tickets-inner-container .event_price {
    width: 40%;
    text-align: right;
}
a.Ticket-btn {
    border-radius: 10px 10px 10px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #FFFFFF;
    background-color: #4BAE57;
    padding: 18px 40px 18px 40px;
    text-decoration: none !important;
    margin-top: 20px;
    float: left;
}
a.Ticket-btn:hover{
	background-color: #4cbf5a;
}
p.Ticket-price {
    background-color: #140E32;
    padding: 10px 20px;
    color: #FFFFFF;
    font-weight: 700;
    float: right;
    border-radius: 20px;
    font-size: 50px;
    line-height: 60px;
}
p.Ticket-price {
    font-size: 46px;
    line-height: 56px;
}

.Tickets-inner-container div, .Tickets-inner-container ul {
    width: 100%;
    float: left;
}
h2.Ticket-name small {
    font-size: 20px;
    line-height: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}



.section-tickets .elementor-container::before {
    content: "";
    width: calc(100% - 60px);
    height: 2px;
    position: absolute;
    top: 90px;
    left: 30px;
    background-image: repeating-linear-gradient(0deg, #333333, #333333 11px, transparent 11px, transparent 23px, #333333 23px), repeating-linear-gradient(90deg, #333333, #333333 11px, transparent 11px, transparent 23px, #333333 23px), repeating-linear-gradient(180deg, #333333, #333333 11px, transparent 11px, transparent 23px, #333333 23px), repeating-linear-gradient(270deg, #333333, #333333 11px, transparent 11px, transparent 23px, #333333 23px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    z-index: 1;
    width: 2px;
    height: calc(100% - 40px);
    top: 20px;
    left: 120px;
}    
.section-tickets .column-ticket::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 100px;
}
.section-tickets .column-ticket::after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: -20px;
    left: 100px;
}

.venue .elementor-background-overlay {
    background-size: 50% 100% !important;
}
.blue50::after {
    width: 50vw;
    height: 100%;
    right: -2px;
    border-radius: 0px 0px 0px 40px;
    top: 0px;
    bottom: 0px;
    content: "";
    position: absolute;
    background-color: #D0DDE5;
    z-index: -1;
}
.ourteam:before, .visainformation:before, .travelinfo:before, .BecomeSponsor:before, .ticketspagecurve:before {
    width: 40vw;
    height: 100%;
    left: 0px;
    border-radius: 0 100% 100% 0;
    top: 0px;
    bottom: 0px;
    content: "";
    position: absolute;
    z-index: -1;
    background-size: cover;
}
.visainformation:before {
    background: url(https://www.oneoceanx.com/wp-content/uploads/2024/08/placeholder.png);
}
.footlinks2 ul.elementor-icon-list-items {
    justify-content: space-between !important;
}
.footlinks2 ul.elementor-icon-list-items a {
    color: #140E32;
}
.section-cta-banner .column-image::after {
    content:"Have a talk with Cas!";
    color: #140E32;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: -70px;
    right: -50px;
    background-image: url(/wp-content/uploads/2025/01/arrow-long-green.svg);
    width: 220px;
    height: 170px;
    background-repeat: no-repeat;
    background-position: bottom center
}
@media (max-width:280px){
	
}
@media (max-width:767px){
	.darkblue80::after {
		width: calc(90vw - 40px);
		right: -2px;
		border-radius: 40px 0px 0px 40px;
		top: 0px;
		bottom: 0px;
	}
    .section-tickets .elementor-container::before {
      width: calc(100% - 60px);
        height: 2px;
        top: 90px;
        left: 30px;
    } 
   .section-tickets .column-ticket::before {
        top: 70px;
        left: -20px;
    }
    .section-tickets .column-ticket::after {
        top: 70px;
        right: -20px;
        left: unset;
    }
    .blue50::after {
        width: 100%;
        border-radius: 0px 0px 40px 40px;
        right: 0px;
    }
    .section-cta-banner .column-image::after {
        content:unset;
    }
}
@media (max-width:1024px) and (min-width:768px) {
	.darkblue80::after {
		width: calc(90vw - 50px);
		right: -2px;
		border-radius: 40px 0px 0px 40px;
		top: 0px;
		bottom: 0px;
	}
    .blue50::after {
        width: 100%;
        border-radius: 0px 0px 40px 40px;
        right: 0px;
    }
	.section-cta-banner .column-image::after {
        content:unset;
    }
}
@media (max-width:1280px) and (min-width:1024px) {
	.darkblue80::after {
		width: calc(95vw - 100px);
		right: -2px;
		border-radius: 40px 0px 0px 40px;
		top: 0px;
		bottom: 0px;
	}
}
@media (min-width:1280px) and (max-width:1400px) {
	.darkblue80::after {
		width: calc(90vw - 100px);
		right: -2px;
		border-radius: 40px 0px 0px 40px;
		top: 0px;
		bottom: 0px;
	}
}