/*============================================================
 # Template Name: EATS
/*============================================================

============================================
------------ [CSS_INDEXING_START] ----------
============================================
## [_Google_Fonts]
## [_Imported_CSS_Plugins]
## [_Colors]
## [_Reset_Styles]
## [_Accordion]
## [_Faqs]
## [_Buttons]
## [_Typography]
## [_Global]
## [_Header]
## [_Footer]
## [_Form]
## [_widget]
## [_Home_Slider]
## [_Section_Title]
## [_Title_Lines]
## [_Page_Title]
## [_Section_About]
## [_Section_Service]
## [_Section_Single_Service]
## [_Section_Portfolio]
## [_Section_Project]
## [_Section_Single_Project]
## [_Section_Funfact]
## [_Section_Icon_Box]
## [_Section_News]
## [_Section_Team]
## [_Section_Testimonials]
## [_Section_Pricing_Tables]
## [_Section_Case_Study]
## [_Divider]
## [_Utility]
===========================================
---------- [CSS_INDEXING_END] -------------
===========================================
*/
/*========================================*/
/*----------- [_Google_Fonts] ------------*/
/*========================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Caladea:400,700");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*========================================*/
/*-------- [_Imported_CSS_Plugins] -------*/
/*========================================*/
@import url("bootstrap.min.css");
@import url("../fonts/webexflaticon/flaticon.css");
@import url("../fonts/fontawesome/css/all.css");
@import url("../fonts/webexicon/style.css");
@import url("owl.carousel.min.css");
@import url("magnific-popup.css");
@import url("animate.css");
@import url("custom-animation.css");
@import url("meanmenu.min.css");
/*========================================*/
/*-------------- [_Colors] ---------------*/
/*========================================*/

html, body {
  overflow-x: hidden !important;
}

/*========== Background Colors ==========*/
.bg-primary-color {
  background: #1b75bc;
}

.bg-secondary-color {
  background: #17305e;
}

/*========== Text Color ==========*/
.text-primary-color {
  color: #1b75bc;
}

.text-primary-color2 {
  color: #3032A2;
}

.text-primary-color3 {
  color: #FDE428;
}

.text-secondary-color {
  color: #17305e;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.text-secondary-color2 {
  color: #002448;
}

.heading-text-color {
  color: #151a33;
}

.bg-gradient-color {
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}

.bg-light-gradient-color {
  background: linear-gradient(200deg, #fffdfd, rgba(168, 122, 33, 0.15)) !important;
}

.bg-light-gradient-color-with-img {
  background: url(../images/bg/abs-bg3.png), linear-gradient(200deg, #fffdfd, rgba(168, 122, 33, 0.15)) !important;
}

.bg-light-gradient-color-with-img2 {
  background: url(../images/bg/abs-bg4.png), linear-gradient(45deg, #0E90D5, #3032A2) !important;
}
/* ul#menu-primary-menu li a:before {
  content: "\f107";
  position: absolute;
  right: -18px;
  top: 50%;
  -moz-transform: translate(0, -13px);
  -o-transform: translate(0, -13px);
  -ms-transform: translate(0, -13px);
  -webkit-transform: translate(0, -13px);
  transform: translate(0, -13px);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
} */

/*========================================*/
/*------------ [_Reset_Styles] -----------*/
/*========================================*/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none !important;
}

::-moz-selection {
  background: #1b75bc;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #1b75bc;
}

::selection {
  background: #1b75bc;
  color: #fff;
  text-shadow: none;
}

ul li {
  display: inline;
}

.img-full {
  width: 100%;
}

/*========================================*/
/*-------------- [_Accordion] ------------*/
/*========================================*/
.accordion .accordion-item {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  padding: 30px;
}
.accordion .accordion-item .accordion-header {
  position: relative;
}
.accordion .accordion-item .accordion-header.active .title {
  background: linear-gradient(-20deg, #0E90D5, #3032A2) !important;
  color: #fff;
}
.accordion .accordion-item .accordion-header.active span {
  background: #fff !important;
}
.accordion .accordion-item .accordion-header.active span:before {
  content: "\f068" !important;
  color: #1b75bc;
}
.accordion .accordion-item .accordion-header .title {
  cursor: pointer;
  color: #253c61;
  position: relative;
  background: #edf0fa;
  margin: 0;
  padding: 24px 20px 20px 70px;
  font-size: 18px;
}
.accordion .accordion-item .accordion-header span {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  color: #ffffff;
  background: linear-gradient(-20deg, #0E90D5, #3032A2) !important;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 80%;
}
.accordion .accordion-item .accordion-body {
  padding: 20px;
  background: #edf0fa;
  display: none;
}
.accordion .accordion-item .accordion-body p {
  font-size: 15px;
  color: #444444;
  margin: 0px;
}
.accordion .accordion-item:nth-child(1) .accordion-body {
  display: block;
}

/*========================================*/
/*----------------- [_Faqs] --------------*/
/*========================================*/
.faq-title {
  font-size: 64px;
  line-height: 74px;
}

/*========================================*/
/*--------------- [_Buttons] -------------*/
/*========================================*/
/*Btn Style One*/
.cs-btn-one {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background-color: #1b75bc;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  padding: 14px 42px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
.cs-btn-one:hover {
  background: #0a49b4;
  color: #ffffff;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cs-btn-one.has-icon i {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 10px;
}
.cs-btn-one.btn-sm.has-icon i {
  font-size: 18px;
}
.cs-btn-one.btn-circle {
  border-radius: 60px 60px 60px 60px;
}
.cs-btn-one.btn-square {
  border-radius: 0;
}
.cs-btn-one.btn-sm {
  font-size: 14px;
  padding: 10px 28px;
}
.cs-btn-one.btn-md {
  font-size: 14px;
  padding: 18px 56px;
}
.cs-btn-one.btn-lg {
  font-size: 18px;
  padding: 20px 64px;
}
.cs-btn-one.btn-xl {
  font-size: 18px;
  padding: 24px 56px;
}
.cs-btn-one.btn-border {
  border: 2px solid #1b75bc;
  background: transparent;
  color: #1b75bc;
}
.cs-btn-one.btn-light {
  background: #fff;
  color: #1b75bc;
  border: 2px solid transparent;
  font-weight: 800;
}
.cs-btn-one.btn-light:hover {
  border: 2px solid;
}
.cs-btn-one.btn-light:focus {
  box-shadow: none;
}
.cs-btn-one.btn-hover-border:hover {
  border: 2px solid #1b75bc;
}
.cs-btn-one.btn-secordary-color {
  background: #17305e;
}
.cs-btn-one.btn-secordary-color:hover {
  background: #1b75bc;
}
.cs-btn-one.btn-primary-color {
  background: #1b75bc;
}
.cs-btn-one.btn-primary-color:hover {
  background: #17305e;
}
.cs-btn-one.btn-gradient-color {
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  color: #fff;
}
.cs-btn-one.btn-gradient-color:hover {
  background: linear-gradient(-20deg, #0E90D5, #3032A2) !important;
  -webkit-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
  -khtml-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
  -moz-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
  -ms-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
  -o-box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
  box-shadow: 4px 5px 10px 0px rgba(36, 106, 215, 0.6);
}
.cs-btn-one.btn-transparent {
  background: rgba(0, 0, 0, 0.2);
}
.cs-btn-one.text-btn {
  color: #1b75bc;
}

/*========================================*/
/*-------------- [_Utility] -----===------*/
/*========================================*/
body {
  color: #3e3e3e;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0 0 20px;
  line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
  color: #151a33;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

h1, h2 {
  font-weight: 800;
}

h3, h4 {
  font-weight: 700;
}

h5, h6 {
  font-weight: 600;
}

h1 {
  /*font-size: 48px;
  line-height: 56px;*/
  font-size: 40px;
  line-height: 48px;
}

h2 {
  font-size: 42px;
  line-height: 48px;
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

b, strong {
  color: #fff;
  font-weight: 600;
}

iframe {
  border: none;
}

a, b, div, ul, li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input, select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  cursor: pointer;
  color: #049AD3;
}

a:hover, a:focus, a:visited {
  text-decoration: none;
}

a:hover {
  color: #1b75bc;
  text-decoration: none;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%;
}

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

.block-quote {
  padding: 30px;
  background: #F4F5F8;
  border-left: 5px solid #1b75bc;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.block-quote:after {
  position: absolute;
  content: "\ea70";
  font-family: 'webexicon' !important;
  font-size: 17rem;
  top: 50px;
  right: -15px;
  opacity: 0.08;
}

.block-quote p {
  font-size: 20px;
  color: #555362;
}

/*========================================*/
/*--------------- [_Global] --------------*/
/*========================================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.svg);
  background-size: 90px;
}

.section-gap {
  padding: 110px 0;
}

.section-gap-onepage {
  padding: 210px 0px 110px 0px !important;
}

section.anim-object {
  overflow: hidden;
}

.border-radius-default {
  border-radius: 6px;
}

.bg-pos-center-bottom {
  background-position: center bottom;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.slide-bg-1 {
  background-image: url(../images/bg/bg1.html);
}

.slide-bg-2 {
  background-image: url(../images/bg/bg2.html);
}

.slide-bg-3 {
  background-image: url(../images/bg/bg3.html);
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  font-size: 20px;
  height: 50px;
  left: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  background: #fff;
  transform: translateY(-50%);
  transition: all 600ms ease 0ms;
  opacity: 0;
  visibility: hidden;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
  opacity: 1;
  visibility: visible;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 50px;
}

.social-list li {
  display: inline;
  float: left;
  margin-right: 15px;
}
.social-list li a {
  /*background: #303743;*/
  background: transparent;
  height: 42px;
  width: 42px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 42px;
  /*font-size: 16px;*/
  font-size: 22px;
}
.social-list li a:hover {
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}
.social-list.list-primary-color li a {
  background: #1b75bc;
}
.social-list.list-flat li a {
  border-radius: 0;
}
.social-list.list-lg li a {
  height: 48px;
  width: 48px;
  font-size: 18px;
  line-height: 48px;
}
.social-list.list-sm li {
  margin-right: 10px;
  height: 34px;
  width: 34px;
  font-size: 14px;
  line-height: 34px;
}
.social-list.list-sm li a {
  height: 34px;
  width: 34px;
  font-size: 14px;
  line-height: 34px;
}

.order-list li {
  display: inherit;
  position: relative;
  padding-left: 70px;
  margin: 12px 0px;
  font-size: 23px;
  line-height: 50px;
  color: #000 !important;
}
.order-list li:before {
  position: absolute;
  content: '\f192';
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
}
.order-list li:first-child {
  margin-top: 0;
}
.order-list.primary-color li:before {
  color: #1b75bc;
  font-weight: 500;
}

.list-items li {
  display: inherit;
  padding: 5px 0;
}

#curve {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

#curve path {
  fill: #fff;
}

.google-map {
  height: 465px;
}

.google-map.map-full-height {
  height: 100%;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 100%;
  width: 100%;
}

.mapouter.fixed-height {
  height: 480px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: auto;
}

.mapouter iframe {
  width: 100%;
  height: 100%;
}

.back-to-top {
  position: fixed;
  right: 36px;
  bottom: 42px;
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  font-size: 22px;
  cursor: pointer;
  background-color: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
  animation: white-shadow .8s infinite, red-shadow .8s infinite;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  display: none;
}

@keyframes white-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: box-shadow .3s ease-in-out;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .4s ease-in-out;
    -webkit-transition: -webkit-box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  }
}
@-webkit-keyframes red-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
    box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
  }
}
@keyframes red-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
    box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
  }
}
.text-under-line {
  position: relative;
  display: inline-block;
}

.text-under-line:before {
  content: '';
  background-color: #1b75bc;
  height: 2px;
  width: 4.75rem;
  top: 15px;
  right: -90px;
  position: absolute;
}

.video-popup {
  position: relative;
}

.popup-youtube {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
}

.popup-youtube:hover {
  color: #fff;
}

.video-popup a i::before {
  font-size: 90px;
  background: #1b75bc;
  border-radius: 50%;
  line-height: 100px;
}

.video-popup-left a {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 95px;
  background: #fff;
  font-size: 24px;
  color: #19203f;
  position: relative;
  z-index: 10;
  display: inline-block;
  border-radius: 95px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.video-popup-left a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  z-index: -1;
  opacity: 0;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  -moz-animation: pulse-border-2 1.5s linear infinite;
  -o-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
  border-radius: 95px;
}

.video-popup-left a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  z-index: -1;
  opacity: 0;
  -webkit-animation: pulse-border 1s linear infinite;
  -moz-animation: pulse-border 1s linear infinite;
  -o-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
  border-radius: 95px;
}

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse-border-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.pulse-animation,
.pulse-animation:before,
.pulse-animation:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90px;
  width: 90px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(12, 89, 219, 0.6);
  -khtml-box-shadow: 0 0 0 0 rgba(12, 89, 219, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(12, 89, 219, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(12, 89, 219, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(12, 89, 219, 0.6);
  box-shadow: 0 0 0 0 rgba(12, 89, 219, 0.6);
  -webkit-animation: pulse-animation 3s infinite;
  -khtml-animation: pulse-animation 3s infinite;
  -moz-animation: pulse-animation 3s infinite;
  -ms-animation: pulse-animation 3s infinite;
  -o-animation: pulse-animation 3s infinite;
  animation: pulse-animation 3s infinite;
}

.pulse-animation:before {
  -webkit-animation-delay: 0.9s;
  -khtml-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.pulse-animation:after {
  -webkit-animation-delay: 0.6s;
  -khtml-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes pulse-animation {
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    -khtml-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-animation {
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    -khtml-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*Owl Carousel Nav Prev*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 60px;
  height: 50px;
  border-radius: 50%;
  left: -50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  /*background: linear-gradient(45deg, #0E90D5, #3032A2) !important;*/
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: all 600ms ease 0ms;
  -webkit-transition: all 600ms ease 0ms;
  -ms-transition: all 600ms ease 0ms;
  -o-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
  opacity: 1;
  visibility: visible;
}

/* .owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
  visibility: visible;
} */

/* .owl-carousel:hover .owl-nav button.owl-prev {
  left: 15px;
}

.owl-carousel:hover .owl-nav button.owl-next {
  right: 15px;
} */

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -50px;
}

.owl-carousel .owl-nav button i {
  /*color: #fff;*/
  color: #1b75bc;
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff;
  margin-top: -45px;
}

.mean-container a.meanmenu-reveal span {
  background: #fff;
}

.pagination-nav .pagination-list > li {
  text-align: center;
  margin-right: 8px;
}
.pagination-nav .pagination-list > li:last-child {
  margin-right: 0;
}
.pagination-nav .pagination-list > li > a {
  color: #565151;
  font-weight: 500;
  height: 54px;
  width: 54px;
  line-height: 54px;
  display: inline-block;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 50%;
}
.pagination-nav .pagination-list > li:hover a {
  border: 1px solid transparent;
  background: #1b75bc;
  color: #fff;
}
.pagination-nav .pagination-list > li.active a {
  border: 1px solid transparent;
  background: #1b75bc;
  color: #fff;
}

.skills .skill-item {
  position: relative;
  margin-bottom: 20px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 5px;
}
.skills .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 15px;
  font-weight: 600;
  color: #17305e;
}
.skills .skill-item:last-child {
  margin-bottom: 0;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 20px;
  background: #EBEAF0;
  border-radius: 45px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 20px;
  background: linear-gradient(-20deg, #0E90D5, #3032A2) !important;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 45px;
}
.skills .skill-item .skill-bar .bar-inner .bar::before {
  position: absolute;
  content: '';
  right: 0;
  height: 20px;
  width: 5px;
  background: #fff;
  top: 0;
}

.percentage {
  font-size: 12px;
  float: right;
}

.single-post-navigation .navigation-links a {
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.single-post-navigation .navigation-links .nav-next a i {
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  margin-left: 8px;
}
.single-post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 3px;
}
.single-post-navigation .navigation-links .nav-previous a i {
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  margin-right: 8px;
}
.single-post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 3px;
}

.error-area {
  background-size: cover;
  background-position: center center;
}

.error-inner .error-title {
  font-size: 190px;
  line-height: 240px;
}

.error-inner .error-text {
  font-size: 40px;
}

.error-inner p {
  max-width: 545px;
  margin: 20px auto 30px;
}

.pintarest-list {
  display: flex;
  flex-wrap: wrap;
}

.pintarest-list li {
  width: 80px;
  height: 80px;
  padding: 5px;
}

#scrollUp {
  right: 36px;
  bottom: 42px;
  width: 42px;
  height: 42px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  font-size: 22px;
  cursor: pointer;
  /*background-color: #1b75bc;*/
  background-color: #78A4D8;
  -webkit-animation: white-shadow .8s infinite, red-shadow .8s infinite;
  animation: white-shadow .8s infinite, red-shadow .8s infinite;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

.client-item {
  padding: 15px;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.client-item img {
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.fa-phone.alt {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.anim-object,
.anim-object2 {
  position: relative;
}

.anim-object:before {
  position: absolute;
  content: "";
  background-image: url(../images/objects/1.png);
  height: 260px;
  width: 260px;
  top: 10%;
  right: 10%;
  background-size: contain;
  animation-name: spinInfinit;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.fa-phone.alt {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.anim-object2:before {
  position: absolute;
  content: "";
  background-image: url(../images/objects/3.png);
  height: 325px;
  width: 325px;
  top: 35%;
  left: 1%;
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: spinInfinit;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.8;
}

/*========================================*/
/*--------------- [_Header] --------------*/
/*========================================*/
.logo {
  padding-top: 1.3125rem;
}

.logo img {
  height: 52px;
}

/*Header Style One*/
.header-style-one .header-wrapper .header-navigation-area {
  background: #ECF1F8;
  transition: all 0.4s ease-out 0s;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li {
  display: inline-block;
  margin-right: 45px;
  position: relative;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:last-child {
  margin-right: 0;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li a {
  padding: 36px 0;
  display: block;
  color: #2f2b2b;
  font-weight: 600;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
  right: -20px;
  left: auto;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li.has-sub > a::before {
  content: "\f067";
  position: absolute;
  right: -16px;
  top: 50%;
  -moz-transform: translate(0, -13px);
  -o-transform: translate(0, -13px);
  -ms-transform: translate(0, -13px);
  -webkit-transform: translate(0, -13px);
  transform: translate(0, -13px);
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:hover > a {
  color: #1b75bc;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
  position: absolute;
  width: 220px;
  background: #f8f8f8;
  z-index: 2;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transform-origin: top;
  top: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:last-child {
  border-bottom: none;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
  padding: 8px 20px;
  font-size: 14px;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover > a {
  padding-left: 25px;
  background-color: #1b75bc;
  color: #fff;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-style-one .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child > a::before {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-15px);
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
}
.header-style-one .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
  padding: 35px 0;
}
.header-style-one .header-wrapper .header-navigation-area.transparent-header {
  background: transparent;
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  top: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-style-one .header-wrapper .header-navigation-area.transparent-header.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
.header-style-one .header-wrapper .header-navigation-area.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*Header Style Two*/
.header-style-two .header-wrapper .header-middle {
  padding: 30px 0;
  margin: 0 auto;
  position: static;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i {
  margin-right: 15px;
  color: #1b75bc;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  background: #ECF1F8;
  border: 1px solid #eee;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
  font-size: 26px;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area a {
  font-size: 15px;
}
.header-style-two .header-wrapper .header-navigation-area {
  background: transparent;
  /*background: #F7F8FC;*/
  position: relative;
  z-index: 5;
}
header.header-style-two {
  height: 0px !important;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
  display: inline-block;
  /*margin-right: 145px;*/
  margin-right: 60px;
  position: relative;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:last-child {
  margin-right: 0;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
  padding: 45px 0;
  display: block;
  color: #2f2b2b;
  font-weight: 600;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub.right-view ul {
  right: -20px;
  left: auto;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li.has-sub > a::before {
  content: "\f107";
  position: absolute;
  right: -18px;
  top: 50%;
  -moz-transform: translate(0, -13px);
  -o-transform: translate(0, -13px);
  -ms-transform: translate(0, -13px);
  -webkit-transform: translate(0, -13px);
  transform: translate(0, -13px);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover > a {
  color: #1b75bc;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 75%;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
  position: absolute;
  width: 220px;
  background: #ECF1F8;
  z-index: 2;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transform-origin: top;
  top: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:last-child {
  border-bottom: none;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li a {
  padding: 8px 20px;
  font-size: 16px !important;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover > a {
  padding-left: 25px;
  /* background: #1b75bc; */
  background: #141628;
  color: #fff;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu li.has-sub-child > a::before {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-12px);
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
}
.header-style-two .header-wrapper .header-navigation-area.inner-page .main-menu ul li a {
  padding: 35px 0;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header {
  background: transparent;
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  top: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-style-two .header-wrapper .header-navigation-area.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-transition: all 600ms ease-out 0s;
  -webkit-transition: all 600ms ease-out 0s;
  -ms-transition: all 600ms ease-out 0s;
  -o-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*Header Searchbox Style Two*/
.header-searchbox-style-one {
  position: relative;
  float: right;
}
.header-searchbox-style-one .show-searchbox {
  float: right;
  margin-left: 32px;
  position: relative;
  margin-top: 3px;
}
.header-searchbox-style-one .show-searchbox a {
  position: relative;
  width: 35px;
  height: 35px;
  background: #1b75bc;
  display: block;
  border-radius: 6px;
  text-align: center;
  line-height: 35px;
  margin: 27px 0 30px;
}
.header-searchbox-style-one .show-searchbox a i {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .show-searchbox.active .fa-search::before {
  content: "\f00d";
}
.header-searchbox-style-one .toggle-searchbox {
  position: absolute;
  right: 0;
  top: 170%;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all {
  position: relative;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all #s {
  margin-bottom: 0;
  height: 50px;
  font-size: 14px;
  color: #1b75bc;
  top: 6px;
  background-color: #fff;
  border-radius: 0;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: "" Font Awesome 5 Free "";
  color: #1b75bc;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .toggle-searchbox form input[type="text"] {
  border: 1px solid #ddd6d9;
}
.header-searchbox-style-one .toggle-searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 103%;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #1b75bc;
}

/*Header Searchbox Style Two*/
.header-searchbox-style-two {
  position: relative;
  float: right;
  margin-top: 6px;
  margin-left: 30px;
}
.header-searchbox-style-two .show-searchbox {
  float: right;
  margin-left: 32px;
  position: relative;
  margin-top: 3px;
}
.header-searchbox-style-two .show-searchbox a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 55px;
  margin: 25px 0 30px;
}
.header-searchbox-style-two .show-searchbox a i {
  font-size: 20px;
  color: #1b75bc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .show-searchbox.active .fa-search::before {
  content: "\f00d";
}
.header-searchbox-style-two .toggle-searchbox {
  position: absolute;
  right: 0;
  top: 170%;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all {
  position: relative;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #s {
  margin-bottom: 0;
  height: 50px;
  font-size: 14px;
  color: #1b75bc;
  top: 6px;
  background-color: #fff;
  border-radius: 0;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: "" Font Awesome 5 Free "";
  color: #1b75bc;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox form input[type="text"] {
  border: 1px solid #ddd6d9;
}
.header-searchbox-style-two .toggle-searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  top: 114%;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #1b75bc;
}

.input-box {
  position: absolute;
  right: 12px;
  top: 12px;
}
.input-box i {
  color: #1b75bc;
}

/*Header-top-area*/
.header-top-area {
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
.header-top-area a {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.header-top-area i {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
}
.header-top-area .header-top-left-part .address {
  padding-right: 20px;
  position: relative;
}
.header-top-area .header-top-left-part .address:after {
  background: #fff;
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  right: 0;
  top: 2px;
}
.header-top-area .header-top-left-part .phone {
  padding-left: 20px;
}
.header-top-area .header-top-left-part i {
  color: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
.header-top-area .header-top-left-part i:before {
  font-size: 16px;
}
.header-top-area .header-top-right-part .social-links {
  position: relative;
  display: inline-block;
}
/* .header-top-area .header-top-right-part .social-links::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 7px;
  height: 60%;
  width: 1px;
  background: #fff;
} */
.header-top-area .header-top-right-part .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.header-top-area .header-top-right-part .social-links li a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.header-top-area .header-top-right-part .social-links li a:hover {
  color: #17305e;
}
.header-top-area .header-top-right-part .social-links li:last-child {
  margin-right: 25px;
}
.header-top-area .header-top-right-part .language {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.header-top-area .header-top-right-part .language .language-btn {
  position: relative;
  text-decoration: none;
  width: 85px;
  text-align: left;
  -webkit-transition: .5s;
  transition: .5s;
}
.header-top-area .header-top-right-part .language .language-btn i {
  margin-right: 4px;
}
.header-top-area .header-top-right-part .language .language-btn i::before {
  font-size: 14px;
}
.header-top-area .header-top-right-part .language .language-btn:hover {
  color: #17305e;
}
.header-top-area .header-top-right-part .language .language-btn::after {
  content: "\f107";
  position: absolute;
  right: -3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  top: 0;
  font-size: 16px;
}
.header-top-area .header-top-right-part .language .language-dropdown {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 36px;
  right: -13px;
  width: 120px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .5s;
  transition: .5s;
}
.header-top-area .header-top-right-part .language .language-dropdown.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background: #31314d;
}
.header-top-area .header-top-right-part .language .language-dropdown li {
  position: relative;
  background-color: #0a3041;
  z-index: -1;
}
.header-top-area .header-top-right-part .language .language-dropdown li a {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.header-top-area .header-top-right-part .language .language-dropdown li a:hover {
  background: #1b75bc;
}
.header-top-area .header-top-right-part .language .language-dropdown li :last-child a {
  border-bottom: none;
}

/* extra info */
.side-panel-content {
  background: #fff;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 355px;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding-bottom: 40px;
}

.side-panel-content.side-panel-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}

.close-icon {
  text-align: right;
}

.close-icon > button {
  cursor: pointer;
  background: #1b75bc;
  border-radius: 50%;
  height: 42px;
  width: 42px;
}

.close-icon > button i {
  line-height: 20px;
  color: #fff;
}

.close-icon > button i:before {
  font-size: 14px;
}

.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}

.extra-info.extra-info-left.side-panel-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-panel {
  width: 36px;
  float: right;
  padding-top: 38px;
  cursor: pointer;
  margin-left: 10px;
}

.side-panel span {
  margin: 3px 0;
  transition: .3s;
  float: right;
}

.side-panel:hover span {
  width: 100%;
}

.bar1 {
  width: 55%;
  background: #1b75bc;
  height: 2px;
}

.bar2 {
  width: 75%;
  background: #1b75bc;
  height: 2px;
}

.bar3 {
  width: 65%;
  background: #1b75bc;
  height: 2px;
}

/*========================================*/
/*-------------- [_Footer] ---------------*/
/*========================================*/
.footer-main-area {
  /*background: #222935;*/
  background: #141628;
  padding: 60px 0;
}

.footer-bottom-area {
  background: #303743;
  padding: 20px 0;
}

.footer-widget {
  margin-bottom: 0px;
  display: inline-block;
}

.footer-widget-list li {
  display: inherit;
  margin-bottom: 10px;
}
.footer-widget-list li a {
  /*color: #a7a8b4;*/
  color: #fff;
  position: relative;
  /*padding-left: 25px;*/
  padding-left: 0px;
}
.footer-widget-list li a:before {
  /*position: absolute;
  content: '\f105';
  left: 0px;
  top: -3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;*/
  display: none;
}
.footer-widget-list li a:hover {
  color: #1b75bc;
}

/*========================================*/
/*-------------- [_Form] -----------------*/
/*========================================*/
.form-control {
  box-shadow: none;
  outline: none;
  border: 1px solid #dfdce6;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  color: #17305e;
  height: auto;
  padding: 25px 20px;
  resize: none;
  min-width: 100%;
  /* height: 65px;  */
  height: 52px; 
}

textarea.form-control {
  /* min-height: 210px; */
  min-height: 100px;
}

.form-control:focus {
  border-color: #e41f7a;
}

.contact-form textarea {
  display: inline-block;
  min-height: 210px;
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"] {
  background: #EDF0FA;
  border: 1px solid transparent;
}

.contact-form .form-control:focus {
  border-color: #1b75bc;
  background: #EDF0FA;
}

.request-a-call-back-form {
  background: #fff;
  padding: 55px 50px 60px 50px;
  -webkit-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  -khtml-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  -moz-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  -ms-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  -o-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  margin-top: -100px;
  margin-left: -160px;
  position: relative;
}

.request-a-call-back-form:after {
  border-color: #1b75bc transparent transparent #3032A2;
  content: "";
  position: absolute;
  border-width: 12px 12px 12px 12px;
  height: 64px;
  width: 64px;
  border-style: solid;
  top: 0;
  opacity: 0.75;
  left: 0;
}

.request-a-call-back-form:before {
  position: absolute;
  content: "";
  border-width: 12px 12px 12px 12px;
  border-color: #1b75bc #3032A2 transparent transparent;
  top: 0;
  right: 0;
  height: 64px;
  width: 64px;
  border-style: solid;
  opacity: 0.75;
}

.request-a-call-back-form.form-control {
  margin-bottom: 20px;
}

.request-a-call-back-form .custom-select-categories {
  background-color: #fff;
  color: #17305e;
  height: 56px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 15px;
  border: 1px solid #dfdce6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
}

.request-a-call-back-form.sidebar {
  background: #17305e;
  padding: 30px;
}

select {
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background: url(../images/down-arrow.png) no-repeat right #ddd;
  -webkit-appearance: none;
  background-position-x: 96%;
}

.contact-block {
  background: #EDF0FA;
  padding: 30px 30px;
}

.contact-icon i {
  width: 84px;
  height: 84px;
  background: #1b75bc;
  text-align: center;
  line-height: 84px;
  display: inline-block;
  border-radius: 50%;
}

.contact-icon i:before {
  color: #fff;
  font-size: 36px;
}

.contact-details {
  margin-left: 30px;
}

/*========================================*/
/*---------------- [_widget] -------------*/
/*========================================*/
/*Widget Search*/
.sidebar-widget {
  padding: 30px;
  margin-bottom: 30px;
  background: #edf0fa;
  border-radius: 8px;
}

.widget-title {
  position: relative;
}
.widget-title:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 58px;
  left: 0;
  bottom: -15px;
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  border-radius: 6px;
}

.single-blog-widget-title {
  background: linear-gradient(-20deg, #0E90D5, #3032A2) !important;
  color: #fff;
  padding: 8px 24px;
}

.news-sidebar-widget .widget-search .search-form {
  position: relative;
}
.news-sidebar-widget .widget-search .search-form label {
  display: block;
  margin-bottom: 0;
}
.news-sidebar-widget .widget-search .search-form input {
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-sidebar-widget .widget-search .search-form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #1b75bc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.news-sidebar-widget .widget-popular-posts .post-date {
  font-size: 14px;
}
.news-sidebar-widget .widget-categories ul li, .news-sidebar-widget .widget-archives ul li {
  display: inherit;
  padding: 5px 0;
}
.news-sidebar-widget .widget-categories ul li a, .news-sidebar-widget .widget-archives ul li a {
  color: #565151;
}
.news-sidebar-widget .widget-categories ul li a:hover, .news-sidebar-widget .widget-archives ul li a:hover {
  color: #1b75bc;
}
.news-sidebar-widget .widget-categories ul li:first-child, .news-sidebar-widget .widget-archives ul li:first-child {
  padding-top: 0;
}
.news-sidebar-widget .widget-tags ul li a {
  background: #fafcfe;
  color: #565151;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 14px;
  padding: 8px 16px 8px 16px;
  border-radius: 6px;
  display: inline-block;
}
.news-sidebar-widget .widget-tags ul li a:hover {
  color: #fff;
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}

.news-sidebar-widget .widget-categories ul li:last-child,
.news-sidebar-widget .widget-archives ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.single-post {
  border-bottom: 1px solid #dbdde1;
  padding-bottom: 20px;
}

.single-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.single-post .post-image img {
  border-radius: 50%;
}

/*========================================*/
/*------------- [_Home_Slider] -----------*/
/*========================================*/
.home-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 190px 0px 290px 0px;
}

.home-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.banner-section {
  position: relative;
}

.home-carousel {
  position: relative;
}

.home-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0px 200px 0px;
}

.home-carousel .slide-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-180deg, rgba(22, 3, 1, 0), #09334f 150%);
  top: 0px;
  right: 0px;
  z-index: 1;
}

.home-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%;
}

.home-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 56px;
  line-height: 62px;
  font-weight: 900;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.home-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.home-carousel .content-box p {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 36px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.home-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section .home-carousel .content-box a.theme-btn {
  padding: 14px 47px;
}

.home-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms ease;
}

.home-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

/*========================================*/
/*----------- [_Section_Title] -----------*/
/*========================================*/
.section-title {
  margin-bottom: 30px;
}
.section-title .sub-title {
  margin-bottom: 5px;
  font-size: 16px;
}

.section-title-left-part {
  position: relative;
  padding-left: 30px;
}

.section-title-left-part:before {
  content: "";
  position: absolute;
  background: #1b75bc;
  height: 100%;
  width: 8px;
  top: 0;
  left: 0;
}

.section-title-left-part:after {
  content: "\f180";
  font-family: Flaticon;
  position: absolute;
  top: 17px;
  left: 45px;
  font-size: 7rem;
  color: #1677bf;
  opacity: 0.1;
  animation: heartbeat 1s infinite alternate;
}

.title-box-center {
  position: relative;
}

.shadow-text {
  position: relative;
  font-size: 152px;
  opacity: 0.05;
  left: 0;
  right: 0;
  top: 15px;
  color: #3751ca;
  font-weight: 800;
  animation: heartbeat 1s infinite alternate;
}

/*========================================*/
/*------------- [_Title_Lines] -----------*/
/*========================================*/
.title-under-line {
  position: relative;
}

.title-under-line:before {
  content: "";
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  position: absolute;
  height: 10px;
  width: 72px;
  bottom: -35px;
  left: 0;
}

.title-under-line:after {
  background: #ffffff;
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  bottom: -31px;
  left: 0px;
}

.line-both-side {
  position: relative;
  display: inline-block;
}

.line-both-side:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 45px;
  top: 12px;
  right: -55px;
  background: #fff;
}

.line-both-side:after {
  position: absolute;
  background: #fff;
  height: 2px;
  width: 45px;
  content: "";
  left: -55px;
  top: 12px;
}

.line-both-side.gradient-color:before {
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}

.line-both-side.gradient-color:after {
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}

.sub-title-side-line {
  position: relative;
  padding-left: 60px;
  display: inline-block;
}

.sub-title-side-line:before {
  position: absolute;
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  height: 2px;
  width: 50px;
  content: "";
  top: 15px;
  left: 0;
}

.line-top-center {
  position: relative;
}

.line-top-center:before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  height: 3px;
  width: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}

.side-line {
  position: relative;
}

.side-line:before {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  height: 3px;
  width: 40px;
  top: 12px;
  left: -15px;
  z-index: -1;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.case-study-item:hover .side-line:before {
  width: 65px;
  left: -30px;
}

/*========================================*/
/*-------------- [_Page_Title] -----------*/
/*========================================*/
.page-title-section {
  background-color: #f8f8f8;
  background-image: url(../images/bg/page-title-bg.jpg);
  color: #fff;
}

.page-title-content {
  display: flex;
  align-items: center;
  position: relative;
  height: 320px;
}

.page-title-content .title {
  font-size: 54px;
  letter-spacing: 1px;
}

.page-title-content nav {
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-title-content nav ol {
  margin: 0;
  border-radius: 0;
  background: rgba(11, 18, 30, 0.6);
}

.page-title-content .breadcrumb-item a {
  color: #FDE428;
}

.page-title-content .breadcrumb-item.active {
  color: #ffffff;
}

.page-title-content .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}

/*========================================*/
/*---------- [_Section_About] ------------*/
/*========================================*/
.about-image-block {
  position: relative;
}

.about-image-block-2 {
  position: relative;
  padding-right: 45px;
}

.about-image-block-2 img {
  border-radius: 10px;
}

.about-image-block-3 {
  position: relative;
  margin-bottom: -145px;
}

.signature img {
  width: 125px;
}

.about-image-block:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 295px;
    margin: 0 auto;
    top: 40px;
    opacity: 1;
  /* animation: heartbeat 1s infinite alternate; */
}

.shadow-1:after {
  position: absolute;
  content: "";
  height: 95%;
  width: 60%;
  background: #78A4D8;
  z-index: -1;
  right: 350px;
  margin: 0 auto;
  top: -40px;
  opacity: 1;
  /* animation: heartbeat 1s infinite alternate; */
}

.feature-box {
  text-align: center;
}

.feature-thumb {
  overflow: hidden;
}

.feature-thumb img {
  -moz-border-radius: 10px 10px 0 0px;
  -webkit-border-radius: 10px 10px 0 0px;
  -ms-border-radius: 10px 10px 0 0px;
  -o-border-radius: 10px 10px 0 0px;
  border-radius: 10px 10px 0 0px;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.feature-box:hover .feature-thumb img {
  -moz-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -webkit-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}

.feature-content {
  padding: 30px 25px 45px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.feature-box:hover .feature-content {
  -webkit-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
}

/*.feature-content:after {
  border-radius: 15px;
  position: absolute;
  background: #1b75bc;
  height: 3px;
  width: 0;
  left: 0;
  bottom: 0;
  content: "";
  right: 0;
  margin: 0 auto;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  opacity: 0.6;
  z-index: 0;
}

.feature-box:hover .feature-content:after {
  width: 85%;
}*/

.feature-content .title {
  margin-bottom: 15px;
}

.feature-box .link a {
  position: absolute;
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  color: #fff;
  height: 45px;
  width: 85px;
  line-height: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border-radius: 30px;
  z-index: 1;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.feature-box .link a:hover {
  width: 110px;
}

/*========================================*/
/*---------- [_Section_Service] ----------*/
/*========================================*/
.service-section {
  position: relative;
}

/*========================================*/
/*------ [_Section_Single_Service] -------*/
/*========================================*/
.service-description {
  margin-left: 30px;
}

.service-description .title {
  margin-bottom: 10px;
}

.service-link-list li a {
  display: block;
  background: #edf0fa;
  color: #40436a;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: normal;
  font-weight: 600;
  margin-bottom: 10px;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.service-link-list li a:after,
.service-link-list li.active a:after {
  position: absolute;
  content: "";
  height: 100%;
  background: #2a65c9;
  left: -7px;
  width: 22px;
  top: 0;
  opacity: 0;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  -moz-transform: skewX(6deg);
  -o-transform: skewX(6deg);
  -ms-transform: skewX(6deg);
  -webkit-transform: skewX(6deg);
  transform: skewX(6deg);
}

.service-link-list li a:hover:after,
.service-link-list li.active a:after {
  opacity: 1;
}

.service-link-list li.active a {
  color: #ffffff;
  padding-left: 50px;
  background: linear-gradient(-20deg, #0E90D5, #3032A2) !important;
}

.service-link-list li a:hover {
  background: linear-gradient(-20deg, #0E90D5, #3032A2) !important;
  color: #fff;
  padding-left: 50px;
}

.service-link-list li a i {
  margin-right: 10px;
  font-size: 13px;
}

.service-link-list li.active a i {
  margin-right: 12px;
}

.service-link-list li a:hover i {
  margin-right: 12px;
}

.service-section-title-area {
  background: #571bcd;
  padding: 90px 0 240px;
  margin: 0 110px;
  margin-top: -180px;
}

.service-section-content {
  margin-top: -180px;
}

.service-features-icon {
  margin-right: 25px;
}

.service-features-icon span {
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  /* padding: 15px; */
  padding: 30px;
  display: inline-block;
  border-radius: 8px;
}

.service-features-icon span:before {
  font-size: 42px;
  line-height: 42px;
  color: #fff;
}
.setting-icon{
  font-size: 35px !important;
  
}

/*========================================*/
/*---------- [_Section_Project] ----------*/
/*========================================*/
.project-section .project-filter ul li {
  display: inline-block;
  border: 1px solid #d6d6df;
  padding: 8px 25px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #373959;
  font-weight: 500;
  border-radius: 25px;
  margin-right: 5px;
}
.project-section .project-filter ul li:hover, .project-section .project-filter ul li.active {
  background: #1b75bc;
  color: #fff;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.project-item .project-overlay {
  left: 0;
  bottom: 0;
  padding: 20px 10px 20px 20px;
  z-index: 1;
  width: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #1b75bc;
}
.project-item .project-overlay i:before {
  font-size: 38px;
  font-weight: 100;
  margin-right: 15px;
  vertical-align: middle;
}
.project-item .project-overlay a:hover {
  color: #fff;
}
.project-item .link-single-page a {
  position: absolute;
  z-index: 2;
  top: -15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: #1b75bc;
  text-align: center;
  line-height: 58px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.project-item:hover .link-single-page a {
  visibility: visible;
  opacity: 1;
  top: 15px;
}
.project-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.project-item img {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.project-item .link-single-page a {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 50%;
  width: 48px;
  margin-top: -25px;
  margin-left: -25px;
  height: 48px;
  background: #1b75bc;
  text-align: center;
  line-height: 58px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-item:hover .link-single-page a {
  visibility: visible;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.project-item .project-overlay i:before {
  font-size: 38px;
  font-weight: 100;
  margin-right: 15px;
  vertical-align: middle;
}

.project-thumb {
  position: relative;
  overflow: hidden;
}

.project-thumb:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transition: 500ms;
}

.project-item:hover .project-thumb:after {
  transform: scale(1);
}

.project-item:hover .link-single-page a {
  visibility: visible;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.project-item .project-overlay i.arrow:before {
  font-size: 22px;
  margin-left: 10px;
}

.project-item .project-overlay i.arrow:before {
  font-size: 22px;
  margin-left: 10px;
  transition: 300ms;
}

.project-item .project-overlay:hover i.arrow:before {
  margin-left: 20px;
}

.project-item .project-overlay .project-title {
  font-size: 20px;
}

.section-icon:before {
  content: "\f180";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 85px;
  opacity: 0.2;
  color: #baa185;
  animation: infiUpDown 1s infinite alternate;
}

/*=================================================*/
/*---------- [_Section_Single_Project] ------------*/
/*=================================================*/
.project-info-list li {
  padding: 8px 0;
  color: #677286;
  display: inherit;
}
.project-info-list li span {
  color: #233d63;
  font-weight: 600;
  margin-right: 5px;
}
.project-info-list li span i {
  color: #1b75bc;
  font-size: 18px;
  margin-right: 10px;
}
.project-info-list li a {
  color: #677286;
}

/*========================================*/
/*---------- [_Section_Funfact] ----------*/
/*========================================*/
.funfact {
  background: #F7F8FC;
  padding: 40px 40px 40px;
  position: relative;
  text-align: center;
}
.funfact .icon {
  /*margin-bottom: 30px;
  position: absolute;
  top: 45px;
  right: 15px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;*/
  margin-bottom: 30px;
  position: absolute;
  top: auto;
  right: auto;
  left: 40%;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.funfact .icon span:before {
  font-size: 54px;
  color: #1b75bc;
}
.funfact .counter {
  font-size: 48px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
  margin-top: 50px;
}
.funfact .title {
  color: #747b87;
  position: relative;
  z-index: 2;
}
.funfact::before {
  content: "";
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.05;
  -moz-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*.funfact:hover .icon {
  top: 55px;
}*/
.funfact:hover .icon {
  top: 45px;
  transition: all 0.4s ease-in-out;
}
.funfact:hover::before {
  left: 5px;
  top: 6px;
  opacity: 0.08;
}

.funfact-normal .title {
  /*color: #fff;*/
  color: #000;
  font-weight: 600 !important;
  text-transform: uppercase;
}

hr {
  border: 1px solid transparent !important;
}

/*========================================*/
/*---------- [_Section_Icon_Box] ---------*/
/*========================================*/
.icon-box-block {
  background-color: #ffffff;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 30px 25px 30px 25px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
}
.icon-box-block:after {
  background: url(../images/service/1.html);
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -35px;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
  content: "";
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.icon-box-block img {
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.icon-box-block:hover img {
  -moz-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.icon-box-block:hover:after {
  -moz-transform: scale(1.08) translate(0px, -8px);
  -o-transform: scale(1.08) translate(0px, -8px);
  -ms-transform: scale(1.08) translate(0px, -8px);
  -webkit-transform: scale(1.08) translate(0px, -8px);
  transform: scale(1.08) translate(0px, -8px);
}

.icon-box-two .icon {
  background: #1b75bc;
  border-radius: 6px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  float: left;
  text-align: center;
}
.icon-box-two .icon span:before {
  font-size: 48px;
  color: #fff;
}
.icon-box-two .icon-details {
  margin-left: 110px;
}

/*========================================*/
/*------------ [_Section_News] -----------*/
/*========================================*/
.news-wrapper .news-thumb {
  position: relative;
  overflow: hidden;
}
.news-wrapper .news-thumb img {
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.news-wrapper .news-thumb .news-top-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  padding: 4px 14px;
  background: #1b75bc;
  font-size: 14px;
  color: #fff;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.news-wrapper .news-thumb .news-top-meta a {
  color: #fff;
}
.news-wrapper .news-thumb .news-top-meta i {
  font-size: 15px;
  margin-right: 8px;
  vertical-align: middle;
  color: #ffffff;
}
.news-wrapper .news-thumb .news-top-meta .admin {
  background: #ececec;
  padding: 2px 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 11px;
  color: #17305e;
}
.news-wrapper .news-thumb .news-top-meta .admin a {
  color: #17305e;
}
.news-wrapper .news-thumb .news-top-meta .comment {
  background: #1b75bc;
  padding: 2px 17.9px;
  min-width: 96px;
}
.news-wrapper .news-thumb:after {
  position: absolute;
  content: "";
  background: rgba(23, 48, 94, 0.6);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -moz-transform: perspective(3em) rotateY(-3deg);
  -o-transform: perspective(3em) rotateY(-3deg);
  -ms-transform: perspective(3em) rotateY(-3deg);
  -webkit-transform: perspective(3em) rotateY(-3deg);
  transform: perspective(3em) rotateY(-3deg);
  transform-origin: top;
}
.news-wrapper .news-details {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.06);
}
.news-wrapper .news-details .news-description .news-bottom-meta {
  color: #828c99;
  background: #f5f6fc;
  padding: 10px 20px;
  border-left: 3px solid #1b75bc;
}
.news-wrapper .news-details .news-description .the-content {
  margin-bottom: 20px;
}
.news-wrapper .news-details .news-link {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1.2px;
  line-height: 16px;
  position: relative;
}
.news-wrapper .news-details .news-link a {
  color: #1b75bc;
  font-size: 15px;
}
.news-wrapper .news-details .news-link a i::before {
  font-size: 16px;
  vertical-align: middle;
  transition: 300ms;
}
.news-wrapper .news-details .news-link:hover {
  color: #1b75bc;
}
.news-wrapper .news-details .news-link:hover:before {
  width: 100%;
}
.news-wrapper .news-details .news-link:hover a i::before {
  margin-left: 6px;
}
.news-wrapper .news-details .news-link:before {
  content: '';
  width: 60%;
  height: 2px;
  background: #1b75bc;
  left: 0;
  position: absolute;
  bottom: -5px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-wrapper:hover .news-thumb img {
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.news-wrapper:hover .news-thumb .news-top-meta {
  left: 30px;
}
.news-wrapper:hover .news-thumb:after {
  opacity: 1;
  -moz-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -webkit-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}

.news-wrapper .news-details .news-description .news-bottom-meta {
  color: #828c99;
  background: #f5f6fc;
  padding: 10px 20px;
  border-left: 3px solid #1b75bc;
}

/*========================================*/
/*------------ [_Section_News] -----------*/
/*========================================*/
.blog-single-news .single-news-details .single-news-content .entry-meta {
  font-size: 15px;
  color: #888;
  font-weight: 500;
  margin: 25px 0px 10px 0px;
}
.blog-single-news .single-news-details .single-news-content .entry-meta i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
  color: #1b75bc;
}
.blog-single-news .single-news-details .single-news-content .entry-meta .admin {
  background: #f6e1eb;
  padding: 4px 8px 6px 8px;
  color: #1b75bc;
  border-radius: 3px;
  font-size: 13px;
}
.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area {
  margin: 45px 0 30px;
  border-top: 1px solid #eee;
  padding: 30px 0;
  border-bottom: 1px solid #eeee;
}
.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-tags ul li a {
  padding: 10px 10px;
  background: #EDF0FA;
  font-size: 13px;
  color: #333;
  border-radius: 5px;
  margin-right: 5px;
}
.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-tags ul li a:hover {
  color: #fff;
  background-color: #1b75bc;
}
.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-share .social-icons li {
  display: inline-block;
}
.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-share .social-icons li a {
  display: block;
  color: #1b75bc;
  text-align: center;
  font-size: 18px;
  margin-left: 15px;
}
.blog-single-news .single-news-details .single-news-content .single-news-tag-social-area .single-news-share .social-icons li a:hover {
  color: #1b75bc;
}
.blog-single-news .single-news-details .single-news-content .comments-area {
  background: #F4F5F8;
  padding: 30px 30px;
  margin-top: 30px;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .children {
  margin-left: 45px;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body {
  padding-top: 30px;
  display: inline-block;
  border-bottom: 1px solid #e6e6e6;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-author-thumb {
  margin-top: 5px;
  margin-right: 28px;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-author-thumb img {
  border-radius: 50%;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content {
  margin-left: 95px;
  position: relative;
  overflow: hidden;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-author {
  margin-bottom: 5px;
  font-size: 18px;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-text {
  margin-bottom: 35px;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-meta .comment-metadata {
  margin-bottom: 10px;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .comment-meta .comment-metadata span {
  font-size: 14px;
  color: #8b8b8b;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .reply {
  position: absolute;
  top: 10px;
  right: 0;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .reply .comment-reply-link {
  padding: 8px 24px;
  font-size: 13px;
  color: #fff;
  border-radius: 8px;
  background: #1b75bc;
  border: 1px solid transparent;
  -moz-transition: all 200ms ease-out 0s;
  -webkit-transition: all 200ms ease-out 0s;
  -ms-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.blog-single-news .single-news-details .single-news-content .comments-area .comment-list .comment .comment-body .comment-content .reply .comment-reply-link:hover {
  background: #3032A2;
}

/*========================================*/
/*---------- [_Section_Team] -------------*/
/*========================================*/
.team-block {
  position: relative;
  background: #f6f6f6;
  overflow: hidden;
  /*border-radius: 8px;*/
  border-radius: 0px;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  -moz-transition: all 700ms ease-out 0s;
  -webkit-transition: all 700ms ease-out 0s;
  -ms-transition: all 700ms ease-out 0s;
  -o-transition: all 700ms ease-out 0s;
  transition: all 700ms ease-out 0s;
}
.team-block .team-upper-part img {
  border-radius: 0px;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.team-block .team-upper-part .social-list {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  opacity: 0;
  transform: scale(0);
}
.team-block .team-bottom-part {
  padding: 20px;
  display: inline-block;
  width: 100%;
  text-align: left;
  z-index: 2;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #0000008f, transparent);
  padding-left: 30px;
  padding-right: 30px;
}
.team-block .team-bottom-part .designation {
  color: #1b75bc;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.team-block .team-bottom-part .social-list {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
}
.team-block .team-bottom-part .social-list li a {
  background: transparent;
  font-size: 18px;
  color: #333;
}
.team-block .team-bottom-part .social-list li:last-child {
  margin-right: 0;
}
/*.team-block:after {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  height: 8%;
  width: 12px;
  bottom: 0;
  right: 0;
  transition: 500ms;
  opacity: 0.6;
}
.team-block:before {
  content: "";
  position: absolute;
  height: 70px;
  width: 80px;
  background: linear-gradient(-20deg, #0E90D5, #3032A2) !important;
  bottom: -30px;
  left: -50px;
  transform: rotate(45deg);
  transition: 500ms;
  opacity: 0.6;
}
.team-block:hover {
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}*/
.team-block:hover:after {
  content: none;
}
.team-block:hover:before {
  transform: rotate(135deg);
  opacity: 0;
}
/* .team-block:hover .team-upper-part img {
  margin-left: 10px;
} */
.team-block:hover .team-bottom-part .social-list li a {
  color: #fff;
}
.team-block:hover .team-bottom-part .team-title a {
  color: #fff;
}
.team-block:hover .team-bottom-part .designation {
  color: #fff;
}

/*========================================*/
/*-------- [_Section_testimonials] -------*/
/*========================================*/
.testimonial-item {
  background: #f8f8fa;
  padding: 35px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.testimonial-thumb {
  display: inline-block;
  padding: 3px;
  border-radius: 50%;
  margin-bottom: 5px;
  background: #c1cad5;
}

.testimonial-thumb img {
  border-radius: 50%;
}

.testimonial-content .comments {
  /*font-style: italic;*/
  color: #fff;
}

.client-designation {
  font-size: 16px;
  /*color: #a6a4a4;*/
  color: #fff;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 20px;
}

.star-rating li i {
  font-size: 18px;
}

.client-name {
  margin-bottom: 0px;
  color: #fff;
}

.quote-icon:before {
  position: absolute;
  right: 40px;
  text-align: center;
  z-index: 1;
  font-size: 3.2rem;
  -moz-transform: translateY(50%) rotate(-180deg);
  -o-transform: translateY(50%) rotate(-180deg);
  -ms-transform: translateY(50%) rotate(-180deg);
  -webkit-transform: translateY(50%) rotate(-180deg);
  transform: translateY(50%) rotate(-180deg);
  color: #1b75bc;
  top: 10px;
}

/*=================================================*/
/*----------- [_Section_Pricing_Tables] -----------*/
/*=================================================*/
.price-table {
  position: relative;
  display: block;
  /*background: #F4F5F8;*/
  background: #FFF;
  padding-bottom: 0px;
  /*padding-bottom: 45px;*/
  border-radius: 8px;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  border-bottom: 10px solid #78A4D8;
}
.price-table .table-header {
  position: relative;
  display: block;
}
.price-table .table-header .pricing-plan-name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 0;
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  border-radius: 8px 8px 0 0;
}
.price-table .table-header .price {
  font-size: 64px;
  line-height: 64px;
  color: #0B2239;
  font-weight: 600;
  background: #fff;
  padding: 45px 0 20px;
  border: 1px solid #edf1f9;
}
.price-table .table-header .price .price-currency {
  font-size: 36px;
  margin-right: 10px;
  vertical-align: text-bottom;
  font-weight: 600;
}
.price-table .table-header .price .price-duration {
  font-size: 15px;
  letter-spacing: .3px;
  font-weight: 500;
}
.price-table .table-content {
  position: relative;
  display: block;
  padding: 45px;
  text-align: left;
}
.price-table .table-content .list-items li {
  padding: 8px 0;
  color: #000;
}
.price-table.active {
  -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.price-table .recommended {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  padding: 3px;
  background: #b62b7d;
  margin: 0 auto;
  width: 40%;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
}

/*========================================*/
/*--------- [_Section_Case_Study] --------*/
/*========================================*/
.case-study-item .case-study-thumb {
  position: relative;
  overflow: hidden;
}
.case-study-item .case-study-thumb img {
  width: 100%;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition: all 900ms ease;
}
.case-study-item .case-study-thumb .case-study-link-icon a {
  position: absolute;
  z-index: 5;
  bottom: 40px;
  right: -34px;
  width: 52px;
  margin-top: -25px;
  margin-left: -25px;
  height: 52px;
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  text-align: center;
  line-height: 60px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.case-study-item .case-study-thumb .case-study-details {
  position: absolute;
  width: 88%;
  margin: 0 auto;
  left: 20px;
  bottom: 10px;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  opacity: 1;
  transform-origin: bottom;
  z-index: 2;
  opacity: 0;
}
.case-study-item .case-study-thumb .case-study-details .case-study-category,
.case-study-item .case-study-thumb .case-study-details .case-study-title {
  color: #fff;
}
.case-study-item .case-study-thumb:after {
  position: absolute;
  background: linear-gradient(0deg, #11112e, transparent);
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: all 500ms ease-out 0s;
  -webkit-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
.case-study-item:hover .case-study-thumb img {
  -moz-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -webkit-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
.case-study-item:hover .case-study-thumb .case-study-link-icon a {
  visibility: visible;
  opacity: 1;
  right: 28px;
}
.case-study-item:hover .case-study-thumb .case-study-details {
  -moz-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -webkit-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
  opacity: 1;
  bottom: 10px;
  left: 30px;
  opacity: 1;
}
.case-study-item:hover .case-study-thumb:after {
  opacity: 1;
}
.case-study-item:hover .case-study-thumb:before {
  -moz-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -webkit-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}

.service-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.service-box:hover {
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.service-icon span:before {
  font-size: 60px;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 35px;
  color: #1b75bc;
}

.service-box .service-content .title h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.service-box:before {
  content: "";
  background: rgba(24, 49, 95, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.service-box:after {
  position: absolute;
  background: url(../images/bg/1.jpg);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.service-box:hover:before, .service-box:hover:after {
  opacity: 1;
}

.service-box:hover .service-icon span:before {
  position: relative;
  z-index: 2;
  color: #fff;
}

.service-box:hover .service-content .title h3 {
  color: #fff;
  position: relative;
  z-index: 2;
}

.service-box:hover .service-content .para p {
  position: relative;
  z-index: 2;
  color: #fff;
}

/*========================================*/
/*------------- [_Divider] ---------------*/
/*========================================*/
.text-divider .large-text {
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
}

.call-us-now {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  padding: 30px 40px;
  border-radius: 12px;
}

.call-us-now:before {
  position: inherit;
  content: "\f18e";
  font-family: "Flaticon";
  color: #fff;
  font-size: 92px;
  left: 30px;
  top: 50px;
  opacity: 0.2;
}

/*========================================*/
/*-------------- [_Typography] -----------*/
/*========================================*/
/*Margin Top */
.mrt-0 {
  margin-top: 0px;
}

.mrt-5 {
  margin-top: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrt-55 {
  margin-top: 55px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrt-70 {
  margin-top: 70px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrt-85 {
  margin-top: 85px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrt-95 {
  margin-top: 95px;
}

.mrt-100 {
  margin-top: 100px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrt-110 {
  margin-top: 110px;
}

.mrt-115 {
  margin-top: 115px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrt-125 {
  margin-top: 125px;
}

.mrt-130 {
  margin-top: 130px;
}

.mrt-135 {
  margin-top: 135px;
}

.mrt-140 {
  margin-top: 140px;
}

.mrt-145 {
  margin-top: 145px;
}

.mrt-150 {
  margin-top: 150px;
}

.minus-mrt-130 {
  margin-top: -130px;
}

.minus-mrt-60 {
  margin-top: -60px;
}

/*Margin Right */
.mrr-0 {
  margin-right: 0px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrr-55 {
  margin-right: 55px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrr-65 {
  margin-right: 65px;
}

.mrr-70 {
  margin-right: 70px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrr-80 {
  margin-right: 80px;
}

.mrr-85 {
  margin-right: 85px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrr-95 {
  margin-right: 95px;
}

.mrr-100 {
  margin-right: 100px;
}

.mrr-105 {
  margin-right: 105px;
}

.mrr-110 {
  margin-right: 110px;
}

.mrr-115 {
  margin-right: 115px;
}

.mrr-120 {
  margin-right: 120px;
}

.mrr-125 {
  margin-right: 125px;
}

.mrr-130 {
  margin-right: 130px;
}

.mrr-135 {
  margin-right: 135px;
}

.mrr-140 {
  margin-right: 140px;
}

.mrr-145 {
  margin-right: 145px;
}

.mrr-150 {
  margin-right: 150px;
}

/*Margin Bottom */
.mrb-0 {
  margin-bottom: 0px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrb-55 {
  margin-bottom: 55px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrb-70 {
  margin-bottom: 70px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrb-85 {
  margin-bottom: 85px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrb-95 {
  margin-bottom: 95px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrb-110 {
  margin-bottom: 110px;
}

.mrb-115 {
  margin-bottom: 115px;
}

.mrb-120 {
  margin-bottom: 120px;
}

.mrb-125 {
  margin-bottom: 125px;
}

.mrb-130 {
  margin-bottom: 130px;
}

.mrb-135 {
  margin-bottom: 135px;
}

.mrb-140 {
  margin-bottom: 140px;
}

.mrb-145 {
  margin-bottom: 145px;
}

.mrb-150 {
  margin-bottom: 150px;
}

/*Margin Left */
.mrl-0 {
  margin-left: 0px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrl-20 {
  margin-left: 20px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrl-55 {
  margin-left: 55px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrl-70 {
  margin-left: 70px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrl-80 {
  margin-left: 80px;
}

.mrl-85 {
  margin-left: 85px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrl-95 {
  margin-left: 95px;
}

.mrl-100 {
  margin-left: 100px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrl-110 {
  margin-left: 110px;
}

.mrl-115 {
  margin-left: 115px;
}

.mrl-120 {
  margin-left: 120px;
}

.mrl-125 {
  margin-left: 125px;
}

.mrl-130 {
  margin-left: 130px;
}

.mrl-135 {
  margin-left: 135px;
}

.mrl-140 {
  margin-left: 140px;
}

.mrl-145 {
  margin-left: 145px;
}

.mrl-150 {
  margin-left: 150px;
}

/*Padding Top */
.pdt-0 {
  padding-top: 0px;
}

.pdt-5 {
  padding-top: 5px;
}

.pdt-10 {
  padding-top: 10px;
}

.pdt-15 {
  padding-top: 15px;
}

.pdt-20 {
  padding-top: 20px;
}

.pdt-25 {
  padding-top: 25px;
}

.pdt-30 {
  padding-top: 30px;
}

.pdt-35 {
  padding-top: 35px;
}

.pdt-40 {
  padding-top: 40px;
}

.pdt-45 {
  padding-top: 45px;
}

.pdt-50 {
  padding-top: 50px;
}

.pdt-55 {
  padding-top: 55px;
}

.pdt-60 {
  padding-top: 60px;
}

.pdt-65 {
  padding-top: 65px;
}

.pdt-70 {
  padding-top: 70px;
}

.pdt-75 {
  padding-top: 75px;
}

.pdt-80 {
  padding-top: 80px;
}

.pdt-85 {
  padding-top: 85px;
}

.pdt-90 {
  padding-top: 90px;
}

.pdt-95 {
  padding-top: 95px;
}

.pdt-100 {
  padding-top: 100px;
}

.pdt-105 {
  padding-top: 105px;
}

.pdt-110 {
  padding-top: 110px;
}

.pdt-115 {
  padding-top: 115px;
}

.pdt-120 {
  padding-top: 120px;
}

.pdt-125 {
  padding-top: 125px;
}

.pdt-130 {
  padding-top: 130px;
}

.pdt-135 {
  padding-top: 135px;
}

.pdt-140 {
  padding-top: 140px;
}

.pdt-145 {
  padding-top: 145px;
}

.pdt-150 {
  padding-top: 150px;
}

/*Padding Right */
.pdr-0 {
  padding-right: 0px;
}

.pdr-5 {
  padding-right: 5px;
}

.pdr-10 {
  padding-right: 10px;
}

.pdr-15 {
  padding-right: 15px;
}

.pdr-20 {
  padding-right: 20px;
}

.pdr-25 {
  padding-right: 25px;
}

.pdr-30 {
  padding-right: 30px;
}

.pdr-35 {
  padding-right: 35px;
}

.pdr-40 {
  padding-right: 40px;
}

.pdr-45 {
  padding-right: 45px;
}

.pdr-50 {
  padding-right: 50px;
}

.pdr-55 {
  padding-right: 55px;
}

.pdr-60 {
  padding-right: 60px;
}

.pdr-65 {
  padding-right: 65px;
}

.pdr-70 {
  padding-right: 70px;
}

.pdr-75 {
  padding-right: 75px;
}

.pdr-80 {
  padding-right: 80px;
}

.pdr-85 {
  padding-right: 85px;
}

.pdr-90 {
  padding-right: 90px;
}

.pdr-95 {
  padding-right: 95px;
}

.pdr-100 {
  padding-right: 100px;
}

.pdr-105 {
  padding-right: 105px;
}

.pdr-110 {
  padding-right: 110px;
}

.pdr-115 {
  padding-right: 115px;
}

.pdr-120 {
  padding-right: 120px;
}

.pdr-125 {
  padding-right: 125px;
}

.pdr-130 {
  padding-right: 130px;
}

.pdr-135 {
  padding-right: 135px;
}

.pdr-140 {
  padding-right: 140px;
}

.pdr-145 {
  padding-right: 145px;
}

.pdr-150 {
  padding-right: 150px;
}

/*Padding Bottom */
.pdb-0 {
  padding-bottom: 0px;
}

.pdb-5 {
  padding-bottom: 5px;
}

.pdb-10 {
  padding-bottom: 10px;
}

.pdb-15 {
  padding-bottom: 15px;
}

.pdb-20 {
  padding-bottom: 20px;
}

.pdb-25 {
  padding-bottom: 25px;
}

.pdb-30 {
  padding-bottom: 30px;
}

.pdb-35 {
  padding-bottom: 35px;
}

.pdb-40 {
  padding-bottom: 40px;
}

.pdb-45 {
  padding-bottom: 45px;
}

.pdb-50 {
  padding-bottom: 50px;
}

.pdb-55 {
  padding-bottom: 55px;
}

.pdb-60 {
  padding-bottom: 60px;
}

.pdb-65 {
  padding-bottom: 65px;
}

.pdb-70 {
  padding-bottom: 70px;
}

.pdb-75 {
  padding-bottom: 75px;
}

.pdb-80 {
  padding-bottom: 80px;
}

.pdb-85 {
  padding-bottom: 85px;
}

.pdb-90 {
  padding-bottom: 90px;
}

.pdb-95 {
  padding-bottom: 95px;
}

.pdb-100 {
  padding-bottom: 100px;
}

.pdb-105 {
  padding-bottom: 105px;
}

.pdb-110 {
  padding-bottom: 110px;
}

.pdb-115 {
  padding-bottom: 115px;
}

.pdb-120 {
  padding-bottom: 120px;
}

.pdb-125 {
  padding-bottom: 125px;
}

.pdb-130 {
  padding-bottom: 130px;
}

.pdb-135 {
  padding-bottom: 135px;
}

.pdb-140 {
  padding-bottom: 140px;
}

.pdb-145 {
  padding-bottom: 145px;
}

.pdb-150 {
  padding-bottom: 150px;
}

.pdt-195 {
  padding-top: 195px;
}

.pdt-165 {
  padding-top: 165px;
}

.pdb-180 {
  padding-bottom: 180px;
}

.pdb-210 {
  padding-bottom: 210px;
}

.pdb-300 {
  padding-bottom: 300px;
}

/*Padding Left */
.pdl-0 {
  padding-left: 0px;
}

.pdl-5 {
  padding-left: 5px;
}

.pdl-10 {
  padding-left: 10px;
}

.pdl-15 {
  padding-left: 15px;
}

.pdl-20 {
  padding-left: 20px;
}

.pdl-25 {
  padding-left: 25px;
}

.pdl-30 {
  padding-left: 30px;
}

.pdl-35 {
  padding-left: 35px;
}

.pdl-40 {
  padding-left: 40px;
}

.pdl-45 {
  padding-left: 45px;
}

.pdl-50 {
  padding-left: 50px;
}

.pdl-55 {
  padding-left: 55px;
}

.pdl-60 {
  padding-left: 60px;
}

.pdl-65 {
  padding-left: 65px;
}

.pdl-70 {
  padding-left: 70px;
}

.pdl-75 {
  padding-left: 75px;
}

.pdl-80 {
  padding-left: 80px;
}

.pdl-85 {
  padding-left: 85px;
}

.pdl-90 {
  padding-left: 90px;
}

.pdl-95 {
  padding-left: 95px;
}

.pdl-100 {
  padding-left: 100px;
}

.pdl-105 {
  padding-left: 105px;
}

.pdl-110 {
  padding-left: 110px;
}

.pdl-115 {
  padding-left: 115px;
}

.pdl-120 {
  padding-left: 120px;
}

.pdl-125 {
  padding-left: 125px;
}

.pdl-130 {
  padding-left: 130px;
}

.pdl-135 {
  padding-left: 135px;
}

.pdl-140 {
  padding-left: 140px;
}

.pdl-145 {
  padding-left: 145px;
}

.pdl-150 {
  padding-left: 150px;
}

/*Font Weight */
.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.vh {
  height: 100vh;
}

.d-flex {
  align-items: center;
  display: flex;
}

.font-30 {
  font-size: 30px;
}

.font-54 {
  font-size: 54px;
  line-height: 64px;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index--1 {
  z-index: -1;
}

.border-right-silver2 {
  border-right: 1px solid #b7b7b8;
}

@media (max-width: 991px) {
  .sidebar-right {
    padding-top: 50px !important;
    order: 1;
    width: 100%;
  }

  .first-priority {
    order: -1;
  }
}
/*Google Font Classes */
.f-family1 {
  font-family: 'Montserrat', sans-serif;
}

.f-family2 {
  font-family: "Caladea", serif;
}

/*Data Overlay */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

[data-overlay-dark]:before {
  background: #131c34;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="94"]:before,
[data-overlay-light="94"]:before {
  opacity: 0.94;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.long-gap-left {
  margin-left: 370px;
  overflow: hidden;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.text-underline {
  text-decoration: underline;
}

.display-inline-block {
  display: inline-block;
}

.text-white {
  color: #ffffff;
}

.bg-white {
  background: #ffffff;
}

.bg-light-pink {
  background: #faf3f3;
}

.bg-silver {
  background: #ECF1F8;
}

.bg-silver-light {
  background: #F7F8FC;
}

.bg-silver-deep {
  background: #ecdaee;
}

.bg-gray {
  background: #f7f7f7;
}

.text-silver {
  color: #f5f3f1;
}

.text-light-gray {
  /*color: #a7a8b4;*/
  color: #fff;
}

.text-gray {
  color: #a4a4aa;
}

.text-gray-light {
  color: #CCCCCC;
}

.text-dark-light {
  color: #808093;
}

.section-white-typo * {
  color: #fff !important;
}

.section-bg1 {
  background: url(../images/bg/1.jpg);
}

.section-bg2 {
  background: url(../images/bg/2.jpg);
}

.section-bg3 {
  background: url(../images/bg/3.jpg);
}

.section-bg4 {
  background: url(../images/bg/4.jpg);
}

.section-bg5 {
  background: url(../images/bg/5.jpg);
}

.abs-bg1 {
  background: url(../images/bg/abs-bg1.png);
}

.abs-bg2 {
  background: url(../images/bg/abs-bg2.png);
}

.contact-from-bg {
  background: url(../images/bg/contact-form-bg.png);
}

[class*=section-bg] {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.section-title-line {
  position: relative;
  display: inline-block;
}

.section-title-line:before {
  content: "";
  background: #e41f7a;
  height: 3px;
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 5px;
  display: inline-block;
  left: 0;
  margin: 0 auto;
}

.section-title-line.line-white:before {
  background: #fff;
}

.solid-line-bottom {
  position: relative;
  display: inline-block;
}

.solid-line-bottom:before {
  content: "";
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  height: 5px;
  width: 15%;
  position: absolute;
  right: 0;
  bottom: -20px;
  display: inline-block;
  left: 0;
  z-index: -1;
  border-radius: 15px;
}

.element-shadow {
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.3);
}

.element-shadow-long {
  box-shadow: 0px 20px 19px 0px rgba(0, 0, 0, 0.14);
}

.bg-cover {
  background-size: cover;
}

.divider-gap {
  padding: 11% 16% 9% 12%;
}

.vertical-align-middle {
  vertical-align: middle;
}

.half-sec {
  position: relative;
  overflow: hidden;
}

.half-sec:before {
  content: "";
  background: #fdeeec;
  position: absolute;
  height: 95%;
  width: 48%;
  left: -240px;
  transform: skew(-30deg, 15deg);
  top: 0;
  opacity: 0.6;
}

.intersection-section {
  margin-top: -160px;
  padding-top: 240px;
}

.border-top-bottom {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/*# sourceMappingURL=style.css.map */



@media(min-width:319px) and (max-width:480px){
  .top_header_text_size_for_mobile{
      font-size: 35px !important;
  }
  .top_header_text_size_for_mobile h2{
      font-size: 35px !important;
  }
  h1.top_header_text_size_for_mobile{
      font-size: 35px !important;
  }
  .custom_service_feature {
      padding: 0 15px !important;
  }
  .service_feature{
      padding-top: 15px;
  padding-bottom: 15px;
  }
  .service-features-icon {
      margin-right: 15px;
      
  }
  .second_service_feature_icon{
      margin-left: 0;
  }
  .service_feature_icon_for_mobile span{
      padding: 20px;
  }
}



/* 214 Custom CSS */
/* Banner CSS */
/* .custom--banner--section {
  padding: 200px 0;
  background-image: url('/wp-content/uploads/2022/07/EATS22_aircraft.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

/* Menu CSS */
ul#menu-primary-menu .sub-menu li a {
  color: #000;
}
ul#menu-primary-menu li a, ul#menu-primary-menu .sub-menu li a:hover {
  color: #fff;
  text-transform: uppercase;
}
#menu-primary-menu .sub-menu li.has-sub-child:hover > a {
  color: #fff;
}

/* Countdown CSS */
.countdown--section {
  background-color: #000;
}
.countdown--div {
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
}
#countdown ul li {
  display: inline-block;
  padding: 1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 33px;
  line-height: 39px;
  text-align: center;
}
#countdown ul li span {
  padding: 0;
  display: block;
  font-size: 67px;
  line-height: 59px;
}
p.countdown--text, p.countdown--number, div#countdown {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
}
p.countdown--number {
  display: flex;
}
p.countdown--number p {
  margin: 0;
  padding: 0 10px;
}

/* Fullwidth Buttons CSS */
.custom--buttons .container {
  max-width: 100%;
}
.buttons {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: space-between;
}
.buttons a {
  border-radius: 0;
  width: 34%;
}
a.first-button, a.third-button {
    background-color: #141628;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
}
a.first-button:hover, a.third-button:hover {
  background-color: #fff;
  color: #141628;
}
a.second-button {
  background-color: #78A4D8;
  color: #141628;
  letter-spacing: 1px;
  line-height: 30px;
}
a.second-button:hover {
  background-color: #fff;
  color: #141628;
}

/* Heading text with border css */
.heading--with--border {
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
}
.custom--heading--text .container, .custom--sponsor--heading--text .container {
  max-width: 100%;
}
.custom--border:before {
  border-top: 5px solid #78A4D8;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
}

/* Left Image and Right Text CSS */
.left--image--right--text h2 {
  font-size: 35px;
}
h4.color {
  color: #78A4D8;
  font-size: 18px;
  margin: 15px 0;
}
hr.color--hr {
  border-top-width: 5px !important;
  width: 30%;
  border-color: #78A4D8 !important;
  margin: 4% 0;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

/* Counter Section CSS */
.custom--counter--class {
  background-color: #EDEDED;
  padding-top: 50px;
  padding-bottom: 50px;
}
.counter--numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Cascading Images Section CSS */
#about-section hr.color--hr, #about-section-1 hr.color--hr {
  border-width: 5px !important;
  width: 30%;
  border-color: #78A4D8 !important;
  margin: 21px 0 50px 0 !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

/* Logo Carousel Section CSS */
.sponsor--heading--with--border {
  font-size: 33px;
  border: 5px solid #78A4D8;
  text-align: center;
  background-color: #fff;
  width: 75%;
  margin: 0 auto;
  text-transform: uppercase;
}
.slick-prev:before {
  content: url('/wp-content/uploads/2022/08/Path-186.png') !important;
  color: #000 !important;
    opacity: 1 !important;
    font-size: 40px !important;
    font-weight: 900;
    top: -35px;
    position: relative;
    left: -50px;
    padding: 20px;
}
.slick-next:before {
  content: url('/wp-content/uploads/2022/08/Path-187.png') !important;
  color: #000 !important;
    opacity: 1 !important;
    font-size: 40px !important;
    font-weight: 900;
    top: -35px;
    position: relative;
    right: 0px;
}
#speakers--list .slick-prev:before {
  content: '←' !important;
  left: 20px;
  top: 0px;
  padding: 0;
  font-size: 25px !important;
}
#speakers--list .slick-next:before {
  content: '→' !important;
  right: 20px;
  top: 0px;
  padding: 0;
  font-size: 25px !important;
}
.slick-slide img {
  margin: 0 auto;
}


/* Testimonial Section CSS */
.testimonial--div {
  text-align: center;
}
#testimonial--section {
  background-color: #78A4D8;
}
ul.slick-dots {
  bottom: 0px;
}
.slick-dots li button:before {
  color: #fff !important;
  opacity: 0.5 !important;
  font-size: 10px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #fff !important;
}

.testimonial--page--section .slick-dots li button:before {
    color: #78A4D8 !important;
    opacity: 1 !important;
    font-size: 10px !important;
}
.testimonial--page--section .slick-dots li.slick-active button:before {
    color: #78A4D8 !important;
    opacity: 0.5 !important;
    font-size: 10px !important;
}

/* Footer CSS */
.social--list {
  text-align: right;
}
.copyrights--section .footer-widget {
  margin-bottom: 0px !important;
}
.copyrights--section {
  align-items: center;
  padding-top: 75px;
}
.copyrights--section div:last-child {
  text-align: right !important;
}


/* About Us Page CSS */
/* .about--custom--banner--section {
  padding: 200px 0;
  background-image: url('/wp-content/uploads/2022/07/EATS22_aircraft.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */
.content-box h1 {
  color: #fff;
}
.about--heading--with--border {
  font-size: 33px;
  text-align: center;
  background-color: #fff;
  width: 75%;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 0 15px;
}
.about-page-section hr.color--hr {
  border-width: 5px;
  width: 10%;
  margin-top: -0.5rem !important;
  border-color: #78A4D8;
  margin-bottom: 2rem;
}
ul.order-list {
  padding-left: 15px;
}
.order-list li:before {
  content: "\f105";
  font-weight: 900;
}
.title-box-center {
  text-align: center;
}
.title-box-center hr.color--hr {
  margin: 2% auto;
}
.table--section {
  background-color: #141628;
}
.custom--cta--class {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.custom--cta--class h5 {
  color: #fff;
  font-weight: 400;
  margin: 0 50px;
}
#about-page-section h2 {
  font-size: 33px;
  color: #141628;
}


/* Visitor Information CSS */
.visitor--info--custom--banner--section {
  padding: 200px 0;
  background-image: url('/wp-content/uploads/2022/07/EATS22_aircraft.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.colored--bg {
  background-color: #141628;
}
.attendee--heading--text h2 {
  color: #fff;
  text-transform: uppercase;
}
.attendee--heading--text {
  text-align: center;
}
hr.white--line {
  border-top: 5px solid #fff !important;
  width: 20%;
  margin: 2% auto;
}
#white--border--table thead tr th, #white--border--table tbody tr td {
  border: 3px solid #fff;
  color: #fff;
}
#white--border--table thead tr th:first-child {
  width: 50% !important;
}
.page-template-visitor-information #white--border--table thead tr th:first-child {
  width: 40% !important;
}
.page-template-visitor-information #white--border--table thead tr th:nth-child(2), .page-template-visitor-information #white--border--table thead tr th:nth-child(3) {
  width: 20% !important;
}
#white--border--table tbody tr td:nth-child(2), #white--border--table tbody tr td:nth-child(3), #white--border--table tbody tr td:nth-child(4) {
  text-align: center;
}
#white--border--table thead tr th:nth-child(2), #white--border--table thead tr th:nth-child(3), #white--border--table thead tr th:nth-child(4) {
  text-align: center;
}
.italics--div p {
  color: #fff;
  font-style: italic !important;
  margin-bottom: 0;
}
.white--outline {
  background: transparent;
  border: 4px solid #fff;
  border-radius: 0;
  padding: 35px 80px;
  font-size: 27px;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.white--outline:hover {
  background: #fff;
  color: #141628;
}
.attendee--table--1, .attendee--table--2, .attendee--table--3 {
  padding-bottom: 45px;
  height: 100%;
}
.attendee--table--1 .table-footer, .attendee--table--2 .table-footer, .attendee--table--3 .table-footer {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 100%;
  top: auto;
}
.purple--text {
  color: #78A4D8;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.purple--text.pdt-5 {
  padding-top: 9px;
}
.btn--light {
  background: transparent;
  color: #18283F;
  border: 4px solid #78A4D8;
  border-radius: 0;
  text-transform: uppercase;
  padding: 20px 50px;
}
.btn--light:hover {
  background: #78A4D8;
  color: #fff !important;
}

/* Attendee List Page CSS */
.attendee--list--custom--banner--section {
  padding: 200px 0;
  background-image: url('/wp-content/uploads/2022/07/EATS22_aircraft.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.attendee--list--heading--text h2 {
  color: #18283F;
  text-transform: uppercase;
  text-align: center;
}
.attendee--list--heading--text hr {
  border-top: 5px solid #81a2d2;
  width: 20%;
  margin: 2% auto;
}
.pdf--section embed {
  height: 100vh;
}

.faq-block {
  width: 100%;
}

.image--container img {
  display: none;
}

#about-section h2, #about-section-1 h2 {
  color: #141628;
}

#about-section .btn--light, #about-section-1 .btn--light {
  margin-top: 30px;
}

#testimonial--section .slick-prev:before {
  content: '←' !important;
  color: #141628 !important;
}
#testimonial--section .slick-next:before {
  content: '→'!important;
  color: #141628 !important;
}
input, textarea, select {
  border: 5px solid #78A4D8;
  padding: 22px 30px !important;
  height: 70px;
}
legend.gfield_label, label, span.gfield_required {
  font-size: 26px !important;
  line-height: 36px;
}
span.gfield_required {
  color: #78A4D8 !important;
}
legend.gfield_label, .gfield_label {
  font-weight: 400 !important;
  color: #000 !important;
}
input.gfield-choice-input {
  width: 30px;
  margin-right: 20px;
}
.gform_next_button, .gform_previous_button, .gform_button {
  background: transparent;
  color: #141628;
  border: 4px solid #78A4D8;
  border-radius: 0;
  text-transform: uppercase;
  padding: 20px 50px;
  font-size: 30px;
  line-height: 15px;
  width: auto;
}
input[type=text], select, input[type=email], input[type=tel] {
  padding: 10px !important;
  font-size: 26px !important;
  line-height: 36px !important;
  margin-bottom: 30px !important;
}

p.gform_required_legend {
  display: none;
}

.mobilee--test--class .slick-dots li button:before {
  bottom: 0;
  top: 40px;
  color: #99abd3 !important;
}

#testimonial--page ul.slick-dots {
  bottom: -50px;
}

.eats--news--left--image--right--text:nth-last-of-type(1) hr {
  display: none;
}

.eats--news--left--image--right--text .personal-details a {
  padding: 20px 23px;
}

.eats--news--left--image--right--text:nth-last-of-type(1) .personal-details a {
  margin-bottom: 0;
}

.attendee--table--1 p:last-child {
  margin-bottom: 100px;
  word-break: break-word;
}

/* .become--a--speaker--text p:nth-last-of-type(1), #become--a--speaker--white--section p:nth-last-of-type(1) {
  display: none;
} */

nav.abcd ul li a.highlighted--alphabet {
  color: #78A4D8 !important;
}

.section-A.content-section.active123.top-content {
  padding-top: 650px !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
  padding-right: 0px;
}

span.clickopenform {
  font-weight: 700;
  text-decoration: underline;
}

.gform_confirmation_message {
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

/* #pilot-conferencecapt-christian-norden .long-gap-left, #pilot-conferencecapt-david-owens .long-gap-left, #pilot-conferencefabi-riesen .long-gap-left, #pilot-conferencescott-nutter .long-gap-left, #pilot-conferencejesper-rasmussen .long-gap-left {
  padding-top: 0;
} */

.footer hr {
  display: none;
}

.andy-oshea .team-upper-part img {
  border-radius: 0;
}

.pilot--conference--2022--description p {
  padding-left: 40px;
}

.blue--strip {
  display: none;
} 

/* .pilot--conference--colored--bg--white--text--section {
  display: none;
} */

.save-as-pdf-pdfcrowd-button {
  font-family: 'Montserrat';
}

/* Media Queries Start */

@media screen and (min-width: 320px) and (max-width: 425px) {
  /* section.custom--banner--section {
    padding: 200px 0 75px 0 !important;
  } */
  legend.gfield_label, label, span.gfield_required {
    font-size: 20px !important;
    line-height: 20px;
  }
  input[type=text], select, input[type=email], input[type=tel] {
    padding: 10px !important;
    font-size: 26px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
    background-color: transparent !important;
  }
  .gform_next_button, .gform_previous_button, .gform_button {
    background: transparent;
    color: #141628;
    border: 4px solid #78A4D8;
    border-radius: 0;
    text-transform: uppercase;
    padding: 20px 50px;
    font-size: 20px;
    line-height: 15px;
    width: auto;
    line-height: 0 !important;
  }
  div#slick3 {
    display: block;
  }
  div#slick1, div#slick2 {
    display: none;
  }
  .mobilee--test--class .team-block {
    height: 520px;
  }
  #about-section-1 .col-md-12:first-child {
    padding: 0;
  }
  .pdl-140 {
    padding-left: 15px;
    padding-top: 0px;
  }
  #left--image--right--text .pdl-95 {
    padding-left: 0;
  }
  .countdown--div {
    flex-direction: column;
  }
  p.countdown--text, div#countdown {
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
  }
  /* div#countdown {
    padding-top: 30px;
  } */
  #countdown ul li {
    display: inline-flex;
    padding: 1em 0.8rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  #countdown ul li span {
    padding: 0;
    display: block;
    font-size: 27px;
    line-height: 40px;
    font-weight: 700;
  }
  #countdown--section {
    padding-top: 0px;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
  }
  .slick-prev {
    z-index: 1;
    left: 0 !important;
  }
  .slick-next {
    z-index: 1;
    right: 0 !important;
  }
  .buttons {
    flex-direction: column;
  }
  .buttons a {
    width: 100%;
  }
  a.first-button, a.second-button, a.third-button {
    font-size: 12px !important;
    font-weight: 700;
    padding: 20px 55px !important;
    line-height: 22px !important;
  }
  .custom--border:before {
    display: none;
  }
  .heading--with--border {
    font-size: 19px !important;
    line-height: 29px !important;
    width: 100%;
    color: #141628 !important;
  }
  #left--image--right--text {
    margin: 20px;
  }
  #about-section, #about-section-1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  .left--image--right--text {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  #left--image--right--text h4 {
    font-size: 17px;
    line-height: 27px;
    margin-top: 30px;
    font-weight: 500;
  }
  #left--image--right--text h4.color {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
  }
  .custom--counter--class {
    background-color: #EDEDED;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .about-image-block:after {
    display: none
  }
  .shadow-1:after {
    display: none
  }
  section#custom--heading--text {
    padding-bottom: 30px;
  }
  section#about-section {
    padding-top: 50px;
  }
  .left--image--right--text p:first-child {
    margin-top: 30px;
  }
  .left--image--right--text p {
    font-size: 15px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
  .left--image--right--text p:last-child {
    margin-bottom: 0;
  }
  .funfact-normal .icon span:before {
    color: #78A4D8;
    font-size: 4rem;
  }
  .funfact-normal .counter {
    color: #010101;
    font-size: 25px !important;
    line-height: 20px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .counter--numbers span {
    font-size: 25px;
    padding-left: 5px;
    padding-top: 10px;
    font-weight: 700;
    color: #010101;
  }
  #about-section h2, #about-section-1 h2 {
    font-weight: 500;
    font-size: 20px !important;
    line-height: 20px !important;
    margin-top: 0px;
  }
  #about-section hr.color--hr, #about-section-1 hr.color--hr {
    margin-bottom: 25px !important;
    width: 20%;
  }
  #about-section-1 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #about-section p, #about-section-1 p{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    text-align: center;
  }
  p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
  }
  #about-section .btn--light, #about-section-1 .btn--light {
    padding: 15px 20px !important;
    font-size: 12px !important;
    line-height: 10px !important;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sponsor--heading--with--border {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 20px 30px;
    width: 90%;
  }
  section#custom--sponsor--heading--text {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  #logos--section {
    text-align: center;
  }
  #logos--section img, #sponsor--block--2022 img {
    width: 50%;
  }
  #sponsor--block--2022 img {
    width: 50%;
  }
  #sponsor--block--2022 .team-upper-part {
    text-align: center;
  }
  .slick-slide img {
    width: 100%;
  }
  .testimonial-content .comments {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
  }
  .client-name {
    margin-bottom: 83px;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    font-weight: 400;
    margin-top: 30px;
  }
  .client-designation {
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
  }
  .footer-widget-list li {
    margin-bottom: 10px;
    text-align: left;
  }
  .social--list {
    text-align: center;
  }
  .footer-widget-list li a {
    font-size: 15px;
    line-height: 30px;
  }
  .mobile--footer--links {
    text-align: center;
  }
  .empty--col {display: none;}
  .footer-widget-list li a:before {
    top: -5px;
  }
  .social-list li a {
    color: #78A4D8;
    font-size: 25px;
  }
  .copyrights--section .text-right {
    text-align: center !important;
  }
  .social-list li {
    margin-right: 5px;
    margin-left: 5px;
  }
  .social-list li a:hover {
    background-color: #78A4D8;
    color: #141628;
  }
  .funfact-normal .title {
    color: #010101;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    margin-top: 10px;
  }
  #about-section .row {
    flex-direction: column-reverse;
  }
  #about-section .pdr-100 {
    padding-right: 0;
    padding-left: 0;
  }
  #about-section-1 .pdl-100 {
    padding-left: 0;
    padding-right: 0;
  }
  ul#menu-primary-menu li a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
  }
  ul.sub-menu li.current-menu-item a {
    opacity: 1 !important;
  }
  .text-light-gray {
    color: #fff;
    font-size: 11px;
    line-height: 19px;
  }
  .copyrights--section {
    align-items: center;
    text-align: center;
    padding-top: 40px;
  }
  ul.social-list {
    padding-top: 40px;
  }
  .slick-prev:before {
    left: -10px;
    padding: 10px;
    font-size: 20px !important;
  }
  .slick-next:before {
    right: 5px;
    font-size: 20px !important;
  }
  #logos--section .slick-prev:before {
    left: -10px;
  }
  #logos--section .slick-next:before {
    right: 15px;
  }
  .footer-widget img {
    margin-bottom: 30px;
  }

  /* About Page Media Query CSS */
  .content-box h1 {
    line-height: 50px;
    font-size: 40px;
    font-weight: 700;
  }
  #about-page-section {
    padding-top: 0;
  }
  .case-study-section {
    padding-top: 0px;
  }
  #table--section .section-content {
    padding-top: 0px;
  }
  #table--section .col-lg-4 {
    margin-bottom: 50px;
  }
  .about--heading--with--border {
    font-size: 19px !important;
    line-height: 29px !important;
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #141628;
    padding: 0 15px;
  }
  #about-page-section p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    text-align: center;
  }
  #about-page-section p:last-child {
    margin-bottom: 50px !important;
    margin-top: 0px !important;
  }
  #about-page-section h2 {
    font-size: 20px !important;
    line-height: 20px !important;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .about-page-section hr.color--hr {
    margin: 6% 0;
    width: 35%;
  }
  .order-list li:before {
    color: #78A4D8;
    font-size: 35px;
  }
  .order-list li {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px !important;
    padding-left: 35px;
  }
  .order-list li:last-child {
    margin-bottom: 0px !important;
  }
  .order-list li:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .case-study-section h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    color: #141628;
    text-transform: uppercase;
  }
  .title-box-center hr.color--hr {
    margin: 4% auto;
    width: 40%;
  }
  #exhibitor--portal--heading--section .title-box-center {
    margin-bottom: 0;
  }
  #table--section .price-table {
    height: 100%;
  }
  #table--section h3 {
    color: #141628;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
  }
  .price-table {
    padding: 0px;
    margin-bottom: 0px;
  }
  .price-table .table-content .list-items li {
    padding: 15px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .custom--cta--class {
    flex-direction: column;
  }
  .custom--cta--class h5 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .section-title.mrb-30 {
    margin-bottom: 0;
  }
  ul.order-list {
    padding-right: 15px;
  }
  .price-table .table-content {
    padding: 30px;
  }

  /* Visitor Information Page CSS */
  .attendee--heading--text h2 {
    font-size: 26px !important;
    line-height: 38px !important;
  }
  #white--border--table thead tr th:nth-child(2), #white--border--table thead tr th:nth-child(3), #white--border--table thead tr th:nth-child(4) {
    font-size: 13px;
    line-height: 20px;
    padding: 15px;
  }
  #white--border--table tbody tr td {
    font-size: 17px;
    line-height: 22px;
    padding: 17px;
  }
  .italics--div p {
    color: #fff;
    font-style: normal;
    margin-bottom: 0;
    padding: 20px 0 70px 0;
    text-align: center;
  }
  .white--outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
  }
  .table-responsive {
    display: block;
  }
  #colored--bg .section-content {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .attendee--table--1 h3 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 500;
    color: #141628;
  }
  .attendee--table--1 hr.color--hr {
    margin: 4% 0 10% 0;
    width: 15%;
  }
  .attendee--table--1 .purple--text {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 2% 0 0 0;
  }
  .attendee--table--1 .btn--light {
    font-size: 12px;
    line-height: 19px;
    padding: 10px 30px;
  }
  .attendee--table--1 .attendee--para--text:last-child {
    margin-bottom: 30px;
  }
  .attendee--table--1 .attendee--para--text {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  .attendee--table--1 {
    padding: 0px;
  }
  .attendee--table--1 .table-content {
    padding: 20px;
  }
  .attendee--table--1 img {
    width: 100%;
  }
  .attendee--table--1 .table-footer {
    position: initial;
    margin-bottom: 30px;
  }
  #colored--bg .section-content .col-md-12 {
    margin-bottom: 50px;
  }

  /* Attendee List Page CSS */
  #white--colored--bg {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .attendee--list--heading--text h2 {
    font-size: 26px !important;
    line-height: 38px !important;
  }
  .attendee--list--para--text p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    text-align: center;
  }
  .attendee--list--heading--text hr {
    padding-bottom: 0;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 50%;
  }

  /* FAQ Page CSS */
  .faq--heading--text {
    text-align: center;
  }
  .faq--heading--text h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px !important;
    line-height: 37px !important;
    font-weight: 700;
    color: #18283F;
  }
  .faq--heading--text hr.color--hr {
    margin: 0% auto;
    width: 30%;
    padding-bottom: 30px;
  }
  #faq--section .faq-block {
    padding-bottom: 50px;
  }
  #faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0px !important;
    border-bottom: none;
    padding: 0px;
  }
  #faq--section .accordion-item:last-child {
    margin-bottom: 0px !important;
    border-bottom: 5px solid #78A4D8;
  }
  #faq--section .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000;
    padding: 24px 20px 20px 55px;
    padding-bottom: 0px;
  }
  .accordion .accordion-item .accordion-header .title {
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    background: transparent !important;
    color: #000;
  }
  .accordion .accordion-item .accordion-header span {
    left: 10px;
    top: 22px;
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-header.active span:before {
    content: "\f067";
    color: #78A4D8;
    font-size: 25px;
    top: 3px;
  }
  .fa-plus:before {
    content: "\f067";
    font-size: 25px;
    color: #78A4D8;
  }
  .accordion .accordion-item .accordion-body {
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-body p {
    font-size: 15px !important;
    padding-left: 11%;
    color: #000;
  }
  .accordion-body .des--div button.btn--light {
    margin-bottom: 30px !important;
    padding: 10px 25px;
    font-size: 12px;
  }
  p.gf_progressbar_title {
    padding-left: 0 !important;
  }
  #faq--section {
    padding: 10px;
  }

  /* About the Organiser Page CSS */
  .abt--the--organiser--heading--text {
    text-align: center;
  }
  #abt--the--organiser--colored--section .row {
    flex-direction: column-reverse;
  }
  .abt--the--organiser--heading--text h2 {
    text-transform: uppercase;
    font-size: 25px !important;
    line-height: 35px !important;
    color: #141628 !important;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .abt--the--organiser--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  #abt--the--organiser--colored--section {
    background-color: #141628;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #abt--the--organiser--colored--section hr.white--line {
    border-top: 5px solid #fff;
    width: 30%;
    margin: 20px 0 0 0;
    padding-bottom: 20px;
  }
  #abt--the--organiser--colored--section p {
    color: #fff;
    text-align: left;
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  #abt--the--organiser--colored--section .about-image-block {
    padding-left: 0%;
    padding-bottom: 8%;
  }
  .about-image-block img, .become--a--speaker--white--section img {
    width: 100%;
  }
  .abt--the--organiser--faq--heading--text h2 {
    padding-top: 40px;
    padding-bottom: 11px;
    font-size: 25px !important;
    line-height: 38px !important;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--our--events--heading--text h2 {
    padding-top: 60px;
    padding-bottom: 11px;
    font-size: 30px !important;
    line-height: 43px !important;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--faq--heading--text hr.color--hr {
    margin: 0;
    width: 22%;
  }
  #abt--the--organiser--faq--section .active .title {
    background: transparent !important;
    color: #000;
  }
  #abt--the--organiser--faq--section
  #abt--the--organiser--faq--section .accordion-body {
    padding-top: 40px;
    padding-left: 20px;
  }
  #abt--the--organiser--faq--section .accordion-body h4 {
    font-size: 22px;
    line-height: 27px;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body p {
    padding-left: 0;
    line-height: 23px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #abt--the--organiser--faq--section .accordion-body .col-md-9 {
    padding-left: 15px;
    padding-top: 40px;
  }
  #abt--the--organiser--faq--section .accordion-body .row {
    flex-direction: column;
  }
  #abt--the--organiser--faq--section .accordion-body a.btn--light {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 14px 30px;
    width: 100%;
    text-align: center;
  }
  #abt--the--organiser--faq--section .accordion {
    padding: 15px;
  }
  #abt--the--organiser--faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0px;
  }
  #abt--the--organiser--faq--section .accordion-item:last-child {
    border: 5px solid #78A4D8;
  }
  .abt--the--organiser--our--events--heading--text hr.color--hr, .abt--the--organiser--faq--heading--text hr.color--hr {
    padding-bottom: 0px;
  }
  .abt--the--organiser--our--events--section {
    padding-bottom: 50px;
  }

  /* Become a Speaker Page CSS */
  .become--a--speaker--section {
    text-align: center;
  }
  .become--a--speaker--heading--text h2 {
    padding-top: 43px;
    padding-bottom: 20px;
    font-size: 32px !important;
    line-height: 44px !important;
    color: #141628;
  }
  .become--a--speaker--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 53px;
    width: 40%;
  }
  .colored--bg--white--text--section, .colored--bg--white--heading--section {
    background-color: #141628;
  }
  .colored--bg--white--text--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #become--a--speaker--colored--section .about-image-block.mrb-lg-60 {
    margin-bottom: 0px !important;
  }
  .colored--bg--white--text--section p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 10px;
  }
  .colored--bg--white--heading--section .container {
    max-width: 100%;
  }
  .colored--bg--white--heading--section .custom--border:before {
    border-color: #fff;
    z-index: 0;
  }
  .colored--bg--white--heading--section .custom--border:nth-child(2):before {
    z-index: -2;
  }
  h2.colored--bg--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px !important;
    line-height: 48px !important;
    font-weight: 500;
    padding: 5px;
  }
  .pilot--training--div h2 {
    display: flex;
    flex-direction: column;
  }
  .pilot--training--div:before {
    z-index: -1 !important;
  }
  span.pilot--training {
    padding: 0px;
  }
  .become--a--speaker--colored--section {
    padding-top: 75px;
    background: #141628;
    padding-bottom: 50px;
  }
  #become--a--speaker--colored--section .col-xl-6:last-child {
    padding-left: 15px;
    padding-top: 50px;
  }
  .become--a--speaker--text p {
    color: #fff;
    margin-bottom: 56px;
    font-size: 20px;
    line-height: 33px;
  }
  .become--a--speaker--text ul li {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--text ul {
    color: #fff;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #become--a--speaker--white--section .mrb-lg-60 {
    margin-bottom: 30px;
  }
  .become--a--speaker--white--section--text p {
    color: #000;
    line-height: 33px;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .become--a--speaker--white--section--text ul li {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--white--section--text ul {
    color: #000;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section .row:first-child {
    padding-bottom: 20px;
    flex-direction: column-reverse;
  }
  .become--a--speaker--white--section .row:last-child p {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .become--a--speaker--white--section .row:last-child p:last-child {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .form--div {
    padding-top: 60px;
  }
  .form--div .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000 !important;
  }
  .form--div .accordion-item {
    border: 5px solid #78A4D8;
    padding: 25px;
  }

  /* Pilot Conference CSS */
  .pilot--conference--heading--text {
    text-align: center;
  }
  .pilot--conference--heading--text h2 {
    padding-top: 59px;
    padding-bottom: 18px;
    font-size: 32px !important;
    line-height: 44px !important;
    color: #141628;
  }
  .pilot--conference--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 40px;
    width: 30%;
  }
  .pilot--conference--colored--bg--white--text--section {
    background: #141628;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pilot--conference--colored--bg--white--text--div p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .team-block h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 27px;
  }
  .team-block h6 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
  }
  .team-block {
    height: 700px;
  }
  .ascanio-russo, .fabi-riesen, .frederik-mohrmann {
    background-position: center !important;
  }
  .team-block h4 a:hover {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s;
  }
  .pilot--conference--white--bg--section {
    padding-top: 120px;
    padding-bottom: 46px;
    text-align: center;
  }
  #pilot-conference ul.slick-dots {
    bottom: -25px;
  }
  .pilot--conference--white--text p {
    text-align: center;
    font-size: 25px;
    line-height: 37px;
    font-weight: 300;
  }
  .pilot--conference--white--bg--section a {
    margin-top: 50px;
    font-size: 18px !important;
    line-height: 24px;
    color: #141628;
  }

  /* Exhibitors List Page CSS */
  .accordion .accordion-body .letter--div p {
    font-size: 40px !important;
    /*border-bottom: 5px solid #78A4D8;*/
    padding: 0px 0 0 0;
    /*width: 13%;*/
    margin-bottom: 0px;
    color: #141628;
  }
  #sectionU .accordion .accordion-body .letter--div p {
    padding-left: 2%;
  }
  #sectionT .accordion .accordion-body .letter--div p {
    padding-left: 2%;
  }
  .accordion .accordion-body .letter--div p:after {
    content: '';
    border: 5px solid #78A4D8;
    padding: 7%;
    margin-bottom: 0px;
    position: absolute;
    left: 5px;
    top: -15px;
  }
  #sectionN .accordion .accordion-body .letter--div p, #sectionH .accordion .accordion-body .letter--div p {
    margin-left: 1.5%;
  }
  #sectionV .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionS .accordion .accordion-body .letter--div p {
    margin-left: 3%;
  }
  #sectionL .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionR .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 3%;
    margin-top: -3%;
  }
  #sectionP .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionM .accordion .accordion-body .letter--div p {
    margin-left: 1%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 1%;
    margin-top: 0%;
  }
  #sectionJ .accordion .accordion-body .letter--div p {
    margin-left: 3%;
  }
  #sectionI .accordion .accordion-body .letter--div p {
    margin-left: 4%;
  }
  #sectionG .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionF .accordion .accordion-body .letter--div p, #sectionE .accordion .accordion-body .letter--div p, #sectionC .accordion .accordion-body .letter--div p, #sectionB .accordion .accordion-body .letter--div p, #sectionA .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionD .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  .img--div img {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .img--div {
    text-align: left !important;
  }
  .sponsaorlist-item .accordion .accordion-item {
    padding: 0 15px !important;
  }
  .des--div {
    font-size: 26px;
    max-width: 100%;
    padding: 0;
  }
  .des--div ul li:last-child {
    margin-bottom: 50px;
  }
  .des--div ul {
    padding-left: 3%;
  }
  .des--div ul li {
    display: list-item;
    list-style: disc;
    font-size: 15px;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
  }
  .accordion-body .des--div h4 {
    font-size: 30px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .accordion-body .des--div span {
    font-size: 20px;
    line-height: 30px;
  }
  .accordion-body .des--div a {
    font-size: 15px;
    line-height: 35px;
    color: #81a2d2;
  }
  .accordion-body .des--div p {
    padding-left: 0 !important;
    line-height: 35px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .accordion-body .des--div a.btn--light {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 70px;
    width: 100%;
    text-align: center;
  }
  .section-A.content-section {
    padding-top: 30px;
  }
  .section-A.content-section.active123.top-content {
    padding-top: 180px !important;
  }
  .content-section {
    padding-top: 180px;
  }
  .list-a2z{
    background: #141628;
    padding: 50px 0 !important;
  }
  nav.abcd {
    width: 100%;
    line-height: 30px;
    margin: 0 auto;
  }
  /* nav.abcd ul {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .fixed nav.abcd ul {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
  }*/
  nav.abcd ul li {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .fixed nav.abcd {
    width: 100%;
  }
  .fixed nav.abcd ul li {
    font-size: 19px !important;
    line-height: 20px !important;
    padding-bottom: 30px;
  }
  .sponsaorlist-item .accordion-body .row {
    flex-direction: column;
  }

  /* Single Pilot Page CSS */
  .single--pilot--section {
    padding-top: 58px;
    padding-bottom: 45px;
  }
  .single--pilot--details hr.color--hr {
    margin: 0% 0 5% 0;
  }
  .single--pilot--img--section {
    padding-right: 0px;
  }
  .single--pilot--img--section img {
    background-color: #141628;
  }
  .single--pilot--details h6 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    color: #141628;
    margin-bottom: 30px;
  }
  .single--pilot--details h3 {
    font-size: 30px;
    line-height: 38px;
    color: #141628;
    text-transform: uppercase;
    margin-top: 30px;
  }
  .single--pilot--text p {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    text-align: center;
  }
  .single--pilot--leftsml--rgtbig--div .long-gap-left {
    background-color: #78A4D8;
    padding-top: 52px;
    padding-bottom: 42px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
  }
  .long--gap--left--heading--text h3 {
    font-size: 25px;
    line-height: 38px;
    font-weight: 500;
    color: #141628;
  }
  .long--gap--left--des--text p:first-child {
    margin-top: 40px;
  }
  .long--gap--left--des--text p {
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
    color: #000;
    text-align: center;
  }
  .long--gap--left--des--text p:first-child {
    margin-bottom: 0px;
  }
  .long--gap--left--des--text ol li {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #000;
    list-style: auto;
  }
  .long--gap--left--des--text ol {
    padding-left: 20px;
    padding-top: 20px;
  }
  .single--pilot--leftsml--rgtbig--section {
    padding-bottom: 80px;
  }
  .single--pilot--leftsml--rgtbig--div .col-lg-12 {
    margin-top: 50px;
    left: 18%;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a {
    font-size: 25px;
    line-height: 30px;
    color: #141628;
    text-transform: uppercase;
    font-weight: 700;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a:before {
    content: url(/wp-content/uploads/2022/08/left-arrow.png);
    position: absolute;
    left: -50px;
    background: #78A4D8;
    border-radius: 50px;
    font-size: 48px;
    width: 45px;
    height: 45px;
    top: -5px;
    padding-left: 8px;
    color: #fff;
    padding-top: 4px;
  }

  /* Exhibit Floor Plan Page CSS */
  .exhibit--floor--plan--heading--text h2 {
    font-size: 32px !important;
    line-height: 45px !important;
    color: #18283F;
    text-transform: uppercase;
    text-align: center;
    padding-top: 56px;
    padding-bottom: 18px;
  }
  .exhibit--floor--plan--heading--text .color--hr {
    margin: 0% auto;
    padding-bottom: 106px;
    width: 50%;
    border-color: #81a2d2 !important;
  }
  .exhibit--floor--plan--pdf--section embed {
    height: 100vh;
  }
  .exhibit--floor--plan--para--text {
    padding-top: 30px;
  }
  .contact--us--heading--text {
    padding-top: 50px;
  }
  .exhibit--floor--plan--para--text p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    color: #18283F;
    padding: 10px;
  }
  h2.contact--us--heading--with--border {
    font-size: 15px !important;
    line-height: 20px !important;
    border: 5px solid #78A4D8;
    text-align: center;
    background-color: #fff;
    width: 85%;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 15px;
    color: #18283F;
  }
  .contact--us--heading--text .container {
    max-width: 100%;
  }
  .contact--us--text {
    padding-bottom: 20px;
  }
  .american--icon--div, .rest--of--world--icon--div {
    text-align: center;
    padding-top: 0px;
    text-transform: uppercase;
  }
  .american--icon--div img {
    width: 30%;
  }
  .rest--of--world--icon--div img {
    width: 50%;
  }
  .american--icon--div p, .rest--of--world--icon--div p {
    font-size: 18px;
    line-height: 20px;
    color: #010101;
  }

  /* Why Exhibit Page CSS */
  .leftside--image-rightside--text--section .container, .why--exhibit--contact--us--heading--text .container {
    max-width: 100%;
  }
  .why--exhibit--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 18px;
    font-size: 30px !important;
    line-height: 40px !important;
    color: #18283F;
  }
  .why--exhibit--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 55px;
    width: 40%;
    border-color: #81a2d2 !important;
  }
  .why--exhibit--text p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .why--exhibit--white--colored--bg {
    padding-bottom: 40px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 100px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 35px;
    margin: 20px;
  }
  .text--container hr.white--line {
    width: 65%;
    margin: 38px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .why--exhibit--text--section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .why--exhibit--text--div p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
  }
  .image--container img {
    display: block !important;
  }

  /* Testimonials Page CSS */
  .testimonials--contact--us--heading--text .container {
    max-width: 100%;
  }
  .testimonials--heading--text h2 {
    text-align: center;
    padding-top: 66px;
    padding-bottom: 20px;
    font-size: 30px !important;
    line-height: 40px !important;
    color: #18283F;
  }
  .testimonials--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 39px;
    width: 35%;
  }
  .testimonials--text p {
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    /*width: 900px;*/
    margin: 0 auto;
  }
  .testimonials--white--colored--bg {
    padding-bottom: 40px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 45px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 70px 100px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 25px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    color: #141628;
  }
  .text--container h3.second--title {
    font-weight: 700;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .testimonials--text--section {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .testimonials--text--div {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    /*width: 900px;*/
    margin: 0 auto;
  }
  .testimonials--below--colorful--text--section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .testimonials--below--colorful--text--section p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
    /*width: 900px;*/
    margin: 0 auto;
  }
  .background--1 {
    background-color: #141628;
    /* height: 100%; */
  }
  .background--2 {
    background-color: #5D78AF;
    /* height: 100%; */
  }
  .background--3 {
    background-color: #99ABD3;
    /* height: 100%; */
  }
  .background--4 {
    background-color: #004A89;
    /* height: 100%; */
  }
  .background--1 .team-upper-part, .background--2 .team-upper-part, .background--3 .team-upper-part, .background--4 .team-upper-part {
    text-align: center;
  }
  .background--1 img, .background--2 img, .background--3 img, .background--4 img {
    width: 40%;
    margin: 40px auto;
  }
  .background--1 .team-bottom-part p, .background--2 .team-bottom-part p, .background--3 .team-bottom-part p, .background--4 .team-bottom-part p {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
  }
  .background--1 .team-bottom-part p.designation, .background--2 .team-bottom-part p.designation, .background--3 .team-bottom-part p.designation, .background--4 .team-bottom-part p.designation {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
  }
  .testimonial--page--section {
    padding: 0px;
  }
  #testimonial--page--section .col-lg-6:last-child {
    padding-right: 0;
  }
  #testimonial--page--section .col-lg-6:first-child {
    padding-left: 0;
  }
  #testimonial--page--section .row:last-child {
    margin-top: 0px;
  }

  /* Become a Sponsor Page CSS */
  .become--a--sponsor--heading--text h2 {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 28px;
    text-transform: uppercase;
    font-size: 30px !important;
    line-height: 35px !important;
    color: #18283F;
  }
  .become--a--sponsor--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 46px;
    width: 50%;
  }
  .become--a--sponsor--text {
    text-align: center;
    padding-bottom: 47px;
  }
  .become--a--sponsor--leftside--rightimg .row {
    flex-direction: column-reverse;
  }
  .become--a--sponsor--left--image--right--text .row {
    flex-direction: column;
  }
  .become--a--sponsor--leftside--rightimg .row {
    background-color: #141628;
    border-bottom: 15px solid #81a2d2;
  }
  .become--a--sponsor--text--div p {
    color: #fff;
    /*width: 375px;*/
    margin: 10px;
    text-align: center;
    font-size: 21px;
    line-height: 40px;
  }
  .become--a--sponsor--black--text--div p {
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    color: #18283F;
  }
  .become--a--sponsor--leftside--rightimg {
    padding-bottom: 80px;
    margin: 20px;
  }
  .become--a--sponsor--left--image--right--text .pdl-140 {
    padding-left: 20px;
  }
  .become--a--sponsor--left--image--right--text .about-image-block:after {
    right: 8px;
    top: 8px;
  }
  .become--a--sponsor--left--image--right--text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
  }
  .become--a--sponsor--left--image--right--text {
    padding-bottom: 80px;
  }
  .become--a--sponsor--text--div {
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    padding: 30px 0 !important;
  }
  .become--a--sponsor--left--image--right--text a {
    font-size: 15px !important;
    line-height: 23px;
    padding: 15px 50px !important;
    width: 100%;
    text-align: center;
  }
  .become--a--sponsor--text--section {
    padding-bottom: 60px;
  }
  .become--a--sponsor--contact--us--heading--text .container {
    max-width: 100%;
  }
  .become--a--sponsor--text p {
    font-size: 21px;
    line-height: 30px;
  }
  /* .background--1, .background--2, .background--3, .background--4 {
    height: 155vh !important;
  } */
  #testimonial--page--section .team-bottom-part {
    height: 100%;
    bottom: auto;
  }

  /* Conference Page CSS */
  .conference--heading--section hr.color--hr {
    padding-bottom: 40px;
    width: 30%;
  }
  .conference--left--image--right--text .pdl-95 {
    padding-left: 15px;
    padding-top: 40px;
  }
  .conference--heading--section h2 {
      padding-top: 50px;
      padding-bottom: 15px;
      text-transform: uppercase;
      font-size: 25px !important;
      line-height: 30px !important;
      color: #141628;
  }
  .conference--heading--section .mrb-40 {
    margin-bottom: 0;
  }
  .conference--left--image--right--text .personal-details a {
    margin-top: 40px !important;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-align: center;
  }
  .conference--left--image--right--text .personal-details p {
    margin-bottom: 20px !important;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
  }
  .conference--left--image--right--text .personal-details p:last-child {
    margin-bottom: 0px;
  }
  .conference--left--image--right--text {
    padding-bottom: 80px;
  }
  .conference--team--section hr.color--hr {
    margin: 2% 0;
    width: 25%;
  }
  .conference--team--section h2 {
    font-weight: 500;
    color: #002843;
    font-size: 25px !important;
    line-height: 35px !important;
    margin-bottom: 15px;
  }
  .conference--team {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .conference--team .col-md-6:nth-child(2), .conference--team .col-md-6:nth-child(3) {
    padding-top: 30px;
  }
  .conference--team .team-block h6 {
    font-size: 18px;
  }
  .conference--team .team-block {
    height: 100%;
  }
  .anna--milberg {
    background-color: #002843;
  }
  .jaques--drappier, .fiona--greenyer {
    background-color: #5d78ad;
  }

  /* EATS Page CSS */
  .eats--news--heading--section h2 {
    font-size: 27px !important;
    line-height: 37px !important;
    color: #141628;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 18px;

  }
  .eats--news--heading--section .mrb-40 {
    margin-bottom: 0;
  }
  .eats--news--heading--section hr.color--hr {
    padding-bottom: 60px;
    width: 15%;
    margin: 0 auto;
  }
  .eats--news--heading--text h4 {
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    font-weight: 500;
    color: #000;
    padding-bottom: 30px;
  }
  .eats--news--left--image--right--text .personal-details p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .btn-container button#read-more-toggle {
    padding: 10px 32px;
    font-size: 12px;
    margin-bottom: 10%;
    width: 100%;
  }
  .eats--news--left--image--right--text .about-image-block:after {
    display: none;
  }
  .eats--news--left--image--right--text .personal-details {
    padding-left: 0px;
    padding-top: 30px;
    text-align: center;
  }
  .eats--news--left--image--right--text .personal-details a {
    /*margin-top: 40px; */
    font-size: 12px !important;
    line-height: 17px;
    font-weight: 500;
    /* margin-bottom: 60px; */
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .eats--news--left--image--right--text hr.color--hr {
    margin: 0 0 15% 0;
    width: 100%;
  }

  /* Exhibitor Portal Page CSS */
  .exhibitor--portal--heading--section h2 {
    padding-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px !important;
    line-height: 40px !important;
    color: #141628;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #exhibitor--portal--logo--text--section h2 {
    text-transform: uppercase;
    color: #002444;
    font-size: 30px !important;
    line-height: 45px !important;
    padding-bottom: 20px;
  }
  #exhibitor--portal--logo--text--section hr.color--hr {
    padding-bottom: 90px;
    margin: 0% auto;
    width: 40%;
  }
  #exhibitor--portal--logo--text--section img {
    width: 50%;
    margin-bottom: 30px;
  }
  .save-as-pdf-pdfcrowd-button img {
    margin-bottom: 0px !important;
  }
  #exhibitor--portal--logo--text--section p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
  #exhibitor--portal--logo--text--section .why--exhibit--text--div p:last-child {
    padding-top: 0px;
    text-align: center;
  }
  .exhibitor--portal--text--div--bold {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #000;
    padding-bottom: 50px;
  }
  .exhibitor--portal--text--div--regular {
    font-size: 22px;
    line-height: 35px;
    color: #000;
    padding-bottom: 50px;
    font-weight: 500;
  }
  .exhibitor--portal--text--div--light {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #exhibitor--portal--text--div--light a.cs-btn-one {
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }
  h2.title-color-change {
    color: #fff;
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .exhibitor--portal--table .title-box-center {
    margin-bottom: 0px;
  }
  .exhibitor--portal--purple--section {
    padding-top: 70px;
    padding-bottom: 85px;
  }
  .exhibitor--portal--purple--section h3 {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
  }
  ul.custom--exhibitor--portal--list {
    padding-top: 20px;
  }
  ul.custom--exhibitor--portal--list li {
    display: list-item;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    text-align: center;
  }
  .exhibitor--portal--white--bg--section h2 {
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
    color: #002843;
  }
  #exhibitor--portal--white--bg--section hr.color--hr {
    padding-bottom: 80px;
  }
  .colored--bg--text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px !important;
    line-height: 22px !important;
    padding-bottom: 20px;
  }
  .colored--bg--text hr.color--hr {
    margin: 0 auto;
    width: 30%;
    padding-bottom: 40px;
  }
  #exhibitor--portal--two--boxes--section a.cs-btn-one.btn-lg {
    width: 100%;
    padding: 20px;
  }
  ul.shipping--forms li {
    display: list-item;
    list-style: disc inside;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .exhibitor--portal--text--div--light p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #000;
  }
  #exhibitor--portal--text--div--light--image .row {
    flex-direction: column;
  }
  #exhibitor--portal--text--div--light--image .row img {
    padding-bottom: 30px;
    width: 50%;
  }
  #exhibitor--portal--text--div--light--image ul.custom--exhibitor--portal--list {
    padding-left: 0px;
  }
  .exhibitor--portal--text--div--light p:last-child {
    margin-bottom: 0px;
  }
  .colored--bg--text {
    padding-top: 0px;
  }
  .colored--bg--text .container {
    max-width: 100%;
  }
  h2.colored--bg--text--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 500;
    padding: 20px;
  }
  .key--deadline--div:before {
    z-index: -1 !important;
  }
  .colored--bg--text .custom--border:before {
    border-top: 5px solid #ffffff;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
  }
  .exhibitor--portal--text p {
    color: #fff;
    text-transform: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    width: 90%;
    margin: 0 auto;
  }
  .exhibitor--portal--text {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .exhibitor--portal--text--2 p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--2 p {
      color: #fff;
      text-transform: none;
      font-size: 14px;
      line-height: 19px;
      width: 90%;
      margin: 0 auto 60px auto;
      font-weight: 300;
  }
  .exhibitor--portal--text--2 {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .exhibitor--portal--table .mrb-sm-50 {
    margin-bottom: 0px;
  }
  .exhibitor--portal--white--bg--section h2 {
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 35px !important;
    line-height: 50px !important;
    text-transform: uppercase;
    color: #002444;
  }
  .second--title h2 {
    padding-top: 0px;
  }
  .button--div {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .button--div a {
    font-size: 15px !important;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 30px !important;
    color: #002843;
  }
  .second--title hr.color--hr {
    padding-bottom: 60px;
  }
  .exhibitor--portal--table {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #exhibitor--portal--white--bg--section .second--title {
    margin-bottom: 0;
  }
  .exhibitor--portal--table--1 .table-content {
    padding: 35px;
  }
  .exhibitor--portal--table--1 img {
    width: 100%;
  }
  .exhibitor--portal--table--1 h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #002444;
  }
  .exhibitor--portal--table--1 hr.color--hr {
    margin-top: 6%;
    padding-bottom: 30px;
  }
  ul.exhibitor--portal--para--text li {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  ul.exhibitor--portal--para--text {
      font-size: 22px;
      line-height: 31px;
      font-weight: 400;
      color: #000;
  }
  .exhibitor--portal--table--1 {
    height: auto;
    margin: 15px;
    padding: 0px;
  }
  .colored--bg.exhibitor--portal--table .mrb-80 {
    margin-bottom: 0px !important;
  }
  .exhibitor--portal--table .row:last-child {
    padding-top: 0px;
  }
  .exhibitor--portal--leftside-image--rightside--text--section .about-image-block:after {
    display: none;
  }
  .exhibitor--portal--leftside-image--rightside--text--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .exhibitor--portal--leftside-image--rightside--text--section .about-image-block {
    margin-bottom: 0px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div {
    padding-left: 0px;
    padding-top: 40px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div h2 {
    text-transform: capitalize;
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 500;
    color: #002843;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p {
    margin-bottom: 40px !important;
    font-size: 20px;
    text-align: center;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p:last-child {
    margin-bottom: 0px !important;
  }
  .exhibitor--portal--two--boxes--section {
    background-color: #78A4D8;
    padding-top: 100px;
    padding-bottom: 0px;
  }
  #exhibitor-portal .testimonial--section {
    padding-top: 0px !important;
  }
  .exhibitor--portal--two--boxes--section .feature-content {
    padding: 55px 30px 20px 30px;
    margin: 0px;
    height: auto;
  }
  .exhibitor--portal--two--boxes--section .feature-content .title {
    position: absolute;
    top: -7%;
    background-color: #002843;
    padding: 15px;
    width: 100%;
    left: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .exhibitor--portal--two--boxes--section .feature-content h3 {
    color: #fff;
    font-size: 17px !important;
    line-height: 30px !important;
    font-weight: 500;
  }
  #exhibitor--portal--two--boxes--section .mrb-sm-50 {
    margin-bottom: 0px;
  }
  #testimonial--section {
    background-color: #78A4D8;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .exhibitor--portal--leftside-image--rightside--text--section hr.color--hr {
    padding-bottom: 40px;
  }
  .exhibitor--portal--two--boxes--section .feature-content .title:before {
    height: 0;
    width: 0;
    border-top: 31px solid transparent;
    border-left: 31px solid transparent;
    bottom: -44%;
    position: absolute;
    content: "";
    left: 0.3%;
  }
  .para p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .para p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--two--boxes--section .container {
    max-width: 90%;
  }

  .about--second--section hr.color--hr {
    margin-bottom: 40px;
    margin-top: 10px !important;
    width: 25%;
  }
  .case-study-section hr.color--hr {
    margin-top: 10px !important;
    padding-bottom: 60px;
  }
  .case-study-section .table-content hr.color--hr {
    margin-top: 10px !important;
    padding-bottom: 10px;
  }
  .case-study-section {
    padding-top: 30px;
  }
  .table--section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about--second--section {
    padding-top: 90px;
  }
  .copyrights--section div:last-child {
    text-align: center !important;
  }

  section.pdf--section {
    padding-bottom: 0px;
  }
  section#colored--bg {
    padding-bottom: 0px;
  }

  .eats--news--left--image--right--text:nth-last-of-type(1) {
    padding-bottom: 80px;
  }
  
  /* Meet the Speakers CSS */
  .meet--the--speakers--heading--text {
    text-align: center;
  }
  .meet--the--speakers--heading--text h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    color: #002945;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  .meet--the--speakers--heading--text hr.color--hr {
    margin: 0% auto;
    width: 45%;
    border-color: #78A4D8 !important;
  }
  .meet--the--speakers--section {
    padding-bottom: 0px;
  }
  .meet--the--speakers--section .team-block {
    height: auto;
  }
  .meet--the--speakers--section .team-block img {
    height: auto;
    border-radius: 0px;
  }
  #speakers--list ul.slick-dots {
    bottom: -90px;
  }
  #speakers--list ul.slick-dots li.slick-active button:before {
    color: #78A4D8 !important;
    opacity: 1 !important;
  }
  #speakers--list ul.slick-dots li button:before {
    color: #78A4D8 !important;
    opacity: 0.5 !important;
  }

  /* ATO at Eats Page CSS */
.ato--eats--programme--heading--text h2 {
  font-size: 30px !important;
  line-height: 45px !important;
  color: #002945;
  padding-top: 50px;
  padding-bottom: 15px;
  text-align: center;
}
.ato--eats--programme--heading--text hr {
  margin: 0% auto;
  padding-bottom: 35px;
  width: 30%;
  border-color: #78A4D8 !important;
}
.ato--eats--programme--lefttext--rightimage p {
  font-size: 17px;
  text-align: center;
}
.ato--eats--programme--lefttext--rightimage p:first-child {
  margin-top: 0px;
}
.ato--eats--programme--lefttext--rightimage .col-md-12:first-child {
  padding-right: 15px;
  padding-left: 15px;
}
.ato--eats--programme--left--image--right--text .col-md-12:last-child {
  padding-left: 15px;
}
.ato--eats--programme--lefttext--rightimage .row {
  flex-direction: column-reverse;
}
.ato--eats--programme--left--image--right--text {
  padding-top: 50px;
  padding-bottom: 70px;
}
.ato--eats--programme--left--image--right--text .single-team-img {
  text-align: center;
}
.ato--eats--programme--left--image--right--text .img-full {
  width: 75%;
}
.ato--eats--programme--left--image--right--text ul li {
  font-size: 17px !important;
  line-height: 36px !important;
  margin-bottom: 15px;
  color: #000 !important;
  display: list-item;
}
.ato--eats--programme--left--image--right--text ul li:last-child {
  margin-bottom: 0px;
}
.ato--eats--programme--left--image--right--text .personal-details p {
  font-size: 17px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.personal-details a {
  text-align: center;
  width: 100%;
}
.ato--eats--programme--left--image--right--text h2 {
  font-size: 30px !important;
  line-height: 45px !important;
  font-weight: 400;
  margin-bottom: 60px;
  color: #000;
}
.ato--eats--programme--left--image--right--text ul {
  padding-left: 25px;
  margin: 30px 0;
}
.personal-details a {
  font-size: 17px !important;
  line-height: 20px;
  color: #002945;
}
p.last--p {
  margin-bottom: 30px !important;
}
.ato--eats--programme--lefttext--rightimage .ato-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  background: #78A4D8;
  z-index: -1;
  right: -35px !important;
  margin: 0 auto;
  top: 40px;
  opacity: 1;
}

/* 2021 Pilot Conference Page CSS */
.pilot--conference--2021--heading--section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pilot--conference--2021--heading--text h2 {
  font-size: 35px !important;
  line-height: 40px !important;
  text-transform: uppercase;
  color: #002945;
  padding-bottom: 19px;
}
.pilot--conference--2021--heading--text {
  text-align: center;
}
.pilot--conference--2021--heading--text hr.color--hr {
  margin: 0 auto;
  width: 40%;
}
.pilot--conference--2021--description {
  padding-bottom:50px;
}
.pilot--conference--2022--description--new--image {
  padding-bottom: 20px;
}
.pilot--conference--2021--description p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.pilot--conference--2021--day--info h3 {
  font-size: 29px;
  text-align: center;
  line-height: 34px;
}
.pilot--conference--2021--team--section .team-bottom-part {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 40px;
}
.pilot--conference--2021--team--section .team-bottom-part h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
.pilot--conference--2021--day2--info h3 {
  font-size: 29px;
  text-align: center;
  line-height: 34px;
}
.pilot--conference--2021--day2--section {
  padding: 60px 0;
}
.pilot--conference--2021--second--team--section .team-bottom-part {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 40px;
}
.pilot--conference--2021--second--team--section .team-bottom-part h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
.pilot--conference--2021--team--section .andy-oshea, .pilot--conference--2021--second--team--section .andy-oshea {
  background-position: bottom center;
  height: auto;
  background-repeat: no-repeat;
}

.pilot--conference--2021--description p {
  font-size: 16px;
  line-height: 25px;
}
.pilot--conference--2022--description p {
  padding-left: 0px;
}
.pilot--conference--2022--image {
    padding-bottom: 40px;
    text-align: center;
}
.pilot--conference--2022--day--info h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 46px;
    color: #000;
}
.pilot--conference--2022--colored--bg--white--text--div {
    width: 100%;
}

.pilot--conference--2021--day2--info h3 {
    font-size: 35px;
    text-align: center;
    line-height: 46px;
    font-weight: 500;
    color: #000;
}
.pilot--conference-2022--eats--conference {
    padding-top: 70px;
}
.pilot--conference-2022--eats--conference hr.color--hr {
    margin: 0 0;
}
.pilot--conference-2022--eats--conference--team {
    padding-top: 70px;
}

/* Updated Pilot Conference 2022 Page CSS */
.pilot--conference--2022--heading--section h2 {
  font-size: 21px !important;
  line-height: 28px !important;
  color: #002A45;
  padding-bottom: 20px;
}
.pilot--conference--2022--description--new--image {
  text-align: center;
}

.pilot--conference--2022--description p {
  font-size: 16px !important;
  line-height: 25px !important;
}

.pilot--conference--2022--day--info h3 {
  font-weight: 500;
  font-size: 27px !important;
  line-height: 30px !important;
  color: #000;
  padding-bottom: 30px;
}
p.session--1 {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: left;
}
p.session--1--timing, p.session--2--timing {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: left;
}
ol.session--1--speakers, ol.session--2--speakers, .pilot--conference--2022--day--1--description ol {
  padding-left: 20px;
}
ol.session--1--speakers li, ol.session--2--speakers li, .pilot--conference--2022--day--1--description ol li {
  font-size: 15px;
  line-height: 20px;
  list-style: auto;
  margin-bottom: 24px;
  color: #000;
  font-weight: 500;
  text-align: left;
}
p.session--2 {
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}
.pilot--conference--2022--heading--section {
  padding-top: 50px;
  padding-bottom: 20px;
}
.pilot--conference--2022--description--new--image .small--img {
  position: relative;
  top: 0%;
  left: 0px;
  margin-top: 5%;
}
.pilot--conference--2022--description--new--image .big--img {
  position: relative;
  top: 0%;
  left: 0px;
  margin-top: 5%;
  width: 100%;
}
p.session--3 {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
p.session--3--timing {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
p.session--3--para {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
.pilot--conference--2022--colored--bg--white--text--div img {
  margin-top: 20px;
  margin-bottom: 40px;
}
p.session--4 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  text-align: left;
}
p.session--4--timing {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  text-align: left;
}
ol.session--4 {
  padding-left: 20px;
}
ol.session--4 li {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  list-style: auto;
  margin-bottom: 22px;
}
.pilot--conference--2022--colored--bg--white--text--section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pilot--conference--2022--day--1--description {
  padding-bottom: 0px !important;
}
#pilot--conference--2022--heading--section {
  padding-top: 60px;
  padding-bottom: 30px;
}
.pilot--conference--2022--day2--section {
  padding: 0 0 30px 0;
}
.pilot--conference--2022--day2--info h3 {
  font-weight: 500;
  font-size: 20px !important;
  line-height: 30px !important;
  padding-bottom: 20px;
  color: #000;
}
p.session--5 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: left;
}
p.session--5--timing {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: left;
}
ol.session--5--speakers {
  padding-left: 20px;
}
ol.session--5--speakers li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  list-style: auto;
  font-weight: 500;
  text-align: left;
}
ol.session--7--speakers--day2 li, ol.session--8--speakers--day2 li {
  color: #fff;
}
.pilot--conference--2022--day2--section .col-md-6:nth-child(2) {
  padding-bottom: 20px;
}
p.session--6 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: left;
}
p.session--6--timing {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  font-weight: 500;
  text-align: left;
}
ol.session--6--speakers {
  padding-left: 20px;
}
ol.session--6--speakers li {
  font-size: 16px;
  line-height: 25px;
  list-style: auto;
  margin-bottom: 24px;
  font-weight: 500;
}
p.session--7, p.session--8 {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
p.session--7--timing, p.session--8--timing {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
ol.session--7--speakers, ol.session--8--speakers {
  padding-left: 20px;
}
ol.session--7--speakers li, ol.session--8--speakers li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  color: #fff;
  list-style: auto;
}
#pilot--conference--colored--bg--white--text--section--2022 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pilot--conference-2022--eats--conference {
  padding-top: 60px;
}
.pilot--conference-2022--eats--conference--team {
  padding-top: 60px;
  padding-bottom: 60px;
}
#sponsor--block--2022 h2 {
  font-size: 22px !important;
  line-height: 28px !important;
  color: #012945;
  font-weight: 500;
  margin-bottom: 20px;
}
.sponsor--block--2022 hr.color--hr {
  margin: 0 0 7% 0;
  width: 20%;
}
h5.sponsor--name {
  margin-bottom: 0px;
  text-align: center;
  font-size: 22px;
}
h5.ato--sponsor--name {
  margin-bottom: 0%;
  text-align: center;
  margin-top: 4%;
}
.sponsor--block--2022 {
  padding-bottom: 0px;
}
.team-block-1 .team-upper-part img {
  margin-bottom: 0%;
}
#logos--section .col-md-2:nth-child(3) h5.sponsor--name {
  display: none;
}
#logos--section .col-md-2 .mrb-30 {
  margin-bottom: 0px;
}
  #table--section.case-study-section .price-table p {
    font-size: 15px;
    line-height: 27px;
  }
}

@media screen and (min-width: 426px) and (max-width: 444px) {
  .countdown--div {
    flex-direction: column;
  }
  p.countdown--text {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    top: 0px;
  }
  .countdown--number {
    display: flex;
    font-size: 30px;
    color: #fff;
    line-height: 68px;
    font-weight: 700;
  }
  .count--days, .count--hours {
    padding: 0 30px;
  }
  .count--days:after {
    content: 'days';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px !important;
    left: auto;
    right: 67% !important;
    text-transform: uppercase;
  }
  .count--hours:after {
    content: 'hours';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px !important;
    left: auto;
    right: 42% !important;
    text-transform: uppercase;
  }
  .count--mins:after {
    content: 'mins';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px !important;
    left: auto;
    right: 22% !important;
    text-transform: uppercase;
  }
  #countdown--section {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  section.pdf--section {
    padding-bottom: 70px;
  }

  section#colored--bg {
    padding-bottom: 100px;
  }
  .save-as-pdf-pdfcrowd-button {
    position: absolute;
    right: 0;
    top: 35px;
  }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
  /* section.custom--banner--section {
    padding: 200px 0 50px 0 !important;
  } */
  legend.gfield_label, label, span.gfield_required {
    font-size: 20px !important;
    line-height: 20px;
  }
  input[type=text], select, input[type=email], input[type=tel] {
    padding: 10px !important;
    font-size: 26px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
  }
  .gform_next_button, .gform_previous_button, .gform_button {
    background: transparent;
    color: #141628;
    border: 4px solid #78A4D8;
    border-radius: 0;
    text-transform: uppercase;
    padding: 20px 50px;
    font-size: 20px;
    line-height: 15px;
    width: auto;
    line-height: 0 !important;
  }
  div#slick3 {
    display: block;
  }
  div#slick1, div#slick2 {
    display: none;
  }
  .mobilee--test--class .team-block {
    height: 720px;
    background-position: center;
  }
  #about-section-1 .col-md-12:first-child {
    padding: 15px !important;
  }
  .copyrights--section div:last-child {
    text-align: center !important;
  }
  .pdl-140 {
    padding-left: 15px;
    padding-top: 30px;
  }
  #about-page-section:first-child .pdl-140 {
    padding-top: 0px;
  }
  #left--image--right--text .pdl-95 {
    padding-left: 15px;
  }
  #left--image--right--text .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .countdown--div {
    flex-direction: column;
  }
  p.countdown--text, div#countdown {
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
  }
  /* div#countdown {
    padding-top: 30px;
  } */
  #countdown ul li {
    display: inline-flex;
    padding: 1em 0.8rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  #countdown ul li span {
    padding: 0;
    display: block;
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
  }
  #countdown--section {
    padding-top: 0px;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
  }
  .slick-prev {
    z-index: 1;
    left: 0 !important;
  }
  .slick-next {
    z-index: 1;
    right: 0 !important;
  }
  .slick-prev:before {
    left: -10px;
    padding: 10px;
    font-size: 20px !important;
  }
  .slick-next:before {
    right: 5px;
    font-size: 20px !important;
  }
  #logos--section .slick-prev:before {
    left: -60px;
  }
  #logos--section .slick-next:before {
    right: -50px;
  }
  .buttons {
    flex-direction: column;
  }
  .buttons a {
    width: 100%;
  }
  a.first-button, a.second-button, a.third-button {
    font-size: 15px !important;
    font-weight: 700;
    padding: 20px 55px !important;
    line-height: 22px !important;
  }
  .custom--border:before {
    display: none;
  }
  .heading--with--border {
    font-size: 25px;
    width: 90%;
    color: #141628 !important;
  }
  section#about-section {
    padding-top: 100px;
  }
  .left--image--right--text {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  #left--image--right--text h4 {
    font-size: 17px;
    line-height: 27px;
    margin-top: 30px;
    font-weight: 500;
  }
  #left--image--right--text h4.color {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
  }
  .custom--counter--class {
    background-color: #EDEDED;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-image-block:after {
    display: none;
  }
  .shadow-1:after {
    display: none
  }
  .left--image--right--text p {
    margin-top: 30px;
  }
  .left--image--right--text p {
    font-size: 15px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
  .left--image--right--text p:last-child {
    margin-bottom: 0;
  }
  .funfact-normal .icon span:before {
    color: #78A4D8;
    font-size: 4rem;
  }
  .funfact-normal .counter {
    color: #010101;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .counter--numbers span {
    font-size: 20px;
    padding-left: 5px;
    padding-top: 10px;
    font-weight: 700;
    color: #010101;
  }
  #about-section h2, #about-section-1 h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    margin-top: 0px;
  }
  #about-section-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #about-section hr.color--hr, #about-section-1 hr.color--hr {
    width: 15%;
    margin-bottom: 25px !important;
  }
  #about-section p, #about-section-1 p{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px !important;
  }
  p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
  }
  #about-section .btn--light, #about-section-1 .btn--light {
    padding: 20px 25px !important;
    font-size: 15px !important;
    line-height: 10px !important;
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
  #logos--section {
    text-align: center;
  }
  #logos--section img, #sponsor--block--2022 img {
    width: 50%;
  }
  #sponsor--block--2022 img {
    width: 50%;
  }
  #sponsor--block--2022 .team-upper-part {
    text-align: center;
  }
  .sponsor--heading--with--border {
    font-size: 16px;
    padding: 15px 30px;
    line-height: 30px;
    color: #141628;
    width: 85%;
  }
  section#custom--sponsor--heading--text {
    padding-bottom: 30px;
    padding-top: 100px;
  }
  #testimonial--section {
    background-color: #78A4D8;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .slick-slide img {
    width: 100%;
  }
  .testimonial-content .comments {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
  }
  .client-name {
    margin-bottom: 83px;
    color: #fff;
    font-size: 15px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 30px;
  }
  .client-designation {
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  .footer-widget-list li {
    margin-bottom: 10px;
    text-align: left;
  }
  .social--list {
    text-align: center;
  }
  .footer-widget-list li a {
    font-size: 15px;
    line-height: 30px;
  }
  .mobile--footer--links {
    text-align: center;
  }
  .empty--col {display: none;}
  .footer-widget-list li a:before {
    top: -5px;
  }
  .social-list li a {
    color: #78A4D8;
    /*font-size: 28px;*/
    font-size: 17px;
  }
  .social-list li a:hover {
    background-color: #78A4D8;
    color: #141628;
  }
  .funfact-normal .title {
    color: #010101;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-top: 0px;
  }
  #about-section .row {
    flex-direction: column-reverse;
  }
  #about-section .pdr-100 {
    padding-right: 15px;
  }
  #about-section-1 .pdl-100 {
    padding-left: 15px;
  }
  ul#menu-primary-menu li a {
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
  }
  ul.sub-menu li.current-menu-item a {
    opacity: 1 !important;
  }
  .text-light-gray {
    color: #fff;
    font-size: 13px;
    line-height: 19px;
  }
  .copyrights--section {
    align-items: center;
    text-align: center;
  }
  .footer-widget img {
    margin-bottom: 30px;
  }
  #left--image--right--text img {
    width: 60%;
  }
  .single-team-img {
    text-align: center;
  }

  /* About Page Media Query CSS */
  .content-box h1 {
    line-height: 47px;
    font-size: 37px;
    font-weight: 700;
  }
  #about-page-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .case-study-section {
    padding-top: 0px;
  }
  #table--section .section-content {
    padding-top: 40px;
  }
  #table--section .col-lg-4 {
    margin-bottom: 50px;
  }
  .about--heading--with--border {
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #141628;
    padding: 0 15px;
  }
  #about-page-section p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    text-align: center;
  }
  #about-page-section p:last-child { 
    margin-top: 0px !important;
  }
  #about-page-section h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .about-page-section hr.color--hr {
    margin: 6% 0;
  }
  .order-list li:before {
    color: #78A4D8;
    font-size: 35px;
  }
  .order-list li {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px !important;
    padding-left: 35px;
  }
  .order-list li:last-child {
    margin-bottom: 0px !important;
  }
  .order-list li:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .case-study-section h2 {
    font-size: 32px;
    line-height: 42px;
    color: #141628;
    text-transform: uppercase;
  }
  .title-box-center hr.color--hr {
    margin: 0% auto;
    width: 25%;
  }
  #table--section .price-table {
    height: 100%;
  }
  #table--section h3 {
    color: #141628;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
  }
  .price-table {
    padding: 0px;
    margin-bottom: 0px;
  }
  .price-table .table-content .list-items li {
    padding: 15px 0;
    font-size: 15px;
    line-height: 19px;
  }
  .custom--cta--class {
    flex-direction: column;
  }
  .footer-main-area ul.social-list {
    margin-top: 40px;
  }
  .custom--cta--class h5 {
    font-size: 15px;
    line-height: 32px;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }
  .section-title.mrb-30 {
    margin-bottom: 0;
  }
  .price-table .table-content {
    padding: 30px;
  }

  /* Visitor Information Page CSS */
  .attendee--heading--text h2 {
    font-size: 29px;
    line-height: 41px;
  }
  #white--border--table thead tr th:nth-child(2), #white--border--table thead tr th:nth-child(3), #white--border--table thead tr th:nth-child(4) {
    font-size: 13px;
    line-height: 20px;
    padding: 15px;
  }
  #white--border--table tbody tr td {
    font-size: 17px;
    line-height: 22px;
    padding: 24px;
  }
  .italics--div p {
    color: #fff;
    font-style: normal;
    margin-bottom: 0;
    padding: 20px 0 70px 0;
    text-align: center;
  }
  .white--outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
  }
  .table-responsive {
    display: block;
  }
  #colored--bg .section-content {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .attendee--table--1 h3 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 500;
    color: #141628;
  }
  .attendee--table--1 .purple--text {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 2% 0 2% 0;
  }
  .attendee--table--1 .btn--light {
    font-size: 12px;
    line-height: 19px;
    padding: 10px 30px;
  }
  .attendee--table--1 .attendee--para--text:last-child {
    margin-bottom: 30px;
  }
  .attendee--table--1 .attendee--para--text {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  .attendee--table--1 hr.color--hr {
    margin: 4% 0 10% 0;
    width: 15%;
  }
  .attendee--table--1 {
    padding: 0px;
  }
  .attendee--table--1 .table-content {
    padding: 20px;
  }
  .attendee--table--1 img {
    width: 100%;
  }
  .attendee--table--1 .table-footer {
    position: initial;
    margin-bottom: 30px;
  }
  #colored--bg .section-content .col-md-12 {
    margin-bottom: 50px;
  }

  /* Attendee List Page CSS */
  #white--colored--bg {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .attendee--list--heading--text h2 {
    font-size: 27px;
    line-height: 19px;
  }
  .attendee--list--para--text p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    text-align: center;
  }
  .attendee--list--heading--text hr {
    padding-bottom: 0;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 40%;
  }

  /* FAQ Page CSS */
  .faq--heading--text {
    text-align: center;
  }
  .faq--heading--text h2 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 27px;
    line-height: 39px;
    font-weight: 700;
    color: #18283F;
  }
  .faq--heading--text hr.color--hr {
    margin: 0% auto;
    width: 22%;
    padding-bottom: 30px;
  }
  #faq--section .faq-block {
    padding-bottom: 50px;
  }
  #faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0px !important;
    border-bottom: none;
    padding: 0px;
  }
  #faq--section .accordion-item:last-child {
    margin-bottom: 0px !important;
    border-bottom: 5px solid #78A4D8;
  }
  #faq--section .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000;
    padding-bottom: 0px;
  }
  .accordion .accordion-item .accordion-header .title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    background: transparent !important;
    color: #000;
  }
  .accordion .accordion-item .accordion-header span {
    left: 10px;
    top: 20px;
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-header.active span:before {
    content: "\f067";
    color: #78A4D8;
    font-size: 25px;
    top: 3px;
  }
  .fa-plus:before {
    content: "\f067";
    font-size: 25px;
    color: #78A4D8;
  }
  .accordion .accordion-item .accordion-body {
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-body p {
    font-size: 15px !important;
    padding-left: 15%;
    color: #000;
  }
  p.gf_progressbar_title {
    padding-left: 0 !important;
  }
  #faq--section {
    padding: 10px;
  }

  /* About the Organiser Page CSS */
  .abt--the--organiser--heading--text {
    text-align: center;
  }
  #abt--the--organiser--colored--section .row {
    flex-direction: column-reverse;
  }
  .abt--the--organiser--heading--text h2 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    color: #141628 !important;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .abt--the--organiser--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 50px;
  }
  #abt--the--organiser--colored--section {
    background-color: #141628;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #abt--the--organiser--colored--section hr.white--line {
    border-top: 5px solid #fff;
    width: 30%;
    margin: 0;
    padding-bottom: 20px;
  }
  #abt--the--organiser--colored--section p {
    color: #fff;
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  #abt--the--organiser--colored--section .about-image-block {
    padding-left: 0%;
    padding-bottom: 8%;
  }
  .about-image-block {
    text-align: center;
  }
  .about-image-block img, .become--a--speaker--white--section img {
    width: 70%;
  }
  .abt--the--organiser--faq--heading--text h2 {
    padding-top: 60px;
    padding-bottom: 11px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--our--events--heading--text h2 {
    padding-top: 80px;
    padding-bottom: 11px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--faq--heading--text hr.color--hr {
    margin: 0;
    width: 22%;
  }
  #abt--the--organiser--faq--section .active .title {
    background: transparent !important;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body {
    padding-top: 40px;
    padding-left: 50px;
  }
  #abt--the--organiser--faq--section .accordion-body h4 {
    font-size: 22px;
    line-height: 27px;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body p {
    padding-left: 0;
    line-height: 23px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #abt--the--organiser--faq--section .accordion-body .col-md-9 {
    padding-left: 15px;
    padding-top: 40px;
  }
  #abt--the--organiser--faq--section .accordion-body .row {
    flex-direction: column;
  }
  #abt--the--organiser--faq--section .accordion-body a.btn--light {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 14px 30px;
    width: 100%;
    text-align: center;
  }
  #abt--the--organiser--faq--section .accordion {
    padding: 15px;
  }
  #abt--the--organiser--faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0px;
  }
  #abt--the--organiser--faq--section .accordion-item:last-child {
    border: 5px solid #78A4D8;
  }
  .abt--the--organiser--our--events--heading--text hr.color--hr, .abt--the--organiser--faq--heading--text hr.color--hr {
    padding-bottom: 0px;
  }
  .abt--the--organiser--our--events--section {
    padding-bottom: 50px;
  }

  /* Become a Speaker Page CSS */
  .become--a--speaker--section {
    text-align: center;
  }
  .become--a--speaker--heading--text h2 {
    padding-top: 43px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 44px;
    color: #141628;
  }
  .become--a--speaker--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 53px;
    width: 20%;
  }
  .colored--bg--white--text--section, .colored--bg--white--heading--section {
    background-color: #141628;
  }
  .colored--bg--white--text--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #become--a--speaker--colored--section .about-image-block {
    margin-bottom: 0;
  }
  .colored--bg--white--text--section p {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 10px;
  }
  .colored--bg--white--heading--section .container {
    max-width: 100%;
  }
  .colored--bg--white--heading--section .custom--border:before {
    border-color: #fff;
    z-index: 0;
  }
  .colored--bg--white--heading--section .custom--border:nth-child(2):before {
    z-index: -2;
  }
  h2.colored--bg--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 65%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    font-weight: 500;
    padding: 10px;
  }
  .pilot--training--div h2 {
    display: flex;
    flex-direction: column;
  }
  .pilot--training--div:before {
    z-index: -1 !important;
  }
  span.pilot--training {
    padding: 0px;
  }
  .become--a--speaker--colored--section {
    padding-top: 75px;
    background: #141628;
    padding-bottom: 50px;
  }
  #become--a--speaker--colored--section .col-xl-6:last-child {
    padding-left: 15px;
    padding-top: 50px;
  }
  .become--a--speaker--text p {
    color: #fff;
    margin-bottom: 56px;
    font-size: 20px;
    line-height: 33px;
  }
  .become--a--speaker--text ul li {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--text ul {
    color: #fff;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #become--a--speaker--white--section .mrb-lg-60 {
    margin-bottom: 30px;
  }
  .become--a--speaker--white--section--text p {
    color: #000;
    line-height: 33px;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .become--a--speaker--white--section--text ul li {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--white--section--text ul {
    color: #000;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section .row:first-child {
    padding-bottom: 30px;
    flex-direction: column-reverse;
  }
  .become--a--speaker--white--section .row:last-child p {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .become--a--speaker--white--section .row:last-child p:last-child {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .form--div {
    padding-top: 60px;
  }
  .form--div .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000 !important;
  }
  .form--div .accordion-item {
    border: 5px solid #78A4D8;
    padding: 25px;
  }

  /* Pilot Conference CSS */
  .pilot--conference--heading--text {
    text-align: center;
  }
  .pilot--conference--heading--text h2 {
    padding-top: 59px;
    padding-bottom: 18px;
    font-size: 32px;
    line-height: 44px;
    color: #141628;
  }
  .pilot--conference--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 40px;
    width: 40%;
  }
  .pilot--conference--colored--bg--white--text--section {
    background: #141628;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pilot--conference--colored--bg--white--text--div p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
  }
  .team-block h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 27px;
  }
  .team-block h6 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
  }
  .team-block {
    height: 520px;
  }
  .ascanio-russo, .fabi-riesen, .frederik-mohrmann {
    background-position: center !important;
  }
  .team-block h4 a:hover {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s;
  }
  .pilot--conference--white--bg--section {
    padding-top: 120px;
    padding-bottom: 46px;
    text-align: center;
  }
  #pilot-conference ul.slick-dots {
    bottom: -25px;
  }
  .pilot--conference--white--text p {
    text-align: center;
    font-size: 25px;
    line-height: 37px;
    font-weight: 300;
  }
  .pilot--conference--white--bg--section a {
    margin-top: 50px;
    font-size: 18px !important;
    line-height: 24px;
    color: #141628;
  }

  /* Exhibitors List Page CSS */
  .accordion .accordion-body .letter--div p {
    font-size: 40px !important;
    /*border-bottom: 5px solid #78A4D8;*/
    padding: 0px 0 0 0;
    /*width: 13%;*/
    margin-bottom: 0px;
    color: #141628;
  }
  .accordion .accordion-body .letter--div p:after {
    content: '';
    border: 5px solid #78A4D8;
    padding: 5%;
    margin-bottom: 0px;
    position: absolute;
    left: 8px;
    top: -12px;
  }
  #sectionV .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionS .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionL .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionR .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 3%;
    margin-top: -3%;
  }
  #sectionP .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionM .accordion .accordion-body .letter--div p {
    margin-left: 1%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 1%;
    margin-top: 0%;
  }
  #sectionJ .accordion .accordion-body .letter--div p {
    margin-left: 3%;
  }
  #sectionI .accordion .accordion-body .letter--div p {
    margin-left: 4%;
  }
  #sectionG .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionF .accordion .accordion-body .letter--div p, #sectionE .accordion .accordion-body .letter--div p, #sectionC .accordion .accordion-body .letter--div p, #sectionB .accordion .accordion-body .letter--div p, #sectionA .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  #sectionD .accordion .accordion-body .letter--div p {
    margin-left: 2%;
  }
  .img--div img {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .des--div {
    font-size: 26px;
    max-width: 100%;
  }
  .des--div ul li:last-child {
    margin-bottom: 50px;
  }
  .des--div ul {
    padding-left: 3%;
  }
  .des--div ul li {
    display: list-item;
    list-style: disc;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
  }
  .accordion-body .des--div h4 {
    font-size: 30px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .accordion-body .des--div span {
    font-size: 20px;
    line-height: 30px;
  }
  .accordion-body .des--div a {
    font-size: 20px;
    line-height: 30px;
    color: #81a2d2;
  }
  .accordion-body .des--div p {
    padding-left: 0 !important;
    line-height: 35px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .accordion-body .des--div a.btn--light {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 70px;
    width: 100%;
    text-align: center;
  }
  .section-A.content-section {
    padding-top: 50px;
  }
  div#button-container {
    margin-bottom: 50px;
  }
  .section-A.content-section.active123.top-content {
    padding-top: 150px !important;
  }
  .content-section {
    padding-top: 130px;
  }
  .list-a2z{
    background: #141628;
    padding: 30px 0 !important;
  }
  nav.abcd {
    width: 100%;
    line-height: 30px;
    margin: 0 auto;
  }
  .fixed nav.abcd {
    width: 100%;
    line-height: 30px;
  }
  nav.abcd ul li {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .fixed nav.abcd ul li {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .sponsaorlist-item .accordion-body .row {
    flex-direction: column;
  }
  #sectionN .accordion .accordion-body .letter--div p, #sectionH .accordion .accordion-body .letter--div p {
    margin-left: 1.5%;
  }
  #exhibitor-and-sponsor-list .accordion-body .des--div button.btn--light {
    margin-bottom: 30px;
    padding: 10px 25px;
    font-size: 12px;
  }

  /* Single Pilot Page CSS */
  .single--pilot--section {
    padding-top: 58px;
    padding-bottom: 45px;
  }
  .single--pilot--details hr.color--hr {
    margin: 0% 0 5% 0;
  }
  .single--pilot--img--section {
    padding-right: 0px;
  }
  .single--pilot--img--section img {
    background-color: #141628;
  }
  .single--pilot--details h6 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    color: #141628;
    margin-bottom: 30px;
  }
  .single--pilot--details h3 {
    font-size: 30px;
    line-height: 38px;
    color: #141628;
    text-transform: uppercase;
    margin-top: 30px;
  }
  .single--pilot--text p {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    text-align: center;
  }
  .single--pilot--leftsml--rgtbig--div .long-gap-left {
    background-color: #78A4D8;
    padding-top: 52px;
    padding-bottom: 42px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
  }
  .long--gap--left--heading--text h3 {
    font-size: 25px;
    line-height: 38px;
    font-weight: 500;
    color: #141628;
  }
  .long--gap--left--des--text p:first-child {
    margin-top: 40px;
  }
  .long--gap--left--des--text p {
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
    color: #000;
    text-align: center;
  }
  .long--gap--left--des--text p:first-child {
    margin-bottom: 0px;
  }
  .long--gap--left--des--text ol li {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #000;
    list-style: auto;
  }
  .long--gap--left--des--text ol {
    padding-left: 20px;
    padding-top: 20px;
  }
  .single--pilot--leftsml--rgtbig--section {
    padding-bottom: 80px;
  }
  .single--pilot--leftsml--rgtbig--div .col-lg-12 {
    margin-top: 68px;
    left: 15%;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a {
    font-size: 25px;
    line-height: 30px;
    color: #141628;
    text-transform: uppercase;
    font-weight: 700;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a:before {
    content: url(/wp-content/uploads/2022/08/left-arrow.png);
    position: absolute;
    left: -50px;
    background: #78A4D8;
    border-radius: 50px;
    font-size: 48px;
    width: 45px;
    height: 45px;
    top: -5px;
    padding-left: 8px;
    color: #fff;
    padding-top: 4px;
  }

  /* Exhibit Floor Plan Page CSS */
  .exhibit--floor--plan--heading--text h2 {
    font-size: 32px;
    line-height: 45px;
    color: #18283F;
    text-transform: uppercase;
    text-align: center;
    padding-top: 56px;
    padding-bottom: 18px;
  }
  .exhibit--floor--plan--heading--text .color--hr {
    margin: 0% auto;
    padding-bottom: 106px;
    width: 40%;
    border-color: #81a2d2 !important;
  }
  .exhibit--floor--plan--pdf--section embed {
    height: 100vh;
  }
  .exhibit--floor--plan--para--text {
    padding-top: 50px;
  }
  .contact--us--heading--text {
    padding-top: 50px;
  }
  .exhibit--floor--plan--para--text p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    color: #18283F;
  }
  h2.contact--us--heading--with--border {
    font-size: 15px;
    line-height: 20px;
    border: 5px solid #78A4D8;
    text-align: center;
    background-color: #fff;
    width: 50%;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 15px;
    color: #18283F;
  }
  .contact--us--heading--text .container {
    max-width: 100%;
  }
  .contact--us--text {
    padding-bottom: 50px;
  }
  .american--icon--div, .rest--of--world--icon--div {
    text-align: center;
    padding-top: 0px;
    text-transform: uppercase;
  }
  .american--icon--div img {
    width: 30%;
  }
  .rest--of--world--icon--div img {
    width: 51%;
  }
  .american--icon--div p, .rest--of--world--icon--div p {
    font-size: 18px;
    line-height: 20px;
    color: #010101;
  }

  /* Why Exhibit Page CSS */
  .leftside--image-rightside--text--section .container, .why--exhibit--contact--us--heading--text .container {
    max-width: 100%;
  }
  .why--exhibit--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 18px;
    font-size: 30px;
    line-height: 40px;
    color: #18283F;
  }
  .why--exhibit--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 55px;
    width: 30%;
    border-color: #81a2d2 !important;
  }
  .why--exhibit--text p {
    font-size: 15px;
    line-height: 27px;
    text-align: center;
  }
  .why--exhibit--white--colored--bg {
    padding-bottom: 80px;
  }
  .image--container {
    background-image: none !important;
  }
  .image--container img {
    display: block !important;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 100px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 45px;
  }
  .text--container hr.white--line {
    width: 65%;
    margin: 28px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .why--exhibit--text--section {
    padding-top: 100px;
    /*padding-bottom: 70px;*/
  }
  .why--exhibit--text--div p {
    font-size: 24px;
    line-height: 37px;
    font-weight: 300;
    text-align: center;
  }

  /* Testimonials Page CSS */
  .testimonials--contact--us--heading--text .container {
    max-width: 100%;
  }
  .testimonials--heading--text h2 {
    text-align: center;
    padding-top: 46px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    color: #18283F;
  }
  .testimonials--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 39px;
    width: 25%;
  }
  .testimonials--text p {
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    /*width: 900px;*/
    margin: 0 auto;
  }
  .testimonials--white--colored--bg {
    padding-bottom: 40px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 70px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 35px;
    line-height: 55px;
    font-weight: 500;
    text-transform: uppercase;
    color: #141628;
  }
  .text--container h3.second--title {
    font-weight: 700;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .testimonials--text--section {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .testimonials--text--div {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    /*width: 900px;*/
    margin: 0 auto;
  }
  .testimonials--below--colorful--text--section {
    padding-top: 100px;
    /* padding-bottom: 134px; */
  }
  .testimonials--below--colorful--text--section p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
    /*width: 900px;*/
    margin: 0 auto;
  }
  .background--1 {
    background-color: #141628;
    /*height: 100%;*/
  }
  .background--2 {
    background-color: #5D78AF;
    /*height: 100%;*/
  }
  .background--3 {
    background-color: #99ABD3;
    /*height: 100%;*/
  }
  .background--4 {
    background-color: #004A89;
    /*height: 100%;*/
  }
  .background--1 .team-upper-part, .background--2 .team-upper-part, .background--3 .team-upper-part, .background--4 .team-upper-part {
    text-align: center;
  }
  .background--1 img, .background--2 img, .background--3 img, .background--4 img {
    width: 30%;
    margin: 40px auto;
  }
  .background--1 .team-bottom-part p, .background--2 .team-bottom-part p, .background--3 .team-bottom-part p, .background--4 .team-bottom-part p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
  }
  .background--1 .team-bottom-part p.designation, .background--2 .team-bottom-part p.designation, .background--3 .team-bottom-part p.designation, .background--4 .team-bottom-part p.designation {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
  }
  .testimonial--page--section {
    padding: 0px;
  }
  #testimonial--page--section .col-lg-6:last-child {
    padding-right: 0;
  }
  #testimonial--page--section .col-lg-6:first-child {
    padding-left: 0;
  }
  #testimonial--page--section .row:last-child {
    margin-top: 0px;
  }

  /* Become a Sponsor Page CSS */
  .become--a--sponsor--heading--text h2 {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 28px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 35px;
    color: #18283F;
  }
  .become--a--sponsor--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 56px;
    width: 25%;
  }
  .become--a--sponsor--text {
    text-align: center;
    padding-bottom: 47px;
  }
  .become--a--sponsor--leftside--rightimg .row {
    flex-wrap: wrap;
  }
  .become--a--sponsor--leftside--rightimg .row .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .become--a--sponsor--left--image--right--text .row {
    flex-direction: column;
  }
  .become--a--sponsor--leftside--rightimg .row {
    background-color: #141628;
    border-bottom: 15px solid #81a2d2;
  }
  .become--a--sponsor--text--div p {
    /* color: #fff;
    width: 375px;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    line-height: 40px; */
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    padding: 0 20px;
  }
  .become--a--sponsor--black--text--div p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    color: #18283F;
  }
  .become--a--sponsor--leftside--rightimg {
    padding-bottom: 70px;
    margin: 20px;
  }
  .become--a--sponsor--left--image--right--text .pdl-140 {
    padding-left: 15px;
  }
  .become--a--sponsor--left--image--right--text .about-image-block:after {
    right: 8px;
    top: 8px;
  }
  .become--a--sponsor--left--image--right--text p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 50px;
    margin-top: 0px;
    text-align: center;
  }
  .become--a--sponsor--left--image--right--text {
    padding-bottom: 80px;
  }
  .become--a--sponsor--text--div {
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    padding: 30px 0 !important;
  }
  .become--a--sponsor--left--image--right--text a {
    font-size: 18px !important;
    line-height: 23px;
    padding: 27px 64px !important;
    text-align: center;
    width: 100%;
  }
  /*.become--a--sponsor--text--section {
    padding-bottom: 60px;
  }*/
  .become--a--sponsor--contact--us--heading--text .container {
    max-width: 100%;
  }
  .become--a--sponsor--text p {
    font-size: 15px;
  }
  /* .background--1, .background--2, .background--3, .background--4 {
    height: 105vh !important;
  } */
  #testimonial--page--section .team-bottom-part {
    height: 100%;
    bottom: auto;
  }
  /* Conference Page CSS */
  .conference--heading--section hr.color--hr {
    padding-bottom: 60px;
    width: 30%;
  }
  .conference--left--image--right--text .pdl-95 {
    padding-left: 15px;
    padding-top: 40px;
  }
  .conference--heading--section h2 {
      padding-top: 50px;
      padding-bottom: 18px;
      text-transform: uppercase;
      font-size: 25px;
      line-height: 30px;
      color: #141628;
  }
  .conference--heading--section .mrb-40 {
    margin-bottom: 0;
  }
  .conference--left--image--right--text .personal-details a {
    margin-top: 40px !important;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-align: center;
  }
  .conference--left--image--right--text .personal-details p {
    margin-bottom: 20px !important;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
  }
  .conference--left--image--right--text {
    padding-bottom: 80px;
  }
  .conference--team--section hr.color--hr {
    margin: 2% 0;
    width: 20%;
  }
  .conference--team--section h2 {
    font-weight: 500;
    color: #002843;
    font-size: 27px;
    line-height: 33px;
  }
  .conference--team {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .conference--team .col-md-6:nth-child(2), .conference--team .col-md-6:nth-child(3) {
    padding-top: 30px;
  }
  .conference--team .team-block h6 {
    font-size: 18px;
  }
  .conference--team .team-block {
    height: 100%;
  }
  .anna--milberg {
    background-color: #002843;
  }
  .jaques--drappier, .fiona--greenyer {
    background-color: #5d78ad;
  }

  /* EATS Page CSS */
  .eats--news--heading--section h2 {
    font-size: 22px;
    line-height: 32px;
    color: #141628;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 28px;
  }
  .eats--news--heading--section .mrb-40 {
    margin-bottom: 0;
  }
  .eats--news--heading--section hr.color--hr {
    padding-bottom: 50px;
    width: 20%;
    margin: 0 auto;
  }
  .eats--news--heading--text h4 {
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    font-weight: 500;
    color: #000;
    padding-bottom: 60px;
  }
  .eats--news--left--image--right--text .personal-details p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .btn-container button#read-more-toggle {
    padding: 10px 32px;
    font-size: 12px;
    margin-bottom: 5%;
    width: 100%;
  }
  .eats--news--left--image--right--text .about-image-block:after {
    position: absolute;
    content: "";
    height: 65%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 200px !important;
    margin: 0 auto;
    top: auto !important;
    opacity: 1;
    /* animation: heartbeat 1s infinite alternate; */
    bottom: -25px;
  }
  .eats--news--left--image--right--text .personal-details {
    padding-left: 0px;
    padding-top: 30px;
    text-align: center;
  }
  .eats--news--left--image--right--text .personal-details a {
    /*margin-top: 40px;*/
    font-size: 11px !important;
    line-height: 11px !important;
    font-weight: 500;
    /*margin-bottom: 80px;*/
    width: 100%;
    text-align: center;
  }
  .eats--news--left--image--right--text hr.color--hr {
    margin: 5% 0 10% 0;
    width: 100%;
  }

  /* Exhibitor Portal Page CSS */
  .exhibitor--portal--heading--section h2 {
    padding-top: 50px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    color: #141628;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 40px;
  }
  .exhibitor--portal--text--div--bold {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
    color: #000;
    padding-bottom: 50px;
  }
  .exhibitor--portal--text--div--regular {
    font-size: 26px;
    line-height: 35px;
    color: #000;
    padding-bottom: 50px;
    font-weight: 500;
  }
  .exhibitor--portal--text--div--light {
    padding-bottom: 50px;
    padding-top: 40px;
  }
  .exhibitor--portal--purple--section {
    padding-top: 70px;
    padding-bottom: 85px;
  }
  .exhibitor--portal--purple--section h3 {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
  }
  ul.custom--exhibitor--portal--list {
    padding-top: 20px;
  }
  ul.custom--exhibitor--portal--list li {
    display: list-item;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    text-align: center;
  }
  .exhibitor--portal--white--bg--section h2 {
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
    color: #002843;
  }
  #exhibitor--portal--white--bg--section hr.color--hr {
    padding-bottom: 80px;
  }
  .colored--bg--text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  .colored--bg--text hr.color--hr {
    margin: 0 auto;
    width: 35%;
    padding-bottom: 50px;
  }
  .exhibitor--portal--text--div--light p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #000;
  }
  #exhibitor--portal--text--div--light--image .row {
    flex-direction: column;
  }
  #exhibitor--portal--text--div--light--image .row img {
    padding-bottom: 30px;
    width: 50%;
  }
  #exhibitor--portal--text--div--light--image ul.custom--exhibitor--portal--list {
    padding-left: 0px;
  }
  .exhibitor--portal--text--div--light p:last-child {
    margin-bottom: 0px;
  }
  .colored--bg--text {
    padding-top: 0px;
  }
  .colored--bg--text .container {
    max-width: 100%;
  }
  h2.colored--bg--text--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 20px;
  }
  .key--deadline--div:before {
    z-index: -1 !important;
  }
  .colored--bg--text .custom--border:before {
    border-top: 5px solid #ffffff;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
  }
  .exhibitor--portal--text p {
    color: #fff;
    text-transform: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    width: 95%;
    margin: 0 auto;
  }
  .exhibitor--portal--text {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .exhibitor--portal--text--2 p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--2 p {
      color: #fff;
      text-transform: capitalize;
      font-size: 14px;
      line-height: 19px;
      width: 95%;
      margin: 0 auto 60px auto;
      font-weight: 300;
  }
  .exhibitor--portal--text--2 {
      text-align: center;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .exhibitor--portal--white--bg--section h2 {
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
    color: #002444;
  }
  .second--title h2 {
    padding-top: 0px;
  }
  .button--div {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .exhibitor--portal--white--bg--section .second--title {
    margin-bottom: 0;
  }
  .button--div a {
    font-size: 17px !important;
    line-height: 20px;
    padding: 20px !important;
    font-weight: 500;
    color: #002843;
    width: 100%;
  }
  .second--title hr.color--hr {
    padding-bottom: 80px;
  }
  .exhibitor--portal--table {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h2.title.title-color-change {
    color: #fff !important;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 39px;
  }
  .exhibitor--portal--table--1 .table-content {
    padding: 35px;
  }
  .exhibitor--portal--table--1 img {
    width: 100%;
  }
  .exhibitor--portal--table--1 h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #002444;
  }
  .exhibitor--portal--table--1 hr.color--hr {
    margin-top: 6%;
    padding-bottom: 30px;
  }
  ul.exhibitor--portal--para--text li {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 15px;
  }
  ul.exhibitor--portal--para--text {
      font-size: 22px;
      line-height: 31px;
      font-weight: 400;
      color: #000;
  }
  .exhibitor--portal--table--1 {
    height: auto;
    margin: 10px;
    padding: 0px;
  }
  section.colored--bg.exhibitor--portal--table .mrb-80 {
    margin-bottom: 20px;
  }
  .exhibitor--portal--table .row:last-child {
    padding-top: 0px;
  }
  .exhibitor--portal--leftside-image--rightside--text--section .about-image-block:after {
    position: absolute;
    content: "";
    height: 90%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 200px !important;
    margin: 0 auto;
    top: 60px !important;
    opacity: 1;
  }
  .exhibitor--portal--leftside-image--rightside--text--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .exhibitor--portal--leftside-image--rightside--text--section .about-image-block {
    margin-bottom: 0;
  }
  .exhibitor--portal--leftside--image--rightside--text--div {
    padding-left: 0px;
    padding-top: 40px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div h2 {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #002843;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p {
    margin-bottom: 40px !important;
    font-size: 15px;
    text-align: center;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p:last-child {
    margin-bottom: 0px !important;
  }
  .exhibitor--portal--two--boxes--section {
    background-color: #78A4D8;
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .exhibitor--portal--two--boxes--section .feature-content {
    padding: 75px 30px 20px 30px;
    margin: 0px;
    height: auto;
  }
  ul.shipping--forms li {
    display: list-item;
    list-style: disc inside;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 80px;
  }
  #exhibitor--portal--logo--text--section h2 {
    text-transform: uppercase;
    color: #002444;
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 20px;
  }
  #exhibitor--portal--logo--text--section hr.color--hr {
    padding-bottom: 90px;
    margin: 0% auto;
    width: 20%;
  }
  #exhibitor--portal--logo--text--section img {
    width: 50%;
    margin-bottom: 50px;
  }
  .save-as-pdf-pdfcrowd-button img {
    margin-bottom: 0px !important;
  }
  #exhibitor--portal--logo--text--section p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
  #exhibitor--portal--logo--text--section .why--exhibit--text--div p:last-child {
    padding-top: 0px;
    text-align: center;
  }
  .exhibitor--portal--two--boxes--section .feature-content .title {
    position: absolute;
    top: -10%;
    background-color: #002843;
    padding: 25px;
    width: 100%;
    left: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .exhibitor--portal--two--boxes--section .feature-content h3 {
    color: #fff;
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 500;
  }
  .exhibitor--portal--two--boxes--section .feature-content .title:before {
    /* height: 0;
    width: 0;
    border-top: 65px solid #000;
    border-left: 60px solid transparent;
    bottom: -72%;
    position: absolute;
    content: "";
    left: 0.3%; */
    display: none;
  }
  .para p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .para p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--two--boxes--section .container {
    max-width: 90%;
  }

  .about--second--section hr.color--hr {
    margin-bottom: 30px;
    margin-top: 15px !important;
    width: 20%;
  }
  .case-study-section hr.color--hr {
    margin-top: 10px !important;
    padding-bottom: 70px;
  }
  .case-study-section .table-content hr.color--hr {
    margin-top: 15px !important;
    padding-bottom: 15px;
    width: 25%;
  }
  .case-study-section {
    padding-top: 40px;
  }
  .table--section {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .about--second--section {
    padding-top: 90px;
  }
  section.pdf--section {
    padding-bottom: 0px;
  }

  section#colored--bg {
    padding-bottom: 0px;
  }

  .eats--news--left--image--right--text:nth-last-of-type(1) {
    padding-bottom: 80px;
  }

  /* Meet the Speakers CSS */
  .meet--the--speakers--heading--text {
    text-align: center;
  }
  .meet--the--speakers--heading--text h2 {
    font-size: 35px;
    line-height: 45px;
    color: #002945;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  .meet--the--speakers--heading--text hr.color--hr {
    margin: 0% auto;
    width: 40%;
    border-color: #78A4D8 !important;
  }
  .meet--the--speakers--section {
    padding-bottom: 0px;
  }
  .meet--the--speakers--section .team-block {
    height: auto;
  }
  .meet--the--speakers--section .team-block img {
    height: 750px;
    border-radius: 0px;
  }
  #speakers--list ul.slick-dots {
    bottom: -60px;
  }
  #speakers--list ul.slick-dots li.slick-active button:before {
    color: #78A4D8 !important;
    opacity: 1 !important;
  }
  #speakers--list ul.slick-dots li button:before {
    color: #78A4D8 !important;
    opacity: 0.5 !important;
  }

  /* ATO at Eats Page CSS */
.ato--eats--programme--heading--text h2 {
  font-size: 30px;
  line-height: 45px;
  color: #002945;
  padding-top: 86px;
  padding-bottom: 15px;
  text-align: center;
}
.ato--eats--programme--heading--text hr {
  margin: 0% auto;
  padding-bottom: 70px;
  width: 30%;
  border-color: #78A4D8 !important;
}
.ato--eats--programme--lefttext--rightimage p {
  font-size: 17px;
  text-align: center;
}
.ato--eats--programme--lefttext--rightimage p:first-child {
  margin-top: 0px;
}
.ato--eats--programme--lefttext--rightimage .col-md-12:first-child {
  padding-right: 15px;
  padding-left: 15px;
}
.ato--eats--programme--left--image--right--text .col-md-12:last-child {
  padding-left: 15px;
}
.ato--eats--programme--lefttext--rightimage .row {
  flex-direction: column-reverse;
}
.ato--eats--programme--left--image--right--text {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ato--eats--programme--left--image--right--text .single-team-img {
  text-align: center;
}
.ato--eats--programme--left--image--right--text .img-full {
  width: 75%;
}
.ato--eats--programme--left--image--right--text ul li {
  font-size: 17px !important;
  line-height: 36px !important;
  margin-bottom: 15px;
  color: #000 !important;
  display: list-item;
}
.ato--eats--programme--left--image--right--text ul li:last-child {
  margin-bottom: 0px;
}
.ato--eats--programme--left--image--right--text .personal-details p {
  font-size: 17px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.personal-details a {
  text-align: center;
  width: 100%;
}
.ato--eats--programme--left--image--right--text h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 60px;
  color: #000;
}
.ato--eats--programme--left--image--right--text ul {
  padding-left: 20px;
  margin: 30px 0;
}
.personal-details a {
  font-size: 17px !important;
  line-height: 20px;
  color: #002945;
}
p.last--p {
  margin-bottom: 30px !important;
}
.ato--eats--programme--lefttext--rightimage .ato-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  background: #78A4D8;
  z-index: -1;
  right: -35px !important;
  margin: 0 auto;
  top: 40px;
  opacity: 1;
}

/* 2021 Pilot Conference Page CSS */
.pilot--conference--2021--heading--section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pilot--conference--2021--heading--text h2 {
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #002945;
  padding-bottom: 19px;
}
.pilot--conference--2021--heading--text {
  text-align: center;
}
.pilot--conference--2021--heading--text hr.color--hr {
  margin: 0 auto;
  width: 40%;
}
.pilot--conference--2021--description {
  padding-bottom: 50px;
}
.pilot--conference--2022--description {
  padding-bottom: 30px;
}
.pilot--conference--2021--description p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.pilot--conference--2021--day--info h3 {
  font-size: 35px;
  text-align: center;
  line-height: 40px;
}
.pilot--conference--2021--team--section .team-bottom-part {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 40px;
}
.pilot--conference--2021--team--section .team-bottom-part h4 {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
}
.pilot--conference--2021--day2--info h3 {
  font-size: 35px;
  text-align: center;
  line-height: 40px;
}
.pilot--conference--2021--day2--section {
  padding: 60px 0;
}
.pilot--conference--2021--second--team--section .team-bottom-part {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 40px;
}
.pilot--conference--2021--second--team--section .team-bottom-part h4 {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
}
.pilot--conference--2021--team--section .andy-oshea, .pilot--conference--2021--second--team--section .andy-oshea {
  background-position: bottom center;
  height: auto;
  background-repeat: no-repeat;
}

.pilot--conference--2021--description p {
  font-size: 16px;
  line-height: 25px;
}
.pilot--conference--2022--description p {
  padding-left: 0px;
}
.pilot--conference--2022--image {
    padding-bottom: 40px;
    text-align: center;
}
.pilot--conference--2022--day--info h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 46px;
    color: #000;
}
/*.pilot--conference--2022--colored--bg--white--text--div {
    width: 280px;
    margin: 0 auto;
}*/
.pilot--conference--2021--day2--info h3 {
    font-size: 35px;
    text-align: center;
    line-height: 46px;
    font-weight: 500;
    color: #000;
}
.pilot--conference-2022--eats--conference {
    padding-top: 70px;
}
.pilot--conference-2022--eats--conference hr.color--hr {
    margin: 0 0;
}
.pilot--conference-2022--eats--conference--team {
    padding-top: 70px;
}

/* Updated Pilot Conference 2022 Page CSS */
.pilot--conference--2022--heading--section h2 {
  font-size: 21px;
  line-height: 28px;
  color: #002A45;
  padding-bottom: 20px;
}
.pilot--conference--2022--description--new--image {
  text-align: center;
  padding-bottom: 0px;
}
.pilot--conference--2022--description p {
  font-size: 16px !important;
  line-height: 25px !important;
}

.pilot--conference--2022--day--info h3 {
  font-weight: 500;
  font-size: 27px !important;
  line-height: 30px !important;
  color: #000;
  padding-bottom: 30px;
}
p.session--1 {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: left;
}
p.session--1--timing, p.session--2--timing {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: left;
}
ol.session--1--speakers, ol.session--2--speakers {
  padding-left: 20px;
}
ol.session--1--speakers li, ol.session--2--speakers li {
  font-size: 15px;
  line-height: 27px;
  list-style: auto;
  margin-bottom: 24px;
  color: #000;
  font-weight: 500;
  text-align: left;
}
p.session--2 {
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}
.pilot--conference--2022--heading--section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pilot--conference--2022--description--new--image .small--img {
  position: relative;
  top: 0%;
  left: 0px;
  margin-top: 5%;
}
.pilot--conference--2022--description--new--image .big--img {
  position: relative;
  top: 0%;
  left: 0px;
  margin-top: 5%;
  width: 85%;
}
p.session--3 {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
  text-align: left;
}
p.session--3--timing {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
  text-align: left;
}
p.session--3--para {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
  text-align: left;
}
.pilot--conference--2022--colored--bg--white--text--div img {
  margin-top: 20px;
  margin-bottom: 40px;
}
p.session--4 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  text-align: left;
  text-align: left;
}
p.session--4--timing {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  text-align: left;
  text-align: left;
}
ol.session--4 {
  padding-left: 20px;
}
ol.session--4 li {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  list-style: auto;
  margin-bottom: 22px;
  text-align: left;
}
.pilot--conference--2022--colored--bg--white--text--section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pilot--conference--2022--day--1--description {
  padding-bottom: 0px !important;
}
#pilot--conference--2022--heading--section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pilot--conference--2022--day2--section {
  padding: 0 0 30px 0;
}
.pilot--conference--2022--day2--info h3 {
  font-weight: 500;
  font-size: 25px !important;
  line-height: 30px !important;
  padding-bottom: 20px;
  color: #000;
}
p.session--5 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: left;
}
p.session--5--timing {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 22px;
  text-align: left;
}
ol.session--5--speakers {
  padding-left: 20px;
}
ol.session--5--speakers li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  list-style: auto;
  font-weight: 500;
  text-align: left;
}
ol.session--7--speakers--day2 li, ol.session--8--speakers--day2 li {
  color: #fff;
  text-align: left;
}
.pilot--conference--2022--day2--section .col-md-6:nth-child(2) {
  padding-bottom: 20px;
}
p.session--6 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  padding-top: 40px;
  font-weight: 500;
  text-align: left;
}
p.session--6--timing {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  font-weight: 500;
  text-align: left;
}
ol.session--6--speakers {
  padding-left: 20px;
}
ol.session--6--speakers li {
  font-size: 16px;
  line-height: 25px;
  list-style: auto;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: left;
}
p.session--7, p.session--8 {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
  text-align: left;
}
p.session--7--timing, p.session--8--timing {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
  text-align: left;
}
ol.session--7--speakers, ol.session--8--speakers {
  padding-left: 20px;
}
ol.session--7--speakers li, ol.session--8--speakers li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  color: #fff;
  list-style: auto;
  text-align: left;
}
#pilot--conference--colored--bg--white--text--section--2022 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pilot--conference-2022--eats--conference {
  padding-top: 60px;
}
.pilot--conference-2022--eats--conference--team {
  padding-top: 60px;
  padding-bottom: 60px;
}
#sponsor--block--2022 h2 {
  font-size: 27px;
  line-height: 33px;
  color: #012945;
  font-weight: 500;
  margin-bottom: 20px;
}
.sponsor--block--2022 hr.color--hr {
  margin: 0 0 7% 0;
  width: 20%;
}
h5.sponsor--name {
  margin-bottom: 0px;
  text-align: center;
  font-size: 22px;
}
h5.ato--sponsor--name {
  margin-bottom: 0%;
  text-align: center;
  margin-top: 4%;
}
.sponsor--block--2022 {
  padding-bottom: 0px;
}
.team-block-1 .team-upper-part img {
  margin-bottom: 0%;
}
#logos--section .col-md-2:nth-child(3) h5.sponsor--name {
  display: none;
}
#logos--section .col-md-2 .mrb-30 {
  margin-bottom: 0px;
}
.save-as-pdf-pdfcrowd-button {
  position: relative;
  right: 0px;
  top: 0px;
}
  #table--section.case-study-section .price-table p {
    font-size: 15px;
    line-height: 27px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .copyrights--section div:last-child {
    text-align: center !important;
  }
  legend.gfield_label, label, span.gfield_required {
    font-size: 20px !important;
    line-height: 20px;
  }
  input[type=text], select, input[type=email], input[type=tel] {
    padding: 10px !important;
    font-size: 26px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
  }
  .gform_next_button, .gform_previous_button, .gform_button {
    background: transparent;
    color: #141628;
    border: 4px solid #78A4D8;
    border-radius: 0;
    text-transform: uppercase;
    padding: 20px 50px;
    font-size: 20px;
    line-height: 15px;
    width: auto;
    line-height: 0 !important;
  }
  div#slick3 {
    display: block;
  }
  div#slick1, div#slick2 {
    display: none;
  }
  .mobilee--test--class .team-block {
    height: 720px;
  }
  .pdl-140 {
    padding-left: 0px;
    padding-top: 50px;
  }
  #about-page-section:first-child .pdl-140 {
    padding-top: 0px;
  }
  /* section.custom--banner--section {
    padding: 200px 0 120px 0 !important;
  } */
  .countdown--div {
    flex-direction: column;
  }
  p.countdown--text, div#countdown {
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
  }
  div#countdown {
    padding-top: 30px;
  }
  #countdown ul li {
    display: inline-flex;
    padding: 0em 0.8rem 1em 0.8em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  #countdown ul li span {
    padding: 0;
    display: block;
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
  }
  #countdown--section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slick-prev {
    z-index: 1;
    left: 0 !important;
  }
  .slick-next {
    z-index: 1;
    right: 0 !important;
  }
  .slick-prev:before {
    left: -30px !important;
    padding: 10px;
    font-size: 20px !important;
  }
  .slick-next:before {
    right: 5px;
    font-size: 20px !important;
  }
  #logos--section .slick-prev:before {
    left: -30px !important;
  }
  #logos--section .slick-next:before {
    right: -15px;
  }
  .buttons {
    align-items: center;
  }
  a.first-button, a.second-button, a.third-button {
    font-size: 12px !important;
    font-weight: 700;
    padding: 20px !important;
    line-height: 15px !important;
  }
  /* a.second-button {
    line-height: 50px !important;
  } */
  .custom--border:before {
    display: none;
  }
  .heading--with--border {
    font-size: 25px;
    width: 90%;
    color: #141628 !important;
  }
  .left--image--right--text {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  #left--image--right--text h4 {
    font-size: 17px;
    line-height: 27px;
    margin-top: 30px;
    font-weight: 500;
  }
  #left--image--right--text h4.color {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
  }
  .left--image--right--text p {
    font-size: 15px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .left--image--right--text p:last-child {
    margin-bottom: 0;
  }
  .custom--counter--class {
    background-color: #EDEDED;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-image-block:after {
    display: none;
  }
  .shadow-1:after {
    display: none;
  }
  .funfact-normal .icon span:before {
    color: #78A4D8;
    font-size: 4rem;
  }
  .funfact-normal .counter {
    color: #010101;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .counter--numbers span {
    font-size: 20px;
    padding-left: 5px;
    padding-top: 10px;
    font-weight: 700;
    color: #010101;
  }
  #about-section h2, #about-section-1 h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    margin-top: 0px;
  }
  #about-section-1 {
    padding-top: 50px;
  }
  #about-section hr.color--hr, #about-section-1 hr.color--hr {
    width: 10%;
    margin-bottom: 25px !important;
  }
  #about-section p, #about-section-1 p{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
  }
  p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
  }
  #about-section .btn--light, #about-section-1 .btn--light {
    padding: 20px 25px !important;
    font-size: 13px !important;
    line-height: 10px !important;
    margin: 0;
  }
  #testimonial--section .slick-next:before {
    right: -10px;
  }
  #testimonial--section .slick-prev:before {
    left: -50px;
  }
  .slick-prev:before {
    left: -45px;
  }
  .slick-next:before {
    right: 0px;
  }
  .sponsor--heading--with--border {
    font-size: 17px;
    padding: 20px;
    line-height: 17px;
    color: #141628;
  }
  section#custom--sponsor--heading--text {
    padding-bottom: 10px;
    padding-top: 100px;
  }
  .slick-slide img {
    width: 100%;
  }
  .testimonial-content .comments {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
  }
  .client-name {
    margin-bottom: 83px;
    color: #fff;
    font-size: 15px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 30px;
  }
  .client-designation {
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  .footer-widget-list li {
    margin-bottom: 25px;
  }
  .footer-widget-list li:last-child {
    margin-bottom: 0px;
  }
  .footer-widget-list li a {
    font-size: 14px;
    line-height: 14px;
  }
  .empty--col {display: none;}
  #logos--section .empty--col {
    display: block;
  }
  .footer-widget-list li a:before {
    top: 0px;
  }
  .social-list li a {
    color: #78A4D8;
    font-size: 27px;
  }
  .social-list li a:hover {
    background-color: #78A4D8;
    color: #141628;
  }
  .funfact-normal .title {
    color: #010101;
    font-weight: 400;
    font-size: 16px;
    line-height: 5px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  #about-section .row {
    flex-direction: column-reverse;
  }
  #about-section .pdr-100 {
    padding-right: 0;
  }
  #about-section-1 .pdl-100 {
    padding-left: 0;
  }
  ul#menu-primary-menu li a {
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
  }
  ul.sub-menu li.current-menu-item a {
    opacity: 1 !important;
  }
  .text-light-gray {
    color: #fff;
    font-size: 13px;
    line-height: 19px;
  }
  .copyrights--section {
    align-items: center;
    text-align: center;
    padding-top: 60px;
  }
  .footer-widget img {
    margin-bottom: 30px;
  }
  #left--image--right--text img {
    width: 50%;
  }
  .single-team-img {
    text-align: center;
  }

  /* About Page Media Query CSS */
  .content-box h1 {
    line-height: 47px;
    font-size: 37px;
    font-weight: 700;
  }
  #about-page-section {
    padding-top: 0;
  }
  #table--section .col-lg-4 {
    margin-bottom: 50px;
  }
  .about--heading--with--border {
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    background-color: #fff;
    width: 75%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #141628;
    padding: 0 15px;
  }
  #about-page-section p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  #about-page-section p:last-child {
    margin-top: 0px !important;
  }
  .about--second--section .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #about-page-section h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .about-page-section hr.color--hr {
    margin: 6% 0;
  }
  .order-list li:before {
    color: #78A4D8;
    font-size: 35px;
  }
  ul.order-list {
    padding-left: 0px;
  }
  .order-list li {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px !important;
    padding-left: 35px;
  }
  .order-list li:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .order-list li:last-child {
    margin-bottom: 0px !important;
  }
  .case-study-section h2 {
    font-size: 32px;
    line-height: 42px;
    color: #141628;
    text-transform: uppercase;
  }
  .title-box-center hr.color--hr {
    margin: 0% auto;
    width: 17%;
  }
  #table--section .price-table {
    height: 100%;
  }
  #table--section h3 {
    color: #141628;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
  }
  .price-table {
    padding: 0px;
    margin-bottom: 0px;
  }
  .price-table .table-content .list-items li {
    padding: 15px 0;
    font-size: 15px;
    line-height: 19px;
  }
  .custom--cta--class h5 {
    font-size: 15px;
    line-height: 32px;
  }
  .price-table .table-content {
    padding: 30px;
  }

  /* Visitor Information Page CSS */
  .attendee--heading--text h2 {
    font-size: 29px;
    line-height: 41px;
  }
  #white--border--table thead tr th:nth-child(2), #white--border--table thead tr th:nth-child(3), #white--border--table thead tr th:nth-child(4) {
    font-size: 13px;
    line-height: 10px;
    padding: 15px;
  }
  #white--border--table tbody tr td {
    font-size: 15px;
    line-height: 10px;
    padding: 17px;
  }
  .italics--div p {
    color: #fff;
    font-style: normal;
    margin-bottom: 0;
    padding: 20px 0 70px 0;
  }
  .white--outline {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    padding: 20px 50px;
  }
  #colored--bg .section-content {
    padding-top: 60px;
  }
  .attendee--table--1 h3 {
    font-size: 24px;
    line-height: 37px;
    font-weight: 500;
    color: #141628;
  }
  .attendee--table--1 .purple--text {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 2% 0 0 0;
  }
  .attendee--table--1 hr.color--hr {
    margin: 2% 0 5% 0;
    width: 15%;
  }
  .attendee--table--1 .btn--light {
    font-size: 12px;
    line-height: 19px;
    padding: 10px 30px;
  }
  .attendee--table--1 .attendee--para--text:last-child {
    margin-bottom: 30px;
  }
  .attendee--table--1 .attendee--para--text {
    font-size: 12px;
    line-height: 19px;
  }
  .attendee--table--1 {
    padding: 0px;
  }
  .attendee--table--1 .table-content {
    padding: 20px;
  }
  .attendee--table--1 img {
    width: 100%;
  }
  .attendee--table--1 .table-footer {
    position: initial;
    margin-bottom: 30px;
  }
  #colored--bg .section-content .col-md-12 {
    margin-bottom: 50px;
  }

  /* Attendee List Page CSS */
  #white--colored--bg {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .attendee--list--heading--text h2 {
    font-size: 27px;
    line-height: 19px;
  }
  .attendee--list--para--text p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    text-align: center;
  }
  .attendee--list--heading--text hr {
    margin: 2% auto 0% auto;
    padding-bottom: 0;
  }

  /* FAQ Page CSS */
  .faq--heading--text {
    text-align: center;
  }
  .faq--heading--text h2 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 27px;
    line-height: 39px;
    font-weight: 700;
    color: #18283F;
  }
  .faq--heading--text hr.color--hr {
    margin: 0% auto;
    width: 15%;
    padding-bottom: 30px;
  }
  #faq--section .faq-block {
    padding-bottom: 50px;
  }
  #faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0px !important;
    border-bottom: none;
    padding: 5px;
  }
  #faq--section .accordion-item:last-child {
    margin-bottom: 0px !important;
    border-bottom: 5px solid #78A4D8;
  }
  #faq--section .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000;
    padding-bottom: 0;
  }
  .accordion .accordion-item .accordion-header .title {
    font-size: 20px;
    line-height: 15px;
    font-weight: 400;
    background: transparent !important;
    color: #000;
  }
  .accordion .accordion-item .accordion-header span {
    left: 10px;
    top: 20px;
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-header.active span:before {
    content: "\f067";
    color: #78A4D8;
    font-size: 25px;
    top: 3px;
  }
  .fa-plus:before {
    content: "\f067";
    font-size: 25px;
    color: #78A4D8;
  }
  .accordion .accordion-item .accordion-body {
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-body p {
    font-size: 15px !important;
    padding-left: 7.5%;
    color: #000;
  }
  p.gf_progressbar_title {
    padding-left: 0 !important;
  }

  /* About the Organiser Page CSS */
  .abt--the--organiser--heading--text {
    text-align: center;
  }
  #abt--the--organiser--colored--section .row {
    flex-direction: column-reverse;
  }
  .abt--the--organiser--heading--text h2 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    color: #141628 !important;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .abt--the--organiser--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #abt--the--organiser--colored--section {
    background-color: #141628;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #abt--the--organiser--colored--section hr.white--line {
    border-top: 5px solid #fff;
    width: 30%;
    margin: 0;
    padding-bottom: 20px;
  }
  #abt--the--organiser--colored--section p {
    color: #fff;
    text-align: left;
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  #abt--the--organiser--colored--section .about-image-block {
    padding-left: 0%;
    padding-bottom: 8%;
  }
  .about-image-block img, .become--a--speaker--white--section img {
    width: 70%;
  }
  .about-image-block {
    text-align: center;
  }
  .eats--news--left--image--right--text img {
    width: 70%;
  }
  .eats--news--left--image--right--text .single-team-img {
    text-align: center;
  }
  #become--a--sponsor--left--image--right--text img {
    width: 100%;
  }
  .abt--the--organiser--faq--heading--text h2 {
    padding-top: 40px;
    padding-bottom: 11px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--our--events--heading--text h2 {
    padding-top: 60px;
    padding-bottom: 11px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--faq--heading--text hr.color--hr {
    margin: 0;
    width: 13%;
  }
  #abt--the--organiser--faq--section .active .title {
    background: transparent !important;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body {
    padding-top: 40px;
    padding-left: 50px;
  }
  #abt--the--organiser--faq--section .accordion-body h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body p {
    padding-left: 0;
    line-height: 25px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #abt--the--organiser--faq--section .accordion-body .col-md-9 {
    padding-left: 15px;
    padding-top: 40px;
    max-width: 100%;
    width: 100%;
  }
  #abt--the--organiser--faq--section .accordion-body .row {
    flex-direction: column;
  }
  #abt--the--organiser--faq--section .accordion-body a.btn--light {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 30px;
  }
  #abt--the--organiser--faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0;
    border-bottom: none;
    padding: 10px;
  }
  #abt--the--organiser--faq--section .accordion-item:last-child {
    border: 5px solid #78A4D8;
  }
  .abt--the--organiser--our--events--heading--text hr.color--hr, .abt--the--organiser--faq--heading--text hr.color--hr {
    padding-bottom: 60px;
  }
  .abt--the--organiser--our--events--section {
    padding-bottom: 50px;
  }

  /* Become a Speaker Page CSS */
  .become--a--speaker--section {
    text-align: center;
  }
  .become--a--speaker--heading--text h2 {
    padding-top: 86px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 44px;
    color: #141628;
  }
  .become--a--speaker--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 106px;
    width: 20%;
  }
  .colored--bg--white--text--section, .colored--bg--white--heading--section {
    background-color: #141628;
  }
  .colored--bg--white--text--section {
    padding-top: 130px;
    padding-bottom: 95px;
  }
  .colored--bg--white--text--section p {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .colored--bg--white--heading--section .container {
    max-width: 100%;
  }
  .colored--bg--white--heading--section .custom--border:before {
    border-color: #fff;
    z-index: 0;
  }
  .colored--bg--white--heading--section .custom--border:nth-child(2):before {
    z-index: -2;
  }
  h2.colored--bg--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 65%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    line-height: 48px;
    font-weight: 500;
    padding: 15px;
  }
  .pilot--training--div:before {
    z-index: -1 !important;
  }
  span.pilot--training {
    padding: 0 20px;
  }
  .become--a--speaker--colored--section {
    padding-top: 75px;
    background: #141628;
    padding-bottom: 75px;
  }
  #become--a--speaker--colored--section .col-xl-6:last-child {
    padding-left: 15px;
    padding-top: 50px;
  }
  .become--a--speaker--text p {
    color: #fff;
    margin-bottom: 56px;
    font-size: 20px;
    line-height: 33px;
  }
  .become--a--speaker--text ul li {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--text ul {
    color: #fff;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .become--a--speaker--white--section--text p {
    color: #000;
    line-height: 33px;
    font-size: 20px;
  }
  .become--a--speaker--white--section--text ul li {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--white--section--text ul {
    color: #000;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section .row:first-child {
    padding-bottom: 53px;
    flex-direction: column-reverse;
  }
  .become--a--speaker--white--section .row:last-child p {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
  }
  .become--a--speaker--white--section .row:last-child p:last-child {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .form--div {
    padding-top: 60px;
  }
  .form--div .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000 !important;
  }
  .form--div .accordion-item {
    border: 5px solid #78A4D8;
    padding: 25px;
  }

  /* Pilot Conference CSS */
  .pilot--conference--heading--text {
    text-align: center;
  }
  .pilot--conference--heading--text h2 {
    padding-top: 59px;
    padding-bottom: 18px;
    font-size: 32px;
    line-height: 44px;
    color: #141628;
  }
  .pilot--conference--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 65px;
    width: 20%;
  }
  .pilot--conference--colored--bg--white--text--section {
    background: #141628;
    padding-top: 88px;
    padding-bottom: 100px;
  }
  .pilot--conference--colored--bg--white--text--div p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .team-block h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 27px;
  }
  .team-block h6 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
  }
  .team-block {
    height: 520px;
  }
  .ascanio-russo, .frederik-mohrmann {
    background-position: center !important;
  }
  .fabi-riesen {
    background-position: -80px 0px !important;
  }
  .team-block h4 a:hover {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s;
  }
  .pilot--conference--white--bg--section {
    padding-top: 70px;
    padding-bottom: 46px;
    text-align: center;
  }
  .pilot--conference--white--text p {
    text-align: center;
    font-size: 25px;
    line-height: 37px;
    font-weight: 300;
  }
  .pilot--conference--white--bg--section a {
    margin-top: 50px;
    font-size: 18px !important;
    line-height: 24px;
    color: #141628;
  }

  /* Exhibitors List Page CSS */
  .accordion .accordion-body .letter--div p {
    font-size: 40px !important;
    /* border: 5px solid #78A4D8; */
    padding: 20px 0 0 0;
    /* width: 90%; */
    margin-bottom: 0px;
    color: #141628;
  }
  .accordion .accordion-body .letter--div p:after {
    content: '';
    border: 5px solid #78A4D8;
    padding: 40%;
    margin-bottom: 0px;
    position: absolute;
    left: 4px;
    top: 8px;
  }
  #sectionV .accordion .accordion-body .letter--div p {
    margin-left: 13%;
  }
  #sectionS .accordion .accordion-body .letter--div p {
    margin-left: 15%;
  }
  #sectionL .accordion .accordion-body .letter--div p {
    margin-left: 15%;
  }
  #sectionR .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 3%;
    margin-top: -3%;
  }
  #sectionP .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  #sectionM .accordion .accordion-body .letter--div p {
    margin-left: 3%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 7%;
    margin-top: -2%;
  }
  #sectionJ .accordion .accordion-body .letter--div p {
    margin-left: 20%;
  }
  #sectionI .accordion .accordion-body .letter--div p {
    margin-left: 25%;
  }
  #sectionG .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  #sectionF .accordion .accordion-body .letter--div p, #sectionE .accordion .accordion-body .letter--div p, #sectionC .accordion .accordion-body .letter--div p, #sectionB .accordion .accordion-body .letter--div p, #sectionA .accordion .accordion-body .letter--div p {
    margin-left: 12%;
  }
  #sectionD .accordion .accordion-body .letter--div p {
    margin-left: 4%;
  }
  .img--div img {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .img--div {
    text-align: left !important;
  }
  .des--div {
    font-size: 26px;
    max-width: 100%;
    padding: 0px;
  }
  .des--div ul li:last-child {
    margin-bottom: 50px;
  }
  .des--div ul {
    padding-left: 3%;
  }
  .des--div ul li {
    display: list-item;
    list-style: disc;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
  }
  .accordion-body .des--div h4 {
    font-size: 30px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .accordion-body .des--div span {
    font-size: 20px;
    line-height: 30px;
  }
  .accordion-body .des--div a {
    font-size: 20px;
    line-height: 30px;
    color: #81a2d2;
  }
  .accordion-body .des--div p {
    padding-left: 0 !important;
    line-height: 35px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .accordion-body .des--div a.btn--light {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 70px;
  }
  .section-A.content-section {
    padding-top: 0px;
  }
  .section-A.content-section.active123.top-content {
    padding-top: 90px !important;
  }
  .content-section {
    padding-top: 50px !important;
  }
  .list-a2z{
    background: #141628;
    padding: 15px 0 !important;
  }
  nav.abcd {
    width: 100%;
    line-height: 0px;
    margin: 0 auto;
  }
  nav.abcd ul li {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .fixed nav.abcd {
    width: 100%;
  }
  .fixed nav.abcd ul li {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .sponsaorlist-item .accordion-body .row {
    flex-direction: column;
  }
  #button-container button {
    padding: 20px;
    line-height: 0;
    margin-bottom: 5%;
  }

  /* Single Pilot Page CSS */
  .single--pilot--section {
    padding-top: 58px;
    padding-bottom: 45px;
  }
  .single--pilot--details hr.color--hr {
    margin: 0% 0 5% 0;
  }
  .single--pilot--img--section {
    padding-right: 50px;
  }
  .single--pilot--img--section img {
    background-color: #141628;
    width: 50%;
  }
  .single--pilot--details h6 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    color: #141628;
    margin-bottom: 30px;
  }
  .single--pilot--details h3 {
    font-size: 30px;
    line-height: 38px;
    color: #141628;
    text-transform: uppercase;
    margin-top: 30px;
  }
  .single--pilot--text p {
    font-size: 18px;
    line-height: 36px;
    color: #000;
  }
  .single--pilot--leftsml--rgtbig--div .long-gap-left {
    background-color: #78A4D8;
    padding-top: 52px;
    padding-bottom: 42px;
    padding-left: 65px;
    padding-right: 65px;
    margin: 0;
  }
  .long--gap--left--heading--text h3 {
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #141628;
  }
  .long--gap--left--des--text p:first-child {
    font-size: 20px;
    line-height: 36px;
    margin-top: 60px;
    color: #000;
    margin-bottom: 20px;
  }
  .long--gap--left--des--text ol li {
    font-size: 20px;
    line-height: 36px;
    margin-top: 30px;
    color: #000;
    margin-bottom: 0px;
    list-style: auto;
  }
  .long--gap--left--des--text p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 50px;
    color: #000;
    margin-bottom: 20px;
  }
  .single--pilot--leftsml--rgtbig--section {
    padding-bottom: 80px;
  }
  .single--pilot--leftsml--rgtbig--div .col-lg-12 {
    margin-top: 68px;
    left: 10%;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a {
    font-size: 25px;
    line-height: 30px;
    color: #141628;
    text-transform: uppercase;
    font-weight: 700;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a:before {
    content: url(/wp-content/uploads/2022/08/left-arrow.png);
    position: absolute;
    left: -50px;
    background: #78A4D8;
    border-radius: 50px;
    font-size: 48px;
    width: 45px;
    height: 45px;
    top: -5px;
    padding-left: 8px;
    color: #fff;
    padding-top: 4px;
  }

  /* Exhibit Floor Plan Page CSS */
  .exhibit--floor--plan--heading--text h2 {
    font-size: 32px;
    line-height: 45px;
    color: #18283F;
    text-transform: uppercase;
    text-align: center;
    padding-top: 56px;
    padding-bottom: 18px;
  }
  .exhibit--floor--plan--heading--text .color--hr {
    margin: 0% auto;
    padding-bottom: 106px;
    width: 22%;
    border-color: #81a2d2 !important;
  }
  .exhibit--floor--plan--pdf--section embed {
    height: 100vh;
  }
  .exhibit--floor--plan--para--text {
    padding-top: 60px;
  }
  .contact--us--heading--text {
    padding-top: 30px;
  }
  .exhibit--floor--plan--para--text p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
    color: #18283F;
  }
  h2.contact--us--heading--with--border {
    font-size: 18px;
    line-height: 23px;
    border: 5px solid #78A4D8;
    text-align: center;
    background-color: #fff;
    width: 35%;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 15px;
    color: #18283F;
  }
  .contact--us--heading--text .container {
    max-width: 100%;
  }
  .contact--us--text {
    padding-bottom: 40px;
  }
  .american--icon--div, .rest--of--world--icon--div {
    text-align: center;
    padding-top: 0px;
    text-transform: uppercase;
  }
  .american--icon--div img {
    width: 35%;
  }
  .rest--of--world--icon--div img {
    width: 60%;
  }
  .american--icon--div p, .rest--of--world--icon--div p {
    font-size: 18px;
    line-height: 20px;
    color: #010101;
  }

  /* Why Exhibit Page CSS */
  .leftside--image-rightside--text--section .container, .why--exhibit--contact--us--heading--text .container {
    max-width: 100%;
  }
  .why--exhibit--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 18px;
    font-size: 30px;
    line-height: 40px;
    color: #18283F;
  }
  .why--exhibit--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 55px;
    width: 20%;
    border-color: #81a2d2 !important;
  }
  .why--exhibit--text p {
    font-size: 15px;
    line-height: 27px;
  }
  .why--exhibit--white--colored--bg {
    padding-bottom: 40px;
  }
  .image--container {
    height: 130vh !important;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 100px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 71px 101px;
  }
  .text--container hr.white--line {
    width: 65%;
    margin: 38px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .why--exhibit--text--section {
    padding-top: 100px;
    /*padding-bottom: 70px;*/
  }
  .why--exhibit--text--div p {
    font-size: 28px;
    line-height: 41px;
    font-weight: 300;
    text-align: center;
  }

  /* Testimonials Page CSS */
  .testimonials--contact--us--heading--text .container {
    max-width: 100%;
  }
  .testimonials--heading--text h2 {
    text-align: center;
    padding-top: 66px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    color: #18283F;
  }
  .testimonials--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 39px;
    width: 15%;
  }
  .testimonials--text p {
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    /*width: 900px;*/
    margin: 0 auto;
  }
  .testimonials--white--colored--bg {
    padding-bottom: 80px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 70px 180px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 35px;
    line-height: 55px;
    font-weight: 500;
    text-transform: uppercase;
    color: #141628;
  }
  .text--container h3.second--title {
    font-weight: 700;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .testimonials--text--section {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .testimonials--text--div {
    font-size: 23px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    /*width: 900px;*/
    margin: 0 auto;
  }
  .testimonials--below--colorful--text--section {
    padding-top: 100px;
  }
  .testimonials--below--colorful--text--section p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
    /*width: 900px;*/
    margin: 0 auto;
  }
  .background--1 {
    background-color: #141628;
    /* height: 100%; */
  }
  .background--2 {
    background-color: #5D78AF;
    /* height: 100%; */
  }
  .background--3 {
    background-color: #99ABD3;
    /* height: 100%; */
  }
  .background--4 {
    background-color: #004A89;
    /* height: 100%; */
  }
  .background--1 .team-upper-part, .background--2 .team-upper-part, .background--3 .team-upper-part, .background--4 .team-upper-part {
    text-align: center;
  }
  .background--1 img, .background--2 img, .background--3 img, .background--4 img {
    width: 40%;
    margin: 20px auto;
  }
  .background--1 .team-bottom-part p, .background--2 .team-bottom-part p, .background--3 .team-bottom-part p, .background--4 .team-bottom-part p {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .background--1 .team-bottom-part p.designation, .background--2 .team-bottom-part p.designation, .background--3 .team-bottom-part p.designation, .background--4 .team-bottom-part p.designation {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
  }
  .testimonial--page--section {
    padding: 0 40px;
  }
  #testimonial--page--section .col-lg-6:last-child {
    padding-right: 0;
  }
  #testimonial--page--section .col-lg-6:first-child {
    padding-left: 0;
  }
  #testimonial--page--section .row:last-child {
    margin-top: 30px;
  }

  /* Become a Sponsor Page CSS */
  .become--a--sponsor--heading--text h2 {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 28px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 35px;
    color: #18283F;
  }
  .become--a--sponsor--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 56px;
    width: 25%;
  }
  .become--a--sponsor--text {
    text-align: center;
    padding-bottom: 47px;
  }
  .become--a--sponsor--leftside--rightimg .row {
    flex-wrap: wrap;
  }
  .become--a--sponsor--leftside--rightimg .row .col-md-12 {
    max-width: 50%;
    flex: 0 0 50%;
}
  .become--a--sponsor--left--image--right--text .row {
    flex-direction: column;
  }
  .become--a--sponsor--leftside--rightimg .row {
    background-color: #141628;
    border-bottom: 15px solid #81a2d2;
  }
  .become--a--sponsor--text--div p {
    /*color: #fff;
    width: 375px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 60px;*/
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    padding: 0 60px;
  }
  .become--a--sponsor--black--text--div p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    color: #18283F;
  }
  .become--a--sponsor--leftside--rightimg {
    padding-bottom: 140px;
  }
  .become--a--sponsor--left--image--right--text .pdl-140 {
    padding-left: 0;
  }
  .become--a--sponsor--left--image--right--text .about-image-block:after {
    right: 70px;
    top: 70px;
  }
  .become--a--sponsor--left--image--right--text p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 50px;
    margin-top: 0px;
  }
  .become--a--sponsor--left--image--right--text {
    padding-bottom: 80px;
  }
  .become--a--sponsor--text--div {
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
  }
  .become--a--sponsor--left--image--right--text a {
    font-size: 18px !important;
    line-height: 23px;
    padding: 27px 64px !important;
  }
  /*.become--a--sponsor--text--section {
    padding-bottom: 60px;
  }*/
  .become--a--sponsor--contact--us--heading--text .container {
    max-width: 100%;
  }
  .become--a--sponsor--text p {
    font-size: 15px;
  }
  #left--image--right--text .pdl-95 {
    padding-left: 0;
  }
  /* .background--1, .background--2, .background--3, .background--4 {
    height: 120vh !important;
  } */
  #testimonial--page--section .team-bottom-part {
    height: 100%;
    bottom: auto;
  }
  /* #testimonial--page ul.slick-dots {
    bottom: 30px;
  } */

  /* Conference Page CSS */
  .conference--heading--section hr.color--hr {
    padding-bottom: 40px;
    width: 30%;
  }
  .conference--left--image--right--text .pdl-95 {
    padding-left: 0;
    padding-top: 40px;
  }
  .conference--heading--section h2 {
      padding-top: 76px;
      padding-bottom: 18px;
      text-transform: uppercase;
      font-size: 32px;
      line-height: 38px;
      color: #141628;
  }
  .conference--left--image--right--text .personal-details a {
    margin-top: 40px !important;
    font-size: 16px;
    line-height: 20px;
  }
  .conference--left--image--right--text .personal-details p {
    margin-bottom: 20px !important;
    font-size: 17px;
    line-height: 27px;
  }
  .conference--left--image--right--text {
    padding-bottom: 80px;
  }
  .conference--team--section hr.color--hr {
    margin: 2% 0;
    width: 14%;
  }
  .conference--team--section h2 {
    font-weight: 500;
    color: #002843;
    font-size: 30px;
    line-height: 40px;
  }
  .conference--team {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .conference--team .col-md-6:last-child {
    padding-top: 30px;
  }
  .conference--team .team-block h6 {
    font-size: 18px;
  }
  .conference--team .team-block {
    height: 100%;
  }
  .anna--milberg {
    background-color: #002843;
  }
  .jaques--drappier, .fiona--greenyer {
    background-color: #5d78ad;
  }

  /* EATS Page CSS */
  .eats--news--heading--section h2 {
    font-size: 27px;
    line-height: 37px;
    color: #141628;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .eats--news--heading--section .mrb-40 {
    margin-bottom: 0;
  }
  .eats--news--heading--section hr.color--hr {
    padding-bottom: 30px;
    width: 15%;
    margin: 0 auto;
  }
  .eats--news--heading--text h4 {
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    font-weight: 500;
    color: #000;
    padding-bottom: 30px;
  }
  .eats--news--left--image--right--text .personal-details p {
    font-size: 15px;
    line-height: 25px;
  }
  .eats--news--left--image--right--text .about-image-block:after {
    position: absolute;
    content: "";
    height: 65%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 260px !important;
    margin: 0 auto;
    top: auto !important;
    opacity: 1;
    /* animation: heartbeat 1s infinite alternate; */
    bottom: -25px;
  }
  .eats--news--left--image--right--text .personal-details {
    padding-left: 0px;
    padding-top: 60px;
  }
  .eats--news--left--image--right--text .personal-details a {
    /*margin-top: 50px;*/
    font-size: 11px !important;
    line-height: 10px;
    font-weight: 500;
    /*margin-bottom: 80px;*/
  }
  .eats--news--left--image--right--text hr.color--hr {
    margin: 5% 0 10% 0;
    width: 100%;
  }

  /* Exhibitor Portal Page CSS */
  .exhibitor--portal--heading--section h2 {
    padding-top: 50px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    color: #141628;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 40px;
  }
  .exhibitor--portal--text--div--bold {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    padding-bottom: 50px;
    width: 550px;
    margin: 0 auto;
  }
  .exhibitor--portal--text--div--regular {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    padding-bottom: 70px;
    font-weight: 500;
  }
  .exhibitor--portal--text--div--light {
    padding-bottom: 100px;
    padding-top: 40px;
  }
  .exhibitor--portal--purple--section {
    padding-top: 70px;
    padding-bottom: 85px;
  }
  .exhibitor--portal--purple--section h3 {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
  }
  ul.custom--exhibitor--portal--list {
    padding-top: 20px;
  }
  ul.custom--exhibitor--portal--list li {
    display: list-item;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    text-align: center;
  }
  .exhibitor--portal--white--bg--section h2 {
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
    color: #002843;
  }
  #exhibitor--portal--white--bg--section hr.color--hr {
    padding-bottom: 80px;
  }
  .exhibitor--portal--text--div--light p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #000;
  }
  #exhibitor--portal--text--div--light--image .row {
    flex-direction: column;
  }
  #exhibitor--portal--text--div--light--image .row img {
    padding-bottom: 30px;
    width: 50%;
  }
  #exhibitor--portal--text--div--light--image ul.custom--exhibitor--portal--list {
    padding-left: 0px;
  }
  .exhibitor--portal--text--div--light p:last-child {
    margin-bottom: 0px;
  }
  /* .colored--bg--text {
    padding-top: 80px;
  } */
  .colored--bg--text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 20px;
  }
  .colored--bg--text hr.color--hr {
    margin: 0 auto;
    width: 15%;
    padding-bottom: 50px;
  }
  ul.shipping--forms li {
    display: list-item;
    list-style: disc inside;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 80px;
  }
  #exhibitor--portal--logo--text--section h2 {
    text-transform: uppercase;
    color: #002444;
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 20px;
  }
  #exhibitor--portal--logo--text--section hr.color--hr {
    padding-bottom: 90px;
    margin: 0% auto;
    width: 20%;
  }
  #exhibitor--portal--logo--text--section img {
    width: 30%;
    margin-bottom: 30px;
  }
  .save-as-pdf-pdfcrowd-button img {
    margin-bottom: 0px !important;
  }
  #exhibitor--portal--logo--text--section p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
  #exhibitor--portal--logo--text--section .why--exhibit--text--div p:last-child {
    padding-top: 0px;
    text-align: center;
  }
  .colored--bg--text .container {
    max-width: 100%;
  }
  h2.colored--bg--text--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 60%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    padding: 20px;
  }
  .key--deadline--div:before {
    z-index: -1 !important;
  }
  .colored--bg--text .custom--border:before {
    border-top: 5px solid #ffffff;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
  }
  .exhibitor--portal--text p {
    color: #fff;
    text-transform: none;
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
    width: 53%;
    margin: 0 auto;
  }
  .exhibitor--portal--text {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .exhibitor--portal--text--2 p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--2 p {
      color: #fff;
      text-transform: none;
      font-size: 19px;
      line-height: 25px;
      width: 54%;
      margin: 0 auto 60px auto;
      font-weight: 300;
  }
  .exhibitor--portal--text--2 {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .exhibitor--portal--white--bg--section h2 {
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
    color: #002444;
  }
  .second--title h2 {
    padding-top: 0px;
  }
  .button--div {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .button--div a {
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 500;
    color: #002843;
  }
  .second--title hr.color--hr {
    padding-bottom: 80px;
  }
  .exhibitor--portal--table {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  h2.title-color-change {
    font-size: 32px;
    line-height: 49px;
    padding-bottom: 10px !important;
  }
  .exhibitor--portal--table--1 .table-content {
    padding: 35px;
  }
  .exhibitor--portal--table--1 img {
    width: 100%;
  }
  .exhibitor--portal--table--1 h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #002444;
  }
  .exhibitor--portal--table--1 hr.color--hr {
    margin: 3% 0 0 0;
    padding-bottom: 40px;
  }
  ul.exhibitor--portal--para--text li {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
  }
  ul.exhibitor--portal--para--text {
      font-size: 22px;
      line-height: 31px;
      font-weight: 400;
      color: #000;
  }
  .exhibitor--portal--table--1 {
    height: 95%;
    margin: 10px;
    
    padding: 0px;
  }
  .exhibitor--portal--table .row:last-child {
    padding-top: 0px;
  }
  .exhibitor--portal--leftside-image--rightside--text--section .about-image-block:after {
    position: absolute;
    content: "";
    height: 90%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 265px !important;
    margin: 0 auto;
    top: 80px !important;
    opacity: 1;
  }
  .exhibitor--portal--leftside-image--rightside--text--section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div {
    padding-left: 0px;
    padding-top: 50px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div h2 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    color: #002843;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p {
    margin-bottom: 40px !important;
    font-size: 15px;
    text-align: center;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p:last-child {
    margin-bottom: 0px !important;
  }
  .exhibitor--portal--two--boxes--section {
    background-color: #78A4D8;
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .exhibitor--portal--two--boxes--section .feature-content {
    padding: 90px 30px 40px 30px;
    margin: 60px;
    height: auto;
  }
  #exhibitor--portal--two--boxes--section .feature-box.mrb-lg-60, #exhibitor--portal--two--boxes--section .mrb-sm-50 {
    margin-bottom: 0px !important;
  }
  .exhibitor--portal--two--boxes--section .feature-content .title {
    position: absolute;
    top: -10%;
    background-color: #002843;
    padding: 25px;
    width: 120%;
    left: -62px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .exhibitor--portal--two--boxes--section .feature-content h3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
  }
  .exhibitor--portal--two--boxes--section .feature-content .title:before {
    height: 0;
    width: 0;
    border-top: 65px solid #000;
    border-left: 62px solid transparent;
    bottom: -81%;
    position: absolute;
    content: "";
    left: 0;
  }
  .para p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .para p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--two--boxes--section .container {
    max-width: 90%;
  }

  .about--second--section hr.color--hr {
    margin-bottom: 40px;
    margin-top: 10px !important;
  }
  .case-study-section hr.color--hr {
    margin-top: 10px !important;
    padding-bottom: 80px;
  }
  .case-study-section .table-content hr.color--hr {
    margin-top: 21px !important;
    padding-bottom: 0px;
    width: 20%;
  }
  .case-study-section {
    padding-top: 0px;
  }
  .table--section {
    padding-top: 50px;
    padding-bottom: 145px;
  }
  .case-study-section.table--section {
    padding-top: 50px;
  }
  .about--second--section {
    padding-top: 90px;
  }
  section.pdf--section {
    padding-bottom: 0px;
  }

  section#colored--bg {
    padding-bottom: 0px;
    padding-top: 50px;
  }

  .eats--news--left--image--right--text:nth-last-of-type(1) {
    padding-bottom: 100px;
  }
  /* Meet the Speakers CSS */
  .meet--the--speakers--heading--text {
    text-align: center;
  }
  .meet--the--speakers--heading--text h2 {
    font-size: 40px;
    line-height: 50px;
    color: #002945;
    text-transform: uppercase;
    padding-bottom: 15px;
  }
  .meet--the--speakers--heading--text hr.color--hr {
    margin: 0% auto;
    width: 35%;
    border-color: #78A4D8 !important;
  }
  .meet--the--speakers--section {
    padding-bottom: 0px;
  }
  .meet--the--speakers--section .team-block {
    height: auto;
  }
  .meet--the--speakers--section .team-block img {
    height: 530px;
    border-radius: 0px;
  }
  #speakers--list ul.slick-dots {
    bottom: -60px;
  }
  #speakers--list ul.slick-dots li.slick-active button:before {
    color: #78A4D8 !important;
    opacity: 1 !important;
  }
  #speakers--list ul.slick-dots li button:before {
    color: #78A4D8 !important;
    opacity: 0.5 !important;
  }

  /* ATO at Eats Page CSS */
.ato--eats--programme--heading--text h2 {
  font-size: 30px;
  line-height: 45px;
  color: #002945;
  padding-top: 86px;
  padding-bottom: 15px;
  text-align: center;
}
.ato--eats--programme--heading--text hr {
  margin: 0% auto;
  padding-bottom: 70px;
  width: 20%;
  border-color: #78A4D8 !important;
}
.ato--eats--programme--lefttext--rightimage p {
  font-size: 17px;
}
.ato--eats--programme--lefttext--rightimage p:first-child {
  margin-top: 40px;
}
.ato--eats--programme--lefttext--rightimage .col-md-12:first-child {
  padding-right: 0px;
  padding-left: 0;
}
.ato--eats--programme--left--image--right--text .col-md-12:last-child {
  padding-left: 0px;
}
.ato--eats--programme--lefttext--rightimage .row {
  flex-direction: column-reverse;
}
.ato--eats--programme--left--image--right--text {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ato--eats--programme--left--image--right--text .single-team-img {
  text-align: center;
}
.ato--eats--programme--left--image--right--text .img-full {
  width: 75%;
}
.ato--eats--programme--left--image--right--text ul li {
  font-size: 17px !important;
  line-height: 36px !important;
  margin-bottom: 15px;
  color: #000 !important;
  display: list-item;
}
.ato--eats--programme--left--image--right--text ul li:last-child {
  margin-bottom: 0px;
}
.ato--eats--programme--left--image--right--text .personal-details p {
  font-size: 17px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
}
.ato--eats--programme--left--image--right--text h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 60px;
  color: #000;
}
.ato--eats--programme--left--image--right--text ul {
  padding-left: 20px;
  margin: 30px 0;
}
.personal-details a {
  font-size: 17px !important;
  line-height: 20px;
  color: #002945;
}
p.last--p {
  margin-bottom: 30px !important;
}
.ato--eats--programme--lefttext--rightimage .ato-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  background: #78A4D8;
  z-index: -1;
  right: -35px !important;
  margin: 0 auto;
  top: 40px;
  opacity: 1;
}

/* 2021 Pilot Conference Page CSS */
.pilot--conference--2021--heading--section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pilot--conference--2021--heading--text h2 {
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #002945;
  padding-bottom: 19px;
}
.pilot--conference--2021--heading--text {
  text-align: center;
}
.pilot--conference--2021--heading--text hr.color--hr {
  margin: 0 auto;
}
.pilot--conference--2021--description {
  padding-bottom: 50px;
}
.pilot--conference--2022--description--new--image {
  text-align: center;
}
.pilot--conference--2022--description {
  padding-bottom: 30px;
}
.pilot--conference--2021--description p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.pilot--conference--2021--day--info h3 {
  font-size: 34px;
  text-align: center;
  line-height: 40px;
}
.pilot--conference--2021--team--section .team-bottom-part {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 40px;
}
.pilot--conference--2021--team--section .team-bottom-part h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
.pilot--conference--2021--day2--info h3 {
  font-size: 34px;
  text-align: center;
  line-height: 40px;
}
.pilot--conference--2021--day2--section {
  padding: 70px 0;
}
.pilot--conference--2021--second--team--section .team-bottom-part {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 40px;
}
.pilot--conference--2021--second--team--section .team-bottom-part h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
.pilot--conference--2021--team--section .andy-oshea, .pilot--conference--2021--second--team--section .andy-oshea {
  background-position: bottom center;
  height: auto;
  background-repeat: no-repeat;
}

.pilot--conference--2021--description p {
  font-size: 16px;
  line-height: 25px;
}
.pilot--conference--2022--description p {
  padding-left: 0px;
}

.pilot--conference--2022--image {
    padding-bottom: 120px;
}
.pilot--conference--2022--day--info h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 26px;
    color: #000;
}

.pilot--conference--2021--day2--info h3 {
    font-size: 35px;
    text-align: center;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}
.pilot--conference-2022--eats--conference {
    padding-top: 120px;
}
.pilot--conference-2022--eats--conference hr.color--hr {
    margin: 0 0;
}
.pilot--conference-2022--eats--conference--team {
    padding-top: 120px;
}

/* Updated Pilot Conference 2022 Page CSS */
.pilot--conference--2022--heading--section h2 {
  font-size: 21px;
  line-height: 28px;
  color: #002A45;
  padding-bottom: 20px;
}
.pilot--conference--2022--description p {
  font-size: 16px !important;
  line-height: 25px !important;
}
.pilot--conference--2022--image img {
  width: 90%;
}
/* .pilot--conference--2022--image {
  padding-bottom: 50px;
} */
.pilot--conference--2022--day--info h3 {
  font-weight: 500;
  font-size: 27px !important;
  line-height: 20px !important;
  color: #000;
  padding-bottom: 60px;
}
p.session--1 {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin-bottom: 24px;
}
p.session--1--timing, p.session--2--timing {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-bottom: 24px;
  font-weight: 500;
}
ol.session--1--speakers, ol.session--2--speakers {
  padding-left: 20px;
}
ol.session--1--speakers li, ol.session--2--speakers li {
  font-size: 15px;
  line-height: 27px;
  list-style: auto;
  margin-bottom: 24px;
  color: #000;
  font-weight: 500;
}
p.session--2 {
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}
.pilot--conference--2022--heading--section {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.pilot--conference--2022--description--new--image .small--img {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: 15%;
}
.pilot--conference--2022--description--new--image .big--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
p.session--3 {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
p.session--3--timing {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
p.session--3--para {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
.pilot--conference--2022--colored--bg--white--text--div img {
  margin-top: 20px;
  margin-bottom: 40px;
}
p.session--4 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  text-align: left;
}
p.session--4--timing {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  text-align: left;
}
ol.session--4 {
  padding-left: 20px;
}
ol.session--4 li {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  list-style: auto;
  margin-bottom: 22px;
}
.pilot--conference--2022--colored--bg--white--text--section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pilot--conference--2022--day--1--description {
  padding-bottom: 0px !important;
}
#pilot--conference--2022--heading--section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pilot--conference--2022--day2--section {
  padding: 0 0 70px 0;
}
.pilot--conference--2022--day2--info h3 {
  font-weight: 500;
  font-size: 32px !important;
  line-height: 26px !important;
  padding-bottom: 60px;
  color: #000;
}
p.session--5 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 500;
}
p.session--5--timing {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 22px;
}
ol.session--5--speakers {
  padding-left: 20px;
}
ol.session--5--speakers li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  list-style: auto;
  font-weight: 500;
}
ol.session--7--speakers--day2 li, ol.session--8--speakers--day2 li {
  color: #fff;
}
.pilot--conference--2022--day2--section .col-md-6:nth-child(2) {
  padding-bottom: 60px;
}
p.session--6 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 500;
}
p.session--6--timing {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  font-weight: 500;
}
ol.session--6--speakers {
  padding-left: 20px;
}
ol.session--6--speakers li {
  font-size: 16px;
  line-height: 25px;
  list-style: auto;
  margin-bottom: 24px;
  font-weight: 500;
}
p.session--7, p.session--8 {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
p.session--7--timing, p.session--8--timing {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
ol.session--7--speakers, ol.session--8--speakers {
  padding-left: 20px;
}
ol.session--7--speakers li, ol.session--8--speakers li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  list-style: auto;
  color: #fff;
}
#pilot--conference--colored--bg--white--text--section--2022 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pilot--conference-2022--eats--conference {
  padding-top: 60px;
}
.pilot--conference-2022--eats--conference--team {
  padding-top: 60px;
  padding-bottom: 60px;
}
#sponsor--block--2022 h2 {
  font-size: 32px;
  line-height: 38px;
  color: #012945;
  font-weight: 500;
  margin-bottom: 20px;
}
.sponsor--block--2022 hr.color--hr {
  margin: 0 0 7% 0;
  width: 8%;
}
h5.sponsor--name {
  margin-bottom: 0px;
  text-align: center;
  font-size: 9px;
}
#logos--section img, #sponsor--block--2022 img {
  width: 80%;
  margin: auto 10%;
}
h5.ato--sponsor--name {
  margin-bottom: 0%;
  text-align: center;
  margin-top: 4%;
}
.sponsor--block--2022 {
  padding-bottom: 50px;
}
.sponsor--block--2022 .empty--col {
  display: block;
}
.save-as-pdf-pdfcrowd-button {
  position: relative;
  right: 0px;
  top: 0px;
}
  #table--section.case-study-section .price-table p {
    font-size: 15px;
    line-height: 27px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.custom--banner--section {
    padding: 200px 0 110px 0 !important;
  }
  .pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: -25% !important;
    width: 50% !important;
  }
  legend.gfield_label, label, span.gfield_required {
    font-size: 20px !important;
    line-height: 20px;
  }
  input[type=text], select, input[type=email], input[type=tel] {
    padding: 10px !important;
    font-size: 26px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
  }
  .gform_next_button, .gform_previous_button, .gform_button {
    background: transparent;
    color: #141628;
    border: 4px solid #78A4D8;
    border-radius: 0;
    text-transform: uppercase;
    padding: 20px 50px;
    font-size: 20px;
    line-height: 15px;
    width: auto;
    line-height: 0 !important;
  }
  div#slick3 {
    display: block;
  }
  div#slick1, div#slick2 {
    display: none;
  }
  .mobilee--test--class .team-block {
    height: 720px;
  }
  .pdl-140 {
    padding-left: 0px;
    padding-top: 50px;
  }
  #about-page-section:first-child .pdl-140 {
    padding-top: 0px;
  }
  /* .background--1, .background--2, .background--3, .background--4 {
    height: 120vh !important;
  } */
  #testimonial--page--section .team-bottom-part {
    height: 100%;
    bottom: auto;
  }
  .testimonial--div .slick-prev:before {
    left: -15px;
    padding: 10px;
    font-size: 20px !important;
  }
  .testimonial--div .slick-next:before {
    right: -5px;
    font-size: 20px !important;
  }
  .slick-prev:before {
    left: 25px;
    padding: 10px;
    font-size: 20px !important;
  }
  .slick-next:before {
    right: 25px;
    font-size: 20px !important;
  }
  #logos--section .slick-prev:before {
    left: -25px;
  }
  #logos--section .slick-next:before {
    right: 5px;
  }
  p.countdown--text, div#countdown {
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
  }
  #countdown ul li {
    display: inline-block;
    padding: 0 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
  }
  #countdown ul li span {
    padding: 0;
    display: block;
    font-size: 29px;
    line-height: 42px;
    font-weight: 700;
  }
  a.first-button, a.second-button, a.third-button {
    font-size: 15px !important;
    font-weight: 700;
    padding: 20px 55px !important;
    line-height: 22px !important;
  }
  #custom--heading--text {
    padding-bottom: 60px;
  }
  .heading--with--border {
    font-size: 20px;
    width: 65%;
    line-height: 45px;
    color: #141628 !important;
  }
  .left--image--right--text {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  #left--image--right--text h4 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
  }
  #left--image--right--text h4.color {
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
  }
  .left--image--right--text p {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
  }
  .left--image--right--text p:last-child {
    margin-bottom: 0;
  }
  .funfact-normal .icon span:before {
    color: #78A4D8;
    font-size: 4rem;
  }
  .funfact-normal .counter {
    color: #010101;
    font-size: 25px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .counter--numbers span {
    font-size: 25px;
    padding-left: 5px;
    padding-top: 10px;
    font-weight: 700;
    color: #010101;
  }
  #about-section h2, #about-section-1 h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    margin-top: 50px;
  }
  .about-image-block:after {
    display: none;
  }
  .shadow-1:after {
    display: none;
  }
  #about-section hr.color--hr, #about-section-1 hr.color--hr {
    width: 9%;
    margin-bottom: 25px !important;
  }
  #about-section p, #about-section-1 p{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
  }
  p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #000;
  }
  #exhibitor--portal--logo--text--section p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
  #about-section .btn--light, #about-section-1 .btn--light {
    padding: 20px 25px !important;
    font-size: 13px !important;
    line-height: 10px !important;
    margin: 0;
  }
  .sponsor--heading--with--border {
    font-size: 19px;
    padding: 20px 30px;
    line-height: 27px;
    color: #141628;
  }
  section#custom--sponsor--heading--text {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .slick-slide img {
    width: 100%;
  }
  .testimonial-content .comments {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
  }
  .client-name {
    margin-bottom: 83px;
    color: #fff;
    font-size: 15px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 30px;
  }
  .client-designation {
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  .footer-widget-list li {
    margin-bottom: 25px;
  }
  .footer-widget-list li:last-child {
    margin-bottom: 0px;
  }
  .footer-widget-list li a {
    font-size: 15px;
    line-height: 15px;
  }
  .empty--col {display: none;}
  #logos--section .empty--col {
    display: block;
  }
  .footer-widget-list li a:before {
    top: 0px;
  }
  .social-list li a {
    color: #78A4D8;
    /*font-size: 30px;*/
    font-size: 27px;
  }
  .social-list li a:hover {
    background-color: #78A4D8;
    color: #141628;
  }
  .funfact-normal .title {
    color: #010101;
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    margin-top: 10px;
  }
  #about-section .row {
    flex-direction: column-reverse;
  }
  #about-section .pdr-100 {
    padding-left: 0;
    padding-right: 0;
  }
  #about-section-1 .pdl-100 {
    padding-left: 0;
    padding-right: 0;
  }
  ul#menu-primary-menu li a {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 21px;
  }
  .text-light-gray {
    color: #fff;
    font-size: 13px;
    line-height: 19px;
  }
  #left--image--right--text img {
    width: 80%;
  }


  /* About Page Media Query CSS */
  .content-box h1 {
    line-height: 47px;
    font-size: 37px;
    font-weight: 700;
  }
  #about-page-section {
    padding-top: 0;
  }
  .about--heading--with--border {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    width: 75%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #141628;
    padding: 0 15px;
  }
  #about-page-section p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
  }
  #about-page-section p:last-child {
    margin-top: 0px !important;
  }
  #about-page-section h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .about-page-section hr.color--hr {
    margin: 6% 0;
  }
  .order-list li:before {
    color: #78A4D8;
    font-size: 35px;
  }
  .order-list li {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px !important;
    padding-left: 30px;
  }
  .order-list li:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .order-list li:last-child {
    margin-bottom: 0 !important;
  }
  .case-study-section h2 {
    font-size: 32px;
    line-height: 42px;
    color: #141628;
    text-transform: uppercase;
  }
  .title-box-center hr.color--hr {
    margin: 2% auto 0 auto;
    width: 17%;
  }
  #table--section .price-table {
    height: 100%;
  }
  #table--section h3 {
    color: #141628;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    min-height: 72px;
  }
  .price-table {
    padding: 0px;
  }
  .price-table .table-content .list-items li {
    padding: 15px 0;
    font-size: 15px;
    line-height: 19px;
  }
  .custom--cta--class h5 {
    font-size: 17px;
    line-height: 32px;
  }

  /* Visitor Information Page CSS */
  .attendee--heading--text h2 {
    font-size: 39px;
    line-height: 51px;
  }
  #white--border--table thead tr th:nth-child(2), #white--border--table thead tr th:nth-child(3), #white--border--table thead tr th:nth-child(4) {
    font-size: 12px;
    line-height: 10px;
    padding: 20px;
  }
  #white--border--table tbody tr td {
    font-size: 12px;
    line-height: 10px;
    padding: 20px;
  }
  .italics--div p {
    color: #fff;
    font-style: normal;
    margin-bottom: 0;
    padding: 20px 0 70px 0;
  }
  .white--outline {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    padding: 20px 50px;
  }
  #colored--bg .section-content {
    padding-top: 70px;
  }
  #colored--bg .col-lg-4 {
    padding: 0 20px;
  }
  .attendee--table--1 h3 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 500;
    color: #141628;
  }
  .attendee--table--1 .purple--text {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 6% 0;
  }
  .attendee--table--1 .btn--light {
    font-size: 12px;
    line-height: 19px;
    padding: 10px 30px;
  }
  .attendee--table--1 .attendee--para--text:last-child {
    margin-bottom: 100px;
  }
  .attendee--table--1 .attendee--para--text {
    font-size: 15px;
    line-height: 27px;
  }
  .attendee--table--1 {
    padding: 0px;
  }
  .attendee--table--1 .table-content {
    padding: 20px;
  }

  /* Attendee List Page CSS */
  #white--colored--bg {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .attendee--list--heading--text h2 {
    font-size: 37px;
    line-height: 29px;
  }
  .attendee--list--para--text p {
    font-size: 27px;
    line-height: 39px;
    font-weight: 300;
    text-align: center;
  }
  .attendee--list--heading--text hr {
    margin: 2% auto 0% auto;
    padding-bottom: 0;
  }

  /* FAQ Page CSS */
  .faq--heading--text {
    text-align: center;
  }
  .faq--heading--text h2 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 27px;
    line-height: 39px;
    font-weight: 700;
    color: #18283F;
  }
  .faq--heading--text hr.color--hr {
    margin: 0% auto;
    width: 12%;
    padding-bottom: 30px;
  }
  #faq--section .faq-block {
    padding-bottom: 60px;
  }
  #faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0px !important;
    border-bottom: none;
    padding: 0;
  }
  #faq--section .accordion-item:last-child {
    margin-bottom: 0px !important;
    border-bottom: 5px solid #78A4D8;
  }
  #faq--section .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000;
    padding-bottom: 0px;
  }
  .accordion .accordion-item .accordion-header .title {
    font-size: 20px;
    line-height: 15px;
    font-weight: 400;
    background: transparent !important;
    color: #000;
  }
  .accordion .accordion-item .accordion-header span {
    left: 10px;
    top: 20px;
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-header.active span:before {
    content: "\f067";
    color: #78A4D8;
    font-size: 25px;
    top: 3px;
  }
  .fa-plus:before {
    content: "\f067";
    font-size: 25px;
    color: #78A4D8;
  }
  .accordion .accordion-item .accordion-body {
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-body p {
    font-size: 15px !important;
    padding-left: 5.5%;
    color: #000;
  }
  p.gf_progressbar_title {
    padding-left: 0 !important;
  }

  /* About the Organiser Page CSS */
  .abt--the--organiser--heading--text {
    text-align: center;
  }
  #abt--the--organiser--colored--section .row {
    flex-direction: column-reverse;
  }
  .abt--the--organiser--heading--text h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    color: #141628 !important;
    font-weight: 700;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .abt--the--organiser--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 15%;
  }
  #abt--the--organiser--colored--section {
    background-color: #141628;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #abt--the--organiser--colored--section hr.white--line {
    border-top: 5px solid #fff;
    width: 30%;
    margin: 0;
    padding-bottom: 20px;
  }
  #abt--the--organiser--colored--section p {
    color: #fff;
    text-align: left;
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  #abt--the--organiser--colored--section .about-image-block {
    padding-left: 0%;
    padding-bottom: 8%;
  }
  .about-image-block img, .become--a--speaker--white--section img {
    width: 60%;
  }
  .about-image-block {
    text-align: center;
  }
  .eats--news--left--image--right--text img {
    width: 100%;
  }
  .abt--the--organiser--faq--heading--text h2 {
    padding-top: 40px;
    padding-bottom: 11px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--our--events--heading--text h2 {
    padding-top: 80px;
    padding-bottom: 11px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--faq--heading--text hr.color--hr {
    margin: 0;
    width: 9%;
  }
  #abt--the--organiser--faq--section .active .title {
    background: transparent !important;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body {
    padding-top: 40px;
    padding-left: 100px;
  }
  #abt--the--organiser--faq--section .accordion-body h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body p {
    padding-left: 0;
    line-height: 25px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #abt--the--organiser--faq--section .accordion-body .col-md-9 {
    padding-left: 85px;
  }
  #abt--the--organiser--faq--section .accordion-body a.btn--light {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 30px;
  }
  #abt--the--organiser--faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0px;
  }
  #abt--the--organiser--faq--section .accordion-item:last-child {
    border: 5px solid #78A4D8;
  }
  .abt--the--organiser--our--events--heading--text hr.color--hr, .abt--the--organiser--faq--heading--text hr.color--hr {
    padding-bottom: 40px;
  }
  .abt--the--organiser--our--events--section {
    padding-bottom: 40px;
  }

  /* Become a Speaker Page CSS */
  .become--a--speaker--section {
    text-align: center;
  }
  .become--a--speaker--heading--text h2 {
    padding-top: 86px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 44px;
    color: #141628;
  }
  .become--a--speaker--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 106px;
    width: 20%;
  }
  .colored--bg--white--text--section, .colored--bg--white--heading--section {
    background-color: #141628;
  }
  .colored--bg--white--text--section {
    padding-top: 130px;
    padding-bottom: 95px;
  }
  .colored--bg--white--text--section p {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .colored--bg--white--heading--section .container {
    max-width: 100%;
  }
  .colored--bg--white--heading--section .custom--border:before {
    border-color: #fff;
    z-index: 0;
  }
  .colored--bg--white--heading--section .custom--border:nth-child(2):before {
    z-index: -2;
  }
  h2.colored--bg--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    padding: 15px;
  }
  .pilot--training--div:before {
    z-index: -1 !important;
  }
  span.pilot--training {
    padding: 0 20px;
  }
  .become--a--speaker--colored--section {
    padding-top: 125px;
    background: #141628;
    padding-bottom: 75px;
  }
  #become--a--speaker--colored--section .col-xl-6:last-child {
    padding-left: 15px;
    padding-top: 50px;
  }
  .become--a--speaker--text p {
    color: #fff;
    margin-bottom: 56px;
    font-size: 20px;
    line-height: 33px;
  }
  .become--a--speaker--text ul li {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--text ul {
    color: #fff;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .become--a--speaker--white--section--text p {
    color: #000;
    line-height: 33px;
    font-size: 20px;
  }
  .become--a--speaker--white--section--text ul li {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--white--section--text ul {
    color: #000;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section .row:first-child {
    padding-bottom: 53px;
    flex-direction: column-reverse;
  }
  .become--a--speaker--white--section .row:last-child p {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 33px;
  }
  .become--a--speaker--white--section .row:last-child p:last-child {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 33px;
  }
  .form--div {
    padding-top: 60px;
  }
  .form--div .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000 !important;
  }
  .form--div .accordion-item {
    border: 5px solid #78A4D8;
    padding: 25px;
  }

  /* Pilot Conference CSS */
  .pilot--conference--heading--text {
    text-align: center;
  }
  .pilot--conference--heading--text h2 {
    padding-top: 59px;
    padding-bottom: 18px;
    font-size: 32px;
    line-height: 44px;
    color: #141628;
  }
  .pilot--conference--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 65px;
    width: 20%;
  }
  .pilot--conference--colored--bg--white--text--section {
    background: #141628;
    padding-top: 88px;
    padding-bottom: 100px;
  }
  .pilot--conference--colored--bg--white--text--div p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .team-block h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 27px;
  }
  .team-block h6 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
  }
  .team-block {
    height: 640px;
  }
  .ascanio-russo, .frederik-mohrmann {
    background-position: center !important;
  }
  .fabi-riesen {
    background-position: -80px 0px !important;
  }
  .team-block h4 a:hover {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s;
  }
  .pilot--conference--white--bg--section {
    padding-top: 70px;
    padding-bottom: 46px;
    text-align: center;
  }
  .pilot--conference--white--text p {
    text-align: center;
    font-size: 25px;
    line-height: 37px;
    font-weight: 300;
  }
  .pilot--conference--white--bg--section a {
    margin-top: 50px;
    font-size: 18px !important;
    line-height: 24px;
    color: #141628;
  }

  /* Exhibitors List Page CSS */
  .accordion .accordion-body .letter--div p {
    font-size: 40px !important;
    /* border: 5px solid #78A4D8;
    width: 60%; */
    padding: 25px 0 0 0;
    color: #141628;
  }
  .accordion .accordion-body .letter--div p:after {
    content: '';
    border: 5px solid #78A4D8;
    padding: 35%;
    margin-bottom: 0px;
    position: absolute;
    left: 4px;
    top: 6px;
  }
  #sectionV .accordion .accordion-body .letter--div p {
    margin-left: 15%;
    margin-top: -5%;
  }
  #sectionU .accordion .accordion-body .letter--div p {
    margin-left: 15%;
    margin-top: -5%;
  }
  #sectionT .accordion .accordion-body .letter--div p {
    margin-left: 22%;
    margin-top: -5%;
  }
  #sectionS .accordion .accordion-body .letter--div p {
    margin-left: 20%;
    margin-top: -7%;
  }
  #sectionL .accordion .accordion-body .letter--div p {
    margin-left: 15%;
    margin-top: -7%;
  }
  #sectionR .accordion .accordion-body .letter--div p {
    margin-left: 13%;
    margin-top: -8%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 3%;
    margin-top: -3%;
  }
  #sectionP .accordion .accordion-body .letter--div p {
    margin-left: 15%;
    margin-top: -10%;
  }
  #sectionN .accordion .accordion-body .letter--div p {
    margin-left: 15%;
    margin-top: -10%;
  }
  #sectionM .accordion .accordion-body .letter--div p {
    margin-left: 8%;
    margin-top: -8%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 7%;
    margin-top: -10%;
  }
  #sectionJ .accordion .accordion-body .letter--div p {
    margin-left: 25%;
    margin-top: -8%;
  }
  #sectionI .accordion .accordion-body .letter--div p {
    margin-left: 30%;
    margin-top: -8%;
  }
  #sectionH .accordion .accordion-body .letter--div p {
    margin-left: 14%;
    margin-top: -8%;
  }
  #sectionG .accordion .accordion-body .letter--div p {
    margin-left: 13%;
    margin-top: -8%;
  }
  #sectionF .accordion .accordion-body .letter--div p, #sectionE .accordion .accordion-body .letter--div p, #sectionC .accordion .accordion-body .letter--div p, #sectionB .accordion .accordion-body .letter--div p, #sectionA .accordion .accordion-body .letter--div p {
    margin-left: 15%;
    margin-top: -7%;
  }
  #sectionD .accordion .accordion-body .letter--div p {
    margin-left: 11%;
    margin-top: -7%;
  }
  .des--div {
    font-size: 26px;
    padding-left: 60px;
  }
  .des--div ul li:last-child {
    margin-bottom: 50px;
  }
  .des--div ul {
    padding-left: 3%;
  }
  .des--div ul li {
    display: list-item;
    list-style: disc;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
  }
  .accordion-body .des--div h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .accordion-body .des--div span {
    font-size: 17px;
    line-height: 25px;
  }
  .accordion-body .des--div a {
    font-size: 17px;
    line-height: 25px;
    color: #81a2d2;
  }
  .accordion-body .des--div p {
    padding-left: 0 !important;
    line-height: 35px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .accordion-body .des--div a.btn--light {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 70px;
  }
  .section-A.content-section {
    padding-top: 30px;
  }
  .section-A.content-section.active123.top-content {
    padding-top: 120px !important;
  }
  .content-section {
    padding-top: 50px;
  }
  .list-a2z{
    background: #141628;
    padding: 15px 0 !important;
  }
  #button-container button {
    margin-bottom: 8%;
    padding: 20px;
    line-height: 0;
  }
  nav.abcd {
    line-height: 0px;
    margin: 0 auto;
  }
  nav.abcd ul li {
    font-size: 23px !important;
    line-height: 33px !important;
  }
  .fixed nav.abcd {
    width: 100%;
  }
  .fixed nav.abcd ul li {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  /* Single Pilot Page CSS */
  .single--pilot--section {
    padding-top: 116px;
    padding-bottom: 90px;
  }
  .single--pilot--details hr.color--hr {
    margin: 0% 0 5% 0;
  }
  .single--pilot--img--section {
    padding-right: 50px;
  }
  .single--pilot--img--section img {
    background-color: #141628;
  }
  .single--pilot--details h6 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    color: #141628;
    margin-bottom: 20px;
  }
  .single--pilot--details h3 {
    font-size: 35px;
    line-height: 42px;
    color: #141628;
    text-transform: uppercase;
  }
  .single--pilot--text p {
    font-size: 17px;
    line-height: 25px;
    color: #000;
  }
  .single--pilot--leftsml--rgtbig--div .long-gap-left {
    background-color: #78A4D8;
    padding-top: 84px;
    padding-bottom: 84px;
    padding-left: 90px;
    padding-right: 90px;
    margin: 0;
  }
  .long--gap--left--heading--text h3 {
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #141628;
  }
  .long--gap--left--des--text p:first-child {
    font-size: 20px;
    line-height: 36px;
    margin-top: 60px;
    color: #000;
    margin-bottom: 20px;
  }
  .long--gap--left--des--text ol li {
    font-size: 20px;
    line-height: 36px;
    margin-top: 30px;
    color: #000;
    margin-bottom: 0px;
    list-style: auto;
  }
  .long--gap--left--des--text p {
    font-size: 20px;
    line-height: 36px;
    margin-top: 50px;
    color: #000;
    margin-bottom: 20px;
  }
  .single--pilot--leftsml--rgtbig--section {
    padding-bottom: 80px;
  }
  .single--pilot--leftsml--rgtbig--div .col-lg-12 {
    margin-top: 68px;
    left: 5%;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a {
    font-size: 25px;
    line-height: 30px;
    color: #141628;
    text-transform: uppercase;
    font-weight: 700;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a:before {
    content: url(/wp-content/uploads/2022/08/left-arrow.png);
    position: absolute;
    left: -50px;
    background: #78A4D8;
    border-radius: 50px;
    font-size: 48px;
    width: 45px;
    height: 45px;
    top: -5px;
    padding-left: 8px;
    color: #fff;
    padding-top: 4px;
  }

  /* Exhibit Floor Plan Page CSS */
  .exhibit--floor--plan--heading--text h2 {
    font-size: 42px;
    line-height: 55px;
    color: #18283F;
    text-transform: uppercase;
    text-align: center;
    padding-top: 66px;
    padding-bottom: 28px;
  }
  .exhibit--floor--plan--heading--text .color--hr {
    margin: 0% auto;
    padding-bottom: 106px;
    width: 22%;
    border-color: #81a2d2 !important;
  }
  .exhibit--floor--plan--pdf--section embed {
    height: 100vh;
  }
  .exhibit--floor--plan--para--text {
    padding-top: 80px;
  }
  .contact--us--heading--text {
    padding-top: 40px;
  }
  .exhibit--floor--plan--para--text p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    color: #18283F;
  }
  h2.contact--us--heading--with--border {
    font-size: 18px;
    line-height: 23px;
    border: 5px solid #78A4D8;
    text-align: center;
    background-color: #fff;
    width: 35%;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 10px;
    color: #18283F;
  }
  .contact--us--heading--text .container {
    max-width: 100%;
  }
  .contact--us--text {
    padding-bottom: 30px;
  }
  .american--icon--div, .rest--of--world--icon--div {
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
  }
  .american--icon--div img {
    width: 35%;
  }
  .rest--of--world--icon--div img {
    width: 60%;
  }
  .american--icon--div p, .rest--of--world--icon--div p {
    font-size: 20px;
    line-height: 25px;
    color: #010101;
  }

  /* Why Exhibit Page CSS */
  .leftside--image-rightside--text--section .container, .why--exhibit--contact--us--heading--text .container {
    max-width: 100%;
  }
  .why--exhibit--heading--text h2 {
    text-align: center;
    padding-top: 76px;
    padding-bottom: 28px;
    font-size: 35px;
    line-height: 48px;
    color: #18283F;
  }
  .why--exhibit--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 55px;
    width: 15%;
    border-color: #81a2d2 !important;
  }
  .why--exhibit--text p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
  }
  .why--exhibit--white--colored--bg {
    padding-bottom: 80px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 42px 101px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 38px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .overllay {
    background: #81a2d28a;
    height: 81.8%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .why--exhibit--text--section {
    padding-top: 100px;
    /*padding-bottom: 70px;*/
  }
  .why--exhibit--text--div p {
    font-size: 28px;
    line-height: 41px;
    font-weight: 300;
    text-align: center;
  }

  /* Testimonials Page CSS */
  .testimonials--contact--us--heading--text .container {
    max-width: 100%;
  }
  .testimonials--heading--text h2 {
    text-align: center;
    padding-top: 66px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    color: #18283F;
  }
  .testimonials--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 39px;
    width: 15%;
  }
  .testimonials--text p {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    width: 900px;
    margin: 0 auto;
  }
  .testimonials--white--colored--bg {
    padding-bottom: 80px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 70px 100px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 23px;
    line-height: 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: #141628;
  }
  .text--container h3.second--title {
    font-weight: 700;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .testimonials--text--section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .testimonials--text--div {
    font-size: 23px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
    width: 900px;
    margin: 0 auto;
  }
  .testimonials--below--colorful--text--section {
    padding-top: 100px;
    /* padding-bottom: 134px; */
  }
  .testimonials--below--colorful--text--section p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    width: 900px;
    margin: 0 auto;
  }
  .background--1 {
    background-color: #141628;
    /*height: 100%;*/
  }
  .background--2 {
    background-color: #5D78AF;
    /*height: 100%;*/
  }
  .background--3 {
    background-color: #99ABD3;
    /*height: 100%;*/
  }
  .background--4 {
    background-color: #004A89;
    /*height: 100%;*/
  }
  .background--1 .team-upper-part, .background--2 .team-upper-part, .background--3 .team-upper-part, .background--4 .team-upper-part {
    text-align: center;
  }
  .background--1 img, .background--2 img, .background--3 img, .background--4 img {
    width: 40%;
    margin: 50px auto 40px auto;
  }
  .background--1 .team-bottom-part p, .background--2 .team-bottom-part p, .background--3 .team-bottom-part p, .background--4 .team-bottom-part p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .background--1 .team-bottom-part p.designation, .background--2 .team-bottom-part p.designation, .background--3 .team-bottom-part p.designation, .background--4 .team-bottom-part p.designation {
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
  }
  .testimonial--page--section {
    padding: 0 40px;
  }
  #testimonial--page--section .col-lg-6:last-child {
    padding-right: 0;
  }
  #testimonial--page--section .col-lg-6:first-child {
    padding-left: 0;
  }
  #testimonial--page--section .row:last-child {
    margin-top: 0px;
  }

  /* Become a Sponsor Page CSS */
  .become--a--sponsor--heading--text h2 {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 28px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 35px;
    color: #18283F;
  }
  .become--a--sponsor--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 56px;
    width: 25%;
  }
  .become--a--sponsor--text {
    text-align: center;
    padding-bottom: 47px;
  }
  .become--a--sponsor--leftside--rightimg .row {
    flex-wrap: wrap;
  }
  .become--a--sponsor--leftside--rightimg .row .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .become--a--sponsor--left--image--right--text .row {
    flex-direction: column;
  }
  .become--a--sponsor--leftside--rightimg .row {
    background-color: #141628;
    border-bottom: 15px solid #81a2d2;
  }
  .become--a--sponsor--text--div p {
    /*color: #fff;
    width: 55%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 60px;*/
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    padding: 0 60px;
  }
  .become--a--sponsor--black--text--div p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    color: #18283F;
    padding: 30px 0 0 0 !important;
  }
  .become--a--sponsor--leftside--rightimg {
    padding-bottom: 140px;
  }
  .become--a--sponsor--left--image--right--text .pdl-140 {
    padding-left: 30px;
    padding-top: 30px;
  }
  #become--a--sponsor--left--image--right--text img {
    width: 100%;
  }
  .become--a--sponsor--left--image--right--text .about-image-block:after {
    right: 70px;
    top: 70px;
  }
  .become--a--sponsor--left--image--right--text p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 50px;
    margin-top: 0px;
  }
  .become--a--sponsor--left--image--right--text {
    padding-bottom: 80px;
  }
  .become--a--sponsor--text--div {
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    padding: 30px 0 !important;
  }
  .become--a--sponsor--left--image--right--text a {
    font-size: 18px !important;
    line-height: 23px;
    padding: 20px 50px !important;
  }
  /*.become--a--sponsor--text--section {
    padding-bottom: 60px;
  }*/
  .become--a--sponsor--contact--us--heading--text .container {
    max-width: 100%;
  }

  /* Conference Page CSS */
  .conference--heading--section hr.color--hr {
    padding-bottom: 140px;
  }
  .conference--heading--section h2 {
      padding-top: 76px;
      padding-bottom: 18px;
      text-transform: uppercase;
      font-size: 35px;
      line-height: 48px;
      color: #141628;
  }
  .conference--left--image--right--text .personal-details a {
    margin-top: 70px !important;
    font-size: 18px;
    line-height: 23px;
  }
  .conference--left--image--right--text .personal-details p {
    margin-bottom: 20px !important;
    font-size: 17px;
    line-height: 27px;
  }
  .conference--left--image--right--text {
    padding-bottom: 140px;
  }
  .conference--team--section hr.color--hr {
    margin: 2% 0;
    width: 12%;
  }
  .conference--team--section h2 {
    font-weight: 500;
    color: #002843;
    font-size: 30px;
    line-height: 40px;
  }
  .conference--team {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .conference--team .team-block h6 {
    font-size: 15px;
  }
  .conference--team .team-block {
    height: 100%;
  }
  .anna--milberg {
    background-color: #002843;
  }
  .jaques--drappier, .fiona--greenyer {
    background-color: #5d78ad;
  }

  /* EATS Page CSS */
  .eats--news--heading--section h2 {
    font-size: 27px;
    line-height: 37px;
    color: #141628;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .eats--news--heading--section .mrb-40 {
    margin-bottom: 0;
  }
  .eats--news--heading--section hr.color--hr {
    padding-bottom: 40px;
    width: 10%;
    margin: 0 auto;
  }
  .eats--news--heading--text h4 {
    text-align: center;
    font-size: 24px;
    line-height: 39px;
    font-weight: 500;
    color: #000;
    padding-bottom: 40px;
  }
  body#eats-news .eats--news--left--image--right--text img {
    width: 70% !important;
  }
  .eats--news--left--image--right--text .personal-details p {
    font-size: 11px;
    line-height: 22px;
  }
  .eats--news--left--image--right--text .about-image-block:after {
    position: absolute;
    content: "";
    height: 65%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 205px !important;
    margin: 0 auto;
    top: auto !important;
    opacity: 1;
    /* animation: heartbeat 1s infinite alternate; */
    bottom: -25px;
  }
  .eats--news--left--image--right--text .personal-details {
    padding-left: 0px;
  }
  .eats--news--left--image--right--text .personal-details a {
    /*margin-top: 30px;*/
    font-size: 11px !important;
    line-height: 17px;
    font-weight: 500;
    /*margin-bottom: 120px;*/
  }
  .eats--news--left--image--right--text hr.color--hr {
    margin: 5% 0 10% 0;
    width: 100%;
  }

  /* Exhibitor Portal Page CSS */
  .exhibitor--portal--heading--section h2 {
    padding-top: 60px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    color: #141628;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 40px;
  }
  .exhibitor--portal--text--div--bold {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    padding-bottom: 50px;
    width: 550px;
    margin: 0 auto;
  }
  .exhibitor--portal--text--div--regular {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    padding-bottom: 70px;
    font-weight: 500;
  }
  .exhibitor--portal--text--div--light {
    padding-bottom: 100px;
    padding-left: 50px;
  }
  .exhibitor--portal--purple--section {
    padding-top: 70px;
    padding-bottom: 85px;
  }
  .exhibitor--portal--purple--section h3 {
    text-align: center;
    padding-bottom: 85px;
    color: #fff;
    font-size: 41px;
    line-height: 59px;
    font-weight: 500;
  }
  ul.custom--exhibitor--portal--list {
    padding-left: 30px;
  }
  ul.custom--exhibitor--portal--list li {
    display: list-item;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    font-weight: 500;
  }
  .exhibitor--portal--white--bg--section h2 {
    padding-top: 90px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #002843;
  }
  #exhibitor--portal--white--bg--section hr.color--hr {
    padding-bottom: 90px;
    margin: 0 auto;
    width: 20%;
  }
  .exhibitor--portal--text--div--light p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #000;
    text-align: left;
  }
  #exhibitor--portal--text--div--light--image .row {
    flex-direction: column;
  }
  #exhibitor--portal--text--div--light--image .row img {
    padding-bottom: 30px;
  }
  .exhibitor--portal--text--div--light p:last-child {
    margin-bottom: 0px;
  }
  /* .colored--bg--text {
    padding-top: 120px;
  } */
  .colored--bg--text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 55px;
    padding-bottom: 20px;
  }
  .colored--bg--text hr.color--hr {
    margin: 0 auto;
    width: 12%;
    padding-bottom: 80px;
  }
  #exhibitor--portal--two--boxes--section a {
    /*padding: 20px;*/
    width: 100%;
  }
  .colored--bg--text .container {
    max-width: 100%;
  }
  h2.colored--bg--text--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    padding: 20px;
  }
  .key--deadline--div:before {
    z-index: -1 !important;
  }
  .colored--bg--text .custom--border:before {
    border-top: 5px solid #ffffff;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
  }
  .exhibitor--portal--text p {
    color: #fff;
    text-transform: none;
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
    width: 53%;
    margin: 0 auto;
  }
  .exhibitor--portal--text {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .exhibitor--portal--text--2 p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--2 p {
      color: #fff;
      text-transform: none;
      font-size: 19px;
      line-height: 25px;
      width: 54%;
      margin: 0 auto 60px auto;
      font-weight: 300;
  }
  .exhibitor--portal--text--2 {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .exhibitor--portal--white--bg--section h2 {
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
    color: #002444;
  }
  .second--title h2 {
    padding-top: 0px;
  }
  .button--div {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .button--div a {
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 500;
    color: #002843;
  }
  .second--title hr.color--hr {
    padding-bottom: 80px;
  }
  .exhibitor--portal--table {
    padding-top: 100px;
    padding-bottom: 130px;
  }
  .exhibitor--portal--table--1 img {
    width: 100%;
    height: 300px;
  }
  .exhibitor--portal--table--1 h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #002444;
  }
  .exhibitor--portal--table--1 hr.color--hr {
    margin-top: 6%;
    padding-bottom: 50px;
  }
  ul.exhibitor--portal--para--text li {
    display: block;
    margin-bottom: 40px;
  }
  ul.exhibitor--portal--para--text {
      font-size: 22px;
      line-height: 31px;
      font-weight: 400;
      color: #000;
  }
  .exhibitor--portal--table--1 {
    height: 95%;
    margin: 10px;
    padding: 0px;
  }
  /* .exhibitor--portal--table .row:last-child {
    padding-top: 60px;
  } */
  .exhibitor--portal--leftside-image--rightside--text--section .about-image-block:after {
    position: absolute;
    content: "";
    height: 90%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 335px !important;
    margin: 0 auto;
    top: 90px !important;
    opacity: 1;
  }
  .exhibitor--portal--leftside-image--rightside--text--section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div {
    padding-left: 0px;
    padding-top: 80px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div h2 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    color: #002843;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p {
    margin-bottom: 40px !important;
    font-size: 20px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p:last-child {
    margin-bottom: 0px !important;
  }
  .exhibitor--portal--two--boxes--section {
    background-color: #78A4D8;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .exhibitor--portal--two--boxes--section .feature-content {
    padding: 75px 30px;
    margin: 60px;
    height: 550px;
  }
  .exhibitor--portal--two--boxes--section .feature-content .title {
    position: absolute;
    top: -10%;
    background-color: #002843;
    padding: 25px;
    width: 125%;
    left: -62px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .exhibitor--portal--two--boxes--section .feature-content h3 {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
  }
  .exhibitor--portal--two--boxes--section .feature-content .title:before {
    height: 0;
    width: 0;
    border-top: 65px solid #000;
    border-left: 60px solid transparent;
    bottom: -72%;
    position: absolute;
    content: "";
    left: 0.3%;
  }
  .para p {
    font-size: 20px;
    line-height: 30px;
    color: #002843;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .para p {
    margin-bottom: 30px;
  }
  ul.shipping--forms li {
    display: list-item;
    list-style: disc inside;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 40px;
  }
  #exhibitor--portal--logo--text--section h2 {
    text-transform: uppercase;
    color: #002444;
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 20px;
  }
  #exhibitor--portal--logo--text--section hr.color--hr {
    padding-bottom: 90px;
    margin: 0% auto;
    width: 20%;
  }
  #exhibitor--portal--logo--text--section img {
    width: 65%;
  }
  #exhibitor--portal--logo--text--section .why--exhibit--text--div p:last-child {
    padding-top: 30px;
    text-align: center;
  }
  /* .para {
    overflow-y: scroll;
    height: 250px;
    word-break: break-word;
  } */
  .exhibitor--portal--two--boxes--section .container {
    max-width: 100%;
  }
  .f-right {
    float: right;
    position: absolute;
    right: 0;
    left: 33%;
  }
  .header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    margin-right: 30px;
  }

  .about--second--section hr.color--hr {
    margin-bottom: 50px;
    margin-top: 0px !important;
  }
  .case-study-section hr.color--hr {
    margin-top: 20px !important;
    padding-bottom: 100px;
  }
  .case-study-section .table-content hr.color--hr {
    margin-top: 10px !important;
    padding-bottom: 15px;
    width: 35%;
  }
  .case-study-section {
    padding-top: 60px;
  }
  #table--section {
    padding-bottom: 40px;
  }
  .about--second--section {
    padding-top: 90px;
  }
  .price-table .table-content {
    padding: 30px;
  }

  section.pdf--section {
    padding-bottom: 0px;
  }

  section#colored--bg {
    padding-bottom: 0px;
  }

  .eats--news--left--image--right--text:nth-last-of-type(1) {
    padding-bottom: 100px;
}

/* Meet the Speakers CSS */
.meet--the--speakers--heading--text {
  text-align: center;
}
.meet--the--speakers--heading--text h2 {
  font-size: 40px;
  line-height: 50px;
  color: #002945;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}
.meet--the--speakers--heading--text hr.color--hr {
  margin: 0% auto;
  width: 25%;
  border-color: #78A4D8 !important;
}
.meet--the--speakers--section {
  padding-bottom: 0px;
}
.meet--the--speakers--section .team-block {
  height: auto;
}
.meet--the--speakers--section .team-block img {
  /*height: 470px;*/
  height: 700px;
  border-radius: 0px;
}
#speakers--list ul.slick-dots {
  bottom: -35px;
}
#speakers--list ul.slick-dots li.slick-active button:before {
  color: #78A4D8 !important;
  opacity: 1 !important;
}
#speakers--list ul.slick-dots li button:before {
  color: #78A4D8 !important;
  opacity: 0.5 !important;
}

/* ATO at Eats Page CSS */
.ato--eats--programme--heading--text h2 {
  font-size: 30px;
  line-height: 45px;
  color: #002945;
  padding-top: 86px;
  padding-bottom: 15px;
  text-align: center;
}
.ato--eats--programme--heading--text hr {
  margin: 0% auto;
  padding-bottom: 70px;
  width: 20%;
  border-color: #78A4D8 !important;
}
.ato--eats--programme--lefttext--rightimage p {
  font-size: 17px;
}
.ato--eats--programme--lefttext--rightimage p:first-child {
  margin-top: 40px;
}
.ato--eats--programme--lefttext--rightimage .col-md-12:first-child {
  padding-right: 0px;
  padding-left: 0;
}
.ato--eats--programme--left--image--right--text .col-md-12:last-child {
  padding-left: 0px;
}
.ato--eats--programme--lefttext--rightimage .row {
  flex-direction: column-reverse;
}
.ato--eats--programme--left--image--right--text {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ato--eats--programme--left--image--right--text .single-team-img {
  text-align: center;
}
.ato--eats--programme--left--image--right--text .img-full {
  width: 75%;
}
.personal-details a {
  font-size: 17px !important;
  line-height: 20px;
  color: #002945;
}
.ato--eats--programme--left--image--right--text ul li {
  font-size: 17px !important;
  line-height: 36px !important;
  margin-bottom: 30px;
  color: #000 !important;
  display: list-item;
}
.ato--eats--programme--left--image--right--text ul li:last-child {
  margin-bottom: 0px;
}
.ato--eats--programme--left--image--right--text .personal-details p {
  font-size: 17px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
}
.ato--eats--programme--left--image--right--text ul {
  padding-left: 25px;
}
.ato--eats--programme--left--image--right--text h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 60px;
  color: #000;
}
.ato--eats--programme--left--image--right--text ul {
  padding-left: 25px;
  margin: 30px 0;
}
p.last--p {
  margin-bottom: 30px !important;
}
.ato--eats--programme--lefttext--rightimage .ato-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 90%;
  background: #78A4D8;
  z-index: -1;
  right: -35px !important;
  margin: 0 auto;
  top: 40px;
  opacity: 1;
}

/* 2021 Pilot Conference Page CSS */
.pilot--conference--2021--heading--section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pilot--conference--2021--heading--text h2 {
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #002945;
  padding-bottom: 15px;
}
.pilot--conference--2021--heading--text {
  text-align: center;
}
.pilot--conference--2021--heading--text hr.color--hr {
  margin: 0 auto;
}
.pilot--conference--2021--description {
  padding-bottom: 50px;
}
.pilot--conference--2022--description--new--image {
  text-align: center;
}
.pilot--conference--2022--description {
  padding-bottom: 0px;
}
.pilot--conference--2021--description p {
  font-size: 16px;
  line-height: 25px;
}
.pilot--conference--2021--day--info h3 {
  font-size: 40px;
  text-align: center;
  line-height: 50px;
}
.pilot--conference--2021--team--section .team-bottom-part {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 25px;
}
.pilot--conference--2021--team--section .team-bottom-part h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
.pilot--conference--2022--heading h4 {
  font-size: 13px !important;
  line-height: 15px !important;
}
.pilot--conference--2021--day2--info h3 {
  font-size: 40px;
  text-align: center;
  line-height: 50px;
}
.pilot--conference--2021--day2--section {
  padding: 120px 0;
}
.pilot--conference--2021--second--team--section .team-bottom-part {
  position: absolute;
  top: 0;
  background: transparent;
  padding: 40px;
}
.pilot--conference--2021--second--team--section .team-bottom-part h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
.pilot--conference--2021--team--section .andy-oshea, .pilot--conference--2021--second--team--section .andy-oshea {
  background-position: bottom center;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  height: auto;
}

.pilot--conference--2021--description p {
  font-size: 16px;
  line-height: 26px;
}
.pilot--conference--2022--description p {
  padding-left: 0px;
}

.pilot--conference--2022--image {
    padding-bottom: 120px;
}
.pilot--conference--2022--day--info h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 26px;
    color: #000;
}

.pilot--conference--2021--day2--info h3 {
    font-size: 35px;
    text-align: center;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}
.pilot--conference-2022--eats--conference {
    padding-top: 120px;
}
.pilot--conference-2022--eats--conference hr.color--hr {
    margin: 0 0;
}
.pilot--conference-2022--eats--conference--team {
    padding-top: 120px;
}

/* Updated Pilot Conference 2022 Page CSS */
.pilot--conference--2022--heading--section h2 {
  font-size: 21px;
  line-height: 28px;
  color: #002A45;
  padding-bottom: 20px;
}
.pilot--conference--2022--description p {
  font-size: 16px !important;
  line-height: 25px !important;
}
.pilot--conference--2022--image img {
  width: 90%;
}
.pilot--conference--2022--image {
  padding-bottom: 50px;
}
.pilot--conference--2022--day--info h3 {
  font-weight: 500;
  font-size: 27px !important;
  line-height: 20px !important;
  color: #000;
  padding-bottom: 60px;
}
p.session--1 {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin-bottom: 24px;
}
p.session--1--timing, p.session--2--timing {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin-bottom: 24px;
  font-weight: 500;
}
ol.session--1--speakers, ol.session--2--speakers {
  padding-left: 20px;
}
ol.session--1--speakers li, ol.session--2--speakers li {
  font-size: 15px;
  line-height: 27px;
  list-style: auto;
  margin-bottom: 24px;
  color: #000;
  font-weight: 500;
}
p.session--2 {
  font-size: 16px;
  line-height: 25px;
  margin-top: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}
.pilot--conference--2022--heading--section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pilot--conference--2022--description--new--image .small--img {
  position: absolute;
  top: 130px;
  left: 150px;
  width: 40%;
  z-index: 1;
}
.pilot--conference--2022--description--new--image .big--img {
  position: absolute;
  top: 0;
  left: 40px;
  width: 50%;
}
p.session--3 {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
p.session--3--timing {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
p.session--3--para {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
.pilot--conference--2022--colored--bg--white--text--div img {
  margin-top: 60px;
}
p.session--4 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  text-align: left;
}
p.session--4--timing {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  text-align: left;
}
ol.session--4 {
  padding-left: 20px;
}
ol.session--4 li {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  list-style: auto;
  margin-bottom: 22px;
}
.pilot--conference--2022--colored--bg--white--text--section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pilot--conference--2022--day--1--description {
  padding-bottom: 0px !important;
}
#pilot--conference--2022--heading--section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pilot--conference--2022--day2--section {
  padding: 0 0 70px 0;
}
.pilot--conference--2022--day2--info h3 {
  font-weight: 500;
  font-size: 32px !important;
  line-height: 26px !important;
  padding-bottom: 60px;
  color: #000;
}
p.session--5 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: left;
}
p.session--5--timing {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
}
ol.session--5--speakers {
  padding-left: 20px;
}
ol.session--5--speakers li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  list-style: auto;
  font-weight: 500;
}
ol.session--7--speakers--day2 li, ol.session--8--speakers--day2 li {
  color: #fff;
}
.pilot--conference--2022--day2--section .col-md-6:nth-child(2) {
  padding-bottom: 60px;
}
p.session--6 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: left;
}
p.session--6--timing {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  font-weight: 500;
  text-align: left;
}
ol.session--6--speakers {
  padding-left: 20px;
}
ol.session--6--speakers li {
  font-size: 16px;
  line-height: 25px;
  list-style: auto;
  margin-bottom: 24px;
  font-weight: 500;
}
p.session--7, p.session--8 {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
p.session--7--timing, p.session--8--timing {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 22px;
}
ol.session--7--speakers, ol.session--8--speakers {
  padding-left: 20px;
}
ol.session--7--speakers li, ol.session--8--speakers li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 22px;
  color: #fff;
  list-style: auto;
}
#pilot--conference--colored--bg--white--text--section--2022 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pilot--conference-2022--eats--conference {
  padding-top: 60px;
}
.pilot--conference-2022--eats--conference--team {
  padding-top: 60px;
  padding-bottom: 60px;
}
#sponsor--block--2022 h2 {
  font-size: 32px;
  line-height: 38px;
  color: #012945;
  font-weight: 500;
  margin-bottom: 20px;
}
.sponsor--block--2022 hr.color--hr {
  margin: 0 0 7% 0;
  width: 8%;
}
h5.sponsor--name {
  margin-bottom: 0px;
  text-align: center;
  font-size: 13px;
}
#logos--section img, #sponsor--block--2022 img {
  width: 80%;
  margin: auto 10%;
}
h5.ato--sponsor--name {
  margin-bottom: 0%;
  text-align: center;
  margin-top: 4%;
}
.sponsor--block--2022 {
  padding-bottom: 50px;
}
.sponsor--block--2022 .empty--col {
  display: block;
}
.save-as-pdf-pdfcrowd-button {
  position: absolute;
  right: 0;
  top: 35px;
}
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
  #countdown--section .container, #about--custom--banner--section .container, #left--image--right--text .container, #about-section .container, #about-section-1 .container, .custom--counter--class .container, #logos--section .container, #testimonial--section .container, .footer .container, #about-page-section .container, .case-study-section .container, #visitor--info--custom--banner--section .container, #colored--bg .container, #attendee--list--custom--banner--section .container, #white--colored--bg .container, .pdf--section .container, #faq--custom--banner--section .container, #faq--section .container, #abt--the--organiser--custom--banner--section .container, #abt--the--organiser--section .container, #abt--the--organiser--colored--section .container, #abt--the--organiser--faq--section .container, .become--a--speaker--custom--banner--section .container, .become--a--speaker--section .container, .colored--bg--white--text--section .container, .become--a--speaker--colored--section .container, .become--a--speaker--white--section .container, .pilot--conference--custom--banner--section .container, .pilot--conference--heading--section .container, .pilot--conference--colored--bg--white--text--section .container, .pilot--conference--team--section .container, .pilot--conference--white--bg--section .container, .single--pilot--custom--banner--section .container, .single--pilot--section .container, .single--pilot--leftsml--rgtbig--section .container, .content-section .container, .list-a2z .container, .exhibit--floor--plan--custom--banner--section .container, .exhibit--floor--plan--white--colored--bg .container, .exhibit--floor--plan--pdf--section .container, .contact--us--text .container, .why--exhibit--custom--banner--section .container, .why--exhibit--white--colored--bg .container, .why--exhibit--text--section .container, .testimonials--custom--banner--section .container, .testimonials--white--colored--bg .container, .testimonials--text--section .container, .become--a--sponsor--custom--banner--section .container, .become--a--sponsor--white--colored--bg .container, .become--a--sponsor--leftside--rightimg .container, .become--a--sponsor--left--image--right--text .container, .become--a--sponsor--text--section .container, .header-wrapper .container, .conference--custom--banner--section .container, .conference--heading--section .container, .conference--left--image--right--text .container, .conference--team--section .container, .eats--news--custom--banner--section .container, .eats--news--heading--section .container, .eats--news--left--image--right--text .container, .exhibitor--portal--custom--banner--section .container, .exhibitor--portal--heading--section .container, .exhibitor--portal--text--section .container, .exhibitor--portal--white--bg--section .container, .exhibitor--portal--table .container, .exhibitor--portal--leftside-image--rightside--text--section .container, .exhibitor--portal--two--boxes--section .container, .meet--the--speakers--white--colored--bg .container, .meet--the--speakers--custom--banner--section .container, .ato--eats--programme--custom--banner--section .container, .ato--eats--programme--white--colored--bg .container, .ato--eats--programme--lefttext--rightimage .container, .ato--eats--programme--left--image--right--text .container, .meet--the--speakers--section .container, .pilot--conference--2021--custom--banner--section .container, .pilot--conference--2021--heading--section .container, .pilot--conference--2021--day2--section .container, .sponsor--block--2022 .container {
    max-width: 1120px;
  }
  .f-right {
    float: right;
    position: absolute;
    right: 0;
    left: 30%;
  }
  .pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: -25% !important;
    width: 50% !important;
  }
  div#slick3 {
    display: none;
  }
  div#slick1, div#slick2 {
    display: flex;
  }
  .header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    margin-right: 40px;
  }
  section.custom--banner--section {
    padding: 200px 0 185px 0 !important;
  }  
  .slick-prev:before {
    left: -15px;
    padding: 10px;
    font-size: 35px !important;
  }
  .slick-next:before {
    right: 15px;
    font-size: 35px !important;
  }
  #logos--section .slick-prev:before {
    left: -35px;
  }
  #logos--section .slick-next:before {
    right: 15px;
  }
  p.countdown--text, div#countdown {
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
  }
  #countdown ul li {
    display: inline-block;
    padding: 0 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
  }
  #countdown ul li span {
    padding: 0;
    display: block;
    font-size: 34px;
    line-height: 47px;
    font-weight: 700;
  }
  a.first-button, a.second-button, a.third-button {
    font-size: 14px !important;
    font-weight: 700;
    padding: 20px 30px !important;
    line-height: 24px !important;
  }
  #custom--heading--text {
    padding-bottom: 100px;
  }
  .heading--with--border {
    font-size: 32px;
    width: 85%;
    line-height: 53px;
    color: #141628 !important;
  }
  .left--image--right--text {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  #left--image--right--text h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
  }
  #left--image--right--text h4.color {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
  .left--image--right--text p {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .left--image--right--text p:last-child {
    margin-bottom: 0;
  }
  .funfact-normal .icon span:before {
    color: #78A4D8;
    font-size: 5rem;
  }
  .funfact-normal .counter {
    color: #010101;
    font-size: 25px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .counter--numbers span {
    font-size: 25px;
    padding-left: 5px;
    padding-top: 10px;
    font-weight: 700;
    color: #010101;
  }
  #about-section {
    padding-top: 100px;
  }
  #about-section h2, #about-section-1 h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
  }
  #about-section p, #about-section-1 p{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
  }
  .about-image-block:after {
    right: 210px !important;
    top: 25px !important;
  }
  .shadow-1:after {
    right: 250px !important;
    top: -40px !important;
  }
  p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #000;
  }
  #about-section .btn--light, #about-section-1 .btn--light {
    padding: 20px 25px !important;
    font-size: 14px;
    line-height: 10px;
    margin-top: 10px;
  }
  .sponsor--heading--with--border {
    padding: 20px 30px;
    color: #141628;
    font-size: 19px;
    line-height: 27px;
  }
  section#custom--sponsor--heading--text {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .slick-slide img {
    width: 100%;
  }
  .testimonial-content .comments {
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    line-height: 31px;
  }
  .client-name {
    margin-bottom: 83px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 57px;
  }
  .client-designation {
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 19px;
    font-weight: 400;
  }
  .footer-widget-list li {
    margin-bottom: 25px;
  }
  .footer-widget-list li:last-child {
    margin-bottom: 0px;
  }
  .footer-widget-list li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-widget-list li a:before {
    top: 0px;
  }
  .social-list li a {
    color: #78A4D8;
    font-size: 27px;
  }
  .social-list li a:hover {
    background-color: #78A4D8;
    color: #141628;
  }
  .funfact-normal .title {
    color: #010101;
    font-weight: 400;
    font-size: 19px;
    line-height: 15px;
    margin-top: 5px;
  }
  ul#menu-primary-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
  }
  .text-light-gray {
    color: #fff;
    font-size: 13px;
    line-height: 19px;
  }
  .copyrights--section {
    padding-top: 70px;
  }
  .about-image-block img {
    width: 70%;
  }
  #left--image--right--text img {
    width: 80%;
  }
  
  /* About Page Media Query CSS */
  .content-box h1 {
    line-height: 52px;
    font-size: 42px;
    font-weight: 700;
  }
  .about--heading--with--border {
    font-size: 32px;
    line-height: 40px;
    width: 75%;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    text-transform: uppercase;
    color: #141628;
    padding: 0 15px;
  }
  #about-page-section p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px !important;
  }
  #about-page-section h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
  }
  .about-page-section hr.color--hr {
    margin: 6% 0;
  }
  .order-list li:before {
    color: #78A4D8;
    font-size: 30px;
  }
  .order-list li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px !important;
    padding-left: 30px;
  }
  .order-list li:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .case-study-section h2 {
    font-size: 32px;
    line-height: 42px;
    color: #141628;
    text-transform: uppercase;
  }
  .title-box-center hr.color--hr {
    margin: 2% auto;
    width: 13%;
  }
  #table--section .price-table {
    height: 100%;
  }
  #table--section h3 {
    color: #141628;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    min-height: 72px;
  }

  #table--section.case-study-section .price-table p {
    font-size: 15px;
    line-height: 27px;
  }
  .price-table .table-content .list-items li {
    padding: 15px 0;
    font-size: 17px;
    line-height: 22px;
  }
  .custom--cta--class h5 {
    font-size: 16px;
    line-height: 32px;
  }

  /* Visitor Information Page CSS */
  .attendee--heading--text h2 {
    font-size: 34px;
    line-height: 46px;
  }
  #white--border--table thead tr th:nth-child(2), #white--border--table thead tr th:nth-child(3), #white--border--table thead tr th:nth-child(4) {
    font-size: 15px;
    line-height: 10px;
    padding: 24px;
  }
  #white--border--table tbody tr td {
    font-size: 15px;
    line-height: 10px;
    padding: 24px;
  }
  .italics--div p {
    color: #fff;
    font-style: normal;
    margin-bottom: 0;
    padding: 20px 0 70px 0;
  }
  .white--outline {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    padding: 20px 60px;
  }
  #colored--bg .section-content {
    padding-top: 90px;
  }
  #colored--bg .attendee--table--1 img {
    width: 355px;
    height: 260px;
  }
  #colored--bg .col-lg-4 {
    padding: 0 20px;
  }
  .attendee--table--1 h3 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    color: #141628;
  }
  .attendee--table--1 .purple--text {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin: 3% 0 10% 0;
  }
  .attendee--table--1 .btn--light {
    font-size: 14px;
    line-height: 15px;
    padding: 10px 30px;
  }
  .attendee--table--1 .attendee--para--text:last-child {
    margin-bottom: 50px;
  }
  .attendee--table--1 .attendee--para--text {
    font-size: 15px;
    line-height: 22px;
  }
  
  /* Attendee List Page CSS */
  #white--colored--bg {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .attendee--list--heading--text h2 {
    font-size: 37px;
    line-height: 29px;
  }
  .attendee--list--para--text p {
    font-size: 42px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
  }
  .attendee--list--heading--text hr {
    margin: 2% auto 0% auto;
    padding-bottom: 0;
  }

  /* FAQ Page CSS */
  .faq--heading--text {
    text-align: center;
  }
  .faq--heading--text h2 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 27px;
    line-height: 39px;
    font-weight: 700;
    color: #18283F;
  }
  .faq--heading--text hr.color--hr {
    margin: 0% auto;
    width: 12%;
    padding-bottom: 30px;
  }
  #faq--section .faq-block {
    padding-bottom: 80px;
  }
  #faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0px !important;
    border-bottom: none;
    padding: 0px;
  }
  #faq--section .accordion-item:last-child {
    margin-bottom: 0px !important;
    border-bottom: 5px solid #78A4D8;
  }
  #faq--section .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000;
    padding-bottom: 0px;
  }
  .accordion .accordion-item .accordion-header .title {
    font-size: 20px;
    line-height: 15px;
    font-weight: 400;
    background: transparent !important;
    color: #000;
  }
  .accordion .accordion-item .accordion-header span {
    left: 10px;
    top: 15px;
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-header.active span:before {
    content: "\f067";
    color: #78A4D8;
    font-size: 25px;
    top: 3px;
  }
  .fa-plus:before {
    content: "\f067";
    font-size: 25px;
    color: #78A4D8;
  }
  .accordion .accordion-item .accordion-body {
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-body p {
    font-size: 15px !important;
    line-height: 25px;
    padding-left: 5%;
    color: #000;
  }
  p.gf_progressbar_title {
    padding-left: 0 !important;
  }

  /* About the Organiser Page CSS */
  .abt--the--organiser--heading--text {
    text-align: center;
  }
  .abt--the--organiser--heading--text h2 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    color: #141628 !important;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 12px;
  }
  .abt--the--organiser--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 60px;
    width: 15%;
  }
  #abt--the--organiser--colored--section {
    background-color: #141628;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #abt--the--organiser--colored--section hr.white--line {
    border-top: 5px solid #fff;
    width: 30%;
    margin: 0;
    padding-bottom: 20px;
  }
  #abt--the--organiser--colored--section p {
    color: #fff;
    text-align: left;
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #abt--the--organiser--colored--section .about-image-block {
    padding-left: 10%;
  }
  .abt--the--organiser--faq--heading--text h2 {
    padding-top: 70px;
    padding-bottom: 11px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--our--events--heading--text h2 {
    padding-top: 70px;
    padding-bottom: 11px;
    font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--faq--heading--text hr.color--hr {
    margin: 0;
    width: 10%;
  }
  #abt--the--organiser--faq--section .active .title {
    background: transparent !important;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body {
    padding-top: 40px;
    padding-left: 100px;
  }
  #abt--the--organiser--faq--section .accordion-body h4 {
    /*font-size: 30px;
    line-height: 35px;*/
    font-size: 22px;
    line-height: 27px;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body p {
    padding-left: 0;
    line-height: 25px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #abt--the--organiser--faq--section .accordion-body .col-md-9 {
    padding-left: 85px;
  }
  #abt--the--organiser--faq--section .accordion-body a.btn--light {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 30px;
  }
  #abt--the--organiser--faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0px;
  }
  #abt--the--organiser--faq--section .accordion-item:last-child {
    border: 5px solid #78A4D8;
  }
  .abt--the--organiser--our--events--heading--text hr.color--hr, .abt--the--organiser--faq--heading--text hr.color--hr {
    padding-bottom: 40px;
  }
  .abt--the--organiser--our--events--section {
    padding-bottom: 50px;
  }

  /* Become a Speaker Page CSS */
  .become--a--speaker--section {
    text-align: center;
  }
  .become--a--speaker--heading--text h2 {
    padding-top: 86px;
    padding-bottom: 39px;
    font-size: 32px;
    line-height: 44px;
    color: #141628;
  }
  .become--a--speaker--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 106px;
    width: 20%;
  }
  .colored--bg--white--text--section, .colored--bg--white--heading--section {
    background-color: #141628;
  }
  .colored--bg--white--text--section {
    padding-top: 130px;
    padding-bottom: 95px;
  }
  .colored--bg--white--text--section p {
    font-size: 35px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .colored--bg--white--heading--section .container {
    max-width: 100%;
  }
  .colored--bg--white--heading--section .custom--border:before {
    border-color: #fff;
    z-index: 0;
  }
  .colored--bg--white--heading--section .custom--border:nth-child(2):before {
    z-index: -2;
  }
  h2.colored--bg--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    font-weight: 500;
    padding: 25px;
  }
  .pilot--training--div:before {
    z-index: -1 !important;
  }
  span.pilot--training {
    padding: 0 20px;
  }
  .become--a--speaker--colored--section {
    padding-top: 125px;
    background: #141628;
    padding-bottom: 125px;
  }
  #become--a--speaker--colored--section .col-xl-6:last-child {
    padding-left: 95px;
  }
  .become--a--speaker--text p {
    color: #fff;
    margin-bottom: 96px;
    font-size: 23px;
    line-height: 33px;
  }
  .become--a--speaker--text ul li {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--text ul {
    color: #fff;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section {
    padding-top: 167px;
    padding-bottom: 80px;
  }
  .become--a--speaker--white--section--text p {
    color: #000;
    line-height: 33px;
    font-size: 23px;
  }
  .become--a--speaker--white--section--text ul li {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--white--section--text ul {
    color: #000;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section .row:first-child {
    padding-bottom: 106px;
  }
  .become--a--speaker--white--section .row:last-child p {
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 33px;
  }
  .become--a--speaker--white--section .row:last-child p:last-child {
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 33px;
  }
  .form--div {
    padding-top: 120px;
  }
  .form--div .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000 !important;
  }
  .form--div .accordion-item {
    border: 5px solid #78A4D8;
    padding: 25px;
  }

  /* Pilot Conference CSS */
  .pilot--conference--heading--text {
    text-align: center;
  }
  .pilot--conference--heading--text h2 {
    padding-top: 89px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 44px;
    color: #141628;
  }
  .pilot--conference--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 105px;
    width: 20%;
  }
  .pilot--conference--colored--bg--white--text--section {
    background: #141628;
    padding-top: 88px;
    padding-bottom: 100px;
  }
  .pilot--conference--colored--bg--white--text--div p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .team-block h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 27px;
  }
  .team-block h6 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
  }
  .team-block {
    height: 520px;
  }
  .ascanio-russo, .fabi-riesen, .frederik-mohrmann {
    background-position: center !important;
  }
  .team-block h4 a:hover {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s;
  }
  .pilot--conference--white--bg--section {
    padding-top: 140px;
    padding-bottom: 92px;
    text-align: center;
  }
  .pilot--conference--white--text p {
    text-align: center;
    font-size: 25px;
    line-height: 37px;
    font-weight: 300;
  }
  .pilot--conference--white--bg--section a {
    margin-top: 50px;
    font-size: 18px !important;
    line-height: 24px;
    color: #141628;
  }

  /* Exhibitors List Page CSS */
  .accordion .accordion-body .letter--div p {
    font-size: 40px !important;
    /* border: 5px solid #78A4D8;
    width: 60%; */
    padding: 0px;
    color: #141628;
  }
  .accordion .accordion-body .letter--div p:after {
    content: '';
    border: 5px solid #78A4D8;
    padding: 30%;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: -15px;
  }
  #sectionV .accordion .accordion-body .letter--div p {
    margin-left: 6%;
  }
  #sectionS .accordion .accordion-body .letter--div p {
    margin-left: 8%;
  }
  #sectionL .accordion .accordion-body .letter--div p {
    margin-left: 8%;
  }
  #sectionR .accordion .accordion-body .letter--div p {
    margin-left: 5%;
  }
  #sectionW .accordion .accordion-body .letter--div p {
    margin-left: -6%;
    margin-top: 2%;
  }
  #sectionT .accordion .accordion-body .letter--div p {
    margin-left: 9%;
    margin-top: 0%;
  }
  #sectionP .accordion .accordion-body .letter--div p {
    margin-left: 6%;
  }
  #sectionM .accordion .accordion-body .letter--div p {
    margin-left: -1%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 0%;
    margin-top: -2%;
  }
  #sectionJ .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  #sectionI .accordion .accordion-body .letter--div p {
    margin-left: 18%;
  }
  #sectionG .accordion .accordion-body .letter--div p {
    margin-left: 5%;
  }
  #sectionF .accordion .accordion-body .letter--div p, #sectionE .accordion .accordion-body .letter--div p, #sectionC .accordion .accordion-body .letter--div p, #sectionB .accordion .accordion-body .letter--div p, #sectionA .accordion .accordion-body .letter--div p {
    margin-left: 5%;
  }
  #sectionD .accordion .accordion-body .letter--div p {
    margin-left: 4%;
  }
  .des--div {
    font-size: 26px;
    padding-left: 80px;
  }
  .des--div ul li:last-child {
    margin-bottom: 50px;
  }
  .des--div ul {
    padding-left: 3%;
  }
  .des--div ul li {
    display: list-item;
    list-style: disc;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
  }
  .accordion-body .des--div h4 {
    font-size: 25px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .accordion-body .des--div span {
    font-size: 20px;
    line-height: 25px;
  }
  .accordion-body .des--div a {
    font-size: 20px;
    line-height: 25px;
    color: #81a2d2;
  }
  .accordion-body .des--div p {
    padding-left: 0 !important;
    line-height: 52px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .accordion-body .des--div a.btn--light {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 70px;
  }
  .section-A.content-section {
    padding-top: 50px;
  }
  .section-A.content-section.active123.top-content {
    padding-top: 140px !important;
  }
  .content-section {
    padding-top: 80px;
  }
  .list-a2z{
    background: #141628;
    padding: 10px 0 !important;
  }
  nav.abcd {
    width: 900px;
    line-height: 40px;
    margin: 0 auto;
  }
  .fixed nav.abcd {
    width: 100%;
  }
  .fixed nav.abcd ul li {
    font-size: 25px;
    line-height: 25px;
  }
  #button-container button {
    padding: 20px;
    line-height: 0;
    margin-bottom: 8%;
  }

  /* Single Pilot Page CSS */
  .single--pilot--section {
    padding-top: 116px;
    padding-bottom: 90px;
  }
  .single--pilot--details hr.color--hr {
    margin: 0% 0 5% 0;
  }
  .single--pilot--img--section {
    padding-right: 50px;
  }
  .single--pilot--img--section img {
    background-color: #141628;
  }
  .single--pilot--details h6 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #141628;
    margin-bottom: 30px;
  }
  .single--pilot--details h3 {
    font-size: 40px;
    line-height: 42px;
    color: #141628;
    text-transform: uppercase;
  }
  .single--pilot--text p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
  }
  .single--pilot--leftsml--rgtbig--div .long-gap-left {
    background-color: #78A4D8;
    padding-top: 84px;
    padding-bottom: 84px;
    padding-left: 90px;
    padding-right: 90px;
    margin: 0;
  }
  .long--gap--left--heading--text h3 {
    font-size: 40px;
    line-height: 53px;
    font-weight: 500;
    color: #141628;
  }
  .long--gap--left--des--text p:first-child {
    font-size: 26px;
    line-height: 36px;
    margin-top: 70px;
    color: #000;
    margin-bottom: 20px;
  }
  .long--gap--left--des--text ol li {
    font-size: 26px;
    line-height: 36px;
    margin-top: 30px;
    color: #000;
    margin-bottom: 0px;
    list-style: auto;
  }
  .long--gap--left--des--text p {
    font-size: 26px;
    line-height: 36px;
    margin-top: 50px;
    color: #000;
    margin-bottom: 20px;
  }
  .single--pilot--leftsml--rgtbig--section {
    padding-bottom: 80px;
  }
  .single--pilot--leftsml--rgtbig--div .col-lg-12 {
    margin-top: 68px;
    left: 10%;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a {
    font-size: 30px;
    line-height: 36px;
    color: #141628;
    text-transform: uppercase;
    font-weight: 700;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a:before {
    content: url(/wp-content/uploads/2022/08/left-arrow.png);
    position: absolute;
    left: -50px;
    background: #78A4D8;
    border-radius: 50px;
    font-size: 48px;
    width: 45px;
    height: 45px;
    top: -5px;
    padding-left: 8px;
    color: #fff;
    padding-top: 4px;
  }

  /* Exhibit Floor Plan Page CSS */
  .exhibit--floor--plan--heading--text h2 {
    font-size: 42px;
    line-height: 55px;
    color: #18283F;
    text-transform: uppercase;
    text-align: center;
    padding-top: 66px;
    padding-bottom: 28px;
  }
  .exhibit--floor--plan--heading--text .color--hr {
    margin: 0% auto;
    padding-bottom: 106px;
    width: 22%;
    border-color: #81a2d2 !important;
  }
  .exhibit--floor--plan--pdf--section embed {
    height: 100vh;
  }
  .exhibit--floor--plan--para--text {
    padding-top: 80px;
  }
  .contact--us--heading--text {
    padding-top: 100px;
  }
  .exhibit--floor--plan--para--text p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    color: #18283F;
  }
  h2.contact--us--heading--with--border {
    font-size: 23px;
    line-height: 28px;
    border: 5px solid #78A4D8;
    text-align: center;
    background-color: #fff;
    width: 45%;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 15px;
    color: #18283F;
  }
  .contact--us--heading--text .container {
    max-width: 100%;
  }
  .contact--us--text {
    padding-bottom: 30px;
  }
  .american--icon--div, .rest--of--world--icon--div {
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
  }
  .american--icon--div img {
    width: 26%;
  }
  .rest--of--world--icon--div img {
    width: 44%;
  }
  .american--icon--div p, .rest--of--world--icon--div p {
    font-size: 20px;
    line-height: 25px;
    color: #010101;
  }

  /* Why Exhibit Page CSS */
  .leftside--image-rightside--text--section .container, .why--exhibit--contact--us--heading--text .container {
    max-width: 100%;
  }
  .why--exhibit--heading--text h2 {
    text-align: center;
    padding-top: 76px;
    padding-bottom: 28px;
    font-size: 35px;
    line-height: 48px;
    color: #18283F;
  }
  .why--exhibit--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 75px;
    width: 15%;
    border-color: #81a2d2 !important;
  }
  .why--exhibit--text p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
  }
  .why--exhibit--white--colored--bg {
    padding-bottom: 120px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 71px 101px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .overllay {
    background: #81a2d28a;
    height: 88.8%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .why--exhibit--text--section {
    padding-top: 100px;
    /*padding-bottom: 70px;*/
  }
  .why--exhibit--text--div p {
    font-size: 28px;
    line-height: 41px;
    font-weight: 300;
    text-align: center;
  }

  /* Testimonials Page CSS */
  .testimonials--contact--us--heading--text .container {
    max-width: 100%;
  }
  .testimonials--heading--text h2 {
    text-align: center;
    padding-top: 66px;
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 49px;
    color: #18283F;
  }
  .testimonials--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 69px;
    width: 15%;
  }
  .testimonials--text p {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    width: 900px;
    margin: 0 auto;
  }
  .testimonials--white--colored--bg {
    padding-bottom: 121px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 70px 100px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 28px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    color: #141628;
  }
  .text--container h3.second--title {
    font-weight: 700;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .testimonials--text--section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .testimonials--text--div {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
  }
  .testimonials--below--colorful--text--section {
    padding-top: 100px;
    /* padding-bottom: 134px; */
  }
  .testimonials--below--colorful--text--section p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
  }
  .background--1 {
    background-color: #141628;
    height: auto;
  }
  .background--2 {
    background-color: #5D78AF;
    height: auto;
  }
  .background--3 {
    background-color: #99ABD3;
    height: auto;
  }
  .background--4 {
    background-color: #004A89;
    height: auto;
  }
  #testimonial--page--section .team-bottom-part {
    height: 530px;
    /*overflow-y: scroll;*/
    position: inherit;
    bottom: -10px;
    padding: 0 30px;
  }
  .background--1 .team-upper-part, .background--2 .team-upper-part, .background--3 .team-upper-part, .background--4 .team-upper-part {
    text-align: center;
  }
  .background--1 img, .background--2 img, .background--3 img, .background--4 img {
    width: 40%;
    margin: 50px 0 30px 0;
  }
  .background--1 .team-bottom-part p, .background--2 .team-bottom-part p, .background--3 .team-bottom-part p, .background--4 .team-bottom-part p {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .background--1 .team-bottom-part p.designation, .background--2 .team-bottom-part p.designation, .background--3 .team-bottom-part p.designation, .background--4 .team-bottom-part p.designation {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .testimonial--page--section {
    padding: 0 40px;
  }

  /* Become a Sponsor Page CSS */
  .become--a--sponsor--heading--text h2 {
    text-align: center;
    padding-top: 66px;
    padding-bottom: 28px;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 45px;
    color: #18283F;
  }
  .become--a--sponsor--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 56px;
    width: 25%;
  }
  .become--a--sponsor--text {
    text-align: center;
    padding-bottom: 67px;
  }
  .become--a--sponsor--leftside--rightimg .row {
    background-color: #141628;
    border-bottom: 15px solid #81a2d2;
    width: 75%;
    margin: 0 auto;
  }
  /*#become--a--sponsor--leftside--rightimg img {
    width: 50%;
    float: right;
  }*/
  .become--a--sponsor--text--div p {
    /*color: #fff;
    width: 375px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    margin-left: 35%;*/
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    padding: 0 60px;
  }
  /* .become--a--sponsor--text--div p {
    color: #fff;
    width: 375px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
  } */
  .become--a--sponsor--black--text--div p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    color: #18283F;
  }
  .become--a--sponsor--leftside--rightimg {
    padding-bottom: 140px;
  }
  .become--a--sponsor--left--image--right--text .pdl-140 {
    padding-left: 70px;
  }
  .become--a--sponsor--left--image--right--text .about-image-block:after {
    right: 70px;
    top: 70px;
  }
  .become--a--sponsor--left--image--right--text p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 70px;
    margin-top: 25px;
  }
  .become--a--sponsor--left--image--right--text {
    padding-bottom: 132px;
  }
  .become--a--sponsor--text--div {
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
  }
  .become--a--sponsor--left--image--right--text a {
    font-size: 18px !important;
    line-height: 23px;
    padding: 27px 64px !important;
  }
  /*.become--a--sponsor--text--section {
    padding-bottom: 120px;
  }*/
  .become--a--sponsor--contact--us--heading--text .container {
    max-width: 100%;
  }

  /* Conference Page CSS */
  .conference--heading--section hr.color--hr {
    padding-bottom: 140px;
  }
  .conference--heading--section h2 {
      padding-top: 76px;
      padding-bottom: 28px;
      text-transform: uppercase;
      font-size: 42px;
      line-height: 55px;
      color: #141628;
  }
  .conference--left--image--right--text .personal-details a {
    margin-top: 107px !important;
    font-size: 20px;
    line-height: 25px;
  }
  .conference--left--image--right--text .personal-details p {
    margin-bottom: 20px !important;
    font-size: 20px;
    line-height: 30px;
  }
  .conference--left--image--right--text {
    padding-bottom: 167px;
  }
  .conference--team--section hr.color--hr {
    margin: 2% 0;
    width: 12%;
  }
  .conference--team--section h2 {
    font-weight: 500;
    color: #002843;
    font-size: 32px;
    line-height: 38px;
  }
  .conference--team {
    padding-top: 130px;
    padding-bottom: 150px;
  }
  .conference--team .team-block h6 {
    font-size: 18px;
  }
  .conference--team .team-block {
    height: 100%;
  }
  .anna--milberg {
    background-color: #002843;
  }
  .jaques--drappier, .fiona--greenyer {
    background-color: #5d78ad;
  }

  /* EATS Page CSS */
  .eats--news--heading--section h2 {
    font-size: 27px;
    line-height: 37px;
    color: #141628;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .eats--news--heading--section hr.color--hr {
    padding-bottom: 40px;
    width: 10%;
    margin: 0 auto;
  }
  .eats--news--heading--text h4 {
    text-align: center;
    font-size: 32px;
    line-height: 47px;
    font-weight: 500;
    color: #000;
    padding-bottom: 40px;
  }
  .eats--news--left--image--right--text .personal-details p {
    font-size: 15px;
    line-height: 23px;
  }
  .eats--news--left--image--right--text .about-image-block:after {
    position: absolute;
    content: "";
    height: 65%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 205px !important;
    margin: 0 auto;
    top: auto !important;
    opacity: 1;
    /* animation: heartbeat 1s infinite alternate; */
    bottom: -25px;
  }
  .eats--news--left--image--right--text .personal-details {
    padding-left: 0px;
  }
  .eats--news--left--image--right--text .personal-details a {
    /*margin-top: 60px;*/
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 120px;
  }
  .eats--news--left--image--right--text hr.color--hr {
    margin: 5% 0 10% 0;
    width: 100%;
  }

  /* Exhibitor Portal Page CSS */
  .exhibitor--portal--heading--section h2 {
    padding-top: 60px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    color: #141628;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 60px;
  }
  .exhibitor--portal--text--div--bold {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    padding-bottom: 70px;
    width: 550px;
    margin: 0 auto;
  }
  .exhibitor--portal--text--div--regular {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    padding-bottom: 70px;
    font-weight: 500;
    width: 850px;
    margin: 0 auto;
  }
  .exhibitor--portal--text--div--light {
    padding-bottom: 125px;
    padding-left: 95px;
  }
  .exhibitor--portal--text--div--light p {
    /*font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #000;*/
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #000;
    text-align: left;
  }
  .exhibitor--portal--purple--section {
    padding-top: 70px;
    padding-bottom: 85px;
  }
  .exhibitor--portal--purple--section h3 {
    text-align: center;
    padding-bottom: 85px;
    color: #fff;
    font-size: 41px;
    line-height: 59px;
    font-weight: 500;
  }
  ul.custom--exhibitor--portal--list {
    padding-left: 40px;
  }
  ul.custom--exhibitor--portal--list li {
    display: list-item;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-weight: 500;
    text-align: left;
  }
  ul.custom--exhibitor--portal--list li:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--div--light p:last-child {
    margin-bottom: 0px;
  }
  /* .colored--bg--text {
    padding-top: 150px;
  } */
  .colored--bg--text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 55px;
    padding-bottom: 39px;
  }
  .colored--bg--text hr.color--hr {
    margin: 0 auto;
    width: 12%;
    padding-bottom: 130px;
  }
  ul.shipping--forms li {
    display: list-item;
    list-style: disc inside;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 120px;
  }
  #exhibitor--portal--logo--text--section h2 {
    text-transform: uppercase;
    color: #002444;
    font-size: 40px;
    line-height: 55px;
    padding-bottom: 39px;
  }
  #exhibitor--portal--logo--text--section img {
    width: 65%;
  }
  #exhibitor--portal--logo--text--section p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
  #exhibitor--portal--logo--text--section .why--exhibit--text--div p:last-child {
    padding-top: 150px;
    text-align: center;
  }
  #exhibitor--portal--logo--text--section hr.color--hr {
    padding-bottom: 115px;
  }
  .colored--bg--text .container {
    max-width: 100%;
  }
  h2.colored--bg--text--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    padding: 20px;
  }
  .key--deadline--div:before {
    z-index: -1 !important;
  }
  .colored--bg--text .custom--border:before {
    border-top: 5px solid #ffffff;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
  }
  .exhibitor--portal--text p {
    color: #fff;
    text-transform: none;
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    width: 53%;
    margin: 0 auto;
  }
  .exhibitor--portal--text {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
  }
  .exhibitor--portal--text--2 p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--2 p {
      color: #fff;
      text-transform: none;
      font-size: 25px;
      line-height: 40px;
      width: 58%;
      margin: 0 auto 60px auto;
      font-weight: 300;
  }
  .exhibitor--portal--text--2 {
      text-align: center;
      padding-top: 100px;
      padding-bottom: 130px;
  }
  .exhibitor--portal--white--bg--section h2 {
    /* padding-top: 100px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
    color: #002843; */
    padding-top: 120px;
    padding-bottom: 44px;
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    color: #002444;
  }
  #exhibitor--portal--white--bg--section hr.color--hr {
    padding-bottom: 120px;
    margin: 0 auto;
    width: 20%;
  }
  .second--title h2 {
    padding-top: 0px;
  }
  .button--div {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .button--div a {
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 500;
    color: #002843;
  }
  .second--title hr.color--hr {
    padding-bottom: 80px;
  }
  .exhibitor--portal--table {
    padding-top: 130px;
    padding-bottom: 150px;
  }
  .exhibitor--portal--table--1 img {
    width: 100%;
    height: 150px;
  }
  .exhibitor--portal--table--1 h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    color: #002444;
  }
  .exhibitor--portal--table--1 hr.color--hr {
    margin-top: 6%;
    padding-bottom: 50px;
  }
  ul.exhibitor--portal--para--text li {
    display: block;
    margin-bottom: 40px;
  }
  ul.exhibitor--portal--para--text {
      font-size: 24px;
      line-height: 31px;
      font-weight: 400;
      color: #000;
  }
  .exhibitor--portal--table--1 {
    height: 95%;
    /* margin: 30px; */
  }
  /* .exhibitor--portal--table .row:last-child {
    padding-top: 80px;
  } */
  .exhibitor--portal--leftside-image--rightside--text--section .about-image-block:after {
    position: absolute;
    content: "";
    height: 90%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 200px !important;
    margin: 0 auto;
    top: 50px !important;
    opacity: 1;
  }
  .exhibitor--portal--leftside-image--rightside--text--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div {
    padding-left: 0px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div h2 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    color: #002843;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p {
    margin-bottom: 40px !important;
    font-size: 20px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p:last-child {
    margin-bottom: 0px !important;
  }
  .exhibitor--portal--two--boxes--section {
    background-color: #78A4D8;
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .exhibitor--portal--two--boxes--section .feature-content {
    padding: 80px 30px 40px 30px;
    margin: 60px;
    height: 550px;
  }
  .para p {
    font-size: 20px;
    line-height: 30px;
    color: #002843;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .para p:last-child {
    margin-bottom: 0px;
  }
  /* .para {
    overflow-y: scroll;
    height: 250px;
    word-break: break-word;
  } */
  .exhibitor--portal--two--boxes--section .feature-content .title {
    position: absolute;
    top: -10%;
    background-color: #002843;
    padding: 25px;
    width: 125%;
    left: -62px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .exhibitor--portal--two--boxes--section .feature-content h3 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
  }
  .exhibitor--portal--two--boxes--section .feature-content .title:before {
    height: 0;
    width: 0;
    border-top: 65px solid #000;
    border-left: 60px solid transparent;
    bottom: -81%;
    position: absolute;
    content: "";
    left: 0%;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 60px;
  }
  #exhibitor--portal--logo--text--section h2 {
    text-transform: uppercase;
    color: #002444;
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 39px;
  }
  #exhibitor--portal--logo--text--section hr.color--hr {
    padding-bottom: 115px;
    margin: 0% auto;
    width: 20%;
  }
  #exhibitor--portal--logo--text--section img {
    width: 65%;
  }
  #exhibitor--portal--logo--text--section p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
  #exhibitor--portal--logo--text--section .why--exhibit--text--div p:last-child {
    padding-top: 120px;
    text-align: center;
  }  
  /* .para p {
    font-size: 24px;
    line-height: 34px;
  } */
  .exhibitor--portal--two--boxes--section .container {
    max-width: 90%;
  }
  .about--second--section hr.color--hr {
    margin-bottom: 50px;
    margin-top: 21px !important;
  }
  .case-study-section hr.color--hr {
    padding-bottom: 100px;
    margin: 20px auto 0px auto !important;
  }
  .case-study-section .table-content hr.color--hr {
    padding-bottom: 25px;
    width: 35%;
    margin: 4% 0 0 0 !important;
  }
  .case-study-section {
    padding-top: 40px;
  }
  .table--section {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .about--second--section {
    padding-top: 90px;
  }

  section.pdf--section {
    padding-bottom: 0px;
  }

  section#colored--bg {
    padding-bottom: 0px;
  }

  .eats--news--left--image--right--text:nth-last-of-type(1) {
    padding-bottom: 150px;
  }

  /* Meet the Speakers CSS */
  .meet--the--speakers--heading--text {
    text-align: center;
  }
  .meet--the--speakers--heading--text h2 {
    font-size: 40px;
    line-height: 50px;
    color: #002945;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
  }
  .meet--the--speakers--heading--text hr.color--hr {
    margin: 0% auto;
    width: 20%;
    border-color: #78A4D8 !important;
  }
  .meet--the--speakers--section {
    padding-bottom: 0px;
  }
  .meet--the--speakers--section .team-block {
    height: auto;
  }
  .meet--the--speakers--section .team-block img {
    /*height: 545px;*/
    height: 270px;
    border-radius: 0px;
  }

  /* ATO at Eats Page CSS */
  .ato--eats--programme--heading--text h2 {
    font-size: 40px;
    line-height: 55px;
    color: #002945;
    padding-top: 86px;
    padding-bottom: 15px;
    text-align: center;
  }
  .ato--eats--programme--heading--text hr {
    margin: 0% auto;
    padding-bottom: 100px;
    width: 20%;
    border-color: #78A4D8 !important;
  }
  .ato--eats--programme--lefttext--rightimage p {
    font-size: 18px;
  }
  .ato--eats--programme--lefttext--rightimage .col-md-12:first-child {
    padding-right: 143px;
    padding-left: 0;
  }
  .ato--eats--programme--left--image--right--text .col-md-12:last-child {
    padding-left: 111px;
  }
  .ato--eats--programme--left--image--right--text {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .ato--eats--programme--left--image--right--text .single-team-img {
    text-align: center;
  }
  .ato--eats--programme--left--image--right--text .img-full {
    width: 75%;
  }
  .personal-details a {
    font-size: 17px !important;
    line-height: 20px;
    color: #002945;
  }
  .ato--eats--programme--left--image--right--text ul li {
    font-size: 18px !important;
    line-height: 36px !important;
    margin-bottom: 15px;
    color: #000 !important;
    display: list-item;
  }
  .ato--eats--programme--left--image--right--text ul li:last-child {
    margin-bottom: 0px;
  }
  .ato--eats--programme--left--image--right--text .personal-details p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
  }
  .ato--eats--programme--left--image--right--text ul {
    padding-left: 25px;
  }
  .ato--eats--programme--left--image--right--text h2 {
    font-size: 33px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #000;
  }
  .ato--eats--programme--left--image--right--text ul {
    padding-left: 25px;
    margin: 30px 0;
  }
  p.last--p {
    margin-bottom: 30px !important;
  }
  .ato--eats--programme--lefttext--rightimage .ato-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 90%;
    background: #78A4D8;
    z-index: -1;
    right: -35px !important;
    margin: 0 auto;
    top: 40px;
    opacity: 1;
  }

  /* 2021 Pilot Conference Page CSS */
  .pilot--conference--2021--heading--section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pilot--conference--2021--heading--text h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #002945;
    padding-bottom: 19px;
  }
  .pilot--conference--2021--heading--text {
    text-align: center;
  }
  .pilot--conference--2021--heading--text hr.color--hr {
    margin: 0 auto;
  }
  .pilot--conference--2021--description {
    padding-bottom: 0px;
  }
  .pilot--conference--2022--description--new--image {
    text-align: center;
  }
  .pilot--conference--2021--description p {
    font-size: 16px;
    line-height: 25px;
  }
  .pilot--conference--2022--description p {
    padding-left: 20px;
  }
  .pilot--conference--2021--day--info h3 {
    font-size: 40px;
    text-align: center;
    line-height: 50px;
  }
  .pilot--conference--2021--team--section .team-bottom-part {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 25px;
  }
  .pilot--conference--2021--team--section .team-bottom-part h4 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
  }
  .pilot--conference--2022--heading h4 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .pilot--conference--2021--day2--info h3 {
    font-size: 40px;
    text-align: center;
    line-height: 50px;
  }
  .pilot--conference--2021--day2--section {
    padding: 90px 0;
  }
  .pilot--conference--2021--second--team--section .team-bottom-part {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 25px;
  }
  .pilot--conference--2021--second--team--section .team-bottom-part h4 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
  }
  .pilot--conference--2021--team--section .andy-oshea, .pilot--conference--2021--second--team--section .andy-oshea {
    background-position: bottom center;
    background-size: 103% 100% !important;
    background-repeat: no-repeat;
    height: auto;
  }

  .pilot--conference--2022--image {
      padding-bottom: 120px;
  }
  .pilot--conference--2022--day--info h3 {
      font-weight: 500;
      font-size: 35px;
      line-height: 26px;
      color: #000;
  }
  /*.pilot--conference--2022--colored--bg--white--text--div {
      width: 450px;
      margin: 0 auto;
  }*/

  .pilot--conference--2021--day2--info h3 {
      font-size: 35px;
      text-align: center;
      line-height: 26px;
      font-weight: 500;
      color: #000;
  }
  .pilot--conference-2022--eats--conference {
      padding-top: 120px;
  }
  .pilot--conference-2022--eats--conference hr.color--hr {
      margin: 0 0;
  }
  .pilot--conference-2022--eats--conference--team {
      padding-top: 120px;
  }

  /* Updated Pilot Conference 2022 Page CSS */
  .pilot--conference--2022--heading--section h2 {
    font-size: 21px;
    line-height: 28px;
    color: #002A45;
    padding-bottom: 20px;
  }
  .pilot--conference--2022--description p {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .pilot--conference--2022--image img {
    width: 60%;
  }
  .pilot--conference--2022--image {
    padding-bottom: 70px;
  }
  .pilot--conference--2022--day--info h3 {
    font-weight: 500;
    font-size: 27px !important;
    line-height: 20px !important;
    color: #000;
    padding-bottom: 60px;
  }
  p.session--1 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 24px;
  }
  p.session--1--timing, p.session--2--timing {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 24px;
    font-weight: 500;
  }
  ol.session--1--speakers, ol.session--2--speakers {
    padding-left: 20px;
  }
  ol.session--1--speakers li, ol.session--2--speakers li {
    font-size: 16px;
    line-height: 27px;
    list-style: auto;
    margin-bottom: 24px;
    color: #000;
    font-weight: 500;
  }
  p.session--2 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .pilot--conference--2022--heading--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pilot--conference--2022--description--new--image .small--img {
    /*position: absolute;
    top: 130px;
    left: 180px;
    z-index: 1;*/
    position: absolute;
    top: 130px;
    left: 200px;
    z-index: 1;
    width: 40%;
  }
  .pilot--conference--2022--description--new--image .big--img {
    /*position: absolute;
    top: 0;
    left: 0;*/
    position: absolute;
    top: 0;
    left: 80px;
    width: 40%;
  }
  p.session--3 {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--3--timing {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--3--para {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  .pilot--conference--2022--colored--bg--white--text--div img {
    margin-top: 60px;
  }
  p.session--4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: left;
  }
  p.session--4--timing {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: left;
  }
  ol.session--4 {
    padding-left: 20px;
  }
  ol.session--4 li {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    list-style: auto;
    margin-bottom: 22px;
  }
  .pilot--conference--2022--colored--bg--white--text--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pilot--conference--2022--day--1--description {
    padding-bottom: 0px !important;
  }
  #pilot--conference--2022--heading--section {
    padding-top: 77px;
    padding-bottom: 60px;
  }
  .pilot--conference--2022--day2--section {
    padding: 0 0 70px 0;
  }
  .pilot--conference--2022--day2--info h3 {
    font-weight: 500;
    font-size: 32px !important;
    line-height: 26px !important;
    padding-bottom: 80px;
    color: #000;
  }
  p.session--5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    font-weight: 500;
    text-align: left;
  }
  p.session--5--timing {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 22px;
  }
  ol.session--5--speakers {
    padding-left: 20px;
  }
  ol.session--5--speakers li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    list-style: auto;
    font-weight: 500;
  }
  ol.session--7--speakers--day2 li, ol.session--8--speakers--day2 li {
    color: #fff;
  }
  .pilot--conference--2022--day2--section .col-md-6:nth-child(2) {
    padding-bottom: 60px;
  }
  p.session--6 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    font-weight: 500;
    text-align: left;
  }
  p.session--6--timing {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    font-weight: 500;
    text-align: left;
  }
  ol.session--6--speakers {
    padding-left: 20px;
  }
  ol.session--6--speakers li {
    font-size: 16px;
    line-height: 25px;
    list-style: auto;
    margin-bottom: 24px;
    font-weight: 500;
  }
  p.session--7, p.session--8 {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--7--timing, p.session--8--timing {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  ol.session--7--speakers, ol.session--8--speakers {
    padding-left: 20px;
  }
  ol.session--7--speakers li, ol.session--8--speakers li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    color: #fff;
    list-style: auto;
  }
  #pilot--conference--colored--bg--white--text--section--2022 {
    padding-top: 73px;
    padding-bottom: 86px;
  }
  .pilot--conference-2022--eats--conference {
    padding-top: 84px;
  }
  .pilot--conference-2022--eats--conference--team {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #sponsor--block--2022 h2 {
    font-size: 32px;
    line-height: 38px;
    color: #012945;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .sponsor--block--2022 hr.color--hr {
    margin: 0 0 7% 0;
    width: 8%;
  }
  h5.sponsor--name {
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
  }
  #logos--section img, #sponsor--block--2022 img {
    width: 80%;
    margin: auto 10%;
  }
  h5.ato--sponsor--name {
    margin-bottom: 0%;
    text-align: center;
    margin-top: 4%;
  }
  .save-as-pdf-pdfcrowd-button {
    position: absolute;
    right: 0;
    top: 35px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1599px) {
  #countdown--section .container, #about--custom--banner--section .container, #left--image--right--text .container, #about-section .container, #about-section-1 .container, .custom--counter--class .container, #logos--section .container, #testimonial--section .container, .footer .container, #about-page-section .container, .case-study-section .container, #visitor--info--custom--banner--section .container, #colored--bg .container, #attendee--list--custom--banner--section .container, #white--colored--bg .container, .pdf--section .container, #faq--custom--banner--section .container, #faq--section .container, #abt--the--organiser--custom--banner--section .container, #abt--the--organiser--section .container, #abt--the--organiser--colored--section .container, #abt--the--organiser--faq--section .container, .become--a--speaker--custom--banner--section .container, .become--a--speaker--section .container, .colored--bg--white--text--section .container, .become--a--speaker--colored--section .container, .become--a--speaker--white--section .container, .pilot--conference--custom--banner--section .container, .pilot--conference--heading--section .container, .pilot--conference--colored--bg--white--text--section .container, .pilot--conference--team--section .container, .pilot--conference--white--bg--section .container, .single--pilot--custom--banner--section .container, .single--pilot--section .container, .single--pilot--leftsml--rgtbig--section .container, .content-section .container, .list-a2z .container, .exhibit--floor--plan--custom--banner--section .container, .exhibit--floor--plan--white--colored--bg .container, .exhibit--floor--plan--pdf--section .container, .contact--us--text .container, .why--exhibit--custom--banner--section .container, .why--exhibit--white--colored--bg .container, .why--exhibit--text--section .container, .testimonials--custom--banner--section .container, .testimonials--white--colored--bg .container, .testimonials--text--section .container, .become--a--sponsor--custom--banner--section .container, .become--a--sponsor--white--colored--bg .container, .become--a--sponsor--leftside--rightimg .container, .become--a--sponsor--left--image--right--text .container, .become--a--sponsor--text--section .container, .header-wrapper .container, .conference--custom--banner--section .container, .conference--heading--section .container, .conference--left--image--right--text .container, .conference--team--section .container, .eats--news--custom--banner--section .container, .eats--news--heading--section .container, .eats--news--left--image--right--text .container, .exhibitor--portal--custom--banner--section .container, .exhibitor--portal--heading--section .container, .exhibitor--portal--text--section .container, .exhibitor--portal--white--bg--section .container, .exhibitor--portal--table .container, .exhibitor--portal--leftside-image--rightside--text--section .container, .exhibitor--portal--two--boxes--section .container, .meet--the--speakers--white--colored--bg .container, .meet--the--speakers--custom--banner--section .container, .ato--eats--programme--custom--banner--section .container, .ato--eats--programme--white--colored--bg .container, .ato--eats--programme--lefttext--rightimage .container, .ato--eats--programme--left--image--right--text .container, .meet--the--speakers--section .container, .pilot--conference--2021--custom--banner--section .container, .pilot--conference--2021--heading--section .container, .pilot--conference--2021--day2--section .container, .sponsor--block--2022 .container {
    max-width: 1180px;
  }
  .f-right {
    float: right;
    position: absolute;
    right: 0;
    left: 30%;
  }
  .pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: -25% !important;
    width: 50% !important;
  }
  div#slick3 {
    display: none;
  }
  div#slick1, div#slick2 {
    display: flex;
  }
  .header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    margin-right: 40px;
  }
  section.custom--banner--section {
    padding: 200px 0 300px 0 !important;
  }
  p.countdown--text, div#countdown {
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
  }
  #countdown ul li {
    display: inline-block;
    padding: 0 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  #countdown ul li span {
    padding: 0;
    display: block;
    font-size: 44px;
    line-height: 57px;
    font-weight: 700;
  }
  a.first-button, a.second-button, a.third-button {
    font-size: 16px !important;
    font-weight: 700;
    padding: 30px 60px !important;
    line-height: 24px !important;
  }
  #custom--heading--text {
    padding-bottom: 100px;
  }
  .heading--with--border {
    font-size: 32px;
    width: 75%;
    line-height: 53px;
    color: #141628 !important;
  }
  .left--image--right--text {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  #left--image--right--text h4 {
    font-size: 24px;
    line-height: 39px;
    font-weight: 500;
  }
  #left--image--right--text h4.color {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  .left--image--right--text p {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #left--image--right--text img {
    width: 80%;
  }
  .custom--counter--class {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #about-section {
    padding-top: 60px;
  }
  .left--image--right--text p:last-child {
    margin-bottom: 0;
  }
  .funfact-normal .icon span:before {
    color: #78A4D8;
    font-size: 6rem;
  }
  .funfact-normal .counter {
    color: #010101;
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .counter--numbers span {
    font-size: 30px;
    padding-left: 10px;
    padding-top: 15px;
    font-weight: 700;
    color: #010101;
  }
  #about-section h2, #about-section-1 h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
  }
  .about-image-block:after {
    right: 230px !important;
    /*top: 20px !important;*/
  }
  .shadow-1:after {
    right: 270px !important;
  }
  .copyrights--section {
    padding-top: 85px;
  }
  #about-section p, #about-section-1 p{
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: 400;
  }
  p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
  }
  #exhibitor--portal--logo--text--section p {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
  #about-section .btn--light, #about-section-1 .btn--light {
    padding: 20px 25px !important;
    font-size: 14px;
    line-height: 10px;
    margin-top: 10px;
  }
  section#custom--sponsor--heading--text {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .sponsor--heading--with--border {
    font-size: 25px;
    line-height: 33px;
    width: 100%;
    padding: 20px 30px;
    color: #141628;
  }
  .slick-slide img {
    width: 100%;
  }
  .testimonial-content .comments {
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    line-height: 31px;
  }
  .client-name {
    margin-bottom: 83px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 57px;
  }
  .client-designation {
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 19px;
    font-weight: 400;
  }
  .footer-widget-list li {
    margin-bottom: 25px;
  }
  .footer-widget-list li:last-child {
    margin-bottom: 0px;
  }
  .footer-widget-list li a {
    font-size: 16px;
    line-height: 25px;
  }
  .copyrights--section {
    padding-top: 35px;
  }
  .footer-widget-list li a:before {
    top: 0px;
  }
  .social-list li a {
    color: #78A4D8;
    font-size: 27px;
  }
  .social-list li a:hover {
    background: #78A4D8 !important;
    color: #fff;
  }
  .funfact-normal .title {
    color: #010101;
    font-weight: 400;
    font-size: 19px;
    line-height: 5px;
    margin-top: 15px;
  }
  ul#menu-primary-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
  }
  .text-light-gray {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
  }
  .about-image-block img {
    width: 70%;
  }
  
  /* About Page Media Query CSS */
  .content-box h1 {
    line-height: 52px;
    font-size: 42px;
    font-weight: 700;
  }
  .about--heading--with--border {
    font-size: 32px;
    line-height: 40px;
    width: 75%;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    text-transform: uppercase;
    color: #141628;
    padding: 0 15px;
  }
  #about-page-section p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px !important;
  }
  #about-page-section h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
  }
  .about-page-section hr.color--hr {
    margin: 6% 0;
  }
  .order-list li:before {
    color: #78A4D8;
    font-size: 40px;
  }
  .order-list li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 35px !important;
    padding-left: 40px;
  }
  .order-list li:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .order-list li:last-child {
    margin-bottom: 0px !important;
  }
  .case-study-section h2 {
    font-size: 32px;
    line-height: 53px;
    color: #141628;
    text-transform: uppercase;
  }
  .title-box-center hr.color--hr {
    margin: 0% auto;
    width: 20%;
  }
  #table--section .price-table {
    height: 100%;
  }
  #table--section h3 {
    color: #141628;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    min-height: 80px;
  }
  .price-table .table-content .list-items li {
    padding: 15px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .custom--cta--class h5 {
    font-size: 20px;
    line-height: 30px;
  }

  /* Visitor Information Page CSS */
  .attendee--heading--text h2 {
    font-size: 32px;
    line-height: 53px;
  }
  #white--border--table thead tr th:nth-child(2), #white--border--table thead tr th:nth-child(3), #white--border--table thead tr th:nth-child(4) {
    font-size: 16px;
    line-height: 16px;
    padding: 15px;
  }
  #white--border--table tbody tr td {
    font-size: 16px;
    line-height: 16px;
    padding: 15px;
  }
  .italics--div p {
    color: #fff;
    margin-bottom: 0;
    padding: 20px 0 70px 0;
  }
  .white--outline {
    padding: 20px 25px !important;
    font-size: 16px;
    line-height: 10px;
    margin-top: 10px;
  }
  #colored--bg .section-content {
    padding-top: 90px;
  }
  #colored--bg .attendee--table--1 img {
    height: 260px;
    width: 355px;
  }
  #colored--bg .col-lg-4 {
    padding: 0 35px;
  }
  .attendee--table--1 h3 {
    font-size: 24px;
    line-height: 39px;
    font-weight: 500;
    color: #141628;
  }
  .attendee--table--1 .purple--text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 6% 0;
  }
  .attendee--table--1 .btn--light {
    padding: 20px 25px !important;
    font-size: 16px;
    line-height: 10px;
    margin-top: 10px;
  }
  .attendee--table--1 .attendee--para--text:last-child {
    margin-bottom: 100px;
  }
  .attendee--table--1 .attendee--para--text {
    font-size: 14px;
    line-height: 17px;
  }

  /* Attendee List Page CSS */
  #white--colored--bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .attendee--list--heading--text h2 {
    font-size: 32px;
    line-height: 53px;
  }
  .attendee--list--para--text p {
    font-size: 27px;
    line-height: 39px;
    font-weight: 300;
    text-align: center;
  }
  .attendee--list--heading--text hr {
    margin: 2% auto 0% auto;
    padding-bottom: 0;
  }

  /* FAQ Page CSS */
  .faq--heading--text {
    text-align: center;
  }
  .faq--heading--text h2 {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 53px;
    font-weight: 700;
    color: #18283F;
  }
  .faq--heading--text hr.color--hr {
    margin: 0% auto;
    width: 15%;
    padding-bottom: 40px;
  }
  #faq--section .faq-block {
    padding-bottom: 100px;
  }
  #faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0px !important;
    border-bottom: none;
    padding: 5px;
  }
  #faq--section .accordion-item:last-child {
    margin-bottom: 0px !important;
    border-bottom: 5px solid #78A4D8;
  }
  #faq--section .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000;
    padding-bottom: 0px;
  }
  .accordion .accordion-item .accordion-header .title {
    font-size: 24px;
    line-height: 39px;
    font-weight: 400;
    background: transparent !important;
    color: #000;
  }
  .accordion .accordion-item .accordion-header span {
    left: 10px;
    top: 22px;
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-header.active span:before {
    content: "\f067";
    color: #78A4D8;
    font-size: 30px;
    top: 3px;
  }
  .fa-plus:before {
    content: "\f067";
    font-size: 30px;
    color: #78A4D8;
  }
  .accordion .accordion-item .accordion-body {
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-body p {
    font-size: 16px !important;
    line-height: 19px !important;
    padding-left: 4%;
    color: #000;
  }
  p.gf_progressbar_title {
    padding-left: 0 !important;
  }

  /* About the Organiser Page CSS */
  .abt--the--organiser--heading--text {
    text-align: center;
  }
  .abt--the--organiser--heading--text h2 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 53px;
    color: #141628 !important;
    font-weight: 800;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .abt--the--organiser--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 70px;
  }
  #abt--the--organiser--colored--section {
    background-color: #141628;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #abt--the--organiser--colored--section hr.white--line {
    border-top: 5px solid #fff;
    width: 30%;
    margin: 0;
    padding-bottom: 20px;
  }
  #abt--the--organiser--colored--section p {
    color: #fff;
    text-align: left;
    line-height: 19px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #abt--the--organiser--colored--section .about-image-block {
    padding-left: 10%;
  }
  .abt--the--organiser--faq--heading--text h2 {
    padding-top: 80px;
    padding-bottom: 11px;
    font-size: 32px;
    line-height: 53px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--our--events--heading--text h2 {
    padding-top: 80px;
    padding-bottom: 11px;
    font-size: 32px;
    line-height: 53px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--faq--heading--text hr.color--hr {
    margin: 0;
    width: 13%;
  }
  #abt--the--organiser--faq--section .active .title {
    background: transparent !important;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body {
    padding-top: 40px;
    padding-left: 100px;
  }
  #abt--the--organiser--faq--section .accordion-body h4 {
    font-size: 24px;
    line-height: 39px;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body p {
    padding-left: 0;
    line-height: 36px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #abt--the--organiser--faq--section .accordion-body .col-md-9 {
    padding-left: 85px;
  }
  #abt--the--organiser--faq--section .accordion-body a.btn--light {
    padding: 20px 25px !important;
    font-size: 14px;
    line-height: 10px;
    margin-top: 10px;
  }
  #abt--the--organiser--faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0;
    border-bottom: none;
    padding: 20px;
  }
  #abt--the--organiser--faq--section .accordion-item:last-child {
    border: 5px solid #78A4D8;
  }
  .abt--the--organiser--our--events--heading--text hr.color--hr, .abt--the--organiser--faq--heading--text hr.color--hr {
    padding-bottom: 50px;
  }
  .abt--the--organiser--our--events--section {
    padding-bottom: 80px;
  }

  /* Become a Speaker Page CSS */
  .become--a--speaker--section {
    text-align: center;
  }
  .become--a--speaker--heading--text h2 {
    padding-top: 86px;
    padding-bottom: 39px;
    font-size: 62px;
    line-height: 74px;
  }
  .become--a--speaker--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 106px;
    width: 20%;
  }
  .colored--bg--white--text--section, .colored--bg--white--heading--section {
    background-color: #141628;
  }
  .colored--bg--white--text--section {
    padding-top: 130px;
    padding-bottom: 95px;
  }
  .colored--bg--white--text--section p {
    font-size: 47px;
    line-height: 59px;
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .colored--bg--white--heading--section .container {
    max-width: 100%;
  }
  .colored--bg--white--heading--section .custom--border:before {
    border-color: #fff;
    z-index: 0;
  }
  .colored--bg--white--heading--section .custom--border:nth-child(2):before {
    z-index: -2;
  }
  h2.colored--bg--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    line-height: 59px;
    font-weight: 500;
    padding: 30px;
  }
  .pilot--training--div:before {
    z-index: -1 !important;
  }
  span.pilot--training {
    padding: 0 30px;
  }
  .become--a--speaker--colored--section {
    padding-top: 125px;
    background: #141628;
    padding-bottom: 125px;
  }
  .become--a--speaker--text p {
    color: #fff;
    margin-bottom: 95px;
  }
  .become--a--speaker--text ul li {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--text ul {
    color: #fff;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section {
    padding-top: 167px;
    padding-bottom: 80px;
  }
  .become--a--speaker--white--section--text p {
    color: #000;
    line-height: 36px;
    font-size: 26px;
  }
  .become--a--speaker--white--section--text ul li {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--white--section--text ul {
    color: #000;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section .row:first-child {
    padding-bottom: 106px;
  }
  .become--a--speaker--white--section .row:last-child p {
    margin-bottom: 50px;
  }
  .become--a--speaker--white--section .row:last-child p:last-child {
    margin-bottom: 0px;
  }
  .form--div {
    padding-top: 120px;
  }
  .form--div .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000 !important;
  }

  /* Become a Speaker Page CSS */
  .become--a--speaker--section {
    text-align: center;
  }
  .become--a--speaker--heading--text h2 {
    padding-top: 86px;
    padding-bottom: 39px;
    font-size: 42px;
    line-height: 54px;
    color: #141628;
  }
  .become--a--speaker--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 106px;
    width: 20%;
  }
  .colored--bg--white--text--section, .colored--bg--white--heading--section {
    background-color: #141628;
  }
  .colored--bg--white--text--section {
    padding-top: 130px;
    padding-bottom: 95px;
  }
  .colored--bg--white--text--section p {
    font-size: 35px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .colored--bg--white--heading--section .container {
    max-width: 100%;
  }
  .colored--bg--white--heading--section .custom--border:before {
    border-color: #fff;
    z-index: 0;
  }
  .colored--bg--white--heading--section .custom--border:nth-child(2):before {
    z-index: -2;
  }
  h2.colored--bg--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    font-weight: 500;
    padding: 25px;
  }
  .pilot--training--div:before {
    z-index: -1 !important;
  }
  span.pilot--training {
    padding: 0 20px;
  }
  .become--a--speaker--colored--section {
    padding-top: 125px;
    background: #141628;
    padding-bottom: 125px;
  }
  #become--a--speaker--colored--section .col-xl-6:last-child {
    padding-left: 120px;
  }
  .become--a--speaker--text p {
    color: #fff;
    margin-bottom: 96px;
    font-size: 23px;
    line-height: 33px;
  }
  .become--a--speaker--text ul li {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--text ul {
    color: #fff;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section {
    padding-top: 167px;
    padding-bottom: 80px;
  }
  .become--a--speaker--white--section--text p {
    color: #000;
    line-height: 33px;
    font-size: 23px;
  }
  .become--a--speaker--white--section--text ul li {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--white--section--text ul {
    color: #000;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section .row:first-child {
    padding-bottom: 106px;
  }
  .become--a--speaker--white--section .row:last-child p {
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 33px;
  }
  .become--a--speaker--white--section .row:last-child p:last-child {
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 33px;
  }
  .form--div {
    padding-top: 120px;
  }
  .form--div .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000 !important;
  }
  .form--div .accordion-item {
    border: 5px solid #78A4D8;
    padding: 25px;
  }

  /* Pilot Conference CSS */
  .pilot--conference--heading--text {
    text-align: center;
  }
  .pilot--conference--heading--text h2 {
    padding-top: 89px;
    padding-bottom: 38px;
    font-size: 42px;
    line-height: 54px;
    color: #141628;
  }
  .pilot--conference--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 105px;
    width: 20%;
  }
  .pilot--conference--colored--bg--white--text--section {
    background: #141628;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pilot--conference--colored--bg--white--text--div p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .team-block h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 37px;
  }
  .team-block h6 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
  }
  .team-block {
    height: 520px;
  }
  .frederik-mohrmann {
    background-position: center !important;
  }
  .team-block h4 a:hover {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s;
  }
  .pilot--conference--white--bg--section {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }
  .pilot--conference--white--text p {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
  }
  .pilot--conference--white--bg--section a {
    margin-top: 20px;
    color: #141628;
    padding: 20px 25px !important;
    font-size: 16px !important;
    line-height: 10px !important;
  }

  /* Exhibitors List Page CSS */
  .accordion .accordion-body .letter--div p {
    font-size: 40px !important;
    /* border: 5px solid #78A4D8;
    width: 65%; */
    padding: 0px;
    color: #141628;
  }
  .accordion .accordion-body .letter--div p:after {
    content: '';
    border: 5px solid #78A4D8;
    padding: 30%;
    margin-bottom: 0px;
    position: absolute;
    left: 3px;
    top: -25px;
  }
  #sectionV .accordion .accordion-body .letter--div p {
    margin-left: 12%;
  }
  #sectionS .accordion .accordion-body .letter--div p {
    margin-left: 15%;
  }
  #sectionT .accordion .accordion-body .letter--div p {
    margin-left: 16%;
  }
  #sectionU .accordion .accordion-body .letter--div p {
    margin-left: 11%;
  }
  #sectionL .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  #sectionR .accordion .accordion-body .letter--div p {
    margin-left: 12%;
  }
  #sectionP .accordion .accordion-body .letter--div p {
    margin-left: 12%;
  }
  #sectionM .accordion .accordion-body .letter--div p {
    margin-left: 5%;
  }
  #sectionN .accordion .accordion-body .letter--div p {
    margin-left: 9%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 8%;
    margin-top: -4%;
  }
  #sectionJ .accordion .accordion-body .letter--div p {
    margin-left: 20%;
  }
  #sectionI .accordion .accordion-body .letter--div p {
    margin-left: 25%;
  }
  #sectionG .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  #sectionH .accordion .accordion-body .letter--div p {
    margin-left: 9%;
  }
  #sectionF .accordion .accordion-body .letter--div p, #sectionE .accordion .accordion-body .letter--div p, #sectionC .accordion .accordion-body .letter--div p, #sectionB .accordion .accordion-body .letter--div p, #sectionA .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  #sectionD .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  .des--div {
    font-size: 26px;
    padding-left: 90px !important;
  }
  .des--div ul li:last-child {
    margin-bottom: 0px;
  }
  .des--div ul {
    padding-left: 3%;
  }
  .des--div ul li {
    display: list-item;
    list-style: disc;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    margin-bottom: 20px;
  }
  .accordion-body .des--div h4 {
    font-size: 24px;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .accordion-body .des--div span {
    font-size: 16px;
    line-height: 19px;
  }
  .accordion-body .des--div a {
    font-size: 16px;
    line-height: 19px;
    color: #81a2d2;
  }
  div#button-container {
    margin-bottom: 10%;
  }
  .accordion-body .des--div p {
    padding-left: 0 !important;
    line-height: 52px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .accordion-body .des--div a.btn--light {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 70px;
  }
  .section-A.content-section {
    padding-top: 50px !important;
  }
  .content-section {
    padding-top: 90px;
  }
  .section-A.content-section.active123.top-content {
    padding-top: 170px !important;
  }
  .list-a2z{
    background: #141628;
    padding: 20px 0 !important;
  }
  nav.abcd {
    /* width: 900px;
    line-height: 80px; */
    margin: 0 auto;
  }
  .fixed nav.abcd {
    width: 100%;
  }
  .fixed nav.abcd ul li {
    font-size: 14px;
    line-height: 19px;
  }

  /* Single Pilot Page CSS */
  .single--pilot--section {
    padding-top: 116px;
    padding-bottom: 90px;
  }
  .single--pilot--details hr.color--hr {
    margin: 0% 0 5% 0;
  }
  .single--pilot--img--section {
    padding-right: 50px;
  }
  .single--pilot--img--section img {
    background-color: #141628;
  }
  .single--pilot--details h6 {
    font-size: 24px;
    line-height: 39px;
    font-weight: 700;
    color: #141628;
    margin-bottom: 20px;
  }
  .single--pilot--details h3 {
    font-size: 32px;
    line-height: 53px;
    color: #141628;
    text-transform: uppercase;
  }
  .single--pilot--text p {
    font-size: 16px;
    line-height: 19px;
    color: #000;
  }
  .single--pilot--leftsml--rgtbig--div .long-gap-left {
    background-color: #78A4D8;
    padding: 30px;
    margin: 0;
  }
  .long--gap--left--heading--text h3 {
    font-size: 32px;
    line-height: 53px;
    font-weight: 500;
    color: #141628;
  }
  .long--gap--left--des--text p:first-child {
    font-size: 16px;
    line-height: 19px;
    margin-top: 0px;
    color: #000;
    margin-bottom: 20px;
  }
  .long--gap--left--des--text ol li {
    font-size: 16px;
    line-height: 19px;
    margin-top: 30px;
    color: #000;
    margin-bottom: 0px;
    list-style: auto;
  }
  .long--gap--left--des--text p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 0px;
    color: #000;
    margin-bottom: 20px;
  }
  .single--pilot--leftsml--rgtbig--section {
    padding-bottom: 80px;
  }
  .single--pilot--leftsml--rgtbig--div .col-lg-12 {
    margin-top: 68px;
    left: 10%;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a {
    font-size: 30px;
    line-height: 36px;
    color: #141628;
    text-transform: uppercase;
    font-weight: 700;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a:before {
    content: url(/wp-content/uploads/2022/08/left-arrow.png);
    position: absolute;
    left: -70px;
    background: #78A4D8;
    border-radius: 50px;
    font-size: 48px;
    width: 60px;
    height: 60px;
    top: -13px;
    padding-left: 18px;
    color: #fff;
    padding-top: 12px;
  }

  /* Exhibit Floor Plan Page CSS */
  .exhibit--floor--plan--heading--text h2 {
    font-size: 32px;
    line-height: 53px;
    color: #18283F;
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .exhibit--floor--plan--heading--text .color--hr {
    margin: 0% auto;
    padding-bottom: 60px;
    width: 22%;
    border-color: #81a2d2 !important;
  }
  .exhibit--floor--plan--pdf--section embed {
    height: 100vh;
  }
  .exhibit--floor--plan--para--text {
    padding-top: 100px;
  }
  .contact--us--heading--text {
    padding-top: 50px;
  }
  .exhibit--floor--plan--para--text p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    color: #18283F;
  }
  h2.contact--us--heading--with--border {
    font-size: 25px;
    line-height: 33px;
    border: 5px solid #78A4D8;
    text-align: center;
    background-color: #fff;
    width: 45%;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 15px !important;
    color: #18283F;
  }
  .contact--us--heading--text .container {
    max-width: 100%;
  }
  .contact--us--text {
    padding-bottom: 30px;
  }
  .american--icon--div, .rest--of--world--icon--div {
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
  }
  .american--icon--div img {
    width: 28%;
  }
  .rest--of--world--icon--div img {
    width: 48%;
  }
  .american--icon--div p, .rest--of--world--icon--div p {
    font-size: 20px;
    line-height: 24px;
    color: #010101;
  }

  /* Why Exhibit Page CSS */
  .leftside--image-rightside--text--section .container, .why--exhibit--contact--us--heading--text .container {
    max-width: 100%;
  }
  .why--exhibit--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 53px;
    color: #18283F;
  }
  .why--exhibit--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 65px;
    width: 20%;
    border-color: #81a2d2 !important;
  }
  .why--exhibit--text p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
  }
  .why--exhibit--white--colored--bg {
    padding-bottom: 50px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 71px 100px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 35px;
    line-height: 68px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .image--container img {
    height: 1000px !important;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .why--exhibit--text--section {
    padding-top: 50px;
    /*padding-bottom: 86px;*/
  }
  .why--exhibit--text--div p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
  }

  /* Testimonials Page CSS */
  .testimonials--contact--us--heading--text .container {
    max-width: 100%;
  }
  .testimonials--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 53px;
    color: #18283F;
  }
  .testimonials--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 50px;
    width: 15%;
  }
  .testimonials--text p {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
  }
  .testimonials--white--colored--bg {
    padding-bottom: 50px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 70px 100px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 24px;
    line-height: 39px;
    font-weight: 500;
    text-transform: uppercase;
    color: #141628;
  }
  .text--container h3.second--title {
    font-weight: 700;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .testimonials--text--section {
    padding-top: 104px;
    padding-bottom: 94px;
  }
  .testimonials--text--div {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
  }
  .testimonials--below--colorful--text--section {
    padding-top: 50px;
    /* padding-bottom: 134px; */
  }
  .testimonials--below--colorful--text--section p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
  }
  .background--1 {
    background-color: #141628;
    height: auto;
  }
  .background--2 {
    background-color: #5D78AF;
    height: auto;
  }
  .background--3 {
    background-color: #99ABD3;
    height: auto;
  }
  .background--4 {
    background-color: #004A89;
    height: auto;
  }
  #testimonial--page--section .team-bottom-part {
    height: 430px;
    /*overflow-y: scroll;*/
    position: inherit;
    bottom: -10px;
    padding: 0 30px;
  }
  .background--1 .team-upper-part, .background--2 .team-upper-part, .background--3 .team-upper-part, .background--4 .team-upper-part {
    text-align: center;
  }
  .background--1 img, .background--2 img, .background--3 img, .background--4 img {
    width: 40%;
    margin: 20px 0;
  }
  .background--1 .team-bottom-part p, .background--2 .team-bottom-part p, .background--3 .team-bottom-part p, .background--4 .team-bottom-part p {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .background--1 .team-bottom-part p.designation, .background--2 .team-bottom-part p.designation, .background--3 .team-bottom-part p.designation, .background--4 .team-bottom-part p.designation {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
  }
  .testimonial--page--section {
    padding: 0 40px;
  }

  /* Become a Sponsor Page CSS */
  .become--a--sponsor--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 53px;
    color: #18283F;
  }
  .become--a--sponsor--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 25%;
  }
  .become--a--sponsor--text {
    text-align: center;
    padding-bottom: 50px;
  }
  .become--a--sponsor--text p {
    font-size: 14px;
    line-height: 19px;
  }
  .become--a--sponsor--leftside--rightimg .row {
    background-color: #141628;
    border-bottom: 15px solid #81a2d2;
    width: 75%;
    margin: 0 auto;
  }
  /* #become--a--sponsor--leftside--rightimg img {
    width: 50%;
    float: right;
  } */
  .become--a--sponsor--text--div p {
    /*color: #fff;
    width: 375px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    margin-left: 35%;*/
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .become--a--sponsor--black--text--div p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    color: #18283F;
  }
  .become--a--sponsor--leftside--rightimg {
    padding-bottom: 70px;
  }
  .become--a--sponsor--left--image--right--text .about-image-block:after {
    right: 70px;
    /*top: 70px;*/
  }
  .become--a--sponsor--left--image--right--text p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .become--a--sponsor--left--image--right--text {
    padding-bottom: 70px;
  }
  #become--a--sponsor--left--image--right--text .pdl-140 {
    padding-left: 0px;
  }
  .become--a--sponsor--text--div {
    font-size: 32px;
    line-height: 47px;
    font-weight: 300;
    text-align: center;
  }
  .become--a--sponsor--left--image--right--text a {
    font-size: 22px !important;
    line-height: 27px;
    padding: 32px 64px !important;
  }
  /*.become--a--sponsor--text--section {
    padding-bottom: 120px;
  }*/
  .become--a--sponsor--contact--us--heading--text .container {
    max-width: 100%;
  }

  /* Conference Page CSS */
  .conference--heading--section hr.color--hr {
    padding-bottom: 164px;
  }
  .conference--heading--section h2 {
      padding-top: 86px;
      padding-bottom: 38px;
      text-transform: uppercase;
      font-size: 52px;
      line-height: 65px;
      color: #141628;
  }
  .conference--left--image--right--text .personal-details a {
    margin-top: 107px !important;
    font-size: 23px;
    line-height: 28px;
  }
  .conference--left--image--right--text .personal-details p {
    margin-bottom: 20px !important;
    font-size: 22px;
    line-height: 32px;
  }
  .conference--left--image--right--text {
    padding-bottom: 167px;
  }
  .conference--team--section hr.color--hr {
    margin: 2% 0;
    width: 12%;
  }
  .conference--team--section h2 {
    font-weight: 500;
    color: #002843;
    font-size: 24px;
    line-height: 39px;
  }
  .anna--milberg, .jaques--drappier, .fiona--greenyer {
    background: transparent;
    text-align: center;
    box-shadow: none;
  }
  .anna--milberg img, .jaques--drappier img, .fiona--greenyer img {
    width: 80%;
  }
  .conference--team {
    padding-top: 164px;
    padding-bottom: 186px;
  }
  .conference--team .team-block h6 {
    font-size: 20px;
  }
  .conference--team .team-block {
    height: 100%;
  }
  .anna--milberg {
    background-color: transparent;
  }
  .jaques--drappier, .fiona--greenyer {
    background-color: transparent;
  }

  /* EATS Page CSS */
  .eats--news--heading--section h2 {
    font-size: 32px;
    line-height: 53px;
    color: #141628;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .eats--news--heading--section hr.color--hr {
    padding-bottom: 50px;
    width: 15%;
  }
  .eats--news--heading--text h4 {
    text-align: center;
    font-size: 24px;
    line-height: 39px;
    font-weight: 500;
    color: #000;
    padding-bottom: 60px;
  }
  .eats--news--left--image--right--text .personal-details p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .eats--news--left--image--right--text .about-image-block:after {
    position: absolute;
    content: "";
    height: 99%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 215px !important;
    margin: 0 auto;
    top: 25px !important;
    opacity: 1;
    /* animation: heartbeat 1s infinite alternate; */
    bottom: -40px;
  }
  .eats--news--left--image--right--text .personal-details {
    padding-left: 0px;
  }
  .eats--news--left--image--right--text .personal-details a, button.cs-btn-one {
    /*margin-top: 60px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 120px;*/
    padding: 20px 25px !important;
    font-size: 16px !important;
    line-height: 10px;
    margin-top: 10px;
  }
  .eats--news--left--image--right--text hr.color--hr {
    margin: 5% 0 4% 0;
    width: 100%;
  }

  /* Exhibitor Portal Page CSS */
  .exhibitor--portal--heading--section h2 {
    padding-top: 50px;
    padding-bottom: 38px;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    color: #141628;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #exhibitor--portal--logo--text--section h2 {
    text-transform: uppercase;
    color: #002444;
    font-size: 40px;
    line-height: 55px;
    padding-bottom: 39px;
  }
  #exhibitor--portal--logo--text--section hr.color--hr {
    padding-bottom: 115px;
  }
  #exhibitor--portal--logo--text--section img {
    width: 30%;
    transform: translate(70%, 20%);
  }
  #exhibitor--portal--logo--text--section .why--exhibit--text--div p:last-child {
    padding-top: 50px;
    text-align: center;
  }
  .exhibitor--portal--text--div--bold {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    padding-bottom: 30px;
    width: 850px;
    margin: 0 auto;
  }
  .exhibitor--portal--text--div--regular {
    font-size: 35px;
    line-height: 45px;
    color: #000;
    padding-bottom: 115px;
    font-weight: 500;
    width: 1100px;
    margin: 0 auto;
  }
  .exhibitor--portal--text--div--light {
    /*padding-bottom: 155px;*/
    padding-left: 50px;
  }
  .exhibitor--portal--text--div--light p {
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 300;
    margin-bottom: 40px;
    color: #000;
    text-align: left;
  }
  .exhibitor--portal--purple--section {
    padding-top: 70px;
    padding-bottom: 85px;
  }
  .exhibitor--portal--purple--section h3 {
    text-align: center;
    padding-bottom: 85px;
    color: #fff;
    font-size: 41px;
    line-height: 59px;
    font-weight: 500;
  }
  ul.custom--exhibitor--portal--list {
    padding-left: 40px;
  }
  ul.custom--exhibitor--portal--list li {
    display: list-item;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: 500;
    text-align: left;
  }
  ul.custom--exhibitor--portal--list li:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--div--light p:last-child {
    margin-bottom: 0px;
  }
  /* .colored--bg--text {
    padding-top: 230px;
  } */
  .colored--bg--text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 53px;
    padding-bottom: 20px;
  }
  .colored--bg--text hr.color--hr {
    margin: 0 auto;
    width: 12%;
    padding-bottom: 130px;
  }
  .colored--bg--text .container {
    max-width: 100%;
  }
  h2.colored--bg--text--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
    line-height: 53px;
    font-weight: 500;
    padding: 10px;
  }
  .key--deadline--div:before {
    z-index: -1 !important;
  }
  .colored--bg--text .custom--border:before {
    border-top: 5px solid #ffffff;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
  }
  .exhibitor--portal--text p {
    color: #fff;
    text-transform: none;
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
    width: 52%;
    margin: 0 auto;
  }
  .exhibitor--portal--text {
    padding-top: 125px;
    padding-bottom: 130px;
    text-align: center;
  }
  .exhibitor--portal--text--2 p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--2 p {
      color: #fff;
      text-transform: none;
      font-size: 30px;
      line-height: 45px;
      width: 52%;
      margin: 0 auto 60px auto;
      font-weight: 300;
  }
  .exhibitor--portal--text--2 {
      text-align: center;
      padding-top: 130px;
      padding-bottom: 150px;
  }
  /* .exhibitor--portal--white--bg--section h2 {
    padding-top: 134px;
    padding-bottom: 38px;
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    color: #002843;
  } */
  .exhibitor--portal--white--bg--section h2 {
    padding-top: 142px;
    padding-bottom: 44px;
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    color: #002444;
  }
  #exhibitor--portal--white--bg--section hr.color--hr {
    padding-bottom: 142px;
  }
  .second--title h2 {
    padding-top: 0px;
  }
  .button--div {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .button--div a {
    font-size: 28px !important;
    line-height: 33px;
    font-weight: 500;
    color: #002843;
  }
  .second--title hr.color--hr {
    padding-bottom: 120px;
  }
  .exhibitor--portal--table {
    padding-top: 180px;
    padding-bottom: 200px;
  }
  .exhibitor--portal--table--1 img {
    width: 100%;
    height: 150px;
  }
  .exhibitor--portal--table--1 h3 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    color: #002444;
  }
  .exhibitor--portal--table--1 hr.color--hr {
    margin-top: 6%;
    padding-bottom: 80px;
  }
  ul.exhibitor--portal--para--text li {
    display: block;
    margin-bottom: 40px;
  }
  ul.exhibitor--portal--para--text {
      font-size: 28px;
      line-height: 31px;
      font-weight: 400;
      color: #000;
  }
  .exhibitor--portal--table--1 {
    height: 95%;
    /* margin: 30px; */
  }
  /* .exhibitor--portal--table .row:last-child {
    padding-top: 120px;
  } */
  .exhibitor--portal--leftside-image--rightside--text--section .about-image-block:after {
    position: absolute;
    content: "";
    height: 90%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 225px !important;
    margin: 0 auto;
    top: 80px;
    opacity: 1;
  }
  .exhibitor--portal--leftside-image--rightside--text--section {
    padding-top: 189px;
    padding-bottom: 165px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div {
    padding-left: 0px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div h2 {
    text-transform: capitalize;
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
    color: #002843;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p {
    margin-bottom: 40px !important;
    font-size: 22px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p:last-child {
    margin-bottom: 0px !important;
  }
  .exhibitor--portal--two--boxes--section {
    background-color: #78A4D8;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .exhibitor--portal--two--boxes--section .feature-content {
    padding: 110px 30px 50px 30px;
    margin: 30px 30px 70px 30px;
    height: 340px;
  }
  /* .para {
    overflow-y: scroll;
    height: 250px;
    word-break: break-word;
  } */
  /* .exhibitor--portal--two--boxes--section .feature-content .title {
    position: absolute;
    top: -10%;
    background-color: #002843;
    padding: 25px;
    width: 130%;
    left: -72px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  } */
  .exhibitor--portal--two--boxes--section .feature-content .title {
    /* position: absolute;
    top: -10%;
    background-color: #002843;
    padding: 25px;
    width: 125%;
    left: -14%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
    position: absolute;
    top: -10%;
    /* background-color: #002843; */
    padding: 10px;
    width: 125%;
    left: -12.8%;
    /* border-top-right-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
    background: url(https://wordpress-426808-2781199.cloudwaysapps.com/wp-content/uploads/2022/10/MicrosoftTeams-image-49.png);
    background-size: contain;
    height: 100px;
    background-repeat: no-repeat;
  }
  .exhibitor--portal--two--boxes--section .feature-content h3 {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
  }
  /*.exhibitor--portal--two--boxes--section .feature-content .title:before {
    height: 0;
    width: 0;
    border-top: 65px solid #000;
    border-left: 70px solid transparent;
    bottom: -59%;
    position: absolute;
    content: "";
    left: 0.3%;
  }*/
  .para p {
    font-size: 20px;
    line-height: 30px;
    color: #002843;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .para p:last-child {
    margin-bottom: 0px;
  }
  ul.shipping--forms li {
    display: list-item;
    list-style: disc inside;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .exhibitor--portal--two--boxes--section .container {
    max-width: 90%;
  }

  .about--second--section hr.color--hr {
    margin-bottom: 50px;
    margin-top: 21px !important;
  }
  .case-study-section hr.color--hr {
    margin-top: 38px !important;
    padding-bottom: 100px;
  }
  .case-study-section .table-content hr.color--hr {
    margin-top: 21px !important;
    padding-bottom: 15px;
    width: 35%;
  }
  .case-study-section {
    padding-top: 105px;
  }
  .table--section {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .about--second--section {
    padding-top: 90px;
  }
  section.pdf--section {
    padding-bottom: 0px;
  }
  section#colored--bg {
    padding-bottom: 0px;
  }
  .eats--news--left--image--right--text:nth-last-of-type(1) {
    padding-bottom: 100px;
  }

  /* Meet the Speakers CSS */
  .meet--the--speakers--heading--text {
    text-align: center;
  }
  .meet--the--speakers--heading--text h2 {
    font-size: 32px;
    line-height: 53px;
    color: #002945;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
  }
  .meet--the--speakers--heading--text hr.color--hr {
    margin: 0% auto;
    width: 12%;
    border-color: #78A4D8 !important;
  }
  .meet--the--speakers--section {
    padding-bottom: 0px;
  }
  .meet--the--speakers--section .team-block {
    height: auto;
  }
  .meet--the--speakers--section .team-block img {
    /*height: 575px;*/
    height: 300px;
    border-radius: 0px;
  }

  /* ATO at Eats Page CSS */
  .ato--eats--programme--heading--text h2 {
    font-size: 32px;
    line-height: 59px;
    color: #002945;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
  }
  .ato--eats--programme--heading--text hr {
    margin: 0% auto;
    padding-bottom: 70px;
    width: 20%;
    border-color: #78A4D8 !important;
  }
  .ato--eats--programme--lefttext--rightimage p {
    font-size: 16px;
    line-height: 19px;
  }
  .ato--eats--programme--lefttext--rightimage .col-md-12:first-child {
    padding-right: 143px;
    padding-left: 0;
  }
  .ato--eats--programme--left--image--right--text .col-md-12:last-child {
    padding-left: 111px;
  }
  .ato--eats--programme--left--image--right--text {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .ato--eats--programme--left--image--right--text .single-team-img {
    text-align: center;
  }
  .ato--eats--programme--left--image--right--text .img-full {
    width: 75%;
  }
  .personal-details a {
    color: #002945;
    padding: 20px 25px !important;
    font-size: 16px !important;
    line-height: 10px !important;
  }
  .ato--eats--programme--left--image--right--text ul li {
    font-size: 16px !important;
    line-height: 19px !important;
    margin-bottom: 20px;
    color: #000 !important;
    display: list-item;
  }
  .ato--eats--programme--left--image--right--text ul li:last-child {
    margin-bottom: 0px;
  }
  .ato--eats--programme--left--image--right--text .personal-details p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
  }
  .ato--eats--programme--left--image--right--text ul {
    padding-left: 25px;
  }
  .ato--eats--programme--left--image--right--text h2 {
    font-size: 24px;
    line-height: 39px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
  }
  .ato--eats--programme--left--image--right--text ul {
    padding-left: 25px;
    margin: 30px 0;
  }
  p.last--p {
    margin-bottom: 50px !important;
  }
  .ato--eats--programme--lefttext--rightimage .ato-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 75%;
    background: #78A4D8;
    z-index: -1;
    right: 90px !important;
    margin: 0 auto;
    top: 40px;
    opacity: 1;
  }

  /* 2021 Pilot Conference Page CSS */
  .pilot--conference--2021--heading--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pilot--conference--2021--heading--text h2 {
    font-size: 32px;
    line-height: 53px;
    text-transform: uppercase;
    color: #002945;
    padding-bottom: 19px;
  }
  .pilot--conference--2021--heading--text {
    text-align: center;
  }
  .pilot--conference--2021--heading--text hr.color--hr {
    margin: 0 auto;
    width: 15%;
  }

  .pilot--conference--2022--image {
    padding-bottom: 120px;
  }
  .pilot--conference--2021--description {
    padding-bottom: 50px;
  }
  .pilot--conference--2022--description--new--image {
    text-align: center;
    padding-bottom: 0px;
    width: 60%;
    margin: 0 auto;
  }
  .pilot--conference--2021--description p {
    font-size: 16px;
    line-height: 25px;
  }
  .pilot--conference--2021--day--info h3 {
    font-size: 32px;
    text-align: center;
    line-height: 53px;
  }
  .pilot--conference--2022--image {
    padding-bottom: 120px;
  }
  .pilot--conference-2022--eats--conference {
    padding-top: 160px;
  }
  .pilot--conference-2022--eats--conference--team {
    padding-top: 120px;
  }
  .pilot--conference-2022--eats--conference hr.color--hr {
    margin: 0 0;
  }
  .pilot--conference--2022--day--info h3 {
    font-weight: 500;
    font-size: 45px;
    line-height: 36px;
    color: #000;
  }
  .pilot--conference--2022--day2--info h3 {
    font-weight: 500;
    font-size: 45px;
    line-height: 36px;
  }
  /*.pilot--conference--2022--colored--bg--white--text--div {
    width: 450px;
    margin: 0 auto;
  }*/
  .pilot--conference--2021--team--section .team-bottom-part {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 25px;
  }
  .pilot--conference--2021--team--section .team-bottom-part h4 {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
  }
  .pilot--conference--2022--heading h4 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .pilot--conference--2021--day2--info h3 {
    font-size: 32px;
    text-align: center;
    line-height: 53px;
    color: #000;
  }
  .pilot--conference--2021--day2--section {
    padding: 60px 0;
  }
  .pilot--conference--2021--second--team--section .team-bottom-part {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 25px;
  }
  .pilot--conference--2021--second--team--section .team-bottom-part h4 {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
  }
  .pilot--conference--2021--team--section .andy-oshea, .pilot--conference--2021--second--team--section .andy-oshea {
    background-position: bottom center;
    height: auto;
  }

  /* Updated Pilot Conference 2022 Page CSS */
  .pilot--conference--2022--heading--section h2 {
    font-size: 32px;
    line-height: 53px;
    color: #002A45;
    padding-bottom: 20px;
  }
  .pilot--conference--2022--description p {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .pilot--conference--2022--image img {
    width: 60%;
  }
  .pilot--conference--2022--image {
    padding-bottom: 50px;
  }
  .pilot--conference--2022--day--info h3 {
    font-weight: 500;
    font-size: 24px !important;
    line-height: 39px !important;
    color: #000;
    padding-bottom: 50px;
  }
  p.session--1 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 24px;
  }
  p.session--1--timing, p.session--2--timing {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 24px;
    font-weight: 600;
  }
  ol.session--1--speakers, ol.session--2--speakers {
    padding-left: 20px;
  }
  ol.session--1--speakers li, ol.session--2--speakers li {
    font-size: 16px;
    line-height: 27px;
    list-style: auto;
    margin-bottom: 24px;
    color: #000;
    font-weight: 500;
  }
  p.session--2 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .pilot--conference--2022--heading--section {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .pilot--conference--2022--description--new--image .small--img {
    /*position: absolute;
    top: 130px;
    left: 180px;
    z-index: 1;*/
    position: absolute;
    top: 130px;
    left: 200px;
    z-index: 1;
    width: 40%;
  }
  .pilot--conference--2022--description--new--image .big--img {
    /* position: absolute;
    top: 0;
    left: 0; */
    position: absolute;
    top: 0;
    left: 80px;
    width: 40%;
  }
  p.session--3 {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--3--timing {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--3--para {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  .pilot--conference--2022--colored--bg--white--text--div img {
    margin-top: 60px;
  }
  p.session--4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: left;
  }
  p.session--4--timing {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: left;
  }
  ol.session--4 {
    padding-left: 20px;
  }
  ol.session--4 li {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    list-style: auto;
    margin-bottom: 22px;
  }
  .pilot--conference--2022--colored--bg--white--text--section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference--2022--day--1--description {
    padding-bottom: 0px !important;
  }
  #pilot--conference--2022--heading--section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference--2022--day2--section {
    padding: 0 0 70px 0;
  }
  .pilot--conference--2022--day2--info h3 {
    font-weight: 500;
    font-size: 24px !important;
    line-height: 39px !important;
    padding-bottom: 50px;
    color: #000;
  }
  p.session--5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    font-weight: 600;
    text-align: left;
  }
  .pilot--conference--2022--colored--bg--white--text--div {
    text-align: left;
    color: #fff;
  }
  p.session--5--timing {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 24px;
  }
  ol.session--5--speakers {
    padding-left: 20px;
  }
  ol.session--5--speakers--day2, ol.session--6--speakers--day2 {
    color: #fff;
  }
  ol.session--5--speakers li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    list-style: auto;
    font-weight: 500;
  }
  .pilot--conference--2022--day2--section .col-md-6:nth-child(2) {
    padding-bottom: 80px;
    /*margin-bottom: 100px;*/
  }
  p.session--6 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    font-weight: 600;
    text-align: left;
  }
  p.session--6--timing {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    font-weight: 600;
    text-align: left;
  }
  ol.session--6--speakers {
    padding-left: 20px;
  }
  ol.session--6--speakers li {
    font-size: 16px;
    line-height: 25px;
    list-style: auto;
    margin-bottom: 24px;
    font-weight: 500;
  }
  p.session--7, p.session--8 {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--7--timing, p.session--8--timing {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  ol.session--7--speakers, ol.session--8--speakers {
    padding-left: 20px;
  }
  ol.session--7--speakers li, ol.session--8--speakers li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    color: #fff;
    list-style: auto;
  }
  #pilot--conference--colored--bg--white--text--section--2022 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference-2022--eats--conference {
    padding-top: 60px;
  }
  .pilot--conference-2022--eats--conference--team {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #sponsor--block--2022 h2 {
    font-size: 24px;
    line-height: 39px;
    color: #012945;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .sponsor--block--2022 hr.color--hr {
    margin: 0 0 7% 0;
    width: 8%;
  }
  h5.sponsor--name {
    margin-bottom: 0px;
    text-align: center;
    font-size: 17px;
  }
  #logos--section img, #sponsor--block--2022 img {
    width: 80%;
    margin: auto 10%;
  }
  h5.ato--sponsor--name {
    margin-bottom: 0%;
    text-align: center;
    margin-top: 4%;
  }

  .main--heading--font {
    font-size: 32px !important;
    line-height: 53px !important;
  }
  .save-as-pdf-pdfcrowd-button {
    position: absolute;
    right: 0;
    top: 35px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
  #countdown--section .container, #about--custom--banner--section .container, #left--image--right--text .container, #about-section .container, #about-section-1 .container, .custom--counter--class .container, #logos--section .container, #testimonial--section .container, .footer .container, #about-page-section .container, .case-study-section .container, #visitor--info--custom--banner--section .container, #colored--bg .container, #attendee--list--custom--banner--section .container, #white--colored--bg .container, .pdf--section .container, #faq--custom--banner--section .container, #faq--section .container, #abt--the--organiser--custom--banner--section .container, #abt--the--organiser--section .container, #abt--the--organiser--colored--section .container, #abt--the--organiser--faq--section .container, .become--a--speaker--custom--banner--section .container, .become--a--speaker--section .container, .colored--bg--white--text--section .container, .become--a--speaker--colored--section .container, .become--a--speaker--white--section .container, .pilot--conference--custom--banner--section .container, .pilot--conference--heading--section .container, .pilot--conference--colored--bg--white--text--section .container, .pilot--conference--team--section .container, .pilot--conference--white--bg--section .container, .single--pilot--custom--banner--section .container, .single--pilot--section .container, .single--pilot--leftsml--rgtbig--section .container, .content-section .container, .list-a2z .container, .exhibit--floor--plan--custom--banner--section .container, .exhibit--floor--plan--white--colored--bg .container, .exhibit--floor--plan--pdf--section .container, .contact--us--text .container, .why--exhibit--custom--banner--section .container, .why--exhibit--white--colored--bg .container, .why--exhibit--text--section .container, .testimonials--custom--banner--section .container, .testimonials--white--colored--bg .container, .testimonials--text--section .container, .become--a--sponsor--custom--banner--section .container, .become--a--sponsor--white--colored--bg .container, .become--a--sponsor--leftside--rightimg .container, .become--a--sponsor--left--image--right--text .container, .become--a--sponsor--text--section .container, .header-wrapper .container, .conference--custom--banner--section .container, .conference--heading--section .container, .conference--left--image--right--text .container, .conference--team--section .container, .eats--news--custom--banner--section .container, .eats--news--heading--section .container, .eats--news--left--image--right--text .container, .exhibitor--portal--custom--banner--section .container, .exhibitor--portal--heading--section .container, .exhibitor--portal--text--section .container, .exhibitor--portal--white--bg--section .container, .exhibitor--portal--table .container, .exhibitor--portal--leftside-image--rightside--text--section .container, .exhibitor--portal--two--boxes--section .container, .meet--the--speakers--white--colored--bg .container, .meet--the--speakers--custom--banner--section .container, .ato--eats--programme--custom--banner--section .container, .ato--eats--programme--white--colored--bg .container, .ato--eats--programme--lefttext--rightimage .container, .ato--eats--programme--left--image--right--text .container, .meet--the--speakers--section .container, .pilot--conference--2021--custom--banner--section .container, .pilot--conference--2021--heading--section .container, .pilot--conference--2021--day2--section .container, .sponsor--block--2022 .container {
    max-width: 1400px;
  }
  .f-right {
    float: right;
    position: absolute;
    right: 0;
    left: 35%;
  }
  .pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: -25% !important;
    width: 50% !important;
  }
  div#slick3 {
    display: none;
  }
  div#slick1, div#slick2 {
    display: flex;
  }
  .header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    margin-right: 40px;
  }
  section.custom--banner--section {
    padding: 200px 0 340px 0 !important;
  }
  p.countdown--text, div#countdown {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
  }
  #countdown ul li {
    display: inline-block;
    padding: 0 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  #countdown ul li span {
    padding: 0;
    display: block;
    font-size: 51px;
    line-height: 64px;
    font-weight: 700;
  }
  a.first-button, a.second-button, a.third-button {
    font-size: 22px !important;
    font-weight: 700;
    padding: 30px 68px !important;
    line-height: 27px !important;
  }
  #custom--heading--text {
    padding-bottom: 100px;
  }
  .heading--with--border {
    font-size: 42px;
    width: 80%;
    line-height: 59px;
    color: #141628 !important;
  }
  .left--image--right--text {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  #left--image--right--text .single-team-img img {
    width: 80%;
  }
  #left--image--right--text h4 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
  }
  #left--image--right--text h4.color {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
  }
  .left--image--right--text p {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .left--image--right--text p:last-child {
    margin-bottom: 0;
  }
  .funfact-normal .icon span:before {
    color: #78A4D8;
    font-size: 6rem;
  }
  .funfact-normal .counter {
    color: #010101;
    font-size: 40px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .counter--numbers span {
    font-size: 40px;
    padding-left: 15px;
    padding-top: 10px;
    font-weight: 700;
    color: #010101;
  }
  #about-section {
    padding-top: 100px;
  }
  #about-section h2, #about-section-1 h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
  }
  .about-image-block:after {
    right: 265px;
  }
  .shadow-1:after {
    right: 310px;
  }
  p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
  }
  #exhibitor--portal--logo--text--section p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
  #about-section .btn--light, #about-section-1 .btn--light {
    padding: 20px 25px !important;
    font-size: 17px;
    line-height: 20px;
  }
  section#custom--sponsor--heading--text {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .sponsor--heading--with--border {
    font-size: 27px;
    padding: 31px 85px;
    line-height: 35px;
    color: #141628;
  }
  .slick-slide img {
    width: 100%;
  }
  .testimonial-content .comments {
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
  }
  .client-name {
    margin-bottom: 83px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 57px;
  }
  .client-designation {
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
  }
  .footer-widget-list li {
    margin-bottom: 25px;
  }
  .footer-widget-list li:last-child {
    margin-bottom: 0px;
  }
  .footer-widget-list li a {
    font-size: 18px;
    line-height: 25px;
  }
  .footer-widget-list li a:before {
    top: 0px;
  }
  .social-list li a {
    color: #78A4D8;
    font-size: 27px;
  }
  .social-list li a:hover {
    background-color: #78A4D8;
    color: #141628;
  }
  .funfact-normal .title {
    color: #010101;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    margin-top: 15px;
  }
  ul#menu-primary-menu li a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
  }
  .text-light-gray {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
  }
  #left--image--right--text .single-team-img img {
    width: 80%;
  }
  .about-image-block img {
    width: 70%;
  }

  /* About Page Media Query CSS */
  .content-box h1 {
    line-height: 62px;
    font-size: 52px;
    font-weight: 700;
  }
  .about--heading--with--border {
    font-size: 40px;
    line-height: 59px;
    width: 75%;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    text-transform: uppercase;
    color: #141628;
    padding: 0 15px;
  }
  #about-page-section p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px !important;
  }
  #about-page-section h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
  }
  .about-page-section hr.color--hr {
    margin: 6% 0;
  }
  .order-list li:before {
    color: #78A4D8;
    font-size: 40px;
  }
  .order-list li {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 35px !important;
    padding-left: 40px;
  }
  .order-list li:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .order-list li:last-child {
    margin-bottom: 0px !important;
  }
  .case-study-section h2 {
    font-size: 42px;
    line-height: 59px;
    color: #141628;
    text-transform: uppercase;
  }
  .title-box-center hr.color--hr {
    margin: 0% auto;
    width: 25%;
  }
  #table--section .price-table {
    height: 100%;
  }
  #table--section h3 {
    color: #141628;
    font-size: 30px;
    line-height: 46px;
    font-weight: 500;
    min-height: 92px;
  }
  .price-table .table-content .list-items li {
    padding: 15px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .custom--cta--class h5 {
    font-size: 23px;
    line-height: 33px;
  }

  /* Visitor Information Page CSS */
  .attendee--heading--text h2 {
    font-size: 42px;
    line-height: 59px;
  }
  #white--border--table thead tr th:nth-child(2), #white--border--table thead tr th:nth-child(3), #white--border--table thead tr th:nth-child(4) {
    font-size: 20px;
    line-height: 16px;
    padding: 30px;
  }
  #white--border--table tbody tr td {
    font-size: 23px;
    line-height: 16px;
    padding: 30px;
  }
  .italics--div p {
    color: #fff;
    margin-bottom: 0;
    padding: 20px 0 70px 0;
  }
  .white--outline {
    /*font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px 70px;*/
    padding: 20px 25px !important;
    font-size: 17px;
    line-height: 20px;
  }
  #colored--bg .section-content {
    padding-top: 100px;
  }
  #colored--bg .attendee--table--1 img {
    height: 300px;
    width: 500px;
  }
  #colored--bg .col-lg-4 {
    padding: 0 35px;
  }
  .attendee--table--1 h3 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    color: #141628;
  }
  .attendee--table--1 .purple--text {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin: 2% 0 4% 0;
  }
  .attendee--table--1 .btn--light {
    padding: 20px 25px !important;
    font-size: 17px;
    line-height: 20px;
  }
  .attendee--table--1 .attendee--para--text:last-child {
    margin-bottom: 100px;
  }

  /* Attendee List Page CSS */
  #white--colored--bg {
    padding-top: 55px;
    padding-bottom: 90px;
  }
  .attendee--list--heading--text h2 {
    font-size: 42px;
    line-height: 59px;
  }
  .attendee--list--para--text p {
    font-size: 37px;
    line-height: 49px;
    font-weight: 300;
    text-align: center;
  }
  .attendee--list--heading--text hr {
    margin: 1% auto 0% auto;
    padding: 0;
  }

  /* FAQ Page CSS */
  .faq--heading--text {
    text-align: center;
  }
  .faq--heading--text h2 {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 42px;
    line-height: 59px;
    font-weight: 700;
    color: #18283F;
  }
  .faq--heading--text hr.color--hr {
    margin: 0% auto;
    width: 15%;
    padding-bottom: 50px;
  }
  #faq--section .faq-block {
    padding-bottom: 100px;
  }
  #faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0px !important;
    border-bottom: none;
    padding: 10px;
  }
  #faq--section .accordion-item:last-child {
    margin-bottom: 0px !important;
    border-bottom: 5px solid #78A4D8;
  }
  #faq--section .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000;
    padding-bottom: 10px;
  }
  .accordion .accordion-item .accordion-header .title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    background: transparent !important;
    color: #000;
  }
  .accordion .accordion-item .accordion-header span {
    left: 10px;
    top: 22px;
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-header.active span:before {
    content: "\f067";
    color: #78A4D8;
    font-size: 37px;
    top: 3px;
  }
  .fa-plus:before {
    content: "\f067";
    font-size: 35px;
    color: #78A4D8;
  }
  .accordion .accordion-item .accordion-body {
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-body p {
    font-size: 19px !important;
    line-height: 25px !important;
    padding-left: 4%;
    color: #000;
  }
  p.gf_progressbar_title {
    padding-left: 0 !important;
  }

  /* About the Organiser Page CSS */
  .abt--the--organiser--heading--text {
    text-align: center;
  }
  .abt--the--organiser--heading--text h2 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 59px;
    color: #141628 !important;
    font-weight: 800;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .abt--the--organiser--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 80px;
  }
  #abt--the--organiser--colored--section {
    background-color: #141628;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #abt--the--organiser--colored--section hr.white--line {
    border-top: 5px solid #fff;
    width: 30%;
    margin: 0;
    padding-bottom: 50px;
  }
  #abt--the--organiser--colored--section p {
    color: #fff;
    text-align: left;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  #abt--the--organiser--colored--section .about-image-block {
    padding-left: 10%;
  }
  .abt--the--organiser--faq--heading--text h2 {
    padding-top: 100px;
    padding-bottom: 11px;
    font-size: 42px;
    line-height: 59px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--our--events--heading--text h2 {
    padding-top: 100px;
    padding-bottom: 11px;
    font-size: 42px;
    line-height: 59px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--faq--heading--text hr.color--hr {
    margin: 0;
    width: 13%;
  }
  #abt--the--organiser--faq--section .active .title {
    background: transparent !important;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body {
    padding-top: 40px;
    padding-left: 100px;
  }
  #abt--the--organiser--faq--section .accordion-body h4 {
    font-size: 30px;
    line-height: 45px;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body p {
    padding-left: 0;
    line-height: 40px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #abt--the--organiser--faq--section .accordion-body .col-md-9 {
    padding-left: 85px;
  }
  #abt--the--organiser--faq--section .accordion-body a.btn--light {
    padding: 20px 25px !important;
    font-size: 17px;
    line-height: 20px;
  }
  #abt--the--organiser--faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0;
    border-bottom: none;
    padding: 20px;
  }
  #abt--the--organiser--faq--section .accordion-item:last-child {
    border: 5px solid #78A4D8;
  }
  .abt--the--organiser--our--events--heading--text hr.color--hr, .abt--the--organiser--faq--heading--text hr.color--hr {
    padding-bottom: 100px;
  }
  .abt--the--organiser--our--events--section {
    padding-bottom: 100px;
  }

  /* Become a Speaker Page CSS */
  .become--a--speaker--section {
    text-align: center;
  }
  .become--a--speaker--heading--text h2 {
    padding-top: 86px;
    padding-bottom: 39px;
    font-size: 52px;
    line-height: 64px;
    color: #141628;
  }
  .become--a--speaker--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 106px;
    width: 20%;
  }
  .colored--bg--white--text--section, .colored--bg--white--heading--section {
    background-color: #141628;
  }
  .colored--bg--white--text--section {
    padding-top: 130px;
    padding-bottom: 95px;
  }
  .colored--bg--white--text--section p {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .colored--bg--white--heading--section .container {
    max-width: 100%;
  }
  .colored--bg--white--heading--section .custom--border:before {
    border-color: #fff;
    z-index: 0;
  }
  .colored--bg--white--heading--section .custom--border:nth-child(2):before {
    z-index: -2;
  }
  h2.colored--bg--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 53px;
    font-weight: 500;
    padding: 30px;
  }
  .pilot--training--div:before {
    z-index: -1 !important;
  }
  span.pilot--training {
    padding: 0 25px;
  }
  .become--a--speaker--colored--section {
    padding-top: 125px;
    background: #141628;
    padding-bottom: 125px;
  }
  #become--a--speaker--colored--section .col-xl-6:last-child {
    padding-left: 120px;
  }
  .become--a--speaker--text p {
    color: #fff;
    margin-bottom: 96px;
  }
  .become--a--speaker--text ul li {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--text ul {
    color: #fff;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section {
    padding-top: 167px;
    padding-bottom: 80px;
  }
  .become--a--speaker--white--section--text p {
    color: #000;
    line-height: 36px;
    font-size: 26px;
  }
  .become--a--speaker--white--section--text ul li {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--white--section--text ul {
    color: #000;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section .row:first-child {
    padding-bottom: 106px;
  }
  .become--a--speaker--white--section .row:last-child p {
    margin-bottom: 50px;
  }
  .become--a--speaker--white--section .row:last-child p:last-child {
    margin-bottom: 0px;
  }
  .form--div {
    padding-top: 120px;
  }
  .form--div .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000 !important;
  }
  .form--div .accordion-item {
    border: 5px solid #78A4D8;
    padding: 25px;
  }

  /* Pilot Conference CSS */
  .pilot--conference--heading--text {
    text-align: center;
  }
  .pilot--conference--heading--text h2 {
    padding-top: 89px;
    padding-bottom: 38px;
    font-size: 52px;
    line-height: 64px;
    color: #141628;
  }
  .pilot--conference--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 105px;
    width: 20%;
  }
  .pilot--conference--colored--bg--white--text--section {
    background: #141628;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pilot--conference--colored--bg--white--text--div p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .team-block h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 47px;
  }
  .team-block h6 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
  }
  .team-block {
    height: 650px;
  }
  .team-block h4 a:hover {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s;
  }
  .pilot--conference--white--bg--section {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }
  .pilot--conference--white--text p {
    text-align: center;
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
  }
  .pilot--conference--white--bg--section a {
    margin-top: 20px;
    color: #141628;
    padding: 20px 25px !important;
    font-size: 17px !important;
    line-height: 20px;
  }

  /* Exhibitors List Page CSS */
  .accordion .accordion-body .letter--div p {
    font-size: 40px !important;
    /* border: 5px solid #78A4D8;
    width: 60%; */
    padding: 0px;
    color: #141628;
  }
  .accordion .accordion-body .letter--div p:after {
    content: '';
    border: 5px solid #78A4D8;
    padding: 25%;
    margin-bottom: 0px;
    position: absolute;
    left: 5px;
    top: -20px;
  }
  #sectionW .accordion .accordion-body .letter--div p {
    margin-left: 2%;
    margin-top: 4%;
  }
  #sectionV .accordion .accordion-body .letter--div p {
    margin-left: 11%;
    margin-top: 3%;
  }
  #sectionS .accordion .accordion-body .letter--div p {
    margin-left: 14%;
  }
  #sectionR .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  #sectionT .accordion .accordion-body .letter--div p {
    margin-left: 14%;
  }
  #sectionU .accordion .accordion-body .letter--div p {
    margin-left: 10%;
    margin-top: 2%;
  }
  #sectionP .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  #sectionM .accordion .accordion-body .letter--div p {
    margin-left: 6%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 7%;
    margin-top: -1%;
  }
  #sectionJ .accordion .accordion-body .letter--div p {
    margin-left: 16%;
  }
  #sectionI .accordion .accordion-body .letter--div p {
    margin-left: 20%;
  }
  #sectionG .accordion .accordion-body .letter--div p {
    margin-left: 9%;
  }
  #sectionH .accordion .accordion-body .letter--div p {
    margin-left: 9%;
  }
  #sectionL .accordion .accordion-body .letter--div p {
    margin-left: 12%;
  }
  #sectionN .accordion .accordion-body .letter--div p {
    margin-left: 8%;
  }
  #sectionF .accordion .accordion-body .letter--div p, #sectionE .accordion .accordion-body .letter--div p, #sectionC .accordion .accordion-body .letter--div p, #sectionB .accordion .accordion-body .letter--div p, #sectionA .accordion .accordion-body .letter--div p {
    margin-left: 10%;
  }
  #sectionD .accordion .accordion-body .letter--div p {
    margin-left: 9%;
  }
  .des--div {
    font-size: 26px;
    padding-left: 80px
  }
  .des--div ul li:last-child {
    margin-bottom: 0px;
  }
  .des--div ul {
    padding-left: 3%;
  }
  .des--div ul li {
    display: list-item;
    list-style: disc;
    font-size: 19px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
  }
  .accordion-body .des--div h4 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .accordion-body .des--div span {
    font-size: 19px;
    line-height: 25px;
  }
  .accordion-body .des--div a {
    font-size: 19px;
    line-height: 25px;
    color: #81a2d2;
  }
  .accordion-body .des--div p {
    padding-left: 0 !important;
    line-height: 25px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  div#button-container {
    margin-bottom: 5%;
  }
  .accordion-body .des--div a.btn--light {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 70px;
  }
  .section-A.content-section {
    padding-top: 50px;
  }
  .content-section {
    padding-top: 90px;
  }
  .section-A.content-section.active123.top-content {
    padding-top: 150px !important;
  }
  .list-a2z{
    background: #141628;
    padding: 20px 0 !important;
  }
  nav.abcd ul li {
    font-size: 19px;
    line-height: 25px;
  }
  nav.abcd {
    /* width: 900px;
    line-height: 80px; */
    margin: 0 auto;
  }
  .fixed nav.abcd {
    width: 100%;
  }
  .fixed nav.abcd ul li {
    font-size: 19px;
    line-height: 25px;
  }
  .sponsaorlist-item .accordion-body {
    padding-bottom: 30px !important;
  }

  /* Single Pilot Page CSS */
  .single--pilot--section {
    padding-top: 116px;
    padding-bottom: 90px;
  }
  .single--pilot--details hr.color--hr {
    margin: 0% 0 5% 0;
  }
  .single--pilot--img--section {
    padding-right: 50px;
  }
  .single--pilot--img--section img {
    background-color: #141628;
  }
  .single--pilot--details h6 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #141628;
    margin-bottom: 20px;
  }
  .single--pilot--details h3 {
    font-size: 42px;
    line-height: 59px;
    color: #141628;
    text-transform: uppercase;
  }
  .single--pilot--text p {
    font-size: 19px;
    line-height: 25px;
    color: #000;
  }
  .single--pilot--leftsml--rgtbig--div .long-gap-left {
    background-color: #78A4D8;
    padding: 30px;
    margin: 0;
  }
  .long--gap--left--heading--text h3 {
    font-size: 42px;
    line-height: 59px;
    font-weight: 500;
    color: #141628;
  }
  .long--gap--left--des--text p:first-child {
    font-size: 19px;
    line-height: 25px;
    margin-top: 20px;
    color: #000;
    margin-bottom: 0px;
  }
  .long--gap--left--des--text ol li {
    font-size: 19px;
    line-height: 25px;
    margin-top: 30px;
    color: #000;
    margin-bottom: 0px;
    list-style: auto;
  }
  .long--gap--left--des--text p {
    font-size: 19px;
    line-height: 25px;
    margin-top: 20px;
    color: #000;
    margin-bottom: 20px;
  }
  .single--pilot--leftsml--rgtbig--section {
    padding-bottom: 80px;
  }
  .single--pilot--leftsml--rgtbig--div .col-lg-12 {
    margin-top: 68px;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a {
    font-size: 30px;
    line-height: 36px;
    color: #141628;
    text-transform: uppercase;
    font-weight: 700;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a:before {
    content: url(/wp-content/uploads/2022/08/left-arrow.png);
    position: absolute;
    left: -70px;
    background: #78A4D8;
    border-radius: 50px;
    font-size: 48px;
    width: 60px;
    height: 60px;
    top: -13px;
    padding-left: 18px;
    color: #fff;
    padding-top: 12px;
  }

  /* Exhibit Floor Plan Page CSS */
  .exhibit--floor--plan--heading--text h2 {
    font-size: 42px;
    line-height: 59px;
    color: #18283F;
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .exhibit--floor--plan--heading--text .color--hr {
    margin: 0% auto;
    padding-bottom: 60px;
    width: 22%;
    border-color: #81a2d2 !important;
  }
  .exhibit--floor--plan--pdf--section embed {
    height: 100vh;
  }
  .exhibit--floor--plan--para--text {
    padding-top: 120px;
  }
  .contact--us--heading--text {
    padding-top: 50px;
  }
  .exhibit--floor--plan--para--text p {
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    color: #18283F;
  }
  h2.contact--us--heading--with--border {
    font-size: 27px;
    line-height: 35px;
    border: 5px solid #78A4D8;
    text-align: center;
    background-color: #fff;
    width: 45%;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 25px;
    color: #18283F;
  }
  .contact--us--heading--text .container {
    max-width: 100%;
  }
  .contact--us--text {
    padding-bottom: 50px;
  }
  .american--icon--div, .rest--of--world--icon--div {
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
  }
  .american--icon--div img {
    width: 22%;
  }
  .rest--of--world--icon--div img {
    width: 37%;
  }
  .american--icon--div p, .rest--of--world--icon--div p {
    font-size: 24px;
    line-height: 29px;
    color: #010101;
  }

  /* Why Exhibit Page CSS */
  .leftside--image-rightside--text--section .container, .why--exhibit--contact--us--heading--text .container {
    max-width: 100%;
  }
  .why--exhibit--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 42px;
    line-height: 59px;
    color: #18283F;
  }
  .why--exhibit--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 65px;
    width: 20%;
    border-color: #81a2d2 !important;
  }
  .why--exhibit--white--colored--bg {
    padding-bottom: 70px;
  }
  .why--exhibit--text p {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 142px 202px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 43px;
    line-height: 76px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .image--container img {
    height: 1000px !important;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .why--exhibit--text--section {
    padding-top: 50px;
    /*padding-bottom: 86px;*/
  }
  .why--exhibit--text--div p {
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
  }

  /* Testimonials Page CSS */
  .testimonials--contact--us--heading--text .container {
    max-width: 100%;
  }
  .testimonials--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 42px;
    line-height: 59px;
    color: #18283F;
  }
  .testimonials--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 50px;
    width: 20%;
  }
  .testimonials--text p {
    text-align: center;
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
  }
  .testimonials--white--colored--bg {
    padding-bottom: 50px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 70px 100px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 40px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    color: #141628;
  }
  .text--container h3.second--title {
    font-weight: 700;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .testimonials--text--section {
    padding-top: 144px;
    padding-bottom: 124px;
  }
  .testimonials--text--div {
    font-size: 34px;
    line-height: 49px;
    font-weight: 300;
    text-align: center;
  }
  .testimonials--below--colorful--text--section {
    padding-top: 50px;
    /* padding-bottom: 134px; */
  }
  .testimonials--below--colorful--text--section p {
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
  }
  .background--1 {
    background-color: #141628;
    height: auto;
  }
  .background--2 {
    background-color: #5D78AF;
    height: auto;
  }
  .background--3 {
    background-color: #99ABD3;
    height: auto;
  }
  .background--4 {
    background-color: #004A89;
    height: auto;
  }
  #testimonial--page--section .team-bottom-part {
    height: 500px;
    /*overflow-y: scroll;*/
    position: inherit;
    bottom: -20px;
    padding: 0 30px;
  }
  .background--1 .team-upper-part, .background--2 .team-upper-part, .background--3 .team-upper-part, .background--4 .team-upper-part {
    text-align: center;
  }
  .background--1 img, .background--2 img, .background--3 img, .background--4 img {
    width: 40%;
    margin: 20px 0;
  }
  .background--1 .team-bottom-part p, .background--2 .team-bottom-part p, .background--3 .team-bottom-part p, .background--4 .team-bottom-part p {
    color: #fff;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .background--1 .team-bottom-part p.designation, .background--2 .team-bottom-part p.designation, .background--3 .team-bottom-part p.designation, .background--4 .team-bottom-part p.designation {
    color: #fff;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
  }
  .testimonial--page--section {
    padding: 0 40px;
  }

  /* Become a Sponsor Page CSS */
  .become--a--sponsor--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 59px;
    color: #18283F;
  }
  .become--a--sponsor--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 60px;
    width: 25%;
  }
  .become--a--sponsor--text {
    text-align: center;
    padding-bottom: 60px;
  }
  .become--a--sponsor--text p {
    font-size: 19px;
    line-height: 25px;
  }
  .become--a--sponsor--leftside--rightimg .row {
    background-color: #141628;
    border-bottom: 15px solid #81a2d2;
    width: 75%;
    margin: 0 auto;
  }
  /* #become--a--sponsor--leftside--rightimg img {
    width: 50%;
    float: right;
  } */
  .become--a--sponsor--text--div p {
    /*color: #fff;
    width: 375px;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    line-height: 25px;
    margin-left: 35%;*/
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 49px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .become--a--sponsor--black--text--div p {
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    color: #18283F;
  }
  .become--a--sponsor--leftside--rightimg {
    padding-bottom: 70px;
  }
  /*.become--a--sponsor--left--image--right--text .about-image-block:after {
    right: 70px;
    top: 70px;
  }*/
  .become--a--sponsor--left--image--right--text p {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 70px;
    margin-top: 25px;
  }
  #become--a--sponsor--left--image--right--text .pdl-140 {
    padding-left: 0;
  }
  .become--a--sponsor--left--image--right--text {
    padding-bottom: 100px;
  }
  .become--a--sponsor--text--div {
    font-size: 38px;
    line-height: 53px;
    font-weight: 300;
    text-align: center;
  }
  .become--a--sponsor--left--image--right--text a {
    font-size: 28px !important;
    line-height: 33px;
    padding: 38px 64px !important;
  }
  /*.become--a--sponsor--text--section {
    padding-bottom: 150px;
  }*/
  .become--a--sponsor--contact--us--heading--text .container {
    max-width: 100%;
  }

  /* Conference Page CSS */
  .conference--heading--section hr.color--hr {
    padding-bottom: 164px;
  }
  .conference--heading--section h2 {
      padding-top: 86px;
      padding-bottom: 38px;
      text-transform: uppercase;
      font-size: 52px;
      line-height: 65px;
      color: #141628;
  }
  .conference--left--image--right--text .personal-details a {
    margin-top: 107px !important;
    font-size: 25px;
    line-height: 30px;
  }
  .conference--left--image--right--text .personal-details p {
    margin-bottom: 20px !important;
  }
  .conference--left--image--right--text {
    padding-bottom: 167px;
  }
  .conference--team--section hr.color--hr {
    margin: 2% 0;
    width: 12%;
  }
  .conference--team--section h2 {
    font-weight: 500;
    color: #002843;
    font-size: 30px;
    line-height: 45px;
  }
  .anna--milberg, .jaques--drappier, .fiona--greenyer {
    background: transparent;
    text-align: center;
    box-shadow: none;
  }
  .anna--milberg img, .jaques--drappier img, .fiona--greenyer img {
    width: 80%;
  }
  .conference--team {
    padding-top: 164px;
    padding-bottom: 186px;
  }
  .pilot--conference-2022--eats--conference--team {
    padding-top: 158px;
    padding-bottom: 199px;
  }
  .conference--team .team-block {
    height: 100%;
  }
  .anna--milberg {
    background-color: transparent;
  }
  .jaques--drappier, .fiona--greenyer {
    background-color: transparent;
  }

  /* EATS Page CSS */
  .eats--news--heading--section h2 {
    font-size: 42px;
    line-height: 59px;
    color: #141628;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .eats--news--heading--section hr.color--hr {
    padding-bottom: 70px;
    width: 15%;
  }
  .eats--news--heading--text h4 {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    color: #000;
    padding-bottom: 60px;
  }
  .eats--news--left--image--right--text .about-image-block:after {
    position: absolute;
    content: "";
    height: 65%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 265px;
    margin: 0 auto;
    top: auto;
    opacity: 1;
    /* animation: heartbeat 1s infinite alternate; */
    bottom: -40px;
  }
  .eats--news--left--image--right--text .personal-details {
    padding-left: 0px;
  }
  .eats--news--left--image--right--text .personal-details a, button.cs-btn-one {
    /*margin-top: 132px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 139px;*/
    padding: 20px 25px !important;
    font-size: 17px !important;
    line-height: 20px;
  }
  .eats--news--left--image--right--text hr.color--hr {
    margin: 5% 0 4% 0;
    width: 100%;
  }

  /* Exhibitor Portal Page CSS */
  .exhibitor--portal--heading--section h2 {
    padding-top: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 65px;
    color: #141628;
  }
  .exhibitor--portal--two--boxes--section .container {
    max-width: 90%;
  }
  .exhibitor--portal--text--section {
    text-align: center;
    /*padding-top: 131px;*/
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #exhibitor--portal--logo--text--section h2 {
    text-transform: uppercase;
    color: #002444;
    font-size: 62px;
    line-height: 75px;
    padding-bottom: 20px;
  }
  #exhibitor--portal--logo--text--section hr.color--hr {
    padding-bottom: 136px;
  }
  #exhibitor--portal--logo--text--section img {
    width: 30%;
    transform: translate(70%, -15%);
  }
  #exhibitor--portal--logo--text--section .why--exhibit--text--div p:last-child {
    padding-top: 50px;
    text-align: center;
  }
  .exhibitor--portal--text--div--bold {
    font-size: 49px;
    line-height: 65px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
    width: 850px;
    margin: 0 auto;
  }
  .exhibitor--portal--text--div--regular {
    font-size: 30px;
    line-height: 45px;
    color: #000;
    padding-bottom: 50px;
    font-weight: 500;
    width: 1100px;
    margin: 0 auto;
  }
  .exhibitor--portal--text--div--light {
    /*padding-bottom: 175px;*/
    padding-left: 50px;
  }
  .exhibitor--portal--text--div--light p {
    /*font-size: 37px;
    line-height: 49px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #000;*/
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #000;
    text-align: left;
  }
  #exhibitor--portal--text--div--light--image>img {
    height: 550px;
    margin-bottom: 50px;
  }
  .exhibitor--portal--purple--section {
    padding-top: 89px;
    padding-bottom: 105px;
  }
  .exhibitor--portal--purple--section h3 {
    text-align: center;
    padding-bottom: 107px;
    color: #fff;
    font-size: 41px;
    line-height: 59px;
    font-weight: 500;
  }
  ul.custom--exhibitor--portal--list {
    padding-left: 50px;
  }
  ul.custom--exhibitor--portal--list li {
    display: list-item;
    margin-bottom: 25px;
    font-size: 19px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    text-align: left;
  }
  ul.custom--exhibitor--portal--list li:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--div--light p:last-child {
    margin-bottom: 0px;
  }
  /*.colored--bg--text {
    padding-top: 241px;
  }*/
  .colored--bg--text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 59px;
    padding-bottom: 20px;
  }
  .colored--bg--text hr.color--hr {
    margin: 0 auto;
    width: 10%;
    padding-bottom: 70px;
  }
  ul.shipping--forms li {
    display: list-item;
    list-style: disc inside;
    color: #000;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .colored--bg--text .container {
    max-width: 100%;
  }
  h2.colored--bg--text--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    padding: 30px;
  }
  .key--deadline--div:before {
    z-index: -1 !important;
  }
  .colored--bg--text .custom--border:before {
    border-top: 5px solid #ffffff;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
  }
  .exhibitor--portal--text p {
    color: #fff;
    text-transform: none;
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
    width: 50%;
    margin: 0 auto;
  }
  .exhibitor--portal--text {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  .exhibitor--portal--text--2 p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--2 p {
      color: #fff;
      text-transform: none;
      font-size: 35px;
      line-height: 45px;
      width: 53%;
      margin: 0 auto 60px auto;
      font-weight: 300;
  }
  .exhibitor--portal--text--2 {
      text-align: center;
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .exhibitor--portal--white--bg--section h2 {
    /*padding-top: 134px;
    padding-bottom: 38px;*/
    padding-top: 142px;
    padding-bottom: 44px;
    font-size: 62px;
    line-height: 75px;
    text-transform: uppercase;
    color: #002444;
  }
  #exhibitor--portal--white--bg--section hr.color--hr {
    padding-bottom: 142px;
  }
  .second--title h2 {
    padding-top: 0px;
  }
  .button--div {
    text-align: center;
    padding-top: 135px;
    padding-bottom: 130px;
  }
  .button--div a {
    font-size: 28px !important;
    line-height: 33px;
    font-weight: 500;
    color: #002843;
  }
  .second--title hr.color--hr {
    padding-bottom: 140px;
  }
  .exhibitor--portal--table {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .exhibitor--portal--table--1 img {
    width: 100%;
    height: 200px;
  }
  .exhibitor--portal--table--1 h3 {
    /* font-size: 49px;
    line-height: 55px;
    font-weight: 500; */
    color: #002444;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
  }
  .exhibitor--portal--table--1 hr.color--hr {
    margin-top: 6%;
    padding-bottom: 30px;
  }
  ul.exhibitor--portal--para--text li {
    display: block;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }
  ul.exhibitor--portal--para--text {
      font-size: 20px;
      line-height: 28px;
      font-weight: 400;
      color: #000;
  }
  .exhibitor--portal--table--1 {
    height: 100%;
    margin: 50px;
  }
  /*.exhibitor--portal--table .row:last-child {
    padding-top: 190px;
  }*/
  .exhibitor--portal--leftside-image--rightside--text--section .about-image-block:after {
    position: absolute;
    content: "";
    height: 90%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 265px;
    margin: 0 auto;
    top: 80px;
    opacity: 1;
  }
  .exhibitor--portal--leftside-image--rightside--text--section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div {
    padding-left: 0px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div h2 {
    text-transform: capitalize;
    font-size: 50px;
    line-height: 65px;
    font-weight: 500;
    color: #002843;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p {
    margin-bottom: 40px !important;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p:last-child {
    margin-bottom: 0px !important;
  }
  .exhibitor--portal--two--boxes--section {
    background-color: #78A4D8;
    padding-top: 100px;
    padding-bottom: 0px;
  }
  ul.shipping--forms li {
    display: list-item;
    list-style: disc inside;
    color: #000;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .exhibitor--portal--two--boxes--section .feature-content {
    padding: 50px 30px;
    margin: 50px 50px 80px 50px;
    height: 480px;
  }
  /*.exhibitor--portal--two--boxes--section .feature-content .title {
    position: absolute;
    top: -10%;
    background-color: #002843;
    padding: 25px;
    width: 125%;
    left: -73px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }*/
  .exhibitor--portal--two--boxes--section .feature-content .title {
    /* position: absolute;
    top: -10%;
    background-color: #002843;
    padding: 25px;
    width: 125%;
    left: -14%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
    position: absolute;
    top: -10%;
    /* background-color: #002843; */
    padding: 15px;
    width: 130%;
    left: -12.8%;
    /* border-top-right-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
    background: url(https://wordpress-426808-2781199.cloudwaysapps.com/wp-content/uploads/2022/10/MicrosoftTeams-image-49.png);
    background-size: contain;
    height: 115px;
    background-repeat: no-repeat;
  }
  .exhibitor--portal--two--boxes--section .feature-content h3 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
  }
  /*.exhibitor--portal--two--boxes--section .feature-content .title:before {
    height: 0;
    width: 0;
    border-top: 65px solid #000;
    border-left: 65px solid transparent;
    bottom: -65px;
    position: absolute;
    content: "";
    left: 0;
  }*/
  .para p {
    font-size: 19px;
    line-height: 25px;
    color: #002843;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .para p a.cs-btn-one {
    padding: 20px 25px !important;
    font-size: 17px;
    line-height: 20px;
  }
  .para p:last-child {
    margin-bottom: 0px;
  }
  .about--second--section hr.color--hr {
    margin-bottom: 80px;
    margin-top: 21px !important;
  }
  .case-study-section hr.color--hr {
    margin-top: 20px !important;
    padding-bottom: 100px;
  }
  .case-study-section .table-content hr.color--hr {
    margin-top: 21px !important;
    padding-bottom: 30px;
    width: 40%;
    margin-bottom: 0px !important;
  }
  .case-study-section {
    padding-top: 105px;
  }
  .table--section {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .about--second--section {
    padding-top: 100px;
  }
  section.pdf--section {
    padding-bottom: 0px;
  }
  section#colored--bg {
    padding-bottom: 0px;
  }
  .eats--news--left--image--right--text:nth-last-of-type(1) {
    padding-bottom: 213px;
  }

  /* Meet the Speakers CSS */
  .meet--the--speakers--heading--text {
    text-align: center;
  }
  .meet--the--speakers--heading--text h2 {
    font-size: 42px;
    line-height: 59px;
    color: #002945;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
  }
  .meet--the--speakers--heading--text hr.color--hr {
    margin: 0% auto;
    width: 15%;
    border-color: #78A4D8 !important;
  }
  .meet--the--speakers--section {
    padding-bottom: 0px;
  }
  .meet--the--speakers--section .team-block {
    height: auto;
  }
  .meet--the--speakers--section .team-block img {
    height: 350px;
    border-radius: 0px;
  }

  /* ATO at Eats Page CSS */
  .ato--eats--programme--heading--text h2 {
    font-size: 42px;
    line-height: 59px;
    color: #002945;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
  }
  .ato--eats--programme--heading--text hr {
    margin: 0% auto;
    padding-bottom: 80px;
    width: 20%;
    border-color: #78A4D8 !important;
  }
  .ato--eats--programme--lefttext--rightimage p {
    font-size: 19px;
    line-height: 25px;
  }
  .ato--eats--programme--lefttext--rightimage .col-md-12:first-child {
    padding-right: 143px;
    padding-left: 0;
  }
  .ato--eats--programme--left--image--right--text .col-md-12:last-child {
    padding-left: 111px;
  }
  .ato--eats--programme--left--image--right--text {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .ato--eats--programme--left--image--right--text .single-team-img {
    text-align: center;
  }
  .ato--eats--programme--left--image--right--text .img-full {
    width: 75%;
  }
  .personal-details a {
    font-size: 17px !important;
    line-height: 20px;
    color: #002945;
    padding: 20px 25px !important;
  }
  .ato--eats--programme--left--image--right--text ul li {
    font-size: 19px !important;
    line-height: 25px !important;
    margin-bottom: 30px;
    color: #000 !important;
    display: list-item;
  }
  .ato--eats--programme--left--image--right--text ul li:last-child {
    margin-bottom: 0px;
  }
  .ato--eats--programme--left--image--right--text .personal-details p {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
  }
  .ato--eats--programme--left--image--right--text ul {
    padding-left: 25px;
  }
  .ato--eats--programme--left--image--right--text h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #000;
  }
  .ato--eats--programme--left--image--right--text ul {
    padding-left: 25px;
    margin: 30px 0 47px 0;
  }
  p.last--p {
    margin-bottom: 60px !important;
  }
  .ato--eats--programme--lefttext--rightimage .ato-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 80%;
    background: #78A4D8;
    z-index: -1;
    right: 105px;
    margin: 0 auto;
    top: 40px;
    opacity: 1;
  }

  /* 2021 Pilot Conference Page CSS */
  .pilot--conference--2021--heading--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pilot--conference--2021--heading--text h2 {
    font-size: 42px;
    line-height: 59px;
    text-transform: uppercase;
    color: #002945;
    padding-bottom: 20px;
  }
  .pilot--conference--2021--heading--text {
    text-align: center;
  }
  .pilot--conference--2021--heading--text hr.color--hr {
    margin: 0 auto;
    width: 20%;
  }

  .pilot--conference--2021--description {
    padding-bottom: 50px;
  }
  .pilot--conference--2022--description--new--image {
    text-align: center;
    padding-bottom: 0px;
  }
  .pilot--conference--2021--description p {
    font-size: 16px;
    line-height: 25px;
  }
  .pilot--conference--2021--day--info h3 {
    font-size: 42px;
    text-align: center;
    line-height: 59px;
  }
  .pilot--conference--2022--day--info h3 {
    font-weight: 500;
    font-size: 55px !important;
    line-height: 36px !important;
    color: #000;
  }
  .pilot--conference--2022--colored--bg--white--text--div {
    width: 700px;
    margin: 0 auto;
  }
  .pilot--conference--2022--image {
    padding-bottom: 169px;
  }
  .pilot--conference--2021--team--section .team-bottom-part {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 25px;
  }
  .pilot--conference--2021--team--section .team-bottom-part h4 {
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
  }
  .pilot--conference--2021--day2--info h3 {
    font-size: 42px;
    text-align: center;
    line-height: 59px;
  }
  .pilot--conference--2022--day2--section h3 {
    font-weight: 500;
    font-size: 55px !important;
    line-height: 36px !important;
    color: #000;
  }
  .pilot--conference--2021--day2--section {
    padding: 60px 0;
  }
  .pilot--conference--2022--day2--section {
    padding: 131px 0 127px 0;
  }
  .pilot--conference-2022--eats--conference {
    padding-top: 203px;
  }
  .pilot--conference-2022--eats--conference hr.color--hr {
    margin: 0 0;
  }
  .pilot--conference--2021--second--team--section .team-bottom-part {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 25px;
  }
  .pilot--conference--2021--second--team--section .team-bottom-part h4 {
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
  }
  .pilot--conference--2021--team--section .andy-oshea, .pilot--conference--2021--second--team--section .andy-oshea {
    background-position: center;
    height: auto;
  }

  /* Updated Pilot Conference 2022 Page CSS */
  .pilot--conference--2022--heading--section h2 {
    font-size: 42px;
    line-height: 59px;
    color: #002A45;
    padding-bottom: 20px;
  }

  .pilot--conference--2022--description p {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .pilot--conference--2022--image img {
    width: 90%;
  }
  .pilot--conference--2022--image {
    padding-bottom: 116px;
  }
  .pilot--conference--2022--day--info h3 {
    font-weight: 500;
    font-size: 30px !important;
    line-height: 45px !important;
    color: #000;
    padding-bottom: 50px;
  }
  p.session--1 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 24px;
  }
  p.session--1--timing, p.session--2--timing {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 24px;
    font-weight: 600;
  }
  ol.session--1--speakers, ol.session--2--speakers {
    padding-left: 20px;
  }
  ol.session--1--speakers li, ol.session--2--speakers li {
    font-size: 19px;
    line-height: 34px;
    list-style: auto;
    margin-bottom: 24px;
    color: #000;
    font-weight: 500;
  }
  p.session--2 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 60px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .pilot--conference--2022--heading--section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference--2022--description--new--image .small--img {
    /*position: absolute;
    top: 130px;
    left: 180px;
    z-index: 1;*/
    position: absolute;
    top: 130px;
    left: 200px;
    z-index: 1;
    width: 40%;
  }
  .pilot--conference--2022--description--new--image .big--img {
    /*position: absolute;
    top: 0;
    left: 0;*/
    position: absolute;
    top: 0;
    left: 50px;
    width: 40%;
  }
  p.session--3 {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--3--timing {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--3--para {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  .pilot--conference--2022--colored--bg--white--text--div img {
    margin-top: 69px;
  }
  p.session--4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: left;
  }
  p.session--4--timing {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: left;
  }
  ol.session--4 {
    padding-left: 20px;
  }
  ol.session--4 li {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    list-style: auto;
    margin-bottom: 22px;
  }
  .pilot--conference--2022--colored--bg--white--text--section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference--2022--day--1--description {
    padding-bottom: 0px !important;
  }
  #pilot--conference--2022--heading--section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference--2022--day2--section {
    padding: 0 0 60px 0;
  }
  .pilot--conference--2022--day2--info h3 {
    font-weight: 500;
    font-size: 30px !important;
    line-height: 45px !important;
    padding-bottom: 60px;
    color: #000;
  }
  p.session--5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  p.session--5--timing {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
  }
  ol.session--5--speakers {
    padding-left: 20px;
  }
  ol.session--5--speakers--day2, ol.session--6--speakers--day2 {
    color: #fff;
  }
  ol.session--5--speakers li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    list-style: auto;
    font-weight: 500;
  }
  ol.session--7--speakers--day2 li, ol.session--8--speakers--day2 li {
    color: #fff;
  }
  .pilot--conference--2022--day2--section .col-md-6:nth-child(2) {
    padding-bottom: 101px;
  }
  p.session--6 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  p.session--6--timing {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    font-weight: 600;
    text-align: left;
  }
  ol.session--6--speakers {
    padding-left: 20px;
  }
  ol.session--6--speakers li {
    font-size: 16px;
    line-height: 25px;
    list-style: auto;
    margin-bottom: 24px;
    font-weight: 500;
  }
  p.session--7, p.session--8 {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--7--timing, p.session--8--timing {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  ol.session--7--speakers, ol.session--8--speakers {
    padding-left: 20px;
  }
  ol.session--7--speakers li, ol.session--8--speakers li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    color: #fff;
    list-style: auto;
  }
  ol.session--7--speakers li:last-child, ol.session--8--speakers li:last-child {
    margin-bottom: 35px;
  }
  #pilot--conference--colored--bg--white--text--section--2022 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference-2022--eats--conference {
    padding-top: 60px;
  }
  .pilot--conference-2022--eats--conference--team {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #sponsor--block--2022 h2 {
    font-size: 30px;
    line-height: 45px;
    color: #012945;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .sponsor--block--2022 hr.color--hr {
    margin: 0 0 7% 0;
    width: 8%;
  }
  h5.sponsor--name {
    margin-bottom: 0px;
    text-align: center;
  }
  #logos--section img, #sponsor--block--2022 img {
    width: 80%;
    margin: auto 10%;
  }
  h5.ato--sponsor--name {
    margin-bottom: 0%;
    text-align: center;
    margin-top: 4%;
  }

  .main--heading--font {
    font-size: 38px !important;
    line-height: 55px !important;
  }
  .save-as-pdf-pdfcrowd-button {
    position: absolute;
    right: 0;
    top: 35px;
  }
}

@media screen and (min-width: 1800px) {
  #countdown--section .container, #about--custom--banner--section .container, #left--image--right--text .container, #about-section .container, #about-section-1 .container, .custom--counter--class .container, #logos--section .container, #testimonial--section .container, .footer .container, #about-page-section .container, .case-study-section .container, #visitor--info--custom--banner--section .container, #colored--bg .container, #attendee--list--custom--banner--section .container, #white--colored--bg .container, .pdf--section .container, #faq--custom--banner--section .container, #faq--section .container, #abt--the--organiser--custom--banner--section .container, #abt--the--organiser--section .container, #abt--the--organiser--colored--section .container, #abt--the--organiser--faq--section .container, .become--a--speaker--custom--banner--section .container, .become--a--speaker--section .container, .colored--bg--white--text--section .container, .become--a--speaker--colored--section .container, .become--a--speaker--white--section .container, .pilot--conference--custom--banner--section .container, .pilot--conference--heading--section .container, .pilot--conference--colored--bg--white--text--section .container, .pilot--conference--team--section .container, .pilot--conference--white--bg--section .container, .single--pilot--custom--banner--section .container, .single--pilot--section .container, .single--pilot--leftsml--rgtbig--section .container, .content-section .container, .list-a2z .container, .exhibit--floor--plan--custom--banner--section .container, .exhibit--floor--plan--white--colored--bg .container, .exhibit--floor--plan--pdf--section .container, .contact--us--text .container, .why--exhibit--custom--banner--section .container, .why--exhibit--white--colored--bg .container, .why--exhibit--text--section .container, .testimonials--custom--banner--section .container, .testimonials--white--colored--bg .container, .testimonials--text--section .container, .become--a--sponsor--custom--banner--section .container, .become--a--sponsor--white--colored--bg .container, .become--a--sponsor--leftside--rightimg .container, .become--a--sponsor--left--image--right--text .container, .become--a--sponsor--text--section .container, .header-wrapper .container, .conference--custom--banner--section .container, .conference--heading--section .container, .conference--left--image--right--text .container, .conference--team--section .container, .eats--news--custom--banner--section .container, .eats--news--heading--section .container, .eats--news--left--image--right--text .container, .exhibitor--portal--custom--banner--section .container, .exhibitor--portal--heading--section .container, .exhibitor--portal--text--section .container, .exhibitor--portal--white--bg--section .container, .exhibitor--portal--table .container, .exhibitor--portal--leftside-image--rightside--text--section .container, .exhibitor--portal--two--boxes--section .container, .meet--the--speakers--white--colored--bg .container, .meet--the--speakers--custom--banner--section .container, .ato--eats--programme--custom--banner--section .container, .ato--eats--programme--white--colored--bg .container, .ato--eats--programme--lefttext--rightimage .container, .ato--eats--programme--left--image--right--text .container, .meet--the--speakers--section .container, .pilot--conference--2021--custom--banner--section .container, .pilot--conference--2021--heading--section .container, .pilot--conference--2021--day2--section .container, .sponsor--block--2022 .container {
    max-width: 1600px;
  }
  .save-as-pdf-pdfcrowd-button {
    position: absolute;
    right: 0;
    top: 35px;
  }
  .f-right {
    float: right;
    position: absolute;
    right: 0;
    left: 40%;
  }
  div#slick3 {
    display: none;
  }
  div#slick1, div#slick2 {
    display: flex;
  }
  .eats--news--left--image--right--text:nth-last-of-type(1) {
    padding-bottom: 213px;
  }
  .header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
    margin-right: 60px;
  }
  section.custom--banner--section {
    padding: 200px 0 350px 0 !important;
  }
  p.countdown--text, div#countdown {
    font-size: 38px;
    line-height: 47px;
    font-weight: 700;
  }
  #countdown ul li {
    display: inline-block;
    padding: 0 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 27px;
    line-height: 34px;
    text-align: center;
  }
  #countdown ul li span {
    padding: 0;
    display: block;
    font-size: 61px;
    line-height: 74px;
    font-weight: 700;
  }
  a.first-button, a.second-button, a.third-button {
    font-size: 30px !important;
    padding: 30px 67px !important;
    line-height: 37px !important;
    font-weight: 700;
  }
  #custom--heading--text {
    padding-bottom: 100px;
  }
  .heading--with--border {
    font-size: 52px;
    width: 100%;
    line-height: 67px;
    color: #141628 !important;
  }
  .left--image--right--text {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  #left--image--right--text h4 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #141628;
  }
  #left--image--right--text h4.color {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #78A4D8;
  }
  .left--image--right--text p {
    font-size: 23px;
    line-height: 31px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .left--image--right--text p:last-child {
    margin-bottom: 0;
  }
  #left--image--right--text .single-team-img img {
    width: 80%;
  }
  .funfact-normal .icon span:before {
    color: #78A4D8;
    font-size: 6rem;
  }
  .funfact-normal .counter {
    color: #010101;
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 50px;
  }
  .counter--numbers span {
    font-size: 40px;
    padding-left: 15px;
    padding-top: 20px;
    font-weight: 700;
    color: #010101;
  }
  #about-section h2, #about-section-1 h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
    color: #141628;
  }
  .about-image-block img {
    width: 70%;
  }
  p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
  }
  #about-section .btn--light, #about-section-1 .btn--light {
    padding: 20px 25px !important;
    font-size: 22px;
    line-height: 20px;
  }
  section#custom--sponsor--heading--text {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .sponsor--heading--with--border {
    font-size: 31px;
    padding: 31px 85px;
    line-height: 39px;
    color: #141628;
  }
  .slick-slide img {
    width: 100%;
  }
  .testimonial-content .comments {
    color: #fff;
    font-weight: 300;
    font-size: 33px;
    line-height: 44px;
  }
  .client-name {
    margin-bottom: 83px;
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 57px;
  }
  .client-designation {
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .footer-widget-list li {
    margin-bottom: 25px;
  }
  .footer-widget-list li:last-child {
    margin-bottom: 0px;
  }
  .footer-widget-list li a {
    font-size: 21px;
    line-height: 25px;
  }
  .footer-widget-list li a:before {
    top: 0px;
  }
  .social-list li {
    margin-right: 30px;
  }
  .social-list li a {
    color: #78A4D8;
    font-size: 37px;
  }
  .social-list li a:hover {
    background-color: #78A4D8;
    color: #141628;
  }
  .funfact-normal .title {
    color: #010101;
    font-weight: 400;
    /*font-size: 33px;*/
    font-size: 27px;
    line-height: 37px;
    margin-top: 0px;
  }
  ul#menu-primary-menu li a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
  }
  .text-light-gray {
    color: #fff;
    font-size: 17px;
    line-height: 21px;
  }
  #about-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  /* About Page Media Query CSS */
  .content-box h1 {
    line-height: 88px;
    font-size: 81px;
    font-weight: 700;
  }
  .about--heading--with--border {
    font-size: 52px;
    line-height: 40px;
    width: 75%;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    text-transform: uppercase;
    color: #141628;
    padding: 0 15px;
  }
  #about-page-section p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px !important;
  }
  #about-page-section h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
  }
  .order-list li:before {
    color: #78A4D8;
    font-size: 40px;
  }
  .order-list li {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 40px;
    padding-left: 40px;
  }
  .order-list li:last-child {
    margin-bottom: 0px;
  }
  .about--second--section {
    /*padding-top: 190px;*/
    padding-top: 120px;
  }
  .about--second--section hr.color--hr {
    margin-bottom: 70px;
    margin-top: 21px !important;
  }
  .case-study-section hr.color--hr {
    margin-top: 38px !important;
    padding-bottom: 135px;
  }
  .case-study-section .table-content hr.color--hr {
    margin-top: 21px !important;
    padding-bottom: 30px;
    width: 35%;
    margin-bottom: 0px;
  }
  .case-study-section {
    padding-top: 126px;
  }
  .table--section {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .case-study-section h2 {
    font-size: 52px;
    line-height: 67px;
    color: #141628;
    text-transform: uppercase;
  }
  .title-box-center hr.color--hr {
    margin: 0% auto;
    width: 25%;
  }
  #table--section .price-table {
    height: 100%;
  }
  #table--section h3 {
    color: #141628;
    font-size: 30px;
    line-height: 46px;
    font-weight: 500;
    min-height: 92px;
  }
  .price-table .table-content .list-items li {
    padding: 15px 0;
    font-size: 23px;
    line-height: 33px;
  }
  .custom--cta--class h5 {
    font-size: 23px;
    line-height: 33px;
  }

  /* Visitor Information Page CSS */
  .attendee--heading--text h2 {
    font-size: 52px;
    line-height: 67px;
  }
  #white--border--table thead tr th:nth-child(2), #white--border--table thead tr th:nth-child(3), #white--border--table thead tr th:nth-child(4) {
    font-size: 23px;
    line-height: 16px;
    padding: 30px;
  }
  #white--border--table tbody tr td {
    font-size: 23px;
    line-height: 16px;
    padding: 30px;
  }
  .italics--div p {
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0 70px 0;
  }
  .white--outline {
    padding: 20px 25px !important;
    font-size: 22px;
    line-height: 20px;
  }
  #colored--bg .section-content {
    padding-top: 100px;
  }
  #colored--bg .attendee--table--1 img {
    height: 300px;
    width: 500px;
  }
  #colored--bg .col-lg-4 {
    padding: 0 35px;
  }
  .attendee--table--1 h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #141628;
  }
  .attendee--table--1 .purple--text {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 6% 0;
  }
  .attendee--table--1 .btn--light {
    padding: 20px 25px !important;
    font-size: 22px;
    line-height: 20px;
  }
  .attendee--table--1 .attendee--para--text:last-child {
    margin-bottom: 100px;
  }

  /* Attendee List Page CSS */
  #white--colored--bg {
    padding-top: 55px;
    padding-bottom: 90px;
  }
  .attendee--list--heading--text h2 {
    font-size: 52px;
    line-height: 67px;
  }
  .attendee--list--para--text p {
    font-size: 47px;
    line-height: 59px;
    font-weight: 300;
    text-align: center;
  }
  .attendee--list--heading--text hr {
    margin: 1% auto 0% auto;
    padding: 0;
  }
  section.pdf--section {
    padding-bottom: 0px;
  }

  /* FAQ Page CSS */
  .faq--heading--text {
    text-align: center;
  }
  .faq--heading--text h2 {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 52px;
    line-height: 67px;
    font-weight: 700;
    color: #18283F;
  }
  .faq--heading--text hr.color--hr {
    margin: 0% auto;
    width: 15%;
    padding-bottom: 60px;
  }
  #faq--section .faq-block {
    padding-bottom: 100px;
  }
  #faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0px !important;
    border-bottom: none;
    padding: 10px;
  }
  #faq--section .accordion-item:last-child {
    margin-bottom: 0px !important;
    border-bottom: 5px solid #78A4D8;
  }
  #faq--section .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000;
  }
  .accordion .accordion-item .accordion-header .title {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
    background: transparent !important;
    color: #000;
  }
  .accordion .accordion-item .accordion-header span {
    left: 10px;
    top: 30px;
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-header.active span:before {
    content: "\f067";
    color: #78A4D8;
    font-size: 47px;
    top: 3px;
  }
  .fa-plus:before {
    content: "\f067";
    font-size: 35px;
    color: #78A4D8;
  }
  .accordion .accordion-item .accordion-body {
    background: transparent !important;
  }
  .accordion .accordion-item .accordion-body p {
    font-size: 23px !important;
    padding-left: 4%;
    color: #000;
  }
  p.gf_progressbar_title {
    padding-left: 0 !important;
  }

  /* About the Organiser Page CSS */
  .abt--the--organiser--heading--text {
    text-align: center;
  }
  .abt--the--organiser--heading--text h2 {
    text-transform: uppercase;
    font-size: 52px;
    line-height: 67px;
    color: #141628 !important;
    font-weight: 800;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .abt--the--organiser--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 80px;
  }
  #abt--the--organiser--colored--section {
    background-color: #141628;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #abt--the--organiser--colored--section hr.white--line {
    border-top: 5px solid #fff;
    width: 30%;
    margin: 0;
    padding-bottom: 50px;
  }
  #abt--the--organiser--colored--section p {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
  }
  #abt--the--organiser--colored--section .about-image-block {
    padding-left: 10%;
  }
  .abt--the--organiser--faq--heading--text h2 {
    padding-top: 100px;
    padding-bottom: 21px;
    font-size: 52px;
    line-height: 67px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--our--events--heading--text h2 {
    padding-top: 100px;
    padding-bottom: 21px;
    font-size: 52px;
    line-height: 67px;
    font-weight: 500;
    color: #141628;
  }
  .abt--the--organiser--faq--heading--text hr.color--hr {
    margin: 0;
    width: 13%;
  }
  #abt--the--organiser--faq--section .active .title {
    background: transparent !important;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body {
    padding-top: 40px;
    padding-left: 100px;
  }
  #abt--the--organiser--faq--section .accordion-body h4 {
    font-size: 36px;
    line-height: 45px;
    color: #000;
  }
  #abt--the--organiser--faq--section .accordion-body p {
    padding-left: 0;
    line-height: 33px;
    color: #000;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #abt--the--organiser--faq--section .accordion-body .col-md-9 {
    padding-left: 85px;
  }
  #abt--the--organiser--faq--section .accordion-body a.btn--light {
    padding: 20px 25px !important;
    font-size: 22px;
    line-height: 20px;
  }
  #abt--the--organiser--faq--section .accordion-item {
    border: 5px solid #78A4D8;
    margin-bottom: 0;
    border-bottom: none;
    padding: 20px;
  }
  #abt--the--organiser--faq--section .accordion-item:last-child {
    border: 5px solid #78A4D8;
  }
  .abt--the--organiser--our--events--heading--text hr.color--hr, .abt--the--organiser--faq--heading--text hr.color--hr {
    padding-bottom: 100px;
  }
  .abt--the--organiser--our--events--section {
    padding-bottom: 100px;
  }

  /* Become a Speaker Page CSS */
  .become--a--speaker--section {
    text-align: center;
  }
  .become--a--speaker--heading--text h2 {
    padding-top: 86px;
    padding-bottom: 39px;
    font-size: 62px;
    line-height: 74px;
    color: #141628;
  }
  .become--a--speaker--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 106px;
    width: 20%;
  }
  .colored--bg--white--text--section, .colored--bg--white--heading--section {
    background-color: #141628;
  }
  .colored--bg--white--text--section {
    padding-top: 130px;
    padding-bottom: 95px;
  }
  .colored--bg--white--text--section p {
    font-size: 47px;
    line-height: 59px;
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .colored--bg--white--heading--section .container {
    max-width: 100%;
  }
  .colored--bg--white--heading--section .custom--border:before {
    border-color: #fff;
    z-index: 0;
  }
  .colored--bg--white--heading--section .custom--border:nth-child(2):before {
    z-index: -2;
  }
  h2.colored--bg--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    line-height: 59px;
    font-weight: 500;
    padding: 30px;
  }
  .pilot--training--div:before {
    z-index: -1 !important;
  }
  span.pilot--training {
    padding: 0 30px;
  }
  .become--a--speaker--colored--section {
    padding-top: 125px;
    background: #141628;
    padding-bottom: 125px;
  }
  #become--a--speaker--colored--section .col-xl-6:last-child {
    padding-left: 120px;
  }
  .become--a--speaker--text p {
    color: #fff;
    margin-bottom: 96px;
  }
  .become--a--speaker--text ul li {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--text ul {
    color: #fff;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section {
    padding-top: 167px;
    padding-bottom: 80px;
  }
  .become--a--speaker--white--section--text p {
    color: #000;
    line-height: 36px;
    font-size: 26px;
  }
  .become--a--speaker--white--section--text ul li {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 35px;
    display: list-item !important;
  }
  .become--a--speaker--white--section--text ul {
    color: #000;
    list-style: disc !important;
    padding-left: 25px;
  }
  .become--a--speaker--white--section .row:first-child {
    padding-bottom: 106px;
  }
  .become--a--speaker--white--section .row:last-child p {
    margin-bottom: 50px;
  }
  .become--a--speaker--white--section .row:last-child p:last-child {
    margin-bottom: 0px;
  }
  .form--div {
    padding-top: 120px;
  }
  .form--div .accordion-item .accordion-header.active .title {
    background: transparent !important;
    color: #000 !important;
  }
  .form--div .accordion-item {
    border: 5px solid #78A4D8;
    padding: 25px;
  }

  /* Pilot Conference CSS */
  .pilot--conference--heading--text {
    text-align: center;
  }
  .pilot--conference--heading--text h2 {
    padding-top: 89px;
    padding-bottom: 38px;
    font-size: 62px;
    line-height: 74px;
    color: #141628;
  }
  .pilot--conference--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 105px;
    width: 20%;
  }
  .pilot--conference--colored--bg--white--text--section {
    background: #141628;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pilot--conference--colored--bg--white--text--div p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
  .team-block h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 57px;
  }
  .team-block h6 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
  }
  .team-block {
    height: 700px;
  }
  .andy-oshea {
    height: auto;
  }
  .team-block h4 a:hover {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s;
  }
  .pilot--conference--white--bg--section {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }
  .pilot--conference--white--text p {
    text-align: center;
    font-size: 23px;
    line-height: 33px;
    font-weight: 300;
  }
  .pilot--conference--white--bg--section a {
    margin-top: 50px;
    padding: 20px 25px !important;
    font-size: 22px !important;
    line-height: 20px;
    color: #141628;
  }

  /* Exhibitors List Page CSS */
  .accordion .accordion-body .letter--div p {
    font-size: 50px !important;
    /* border: 5px solid #78A4D8;
    width: 60%; */
    padding: 0px;
    color: #141628;
  }
  .accordion .accordion-body .letter--div p:after {
    content: '';
    border: 5px solid #78A4D8;
    padding: 25%;
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: 0px;
  }
  .section-A .sponsaorlist-item:nth-child(1) .img--div img {
    margin-top: 15px;
  }
  #sectionW .accordion .accordion-body .letter--div p {
    margin-top: 23%;
    margin-left: 5%;
  }
  .section-W .img--div {
    margin-top: -1.5%;
  }
  #sectionV .accordion .accordion-body .letter--div p {
    margin-left: 15%;
    margin-top: 23%;
  }
  #sectionT .accordion .accordion-body .letter--div p {
    margin-left: 18%;
    margin-top: 22%;
  }
  #sectionU .accordion .accordion-body .letter--div p {
    margin-left: 13%;
    margin-top: 22%;
  }
  #sectionS .accordion .accordion-body .letter--div p {
    margin-left: 18%;
    margin-top: 20%;
  }
  #sectionR .accordion .accordion-body .letter--div p {
    margin-left: 14%;
    margin-top: 20%;
  }
  #sectionP .accordion .accordion-body .letter--div p {
    margin-left: 15%;
    margin-top: 20%;
  }
  #sectionN .accordion .accordion-body .letter--div p {
    margin-top: 20%;
    margin-left: 13%;
  }
  #sectionM .accordion .accordion-body .letter--div p {
    margin-left: 10%;
    margin-top: 21%;
  }
  #sectionL .accordion .accordion-body .letter--div p {
    margin-left: 15%;
    margin-top: 20%;
  }
  #sectionQ .accordion .accordion-body .letter--div p {
    margin-left: 11%;
    margin-top: 19%;
  }
  #sectionJ .accordion .accordion-body .letter--div p {
    margin-left: 20%;
    margin-top: 20%;
  }
  #sectionI .accordion .accordion-body .letter--div p {
    margin-left: 23%;
    margin-top: 20%;
  }
  #sectionH .accordion .accordion-body .letter--div p {
    margin-left: 13%;
    margin-top: 20%;
  }
  #sectionG .accordion .accordion-body .letter--div p {
    margin-left: 13%;
    margin-top: 20%;
  }
  #sectionF .accordion .accordion-body .letter--div p, #sectionE .accordion .accordion-body .letter--div p, #sectionC .accordion .accordion-body .letter--div p, #sectionB .accordion .accordion-body .letter--div p, #sectionA .accordion .accordion-body .letter--div p {
    margin-left: 15%;
    margin-top: 20%;
  }
  #sectionD .accordion .accordion-body .letter--div p {
    margin-left: 12%;
    margin-top: 20%;
  }
  .des--div {
    font-size: 26px;
    padding-left: 80px
  }
  .des--div ul li:last-child {
    margin-bottom: 50px;
  }
  .des--div ul {
    padding-left: 3%;
  }
  .des--div ul li {
    display: list-item;
    list-style: disc;
    font-size: 26px;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
  }
  .accordion-body .des--div h4 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .accordion-body .des--div span {
    font-size: 23px;
    line-height: 33px;
  }
  .accordion-body .des--div a {
    font-size: 23px;
    line-height: 33px;
    color: #81a2d2;
  }
  .accordion-body .des--div p {
    padding-left: 0 !important;
    line-height: 33px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .accordion-body .des--div a.btn--light {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 70px;
  }
  .section-A.content-section {
    padding-top: 50px;
  }
  div#button-container {
    margin-bottom: 7%;
  }
  .content-section {
    padding-top: 90px;
  }
  .section-A.content-section.active123.top-content {
    padding-top: 200px !important;
  }
  .list-a2z{
    background: #141628;
    padding: 30px 0 !important;
  }
  nav.abcd {
    /*width: 900px;
    line-height: 80px;*/
    margin: 0 auto;
  }
  .fixed nav.abcd {
    width: 100%;
  }
  .fixed nav.abcd ul li {
    font-size: 23px;
    line-height: 33px;
  }
  .sponsaorlist-item .accordion-body {
    padding-bottom: 30px !important;
  }

  /* Single Pilot Page CSS */
  .single--pilot--section {
    padding-top: 116px;
    padding-bottom: 90px;
  }
  .single--pilot--details hr.color--hr {
    margin: 0% 0 4% 0;
  }
  .single--pilot--img--section {
    padding-right: 50px;
  }
  .single--pilot--img--section img {
    background-color: #141628;
  }
  .single--pilot--details h6 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #141628;
    margin-bottom: 20px;
  }
  .single--pilot--details h3 {
    font-size: 52px;
    line-height: 67px;
    color: #141628;
    text-transform: uppercase;
  }
  .single--pilot--text {
    font-size: 26px;
    line-height: 36px;
    color: #000;
  }
  .single--pilot--leftsml--rgtbig--div .long-gap-left {
    background-color: #78A4D8;
    padding: 30px;
    margin: 0;
  }
  .long--gap--left--heading--text h3 {
    font-size: 52px;
    line-height: 67px;
    font-weight: 500;
    color: #141628;
  }
  .long--gap--left--des--text p:first-child {
    font-size: 23px;
    line-height: 33px;
    margin-top: 20px;
    color: #000;
    margin-bottom: 0px;
  }
  .long--gap--left--des--text ol li {
    font-size: 23px;
    line-height: 33px;
    margin-top: 20px;
    color: #000;
    margin-bottom: 0px;
    list-style: auto;
  }
  .long--gap--left--des--text p {
    font-size: 23px;
    line-height: 33px;
    margin-top: 50px;
    color: #000;
    margin-bottom: 20px;
  }
  .single--pilot--leftsml--rgtbig--section {
    padding-bottom: 80px;
  }
  .single--pilot--leftsml--rgtbig--div .col-lg-12 {
    margin-top: 68px;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a {
    font-size: 30px;
    line-height: 36px;
    color: #141628;
    text-transform: uppercase;
    font-weight: 700;
  }
  .single--pilot--leftsml--rgtbig--div .text-left a:before {
    content: url(/wp-content/uploads/2022/08/left-arrow.png);
    position: absolute;
    left: -70px;
    background: #78A4D8;
    border-radius: 50px;
    font-size: 48px;
    width: 60px;
    height: 60px;
    top: -13px;
    padding-left: 18px;
    color: #fff;
    padding-top: 12px;
  }

  /* Exhibit Floor Plan Page CSS */
  .exhibit--floor--plan--heading--text h2 {
    font-size: 52px;
    line-height: 67px;
    color: #18283F;
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .exhibit--floor--plan--heading--text .color--hr {
    margin: 0% auto;
    padding-bottom: 60px;
    border-color: #81a2d2 !important;
  }
  .exhibit--floor--plan--pdf--section embed {
    height: 100vh;
  }
  .exhibit--floor--plan--para--text {
    padding-top: 180px;
  }
  .contact--us--heading--text {
    padding-top: 80px;
  }
  .exhibit--floor--plan--para--text p {
    font-size: 23px;
    line-height: 33px;
    font-weight: 300;
    text-align: center;
    color: #18283F;
  }
  h2.contact--us--heading--with--border {
    font-size: 31px;
    line-height: 39px;
    border: 5px solid #78A4D8;
    text-align: center;
    background-color: #fff;
    width: 25%;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 25px;
    color: #18283F;
    font-weight: 800;
  }
  .contact--us--heading--text .container {
    max-width: 100%;
  }
  .contact--us--text {
    padding-bottom: 50px;
  }
  .american--icon--div, .rest--of--world--icon--div {
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
  }
  .american--icon--div img {
    width: 20%;
  }
  .rest--of--world--icon--div img {
    width: 34%;
  }
  .american--icon--div p, .rest--of--world--icon--div p {
    font-size: 28px;
    line-height: 33px;
    color: #010101;
  }

  /* Why Exhibit Page CSS */
  .leftside--image-rightside--text--section .container, .why--exhibit--contact--us--heading--text .container {
    max-width: 100%;
  }
  .why--exhibit--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 52px;
    line-height: 67px;
    color: #18283F;
  }
  .why--exhibit--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 65px;
    width: 25%;
    border-color: #81a2d2 !important;
  }
  .why--exhibit--white--colored--bg {
    padding-bottom: 60px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 142px 202px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 53px;
    line-height: 86px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .text--container h3.second--title {
    font-weight: 700 !important;
  }
  .image--container img {
    height: 1000px !important;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .why--exhibit--text--section {
    padding-top: 80px;
    /*padding-bottom: 86px;*/
  }
  #exhibitor--portal--logo--text--section {
    padding-top: 80px;
  }
  .why--exhibit--text--div p {
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
    text-align: center;
  }

  /* Testimonials Page CSS */
  .testimonials--contact--us--heading--text .container {
    max-width: 100%;
  }
  .testimonials--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 52px;
    line-height: 67px;
    color: #18283F;
  }
  .testimonials--heading--text hr.color--hr {
    margin: 0 auto !important;
    padding-bottom: 68px;
    width: 20%;
  }
  .testimonials--text p {
    text-align: center;
    font-size: 23px;
    line-height: 33px;
    font-weight: 300;
  }
  .testimonials--white--colored--bg {
    padding-bottom: 60px;
  }
  .text--container {
    background-color: #81a2d2;
    text-align: center;
    padding: 112px 140px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .white--border {
    border: 7px solid #fff;
    padding: 120px 150px;
  }
  .text--container hr.white--line {
    width: 80%;
    margin: 58px auto;
  }
  .text--container h3.first--title, .text--container h3.second--title {
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
    color: #141628;
  }
  .overllay {
    background: #81a2d28a;
    height: 100%;
    z-index: 0;
    padding: 100px;
    width: 100%;
    position: absolute;
  }
  .testimonials--text--section {
    padding-top: 154px;
    padding-bottom: 134px;
  }
  .testimonials--text--div {
    font-size: 44px;
    line-height: 59px;
    font-weight: 300;
    text-align: center;
  }
  .testimonials--below--colorful--text--section {
    padding-top: 50px;
    /* padding-bottom: 134px; */
  }
  .testimonials--below--colorful--text--section p {
    font-size: 23px;
    line-height: 33px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
  }
  .background--1 {
    background-color: #141628;
    height: 750px;
  }
  .background--2 {
    background-color: #5D78AF;
    height: 750px;
  }
  .background--3 {
    background-color: #99ABD3;
    height: 750px;
  }
  .background--4 {
    background-color: #004A89;
    height: 750px;
  }
  #testimonial--page--section .team-bottom-part {
    height: 550px;
  }
  .background--1 .team-upper-part, .background--2 .team-upper-part, .background--3 .team-upper-part, .background--4 .team-upper-part {
    text-align: center;
  }
  .background--1 img, .background--2 img, .background--3 img, .background--4 img {
    width: 40%;
    margin: 40px 0 0 0;
  }
  .background--1 .team-bottom-part p, .background--2 .team-bottom-part p, .background--3 .team-bottom-part p, .background--4 .team-bottom-part p {
    color: #fff;
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 60px;
  }
  .background--1 .team-bottom-part p.designation, .background--2 .team-bottom-part p.designation, .background--3 .team-bottom-part p.designation, .background--4 .team-bottom-part p.designation {
    color: #fff;
    font-size: 23px;
    line-height: 33px;
    font-weight: 700;
  }
  .testimonial--page--section {
    padding: 0 40px;
  }

  /* Become a Sponsor Page CSS */
  .become--a--sponsor--heading--text h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 67px;
    color: #18283F;
  }
  .become--a--sponsor--heading--text hr.color--hr {
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .become--a--sponsor--text {
    text-align: center;
    padding-bottom: 50px;
  }
  .become--a--sponsor--leftside--rightimg .row {
    background-color: #141628;
    border-bottom: 15px solid #81a2d2;
    width: 80%;
    margin: 0 auto;
  }
  /* #become--a--sponsor--leftside--rightimg img {
    width: 50%;
    float: right;
  } */
  .become--a--sponsor--text--div p {
    /*color: #fff;
    width: 375px;
    margin: 0 auto;
    text-align: center;
    font-size: 23px;
    line-height: 33px;
    margin-left: 35%;*/
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    line-height: 67px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .become--a--sponsor--leftside--rightimg {
    padding-bottom: 90px;
  }
  /*.become--a--sponsor--left--image--right--text .about-image-block:after {
    right: 70px;
    top: 70px;
  }*/
  .become--a--sponsor--left--image--right--text p {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 70px;
    margin-top: 25px;
  }
  #become--a--sponsor--left--image--right--text .pdl-140 {
    padding-left: 0;
  }
  .become--a--sponsor--left--image--right--text {
    padding-bottom: 100px;
  }
  .become--a--sponsor--text--div {
    font-size: 44px;
    line-height: 59px;
    font-weight: 300;
    text-align: center;
  }
  .become--a--sponsor--black--text--div p {
    font-size: 23px;
    line-height: 33px;
    font-weight: 300;
    text-align: center;
    color: #18283F;
  }
  .become--a--sponsor--left--image--right--text a {
    font-size: 28px !important;
    line-height: 33px;
    padding: 38px 64px !important;
  }
  /*.become--a--sponsor--text--section {
    padding-bottom: 150px;
  }*/
  .become--a--sponsor--contact--us--heading--text .container {
    max-width: 100%;
  }

  /* Conference Page CSS */
  .conference--heading--section hr.color--hr {
    padding-bottom: 164px;
  }
  .conference--heading--section h2 {
      padding-top: 86px;
      padding-bottom: 38px;
      text-transform: uppercase;
      font-size: 62px;
      line-height: 75px;
      color: #141628;
  }
  .conference--left--image--right--text .personal-details a {
    margin-top: 107px !important;
    font-size: 28px;
    line-height: 33px;
  }
  .conference--left--image--right--text .personal-details p {
    margin-bottom: 20px !important;
  }
  .conference--left--image--right--text {
    padding-bottom: 167px;
  }
  .conference--team--section hr.color--hr {
    margin: 2% 0;
    width: 12%;
  }
  .pilot--conference-2022--eats--conference hr.color--hr {
    margin: 0 0;
  }
  .conference--team--section h2 {
    font-weight: 500;
    color: #002843;
    font-size: 36px;
    line-height: 45px;
  }
  .anna--milberg, .jaques--drappier, .fiona--greenyer {
    background: transparent;
    text-align: center;
    box-shadow: none;
  }
  .anna--milberg img, .jaques--drappier img, .fiona--greenyer img {
    width: 80%;
  }
  .conference--team {
    padding-top: 164px;
    padding-bottom: 186px;
  }
  .conference--team .team-block {
    height: 100%;
  }
  .anna--milberg {
    background-color: transparent;
  }
  .jaques--drappier, .fiona--greenyer {
    background-color: transparent;
  }

  /* EATS Page CSS */
  .eats--news--heading--section h2 {
    font-size: 52px;
    line-height: 67px;
    color: #141628;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .eats--news--heading--section hr.color--hr {
    padding-bottom: 70px;
    width: 15%;
  }
  .eats--news--heading--text h4 {
    text-align: center;
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #000;
    padding-bottom: 60px;
  }
  .eats--news--left--image--right--text .about-image-block:after {
    position: absolute;
    content: "";
    height: 65%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 295px;
    margin: 0 auto;
    top: auto;
    opacity: 1;
    /* animation: heartbeat 1s infinite alternate; */
    bottom: -40px;
  }
  .eats--news--left--image--right--text .personal-details {
    padding-left: 0px;
  }
  .eats--news--left--image--right--text .personal-details a, button.cs-btn-one {
    /*margin-top: 135px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 139px;*/
    padding: 20px 25px !important;
    font-size: 22px !important;
    line-height: 20px;
  }
  .eats--news--left--image--right--text hr.color--hr {
    margin: 5% 0 4% 0;
    width: 100%;
  }

  /* Exhibitor Portal Page CSS */
  .exhibitor--portal--heading--section h2 {
    /*padding-top: 86px;
    padding-bottom: 38px;
    text-transform: uppercase;
    font-size: 62px;
    line-height: 75px;
    color: #141628;*/
    padding-top: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 56px;
    line-height: 67px;
    color: #002342;
  }
  #exhibitor--portal--heading--section hr.color--hr {
    border-color: #7A89B8 !important;
    padding-bottom: 70px;
  }
  .exhibitor--portal--logo--text--section {
    text-align: center;
    /*padding-top: 167px;
    padding-top: 123px;*/
    padding-top: 214px;
  }
  #exhibitor--portal--logo--text--section hr.color--hr {
    padding-bottom: 70px;
  }
  #exhibitor--portal--logo--text--section h2 {
    text-transform: uppercase;
    color: #002444;
    font-size: 62px;
    line-height: 75px;
    padding-bottom: 20px;
  }
  #exhibitor--portal--logo--text--section img {
    width: 30%;
    transform: translate(170%, -5%);
  }
  #exhibitor--portal--logo--text--section .why--exhibit--text--div p:last-child {
    text-align: center;
    padding-top: 40px;
  }
  .exhibitor--portal--text--div--bold {
    font-size: 53px;
    line-height: 67px;
    font-weight: 500;
    color: #000;
    padding-bottom: 50px;
    text-align: center;
    width: 850px;
    margin: 0 auto;
    /*font-size: 59px;
    line-height: 75px;
    font-weight: 700;
    color: #000;
    padding-bottom: 118px;*/
  }
  .exhibitor--portal--text--div--regular {
    /*font-size: 47px;
    line-height: 59px;
    color: #000;
    padding-bottom: 145px;
    font-weight: 500;*/
    font-size: 36px;
    line-height: 45px;
    color: #000;
    padding-bottom: 50px;
    font-weight: 400;
    text-align: center;
    width: 1100px;
    margin: 0 auto;
  }
  .exhibitor--portal--text--div--light {
    /*padding-bottom: 185px;*/
    padding-bottom: 184px;
    padding-left: 95px;
  }
  .exhibitor--portal--text--div--light p {
    font-size: 47px;
    line-height: 59px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #000;
  }
  .exhibitor--portal--purple--section {
    padding-top: 89px;
    padding-bottom: 105px;
  }
  .exhibitor--portal--purple--section h3 {
    text-align: center;
    padding-bottom: 107px;
    color: #fff;
    font-size: 41px;
    line-height: 59px;
    font-weight: 500;
  }
  ul.custom--exhibitor--portal--list li:last-child {
    margin-bottom: 0px;
  }
  ul.custom--exhibitor--portal--list li {
      display: list-item;
      margin-bottom: 20px;
      font-size: 23px;
      line-height: 33px;
      color: #000;
      font-weight: 500;
  }
  ul.custom--exhibitor--portal--list {
      padding-left: 50px;
  }
  #exhibitor--portal--text--section {
    padding-bottom: 50px;
  }
  .exhibitor--portal--text--section p {
    /*font-size: 44px;
    line-height: 59px;
    font-weight: 300;
    text-align: center;
    color: #18283F;*/
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
  }
  #exhibitor--portal--text--div--light--image>img {
    height: 700px;
    margin-bottom: 50px;
  }
  .exhibitor--portal--text--section p:last-child {
    margin-bottom: 0px;
  }
  /* .colored--bg--text {
    padding-top: 251px;
  } */
  .colored--bg--text .container {
    max-width: 100%;
  }
  .colored--bg--text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 62px;
    line-height: 75px;
    padding-bottom: 20px;
  }
  .colored--bg--text hr.color--hr {
    margin: 0 auto;
    width: 10%;
    padding-bottom: 70px;
  }
  h2.colored--bg--text--white--heading--with--border {
    border: 5px solid #fff;
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    line-height: 59px;
    font-weight: 500;
    padding: 30px;
  }
  .key--deadline--div:before {
    z-index: -1 !important;
  }
  .colored--bg--text .custom--border:before {
    border-top: 5px solid #ffffff;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
  }
  .exhibitor--portal--text p {
    /*color: #fff;
    text-transform: uppercase;
    font-size: 47px;
    line-height: 59px;
    font-weight: 300;
    width: 65%;
    margin: 0 auto;*/
    color: #fff;
    text-transform: none;
    font-size: 41px;
    line-height: 59px;
    font-weight: 300;
    width: 50%;
    margin: 0 auto;
  }
  .exhibitor--portal--text {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  .exhibitor--portal--text--2 p:last-child {
    margin-bottom: 0px;
  }
  .exhibitor--portal--text--2 p {
    /* color: #fff;
    text-transform: uppercase;
    font-size: 47px;
    line-height: 59px;
    width: 68%;
    margin: 0 auto 60px auto;
    font-weight: 300; */
    color: #fff;
    text-transform: none;
    font-size: 41px;
    line-height: 59px;
    width: 53%;
    margin: 0 auto 60px auto;
    font-weight: 300;
  }
  .exhibitor--portal--text--2 {
      text-align: center;
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .exhibitor--portal--white--bg--section h2 {
    /*padding-top: 134px;
    padding-bottom: 38px;
    font-size: 62px;
    line-height: 75px;
    text-transform: uppercase;
    color: #002843;*/
    padding-top: 142px;
    padding-bottom: 44px;
    font-size: 62px;
    line-height: 75px;
    text-transform: uppercase;
    color: #002444;
  }
  #exhibitor--portal--white--bg--section hr.color--hr {
    padding-bottom: 142px;
  }
  .second--title h2 {
    padding-top: 0px;
  }
  .button--div {
    text-align: center;
    padding-top: 147px;
    padding-bottom: 140px;
  }
  .button--div a {
    font-size: 28px !important;
    line-height: 33px;
    font-weight: 500;
    color: #002843;
  }
  .second--title hr.color--hr {
    padding-bottom: 153px;
  }
  .exhibitor--portal--table {
    padding-top: 70px;
    /*padding-bottom: 214px;*/
    padding-bottom: 100px;
  }
  .exhibitor--portal--table--1 img {
    width: 100%;
    height: 200px;
  }
  .exhibitor--portal--table--1 h3 {
    font-size: 59px;
    line-height: 65px;
    font-weight: 500;
    color: #002444;
  }
  .exhibitor--portal--table--1 hr.color--hr {
    margin-top: 6%;
    padding-bottom: 30px;
  }
  ul.exhibitor--portal--para--text li {
    display: block;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 33px;
  }
  ul.exhibitor--portal--para--text {
      font-size: 31px;
      line-height: 34px;
      font-weight: 400;
      color: #000;
  }
  .exhibitor--portal--table--1 {
    height: 100%;
    margin: 50px;
  }
  /* .exhibitor--portal--table .row:last-child {
    padding-top: 205px;
  } */
  .exhibitor--portal--leftside-image--rightside--text--section .about-image-block:after {
    position: absolute;
    content: "";
    height: 90%;
    width: 67%;
    background: #78A4D8;
    z-index: -1;
    right: 290px;
    margin: 0 auto;
    top: 80px;
    opacity: 1;
  }
  .exhibitor--portal--leftside-image--rightside--text--section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div {
    padding-left: 0px;
  }
  .exhibitor--portal--leftside--image--rightside--text--div h2 {
    text-transform: capitalize;
    font-size: 65px;
    line-height: 78px;
    font-weight: 500;
    color: #002843;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p {
    margin-bottom: 40px !important;
  }
  .exhibitor--portal--leftside--image--rightside--text--div p:last-child {
    margin-bottom: 0px !important;
  }
  .exhibitor--portal--two--boxes--section {
    background-color: #78A4D8;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .testimonial--section {
    padding-top: 0;
    padding-bottom: 59px;
  }
  .exhibitor--portal--two--boxes--section .feature-content {
    padding: 60px 30px;
    margin: 60px 60px 80px 60px;
    /*height: 500px;*/
    height: 600px;
  }
  ul.shipping--forms li {
    display: list-item;
    list-style: disc inside;
    color: #000;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .exhibitor--portal--two--boxes--section .feature-content .title {
    /* position: absolute;
    top: -10%;
    background-color: #002843;
    padding: 25px;
    width: 125%;
    left: -14%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
    position: absolute;
    top: -5%;
    /* background-color: #002843; */
    padding: 15px;
    width: 125%;
    left: -12.8%;
    /* border-top-right-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
    background: url(https://wordpress-426808-2781199.cloudwaysapps.com/wp-content/uploads/2022/10/MicrosoftTeams-image-49.png);
    background-size: contain;
    height: 110px;
    background-repeat: no-repeat;
  }
  .para p {
    font-size: 23px;
    line-height: 32px;
    color: #002843;
    font-weight: 400;
  }
  .para p a.cs-btn-one {
    padding: 20px 25px !important;
    font-size: 22px;
    line-height: 20px;
  }
  .exhibitor--portal--two--boxes--section .feature-content h3 {
    color: #fff;
    /*font-size: 50px;
    line-height: 60px;*/
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
  }
  /*.exhibitor--portal--two--boxes--section .feature-content .title:before {
    height: 0;
    width: 0;
    border-top: 80px solid #000;
    border-left: 78px solid transparent;
    bottom: -100%;
    position: absolute;
    content: "";
    left: 0%;
  }*/

  section#colored--bg {
    padding-bottom: 50px;
  }

  /* Meet the Speakers CSS */
  .meet--the--speakers--heading--text {
    text-align: center;
  }
  .meet--the--speakers--heading--text h2 {
    font-size: 52px;
    line-height: 67px;
    color: #002945;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
  }
  .meet--the--speakers--heading--text hr.color--hr {
    margin: 0% auto;
    width: 15%;
    border-color: #78A4D8 !important;
  }
  .meet--the--speakers--section {
    padding-bottom: 0px;
  }
  .meet--the--speakers--section .team-block {
    height: auto;
  }
  .meet--the--speakers--section .team-block img {
    /*height: 750px;*/
    height: 400px;
    border-radius: 0px;
  }
  
  /* ATO at Eats Page CSS */
  .ato--eats--programme--heading--text h2 {
    font-size: 52px;
    line-height: 67px;
    color: #002945;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
  }
  .ato--eats--programme--heading--text hr {
    margin: 0% auto;
    padding-bottom: 100px;
    width: 20%;
    border-color: #78A4D8 !important;
  }
  .ato--eats--programme--lefttext--rightimage .col-md-12:first-child {
    padding-right: 143px;
  }
  .ato--eats--programme--left--image--right--text .col-md-12:last-child {
    padding-left: 111px;
  }
  .ato--eats--programme--left--image--right--text {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .ato--eats--programme--left--image--right--text .single-team-img {
    text-align: center;
  }
  .ato--eats--programme--left--image--right--text .img-full {
    width: 75%;
  }
  .personal-details a {
    padding: 20px 25px !important;
    font-size: 22px !important;
    line-height: 20px;
    color: #002945;
  }
  .ato--eats--programme--left--image--right--text ul li {
    font-size: 23px !important;
    line-height: 33px !important;
    margin-bottom: 30px;
    color: #000 !important;
    display: list-item;
  }
  .ato--eats--programme--left--image--right--text ul li:last-child {
    margin-bottom: 0px;
  }
  .ato--eats--programme--left--image--right--text .personal-details p {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
  }
  .ato--eats--programme--left--image--right--text ul {
    padding-left: 25px;
  }
  .ato--eats--programme--left--image--right--text h2 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #000;
  }
  .ato--eats--programme--left--image--right--text ul {
    padding-left: 25px;
    margin: 30px 0 47px 0;
  }
  p.last--p {
    margin-bottom: 72px !important;
  }
  .ato--eats--programme--lefttext--rightimage .ato-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 80%;
    background: #78A4D8;
    z-index: -1;
    right: 115px;
    margin: 0 auto;
    top: 40px;
    opacity: 1;
  }

  /* 2021 Pilot Conference Page CSS */
  .pilot--conference--2021--heading--section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .pilot--conference--2021--heading--text h2 {
    font-size: 52px;
    line-height: 67px;
    text-transform: uppercase;
    color: #002945;
    padding-bottom: 20px;
  }
  h2.pilot--conference--2022 {
    color: #012943;
  }

  .pilot--conference--2021--heading--text {
    text-align: center;
  }
  .pilot--conference--2021--heading--text hr.color--hr {
    margin: 0 auto;
    width: 15%;
  }
  .pilot--conference--2021--description {
    padding-bottom: 50px;
  }
  .pilot--conference--2022--description--new--image {
    text-align: center;
    padding-bottom: 0px;
  }
  .pilot--conference--2021--description p {
    font-size: 16px;
    line-height: 25px;
  }
  .pilot--conference--2022--description p {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .pilot--conference--2021--day--info h3 {
    font-size: 52px;
    text-align: center;
    line-height: 67px;
  }
  .pilot--conference--2021--team--section .team-bottom-part {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 40px;
  }
  .pilot--conference--2021--team--section .team-bottom-part h4 {
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
  }
  .pilot--conference--2021--day2--info h3 {
    font-size: 52px;
    text-align: center;
    line-height: 67px;
  }
  .pilot--conference--2021--day2--section {
    padding: 60px 0;
  }
  .pilot--conference--2021--second--team--section .team-bottom-part {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 40px;
  }
  .pilot--conference--2021--second--team--section .team-bottom-part h4 {
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
  }
  .pilot--conference--2022--colored--bg--white--text--div {
    width: 700px;
    margin: 0 auto;
  }

  /* Updated Pilot Conference 2022 Page CSS */
  .pilot--conference--2022--heading--section h2 {
    font-size: 52px;
    line-height: 67px;
    color: #002A45;
    padding-bottom: 20px;
  }

  .pilot--conference--2022--description p {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .pilot--conference--2022--image img {
    width: 90%;
  }
  .pilot--conference--2022--image {
    padding-bottom: 116px;
  }
  .pilot--conference--2022--day--info h3 {
    font-weight: 500;
    font-size: 36px !important;
    line-height: 45px !important;
    color: #000;
    padding-bottom: 70px;
  }
  p.session--1 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 24px;
  }
  p.session--1--timing, p.session--2--timing {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-bottom: 24px;
    font-weight: 500;
  }
  ol.session--1--speakers, ol.session--2--speakers {
    padding-left: 20px;
  }
  ol.session--1--speakers li, ol.session--2--speakers li {
    font-size: 23px;
    line-height: 33px;
    list-style: auto;
    margin-bottom: 24px;
    color: #000;
    font-weight: 500;
  }
  p.session--2 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 60px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .pilot--conference--2022--heading--section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference--2022--description--new--image .small--img {
    /*position: absolute;
    top: 130px;
    left: 180px;
    z-index: 1;*/
    position: absolute;
    top: 130px;
    left: 200px;
    z-index: 1;
    width: 40%;
  }
  .pilot--conference--2022--description--new--image .big--img {
    /* position: absolute;
    top: 0;
    left: 0; */
    position: absolute;
    top: 0;
    left: 50px;
    width: 40%;
  }
  p.session--3 {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--3--timing {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  p.session--3--para {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
  }
  .pilot--conference--2022--colored--bg--white--text--div img {
    margin-top: 69px;
  }
  p.session--4 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: left;
  }
  p.session--4--timing {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: left;
  }
  ol.session--4 {
    padding-left: 20px;
  }
  ol.session--4 li {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    list-style: auto;
    margin-bottom: 22px;
  }
  .pilot--conference--2022--colored--bg--white--text--section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference--2022--day--1--description {
    padding-bottom: 0px !important;
  }
  #pilot--conference--2022--heading--section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference--2022--day2--section {
    padding: 0 0 50px 0;
  }
  .pilot--conference--2022--day2--info h3 {
    font-weight: 500;
    font-size: 36px !important;
    line-height: 45px !important;
    padding-bottom: 70px;
    color: #000;
  }
  p.session--5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  p.session--5--timing {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 22px;
  }
  ol.session--5--speakers {
    padding-left: 20px;
  }
  ol.session--5--speakers--day2, ol.session--6--speakers--day2 {
    color: #fff;
  }
  ol.session--5--speakers li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    list-style: auto;
    font-weight: 500;
  }
  ol.session--7--speakers--day2 li, ol.session--8--speakers--day2 li {
    color: #fff;
  }
  .pilot--conference--2022--day2--section .col-md-6:nth-child(2) {
    padding-bottom: 40px;
  }
  p.session--6 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  p.session--6--timing {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    font-weight: 600;
    text-align: left;
  }
  ol.session--6--speakers {
    padding-left: 20px;
  }
  ol.session--6--speakers li {
    font-size: 16px;
    line-height: 25px;
    list-style: auto;
    margin-bottom: 24px;
    font-weight: 500;
  }
  p.session--7, p.session--8 {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
    font-weight: 500;
  }
  p.session--7--timing, p.session--8--timing {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 22px;
    font-weight: 500;
  }
  ol.session--7--speakers, ol.session--8--speakers {
    padding-left: 20px;
  }
  ol.session--7--speakers li, ol.session--8--speakers li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    color: #fff;
    list-style: auto;
    font-weight: 500;
  }
  ol.session--7--speakers li:last-child, ol.session--8--speakers li:last-child {
    margin-bottom: 35px;
  }
  #pilot--conference--colored--bg--white--text--section--2022 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pilot--conference-2022--eats--conference {
    padding-top: 60px;
  }
  .pilot--conference-2022--eats--conference--team {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #sponsor--block--2022 h2 {
    font-size: 36px;
    line-height: 45px;
    color: #012945;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .sponsor--block--2022 hr.color--hr {
    margin: 0 0 7% 0;
    width: 8%;
  }
  h5.sponsor--name {
    margin-bottom: 0px;
    text-align: center;
  }
  #logos--section img, #sponsor--block--2022 img {
    width: 80%;
    margin: auto 10%;
  }
  h5.ato--sponsor--name {
    margin-bottom: 0%;
    text-align: center;
    margin-top: 4%;
  }

  /* Global Fonts */
  .main--heading--font {
    font-size: 52px !important;
    line-height: 67px !important;
  }
}

/* Iphone 13 & Iphone 13 Pro */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .count--days, .count--hours {
    padding: 0 25px !important;
  }
  .count--days:after {
    content: 'days';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px;
    left: auto;
    right: 65.5% !important;
    text-transform: uppercase;
  }
  .count--hours:after {
    content: 'hours';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px;
    left: auto;
    right: 41% !important;
    text-transform: uppercase;
  }
}

/* Iphone 13 mini Media Query CSS */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .count--days, .count--hours {
    padding: 0 30px !important;
  }
  .count--days:after {
    content: 'days';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px;
    left: auto;
    right: 67.5% !important;
    text-transform: uppercase;
  }
  .count--hours:after {
    content: 'hours';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px;
    left: auto;
    right: 40% !important;
    text-transform: uppercase;
  }
}

/* Iphone 12 Media Query CSS */
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .count--days, .count--hours {
    padding: 0 30px !important;
  }
  .count--days:after {
    content: 'days';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px;
    left: auto;
    right: 65.5% !important;
    text-transform: uppercase;
  }
  .count--hours:after {
    content: 'hours';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px;
    left: auto;
    right: 41% !important;
    text-transform: uppercase;
  }
}

/* Iphone 5 Media Query CSS */
@media (device-height : 568px) and (device-width : 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .count--days, .count--hours {
    padding: 0 20px !important;
  }
  .count--days:after {
    content: 'days';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px;
    left: auto;
    right: 65.5% !important;
    text-transform: uppercase;
  }
  .count--hours:after {
    content: 'hours';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px;
    left: auto;
    right: 39% !important;
    text-transform: uppercase;
  }
  .count--mins:after {
    content: 'mins';
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    position: absolute;
    top: 130px;
    left: auto;
    right: 18% !important;
    text-transform: uppercase;
  }
}

@media (device-height : 851px) and (device-width : 393px) and (-webkit-min-device-pixel-ratio: 2) {
  .count--days, .count--hours {
    padding: 0 25px !important;
  }
}
@media (device-height : 873px) and (device-width : 393px) and (-webkit-min-device-pixel-ratio: 2) {
  .count--days, .count--hours {
    padding: 0 20px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .testimonials--below--colorful--text--section {
    padding-top: 100px;
  }
  #logos--section .slick-next:before {
    right: 5px;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) {
  .testimonials--below--colorful--text--section {
    padding-top: 100px;
  }
}

span.exbitor-tag, span.exbitor-tag-sec-b, span.exbitor-tag-sec-e, span.exbitor-tag-sec-j, span.exbitor-tag-sec-l, span.exbitor-tag-sec-p, span.exbitor-tag-sec-s {
  color: #fff;
  border-radius: 7px;
  font-weight: 500 !important;
  padding: 10px !important;
  border-radius: 20px !important;
}
span.exbitor-tag-sec-c{
  color: #000;
  border-radius: 7px;
  font-weight: 500 !important;
  padding: 10px !important;
  border-radius: 20px !important;
}


/* home page extra css */
@media screen and (min-width: 1800px) {
  .page-id-23 #countdown--section .container, .page-id-23 #left--image--right--text .container, .page-id-23 .custom--counter--class .container, .page-id-23 #about-section .container, .page-id-23 #about-section-1 .container, .page-id-23 #logos--section .container, .page-id-23 #testimonial--section .container, .page-id-23 .footer .container {
    max-width: 1560px;
  }
  .page-id-23 p.countdown--text, div#countdown {
      font-size: 35px !important;
      line-height: 44px !important;
      font-weight: 700 !important;
      color: #fff;
  }
  .page-id-23 #countdown ul li span {
    padding: 0;
    display: block;
    font-size: 52px !important;
    line-height: 65px !important;
    font-weight: 700;
}
.page-id-23 a.first-button, a.second-button, a.third-button {
  font-size: 25px !important;
  padding: 30px 67px !important;
  line-height: 32px !important;
  font-weight: 700;
}
.page-id-23 .main--heading--font {
  font-size: 40px !important;
  line-height: 55px !important;
  width: 70%;
}
.page-id-23 #left--image--right--text h4 {
  font-size: 30px !important;
  line-height: 37px !important;
  font-weight: 500;
  color: #141628;
}
.page-id-23 #left--image--right--text h4.color {
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 700;
  color: #78A4D8;
}
.page-id-23 .left--image--right--text p {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.page-id-23 #left--image--right--text .single-team-img img {
  width: 73% !important;
}
.page-id-23 .funfact-normal .counter {
  color: #010101;
  font-size: 34px !important;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 50px !important;
}
.page-id-23 .funfact-normal .title {
  color: #010101;
  font-weight: 400;
  font-size: 26px !important;
  line-height: 35px !important;
  margin-top: 0px;
}
.page-id-23 #about-section h2, #about-section-1 h2 {
  font-weight: 500;
  font-size: 40px !important;
  line-height: 45px !important;
  color: #141628;
}
.page-id-23 p {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 400;
  color: #000;
}
.page-id-23 .about-image-block img {
  width: 65% !important;
}
.page-id-23 .sponsor--heading--with--border {
  font-size: 28px !important;
  padding: 31px 85px;
  line-height: 32px !important;
  color: #141628;
}
.page-id-23 .testimonial-content .comments {
  color: #fff;
  font-weight: 300;
  font-size: 25px !important;
  line-height: 35px !important;
}
.page-id-23 .about-image-block:after {
  right: 335px;
  top: 20px;
  width: 60%;
}
.page-id-23 .shadow-1:after {
  right: 335px;
  top: -20px;
  width: 60%;
}

}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
  .page-id-23 .about-image-block:after {
    right: 300px;
    top: 20px;
    width: 60%;
  }
  .page-id-23 .shadow-1:after {
    right: 300px;
    top: -20px;
    width: 60%;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1599px){
  .page-id-23 .about-image-block:after {
    right: 255px !important;
    top: 20px;
    width: 60%;
  }
  .page-id-23 .shadow-1:after {
    right: 255px !important;
    top: -20px;
    width: 60%;
  }
  .page-id-23 p.countdown--text, div#countdown {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
}
.page-id-23 #countdown ul li span {
  padding: 0;
  display: block;
  font-size: 35px;
  line-height: 49px;
  font-weight: 700;
}
.page-id-23 .main--heading--font {
  font-size: 29px !important;
  line-height: 41px !important;
}
.page-id-23 .main--heading--font {
  font-size: 29px !important;
  line-height: 36px !important;
}
.page-id-23 .left--image--right--text p {
  font-size: 14px !important;
  line-height: 17px !important;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.page-id-23 #left--image--right--text img {
  width: 65%;
}
.page-id-23 .funfact-normal .counter {
  color: #010101;
  font-size: 24px !important;
  line-height: 30px !important;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.page-id-23 .funfact-normal .title {
  color: #010101;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 5px;
  margin-top: 15px;
}
.page-id-23 #about-section h2, #about-section-1 h2 {
  font-weight: 500;
  font-size: 30px !important;
  line-height: 35px;
}
.page-id-23 #about-section p, #about-section-1 p {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #000;
  font-weight: 400;
}
.page-id-23 .about-image-block img {
  width: 65%;
}
.page-id-23 .sponsor--heading--with--border {
  font-size: 22px !important;
  line-height: 27px !important;
  width: 100%;
  padding: 20px 30px;
  color: #141628;
}

}

.text-sm p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Meet the Speakers Page */

.meet-the-speakers-intro-section {
  background-color: #141628;
  padding: 75px 0;
  text-align: center;
}

.meet-the-speakers-intro-section p {
  color: #ffffff;
  font-size: 19px;
  line-height: 31px;
}

.meet-the-speakers-intro-section p strong {
  color: #ffffff;
}

.meet-the-speakers-speaker-section {
  padding: 75px 0;
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .meet-the-speakers-speaker-section .container {
    max-width: 1400px;
  }
}

.meet-the-speakers-speaker-section .card {
  background: none;
  border: 4px solid #78A4D8;
  border-bottom-width: 1px;
  border-radius: 0;
}

.meet-the-speakers-speaker-section .card:last-child {
  border-bottom-width: 4px;
}

.meet-the-speakers-speaker-section .card-header:first-child {
  background: none;
  border: 0;
}

.meet-the-speakers-speaker-section .card-header:first-child {
  padding: 0;
}

.meet-the-speakers-speaker-section .card-body {
  padding: 75px;
}

.meet-the-speakers-speaker-section .card-body .container {
  margin: 75px 0;
}

.meet-the-speakers-speaker-section .card .card-body  .container:first-child {
  margin-top: 0;
}

.meet-the-speakers-speaker-section .card .card-body .container:last-child {
  margin-bottom: 0;
}

.meet-the-speakers-speaker-section p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px !important;
}

.meet-the-speakers-speaker-section button {
  padding: 30px;
  width: 100%;
  font-size: 23px;
  color: #000000;
  text-decoration: none !important;
  font-weight: 600;
  white-space: normal;
}

.meet-the-speakers-speaker-section button:hover {
  text-decoration: none;
  color: #000000;
}

.meet-the-speakers-speaker-section button svg {
  position: absolute;
  height: 30px;
  right: 75px;
  fill: #77a4d8;
}

.meet-the-speakers-speaker-section img {
  width: 70%;
}

.meet-the-speakers-speaker-section .accordion-img-div {
  position: relative;
  text-align: right;
}

.meet-the-speakers-speaker-section .right-layout .accordion-img-div {
  position: relative;
  text-align: left;
}

.meet-the-speakers-speaker-section .card .row {
  align-items: center;
}

.meet-the-speakers-speaker-section .accordion-img-div:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 70%;
  background: #78A4D8;
  z-index: -1;
  margin : 0 auto;
  top: 20px;
  opacity: 1;
}

.meet-the-speakers-speaker-section .left-layout .accordion-img-div:after {
  right: 20px;
}

.meet-the-speakers-speaker-section .right-layout .accordion-img-div:after {
  left: -20px;
}

@media screen and (max-width: 991px) {
  .meet-the-speakers-speaker-section .accordion-img-div, .meet-the-speakers-speaker-section .right-layout .accordion-img-div {
    text-align: center;
  }
  .meet-the-speakers-speaker-section .right-layout .accordion-img-div:after, .meet-the-speakers-speaker-section .left-layout .accordion-img-div:after {
    left: 25px;
    right: auto;
  }
  .meet-the-speakers-speaker-section .right-layout .accordion-img-div,   .meet-the-speakers-speaker-section .left-layout .accordion-img-div {
    margin-bottom: 75px;
  }
  .meet-the-speakers-speaker-section .card-body {
    padding: 40px;
  }
}

.case-study-section ul , .price-table ul {
  padding-left: 20px;
  font-weight: 400;
  color: #000;
  list-style: outside;
  margin-bottom: 20px;
}

.case-study-section p, .price-table ul p {
  margin-bottom: 0 !important;
}

.case-study-section ul li, .price-table ul li {
  display: list-item;
}

.day-three .small--img {
  position: inherit;
}

.main-page-title-l-r-border {
  font-size: 26px;
  line-height: 38px;
  width: 70%;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 0 15px;
}

.main-page-title-bottom-border h2 {
  padding-top: 50px;
  padding-bottom: 20px;
  font-weight: 700;
  color: #18283F;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

.main-page-title-bottom-border hr {
  margin: 0% auto;
  width: 22%;
  padding-bottom: 30px;
  padding-top: 40px;
}

.column-titles {
  color: #141628;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

#hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero-section .hero-container {
  position: absolute;
}

#hero-section video {
  width: 100%;
}

#hero-title h1 {
  font-size: 27px;
  line-height: 37px;
  font-weight: 700;
  color: #fff;
  padding-top: 50px;
}

.no-margin {
  margin: 0;
}

#hero-section {
  position: relative;
}

.register-button-container {
  position: absolute;
  bottom: 20px;
}

.register-button-container .hero-register-now a {
  z-index: 7;
  background: linear-gradient(rgb(255, 149, 0) 0%, rgb(255, 94, 58) 100%);
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  width: auto;
  height: 49px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 18px;
  box-shadow: rgb(0 0 0 / 25%) 0px 10px 20px 0px;
  padding-left: 40px;
  border-radius: 5px;
  padding-right: 40px;
  backdrop-filter: none;
  filter: brightness(100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  border-width: 0px;
  display: inline-block;
  text-transform: uppercase;
}

#contactUsSection {
  padding: 50px 0;
}

#contactUsSection legend.gfield_label, #contactUsSection label, #contactUsSection span.gfield_required {
  font-size: 15px !important;
  line-height: 27px !important;
}

#contactUsSection input {
  height: 45px !important;
  border-width: 2px !important;
  margin-bottom: 0 !important;
}

#contactUsSection textarea {
  border-width: 2px !important;
  margin-bottom: 0 !important;
}

#contactUsSection .gform_button.button {
  height: auto !important;
  font-size: 15px !important;
  line-height: 27px !important;
  cursor: pointer;
  padding: 7px 50px !important;
  font-weight: 400;
}

#pilot--conference--colored--bg--white--text--section--2022 {
  padding-bottom: 60px;
  margin-bottom: 60px;
}

#pilot--conference--colored--bg--white--text--section--2022 b, #pilot--conference--colored--bg--white--text--section--2022 strong {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .main-page-title-bottom-border hr {
    width: 15%;
  }
  #hero-title h1 {
    font-size: 52px;
    line-height: 62px;
    padding: 0;
  }
}

@media screen and (min-width: 991px) {
  .main-page-title-l-r-border {
    font-size: 32px;
    line-height: 48px;
    width: 100%;
  }

  .main-page-title-bottom-border h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .main-page-title-bottom-border hr {
    width: 12%;
  }
}
@media screen and (min-width: 1199px) {
  .main-page-title-l-r-border {
    width: 80%;
  }
  .column-titles {
    font-size: 20px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1599px) {
  .main-page-title-l-r-border {
    width: 80%;
  }
  .column-titles {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1799px) {
  .main-page-title-l-r-border {
    font-size: 40px;
    line-height: 55px;
  }
  .main-page-title-bottom-border h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .main-page-title-bottom-border hr {
    width: 15%;
  }
  .column-titles {
    font-size: 30px;
    line-height: 46px;
  }
}

@media screen and (min-width: 1920px) {
  #hero-title h1 {
    font-size: 81px;
    line-height: 88px;
  }
}

@media screen and (max-width: 991px) {
  .hero-register-now {
    text-align: right;
  }
  .register-button-container .hero-register-now a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
}