html, body {
  height: 100%;
  font-family: "Asap", sans-serif, sans-serif;
  color: #212121;
}

p {
  font-family: "Cabin", sans-serif;
  color: #757575;
}

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

/* Buttons starts */
.btn-orange {
  text-decoration: none;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  font-family: "Asap", sans-serif;
  background: #fb9c15;
  padding: 10px 35px;
  display: inline-block;
  border: none;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-orange:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(251, 156, 21, 0.5);
  -moz-box-shadow: 0px 2px 20px rgba(251, 156, 21, 0.5);
  -ms-box-shadow: 0px 2px 20px rgba(251, 156, 21, 0.5);
  box-shadow: 0px 2px 20px rgba(251, 156, 21, 0.5);
}
.btn-orange:focus {
  color: #ffffff;
}

/* Buttons ends */
/* Header starts */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header:before, .header:after {
  content: "";
  clear: both;
  display: block;
}
.header .logo {
  float: left;
  width: 310px;
  height: 100px;
  background: #10416f;
  text-align: center;
  position: relative;
  line-height: 100px;
}
.header .logo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 100%;
  background: #fb9c15;
}
.header .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  padding: 18px 18px 24px 18px;
}
.header .menu {
  float: left;
  width: calc(100% - 310px);
}
.header .menu .topbar {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.35);
}
.header .menu .topbar:before, .header .menu .topbar:after {
  content: "";
  clear: both;
  display: block;
}
.header .menu .topbar .left {
  float: left;
}
.header .menu .topbar .right {
  float: right;
}
.header .menu .topbar .right ul li:last-child {
  border-right: none;
}
.header .menu .topbar .right ul li:first-child {
  border-left: 1px solid rgba(245, 245, 245, 0.2);
}
.header .menu .topbar a {
  color: #ffffff;
  display: inline-block;
  padding: 11.5px 15px;
}
.header .menu .topbar ul {
  margin: 0;
  padding: 0;
}
.header .menu .topbar ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid rgba(245, 245, 245, 0.2);
}
.header .menu .main-menu {
  background: #ffffff;
  height: 60px;
}
.header .menu .main-menu > ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.header .menu .main-menu > ul > li {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.header .menu .main-menu > ul > li a {
  line-height: 60px;
  display: block;
  color: #212121;
  text-transform: uppercase;
  font-weight: 700;
}
.header .menu-trigger {
  float: right;
  line-height: 100px;
  padding: 0 35px;
  cursor: pointer;
  font-size: 25px;
  border-left: 1px solid #f0f0f0;
  display: none;
}

/* Header ends */
/* Event Block starts */
.event-block {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.event-block .event-img {
  width: 100%;
  height: 240px;
  background-size: cover !important;
  background-position: center !important;
}
.event-block .event-info {
  position: relative;
  background: rgba(16, 65, 111, 0.9);
  border-top: 3px solid #fb9c15;
  color: #ffffff;
  padding: 10px 15px;
  margin-top: -43px;
  z-index: 9;
}
.event-block .event-info:before, .event-block .event-info:after {
  content: "";
  clear: both;
  display: block;
}
.event-block .event-info .left, .event-block .event-info .right {
  float: left;
  width: 50%;
  text-align: left;
}
.event-block .event-info .right {
  text-align: right;
}
.event-block .event-desc {
  padding: 15px;
}
.event-block .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #212121;
}
.event-block .desc {
  color: #757575;
  line-height: 1.5;
}
.event-block .event-details {
  color: #fb9c15;
  font-size: 16px;
  font-weight: 700;
  border-left: 2px solid #fb9c15;
  padding-left: 10px;
  display: inline-block;
  padding: 2px 10px;
}
.event-block .event-details i {
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.event-block:hover {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.event-block:hover .event-details i {
  right: -5px;
}

/* Event Block ends */
/* Footer starts */
.footer {
  background: #212121;
  color: #e1e1e1;
  padding: 60px 0;
}
.footer .footer-desc {
  padding: 0 60px 0 0;
}
.footer .footer-logo {
  margin-bottom: 10px;
}
.footer .footer-logo img {
  max-width: 100%;
}
.footer .footer-head {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}
.footer .footer-links ul {
  margin: 0;
  padding: 0;
}
.footer .footer-links ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
}
.footer .footer-links ul li a {
  color: #e1e1e1;
}
.footer .footer-contact {
  line-height: 1.9;
}
.footer .footer-social ul {
  margin: 0;
  padding: 0;
}
.footer .footer-social ul li {
  list-style: none;
  display: inline-block;
  margin: 10px 20px 10px 0;
  font-size: 12px;
}
.footer .footer-social ul li a {
  color: #ffffff;
}

.copyright {
  background: #1a1a1a;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}

/* Footer ends */
/* Form starts */
.form-row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 16px;
}
.form-row:before, .form-row:after {
  content: "";
  clear: both;
  display: block;
}
.form-row .form-block {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.form-row .form-block.half {
  width: 50%;
}

.textbox, .textarea {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  background: #f5f5f5;
  border: none;
  outline: none;
  border-color: rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.textbox:focus, .textarea:focus {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #fb9c15;
}

.textarea {
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Form  ends */
/* Bnner starts */
.banner {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: url(../img/banner.jpg);
  background-size: cover;
  background-position: center;
  display: table;
}
.banner .content {
  position: relative;
  z-index: 99;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}
.banner .content h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.banner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
}
.banner .scroll-down-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  padding-bottom: 15px;
}
.banner .scroll-down {
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}
.banner .scroll-down .icon {
  width: 15px;
  height: 25px;
  border: 1px solid #ffffff;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.banner .scroll-down .icon:after {
  content: "";
  display: block;
  width: 1px;
  margin-left: -1px;
  height: 7px;
  left: 50%;
  position: absolute;
  top: 6px;
  background: #ffffff;
}
.banner .scroll-down .text {
  color: #ffffff;
}
.banner.inner-page-header {
  min-height: 350px;
  padding-top: 130px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.banner.inner-page-header:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: 70px;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
}
.banner.inner-page-header .inner-page-title {
  font-size: 40px;
  color: #10416f;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 5px 60px;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}
.banner.inner-page-header .inner-page-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 230px;
  height: auto;
  top: -35px;
  bottom: -35px;
  left: -40px;
  z-index: -9;
  opacity: 0.4;
  background: url(../img/bg-pattern.png);
}
.banner.inner-page-header .inner-page-title h2 {
  margin: 0;
}

/* Bnner ends */
.section {
  padding: 60px 0;
}
.section.dark-section {
  background: #f5f5f5;
}
.section.pattern-section {
  position: relative;
  overflow: hidden;
}
.section.pattern-section:before, .section.pattern-section:after {
  content: "";
  position: absolute;
  right: -500px;
  top: -200px;
  display: block;
  width: 750px;
  height: 750px;
  background: rgba(16, 65, 111, 0.2);
  z-index: -9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.section.pattern-section:after {
  top: -280px;
  right: -600px;
  z-index: -8;
  background: rgba(251, 156, 21, 0.2);
}

.section-title {
  text-align: center;
  font-size: 40px;
  color: #212121;
  position: relative;
  margin-bottom: 60px;
}
.section-title .text {
  position: relative;
  display: inline-block;
  z-index: 9;
}
.section-title .text:before {
  position: absolute;
  content: "";
  display: block;
  height: 81px;
  width: 87px;
  left: -35px;
  top: -15px;
  z-index: -1;
  opacity: 0.15;
  background: #fb9c15;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 70px 0 0 0;
  -moz-border-radius: 70px 0 0 0;
  -ms-border-radius: 70px 0 0 0;
  border-radius: 70px 0 0 0;
}
.section-title .line {
  padding-right: 25 px;
}
.section-title .line span {
  width: 130px;
  height: 5px;
  position: relative;
  display: block;
  margin: 0 auto;
  background: #fb9c15;
  padding-right: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.section-title .line span:before, .section-title .line span:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  right: -15px;
  top: 0px;
  background: #fb9c15;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.section-title .line span:after {
  right: -25px;
  width: 6px;
}
.section-title span {
  color: #10416f;
  font-weight: 700;
}

.gallery-pic {
  width: 100%;
  height: 215px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.inner-page-heading {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 30px;
}
.inner-page-heading.detail-title {
  font-size: 28px;
  margin-bottom: 10px;
}

.detail-sub-title {
  color: #757575;
  font-family: "Cabin", sans-serif;
  margin-bottom: 20px;
}
.detail-sub-title .date {
  display: inline-block;
}
.detail-sub-title .time {
  display: inline-block;
  margin-left: 20px;
}

.contact-form {
  padding: 30px;
  background: #fcfcfc;
}

.contact-details {
  background: #ffffff;
  min-height: 250px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
}
.contact-details.detail-page {
  background: #fcfcfc;
  margin-bottom: 30px;
}
.contact-details ul {
  padding: 0;
  margin: 0;
}
.contact-details ul li {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 65px;
  padding: 0 15px 0 65px;
}
.contact-details ul li .icon {
  position: absolute;
  left: 0;
  width: 50px;
  text-align: center;
  color: #10416f;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  margin: 20px 0;
}
.contact-details ul li .text {
  font-size: 16px;
  font-family: "Cabin", sans-serif;
  color: #757575;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}
.contact-details ul li .text .social-list a {
  color: #757575;
  margin: 0px 15px;
  display: inline-block;
}

.detail-text {
  padding: 30px 0;
}
.detail-text:first-letter {
  font-size: 30px;
  color: #10416f;
}

.about-section .about-img {
  position: relative;
  -webkit-box-shadow: 0 0 45px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 45px -5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 45px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 45px -5px rgba(0, 0, 0, 0.4);
}
.about-section .about-img:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 230px;
  top: -30px;
  left: -40px;
  z-index: -9;
  opacity: 0.15;
  background: url(../img/bg-pattern.png);
}
.about-section .about-img img {
  max-width: 100%;
}
.about-section .about-text {
  font-size: 16px;
  line-height: 1.625;
}
.about-section .about-text p {
  color: #212121;
}
.about-section .about-text .head {
  font-size: 22px;
  line-height: 1.5;
}

.subscribe .subscribe-text {
  text-align: center;
  margin-bottom: 30px;
}

.subscribe-form {
  text-align: center;
}
.subscribe-form .form-block {
  display: inline-block;
  margin: 5px;
}
.subscribe-form .form-block .textbox {
  width: 250px;
  height: 42px;
  border: 1px solid #d9d9d9;
  padding-left: 15px;
  outline: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.contact-section {
  display: table;
  width: 100%;
}
.contact-section .map {
  display: table-cell;
  min-height: 330px;
  width: 62%;
  vertical-align: middle;
  padding: 15px 0;
}
.contact-section .map #home_map {
  width: 100%;
  min-height: 330px;
}
.contact-section .contact-info {
  display: table-cell;
  vertical-align: middle;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.contact-section .contact-info ul {
  margin: 0;
  padding: 0;
}
.contact-section .contact-info ul li {
  display: block;
  list-style: none;
  position: relative;
  padding-left: 100px;
  min-height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-section .contact-info ul li:last-child {
  border-bottom: none;
}
.contact-section .contact-info ul li .icon {
  position: absolute;
  width: 100px;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: #fb9c15;
}
.contact-section .contact-info ul li .icon i {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  width: 60px;
  background: #ffffff;
  text-align: center;
  line-height: 63px;
  color: #fb9c15;
  font-size: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 0 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 0 15px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 0 15px rgba(0, 0, 0, 0.25);
}
.contact-section .contact-info ul li .info {
  padding: 30px;
}
.contact-section .contact-info ul li .info .title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #10416f;
  margin-bottom: 10px;
}
.contact-section .contact-info ul li .info .title:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -5px;
  background: rgba(34, 34, 34, 0.15);
}
.contact-section .contact-info ul li .info .desc {
  font-size: 16px;
  font-family: "Cabin", sans-serif;
  color: #757575;
  line-height: 1.3;
}

.listing-block {
  background: #ffffff;
  margin-bottom: 50px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
}
.listing-block .listing-img {
  position: relative;
}
.listing-block .listing-img .bg-img {
  height: 250px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.listing-block .listing-img .logo-img {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px;
}
.listing-block .listing-info {
  padding: 30px 0;
}
.listing-block .listing-info .listing-title {
  color: #212121;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.listing-block .listing-info .listing-desc {
  color: #757575;
  font-family: "Cabin", sans-serif;
  margin-bottom: 15px;
}
.listing-block .listing-info .cta a {
  color: #fb9c15;
  font-size: 16px;
  font-weight: 700;
  border-left: 2px solid #fb9c15;
  padding-left: 10px;
  display: inline-block;
  padding: 2px 10px;
}
.listing-block .listing-info .cta a i {
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.listing-block .listing-info .cta:hover i {
  right: -5px;
}
.listing-block .listing-contact {
  background: #fcfcfc;
  min-height: 250px;
}
.listing-block .listing-contact ul {
  padding: 0;
  margin: 0;
}
.listing-block .listing-contact ul li {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 65px;
  padding: 0 15px 0 65px;
}
.listing-block .listing-contact ul li .icon {
  position: absolute;
  left: 0;
  width: 50px;
  text-align: center;
  color: #10416f;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  margin: 20px 0;
}
.listing-block .listing-contact ul li .text {
  font-size: 16px;
  font-family: "Cabin", sans-serif;
  color: #757575;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}

.m-top-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-bottom-0 {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-right-0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-left-0 {
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-top-0 {
  padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-bottom-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-right-0 {
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-left-0 {
  padding-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 1200px) {
  .header .menu .main-menu > ul > li {
    margin-right: 15px;
    font-size: 13px;
  }
}
@media(max-width: 992px) {
  .header .navigation {
    background: #ffffff;
  }
  .header .navigation:before, .header .navigation:after {
    content: "";
    clear: both;
    display: block;
  }
  .header .menu {
    width: 95px;
    float: right;
  }
  .header .menu .topbar {
    display: none;
  }
  .header .menu .main-menu {
    height: 100%;
    width: 220px;
    margin: 0;
    position: fixed;
    left: 0;
    overflow: auto;
    left: -250px;
    border-right: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  }
  .header .menu .main-menu > ul > li {
    padding-left: 15px;
    text-align: left;
    margin-right: 15px;
    font-size: 13px;
    display: block;
  }
  .header .menu .show-menu {
    left: 0;
  }
  .header .menu-trigger {
    display: block;
  }

  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
  }
  .mobile-menu-overlay.mobile-menu-overlay-show {
    display: block;
  }

  .footer-contact {
    word-break: break-word;
  }

  .listing-block .listing-info {
    padding-right: 15px;
  }
}
@media(max-width: 768px) {
  .about-section .about-img {
    display: inline-block;
    margin-bottom: 30px;
  }

  .event-block {
    margin-bottom: 30px;
  }

  .subscribe-form .form-block {
    display: block;
  }

  .contact-section {
    display: block;
  }
  .contact-section .map {
    display: block;
    width: 100%;
    padding: 0;
  }
  .contact-section .contact-info {
    display: block;
    word-break: break-word;
  }

  .footer .footer-head {
    margin-top: 30px;
  }

  .listing-block .listing-info {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media(max-width: 480px) {
  .header .container {
    padding: 0;
  }
  .header .logo {
    width: 200px;
  }
  .header .logo img {
    padding: 5px 5px 11px 5px;
  }
  .header .menu-trigger {
    border-left: none;
  }
}

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