article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
display: block;
}
html {
font-size: 100%;
}
body {
margin: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1,h2,h3,h4,h5,h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
h3,.h3 {
font-size: 1.75rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
ol,ul,dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,ul ul,ol ul,ul ol {
margin-bottom: 0;
}
input,button,select,optgroup,textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #34BEA4;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #028342;
text-decoration: underline;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
img {
vertical-align: middle;
border-style: none;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.h-100 {
height: 100% !important; 
}
.d-block {
display: block !important; 
}
.container,.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col,.col-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,
.col-md-12 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #34BEA4;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220,234,183,1);
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus,
.btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220,234,183,1);
}
.btn.disabled,
.btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0;
}
.input-group > .form-control:focus {
z-index: 3;
}
.input-group > .form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-append {
display: flex;
}
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-append .btn:focus {
z-index: 3;
}
.input-group-append {
margin-left: -1px;
}
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
text-decoration: none;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
opacity: 0.75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
}
a.close.disabled {
pointer-events: none;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
transform: none;
}
.modal.modal-static .modal-dialog {
transform: scale(1.02);
}
.modal-dialog-scrollable {
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: min-content;
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
flex-direction: column;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: min-content;
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-0{
border: none !important;
}
.d-none {
display: none !important;
}
.d-flex {
display: flex !important;
}
@media (min-width: 576px) {
.d-sm-block {
display: block !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.align-items-center {
align-items: center !important;
}
.align-content-center {
align-content: center !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.my-4{
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.ml-auto {
margin-left: auto !important;
}
.mr-auto {
margin-right: auto !important;
}
@media (min-width: 768px) {
.mt-md-0 {
margin-top: 0 !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
}
.p-0 {
padding: 0 !important;
}
.p-5 {
padding: 3rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.pr-0 {
padding-right: 0 !important;
}
@media (min-width: 768px) {
.pr-md-5 {
padding-right: 3rem !important;
}
.pl-md-5 {
padding-left: 3rem !important;
}
}
.w-50{
width: 50% !important;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-white {
color: #fff !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
@media (max-width: 575.98px) {
.header-carousel .owl-stage-outer{
overflow: hidden !important;
}
.header__content{
padding-left: 5rem !important;
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//greenautosummit.com/wp-content/themes/ica/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.shine-form {
background-image: linear-gradient(91deg, #34BEA4 0%, #180c24 100%) !important;
}
.fea-inner h4 {
color: white !important;
}
.service-area {
margin: 0 !important;
}
.mb-5, .my-5 {
margin-bottom: 3rem !important;
}
.pt-5{
padding-top:5rem !important;
}
.mt-5, .my-5 {
margin-top: 3rem !important;
}
.features-thumb img {
width: auto !important;
height: auto !important;
max-width: fit-content !important;
}
.has-error {
border: red solid 2px!important;
}
.has-error-text, .has-error-text a {
color: red!important;
}
.wpcf7 form .wpcf7-response-output {
margin: 0em 0.5em 1em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
border-color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #34bea4;
background-color: #34bea47d;
}
.wpcf7 form .wpcf7-response-output {
margin: 1em 1.5em 1em 0em;
text-align: center;
padding: 20px;
font-size: 16px;
border-radius: 5px;
font-weight: 500;
}
.darkness_thank_you_header {
padding: 20rem 0 20rem 0!important;
background-color: #030404!important;
border: none!important;
}
.darkness_thank_you_div {
padding-bottom: 0!important;
}
.confirmation-wrap .wpcf7-response-output { 
color: black;
}
.shine-form__wrap .wpcf7-form-control a, .shine-form__wrap .wpcf7-form-control a:hover {
color:#34BEA4;
}
.pakages_btn {
top: -9rem;
position: relative;
}
.sponership__wrap.soldout {
border-color: #721a03;
position: relative;
}
.overview-section p {
padding-left:80px;
}
.overview-section {
padding-left:100px;
padding-right:100px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.overview-section p {
padding-left:0;
}
.overview-section {
padding-left:20px;
padding-right:20px;
}
}
.text_overview p {
font-size:16px; 
display:inline;
}
.text_overview a {
font-size:20px; 
}
.press_overview{
font-size:30px; 
margin:0!important; 
height: 150px!important;
}
.sponership__wrap.soldout::after {
position: absolute;
content: "sold out";
text-transform: uppercase;
font-weight: 900;
background-color: #721a03;
font-size: 1rem;
top: 100%;
right: 25%;
padding: 0 5px;
color: #fff;
transform: translateX(10%);
}
section .shine-form-2 {
margin-bottom:0;
}
.share__imgbox img {
padding: 12px;
border-radius: 18px;
}
.size-2 {
font-size: 2rem!important;
}
.nice-select:before {
border: 25px solid #34BEA4;
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
}
.hotel-img{
position: relative;
right: 30px;
}
.venue_img_logo p a {
color:#34BEA4; 
text-decoration: underline;
}
div.about__descriptions h2 {
color:#34BEA4; 
}
.green-map {
text-align: center;
}
.nice-select:after {
border-bottom: 3px solid white!important;
border-right: 3px solid white!important;
right: 21px!important;
height: 10px!important;
width: 10px!important;
margin-top: -5px!important;
}
.nice-select.open .list {
background: black;
}
.nice-select .option {
color: white;
}
.linkedin__section .header__title--3, .linkedin__section .header__title--3 p {
margin-bottom:0;
}
.overview-section {
font-size: 16px;
color: white;
font-family: "Montserrat", sans-serif; font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: 25px;
}
.overview-btn {
height:45px !important;
font-size: 15px;
color: black;
border: 1px solid black;
background-color: white;
border-radius: 55px !important;
margin-top: 2rem;
text-transform:uppercase;	
}
.overview-section a{
font-size:15px !important;
}
}
.nice-select .list {
background-color: rgba(0,0,0, 0.5)!important;
}
.woocommerce button.button:hover{
background-color: #34bea4 !important;
color:#fff !important;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: rgba(0,0,0, 0.8)!important;
}
.cta__input {
background-color: rgba(255,255,255, 0.15)!important;
border: none;
}
.website-logo {
padding-bottom:50px; 
display:inline-block!important;
}
.text-green {
color:#19d4a6 !important;
}
.alignleft {
float: left;
margin-right: 15px;
}
.alignright {
float: right;
margin-left: 15px;
}
.aligncenter {
display: block;
margin: 0 auto 15px;
}
a:focus {
outline: 0 solid
}
* {
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px;
}
body {
font-weight: 400;
line-height: 25px;
font-family: "Montserrat", sans-serif !important;
}
@font-face {
font-family: 'Nexa';
src: url(//greenautosummit.com/wp-content/themes/ica/assets/fonts/NexaBold.woff2) format('woff2'),
url(//greenautosummit.com/wp-content/themes/ica/assets/fonts/NexaBold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
.selector-for-some-widget {
box-sizing: content-box;
}
a:hover {
text-decoration: none
}
button:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
}
ul {
padding: 0;
margin: 0;
list-style: none;
}
.container {
max-width: 1170px;
margin: auto;
}
.header {
background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0)),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-1.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 12rem 0 10rem 0;
background-color: #000;
position: relative;
min-height: 20rem;
}
.nav-tag-liner{
width: 100%;
color: #fff;
background: #95c623;
position: absolute;
text-align: center;
margin-top: 115px;
left: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: 16px;
}
.header.header__bottom {
min-height: 10rem;
padding: 1rem 0;
}
.header.header__bottom.b-speaker {
min-height: 10rem;
padding: 12rem 0;
}
.vp-home-slider .header {
min-height: 80rem;
}
.lazy {
width: 100%;
height: 100%;
}
.header.vp-page {
padding: 75px 75px;
height: 50px !important;
min-height: 50px !important;
}
li {
font-size: 1.5rem;
}
.header-carousel .owl-stage-outer {
overflow: visible;
}
#page {
padding-bottom: 50px;
}
#page ul li {
position: relative;
margin-left: 25px;
}
#page ul li::before {
font-family: "Font Awesome 5 Free";
content: "\f00c";
font-weight: 900;
color: #34BEA4;
margin-right: 2rem;
position: absolute;
left: -25px;
top: 35%;
transform: translateY(-50%);
}
.owl-dot span {
background: #34BEA4;
height: 15px;
width: 15px;
display: block;
border-radius: 50px;
margin-left: 5px;
margin-right: 5px;
}
.owl-dot.active span {
background-color: rgba(220, 234, 183, 1) !important; }
.owl-carousel .owl-item img {
height: auto;
object-fit: cover;
}
.vp-hover-underline {
position: relative;
}
.vp-hover-underline::after {
font-family: "Font Awesome 5 Free";
content: "\f107";
font-weight: 900;
position: absolute;
right: 0px;
color: black;
position: absolute;
top: 50%;
transform: translate(0%, -50%);
display: none;
}
.sponser-carosuel .owl-item img {
max-height: 100px;
object-fit: contain;
}
.owl-dots {
display: flex;
justify-content: center;
}
.header--2 {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.985) 30%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-2.png);
} img.yt_icon{
width: 30px !important;
height: auto !important;
right: 10px !important;
left: auto !important;
top: 10px !important;
position: absolute !important;
}
a.yt_link{
opacity:0.8;
transition: 0.4s all;
}
a.yt_link:hover{
opacity:1;
}
.image-wrapper{
position:relative;
}
.overlay-wrapper{
height:100%; 
width:100%; 
position:absolute; 
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0.17%, rgba(0, 0, 0, 0) 90.02%);
border-radius:4px;
box-shadow: 0px 4px 0px #30AF97;
}
.testimonial-text-wrapper{
bottom: 0;
color: #fff;
font-weight: 400;
position: inherit;
font-size: 12px;
padding: 22px;
padding-left: 46px;
padding-bottom: 26px;
width: 100%;
line-height: 16px;
padding-right: 46px;
}
.testimonial-text-wrapper::after{
position: absolute;
left: 12px;
top: -15px;
width: 3rem;
height: 3rem;
background-color: transparent;
background-image: url(https://greenautosummit.com/wp-content/uploads/2023/06/before.png);
content: "";
border-bottom: 0;
background-size: contain;
border-right: 0;
background-repeat: no-repeat;
}
.testimonial-text-wrapper::before{
background-repeat:no-repeat;
position: absolute;
content: "";
width: 3rem;
height: 3rem;
right: 15px;
background-size: contain;
bottom: 10px;
background-image: url(https://greenautosummit.com/wp-content/uploads/2023/06/after.png);
}
.testimonial-carosuel img{
border-radius:4px;
}
p.name-surname{
font-weight: 700;
font-size: 14px; 
margin-top:5px;
margin-bottom:0; 
padding-bottom:0;
}
.position-testimon p{
line-height:1;
margin-top:-3px;
font-size:14px;
} .partners-wrapper{
display: flex;
padding: 20px;
width: 100%;
height: 156px;
background: #FFFFFF;
border: 1px solid #D6D6D6;
box-shadow: 0px 4px 0px #34BEA4;
border-radius: 6px;
align-items: center;
justify-content: center;
flex-direction:column;
}
p.partner-title{
margin-bottom: 30px;
color: #000000;
font-size: 14px;
font-weight: 600;
margin-top: 4px;
}
.sponser h1.section__heading{
margin-bottom:2.5rem !important;
}
.partners-wrapper .sponser__img{
margin:auto !important;
}
.header--3 {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.985) 30%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-3.png);
}
.header--4 {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.985) 30%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-4.jpg);
background-position: bottom center;
}
.header--4 {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.985) 30%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-4.jpg);
background-position: bottom center;
}
.header--5 {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.985) 30%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-5.jpg);
background-position: bottom center;
}
.header--6 {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.985) 30%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-6.jpg);
background-position: bottom center;
}
.header--7 {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.985) 30%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-7.jpg);
background-position: bottom center;
}
.header--8 {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.985) 30%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-8.jpg);
background-position: bottom center;
}
.header--9 {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.985) 30%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-9.jpg);
background-position: bottom center;
}
.header__bottom {
padding: 6rem 0;
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.908) 40%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-bottom-2.png);
}
.header__bottom--2 {
background-image: linear-gradient(
to right,
rgba(0, 0, 0, 0.908) 40%,
rgba(0, 0, 0, 0)
),
url(//greenautosummit.com/wp-content/themes/ica/assets/img/header__bottom-2.jpg);
background-position: top;
background-size: cover;
}
.header__content {
position: relative;
}
input[type="checkbox"] { -ms-transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5);
padding: 5px;
}
.wpcf7-form-control a {
color: #fff;
text-decoration: underline;
}
.wpcf7-list-item {
font-weight: 400 !important;
}
.wpcf7-form-control a:hover {
color: white;
}            .header__title {
color: #fff;
font-weight: 400;
font-size: 5rem;
margin-bottom: 1rem;
}
.header__title--2 {
color: #34BEA4;
}
.header__title--3 {
color: #34BEA4;
font-size: 5rem;
}
.header__title strong {
font-weight: 800;
}
.header__subtitle {
color: #fff;
font-size: 5rem;
}
.header__btn {
font-size: 15px;
display: inline-block;
text-transform: uppercase;
color: #fff;
background-color: #34BEA4;
padding: 1rem 2.5rem;
border-radius: 5px;
transition: all 0.3s;
margin-top: 1.5rem;
font-weight: 700;
}
.header__btn:hover {
background-color: #fff;
color: #34BEA4;
text-decoration: none;
}
.header .description {
max-width: 50%;
line-height: 1.3;
margin: 2rem 0;
font-weight: 400;
}
.header-carousel {
position: relative;
}
.header-carousel h3 {
color: #34BEA4;
font-weight: 400;
font-size: 4rem;
}
.home__header h3{
color: #34BEA4;
font-weight: 400;
font-size: 4rem;
}
.home__header span.text {
color: #fff;
font-size: 2.5rem;
}
.speaker__company img{
width: auto; 
max-width: 150px; 
height: 70px; 
object-fit: contain; 
}
.header-carousel .header__subtitle.text-green{
margin-bottom:0;
}
.header-carousel .header { }
.header-carousel span.text {
color: #fff;
font-size: 2.5rem;
}
.header__wrapper {
position: relative;
padding-bottom: 50px;
overflow: hidden;
}
.tab_common .nav-tabs a {
margin: 0px;
}
.header__wrapper .arrow-bottom {
position: absolute;
width: 6rem;
height: 6rem;
border-radius: 50%;
background-color: #34BEA4;
display: block;
bottom: 50px;
left: 50%;
z-index: 9;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid #fff;
transform: translate(-50%, 45%);
}
.header__wrapper .arrow-bottom img {
width: 1.8rem;
height: auto !important;
transition: all 0.3s;
}
.header__wrapper .arrow-bottom:hover img {
transform: translateY(4px);
}
.header__carousel--2 {
background-image: url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-4.png);
}
.header__carousel--3 {
background-image: url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-5.png);
}
.header__carousel--4 {
background-image: url(//greenautosummit.com/wp-content/themes/ica/assets/img/header-6.png);
}
.footer {
background-color: #030404;
padding: 6rem 0;
}
.footer__header {
font-weight: 800;
font-size: 3rem;
margin-bottom: 3rem;
}
.footer__single-wrap {
margin-bottom: 3rem;
}
.footer__single img {
max-width: 15rem;
width: 100%;
}
.footer__name {
font-weight: 700;
font-size: 1.4rem;
margin-bottom: 0;
}
.footer__name span {
font-weight: 400;
color: #95c623;
}
.footer__contact {
margin-bottom: 0;
font-size: 1.4rem;
}
.footer__contact i {
color: #34BEA4;
margin-right: 1rem;
}
.footer__heading {
font-weight: 700;
margin-bottom: 0;
}
.footer__social {
text-align: center;
margin-top: 2rem;
width: 100%;
display: flex;
justify-content: center;
}
.footer__social a {
font-size: 2.3rem;
margin: 0 0.7rem;
border-radius: 5px;
transition: all 0.3s;
color: #34BEA4;
display: block;
float: left;
}
.footer__social a:hover {
color: white;
}
.footer__btn {
background-color: #34BEA4;
color: #000;
border-radius: 5px;
padding: 0.2rem 0.8rem;
display: inline-block;
font-size: 1.2rem;
margin-top: 1.2rem;
}
.footer__btn:hover {
text-decoration: none;
color: #000;
}
.footer__btn--white {
background-color: #fff;
color: #34BEA4;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
font-size: 62.5%;
overflow-x: hidden;
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
font-family: "Montserrat", sans-serif;
}
.container {
max-width: 1230px;
}
section {
margin: 5rem 0;
}
.section__heading {
font-size: 32px;
font-weight: 700;
color: #000001;
margin-bottom: 5rem;
width: 100%;
}
.section__heading strong {
font-weight: bold;
}
.description {
font-size: 1.5rem;
font-weight: 400;
}
ul {
list-style: none;
}
.mt__5 {
margin-top: 5rem !important;
}
.mt__8 {
margin-top: 8rem !important;
}
.pt__7 {
padding-top: 7rem !important;
}
.pt__10 {
padding-top: 10rem !important;
}
.pb__10 {
padding-bottom: 10rem !important;
}
.mb__6 {
margin-bottom: 6rem !important;
}
.mb__5 {
margin-bottom: 5rem !important;
}
.mb__7 {
margin-bottom: 7rem !important;
}
.mb__8 {
margin-bottom: 8rem !important;
}
.mb__9 {
margin-bottom: 9rem !important;
}
.mb__10 {
margin-bottom: 10rem !important;
}
.service-area.services-areas .service-content{
z-index: 2;
margin-top: -27px;
position: relative;
}
.exhibitors-wrapper.blogs-other .card{
background: #FFFFFF;
border: 1px solid #D6D6D6;
box-shadow: 0px 4px 0px #33ad98;
border-radius: 6px;
padding:15px;
}
.exhibitors-wrapper .service-content li{
color:#000;
}
#exhibit{
scroll-margin-top: 140px;
} .about__us__header__logo {
width: 100%;
max-width: 30rem;
}   .about__top {
max-width: 100rem;
margin: 0 auto;
margin-bottom: 2rem;
}
.about__right {
position: relative;
padding: 4rem 4rem;
}
.about__right::after,
.about__right::before {
position: absolute;
left: 0;
top: 0;
width: 5rem;
height: 5rem;
background-color: transparent;
border: 2rem solid #16d3a5;
content: "";
border-bottom: 0;
border-right: 0;
}
.about__right::before {
left: auto;
right: 0;
top: auto;
bottom: 0;
border-bottom: 2rem solid #16d3a5;
border-right: 2rem solid #16d3a5;
border-left: 0;
border-top: 0;
transform: translate(-50%, -50%);
}
.about__left {
position: relative;
padding: 4rem 4rem;
}
.about__left::after,
.about__left::before {
position: absolute;
left: 0;
top: 0;
width: 5rem;
height: 5rem;
background-color: transparent;
border: 2rem solid #16d3a5;
content: "";
border-bottom: 0;
border-right: 0;
}
.about__left::before {
left: auto;
right: 0;
top: auto;
bottom: 0;
border-bottom: 2rem solid #16d3a5;
border-right: 2rem solid #16d3a5;
border-left: 0;
border-top: 0;
transform: translate(-50%, -50%);
} .event {
padding-bottom: 10rem;
padding-top: 10rem; margin-bottom: 5rem;
}
.front {
background-image: linear-gradient(171deg, #34BEA4 0%, #180c24 100%);
}
.event .event-title {
color: #ffffff;
font-weight: bold; padding-top: 5rem;
}
.event .description {
margin-bottom: 0;
color: #ffffff;
font-weight: 400;
}      .event__text-wrap {
background-color: #171716;
}                              .event__icon {
margin-right: 2rem;
width: 100%
}
.event__title {
font-weight: 800;
color: #34BEA4;
font-size: 2rem;
width: 100%;
text-transform: capitalize;
margin-bottom: 2rem;
}
.event__title h3 {
word-spacing: 100vw;
text-transform: capitalize;
}                   .sponser {
padding: 2rem 0;
text-align: center;
}
.sponser__img {
width: auto;
max-width: 250px;
height: 100px;
object-fit: contain;
margin: 0 auto;
margin-bottom: 5rem;
}
.owl-carousel .owl-stage,
.video-carousel .owl-stage {
display: flex;
align-items: center;
}
.video {
padding-bottom: 0;
}
.video-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.owl-nav button {
background-color: rgb(52 190 164 / 29%) !important; border-radius: 50px;
width: 35px !important;
height: 35px !important;
transition: 0.3s all;
border: 1px solid #2faf9761 !important;
}
.owl-nav button:hover{
border: 1px solid #2faf97a1 !important;
background-color: rgb(52 190 164 / 0%) !important;
}
.owl-nav button::after,
.owl-nav button.owl-next::after {
-webkit-text-stroke: 1.8px #cbece5;
transition: 0.3s all;
}
.owl-nav button:hover::after,
.owl-nav button.owl-next:hover::after {
-webkit-text-stroke: 1.8px #fff;
}
button:focus{
outline:0;
}
.owl-nav button::after {
font-size: 20px !important;
display: block;
padding-top: 31px;
}
.wpcf7-file {
background-color: rgba(255, 255, 255, 0) !important;
color:white;
}   .header-menu-area {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 9;
}
.site-header-right-blik {
display: flex;
align-items: center;
justify-content: end;
}
.site-menu ul {
display: block;
float: left;
margin: 0;
padding: 0;
list-style: none;
}
.site-menu ul li {
display: inline-block;
}
.site-menu .sub-menu .nav-item {
margin-right: 0px;
}
.site-menu ul li a {
font-size: 12px;
padding: 17px 18px;
color: #fff;
display: block;
text-transform: uppercase;
font-weight: 700;
}
.site-menu ul li {
position: relative;
}
.site-menu ul li ul {
position: absolute;
left: 0;
top: 120%;
width: 180px;
background: #fff;
transition: .3s;
opacity: 0;
visibility: hidden;
}
.site-menu ul li ul li {
display: block;
}
.site-menu .sub-menu a {
display: block;
color: #000;
padding: 16px;
transition: .3s;
}
.site-menu:hover ul li ul li a:hover {
background: #34BEA4;
color: #fff;
text-decoration: none;
}
.site-menu ul li ul li a {
display: block;
}
.site-menu ul li:hover ul {
opacity: 1;
visibility: visible;
}
.site-logo a img {
max-width: 156px;
}
.site-menu ul li:hover ul {
top: 100%;
}
.right-action-btn a {
border: 2px solid #fff;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
color: #fff;
padding: 12px 39px;
border-radius: 36px;
transition: .3s;
}
.header-menu-area {
padding: 24px 0;
}
.mean-nav .nav-item {
margin-right: 0px;
} @media only screen and (min-width: 320px) and (max-width: 767px) {
.site-header-right-blik{
position:relative;
}
.mean-bar{
z-index:0 !important;
}
.right-action-btn {
position: absolute;
bottom: 12px;
right: 40px;
z-index:123123;
}
.meanmenu-reveal.meanclose{
color:#000 !important;
}
.navbar .mean-container a.meanmenu-reveal {
top: 20px;
}
.mean-container a.meanmenu-reveal span {
position: relative;
background: black !important;
}
.mean-container a.meanmenu-reveal span::before {
background: #000;
height: 3px;
position: absolute;
content: '';
width: 22px;
top: 6px;
left: 0px;
}
.mean-container a.meanmenu-reveal span::after {
background: #000;
height: 3px;
position: absolute;
content: '';
width: 22px;
top: -6px;
left: 0px;
}
.navbar.active a.meanmenu-reveal span::after, .navbar.active a.meanmenu-reveal span::before, .navbar.active a.meanmenu-reveal span {
background: #000;
}
.header-menu-area .mean-container .mean-nav {
float: inherit;
width: 100%;
background: #34BEA4;
margin-top: 61px;
display: block;
}
.site-logo img {
position: relative;
z-index: 99999999;
}
.menu-prepent.mean-container {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.header-menu-area .mean-container .mean-bar {
background: transparent;
}
.mean-container .mean-nav ul li a {
display: block;
float: inherit;
width: auto;
padding: 13px 10px;
margin: 0;
text-align: left;
color: #fff;
border-top: 1px solid #383838;
border-top: 1px solid rgba(255, 255, 255, 0.5);
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
}
.mean-container .mean-nav ul li {
float: none;
}
.header-menu-area .mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
width: 26px;
height: 14px;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0px;
z-index: 2;
font-weight: 700;
background: rgba(255, 255, 255, 0.1);
border: none !important;
border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
line-height: 18px;
}
.header-menu-area .mean-container .mean-nav ul li a.mean-expand:hover {
background: rgba(255, 255, 255, 0.3);
}
} .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
display: block;
}
.sticky-navigation {
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
}
nav.navbar.navbar-expand-lg.navbar-dark {
padding: 30px 0;
}
.sticky .logo2 {
display: inline-block;
}
.sticky .logo {
display: none;
}
.sticky {
display: block;
position: fixed;
width: 100%;
top: 0;
left: 0;
background-color: #fff;
z-index: 10;
display: block;
box-shadow: 0px 24px 35px 13px rgba(0, 0, 0, 0.25);
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
}
.sticky button {
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
}
.sticky .navbar.navbar-expand-lg.navbar-dark button span {
color: #000;
}
.sticky ul li a {
color: #7e7e7e;
font-weight: 500;
color: #000 !important;
}
.nopadding {
padding: 0px !important;
}
.sticky nav.navbar.navbar-expand-lg.navbar-dark {
padding: 0;
}
.sticky-navigation nav a {
font-weight: bold !important;
}
.sticky-navigation .dropdown-item:hover {
color: #fff !important;
}
.sticky .btn-outline-light {
border: 2px solid #34BEA4;
color: #000 !important;
}
.sticky-navigation .btn-outline-light:hover {
background-color: #34BEA4;
color: #fff !important;
}  .sticky-navigation {
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
}
nav.navbar.navbar-expand-lg.navbar-dark {
padding: 30px 0;
}
.sticky .logo2 {
display: inline-block;
}
.sticky .logo {
display: none;
}
.sticky {
display: block;
position: fixed;
width: 100%;
top: 0;
left: 0;
background-color: #fff;
z-index: 10;
display: block;
box-shadow: 0px 24px 35px 13px rgba(0, 0, 0, 0.25);
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
}
.sticky button {
transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
}
.sticky .navbar.navbar-expand-lg.navbar-dark button span {
color: #000;
}
.sticky ul li a {
color: #7e7e7e;
font-weight: 500;
color: #000 !important;
}
.nopadding {
padding: 0px !important;
}
.sticky nav.navbar.navbar-expand-lg.navbar-dark {
padding: 0;
}
.sticky-navigation nav a {
font-weight: bold !important;
}
.sticky-navigation .dropdown-item:hover {
color: #fff !important;
}
.sticky .btn-outline-light {
border: 2px solid #34BEA4;
color: #000 !important;
}
.sticky-navigation .btn-outline-light:hover {
background-color: #34BEA4;
color: #fff !important;
} div.wpcf7 .ajax-loader {
display: none;
} .gallery {
padding: 5rem 0;
}
.gallery__bg {
width: 100%;
height: 30rem;
background-image: url(//greenautosummit.com/wp-content/themes/ica/assets/img/Ica_Summit_WEB_1-46.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: right;
}
.gallery__bg--2 {
background-image: url(//greenautosummit.com/wp-content/themes/ica/assets/img/Ica_Summit_WEB_1-44.jpg);
background-position: left;
}
.gallery__bg--3 {
background-image: url(//greenautosummit.com/wp-content/themes/ica/assets/img/Ica_Summit_WEB_1-45.jpg);
background-position: left;
} .cta {
background-image: linear-gradient(91deg, #34BEA4 0%, #180c24 100%);
padding: 5rem 0;
color: #fff;
margin-bottom: 0;
margin-top: 0;
}
.cta__input {
background-color: #e0d3e3;
box-sizing: border-box;
border-radius: 0;
font-size: 2rem;
padding: 1rem 2.5rem;
color: #fff !important;
}
.cta__input::placeholder {
color: #fff;
}
.cta__input-btn {
border-radius: 0;
background-color: #34BEA4;
color: #fff;
font-size: 2rem;
border-color: #34BEA4;
outline: none;
padding: 0 3rem;
} .share {
padding: 0;
}
.share__list {
list-style: none;
}
.share__item {
font-size: 1.6rem;
font-weight: 400;
margin-bottom: 0.5rem;
position: relative;
padding-left: 3rem;
}
.share__item::before {
font-family: "Font Awesome 5 Free";
content: "\f00c";
font-weight: 900;
color: #34BEA4;
margin-right: 2rem;
position: absolute;
left: 0;
top: 35%;
transform: translateY(-50%);
}
.share__img {
width: 100%;
} .shine-form.vp-payment {
width: 50%;
margin: 0 auto;
padding: 35px;
text-align: center;
}
.shine-form.vp-payment .modal__heading {
font-weight: 900;
color: #fff;
font-size: 3rem;
text-align: right;
}
.shine-form {
background-image: linear-gradient(180deg,#34BEA4 1%, black 100%);
padding: 4rem 0;
margin-bottom: 0;
}
.shine-form__text {
position: relative;
line-height: 2;
margin-right: 1rem;
}
.shine-form__text::after {
position: absolute;
right: 10%;
top: 0;
width: 2px;
height: 100%;
background-color: #ffffff;
content: "";
}
.shine-form .form-control {
background-color: rgba(255,255,255, 0.15)!important;
border-radius: 0;
margin-bottom: 1.5rem;
padding: 2.5rem 1.2rem;
font-size: 1.6rem;
outline: none;
border: none;
color:white!important;
}
.shine-form .form-control::placeholder {
text-transform: uppercase;
font-weight:  400;
color: #000;
font-size: 1.3rem;
font-family: "Montserrat", sans-serif;
color:white!important;
}
.shine-form input[type="submit"] {
font-size: 15px;
font-weight: 700;
background: #fff;
color: #34BEA4;
padding: 1rem 2.5rem;
border: none;
outline: none;
transition: all 0.3s;
text-transform:uppercase;
}
.shine-form input[type="submit"]:hover {
background-color: #34BEA4;
color: #fff;
}
.shine-form .checkbox_main li label {
color: #fff;
font-size: 18px;
margin-bottom: 12px;
cursor: pointer;
font-weight: 400;
}
.wpcf7-list-item-label {
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-style: normal;
letter-spacing: normal;
line-height: normal;
margin-left: 15px;
font-weight: 400 !important;
}
.shine-form .checkbox_main li input[type="checkbox"] {
display: none;
}
.wpcf7-list-item-label {
position: relative;
}
.shine-form .checkbox_main li input[type="checkbox"] + label span {
display: inline-block;
width: 20px;
height: 20px;
margin: -1px 15px 0 0;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #fff;
position: relative;
}
.wpcf7-list-item-label:before {
height: 25px;
width: 25px;
color: #fff;
content: "\f00c" !important;
font-family: "FontAwesome";
font-size: 11px;
position: absolute;
text-align: center;
left: 3px;
top: 0px;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.shine-form .checkbox_main li input[type="checkbox"]:checked + label span {
background: #dceab7;
border-color: #dceab7;
}
.shine-form
.checkbox_main
li
input[type="checkbox"]:checked
+ label
span:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
color: #95c623;
}
.shine-form .checkbox_main li input[type="checkbox"] + label span,
.shine-form .checkbox_main li input[type="checkbox"]:checked + label span {
-webkit-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
}
.shine-form .checkbox_style2 li input[type="checkbox"] + label span {
border-radius: 0px;
} .vp-hover-underline {
text-decoration: underline;
}
.vp-hover-underline:hover {
text-decoration: none;
}
.vp-agenda-desc-show {
display: none;
}
.vp-agenda-desc-show p {
font-size: 1.5rem;
}
.nav-tabs {
border: none;
}
.nav-tabs .nav-item {
margin-right: 0px;
}
.nav-tabs a {
font-size: 2rem;
text-transform: uppercase;
padding: 0.6rem 1rem;
border: 2px solid #34BEA4;
color: #34BEA4;
margin: 0 1rem;
}
.nav-tabs a:hover {
text-decoration: none;
}
.nav-tabs a.active {
background-color: #34BEA4;
color: #fff;
}
.tab_content .row.colored {
background-image: linear-gradient(to right, #34BEA4 0%, #34BEA4 0.005237770000000003%, #180c24 100%);
padding: 0.6rem 0;
}
.tab__bold-text {
font-weight: 900;
font-size: 1.6rem;
}
.text__light-text {
font-size: 1.5rem;
font-weight: 400;
margin-bottom: 0;
}
.tab__time {
font-weight: 700;
font-size: 1.6rem;
}
.tab_content .row:not(.colored) {
border-bottom: 2px solid #34BEA4;
} .embed-responsive {
box-shadow: 0px 14px 14px 2px rgba(0, 0, 0, 0.352);
margin-bottom: 5rem;
} .border-bottom.last-sponsor {
border-bottom: none !important;
}
.sponership { background-image: linear-gradient(180deg, #34BEA4 0%, #180c25 100%);
font-size: 1.6rem;
padding: 4rem 0;
}
.sponership__wrap {
border: 2px solid #c4c4c4;
padding: 2rem 0;
}
.sponership__item {
margin-bottom: 3px;
}
.sponership__item:last-child {
background-color: #34BEA4;
}
.sponership__item:nth-child(17) {
background-color: #b0f0e0;
}
.sponership__item:nth-child(16) {
background-color: #b0f0e0;
}
.sponership__item:nth-child(15) {
background-color: #b0f0e0;
}
.sponership .col-md-6 ul li {
padding-left: 3rem;
position: relative;
}
.sponership .col-md-6 ul li::before {
content: "";
position: absolute;
top: 50%;
left: 1rem;
width: 7px;
height: 7px;
background-color: #34BEA4;
transform: translateY(-50%);
}
.sponership h5 {
text-transform: uppercase;
font-weight: 900;
font-size: 1.7rem;
} .pakages {
padding: 4rem 0 4rem 0;
}
.pakages__single {
border: 2px solid #34BEA4;
padding: 5rem 4rem 3rem 4rem;
}
.pakages__title {
font-weight: 400;
color: #34BEA4;
font-size: 2.4rem;
line-height: 2.4rem;
text-transform: capitalize;
margin-bottom: 3rem;
}
.pakages__title strong {
font-weight: 900;
color: #000;
font-size: 3rem;
}
.pakages__item {
font-size: 1.6rem;
position: relative;
padding-left: 3rem;
}
.pakages__item::before {
position: absolute;
content: "";
width: 7px;
height: 7px;
background-color: #34BEA4;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.pakages__item span {
font-weight: 800;
}
.pakages .soldout {
border-color: #db0010;
position: relative;
}
.pakages .soldout::after {
position: absolute;
content: "sold out";
text-transform: uppercase;
font-weight: 900;
background-color: #db0010;
font-size: 2rem;
top: 20%;
right: 1.3rem;
color: #fff;
padding: 0 1rem;
transform: translateX(10%);
} .participent img {
height: 30rem;
width: 100%;
object-fit: cover;
}
.participent h5 {
font-size: 2rem;
margin-top: 1rem;
font-weight: normal;
}
.participent h5 span { }
.details {
padding: 0;
}
.linkdin__btn {
display: flex;
align-items: center;
font-weight: 400;
font-size: 2.6rem;
text-align: left;
color: #34BEA4;
line-height: 1.3;
justify-content: center;
transition: all 0.3s;
}
.linkdin__btn i {
font-size: 8rem;
margin-left: 1.4rem;
border-radius: 10px;
}
.linkdin__btn:hover {
text-decoration: none;
}
.confidence {
padding: 4rem 0;
}
.event {
padding: 1rem 0 5rem 0;
}
.lazy.speaker__single {
max-height: 50px;
width: auto;
}
.event img {
max-width: 8rem;
width: 100%;
margin-bottom: 2rem;
margin-right: 10px;
}
.event .step p {
font-size: 1.5rem;
}
.owl-nav button {
position: absolute;
top: 50%;
left: 0;
width: 5rem;
height: 5rem;
background: red;
z-index: 999;
display: block;
transform: translateY(-50%);
}
.owl-nav button::after {
content: "\f053";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #34bea4;
font-size: 3rem;
transform: translateY(-50%);
}
.owl-nav button span {
display: none;
}
.owl-nav button.owl-next {
left: auto;
right: -40px;
}
.owl-nav button{
left: -40px;
}
.owl-nav button.owl-next::after {
content: "\f054";
}
.navbar {
background-color: transparent;
position: absolute;
z-index: 99;
width: 100%;
padding: 3rem 5rem;
margin: 0 auto;
left: 0;
right: 0;
transition: all 0.3s;
}
.navbar.active {
position: fixed;
top: 0;
background-color: #fff;
color: #000;
padding: 1rem 1rem;
border-bottom: 1px solid #eeeeee;
}
.navbar.active .mean-nav .nav-link {
color: #fff !important;
}
.vp-sponsor-table-mobile {
display: none;
}
.vp-sponsor-table-desktop {
display: block;
}
.navbar.active .nav-link {
font-size: 12px;
color: #000 !important;
font-weight: 700;
text-transform: uppercase;
padding: 10px 10px !important;
}
.navbar.active .sub-menu .nav-link:hover {
color: #fff !important;
}
.navbar.active .speaker__btn:hover {
color: #fff!important;
background-color:#34BEA4;
}
.navbar.active .speaker__btn {
color: #34BEA4!important;
background-color:#fff;
border-color: #34BEA4 !important;
border-radius: 50px;
padding: 1rem 2.5rem !important;
display: inline-block;
border: 2px solid #fff;
}
.navbar.active .navbar-brand {
display: none;
}
.navbar.active .navbar-brand--2 {
display: block;
}
.navbar img {
max-width: 15rem;
}
.wpcf7-response-output {
color: #fff;
font-size: 18px;
font-style: normal;
letter-spacing: normal;
line-height: normal;
margin-left: 15px;
}
.navbar .nav-link {
font-size: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: 10px 5px !important;
}
.cn-button.bootstrap {
color: #fff;
background: #C06FEA;
}
.mean-bar .nav-link {
width: calc(100% - 30px) !important;
color: #fff;
}
.nav-item {
margin-right: 25px;
}
.navbar .speaker__btn {
border-color: #34BEA4;
border-radius: 50px;
padding: 1rem 2.5rem !important;
display: inline-block;
border: 2px solid #34BEA4;
}
.navbar-brand--2 {
display: none;
}
.speaker {
padding-bottom: 7rem;
}
.speaker__single {
text-align: center;
}
.speaker__single:hover {
text-decoration: none;
}
.speaker__img {
width: 18rem;
min-height: 18rem;
border-radius: 50%;
overflow: hidden;
display: block;
margin: 0 auto;
margin-bottom: 2rem;
border: 1px solid #ffffff;
box-shadow: -10px 5px 20px -8px #34BEA4;
}
.speaker__name {
font-weight: 800;
text-transform: capitalize;
font-size: 2rem;
color: #000001;
margin-bottom: 0;
font-weight: bold;
}
.speaker__position {
margin-bottom: 0;
color: #000001 !important;
}
.speaker__company {
font-size: 1.8rem;
color: #34BEA4;
font-weight: bold;
}
.speaker__btn {
font-size: 15px;
color: #fff;
border: 1px solid #34BEA4;
background-color: #34BEA4;
border-radius: 5px;
padding: 0.6rem 2rem;
margin-top: 2rem;
font-weight:bold;
text-transform:uppercase;
}
.pt-0 {
padding-top: 0px !important;
}
.speaker__btn:hover {
background-color: rgba(0,0,0,0);
color: #34BEA4;
}
.modal-header {
border: none;
padding: 0 !important;
}
.modal-header button {
height: 3rem;
width: 3rem;
border-radius: 50%;
border: 2px solid #dadad9;
display: flex;
justify-content: center;
align-items: center;
margin-right: 0px !important;
margin-top: 15px !important;
}
.modal-header button span {
color: #dadad9;
font-size: 3rem;
margin-bottom: 0.4rem;
}
.modal__time {
border-top: 2px solid #34BEA4;
border-bottom: 2px solid #34BEA4;
padding: 0.3rem 0;
}
.modal__day { display: inline-block; margin-bottom: 0.3rem
}
.partners_head_custom.header__wrapper{
overflow:visible;
padding-bottom:0;
}
.partners_head_custom.header__wrapper .arrow-bottom{
bottom:0;
}
.partners-background-wrapper{
background-image: url(https://greenautosummit.com/wp-content/uploads/2023/06/bgr-partner.png), url(https://greenautosummit.com/wp-content/uploads/2023/06/bgr-partner-rotated-1.png);
background-repeat: no-repeat, no-repeat;
background-position: top, bottom;
background-position-x: 0px, 350px;
background-position-y: -450px, 1190px;
background-size: 1200px;
padding-top: 60px;
padding-bottom:1px;
}
.modal__day > .speaker__company {
background-color: #34BEA4;
color: #ffffff;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
text-transform: uppercase;
}
.modal-content {
padding-bottom: 2rem;
padding-right: 2rem;
}
.modal-content .speaker__img {
width: 15rem;
min-height: 15rem;
}
.modal-content .speaker__company {
font-size: 1.4rem;
}
.modal-content .speaker__company.time {
width: 30%;
justify-content: center;
}
.modal-content .speaker__company.topic {
width: 70%;
justify-content: left;
}
.modal-content .description {
font-size: 1.4rem;
}
.modal-content .description-2 {
font-size: 1.4rem;
font-weight: bold;
border-bottom: 2px solid #34BEA4;
padding-top: 0.3rem;
padding-bottom: 1rem;
padding-left: 30%;
}
.modal-content .speaker__position {
font-size: 1.1rem;
}
.modal__img {
max-width: 10rem;
width: 100%;
margin-top: 2rem;
margin-bottom: 2rem;
} .about__right p,
.about__left p,
.about__top__text p {
font-size: 16px;
color: #231f20;
font-family: "Montserrat", sans-serif; font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: 25px;
}
.about__top__text p {
padding-left: 10rem;
padding-right: 10rem;
}
.testimonial-carosuel.owl-carousel .owl-stage{
align-items: flex-start;
}
@media (max-width: 767.98px) {
.testimonial-text-wrapper{
padding: 22px;
}
.testimonial-text-wrapper::after{
width:2rem;
top:0;
}
.testimonial-text-wrapper::before{
bottom:0;
width:2rem;
}
.header__content {
padding-top: 0px !important;
} 
.about__top__text p {
padding-left: 16px;
padding-right: 16px;
text-align:left;
}
}
.about__right,
.about__left {
position: relative;
padding: 5rem 5rem;
}
.nav-tabs a {
text-transform: none;
}
.modal-content .speaker__position {
font-size: 1.5rem;
}
.modal-content .speaker__company__title {
font-size: 1.8rem;
}
.modal__img {
max-width: 70%;
}
.about__descriptions p {
font-size: 16px;
font-weight: 400;
text-align: left;
}
.follow__text strong {
font-weight: 700;
}            .pakages__single {
height: 100%;
}
.align-images-center {
align-items: center;
}
.agenda p {
margin-bottom: 0px;
} *,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
html {
font-size: 62.5%;
overflow-x: hidden;
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
font-family: "Montserrat", sans-serif;
}
.modal-header {
border: none;
padding: 0 !important;
}
.modal-header button {
height: 3rem;
width: 3rem;
border-radius: 50%;
border: 2px solid #dadad9;
display: flex;
justify-content: center;
align-items: center;
margin-right: 0px !important;
margin-top: 15px !important;
}
.modal-header button span {
color: #dadad9;
font-size: 3rem;
}
.modal__time {
border-top: 2px solid #34BEA4;
border-bottom: 2px solid #34BEA4;
padding: 0.3rem 0;
}
.modal-content {
padding-bottom: 2rem;
padding-right: 2rem;
}
.modal-content .speaker__img {
width: 15rem;
min-height: 15rem;
}
.modal-content .speaker__company {
font-size: 1.6rem;
}
.modal-content .description {
font-size: 1.5rem;
}
.modal-content .speaker__position {
font-size: 1.6rem;
}
.modal__img {
max-width: 10rem;
width: 100%;
margin-top: 2rem;
margin-bottom: 2rem;
}
.shine-form select {
background-color: #dceab7;
border-radius: 0;
margin-bottom: 1.5rem;
font-size: 1.6rem;
display: block;
width: 100%;
border: none;
height: calc(1.5em + 0.75rem + 2px);
font-weight: 400;
line-height: 1.5;
color: #495057;
height: 50px;
background-clip: padding-box;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
font-weight: 400;
}
#modal__form .modal-content {  background-color: #34BEA4;
background-position: center;
background-repeat: no-repeat;
background-size: cover; padding-left: 4rem;
padding-right: 4rem;
}
#modal__form .modal-content .shine-form {
background-image: none;
background-color: transparent;
}
#modal__form .modal__logo {
max-width: 30%;
float: left;
padding-bottom: 15px;
}
.modal__heading {
width: 70%;
float: left;
} .modal__heading {
text-align: right;
}
#modal__form .modal__heading {
font-weight: 900;
color: #fff;
font-size: 3rem;
text-align: right;
}
.shine-form .form-control::placeholder {
text-transform: uppercase;
font-weight: 400;
color: #000;
font-size: 1.3rem;
font-family: "Montserrat", sans-serif;
}
.shine-form .form-control {
background-color: #dceab7;
border-radius: 0;
margin-bottom: 1.5rem;
padding: 2.5rem 1.2rem;
font-size: 1.6rem;
outline: none;
border: none;
}
.container__input .checkmark::after {
left: 9px;
top: 5px;
width: 8px;
height: 10px;
border: solid #0c91c5;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.checkmark::after {
content: "";
position: absolute;
display: none;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}
.shine-form button {
font-size: 2rem;
font-weight: 600;
background: #fff;
color: #34BEA4;
padding: 0.6rem 4rem;
border: none;
outline: none;
transition: all 0.3s;
}
.shine-form button:hover {
background-color: #34BEA4;
color: #fff;
} .container__input {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 1.4rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
margin-bottom: 1.5rem;
} .container__input input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
} .container__input:hover input ~ .checkmark {
background-color: #ccc;
} .container__input input:checked ~ .checkmark {
background-color: #fff;
} .checkmark:after {
content: "";
position: absolute;
display: none;
} .container__input input:checked ~ .checkmark:after {
display: block;
} .container__input .checkmark:after {
left: 9px;
top: 5px;
width: 8px;
height: 10px;
border: solid #0c91c5;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.sponership ul {
margin-bottom: 0;
}
.sponership__wrap {
padding: 1rem 0;
} .shine-form-2 {
background-color: #f4f4f4;
padding: 8rem 0;
}
.shine-form-2 .form-control { border-radius: 0;
margin-bottom: 1.5rem;
margin-bottom: 3rem;
padding: 2.5rem 1.2rem;
font-size: 1.6rem;
outline: none;
border: none;
}
.shine-form-2 .form-control::placeholder {   font-family: "Montserrat", sans-serif;
}
.shine-form-2 input[type="submit"] {
cursor: pointer;
font-size: 2rem;
font-weight: 600;
background: #34BEA4;
color: #fff;
padding: 0.6rem 4rem;
border: none;
outline: none;
transition: all 0.3s;
border-radius: 5px;
}
.shine-form-2 button {
font-size: 1.5rem;
font-weight: 600;
background: #34BEA4;
color: #fff;
padding: 0.6rem 4rem;
border: none;
outline: none;
transition: all 0.3s;
height: 33.5px;
}
.shine-form-2 input[type="submit"]:hover {
background-color: #fff;
color: #34BEA4;
}
.shine-form-2 .checkbox_main li label {
color: #ccc;
font-size: 18px;
margin-bottom: 12px;
cursor: pointer;
font-weight: 400;
}
.shine-form-2 .wpcf7-list-item-label {
color: #333;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-style: normal;
letter-spacing: normal;
line-height: normal;
margin-left: 15px;
}
.wpcf7-form .row {
width: 100%;
} .nice-select {
width: 100%;
line-height: 0;
}
.nice-select.form-control {
padding: 25px 10px;
}
.nice-select .list {
width: 100%;
}
.nice-select::after {
height: 8px;
width: 8px;
} .confirmation-wrap .container__input {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 1.2rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-bottom: 1.5rem;
}
.confirmation-wrap .wpcf7-list-item-label a {
color: black;
} .container__input input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #fff;
} .container__input:hover input ~ .checkmark {
background-color: #ccc;
}
.btn.btn-secondary {
border-radius: 5px;
padding: 0.8rem 1.6rem !important;
display: inline-block;
border: 1px solid #D6D6D6;
background-color: #fff;
font-weight: 500;
font-size: 14px;
color: #212529 !important;
text-transform: uppercase;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mr-2 {
margin-right: 15px;
} .container__input input:checked ~ .checkmark {
background-color: #fff;
} .checkmark:after {
content: "";
position: absolute;
display: none;
} .container__input input:checked ~ .checkmark:after {
display: block;
} .container__input .checkmark:after {
left: 9px;
top: 5px;
width: 8px;
height: 10px;
border: solid #0C91C5;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} .vp-payment-from-wrap {
display: flex;
justify-content: center;
}
.vp-payment-from-wrap input {
width: 200px;
}
#payment h3 p {
text-align: center;
}
.vp-payment-from-wrap h2 {
color: #259fe1;
font-size: 7px;
font-style: normal;
letter-spacing: normal;
line-height: normal;
font-size: 26px;
margin-right: 25px;
}
.confirmation-wrap {
background-color: #fff;
padding-top: 50px;
}
.confirmation__header {
font-size: 2rem;
color: #000;
margin-bottom: 3rem;
}
.confirmation__header span {
font-weight: 700;
}
.confirmation-wrap .upload {
font-size: 1.6rem;
font-weight: 600;
background: #34BEA4;
color: #fff;
padding: .5rem 3rem;
border: none;
outline: none;
transition: all .3s;
display: flex;
justify-content: center;
align-items: center;
}
.confirmation-wrap .upload:hover {
background-color: #34BEA4;
color: #fff;
}
.confirmation-wrap .form-control {
height:50px;
margin-bottom: 1.5rem;
border: none;
padding: 1rem 1rem;
border-radius: 0;
}
.confirmation-wrap input[type="file"] {
display: none;
}
.confirmation-wrap .form-group {
position: relative;
}
.confirmation-wrap .upload {
position: absolute;
right: 0;
height: 50px;
width: 50px;
top: 0;
padding: 0;
font-size: 20px;
} .nice-select {
padding-top: 5px;
width: 100% !important;
background-color: rgba(255,255,255,0.15) !important;
border-radius: 0px !important;
margin-bottom: 1.5rem !important;
height: 50px !important;
font-family: inherit !important;
font-weight: 400 !important;
text-transform: uppercase !important;
color:white;
border: none!important;
}
.confirmation-wrap .nice-select {
border: none !important;
padding-top: 5px;
width: 100% !important;
background-color: #fff !important;
margin-bottom: 5px !important;
padding-bottom: 5px;
height: 50px !important;
font-family: inherit !important;
font-weight: 400 !important;
text-transform: capitalize !important;
font-size: 1.6rem !important;
color: rgba(73, 80, 87, 0.8) !important;
background-clip: padding-box;
border-radius: 0.25rem !important;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
line-height: 50px;
padding-left: 10px;
}
.vp-grupe {
float: left;
}
.confirmation-wrap .nice-select span {
position: absolute;
top: 0px;
}
textarea {
min-height: 75px;
}
.gallery-carousel .owl-nav.disabled {
display: block;
}
.venue_img_logo {
text-align: right;
padding-right: 100px !important;
}
.about__descriptions h2 {
font-size: 3.5rem;
font-weight: 400;
color: #000;
margin-bottom: 4rem;
}
.about__descriptions h2 strong {
font-weight: bold;
}
#map { 
filter: grayscale(95%);
background-color: black;
}                   .service-area {
background: linear-gradient(to bottom, rgba(52, 190, 164, 1) 1%, rgba(52, 190, 164, 1) 1%, rgba(24,12,36,255) 99%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34BEA4', endColorstr='#2f0b46', GradientType=0);
padding: 70px 0;
margin-bottom: 5rem;
}
.section-title h4 {
font-size: 32px;
font-weight: bold;
color: #fff;
}
.section-title p {
font-size: 32px;
color: #fff;
}
.section-title {
margin-bottom: 30px;
}
.service-content h3 {
font-size: 26px;
color: #34BEA4;
font-weight: 400;
margin: 0;
}
.service-thumb a img {
min-height: 100px;
width: 100px;
}
.service-inner {
min-height: 30px;
margin-bottom: 20px;
}
.service-thumb {
margin-bottom: 20px;
}
.service-content p {
font-size: 16px;
color: #fff;
font-weight: 400;
line-height: 28px;
margin: 0;
}  .service-inner{
border: 1px solid #2BAB99;
background: linear-gradient(90deg, rgba(42, 188, 187, 0.5) 0%, rgba(43, 171, 153, 0.5) 10%, rgba(48, 110, 28, 0.5) 50%, rgba(25, 51, 57, 0.5) 100%), #000000;
}
.customised-features-area .features-content{
border: 1px solid #2BAB99;
background: linear-gradient(90deg, rgba(42, 188, 187, 0.5) 0%, rgba(43, 171, 153, 0.5) 10%, rgba(48, 110, 28, 0.5) 50%, rgba(25, 51, 57, 0.5) 100%);
border-radius:16px;
padding: 20px;
text-align:center;
margin-bottom:12px;
}
.customised-features-area .fea-inner-flx{
display:block;
}
.customised-features-area .features-list p::before{
left:-18px;
}
.customised-features-area .features-content h4, .customised-features-area .features-content p{
margin-bottom:0;
}  .features-area {
background: rgb(170, 65, 182);
background: -moz-linear-gradient(45deg, rgba(52, 190, 164, 1) 0%, rgba(24,12,36,255) 100%);
background: -webkit-linear-gradient(45deg, rgba(52, 190, 164, 1) 0%, rgba(24,12,36,255) 100%);
background: linear-gradient(45deg, rgba(52, 190, 164, 1) 0%, rgba(24,12,36,255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa41b6', endColorstr='#340d4b', GradientType=1);
padding: 30px 0;
} .features-thumb {
margin-bottom: 0px;
}
.features-content h4 {
font-size: 22px;
color: #34BEA4;
margin-bottom: 20px;
font-weight: 500;
}
.features-list p {
font-size: 16px;
color: #fff;
font-weight: 400;
line-height: 22px;
position: relative;
margin-left: 30px;
}
.features-content h4 span {
color: #fff;
font-weight: 400;
}
.features-list p::before {
position: absolute;
background: #34BEA4;
width: 10px;
height: 10px;
content: "";
left: -29px;
top: 5px;
border-radius: 50%;
}
.fea-inner-flx {
display: flex;
}
.fea-info p {
width: 31px;
flex: 0 0 31px;
font-size: 21px;
margin-top: 3px;
}
.fea-info span {
color: #fff;
font-weight: 400;
}
.fea-inner h4 {
font-size: 21px;
color: #34BEA4;
font-weight: 500;
line-height: 30px;
margin-bottom: 20px;
} .service-content li::before {
position: absolute;
background: #34BEA4;
width: 10px;
height: 10px;
content: "";
left: -29px;
top: 5px;
border-radius: 50%;
}
.service-content li {
font-size: 16px;
color: #fff;
font-weight: 400;
line-height: 22px;
position: relative;
margin-left: 30px;
} .woocommerce-input-wrapper input, textarea{
height: 59px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0.5px 2px #888;
border: 1px solid #401757;
border-radius: 14px;
opacity: 1;
padding: 24px 0 8px 20px;	
text-align: left;
font-family: Arial;
font-weight: 800;
letter-spacing: 0px;
color: #231F20 !important;
opacity: 1;
}
.woocommerce form .form-row {
width: 100%;
}
.woocommerce-info , .woocommerce-info::before, .woocommerce-info a{
border-top-color: #0088d2;
color:  #000;
}
.woocommerce-billing-fields  h3 , .woocommerce-additional-fields  h3 {
display: none;
}
.woocommerce {
font-size: 14px;
line-height: 18px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #0088d2;
color: #fff;
-webkit-font-smoothing: antialiased;
width: 100%;
text-align: center;
padding: 15px;
font-size: 18px;
}
.woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
width: 50px;
}
.woocommerce table.cart td.actions .input-text{
width: 130px;
padding-left:5px;
height: 32px;
}
.about__descriptions > h1 {
display: none;
}
.woocommerce button:hover {
background: #be5cf2 !important;
}
.wc-proceed-to-checkout a:hover {
background: #be5cf2 !important;
}
.woocommerce-error::before {
content: "";
color: #b81c23;
}
.shine-form input[type="submit"]{
border-radius:3px;
}
.shine-form input[type="submit"]:hover {
background-color: rgb(0 0 0 / 24%);
}
.shine-form input[type="submit"]:active{
background-color: rgb(0 60 92 / 71%); 
color:#fff;
}
div.wpcf7 .ajax-loader.is-active{
display: inline-block !important;
background-image: url(https://mijora.ams3.digitaloceanspaces.com/loader.svg);
height: 28px;
width: 28px;
background-size: contain;
}
div.wpcf7 .ajax-loader{
margin: -6px 0px 0px 4px;
} .navbar .speaker__btn {
background: #30A9A9;
}
.navbar .speaker__btn:hover {
background: transparent;
}
.navbar.active .speaker__btn {
border-color: #30A9A9!important;
}
.navbar.active .speaker__btn:hover {
color: black !important;
} .vp-home-slider .header {
min-height: 70rem !important;
} #register {
width: 100%;
padding-bottom: 20px;
height: auto;
}
.register__flex {
display: flex;
justify-content: center;
padding: 0 50px
}
.shine-form .group-bookings .wpcf7-form-control.wpcf7-acceptance {
position: relative;
padding-left: 20px;
}
.shine-form .group-bookings input[type="submit"] {
font-size: 19px;
}
.register__other-info .wpcf7-list-item {
margin: 0;
}
.shine-form .group-bookings .wpcf7-list-item label {
line-height: normal;
margin-bottom: 2.5rem;
padding-right: 14px;
}
.shine-form .group-bookings input[type="checkbox"] {
position: absolute;
left: 0px;
top: -15px;
}
.group-bookings .wpcf7-list-item-label {
font-size: 14px;
margin-left: 0;
}
.register__box {
width: 376px;
min-height: 504px;
border: 1px solid #193339;
background: #193339 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #19d4a6;
border: 1px solid #401757;
border-radius: 34px;
opacity: 1;
margin-right: 30px;
overflow: hidden;
color: #FFFFFF;
} .register__title {
color: #FFFFFF;
text-align: center;
font-weight: 900;
letter-spacing: 0px;
opacity: 1;
font-size: 22px;
position:relative;
padding: 13px 10px;
}
.register__line {
width: 100%;
height: 31px;
background: #19d4a6;
float: left;
text-align: center;
line-height: 31px;
letter-spacing: 0px;
color: #FEFEFE;
opacity: 1;
font-size: 16px;
margin-bottom: 21px;
}
.register__line.obsessed{
font-weight:500;
background: #95c623 !important;
}
.register__box.obsessed{
box-shadow: 0px 3px 6px #95c623 !important;
}
.register__info {
margin: 0 auto;
width: 247px;
padding: 0 15px;
}
.register__info h3{
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-size: 20px;
font-weight: 900;
}
.register__list ul li{
list-style-type: none;
margin-left: 25px;
padding: 2px 0;
}
.register__list {
font-weight: 500;
}
.register__list ul li::before {
content: "\2022";  
color: #19d4a6; 
font-weight: bold; 
display: inline-block; 
width: 1em; 
margin-left: -1em; 
font-size: 25px;
}
.register__price {
width: 210px;
height: 48px;
border: 1.5px #401757;
box-shadow: 0px 2px 6px #4017579B;
border: 2px solid #19d4a6;
border-radius: 16px;
opacity: 1;
margin-top: 21px;
margin-bottom: 12px;
text-align: center;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-size: 16px;
line-height: 44px;
}
.register__button {
width: 210px;
height: 48px;
background: #19d4a6 0% 0% no-repeat padding-box;
box-shadow: 0px 2px 6px #4017579B;
border-radius: 30px;
opacity: 1;
color: white;
text-align: center;
font-size: 19px;
font-weight:700;
line-height: 48px;
cursor: pointer;
}
.register__button-expired {
width: 210px;
height: 48px;
background: #58595B 0% 0% no-repeat padding-box;
box-shadow: 0px 2px 6px #4017579B;
border-radius: 16px;
opacity: 1;
color: white;
text-align: center;
font-size: 19px;
line-height: 48px;
cursor: not-allowed;
filter: grayscale(100%);
}
.register__other-title {
margin: 63px 18px 17px 18px;
font-size: 22px;
font-weight: 900;
text-align: center;
color: white;
line-height: 25px;
}
.register__other-info {
font-size: 15px;
padding: 30px 20px 30px 20px;
width: 100%;
opacity: 1;
text-align: center;
font-size: 16px;
letter-spacing: 0px;
color: #FEFEFE;
opacity: 1;
line-height: 28px;
}
.register__other-info .shine-form {
background-image: none !important;
background-color:none !important;
padding: 0;
}
span.additional-info {
position: absolute;
font-size: 12px;
line-height: 14px;
left: 0;
bottom: 0;
left: 50%;
top: 90%;
width: 100%;
transform: translate(-50%, -50%);
font-weight: 500;
}
.register__button-extra {
width: 244px;
height: 58px;
background: #193339 0% 0% no-repeat padding-box;
box-shadow: 0px 2px 6px #4017579b;
border-radius: 16px;
opacity: 1;
color: white;
text-align: center;
font-size: 22px;
line-height: 50px;
cursor: pointer;
margin: 50px auto;
text-decoration: none;
border: 3px solid #19d4a6;
}
@media only screen and (max-width: 1500px) {
.register__other-info {
font-size: 15px;
padding: 30px 20px 15px 20px;
}
}
@media only screen and (max-width: 1500px) {
.register__title {
font-size: 22px;
}
}
@media only screen and (max-width: 1200px) {
.register__flex {
width: 1000px;
height: auto;
flex-wrap: wrap;
margin: 0 auto;
}
.register__box {
margin: 15px;
padding: 0;
}
}
.header__content.home__header{
padding-top:60px !important;
}
.header__wrapper .home__bottom.arrow-bottom{ }
.header.venue_video_header{
padding-bottom:15rem;
}
@media only screen and (max-width: 800px) {
.arrow-bottom.arrow_venue_video{
bottom: 50px;
}
.header__wrapper.arrow-bottom.venue-video{
bottom:-30px;
}
.header__wrapper{
overflow:visible;
}
.header__wrapper .home__bottom.arrow-bottom{
bottom:36px;
}
.owl-nav button.owl-next{
right:0;
}
.owl-nav button{
left:0;
}
.header__content.home__header{
padding-top:0px !important;
}
.header__content {
padding-top: 0px !important;
padding-left: 0px !important;
} 
.register__flex {
width: 600px;
height: auto;
flex-wrap: wrap;
margin: 0 auto;
}
.register__other-info {
font-size: 15px;
}
}
@media only screen and (max-width: 500px) {
.partners-background-wrapper{
background-position-y: -180px;
background-size: 510px;
padding-top: 60px;
}
.header__wrapper.partners_head_custom .header.header__after{
margin-bottom:0px		
}
.register__flex {
width: 350px;
height: auto;
flex-wrap: wrap;
margin: 0 auto;
padding: 10px;
}
.register__box {
width: 350px;
}
}
.password-required .about__descriptions p{
text-align:center;
}
.password-required .post-password-form input[type="submit"][name="Submit"] {
border-color: #34BEA4;
border-radius: 50px;
padding: 1rem 2.5rem !important;
display: inline-block;
border: 2px solid #34BEA4;
background: #30A9A9;
font-size: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
cursor:pointer;
border-radius:50px;
}
.password-required .post-password-form #pwbox-8315{
height: 50px !important;
margin-bottom: 1.5rem;
padding: 1rem 1rem !important;
display: inline;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#pwbox-8315 {
position: relative;
}
#pwbox-8315::before {
content: "Type in...";
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
color: #999;
pointer-events: none;
z-index:1123;
}
#pwbox-8315:focus::before {
display: none;
} .awards .navbar .speaker__btn{
background: linear-gradient(44deg, #987841 0%, #9F8049 100%);
border: 1px solid #987841;
}
.awards .speaker__btn:hover{
color: #987841;
background: transparent;
border: 1px solid #987841;
}
.awards .navbar.active .speaker__btn {
color: #997942 !important;
border: 1px solid #997942 !important;
background: #fff !important;
}
.awards .navbar.active .speaker__btn:hover{
background: linear-gradient(44deg, #987841 0%, #9F8049 100%) !important;
border: 1px solid #987841 !important;
color:#fff !important;
}
.awards .header__wrapper .arrow-bottom{
background: linear-gradient(44deg, #987841 0%, #9F8049 100%);
}
.awards .header{
border-bottom:0;
}
.px-5{
padding-left:3rem;
padding-right:3rem;
}
.awards .nomination-wrapper{
border-radius: 10px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: #000;
}
.awards h4.section-title {
margin-bottom: 0px;
}
.awards p.partner-title{
color:#fff;
margin-bottom:0;
}
.awards .partners-wrapper{
box-shadow: 0px 4px 0px #997A43;
} .ripple {
background-position: center;
transition: background 0.8s;
}
.ripple:hover {
background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}
.ripple:active {
background-color: #6eb9f7;
background-size: 100%;
transition: background 0s;
}
.pt-3{
padding-top:2rem;
}
.mt-5{
margin-top:3rem;
}
.nomination-title-wrapper{
margin-bottom:0;
}
.awards .section-title p img{
margin-bottom:10px;
}
.awards .cta{
background: linear-gradient(44deg, #987841 0%, #9F8049 100%);
}
.awards .cta__input-btn{
background: #fff;
color:#000;
border:0;
}
.awards .header{
padding: 6rem 0 10rem 0;
}
.preview-gallery{
display: none;
position: absolute; color: #fff;
padding: 3px 12px;
border-radius: 200px;
font-size: 14px;
top: 50%;
left: 50%;
width: auto;
white-space: nowrap;
text-transform: uppercase;
background-color: rgb(255 255 255 / 23%);
transform: translate(-50%, -50%);
backdrop-filter: blur(4px);
}
@media only screen and (min-width: 768px) {
.grid-item{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.custom-paddings{
padding-left:1rem;
padding-right:1rem;
}
}
.dflip-page.header.header__after.vp-page{
padding: 70px 5px !important;
}
@media only screen and (max-width: 768px) {
.share__item, p.description.text-white, .sponership .col-md-6 ul li, .pakages__item {
font-size:16px;
}
.sponership__wrap.soldout::after{
padding: 0 5px;
white-space: nowrap;
transform: translateX(0%);
right: 0;
top: 97%;
}
.header__wrapper.dflip-page .header.header__after.vp-page{
padding: 5px 5px !important;
}
.row.custom-paddings .grid-item:not(:first-child){
display:none !important;
}
.preview-gallery{
display:block;
}
.nomination-title-wrapper{
margin-bottom: 0;
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
}
.awards .header{
padding: 6rem 0 25rem 0;
min-height:112rem;
}
}
@media (min-width:767px) and (max-width:900px) {
.nav-item {
margin-right:5px;
}
.navbar .nav-link{
font-size:10px;
padding: 9px 3px !important;
}
}
@media (min-width:901px) and (max-width:1242px) {
.nav-item {
margin-right:6px;
}
.navbar .nav-link{
font-size:11px;
padding: 9px 4px !important;
}
.navbar ul.sub-menu .nav-link{
padding: 10px 14px !important;
}
.navbar.active .nav-link{
padding:10px 9px !important;
}
}
.navbar ul.sub-menu .nav-link{
padding: 10px 14px !important;
}
.btn-topic-text p{
margin-bottom:0;
}
@media only screen and (max-width: 500px) {
#accordion .service-inner {
height: auto !important;
}
}
@media only screen and (max-width: 500px) {
#accordion {
padding: 14px;
}
}
@media only screen and (max-width: 768px) {
.mb-xs-2 {
margin-bottom: 32px !important;
}
} .woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover { background: #009ADF !important; }@media (max-width: 1199.98px) {  }
@media (max-width: 991.98px) { 
.navbar{
background-color: #fff;
padding: 1rem 1rem;
}
.navbar-brand--2{
display: block !important;
}
.navbar .nav-link{
color: #000 !important;
}
.speaker__btn {
border-color: #34BEA4 !important;
border-radius: 50px;
padding: 1rem 2.5rem !important;
display: inline-block;
border: 2px solid #fff;
}
.site-logo a img {
max-width: 166px;
height: 52px;
padding-top: 6px;
padding-bottom: 6px;
}
.navbar-brand{
display: none !important;
}
}
@media (max-width: 767.98px) { 
.sponser{
padding-top:1rem;
padding-right: 15px;
padding-left: 15px;
}
.navbar .mean-container a.meanmenu-reveal {
top:5px !important;
}
.mean-container a.meanmenu-reveal {
color:black !important;
}
html{
font-size: 55%;
}
.header-carousel .header{
min-height: 60rem;
}
.tab_content .row{
text-align: center !important;
}
.header{
padding: 13rem 0 25rem 0;
}
.shine-form__text::after{
display: none;
}
.header__wrapper{
padding-bottom:0;
}
.header .description{
max-width: unset !important;
}
}
@media (max-width: 575.98px) { 
.header{
min-height: 60rem;
max-height: 600px;
margin-bottom: 40px;
}
.header.home{
margin-bottom:-1px;
}
.header__wrapper .arrow-bottom{
bottom:0;
}
.arrow-bottom.arrow_venue_video{
bottom: -28px;
}
.details{
padding-top:20px;
}
html{
font-size: 50%;
}
.event .tab__bg{
min-height: 15rem !important;
}
.header__content{
padding-left: 5rem;
}
.header-carousel .header{
min-height: 70rem;
}
}.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto; }
.nice-select:hover {
border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999; }
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px; }
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0); }
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
left: 0 !important;
right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
height: 4px;
width: 4px; }
.nice-select.small .option {
line-height: 34px;
min-height: 34px; }
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important; }
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6; }
.nice-select .option.selected {
font-weight: bold; }
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default; }
.no-csspointerevents .nice-select .list {
display: none; }
.no-csspointerevents .nice-select.open .list {
display: block; }a.meanmenu-reveal {
display: none;
} .mean-container .mean-bar {
float: left;
width: 100%;
position: relative;
background: #0c1923;
padding: 4px 0;
min-height: 42px;
z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #fff;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #fff;
height: 3px;
margin-top: 3px;
}
.mean-container .mean-nav {
float: left;
width: 100%;
background: #0c1923;
margin-top: 44px;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #fff;
border-top: 1px solid #383838;
border-top: 1px solid rgba(255,255,255,0.5);
text-decoration: none;
text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-top: 1px solid #f1f1f1;
border-top: 1px solid rgba(255,255,255,0.25);
opacity: 0.75;
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
background: #252525;
background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
width: 26px;
height: 32px;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
background: rgba(255,255,255,0.1);
border: none !important;
border-left: 1px solid rgba(255,255,255,0.4) !important;
border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: rgba(0,0,0,0.9);
}
.mean-container .mean-push {
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both;
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
} .mean-container .mean-bar, .mean-container .mean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.mean-remove {
display: none !important;
}@font-face {
font-family: "dearflip";
src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^=df-icon-]:before, [class*=" df-icon-"]:before,
.df-ui-btn[class^=ti-]:before, .df-ui-btn[class*=" ti-"]:before { font-family: "dearflip" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.df-icon-arrow-left:before {
content: "\e900";
}
.df-icon-arrow-right:before {
content: "\e901";
}
.df-icon-arrow-down:before {
content: "\e902";
}
.df-icon-arrow-up:before {
content: "\e903";
}
.df-icon-arrow-left1:before {
content: "\e904";
}
.df-icon-arrow-right1:before {
content: "\e905";
}
.df-icon-first-page:before {
content: "\e906";
}
.df-icon-last-page:before {
content: "\e907";
}
.df-icon-play:before, .df-icon-play-popup:before {
content: "\e908";
}
.df-icon-pause:before {
content: "\e909";
}
.df-icon-fast-rewind:before {
content: "\e90a";
}
.df-icon-fast-forward:before {
content: "\e90b";
}
.df-icon-close:before {
content: "\e90c";
}
.df-icon-add-circle:before {
content: "\e90d";
}
.df-icon-minus-circle:before {
content: "\e90e";
}
.df-icon-add:before {
content: "\e90f";
}
.df-icon-minus:before {
content: "\e910";
}
.df-icon-list:before {
content: "\e911";
}
.df-icon-grid:before {
content: "\e912";
}
.df-icon-grid-view:before {
content: "\e913";
}
.df-icon-apps:before {
content: "\e914";
}
.df-icon-double-page:before {
content: "\e915";
}
.df-icon-book:before {
content: "\e916";
}
.df-icon-file:before {
content: "\e917";
}
.df-icon-zoom-out:before {
content: "\e918";
}
.df-icon-zoom-in:before {
content: "\e919";
}
.df-icon-more:before {
content: "\e91a";
}
.df-icon-download:before, .df-ui-btn.ti-download:before {
content: "\e91b";
}
.df-icon-volume:before {
content: "\e91c";
}
.df-icon-share:before {
content: "\e91d";
}
.df-icon-fit-screen:before {
content: "\e91e";
}
.df-icon-fullscreen:before {
content: "\e91f";
}
.df-icon-facebook:before {
content: "\e920";
}
.df-icon-twitter:before {
content: "\e921";
}
.df-icon-help-outline:before {
content: "\e922";
}
.df-icon-help:before {
content: "\e923";
}
.df-icon-search:before, .df-ui-btn.ti-search:before {
content: "\e924";
}
.df-icon-print:before, .df-ui-btn.ti-printer:before {
content: "\e925";
}
.df-icon-mail-outline:before {
content: "\e926";
}
.df-icon-mail:before {
content: "\e927";
}
.df-icon-menu:before {
content: "\e928";
}
.df-icon-linkedin:before {
content: "\eaca";
}
.df-icon-pinterest:before {
content: "\ead1";
}
.df-icon-whatsapp:before {
content: "\ea93";
} .df-searching .df-search-info, .df-hybrid-viewer:not(.df-zoom-active) .df-loading + .df-zoomview::after, .df-thumb.df-thumb-requested:before, .df-flipbook-3d.df-loading:after, .df-page.df-loading:after, .df-fetch-pdf .df-loading-info, .df-container .df-loading-icon {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='48px' height='48px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%2307abcc' stroke-width='9' r='30' stroke-dasharray='141.37166941154067 49.12388980384689'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
}
.df-hidden {
display: none !important;
}
.has-text-align-center, .df-text-align-center {
text-align: center;
}
.df-app {
min-height: 220px;
position: relative;
overflow: hidden;
width: 100%; image-rendering: auto;
direction: ltr;
line-height: 1.5;
}
.df-container {
height: 100%;
}
.df-container * {
box-sizing: border-box !important;
}
.df-container i {
font-style: normal;
}
.df-container a {
outline: none;
text-decoration: none;
box-shadow: none;
}
.df-container .df-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: no-repeat 50%;
background-size: cover;
}
.df-container .df-loading-info {
position: absolute;
top: -300px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
max-width: 200px;
margin-top: 20px;
padding: 10px 15px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
background-color: #f7f7f7;
border-radius: 5px;
font-size: 12px;
color: #222;
word-break: break-word;
letter-spacing: 0.5px;
opacity: 0;
}
.df-container.df-init .df-loading-info {
top: 50%;
opacity: 1;
max-width: 300px;
}
.df-container.df-init .df-viewer {
display: none;
}
.df-container.df-error .df-loading-info {
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
margin: 0;
color: #b00;
}
.df-container .df-loading-icon {
-moz-transition: 0.3s 0.1s opacity;
-o-transition: 0.3s 0.1s opacity;
-webkit-transition: 0.3s 0.1s opacity;
transition: 0.3s 0.1s opacity;
opacity: 0;
height: 50px;
width: 50px;
left: 50%;
top: 50%;
margin: -45px -25px -25px;
box-sizing: border-box;
position: absolute;
pointer-events: none;
background-repeat: no-repeat;
background-size: 32px;
background-position: 50%;
background-color: white;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.df-container.df-loading .df-loading-icon {
opacity: 1;
z-index: 100;
}
.df-fetch-pdf .df-loading-info {
opacity: 1;
top: 0px;
z-index: 4;
background-repeat: no-repeat;
padding-left: 36px;
background-size: 24px;
background-position: 6px 6px;
}
.df-viewer .df-3dcanvas {
right: 0;
position: absolute;
}
.df-ui {
color: #666;
bottom: 0;
width: 100%;
height: 42px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
background-color: #fff;
position: absolute;
vertical-align: top;
box-sizing: border-box;
text-align: center;
padding: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 4;
display: block;
}
.df-ui .df-logo {
height: 100%;
}
.df-ui .df-logo.df-logo-img {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 2px 5px;
}
.df-ui .df-logo.df-logo-img img {
max-height: 100%;
max-width: 120px;
}
.df-ui .df-ui-page {
padding: 0;
font-size: 12px;
width: 50px;
min-width: 50px;
line-height: 42px;
margin: 0 0;
border-radius: 0;
background-color: rgba(0, 0, 0, 0.03);
}
.df-ui .df-ui-page label {
position: absolute;
right: 0;
top: 0;
min-width: 50px;
height: 100%;
text-align: center;
display: block;
line-height: inherit !important;
color: #999;
font-weight: normal;
cursor: pointer;
background-color: transparent;
z-index: 1;
box-sizing: border-box;
word-break: normal;
}
.df-ui .df-ui-page input {
width: 100%;
background-color: transparent;
height: 100%;
margin: 0;
padding: 0 !important;
border: 1px solid #8f8f8f;
text-align: center;
vertical-align: top;
line-height: inherit !important;
color: transparent;
font-size: 14px;
top: 0;
box-sizing: border-box;
z-index: -1;
display: block;
opacity: 0;
}
.df-ui .df-ui-page input:focus {
z-index: 2;
opacity: 1;
color: inherit;
}
.df-ui .df-ui-page input:focus + label {
opacity: 0;
display: none;
}
.df-ui-btn {
color: #777;
vertical-align: top;
background-color: #fff;
box-sizing: border-box;
text-align: center;
position: relative;
width: 40px;
height: 100%;
font-size: 20px;
cursor: pointer;
z-index: 2;
display: inline-block;
padding: 10px 5px; line-height: 1.2;
transition: 0.3s;
transition-property: opacity, color, background-color;
}
.df-ui-btn:before {
box-sizing: border-box;
}
.df-ui-btn:hover, .df-ui-btn.df-active {
color: #00ACCE;
background-color: #eee;
}
.df-ui-btn.df-active {
background-color: #e7e7e7;
}
.df-ui-btn.disabled, .df-ui-btn.disabled:hover {
color: #bbb;
}
.df-ui-btn span {
display: none;
}
.df-more-container {
display: none;
position: absolute;
bottom: 100%;
margin-bottom: 8px !important;
right: 10px;
background-color: #f7f7f7;
z-index: 20;
border-radius: 5px;
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
}
.df-more-container:before {
content: " ";
position: absolute;
border: 7px solid transparent;
border-top-color: #eee;
height: 0;
width: 0;
bottom: -14px;
right: 13px;
margin-right: -8px;
pointer-events: none;
}
.df-more-container > .df-ui-btn {
width: 170px;
text-align: left;
padding: 6px 8px;
height: 36px;
border-top: 1px solid #e4e4e4;
border-radius: 0;
line-height: 16px;
}
.df-more-container > .df-ui-btn span {
font-size: 12px;
padding-left: 24px;
vertical-align: middle;
display: inline-block;
}
.df-more-container > .df-ui-btn:before {
position: absolute;
top: 7px;
font-size: 20px;
width: 1em;
text-align: center;
}
.df-more-container > .df-ui-btn:first-child {
border-radius: 5px 5px 0 0;
border-top: none;
}
.df-more-container > .df-ui-btn:last-child {
border-radius: 0 0 5px 5px;
}
.df-ui-more.df-active .df-more-container {
display: block;
}
.df-ui-search.df-active .df-search-container {
display: block;
padding: 5px;
}
.df-ui-nav {
top: 50%;
margin-top: -50px;
position: absolute;
opacity: 0.8;
height: 100px;
font-size: 36px;
width: 50px;
z-index: 2;
cursor: pointer;
}
.df-ui-nav:hover {
opacity: 1;
}
.df-ui-nav .df-ui-btn {
height: auto;
height: initial;
position: absolute;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
padding: 15px 5px;
width: auto;
font-size: inherit;
background-color: transparent !important;
}
.df-ui-nav .df-ui-btn:before {
color: white;
filter: drop-shadow(0 0 3px black);
}
.df-ui-nav.df-ui-prev {
left: 0;
right: auto;
border-radius: 0;
}
.df-ui-nav.df-ui-prev .df-ui-btn {
left: 10px;
}
.df-ui-nav.df-ui-prev .df-ui-btn:before {
text-align: left;
}
.df-ui-nav.df-ui-next {
right: 0;
}
.df-ui-nav.df-ui-next .df-ui-btn {
right: 10px;
}
.df-ui-nav.df-ui-next .df-ui-btn:before {
text-align: right;
}
.df-slider, .df-zoomview, .df-flipbook-3d, .df-flipbook-2d, .df-viewer-container {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.df-flipbook-2d {
-webkit-filter: blur(0);
-moz-filter: blur(0);
-ms-filter: blur(0);
-o-filter: blur(0);
filter: blur(0);
}
.df-flipbook-2d .df-viewer-wrapper {
position: relative;
margin: 0 auto;
height: 100%;
-moz-transition: 0.3s left;
-o-transition: 0.3s left;
-webkit-transition: 0.3s left;
transition: 0.3s left;
}
.df-flipbook-2d .df-book-shadow {
position: absolute;
z-index: -1;
height: 100%;
display: none;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.df-page-content {
overflow: hidden;
opacity: 0.5;
}
.df-page.df-loading:after {
content: "";
background-size: 22px;
height: 22px;
width: 22px;
display: block;
top: 50%;
left: 50%;
margin: -11px;
position: absolute;
z-index: 0;
}
.df-page.df-loading .df-page-content {
display: none;
}
.df-page > canvas {
width: 100%;
height: 100%;
position: relative;
z-index: 0;
}
.df-page .df-page-content {
position: absolute;
height: 100%;
display: block;
top: 0;
width: 100%;
z-index: 1;
}
.df-sheet {
position: absolute;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.df-sheet .df-page, .df-sheet .df-page-front, .df-sheet .df-page-back, .df-sheet .df-sheet-wrapper, .df-sheet .df-sheet-fold-inner-shadow, .df-sheet .df-sheet-fold-outer-shadow {
position: absolute;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
.df-sheet .df-sheet-wrapper {
overflow: hidden;
}
.df-sheet .df-page {
width: 100%;
height: 100%;
background-color: white;
box-sizing: border-box;
z-index: 0;
background-size: 100% 100%;
}
.df-sheet .df-page:before {
content: "";
position: absolute;
display: block;
top: 0;
width: 15%;
height: 100%;
z-index: 5;
opacity: 0.5;
pointer-events: none;
}
.df-sheet .df-page > canvas {
z-index: -1;
}
.df-sheet .df-page-front:before {
left: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
}
.df-sheet .df-page-back:before {
right: 0;
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
}
.df-sheet.df-left-side {
right: 50%;
-webkit-transform-origin: right;
-moz-transform-origin: right;
transform-origin: right;
}
.df-sheet.df-left-side .df-page-front {
z-index: 1;
}
.df-sheet.df-left-side .df-page-back {
z-index: 2;
}
.df-sheet.df-right-side {
left: 50%;
-webkit-transform-origin: left;
-moz-transform-origin: left;
transform-origin: left;
}
.df-sheet.df-right-side .df-page-front {
z-index: 2;
}
.df-sheet.df-right-side .df-page-back {
z-index: 1;
}
.df-sheet .df-sheet-fold-inner-shadow {
position: absolute;
z-index: 5;
display: none;
}
.df-sheet .df-sheet-fold-outer-shadow {
z-index: -1;
width: 100%;
height: 100%;
}
.df-sheet.df-flipping, .df-sheet.df-folding {
z-index: 200 !important;
}
.df-sheet.df-folding.df-left-side .df-page-front, .df-sheet.df-folding.df-right-side .df-page-back {
z-index: 3;
}
.df-sheet.df-folding .df-sheet-fold-inner-shadow {
display: block;
}
.df-sheet.df-folding .df-page-content {
display: none;
}
.df-pending .df-page-content, .df-pendingresize .df-page-content {
display: none !important;
}
.df-sheet.df-left-side.df-folding:not(.df-hard-sheet) .df-page-front {
z-index: 3;
}
.df-hard-sheet .df-sheet-wrapper {
width: 100% !important;
height: 100% !important;
overflow: visible;
transform-style: preserve-3d;
-webkit-transform-origin: 0 50% 0;
-moz-transform-origin: 0 50% 0;
transform-origin: 0 50% 0;
}
.df-hard-sheet .df-sheet-fold-inner-shadow, .df-hard-sheet .df-sheet-fold-outer-shadow {
display: none !important;
}
.df-hard-sheet .df-page-front, .df-hard-sheet .df-page-back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.df-hard-sheet.df-right-side .df-page-back {
-webkit-transform-origin: right 50%;
-moz-transform-origin: right 50%;
transform-origin: right 50%;
z-index: 3 !important;
}
.df-hard-sheet.df-right-side .df-page-front {
-webkit-transform-origin: left 50%;
-moz-transform-origin: left 50%;
transform-origin: left 50%;
z-index: 4;
}
.df-hard-sheet.df-left-side .df-page-back {
-webkit-transform-origin: right 50%;
-moz-transform-origin: right 50%;
transform-origin: right 50%;
}
.df-hard-sheet.df-left-side .df-page-front {
-webkit-transform-origin: left 50%;
-moz-transform-origin: left 50%;
transform-origin: left 50%;
}
.df-flipbook-3d.df-loading:after {
content: "";
background-size: 22px;
height: 22px;
width: 22px;
display: block;
top: 50%;
left: 50%;
margin: -11px;
position: absolute;
z-index: 0;
}
.df-link-content, .df-text-content, .df-auto-link-content {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
pointer-events: none;
width: auto !important;
height: auto !important;
}
.df-page-content.df-double-internal:not(.df-double-internal-fix) > div {
right: -100%;
}
.df-page-content.df-double-internal-fix > div {
left: -100%;
}
.annotationLayer section, .df-link-content section, .customLinkAnnotation, .customHtmlAnnotation, .customVideoAnnotation, .linkAnnotation, .highlightAnnotation, .popupAnnotation {
position: absolute;
z-index: 5;
cursor: pointer;
pointer-events: all;
border: none !important;
padding: 0 !important;
}
section.linkAnnotation a,
a.linkAnnotation,
.buttonWidgetAnnotation a,
a.customLinkAnnotation,
.customHtmlAnnotation,
.customVideoAnnotation, a.df-autolink {
background-color: #ff0;
display: block;
height: 100%;
-moz-transition: none;
-o-transition: none;
-webkit-transition: none;
transition: none;
}
section.linkAnnotation a:hover,
a.linkAnnotation:hover,
.buttonWidgetAnnotation a:hover,
a.customLinkAnnotation:hover,
.customHtmlAnnotation:hover,
.customVideoAnnotation:hover, a.df-autolink:hover {
border-color: transparent;
background-color: #2196F3;
}
a.df-autolink {
display: inline;
pointer-events: all;
color: transparent !important;
}
.df-sidemenu-wrapper {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
left: 0;
top: 0;
bottom: 0;
width: 220px;
position: absolute;
z-index: 3;
}
.df-sidemenu-wrapper .df-sidemenu-buttons {
z-index: 6;
position: relative;
top: 0;
left: 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
float: right;
display: none;  background-color: transparent;
padding: 6px 5px;
}
.df-sidemenu-wrapper:before {
content: " ";
position: absolute;
height: 100%;
width: 100%;
background-color: rgba(238, 238, 238, 0.9);
z-index: 3;
left: 0;
}
.df-sidemenu-open .df-ui-nav.df-ui-prev {
left: 220px;
}
.df-sidemenu-open .df-sidemenu-wrapper {
display: block;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
left: 0;
}
.df-sidemenu-open .df-sidemenu-wrapper:before {
box-shadow: 1px 0 4px rgba(102, 102, 102, 0.38);
}
.df-sidemenu-open .df-sidemenu-buttons .df-ui-close {
display: block;
}
.df-sidemenu-open .df-flipbook-3d.df-loading:after {
margin-left: 99px;
}
.df-sidemenu {
width: 100%;
height: auto !important;
position: absolute !important;
top: 0;
bottom: 0;
z-index: 3;
opacity: 0;
color: #666;
font-size: 12px;
}
.df-sidemenu > .df-wrapper {
overflow: auto;
position: absolute !important;
top: 40px;
bottom: 0;
left: 0;
right: 0;
height: auto !important;
}
.df-sidemenu.df-sidemenu-visible {
opacity: 1;
z-index: 5;
}
.df-outline-container .df-wrapper {
padding: 10px;
}
.df-outline-items > .df-outline-item {
margin-left: 18px;
}
.df-outline-item a {
color: inherit !important;
text-decoration: none !important;
display: block;
padding: 5px 0 5px 5px;
overflow: hidden;
text-overflow: ellipsis; border: none !important;
box-shadow: none !important;
margin-bottom: 1px;
}
.df-outline-item a:hover {
text-decoration: underline !important;
color: #2196F3 !important;
}
.df-outline-toggle {
cursor: pointer;
float: left;
width: 28px;
padding: 0 5px 0 10px;
margin-left: -28px;
text-align: center;
}
.df-outline-toggle:before {
content: "\e902";
font-size: 18px;
font-family: "dearflip";
}
.df-outline-toggle.df-outlines-hidden:before {
content: "\e901";
}
.df-outline-toggle.df-outlines-hidden ~ .df-outline-items {
display: none;
}
.df-outline-item a:hover, .df-outline-toggle:hover, .df-outline-toggle:hover + a, .df-outline-toggle:hover ~ .df-outline-items {
background-color: rgba(100, 100, 100, 0.05);
}
.df-thumb {
margin: 0;
cursor: pointer;
width: 100%;
position: relative;
text-align: center;
}
.df-thumb .df-wrapper {
box-sizing: content-box !important;
margin: 6px;
border-radius: 3px;
transition: 0.2s background;
display: inline-block;
vertical-align: middle;
border: 2px dashed rgba(0, 0, 0, 0.3);
position: relative;
}
.df-thumb .df-wrapper .df-thumb-number {
position: absolute;
bottom: 8px;
background-color: rgba(238, 238, 238, 0.85);
color: #444;
font-size: 14px;
left: 50%;
transform: translateX(-50%);
padding: 5px;
opacity: 0;
}
.df-thumb .df-bg-image {
height: 100%;
background-size: 100%;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.df-thumb.df-thumb-requested:before {
content: "";
background-size: 22px;
height: 22px;
width: 22px;
display: block;
top: 50%;
left: 50%;
margin: -11px;
position: absolute;
z-index: 0;
}
.df-thumb.df-thumb-loaded {
height: auto !important;
}
.df-thumb.df-thumb-loaded .df-wrapper {
border: none;
margin: 0;
padding: 8px;
}
.df-thumb.df-thumb-loaded:hover .df-wrapper .df-thumb-number {
opacity: 1;
}
.df-thumb.df-thumb-loaded:hover .df-wrapper, .df-thumb.df-selected .df-wrapper {
background-color: #ccc;
background-color: rgba(0, 0, 0, 0.1);
opacity: 1;
}
.df-lightbox-wrapper {
position: fixed !important;
top: 0;
bottom: 0;
right: 0;
height: auto !important;
left: 0;
z-index: 99999;
}
.df-lightbox-wrapper.df-lightbox-padded {
top: 20px;
left: 20px;
bottom: 20px;
right: 20px;
}
.df-lightbox-wrapper .df-lightbox-bg {
background: #eee;
position: fixed !important;
top: 0;
bottom: 0;
right: 0;
height: auto !important;
left: 0;
}
.df-lightbox-wrapper .df-lightbox-controls {
float: right;
padding: 5px;
z-index: 1000;
position: relative;
}
.df-lightbox-wrapper .df-app {
position: absolute !important;
width: 100%;
top: 0;
bottom: 0;
height: auto !important;
}
.df-lightbox-wrapper .df-container.df-transparent {
height: 100%;
}
.df-lightbox-wrapper .df-lightbox-close {
float: right;
text-align: center;
font-size: 32px;
padding: 8px 0;
height: 48px;
width: 46px;
cursor: pointer;
color: #444;
border-color: transparent;
background-color: transparent;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0.8;
}
.df-lightbox-wrapper .df-lightbox-close:hover {
color: white;
background-color: rgba(0, 0, 0, 0.21);
border-color: black;
opacity: 1;
}
.df-lightbox-wrapper .df-lightbox-close:before {
color: white;
filter: drop-shadow(0 0 3px black);
}
.df-share-wrapper {
z-index: 2;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.35);
display: none;
}
.df-share-box {
position: absolute;
top: 50%;
width: 280px;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
left: 50%;
background-color: #fff;
border-radius: 10px;
padding: 10px 15px 5px;
text-align: center;
}
span.df-share-title {
color: #777;
margin-bottom: 10px;
display: block;
}
.df-share-url { background-color: #fff;
height: 60px;
color: #666;
padding: 2px 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 100%;
font-size: 12px;
box-sizing: border-box;
margin-bottom: 0;
}
.df-share-button {
display: inline-block;
text-align: center;
cursor: pointer;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding: 5px 10px; font-size: 20px;
color: #aaa;
}
.df-share-button:hover {
color: #444;
}
.df-reader {
overflow: auto;
position: absolute;
-webkit-overflow-scrolling: touch;
}
.df-reader .df-viewer-wrapper {
cursor: grab;
}
.df-reader .df-page {
position: relative;
transform-origin: initial;
margin: -10px auto -10px;
border: 10px solid transparent;
left: auto;
left: initial;
box-sizing: content-box !important;
}
.df-reader .df-page:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.df-reader ~ .df-ui-nav {
display: none;
}
.df-reader:not(.df-noscroll) {
margin-right: -12px;
}
.df-reader-scrollbar {
position: absolute;
top: 0;
height: auto;
right: 0;
width: auto;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
border-radius: 20px 0 0 20px;
padding: 6px 8px 6px 12px;
z-index: 100;
cursor: ns-resize;
}
.df-reader-scrollbar:hover, .df-reader-scrollbar.df-active {
background-color: #fff;
}
.df-reader-scroll-page-number {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
background-color: #ddd;
border-radius: 10px;
padding: 20px;
font-size: 24px;
z-index: 100;
text-align: center;
color: #333;
}
.df-reader-scroll-page-number.df-active {
display: block;
}
.df-reader-scroll-page-number div {
margin-top: 6px;
padding-top: 6px;
border-top: 1px solid #aaa;
font-size: 16px;
font-style: italic;
}
.df-ios .df-viewer.df-reader {
margin-right: 0;
}
.df-no-transition {
-moz-transition: none !important;
-o-transition: none !important;
-webkit-transition: none !important;
transition: none !important;
}
.df-float .df-ui {
bottom: 10px;
width: auto;
width: intial;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
margin: 0 auto;
display: table;
display: flex;
border-radius: 5px;
}
.df-float .df-ui > .df-ui-btn:first-child {
border-radius: 5px 0 0 5px;
}
.df-float .df-ui > .df-ui-btn:last-child {
border-radius: 0 5px 5px 0;
}
.df-controls-top .df-ui {
bottom: auto;
bottom: intial;
top: 0;
}
.df-controls-top.df-float .df-ui {
top: 10px;
}
.df-controls-top .df-more-container {
bottom: auto;
top: 100%;
margin: 8px 0 0 !important;
}
.df-controls-top .df-more-container:before {
border-bottom-color: #eee;
border-top: 0;
bottom: auto;
top: -7px;
}
.df-controls-hidden .df-ui {
display: none;
}
.df-float-off.df-controls-top .df-sidemenu-wrapper {
top: 42px;
bottom: 0;
}
.df-float-off.df-controls-bottom .df-sidemenu-wrapper {
top: 0;
bottom: 42px;
}
.df-float-off .df-ui-left {
justify-content: flex-start;
display: flex;
flex: 1;
}
.df-float-off .df-ui-right {
justify-content: flex-end;
display: flex;
flex: 1;
}
.df-float-off .df-ui-center {
display: flex;
justify-content: center;
align-items: center;
}
.df-float-off .df-ui {
display: flex;
}
.df-link-content .annotationTextContent {
color: transparent;
}
.df-link-content .popupWrapper {
position: absolute;
width: 20em;
}
.df-link-content .popup {
position: absolute;
z-index: 200;
max-width: 20em;
background-color: #FFFF99;
box-shadow: 0 2px 5px #333;
border-radius: 2px;
padding: 0.6em;
margin-left: 5px;
cursor: pointer;
word-wrap: break-word;
}
.df-link-content .popup h1 {
font-size: 1em;
border-bottom: 1px solid #000000;
padding-bottom: 0.2em;
}
.df-link-content .popup p {
padding-top: 0.2em;
}
html.df-lightbox-open, body.df-lightbox-open {
overflow: hidden !important;
}
.df-zoomview {
display: none;
cursor: move;
}
.df-zoomview .df-viewer-wrapper {
position: relative;
margin: 0 auto;
}
.df-zoomview .df-viewer-wrapper .df-book-shadow {
position: absolute;
z-index: -1;
height: 100%;
display: none;
-webkit-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.5);
}
.df-zoomview .df-page {
position: absolute;
top: 0;
right: 50%;
background-color: #fff;
}
.df-zoomview .df-page:before {
width: 10%;
opacity: 0.5;
}
.df-zoomview .df-page.df-page-front {
left: 50%;
}
.df-zoom-active .df-viewer {
cursor: move;
cursor: -webkit-grab;
}
.df-zoom-active .df-flipbook {
display: none;
}
.df-zoom-active .df-zoomview {
display: block;
}
.df-hybrid-viewer .df-zoomview .df-page:before {
display: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-flipbook.df-loading + .df-zoomview {
display: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview {
display: block;
pointer-events: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview .df-page:before {
display: none;
}
.df-hybrid-viewer:not(.df-zoom-active) .df-loading + .df-zoomview::after {
content: "";
background-size: 22px;
height: 22px;
width: 22px;
display: block;
top: 50%;
left: 50%;
margin: -11px;
position: absolute;
z-index: 0;
}
.df-hybrid-viewer:not(.df-zoom-active).df-pending .df-zoomview, .df-hybrid-viewer:not(.df-zoom-active).df-pendingresize .df-zoomview, .df-hybrid-viewer:not(.df-zoom-active).df-hide-zoomview .df-zoomview {
display: none;
}
.df-container ::-webkit-scrollbar {
width: 12px;
height: 12px;
cursor: pointer;
}
.df-container ::-webkit-scrollbar-button {
height: 0;
width: 0;
cursor: pointer;
}
.df-container ::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.5);
border-radius: 50px;
}
.df-container ::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.8);
}
.df-container ::-webkit-scrollbar-thumb:active {
background: rgba(0, 0, 0, 0.8);
}
.df-container ::-webkit-scrollbar-thumb,
.df-container ::-webkit-scrollbar-thumb:hover,
.df-container ::-webkit-scrollbar-thumb:active {
border-right: 1px;
border-left: 1px;
border-style: solid;
border-color: transparent;
}
.df-container ::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.05);
border-radius: 50px;
}
.df-container ::-webkit-scrollbar-track:hover {
background: rgba(0, 0, 0, 0.1);
}
.df-container ::-webkit-scrollbar-track:active {
background: rgba(0, 0, 0, 0.15);
}
.df-container ::-webkit-scrollbar-corner {
background: transparent;
}
.df-sidemenu-wrapper ::-webkit-scrollbar {
width: 10px;
}
.df-container.df-transparent.df-fullscreen {
background: #aaa;
}
.df-container.df-fullscreen {
position: fixed !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 2147483647;
}
.df-container.df-rtl .df-sidemenu-wrapper {
left: auto;
left: initial;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
right: -50px;
direction: rtl;
}
.df-container.df-rtl input.df-search-text {
padding: 0 15px 0 45px;
}
.df-container.df-rtl .df-sidemenu-title {
text-align: right;
}
.df-container.df-rtl .df-search-clear {
right: auto;
left: 60px;
}
.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
right: 0;
}
.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close {
float: left;
}
.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-prev {
left: 0;
}
.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-next {
right: 220px;
}
.df-container.df-rtl.df-sidemenu-open .df-flipbook-3d.df-loading:after {
margin-left: -122px;
}
.df-container.df-rtl .df-outline-item {
margin: 0 18px 0 0;
text-align: right;
direction: rtl;
}
.df-container.df-rtl .df-outline-item .df-outline-toggle {
float: right;
margin: 0 -18px 0 0;
}
.df-container.df-rtl .df-outline-item .df-outline-toggle.df-outlines-hidden:before {
content: "\e900";
}
.df-container.df-rtl .df-viewer .df-3dcanvas {
left: 0;
right: auto;
right: initial;
}
.df-container.df-rtl .df-more-container .df-ui-btn {
text-align: right;
direction: rtl;
}
.df-container.df-rtl .df-more-container .df-ui-btn:before {
right: 10px;
}
.df-container.df-rtl .df-more-container .df-ui-btn span {
padding: 0 24px 0 0;
}
.df-lightbox-wrapper.df-rtl .df-lightbox-controls {
float: left;
} .df-element[data-lightbox], .df-element[data-df-lightbox] {
cursor: pointer;
}
.df-popup-thumb {
display: inline-block;
box-sizing: border-box;
margin: 30px 15px 15px !important;
text-align: center;
border: 0;
width: 140px;
height: auto;
word-break: break-word;
vertical-align: bottom;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-moz-perspective: 800px;
perspective: 800px;
}
.df-popup-thumb .df-book-wrapper {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: 0.2s;
box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
transform-origin: 30%;
background-color: #fff;
width: 100%;
display: inline-block;
}
.df-popup-thumb .df-book-page1, .df-popup-thumb .df-book-page2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: 100% 100%;
-webkit-transform-origin: left;
-moz-transform-origin: left;
transform-origin: left;
background-color: #fff;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
z-index: 1;
}
.df-popup-thumb .df-book-cover {
background-size: 100% 100%;
-webkit-transform-origin: left;
-moz-transform-origin: left;
transform-origin: left;
top: 0;
position: relative;
overflow: hidden;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.24);
z-index: 1;
}
.df-popup-thumb .df-book-cover.df-thumb-not-found {
height: 200px;
position: relative;
}
.df-popup-thumb .df-book-cover:after {
display: block;
content: " ";
height: 100%;
width: 100%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1%, rgba(0, 0, 0, 0.15) 3%, rgba(255, 255, 255, 0.15) 5%, rgba(255, 255, 255, 0) 7%);
box-shadow: inset 0px -1px 3px 0px #5050508c;
z-index: 3;
position: absolute;
top: 0;
left: 0;
}
.df-popup-thumb .df-book-title {
bottom: -100%;
position: absolute;
width: 100%;
left: 0;
padding: 5px;
font-size: 0.75em;
background: rgba(255, 255, 255, 0.9);
box-sizing: border-box;
display: block;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
opacity: 0;
}
.df-popup-thumb img {
display: block;
width: 100%;
height: auto;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
}
.df-popup-thumb:hover .df-book-title, .df-popup-thumb.df-thumb-not-found .df-book-title, .df-popup-thumb.df-tl-book-title-fixed .df-book-title {
opacity: 1;
bottom: 0;
}
.df-popup-thumb.df-tl-book-title-fixed .df-book-title {
position: relative;
}
.df-popup-thumb.df-thumb-not-found .df-book-wrapper {
width: 100%;
}
.df-popup-thumb.df-tl-book-title-bottom .df-thumb-not-found, .df-popup-thumb.df-tl-cover-title .df-thumb-not-found {
height: 170px;
}
.df-popup-thumb.df-tl-book-title-bottom .df-book-wrapper, .df-popup-thumb.df-tl-cover-title .df-book-wrapper {
position: relative;
z-index: 1;
}
.df-popup-thumb.df-tl-book-title-bottom .df-book-title, .df-popup-thumb.df-tl-cover-title .df-book-title {
position: relative;
bottom: 0;
opacity: 1;
height: 3em;
background: transparent;
}
.df-popup-thumb:hover .df-book-page1 {
transform: rotateY(-8deg) rotateZ(0);
box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}
.df-popup-thumb:hover .df-book-page2 {
transform: rotateY(-14deg) rotateZ(0);
box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
}
.df-popup-thumb:hover .df-book-wrapper {
transform: rotateY(-15deg) rotateZ(0);
}
.df-popup-thumb:hover .df-book-cover {
-webkit-transform: rotateY(-18deg) rotateZ(0);
-moz-transform: rotateY(-18deg) rotateZ(0);
-ms-transform: rotateY(-18deg) rotateZ(0);
transform: rotateY(-18deg) rotateZ(0);
}
.df-popup-thumb.df-tl-cover-title .df-book-wrapper {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.df-popup-thumb.df-tl-cover-title .df-book-cover {
box-shadow: none;
}
.df-popup-thumb.df-tl-cover-title .df-book-cover:after {
display: none;
}
.df-popup-thumb.df-tl-cover-title:hover .df-book-wrapper {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
transform: none;
}
.df-popup-thumb.df-tl-cover-title:hover .df-book-cover {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
box-shadow: none;
}
.df-popup-thumb.df-tl-cover-title:hover .df-book-page1, .df-popup-thumb.df-tl-cover-title:hover .df-book-page2 {
display: none;
}
.df-popup-button {
width: auto;
display: inline-block;
background: #ddd;
border-radius: 5px;
padding: 5px 15px;
margin: 5px;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
-moz-transition-property: background;
-o-transition-property: background;
-webkit-transition-property: background;
transition-property: background;
}
.df-popup-button:hover {
background: #aaa;
}
.df-popup-hidden {
display: none;
}
.df-icon-play-popup {
position: relative;
}
.df-icon-play-popup:before {
top: 50%;
position: absolute;
left: 50%;
font-size: 40px;
background: #777;
border-radius: 50%;
padding: 10px;
box-shadow: 0px 1px 5px #777;
margin-top: -30px;
margin-left: -30px;
display: block;
color: #fff;
z-index: 1;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-webkit-transition-property: opacity;
transition-property: opacity;
pointer-events: none;
}
.df-icon-play-popup:hover:before {
opacity: 0;
}
.df-posts {
max-width: 1140px;
margin: 0 auto;
}
.df-posts > .df-popup-thumb {
width: calc(20% - 30px);
min-width: 100px;
position: relative;
z-index: 1;
}
df-post-shelf {
display: none;
height: 160px;
background-color: transparent;
z-index: 0;
margin: -105px -40px -40px -40px;
position: relative;
background-repeat: no-repeat;
}
df-post-shelf:nth-of-type(5n) {
display: block;
}
df-post-shelf:after {
content: " ";
height: 160px;
display: block;
position: absolute;
bottom: 0;
right: 0;
width: 240px;
z-index: 1;
background-position: 0 -160px;
background-repeat: no-repeat;
background-image: inherit;
background-size: inherit;
}
df-post-shelf:before {
content: " ";
display: block;
position: absolute;
left: 240px;
bottom: 0;
right: 240px;
height: 160px;
z-index: 1;
background-image: inherit;
background-size: inherit;
background-repeat: repeat-x;
background-position: 0 -320px;
}
.df-posts.df-has-shelf {
padding: 0 40px 50px 40px;
}
@media screen and (max-width: 1100px) {
.df-posts > .df-popup-thumb {
width: calc(25% - 30px);
}
df-post-shelf:nth-of-type(n) {
display: none;
}
df-post-shelf:nth-of-type(4n) {
display: block;
}
}
@media screen and (max-width: 900px) {
.df-posts > .df-popup-thumb {
width: calc(33% - 30px);
}
df-post-shelf:nth-of-type(n) {
display: none;
}
df-post-shelf:nth-of-type(3n) {
display: block;
}
}
@media screen and (max-width: 600px) {
.df-posts > .df-popup-thumb {
width: calc(50% - 30px);
}
df-post-shelf:nth-of-type(n) {
display: none;
}
df-post-shelf:nth-of-type(2n) {
display: block;
}
df-post-shelf {
background-size: 120px 480px;
}
df-post-shelf:before {
left: 120px;
right: 120px;
}
df-post-shelf:after {
width: 120px;
}
}
@media screen and (max-width: 420px) {
.df-posts > .df-popup-thumb, .df-popup-thumb {
width: calc(100% - 30px);
}
df-post-shelf:nth-of-type(n) {
display: block;
}
}
df-post-shelf:nth-last-of-type(1) {
display: block;
}
.df-posts {
container-type: inline-size;
container-name: dfposts;
width: 100%;
box-sizing: border-box !important;
}
@container dfposts (max-width: 1020px) {
.df-posts > .df-popup-thumb {
width: calc(25% - 30px);
}
df-post-shelf:nth-of-type(n) {
display: none;
}
df-post-shelf:nth-of-type(4n) {
display: block;
}
}
@container dfposts (max-width: 820px) {
.df-posts > .df-popup-thumb {
width: calc(33% - 30px);
}
df-post-shelf:nth-of-type(n) {
display: none;
}
df-post-shelf:nth-of-type(3n) {
display: block;
}
}
@container dfposts (max-width: 520px) {
.df-posts > .df-popup-thumb {
width: calc(50% - 30px);
}
df-post-shelf:nth-of-type(n) {
display: none;
}
df-post-shelf:nth-of-type(2n) {
display: block;
}
df-post-shelf {
background-size: 120px 480px;
}
df-post-shelf:before {
left: 120px;
right: 120px;
}
df-post-shelf:after {
width: 120px;
}
}
@container dfposts (max-width: 320px) {
.df-posts > .df-popup-thumb {
width: calc(100% - 30px);
}
df-post-shelf:nth-of-type(n) {
display: block;
}
}
@container dfposts (max-width: 150px) {
.df-posts.df-has-shelf > .df-popup-thumb {
width: 100%;
margin: 30px -35px 15px !important;
}
}
df-post-shelf:nth-last-of-type(1) {
display: block;
}
.df-page-content {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.df-text-content, .df-auto-link-content {
line-height: 1;
}
.df-text-content span,
.df-text-content br,
.df-auto-link-content span {
color: transparent !important;
position: absolute;
white-space: pre;
cursor: text;
transform-origin: 0% 0%;
}
.df-auto-link-content > span {
overflow: hidden;
}
.df-text-content .highlight {
margin: -1px;
padding: 1px;
background-color: #b400aa;
border-radius: 4px;
}
.df-text-content .highlight.appended {
position: initial;
}
.df-text-content .highlight.begin {
border-radius: 4px 0 0 4px;
}
.df-text-content .highlight.end {
border-radius: 0 4px 4px 0;
}
.df-text-content .highlight.middle {
border-radius: 0;
}
.df-text-content .highlight.selected {
background-color: darkgreen;
}
.df-text-content .endOfContent {
display: block;
position: absolute;
left: 0;
top: 100%;
right: 0;
bottom: 0;
z-index: -1;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.df-text-content .endOfContent.active {
top: 0;
}
body.admin-bar .df-lightbox-wrapper, body.admin-bar .df-lightbox-bg {
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar .df-lightbox-wrapper, body.admin-bar .df-lightbox-bg {
top: 46px;
}
}
@media screen and (max-width: 600px) {
body.admin-bar .df-lightbox-wrapper, body.admin-bar .df-lightbox-bg {
top: 0px;
}
}
.df-single-content {
width: 100%;
} .df-link-content section.textWidgetAnnotation {
display: none;
}
.df-viewer::-webkit-scrollbar-button {
height: 50px;
}
.df-viewer::-webkit-scrollbar-thumb {
min-height: 50px;
}
.df-container .df-reader ::-webkit-scrollbar-track, .df-container .df-reader ::-webkit-scrollbar-thumb {
background: transparent;
}
.df-container.df-pinch-zoom ::-webkit-scrollbar-track, .df-container.df-pinch-zoom ::-webkit-scrollbar-thumb {
background: transparent;
}
.df-container.df-pinch-zoom .df-page-content {
display: none;
}
section.squareAnnotation .popupWrapper, section.textAnnotation .popupWrapper {
display: none;
}
section.squareAnnotation svg, section.textAnnotation svg {
display: block;
}
.df-comment-popup {
display: none;
position: absolute;
width: 360px;
background-color: #FFFF99;
box-shadow: 0 2px 5px #333;
border-radius: 2px;
z-index: 9;
padding: 10px;
word-break: break-word;
}
.df-comment-popup.df-active {
display: block;
}
.df-comment-popup .popup {
background-color: transparent !important;
}
.df-comment-popup p {
margin: 0;
}
.df-comment-popup h1 {
padding-bottom: 5px;
border-bottom: 1px solid;
margin-top: 0;
font-size: 1em;
}
.df-sidemenu-wrapper.df-sidemenu-center {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
display: none;
top: auto;
height: 360px;
bottom: 52px; }
.df-sidemenu-center .df-sidemenu-buttons {
box-shadow: none;
text-align: center;
}
.df-sidemenu-center .df-sidemenu-buttons .df-icon-close {
display: block;
margin: -55px auto 0 auto;
float: none;
border-radius: 50px;
width: 44px;
}
.df-sidemenu-wrapper.df-sidemenu-center:before {
background-color: rgba(255, 255, 255, 0.9);
}
.df-sidemenu-open .df-sidemenu-wrapper.df-sidemenu-center {
display: block;
}
.df-sidemenu-center:before, .df-sidemenu-center .sidemenu {
border-radius: 10px 10px 0 0;
}
.df-slider {
-webkit-filter: blur(0);
-moz-filter: blur(0);
-ms-filter: blur(0);
-o-filter: blur(0);
filter: blur(0);
}
.df-slider .df-viewer-wrapper {
position: relative;
margin: 0 auto;
height: 100%;
-moz-transition: 0.3s left;
-o-transition: 0.3s left;
-webkit-transition: 0.3s left;
transition: 0.3s left;
}
.df-slider .df-sheet {
-moz-transition: transform 0.5s;
-o-transition: transform 0.5s;
-webkit-transition: transform 0.5s;
transition: transform 0.5s;
}
.df-slider .df-sheet.df-left-side, .df-slider .df-sheet.df-right-side {
left: 50% !important;
}
.df-slider .df-sheet:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.df-slider .df-page:before {
display: none;
}
.df-slider .df-page.df-page-front {
z-index: 3;
}
.df-slider + .df-zoomview .df-page:before {
display: none;
}
.df-has-shelf df-post-shelf {
background: none;
perspective: 400px;
margin: 5px 0px 30px 0px; height: 0px;
box-shadow: 0px 5px 40px 15px #00000050;
}
.df-has-shelf df-post-shelf:before, .df-has-shelf df-post-shelf:after {
background-size: auto;
left: -40px;
right: -40px;
width: auto;
background-repeat: repeat-x;
transform-style: preserve-3d;
background-position: 0 0;
}
.df-has-shelf df-post-shelf:before {
transform: translateY(-15px) rotateX(50deg);
height: 50px;
transform-origin: bottom;
box-shadow: inset 0px 3px 15px 0px #0000009c;
}
.df-has-shelf df-post-shelf:after {
transform: translateZ(0);
height: 15px;
box-shadow: inset 0px 3px 3px #f3f3f352;
background-position: 0 -50px;
}
.df-search-highlight {
position: relative !important;
background-color: #00f;
}
.df-search-results {
top: 125px !important;
padding: 0 10px 10px;
}
.df-search-result {
color: inherit !important;
text-decoration: none !important;
overflow: hidden;
border: none !important;
box-shadow: none !important;
margin-bottom: 1px;
padding: 5px 10px;
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}
.df-search-result.df-active, .df-search-result:hover {
background-color: rgba(100, 100, 100, 0.2);
}
.df-sidemenu-title {
padding: 8px 20px;
text-transform: uppercase;
text-align: left;
}
.df-search-hits {
z-index: 10;
display: none;
}
.df-search-open .df-search-hits {
display: inline-block;
}
.df-search-form {
display: flex;
padding: 10px;
position: relative;
}
.df-search-clear {
position: absolute;
right: 55px;
top: 22px;
cursor: pointer;
display: none;
}
input.df-search-text {
flex-grow: 1;
margin: 0;
border-radius: 4px 0 0 4px;
outline: 0;
border: 0;
height: 40px;
padding: 0 45px 0 15px;
width: 100%;
}
input.df-search-text:not(:placeholder-shown) ~ a.df-search-clear {
display: block;
}
.df-ui-btn.df-search-btn {
height: 40px;
padding: 10px;
background-color: #f7f7f7;
}
.df-search-info {
padding: 5px 20px;
}
.df-searching .df-search-info {
background-repeat: no-repeat;
background-size: 24px;
background-position: 176px;
}
.df-popup-thumb img.df-lazy {
transform: scale(1.2);
opacity: 0.5;
}
@media (prefers-reduced-motion: no-preference) {
.df-popup-thumb img {
transition: opacity 1.5s ease, transform 1.5s ease;
}
}
.df-trigger {
cursor: pointer;
}
.df-element:hover a.df-edit-link {
display: inline-block;
}
a.df-edit-link {
display: none;
position: absolute;
bottom: 0px;
right: 0px;
z-index: 50;
padding: 5px;
background: #eee;
}
.df-element[data-lightbox], .df-element[data-df-lightbox] {
position: relative;
}
.df-element[data-lightbox] .df-edit-link, .df-element[data-df-lightbox] .df-edit-link {
right: 0;
bottom: 0;
padding: 0 5px;
transform: translateY(100%);
margin: 0 !important;
}
.df-element[data-lightbox=thumb] .df-edit-link, .df-element[data-df-lightbox=thumb] .df-edit-link {
padding: 10px 5px 5px;
height: 30px;
} .df-posts [skip-parse] {
display: none;
}
.df-posts {
text-align: center;
position: relative;
}
.df-load-more-button-wrapper {
text-align: center;
display: none;
margin-top: 20px;
}
.df-posts [skip-parse] ~ .df-load-more-button-wrapper {
display: block;
}
.df-load-more-button {
padding: 10px 15px;
display: inline-block;
margin: 0 auto;
cursor: pointer;
background: #0085ba;
color: white;
}
._df_book {
min-height: 400px;
}[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
}