body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Gilroy", Arial, sans-serif !important;
}
body a {
  text-decoration: none;
}
body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.galery{
padding:104px 0 ;
}
.galery-cart{
height:410px;
}
.custom-form .submit-btn:hover{
    background-color: #33b863 !important;
}
.galery-cart img{
width:100%;
height:100%;
object-fit:cover;
}
.galery-head{
margin-bottom:30px;
}

.more-part{
padding:30px 0 !important;
}
.partner-head h1{
margin-bottom:40px;
}
.view-speaker {
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 12px 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
  display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.m-5{
margin:0 !important;
}
.about-company {
  padding: 50px 0;
}
.about-company .col-lg-6:first-child {
  display: flex;
  align-items: center;
}
.about-company .company-text h2 {
  margin: 0px 0 30px 0;
}
.about-company .company-img {
  position: relative;
display:flex;
justify-content:flex-end;
}
.about-company .company-img .img-overlay {
  width: 500px;

}
.about-company .company-img .img-overlay img {
  width: 100%;
}
. 

.mobile-menu . {
width:100%;
border-radius:0;
}
.mobile-nav {
  display: none;
  padding: 10px 0;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.mobile-nav .logo-img img {
  width: 185px !important;
}

.mobile-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu {
  position: fixed;
  top: 0px;
  right: 0;
  padding: 0;
  left: unset;
  height: 100vh;
  width: 80%;
  z-index: 11;
  background: linear-gradient(119deg, #000000, #101010, #222222);
  padding-top: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translateX(100%);
  transition: 0.4s all;
  display: flex;
}

.mobile-menu li {
  padding: 15px 0;
  border-bottom: 1px solid #1e1e1e;
  width: 78%;
  margin-left: 30px;
}

.btn-sec {
  display: inline-block;
}

.mobile-item {
  display: flex;
  align-items: center;
  padding: 26px 14px;
  font-size: 16px;
}

.contact-btn, .mob-lang {
  display: flex;
  justify-content: center;
  
}

.mobile-item a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.mobile-item a:hover {
  color: #838a9d;
  text-decoration: none;
}

.mob-lang a {
  margin-left: 10px;
}

.mob-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #292929;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  align-items: center;
}

.mob-lang a img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.burger {
  z-index: 111;
  position: relative;
  width: 50px;
  height: 46px;
  background-color: transparent;
  border: none;
}

.burger div {
  width: 26px;
  height: 2px;
  background: #000;
  transform: translate3d(-13px, 0, 0);
  transition: all 0.3s ease;
  margin-top: 8px;
  position: absolute;
  cursor: pointer;
}

.burger .line1 {
  top: 0;
  right: 0;
  cursor: pointer;
}

.burger .line2 {
  top: 10px;
  right: 0;
width:20px;
  cursor: pointer;
}

.burger .line3 {
  top: 20px;
  right: 0;
  cursor: pointer;
}

.change .line1 {
  transform: rotate(-45deg) translate(-10px, 7px);
  background: #fff;
}

.change .line2 {
  opacity: 0;
}

.change .line3 {
  transform: rotate(40deg) translate(-5px, -6px);
  background: #fff;
}

.translate {
  transform: translateX(0);
}

.mobile-fixed {
  background-color: #fff;
  top: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
}

.mobile-fixed .burger .line1,
.mobile-fixed .burger .line2,
.mobile-fixed .burger .line3 {
  background-color: #37373f;
}

.mobile-fixed .btn-sec {
  background-color: #fff;
}F

.mobile-fixed .btn-sec img {
  filter: unset;
}

.mobile-fixed .btn-sec span {
  color: #000;
}

.modal .close {
  background: none;
  border: none;
}

.ticket {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  background-color: #3cd573;
  border-radius: 10px;
  color: #fff !important;
  transition: all .3s ease;
}
.ticket:hover{
background-color: #33b863;
  color: #fff;
}
.nav-bottom {
  transition: all 0.4s ease-in-out;
}

.nav-bar-fixed-top {
  background-color: #fff;
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 1111;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
  transition: all 0.4s ease-in-out;
}
.nav-bar-fixed-top .site-branding img {
  filter: none;
}

.nav-bar-fixed-top .main-navigation ul a {
  color: #383838;
}

header {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 99999;
}
header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
header .site-branding {
  display: flex;
  align-items: center;
  height: 100%;
}
header .site-branding img {
  width: 200px;
  filter: grayscale(1) invert(1) brightness(1.5);
}
header .main-navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .main-navigation ul li {
  display: inline-block;
  padding: 25px;
  position: relative;
}
header .main-navigation ul li::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3cd573;
  position: absolute;
  bottom: 0;
  left: 3px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.4s ease-in-out;
}
header .main-navigation ul li:hover::before {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
header .main-navigation ul li a {
  color: #fff;
  font-weight: 500;
}

.slider-main {
  height: 800px;
  background-image: url(/img/confrence.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slider-main .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1364c8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
.slider-main .container {
  height: 100%;
}
.slider-main .main-text {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 11;
  justify-content: center;
}
.slider-main .main-text h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 50px;
}
.slider-main .main__desc {
  text-align: center;
}
.slider-main .main__desc p {
  line-height: 2;
  color: #fff;
  font-size: 20px;
  padding: 0 60px;
  margin-top: 40px;
}

#countdown li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  color: #3cd573;
  min-width: 170px;
  margin-right: 15px;
  background-color: #00000038;
  border-radius: 40px;
}
#countdown li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 4.5rem;
  color: #3cd573;
}
@media all and (max-width: 768px) {
  #countdown h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  #countdown li {
    font-size: calc(1.125rem * var(--smaller));
  }
  #countdown li span {
    font-size: calc(3.375rem * var(--smaller));
  }
.agenda__day__session__time ul li span:first-child {
width:100% !important;
}
.agenda__day__session__time ul li span {
font-size:14px !important;
}

}

.main-btn {
  display: inline-block;
  background-color: #3cd573;
  padding: 15px 70px;
  border-radius: 30px;
  color: #fff;
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s ease;
}

.main-btn:hover {
  background-color: #33b863;
  color: #fff;
}

.speakers {
  padding: 104px 0 0 0;
}
.speakers .speakers-head {
  margin-bottom: 20px;
}
.speakers .speakers-head h1 {
  font-weight: 700;
}
.speakers .speakers-content {
  display: flex;
flex-direction: row;
    flex-wrap: wrap;
}
.speakers .card-img {
  padding: 40px 30px;
position:relative;
 
} 
.speakers .card-img .link-img{
position:relative;
}
.speakers .card-img .link-img::before{
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(59, 29, 130, 0.5);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 1;
}
.speakers .card-img:hover .view-speaker {
    top: 50%;
    opacity: 1;
}
.speakers .card-img:hover .link-img::before{
opacity:1;
}
.speakers .card-img img {
  width: 100%;
  height: 240px;
object-fit:cover;
}
.speakers .cart {
  width: 25%;
  border-bottom: 1px solid #d2d2d2;
  transition: all 0.4s ease-in-out;
}
.speakers .cart:hover {
  background-color: #3cd573;
}
.speakers .cart:hover a {
  color: #fff;
}
.speakers .cart a {
  color: black;
}
.speakers .cart:not(:last-child) {
  border-right: 1px solid #d2d2d2;
}
.speakers .images-grid__item__name {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
}
.speakers .images-grid__item__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.speakers .images-grid__item__company {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.partners {
  padding: 44px 0;
}
 
.partners .partners-cart {
  width: 18%;
  height: 260px;
  padding: 20px;
  transition: all 0.4s ease-in-out;
display:flex;
justify-content: center;
}
.partners .partners-cart .partners-img {
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-bottom-right-radius: 100%;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  transition: all 0.2s ease-in-out;
  will-change: transform;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  margin: 0 auto;
}
.partners .partners-cart .partners-img img {
  width: 100%;
}

.partners .partners-cart:hover .partners-img {
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 0%;
}

.partners-cart:not(:first-child) {
  margin-left: 25px;
}

.call-to-action {
  padding: 50px 0;
}
.call-to-action .wrapper {
  transition: all 0.4s ease-in-out;
  width: 400px;
}
.call-to-action .wrapper:hover {
  transform: translateY(-20px);
}
.call-to-action .call-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-to-action .call-cart .call-main {
  padding: 57px 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  background-color: #0364c8;
}
.call-to-action .call-cart .call-main .circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 50px;
  height: 25px;
  border-radius: 0 0 50px 50px;
  transform: translateX(-50%);
  background-color: #ffff;
}
.call-to-action .call-cart .call-main .pricing_cur {
  display: inline-block;
  margin-right: 0;
  vertical-align: baseline;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.call-to-action .call-cart .call-main .pricing_price {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.call-to-action .call-cart .call-main .pricing_desc {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
height:20px;
}
.call-to-action .call-cart .pricing_title-wrapper {
  position: absolute;
    z-index: 2;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.call-to-action .call-cart .pricing_title {
  display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    background-color: #fff;
    color: #3cd573;
    padding: 16px 50px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    text-transform: uppercase;
    border-color: #0364c8;
}
.call-to-action .call-cart i {
  font-weight: 700;
  margin-right: 5px;
  color: #0add9a;
}
.call-to-action .pricing_content {
  padding: 43px 35px 30px;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 15px 38px 0 #89868652;
  background-color: #fff;
  color: #232323;
}
.call-to-action .pricing_footer .genesisexpo_module_button {
  margin-top: 0;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
  text-align: center;
}
.call-to-action .wgl_button {
  position: relative;
  z-index: 20;
}
.call-to-action .wgl_button a {
 margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
    white-space: normal;
    background-color: #3cd573;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #3cd573;
    min-width: 155px;
    padding: 14px 30px;
    display: block;
}

.parallax {
  position: relative;
  padding: 104px 0;
  height: 400px;
  background-image: url(/img/ARUK-200318-526-of-760.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
background-attachment: fixed;}
.parallax::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: #263238;
  opacity: 0.6;
}
.parallax .container {
  position: relative;
  z-index: 1;
}
.parallax .container,
.parallax .row {
  height: 100%;
}
.parallax .parallax-head {
  height: 100%;
  display: flex;
  align-items: center;
}
.parallax .parallax-head h3 {
  color: #fff;
margin-bottom:40px;
}
.parallax .parallax-cart {
  display: flex;
  align-items: center;
}
.parallax .parallax-cart .parallax-img {
  float: left;
  margin-bottom: 25px;
  margin-right: 30px;
}
.parallax .parallax-cart .parallax-img i {
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.parallax .parallax-cart .parallax-content {
  margin-left: 0;
}
.parallax .parallax-cart .parallax-content h2 {
  color: #fad03b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.parallax .parallax-cart .parallax-content p {
  color: #fff;
  margin-bottom: o;
}

footer {
  padding: 50px 0;
  background-color: #292e35;
}
footer .footer-left .logo-footer {
  width: 200px;
}
footer .footer-left .logo-footer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
filter:grayscale(1) invert(1) brightness(1.5);
  
}
footer .footer-left .footer-desc {
  padding: 50px 0;
}
footer .footer-left .footer-desc p {
  color: #fff;
}
footer .footer-left hr {
  color: #fff;
}
 
footer .footer-left .widget-container h5 {
  margin-bottom: 10px;
  color: #cccccc;
  margin-top: 40px;
  line-height: 15px;
  letter-spacing: 2px;
  font-weight: normal;
}
footer .footer-left .textwidget {
  padding-bottom: 10px;
}
footer .footer-left .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
footer .footer-left .list-inline li {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}
footer .footer-left .list-inline li a {
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  color: #cccccc;
  font-size: 13px;
}
footer .footer-left .list-inline li a:hover {
  opacity: 0.8;
}
footer .footer-left .list-inline li a i {
  border-radius: 50%;
}

.social-icons .fa-facebook,
.social-icons .fa-facebook-square {
  background-color: #3c599f;
}

.social-icons .fa-twitter,
.social-icons .fa-twitter-square {
  background-color: #32ccfe;
}

.social-icons .fa-instagram {
  background-color: #a1755c;
}

.social-icons .fa-youtube,
.social-icons .fa-youtube-play,
.social-icons .fa-youtube-square {
  background-color: #c52f30;
}

.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
  background-color: #0085ae;
}

.social-icons .fa {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
}

.reserved {
  width: 100%;
  display: flex;
}
.reserved h5,
.reserved p {
  margin-bottom: 10px;
  color: #cccccc;
}
.reserved p {
  font-size: 14px;
}
.reserved .okmedia span {
  color: #cccccc;
}

.agenda__day {
  padding: 50px;
}

.mainDiv {
  padding: 104px 0 0 0;
}

.agenda__days__wrapper {
  padding-top: 20px;
}

.agenda__day .agenda__day__title {
  background-color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #e9f0f2;
  position: relative;
  padding: 10px 15px;
  left: -15px;
  box-sizing: unset;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #e9f0f2;
}

.agenda__day .agenda__day__title span {
  display: block;
  width: 100%;
  font-weight: 700;
}

.agenda__day .agenda__day__title span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/img/download.svg);
  width: 24px;
  height: 24px;
  background-size: 110%;
}

.agenda__day .agenda__day__title span {
  display: block;
  width: 100%;
  font-weight: 700;
}

.agenda__day__session {
  padding: 40px 0 30px;
  position: relative;
}



.agenda__day__session__time {
  
  font-size: 20px;
  line-height: 32px;
  
}
.agenda__day__session__time ul{
 

padding-bottom:25px;
}
.agenda__day__session__time ul:not(:last-child){
border-bottom:1px solid #aaa;
}

.agenda__day__session__time ul li span:first-child{
width:250px;
display:inline-block;
}
.agenda__day__session__time ul li span {
font-size:18px;
}
.agenda__day__session__content {
  position: relative;
  margin-left: 250px;
}

.agenda__day__session__content .agenda__day__session__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.agenda__day__session__content .agenda__day__session__description {
  font-size: 20px;
  line-height: 32px;
  padding: 5px 0 15px;
}

.agenda__day__session__content .agenda__day__session__type {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.agenda__day__session__people {
  list-style: none;
  margin: 0;
  padding: 0;
}

.agenda__day__session__people .speakers-agenda-list-item * {
  font-size: 18px;
}

.agenda__day__session__people .speakers-agenda-list-item * {
  font-size: 18px;
}

.accordion-button:not(.collapsed) {
  background-color: #000;
}

.accordion-button {
  background-color: #000;
  color: #fff;
}

.accordion-button::after {
  background-image: url(/img/plus.png);
  filter: brightness(100%) invert(1);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/img/minus.png);
  filter: brightness(100%) invert(1);
}
.accordion-body {
background:#ffef0030;
}
.accordion-button:not(.collapsed) {
  color: #fff;
}

.accordion-button:focus {
  border: none;
  box-shadow: unset;
}

.pricing_footer a:hover {
  color: #3cd573;
  background-color: #fff;
  border: 1px solid #3cd573;
}

.pricing_footer a {
  transition: all 0.4s ease-in-out;
}

.modal {
  z-index: 111111;
}

@media (min-width: 576px) {
  .modal:not(#order) .modal-dialog {
    max-width: 900px;
  }
  #order .modal-dialog{
      max-width: 700px;
  }
}

.modal-header {
  padding: 2rem 3rem;
}

.modal-body {
  padding: 4rem;
}
.modal-body .container {
  max-width: 992px;
}
.modal-body .container h1 {
  margin-top: 20px;
  font-size: 20px;
}
.modal-body .modal-img img {
  width: 100%;
  border-radius: 10px;
}

.modal-footer {
  display: none;
}

.nav-links::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: -100%;
  visibility: hidden;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.nav-li {
  overflow: hidden;
}

.nav-bottom .active::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: 3cd573;
  position: absolute;
  bottom: 0;
  left: 10px;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.reserved {
  justify-content: flex-end;
}

.bilet::before {
  display: none;
}

.first-partner {
  margin-left: 0 !important;
}

@media only screen and (max-width: 1024px) {
  header .main-navigation ul li {
    padding: 15px;
  }

  .partners .partners-cart {
    width: 17%;
  }
}
@media only screen and (max-width: 992px) {
  header {
    display: none;
  }

  body {
    padding-top: 90px;
  }

  .mobile-nav {
    display: block;
  }

  .speakers .cart {
    width: 50%;
  }

  .speakers .speakers-content {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .partners .partners-cart {
    width: 28%;
  }

  .parallax {
    padding: 50px 0;
    height: 433px;
  }

  .reserved {
    justify-content: flex-start;
  }

  #countdown ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
     justify-content:center;
  }

  #countdown ul li {
    width: 45%;
    margin-bottom: 20px;
  }

  .main__desc p {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 639px;
  }
.slider-main{
height:480px;
}
.modal-body {
padding:2rem;
}
.parallax{
background-attachment: unset;
}
  .speakers .cart {
    width: 100%;
  }
#countdown li span{
font-size:30px;
}
  .m-5 {
    margin: 0 !important;
  }

  .partners .partners-cart {
    width: 40%;
  }

  .parallax {
    height: 500px;
  }

  #countdown ul {
    flex-direction: row;
    flex-wrap: wrap;

  }

  #countdown ul li {
      width: 47%;
    margin-bottom: 20px;
margin:5px;
  }

  .slider-main .main-text h1 {
    font-size: 20px;
  }

  .slider-main .main__desc p {
    padding: 0;
  }

  .agenda__day__session-first {
    display: flex;
    flex-direction: column;
  }

  .agenda__day__session__time {
    position: static;
    font-size: 14px;
  }

  .agenda__day__session__content .agenda__day__session__title,
.agenda__day__session__people .speakers-agenda-list-item * {
    font-size: 14px;
  }

  .agenda__day__session__content {
    margin-left: 0;
    margin-top: 20px;
  }

  .speakers .cart:not(:last-child) {
    border-right: none;
  }
}
@media only screen and (max-width: 425px) {
  .partners .partners-cart {
    width: 45%;
    margin-left: 0;
    height: 150px;
  }
#countdown li{
    min-width: 133px;
}
  .parallax .parallax-cart .parallax-img i {
    font-size: 25px;
  }

  .parallax .parallax-cart .parallax-content p {
    font-size: 14px;
  }

  .partners .partners-cart .partners-img {
    width: 120px;
    height: 120px;
    padding: 15px;
  }
}

@media all and (max-width: 1460px){
header .main-navigation ul li a {
font-size:14px;
}
  header .main-navigation ul li {
  padding: 25px 10px;
}
  
}
@media all and (max-width: 1260px){
header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
}
  .modal{
        background-color: rgba(0,0,0, 0.7);
    }
    
@media all and (max-width: 768px){
    .speakers .card-img img{
        height: 550px;
    }
    
}
@media all and (max-width: 576px){
    .speakers .card-img img{
        height: 450px;
    }
    
}
@media all and (max-width: 450px){
    .speakers .card-img img{
        object-fit: contain;
        height: unset;
    }
    
}
.agenda__day__session__time ul li b {
    font-weight: bold;
}

/*# sourceMappingURL=style.css.map */