/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.content b, .content strong {
  font-weight: 700;
}

.content img {
  height: auto;
  max-width: 100%;
}

.content iframe {
  display: block;
  margin: .5em auto;
  max-width: 37.5rem;
  width: 100%;
}

.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content p:first-child {
  margin-top: 0;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: .5em;
}

.wp-caption img {
  border: none;
  height: auto;
  max-width: 98.5%;
  padding: 0;
  margin: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: .8em;
  margin: 0;
}

blockquote.left {
  margin-right: 1em;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 1em;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.color-darkgrey {
  color: #707070;
}

.h1 {
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  text-transform: uppercase;
  color: #000;
}

#ie {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #000;
  display: table;
  font-size: 1.2em;
  font-weight: 700;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 1000;
  width: 100%;
}

#ie div {
  display: table-cell;
  padding: 20px 0;
  vertical-align: middle;
}

#ie p {
  display: inline-block;
  line-height: normal;
  max-width: 960px;
  padding: 0 1em;
}

#ie a {
  text-decoration: underline;
}

#ie img {
  max-width: 320px;
}

.btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #34A7F1;
  height: 50px;
  padding: 0 35px;
  line-height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 56px;
  text-align: left;
}

h2 {
  color: #34A7F1;
  font-size: 40px;
}

h3 {
  color: #9BF79E;
  font-size: 24px;
}

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.content {
  margin: 0.67em 0;
}

.section-title, .column-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.psides-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.body-inner {
  padding: 0 60px;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2em;
}

.main.front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.main.bg-img {
  background-image: url(img/background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.content a {
  text-decoration: underline;
}

.content a:hover, .content a:focus {
  color: #34A7F1;
}

.link {
  color: #9BF79E;
  font-size: .9em;
  text-decoration: underline;
}

.link:link, .link:visited {
  text-decoration: underline;
}

/*==========================
      header area
===========================*/
.header .navbar {
  padding: 10px 0 5px;
}

.header .navbar-brand {
  padding: 0;
}

.header ul.navbar-nav > li > a {
  font-weight: 700;
  font-size: 14px;
  line-height: 78px;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
  color: #000;
}

.header ul.navbar-nav > li > a:hover {
  color: #34A7F1;
}

.header ul.navbar-nav li .dropdown-menu {
  padding: 10px 20px;
  min-width: 230px;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.header ul.navbar-nav li .dropdown-menu li a {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  display: block;
  color: #222;
  font-weight: 500;
}

.header ul.navbar-nav li .dropdown-menu li a:hover {
  color: #34A7F1;
}

.header ul.navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}

.header.header-transparent {
  background: #fff;
}

.header.header-transparent .navbar-brand {
  padding: 0;
}

.header.header-transparent .navbar-brand img {
  vertical-align: top;
  max-width: 128px;
}

.header.header-transparent ul.navbar-nav {
  position: relative;
}

.header.header-transparent ul.navbar-nav > li > a {
  color: #000;
  line-height: 72px;
}

.header.header-transparent ul.navbar-nav > li > a:hover {
  color: #34A7F1;
}

.header.header-transparent ul.navbar-nav > li.current-menu-item > a {
  color: #34A7F1;
}

.header.header-transparent.nav-border {
  border-bottom: 1px solid #363d8a;
  padding: 10px 0;
}

.header.header-transparent.nav-border .navbar {
  padding: 0px 0;
}

.header.header-transparent.nav-border ul.navbar-nav > li.header-ticket .ticket-btn {
  background: #34A7F1;
}

.dropdown-menu.show {
  display: none;
}

/*==========================
      footer area
===========================*/
.footer {
  padding: 1rem 60px 0 60px;
  color: #707070;
  font-size: 12px;
}

.footer #foot-menu #foot-menu-list {
  padding-left: 0px;
}

.footer #foot-menu #foot-menu-list li {
  text-decoration: none;
  list-style: none;
  display: inline;
}

.single-item {
  background: #fff;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
}

.single-item .imgload {
  height: 0;
  padding-bottom: 30%;
}

.single-item .content {
  padding: 50px 15px 25px 50px;
}

.single-item .content .ts-title {
  margin-bottom: 15px;
}

.single-item .content p {
  font-size: .9em;
  margin-bottom: 22px;
}

.single-item .content .btn {
  background: none;
  color: #fff;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
}

.single-item .content .btn::after {
  content: '';
  height: 5px;
  width: 124px;
  background: #C4C4C5;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: -1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-item .content .btn:hover::after {
  width: 15px;
}

.single-item .item-image {
  overflow: hidden;
  text-align: center;
}

.single-item .item-image img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.single-item:hover .item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-items {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.main-container .post .post-body {
  margin-bottom: 50px;
}

/*================================
      Accueil
 ==================================*/
#vr {
  overflow: hidden;
  width: 100%;
}

/*================================
      Faq Page
 ==================================*/
.ts-faq-sec {
  padding-top: 50px;
}

.ts-faq-sec .faq-content .column-title {
  color: #34A7F1;
}

.ts-faq-sec .faq-content .faq-item .faq-list {
  margin-bottom: 20px;
}

.ts-faq-sec .faq-content .faq-item .faq-list h4 {
  font-size: 16px;
  margin-bottom: 0px;
}

.ts-faq-sec .faq-content .faq-item .faq-list h4 a {
  display: block;
  background: transparent;
  width: 100%;
  text-align: left;
  border: 1px solid #e5e5e5;
  color: #101010;
  text-transform: none;
  position: relative;
  padding: 0 20px;
  padding: 15px 30px 15px 20px;
  line-height: 26px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

.ts-faq-sec .faq-content .faq-item .faq-list h4 a::before {
  top: 12px;
  position: absolute;
  right: 10px;
  font-size: 18px;
  content: '\f068';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ts-faq-sec .faq-content .faq-item .faq-list h4 a.collapsed::before {
  content: '\f067';
}

.ts-faq-sec .faq-content .faq-item .faq-list h4 a[aria-expanded="true"] {
  background: #34A7F1;
  color: #fff;
  border-color: #34A7F1;
}

.ts-faq-sec .faq-content .faq-item .faq-list .panel-collapse {
  color: #fff;
  padding: 0 20px 20px;
}

.ts-faq-sec .faq-content .faq-item .faq-list .panel-collapse.show {
  background: #34A7F1;
}

.widget {
  margin-bottom: 50px;
}

.ts-form .form-control {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 0;
  margin-bottom: 20px;
}

.ts-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #707070;
}

.ts-form .form-control.message-box {
  height: 150px;
  resize: none;
  padding: 14px 20px;
}

/*==========================
tab rotate 
===========================*/
@media (max-width: 1200px) {
  .header ul.navbar-nav > li > a {
    padding: 0 10px;
    font-size: 13px;
  }
  .ts-faq-sec {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .ts-faq-sec .faq-content .faq-item .faq-list h4 a {
    height: auto;
    line-height: 26px;
    padding: 15px 30px 15px 20px;
  }
  .ts-faq-sec .faq-content .faq-item .faq-list h4 a:before {
    top: 12px;
  }
}

/*==========================
tab device 
===========================*/
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 20px;
  }
  .body-inner {
    padding: 0 15px;
  }
  .dropdown-menu.show {
    display: block;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .banner-title {
    font-size: 36px;
    line-height: 38px;
  }
  .section-heading {
    font-size: 36px;
    line-height: 38px;
  }
  .pl-0 {
    padding-left: 15px !important;
  }
  .pr-160 {
    padding-right: 0px;
  }
  .ml-60 {
    margin-left: 0px;
  }
  .ml-200 {
    margin-left: 0px;
  }
  .ts-speakers,
  section {
    padding: 60px 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: none;
  }
  .navbar-toggler {
    padding: 8px;
    cursor: pointer;
  }
  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .header ul.navbar-nav > li > a {
    line-height: 40px !important;
    color: #fff !important;
  }
  .header ul.navbar-nav > li > a i {
    float: right;
    padding-top: 12px;
  }
  .header ul.navbar-nav > li .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-classic {
    padding: 10px 0;
  }
  .header-transparent .navbar-toggler {
    background: #34A7F1;
    color: #fff;
    padding: 8px 13px;
    outline: none;
  }
  .header-transparent .navbar-nav {
    background: #222;
    padding: 20px 0;
  }
  .header-transparent .navbar-nav li .dropdown-menu li a {
    color: #fff !important;
  }
  .header.header-transparent.nav-border .navbar {
    padding: 10px 0;
  }
  .header ul.navbar-nav > li.header-ticket {
    padding: 0 15px;
    display: none;
  }
  .header ul.navbar-nav > li.header-ticket .ticket-btn {
    margin-left: 0;
  }
  .mb-70 {
    margin-bottom: 50px;
  }
  .header .navbar-collapse {
    max-height: 320px;
    max-width: none;
    overflow: auto;
    float: none !important;
    width: 100% !important;
    padding: 0px;
    border: 0;
  }
  .header .navbar-nav {
    position: static;
    margin: 0px;
  }
}

/*==========================
small device /mobile sm and large
===========================*/
@media (max-width: 767px) {
  /* Predifine */
  .body-inner {
    padding: 0;
  }
  img {
    width: 100%;
  }
  /* Header Area Start */
  .header .navbar {
    padding: 10px 0 0px;
  }
  .header.header-transparent ul.navbar-nav > li > a {
    color: #fff;
  }
  .header.header-transparent {
    padding: 0px 30px;
  }
  .header.header-transparent .navbar-brand {
    padding: 7px 0;
  }
  .header.sticky.fade_down_effect {
    padding: 0 30px;
  }
  /* Header Area End */
  /* Hero Area Start */
  .hero-area {
    overflow: hidden;
    margin-bottom: 0;
  }
  .banner-title {
    font-size: 36px;
    line-height: 38px;
  }
  .section-heading {
    font-size: 36px;
    line-height: 38px;
  }
  .md {
    font-size: 36px;
    line-height: 1em;
  }
  .dropdown-menu.show {
    display: block;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .btn {
    font-size: 14px;
  }
  h2 {
    line-height: 28px;
  }
  p {
    margin-bottom: 0;
  }
  .pl-0 {
    padding-left: 15px !important;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: none;
  }
  .header.header-transparent.nav-border .navbar {
    padding: 10px 0;
  }
  .header ul.navbar-nav > li > a {
    line-height: 40px !important;
  }
  .header ul.navbar-nav > li > a i {
    float: right;
    padding-top: 12px;
  }
  .header ul.navbar-nav > li .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header.h-transparent2 .navbar.navbar-light ul.navbar-nav > li > a {
    color: #fff;
    text-align: left;
  }
  .header.h-transparent2 .navbar.navbar-light ul.navbar-nav > li > a i {
    float: right;
    padding-top: 12px;
  }
  .header-classic {
    padding: 10px 0;
  }
  .navbar-nav {
    padding: 20px 0;
  }
  .navbar-toggler {
    padding: 8px;
    cursor: pointer;
  }
  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .header-transparent .navbar-nav {
    background: #222;
    padding: 20px 0;
  }
  .header-transparent .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 10px 25px;
  }
  .header-transparent .dropdown-menu li a {
    color: #fff !important;
  }
  .header ul.navbar-nav > li.header-ticket {
    padding: 0 15px;
  }
  .header ul.navbar-nav > li.header-ticket .ticket-btn {
    margin-left: 0;
  }
  .pd-120 {
    padding: 0 60px !important;
  }
  .pr-160 {
    padding-right: 0;
  }
  .ml-60 {
    margin-left: 0px;
  }
  .ml-200 {
    margin-left: 0px;
  }
  .p-70 {
    padding-bottom: 0px;
  }
  .single-item {
    margin-bottom: 30px;
  }
  section.p-60 {
    padding: 30px 0;
  }
  .p-150 {
    padding: 60px 0px !important;
  }
  .section-title,
  .column-title {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 35px;
  }
  .column-title,
  .pricing-item {
    margin-bottom: 0px;
  }
  .footer {
    margin: 0 15px;
  }
  .footer-widget {
    padding-bottom: 20px;
  }
  .copyright-text {
    margin-top: 15px;
  }
  .ts-footer {
    padding: 290px 0 60px;
  }
  .ts-footer.ts-footer-item .newsletter-form {
    margin-top: 40px;
  }
  .ts-footer.ts-footer-item .footer-menu,
  .ts-footer.ts-footer-item .ts-footer-social {
    text-align: center;
  }
  .ts-footer.ts-footer-item .copyright-text.text-right {
    text-align: center !important;
  }
  .footer-menu ul li a {
    display: inline-block;
    margin: 5px 20px;
  }
  /* 404 page */
  .error-page .error-code h2 {
    font-size: 100px;
    margin-bottom: 0px;
  }
  .page-banner-area {
    min-height: 300px;
  }
  .page-banner-title {
    padding: 0 20px;
  }
  .page-banner-title h2 {
    font-size: 36px;
  }
  .asq-form {
    margin: 30px 0;
  }
  .widget:last-of-type {
    margin-bottom: 0;
  }
  .header .navbar-collapse {
    max-height: 320px;
    max-width: none;
    overflow: auto;
    float: none !important;
    width: 100% !important;
    padding: 0px;
    border: 0;
  }
  .header .navbar-nav {
    position: static;
    margin: 0px;
  }
  .col-md-6:last-child .category-item {
    margin-bottom: 0;
  }
  .col-md-6:last-child .single-items {
    margin-bottom: 0;
  }
  .col-lg-4:last-child .single-item {
    margin-bottom: 0;
  }
  .col-lg-4:last-child .single-contact-feature {
    margin-bottom: 0px;
  }
  .col-md-4:last-child .sponsors-logo {
    margin-bottom: 0;
  }
  .single-item .item-image img {
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */