/*
Template Name: Eventoz	
Author: MarkUps
Author URI: http://www.markups.io/
Version: 1.0
*/

/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#ABOUT US
#VIDEO
#SCHEDULE
#SPEAKERS
#VENUE
#PRICING PLANS
#REGISTER FORM
#FAQ
#OUR
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/

/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #1c1b1b;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: disc;
  font-size: 17px;
  line-height: 1.59;
}

a {
  text-decoration: none;
  color: #2f2f2f;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 0;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
  line-height: 1.13;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

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

code {
  background-color: #ee6e73;
  border-radius: 2px;
  color: #fff;
  padding: 2px 4px;
}

pre {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
}

pre code {
  background-color: transparent;
  color: #333;
}

del {
  text-decoration-color: #ee6e73;
}

kbd {
  background-color: #ddd;
  padding: 4px 6px;
  border-radius: 2px;
  color: ;
}

address {
  line-height: 1.5;
  padding-left: 10px;
}

dl dt {
  font-weight: 700;
}

dl dd {
  margin-left: 0;
}

blockquote {
  background-color: #f8f8f8;
  border-radius: 0 4px 4px 0;
  padding: 5px 15px;
}

blockquote p {
  margin-top: 10px;
}

button {
  padding: 5px 15px;
  border: none;
}

button:focus {
  outline: none;
  border: none;
}

/* ========= BUTTON =========*/

.ajr-primary-btn {
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #ffffff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 12px 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ajr-primary-btn:hover,
.ajr-primary-btn:focus {
  background-color: #fff;
}

.ajr-send-msg-btn {
  color: #555;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 14px 24px;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 250px;
  color: #fff;
  border-radius: 5px;
}

.ajr-send-msg-btn:hover,
.ajr-send-msg-btn:focus {
  background-color: #fff;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#ajr-hero {
  background-image: url("assets/images/head-featured-bg.jpg");
  display: inline;
  float: left;
  width: 100%;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

.ajr-hero-overlay {
  display: inline;
  float: left;
  opacity: 0.94;
  width: 100%;
}

.ajr-logo-area {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.ajr-logo {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 600;
  background: #fff;
  padding: 5px 20px;
  margin-bottom: 30px;
}

.ajr-menu-btn {
  position: fixed;
  right: 15%;
  top: 50px;
  color: #fff;
  font-size: 25px;
  border: 2px solid #fff;
  padding: 5px 14px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ajr-menu-btn:hover,
.ajr-menu-btn:focus {
  border: 2px solid #fff;
}

/*=== Featured section ===*/

.ajr-hero-featured-area {
  display: inline;
  float: left;
  padding: 60px 0 150px;
  width: 100%;
}

.ajr-hero-featured-content {
  display: inline;
  float: right;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}

.ajr-hero-featured-content h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
}

.ajr-hero-featured-content h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

.ajr-event-date-line {
  background-color: #fff;
  color: #333;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}

.ajr-event-counter-area {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

#ajr-event-counter {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

.ajr-event-counter-block {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 180px;
  width: 180px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin: 0 20px;
  font-weight: 300;
}

.ajr-event-counter-block span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  padding-top: 56px;
  line-height: 40px;
}

/*--------------------*/
/* MENU */
/*--------------------*/

#ajr-hero .navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
  padding: 5px 0;
}

.ajr-navbar {
  top: -150px;
  transition: all 0.5s;
}

.ajr-nav-show {
  top: 0px;
}

#ajr-hero .navbar-default .navbar-brand {
  padding: 15px 15px;
  font-size: 28px;
  line-height: 20px;
}

.ajr-navbar .ajr-menu li a {
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
}

/*--------------------*/
/* ABOUT US */
/*--------------------*/

#ajr-about {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
}

.ajr-about-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.ajr-title-area {
  display: inline;
  float: left;
  text-align: center;
  padding: 0 120px;
  width: 100%;
}

.ajr-title {
  color: #1c1b1b;
  margin-bottom: 15px;
  padding: 0;
  z-index: 10;
  text-transform: capitalize;
}

.ajr-about-left {
  display: inline;
  float: left;
  width: 100%;
}

.ajr-about-right {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

/*--------------------*/
/* VIDEO */
/*--------------------*/

#ajr-video {
  background-image: url("assets/images/about-video-bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
}

.ajr-video-overlay {
  display: inline;
  float: left;
  opacity: 0.85;
  width: 100%;
}

.ajr-video-area {
  display: inline;
  float: left;
  padding: 200px 0;
  text-align: center;
  width: 100%;
}

.ajr-video-area h2 {
  color: #fff;
}

.ajr-video-content {
  display: inline;
  float: left;
  width: 100%;
}

.ajr-video-play-btn,
.ajr-video-close-btn {
  color: #fff;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  display: inline-block;
  height: 60px;
  line-height: 55px;
  text-align: center;
  margin-top: 100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ajr-video-play-btn:hover,
.ajr-video-play-btn:focus {
  color: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ajr-video-close-btn {
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 15%;
  display: inline-block;
  height: 50px;
  line-height: 45px;
  text-align: center;
  margin-top: 100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
}

.ajr-video-close-btn:hover,
.ajr-video-close-btn:focus {
  color: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ajr-video-iframe-area {
  background-color: rgba(0, 0, 0, 0.84);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 12% 0;
  text-align: center;
  z-index: 9999;
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ajr-video-iframe-display {
  display: block;
}

.ajr-video-iframe-area iframe {
}

/*--------------------*/
/* EVENT SCHEDULE */
/*--------------------*/

#ajr-schedule {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  width: 100%;
}

.ajr-schedule-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.ajr-schedule-content-area {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.ajr-schedule-menu {
  text-align: center;
  border: none;
}

.ajr-schedule-menu li {
  float: none;
  display: inline-block;
}

.ajr-schedule-menu li a {
  border-radius: 0;
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ajr-schedule-menu li a:hover,
.ajr-schedule-menu li a:focus,
.ajr-schedule-menu li.active a,
.ajr-schedule-menu li.active a:hover,
.ajr-schedule-menu li.active a:focus {
  color: #fff;
}

.ajr-schedule-content {
  margin-top: 50px;
}

.ajr-event-timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 50px;
  background-color: #ddd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ajr-event-timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: inherit;
}

.ajr-event-timeline ul li .ajr-single-event {
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
  -moz-box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
  box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
  position: relative;
  top: 0;
  width: 400px;
  padding: 15px;
  text-align: left;
}

.ajr-event-timeline ul li:nth-child(2n) .ajr-single-event {
  left: 50px;
}

.ajr-event-timeline ul li:nth-child(2n + 1) .ajr-single-event {
  left: -450px;
  text-align: right;
}

.ajr-event-timeline ul li .ajr-single-event img {
  height: 80px;
  width: 80px;
  float: left;
  border-radius: 50%;
  margin-right: 15px;
}

.ajr-event-timeline ul li:nth-child(2n + 1) .ajr-single-event img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.ajr-event-timeline ul li .ajr-single-event::before {
  content: "";
  position: absolute;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
}

.ajr-event-timeline ul li:nth-child(2n + 1) .ajr-single-event::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

.ajr-event-timeline ul li:nth-child(2n) .ajr-single-event::before {
  left: -16px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.ajr-event-timeline ul li .ajr-single-event h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.ajr-event-timeline ul li .ajr-single-event p {
  margin-bottom: 5px;
}

.ajr-event-timeline ul li .ajr-single-event span {
  font-size: 12px;
}

/*--------------------*/
/* SPEAKERS */
/*--------------------*/

#ajr-speakers {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
}

.ajr-speakers-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.ajr-speakers-content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.ajr-single-speakers {
  padding: 0 10px;
  outline: none;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ajr-speakers-slider .slick-next {
  right: -60px;
}

.ajr-speakers-slider .slick-prev {
  left: -60px;
}

.ajr-single-speakers-info {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.ajr-single-speakers-info h3 {
  margin-bottom: 4px;
  font-size: 22px;
}

.ajr-single-speakers-info p {
  margin-bottom: 5px;
}

.ajr-single-speakers-social {
}

.ajr-single-speakers-social li {
  display: inline-block;
}

.ajr-single-speakers-social li a {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*--------------------*/
/* VENUE */
/*--------------------*/

#ajr-venue {
  display: inline;
  float: left;
  width: 100%;
}

.ajr-venue-area {
  display: inline;
  float: left;
  width: 100%;
}

.ajr-venue-map {
  display: inline;
  float: left;
  width: 100%;
}

.ajr-venue-map iframe {
  margin-bottom: -8px;
}

.ajr-venue-address {
  display: inline;
  float: left;
  width: 100%;
  padding: 10% 5%;
  color: #fff;
}

.ajr-venue-address h2 i {
  margin-top: -4px;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}

.ajr-venue-address h3 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.ajr-venue-address h4 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 25px;
}

/*--------------------*/
/* PRICING */
/*--------------------*/

#ajr-pricing {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
}

.ajr-pricing-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.ajr-pricing-conten {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.ajr-single-price {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 15px;
  overflow: hidden;
}

.ajr-single-price-head {
  color: #555;
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ajr-single-price-head .ajr-currency {
  font-weight: bold;
  font-size: 30px;
}

.ajr-single-price-head .ajr-rate {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: 3px;
}

.ajr-single-price-head .ajr-time {
  font-size: 16px;
  font-weight: 300;
  line-height: 0;
  font-style: italic;
}

.ajr-single-price .ajr-price-title {
  color: #555;
  font-size: 22px;
  padding: 10px 0;
}

.ajr-single-price ul {
  list-style: none;
}

.ajr-single-price ul li {
  list-style: none;
  color: #555;
}

.ajr-register-btn {
  background-color: #fff;
  border: 1px solid #555;
  color: #555;
  margin-top: 20px;
  padding: 10px 40px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ajr-register-btn:hover,
.ajr-register-btn:focus,
.ajr-popular-price .ajr-register-btn {
  color: #fff;
}

.ajr-popular-price .ajr-price-tag {
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -62px;
  padding: 10px 60px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  transform: rotate(-45deg);
  text-align: center;
}

/*--------------------*/
/* REGISTER */
/*--------------------*/

#ajr-register {
  background-image: url("assets/images/register-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

#ajr-register::before {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  opacity: 0.9;
}

.ajr-register-area {
  display: inline;
  float: left;
  padding: 150px 0;
  width: 100%;
}

.ajr-register-area .ajr-title,
.ajr-register-area p {
  color: #fff;
}

.ajr-register-content {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 200px;
  margin-top: 50px;
}

.ajr-register-form .form-group {
  margin-bottom: 25px;
}

.ajr-register-form .form-control {
  height: 50px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

.ajr-register-form select.form-control option {
  color: #333;
}

.ajr-register-form .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 15px;
}

.ajr-register-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 15px;
}

.ajr-register-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 15px;
}

.ajr-register-form .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
}

.ajr-reg-submit-btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 75px;
  margin-top: 20px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*--------------------*/
/* SPONSORS */
/*--------------------*/

#ajr-sponsors {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
}

.ajr-sponsors-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.ajr-sponsors-content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.ajr-sponsors-single {
  background: #eee;
  display: inline;
  float: left;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
}

/*--------------------*/
/* FAQ */
/*--------------------*/

#ajr-faq {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.ajr-faq-area {
  display: inline;
  float: left;
  padding: 150px 0;
  width: 100%;
}

.ajr-faq-content {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 150px;
  margin-top: 50px;
}

.ajr-faq-content .panel-default {
  border-radius: 0;
  border-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
}

.ajr-faq-content .panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
  padding: 0;
}

.ajr-faq-content
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  text-align: left;
}

.ajr-faq-content .panel-title {
  text-align: left;
  font-weight: 300;
}

.ajr-faq-content .panel-title a {
  display: block;
  padding: 12px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ajr-faq-content .panel-title a > span {
  margin-right: 5px;
}

/*--------------------*/
/* CONTACT US */
/*--------------------*/

#ajr-contact {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  width: 100%;
}

.ajr-contact-area {
  display: inline;
  float: left;
  padding: 100px 0 50px;
  width: 100%;
}

.ajr-contact-header {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  padding: 0 120px;
}

.ajr-contact-content {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 0 20%;
  width: 100%;
}

.ajr-contact-form-area {
  display: inline;
  float: left;
  width: 100%;
}

.ajr-contact-form {
  text-align: center;
}

.ajr-contact-form .form-group input {
  background: transparent;
  border-radius: 5px;
  color: #333;
  font-size: 15px;
  border: 1px solid #888;
  height: 45px;
  margin-bottom: 24px;
}

.ajr-contact-form .form-group textarea {
  background: transparent;
  border: 1px solid #888;
  border-radius: 5px;
  color: #333;
  font-size: 18px;
  padding: 10px;
  height: 190px;
}

.ajr-contact-form .form-control:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.ajr-contact-form .form-control::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

.ajr-contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-size: 15px;
}

.ajr-contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-size: 15px;
}

.ajr-contact-form .form-control:-ms-input-placeholder {
  color: #888;
  font-size: 15px;
}

.ajr-contact-form .button-default::after,
.ajr-contact-form .button-default > span {
  padding: 12px 40px;
}

#form-messages {
  margin-bottom: 10px;
  background-color: #fff;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#ajr-footer {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  width: 100%;
}

.ajr-footer-area {
  display: inline;
  float: left;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

.ajr-footer-top {
  display: inline;
  float: left;
  width: 100%;
}

.ajr-social-media {
  display: inline;
  float: left;
  padding: 10px 0;
  width: 100%;
}

.ajr-social-media a {
  border: 1px solid #19191a;
  border-radius: 50px;
  color: #19191a;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}

.ajr-footer-bottom {
  display: inline;
  float: left;
  width: 100%;
}

.ajr-copy-right {
  margin-bottom: 0;
}

.ajr-copy-right a {
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {
  .ajr-register-content {
    padding: 0 150px;
  }

  .ajr-video-iframe-area {
    padding: 16% 0;
  }

  .ajr-video-close-btn {
    top: 5%;
    right: 5%;
    margin-top: 0;
  }

  .ajr-apps-screenshot-slider .slick-prev {
    left: -25px;
  }

  .ajr-apps-screenshot-slider .slick-next {
    right: -25px;
  }
}

@media (max-width: 991px) {
  .ajr-primary-btn {
    font-size: 14px;
    padding: 12px 22px;
  }

  .ajr-navbar .ajr-menu {
    margin-top: 5px;
  }

  .ajr-navbar .ajr-menu li a {
    font-size: 15px;
    padding: 10px 6px;
  }

  .ajr-hero-featured-content h1 {
    font-size: 35px;
  }

  .ajr-hero-featured-content h2 {
    font-size: 18px;
  }

  .ajr-event-date-line {
    font-size: 14px;
  }

  .ajr-event-counter-block {
    height: 130px;
    width: 130px;
    font-size: 16px;
    margin: 0 10px;
  }

  .ajr-event-counter-block span {
    font-size: 30px;
    padding-top: 32px;
    line-height: 32px;
  }

  .ajr-event-timeline ul li {
    margin-left: 15%;
  }

  .ajr-event-timeline ul li:nth-child(2n + 1) .ajr-single-event {
    left: 50px;
    text-align: left;
  }

  .ajr-event-timeline ul li:nth-child(2n + 1) .ajr-single-event::before {
    right: auto;
    left: -16px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
  }

  .ajr-event-timeline ul li:nth-child(2n + 1) .ajr-single-event img {
    float: left;
    margin-right: 15px;
    margin-left: 0;
  }

  .ajr-video-iframe-area {
    padding: 16% 5%;
  }

  .ajr-video-iframe-area iframe {
    width: 100%;
  }

  .ajr-title-area {
    padding: 0 50px;
  }

  .ajr-faq-content {
    padding: 0;
  }

  .ajr-contact-right {
    margin-top: 50px;
  }

  .ajr-menu-btn {
    right: 5%;
  }

  .ajr-speakers-slider .slick-next {
    right: 0;
  }

  .ajr-speakers-slider .slick-prev {
    left: 0;
  }

  .ajr-speakers-slider .slick-next,
  .ajr-speakers-slider .slick-prev {
    width: 40px;
    height: 40px;
  }

  .ajr-speakers-slider .slick-prev::before,
  .ajr-speakers-slider .slick-next::before {
    font-size: 18px;
  }

  .ajr-single-speakers-info h3 {
    font-size: 18px;
  }

  .ajr-pricing-conten {
    padding: 0 5%;
  }

  .ajr-single-price {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .ajr-logo img {
    width: 150px;
  }

  .ajr-navbar .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .ajr-navbar .ajr-menu {
    padding: 0 15px;
  }

  .ajr-video-close-btn {
    font-size: 16px;
    height: 40px;
    line-height: 35px;
    width: 40px;
  }
}

@media (max-width: 640px) {
  .ajr-event-counter-block {
    height: 100px;
    width: 100px;
    font-size: 15px;
  }

  .ajr-event-counter-block span {
    font-size: 22px;
    padding-top: 22px;
    line-height: 25px;
  }

  .ajr-title-area {
    padding: 0;
  }

  .ajr-video-iframe-area {
    padding: 5% 5%;
  }

  .ajr-video-iframe-area iframe {
    width: 100%;
    height: 100%;
  }

  .ajr-register-content {
    padding: 0 100px;
  }

  .ajr-contact-content {
    padding: 0 10%;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .ajr-logo {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .ajr-hero-featured-area {
    padding: 60px 0 60px;
  }

  .ajr-hero-featured-content {
    margin-top: 20px;
  }

  .ajr-hero-featured-content h1 {
    font-size: 25px;
  }

  .ajr-hero-featured-content h2 {
    font-size: 14px;
  }

  .ajr-event-date-line {
    font-size: 12px;
  }

  .ajr-event-counter-area {
    margin-top: 20px;
  }

  .ajr-event-counter-block span {
    font-size: 18px;
    padding-top: 16px;
    line-height: 20px;
  }

  .ajr-event-counter-block {
    height: 75px;
    width: 75px;
    font-size: 12px;
    margin: 0 5px;
  }

  .ajr-video-close-btn {
    top: 2%;
    right: 5%;
    height: 40px;
    line-height: 35px;
    width: 40px;
  }

  .ajr-menu-close-btn {
    right: 5%;
    top: 30px;
  }

  .ajr-video-area {
    padding: 100px 0;
  }

  .ajr-video-iframe-area {
    padding: 10% 5%;
  }

  .ajr-video-iframe-area iframe {
    height: 250px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .ajr-schedule-content {
    margin-top: 30px;
  }

  .ajr-schedule-menu li {
    margin-bottom: 15px;
  }

  .ajr-schedule-menu li a {
    font-size: 15px;
  }

  .ajr-event-timeline ul li {
    margin-left: 5%;
  }

  .ajr-event-timeline ul li .ajr-single-event,
  .ajr-event-timeline ul li:nth-child(2n + 1) .ajr-single-event,
  .ajr-event-timeline ul li:nth-child(2n) .ajr-single-event {
    left: 30px;
    width: 350px;
  }

  .ajr-event-timeline ul li .ajr-single-event h3 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .ajr-venue-address h4 {
    font-size: 16px;
  }

  .ajr-register-content,
  .ajr-contact-content {
    padding: 0 5%;
  }

  .ajr-faq-content .panel-title {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .ajr-logo img {
    width: 120px;
  }

  .ajr-hero-featured-area {
    padding: 30px 0 30px;
  }

  .ajr-event-counter-block {
    height: 56px;
    width: 56px;
    font-size: 10px;
  }

  .ajr-event-counter-block span {
    font-size: 16px;
    padding-top: 10px;
    line-height: 16px;
  }

  .ajr-video-area {
    padding: 50px 0;
  }

  .ajr-video-iframe-area {
    padding: 15% 5%;
  }

  .ajr-video-play-btn,
  .ajr-video-close-btn {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    margin-top: 50px;
  }

  h2 {
    font-size: 25px;
  }

  .ajr-event-timeline ul li .ajr-single-event,
  .ajr-event-timeline ul li:nth-child(2n + 1) .ajr-single-event,
  .ajr-event-timeline ul li:nth-child(2n) .ajr-single-event {
    left: 30px;
    width: 280px;
  }
}

@media (max-width: 320px) {
  .ajr-video-iframe-area {
    padding: 30% 5%;
  }

  .ajr-event-timeline ul li .ajr-single-event,
  .ajr-event-timeline ul li:nth-child(2n + 1) .ajr-single-event,
  .ajr-event-timeline ul li:nth-child(2n) .ajr-single-event {
    left: 30px;
    width: 250px;
  }

  h2 {
    font-size: 22px;
  }
}
