﻿
	<style type="text/css">


/* :: 1.0 Redémarrage CSS */

* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  z-index: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: ;
  line-height: 1.4;
  font-weight: 500; }

a,
a:active,
a:focus,
a:hover {
  font-family: "Open Sans", sans-serif;
  color: #191919;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-size: 16px;
  font-weight: 500; }

li {
  list-style: none; }

p {
  line-height: 1.8;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400; }

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

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.60); }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-iframe-holder .mfp-close {
  top: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(72,89,255,1);
  text-align: center;
  right: 0;
  padding-right: 0;
  line-height: 32px; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #e7f2fd !important; }

textarea:focus,
input:focus {
  outline: none; }

/* :: 2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 0px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }
  
.section-padding-50-0 {
  padding-top: 50px;
  padding-bottom: 0px; }

/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #preloader span {
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
    display: block;
    text-transform: capitalize; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  margin: 0 auto; }

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(72,89,255,1);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%,
    100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%,
    100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* :: 4.0 Heading CSS */
.section-heading {
  position: relative;
    border-radius: 3px;
	display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 1px;
    box-sizing: border-box;
    color: #000;
background-image: linear-gradient(to right top, rgba(31,54,104,1), rgba(39,22,64,1));
  margin-bottom: 15px; }

/* :: 5.0 Backtotop CSS */
#scrollUp {
  position: absolute !important;
  bottom: 76px;
  font-size: 20px;
  line-height: 43px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-color: rgba(72,89,255,1);
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  z-index: 600000 !important; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 68px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #scrollUp {
      bottom: 73px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    #scrollUp {
      bottom: 76px; } }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #000000;
    color: #ffffff; }

/* :: 6.0 Buttons CSS */
.btn:focus {
  box-shadow: none; }

.razo-btn {
  position: relative;
  z-index: 1;
  min-width: 145px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(72,89,255,1);
  color: #ffffff;
  border: none;
  border-radius: 3px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .razo-btn:focus, .razo-btn:hover {
    font-weight: 600;
    font-size: 14px;
    background-color: #191919;
    color: #ffffff; }
  .razo-btn.btn-2 {
    background-color: #ffffff;
    color: rgba(72,89,255,1); }
    .razo-btn.btn-2:focus, .razo-btn.btn-2:hover {
      background-color: rgba(72,89,255,1);
      color: #ffffff; }
  .razo-btn.btn-sm {
    border: 1px solid rgba(72,89,255,1);
    height: 33px;
    min-width: 160px;
    color: rgba(72,89,255,1);
    font-size: 14px;
    font-weight: 600;
    line-height: 31px;
    background-color: #ffffff; }
    .razo-btn.btn-sm:hover, .razo-btn.btn-sm:focus {
      background-color: rgba(72,89,255,1);
      color: #ffffff; }

.show-all-btn {
  display: inline-block;
  padding: 0;
  color: #a6a6a6;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .show-all-btn {
      font-size: 14px; } }
  .show-all-btn:hover, .show-all-btn:focus {
    color: #ffffff; }

/* :: 7.0 Header CSS */
.header-area {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: ; }
  .header-area .social-share-icon,
  .header-area .search-icon {
    position: relative;
    z-index: 1;
    margin-left: 30px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .social-share-icon,
      .header-area .search-icon {
        color: ;
        margin-left: 15px;
        margin-top: 15px;
        width: 30px; } }
    @media only screen and (max-width: 767px) {
      .header-area .social-share-icon,
      .header-area .search-icon {
        color: ;
        margin-left: 15px;
        margin-top: 15px;
        width: 30px; } }
    .header-area .social-share-icon:focus, .header-area .social-share-icon:hover,
    .header-area .search-icon:focus,
    .header-area .search-icon:hover {
      color: rgba(72,89,255,1); }
  .header-area .social-share-icon {
    margin-left: 60px; }
    .header-area .social-share-icon.active {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .social-share-icon.active {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); } }
      @media only screen and (max-width: 767px) {
        .header-area .social-share-icon.active {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-area .social-share-icon {
        margin-left: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .social-share-icon {
        margin-left: 15px;
        margin-top: 15px; } }
    @media only screen and (max-width: 767px) {
      .header-area .social-share-icon {
        margin-left: 15px;
        margin-top: 15px; } }

.classy-nav-container {
  background-color: transparent;
  padding: 0; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 95px;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      position: relative;
      z-index: 1;
      font-size: 16px;
      text-transform: uppercase;
      color: rgba(0,33,84,1);
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          color: purple; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          color: white; } }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: rgba(107,107,107,1);
        font-weight: 600; }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 14px;
      text-transform: none;
	  background-color: rgba(34,34,34,0.84);
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #f8f9fa;
      font-weight: 600; }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #f8f9fa;
        font-weight: 600;
        padding-left: 35px;
}

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: rgba(255,255,255,1); }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: auto;
  height: auto;
  background-color: white;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  border-radius: 6px; }

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }

.top-search-area .modal-dialog {
  max-width: 650px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-search-area .modal-dialog {
      max-width: 530px; } }
.top-search-area .modal-content {
  border: none;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  border-radius: 4px; }
  .top-search-area .modal-content .modal-body {
    padding: 100px;
    position: relative;
    z-index: 1;
    background-color: #e7f2fd;
    border-radius: 4px; }
    @media only screen and (max-width: 767px) {
      .top-search-area .modal-content .modal-body {
        padding: 50px 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .top-search-area .modal-content .modal-body {
        padding: 70px; } }
    .top-search-area .modal-content .modal-body button.close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      z-index: 10;
      font-size: 14px; }
      .top-search-area .modal-content .modal-body button.close-btn.btn {
        padding: 0;
        background-color: transparent; }
        .top-search-area .modal-content .modal-body button.close-btn.btn:focus, .top-search-area .modal-content .modal-body button.close-btn.btn:hover {
          box-shadow: none;
          color: rgba(72,89,255,1); }
    .top-search-area .modal-content .modal-body .search-btn {
      position: absolute;
      font-size: 150px;
      bottom: -30px;
      right: 15px;
      z-index: -1;
      color: rgba(72,89,255,1);
      opacity: 0.06; }
.top-search-area form {
  width: 100%;
  position: relative;
  z-index: 1; }
  .top-search-area form input {
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
    border-radius: 35px;
    font-size: 12px;
    font-style: italic;
    padding: 0 30px; }
    .top-search-area form input:focus {
      box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08); }
  .top-search-area form button {
    display: none; }

.razo-social-share-area {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -300px;
  z-index: 6500;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .razo-social-share-area.active {
    right: 30px; }
  .razo-social-share-area a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    background-color: #e7f2fd;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    text-align: center; }
    .razo-social-share-area a:last-child {
      margin-bottom: 0; }
    .razo-social-share-area a.facebook {
      background-color: #4c60ac; }
    .razo-social-share-area a.twitter {
      background-color: #00bae3; }
    .razo-social-share-area a.pinterest {
      background-color: #d91a18; }
    .razo-social-share-area a.instagram {
      background-color: #0085d7; }
    .razo-social-share-area a.youtube {
      background-color: #e20000; }
    .razo-social-share-area a.ss-close-btn {
      background-color: #191919; }
    @media only screen and (max-width: 767px) {
      .razo-social-share-area a {
        width: 40px;
        height: 40px;
        line-height: 40px; } }
    .razo-social-share-area a:hover, .razo-social-share-area a:focus {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
      background-color: rgba(72,89,255,1); }

.main-header-area.sticky {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  top: 0;
  width: 100%;
  position: fixed;
  background-color: #191919;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  border-bottom: none;
  left: 0;
  z-index: 650; }
  
  .main-header-area.sticky .classy-navbar {
    height: 60px; }
	
  .main-header-area.sticky .classy-navbar .nav-brand img{
    height: 50px;	}

/* :: 8.0 Hero CSS */
.single-welcome-slide {
  position: relative;
  z-index: 2;
  height: 410px;
  width: 100%;
  background-color: #ffffff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: auto; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: auto; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: auto; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-welcome-slide {
      height: auto; } }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-welcome-slide .welcome-text h2 {
      font-size: 48px;
      display: block;
      margin-bottom: 20px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 36px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 42px; } }
    .single-welcome-slide .welcome-text h5 {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 50px;
      display: block; }

.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .welcome-slides .owl-dots {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3px;
    bottom: 0;
    left: 0;
    z-index: 10; }
    .welcome-slides .owl-dots .owl-dot {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 0;
      background-color: transparent;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .welcome-slides .owl-dots .owl-dot.active {
        height: 6px;
        background-color: rgba(72,89,255,1); }

/* :: 9.0 App Download CSS */
.razo-app-download-area {
  position: relative;
  z-index: 1; }
  .razo-app-download-area .app-download-text {
    position: relative;
    z-index: 1; }
    .razo-app-download-area .app-download-text span {
      display: block;
      margin-bottom: 5px;
      font-size: 14px;
      color: #ffffff; }
    .razo-app-download-area .app-download-text h2 {
      font-size: 36px;
      margin-bottom: 15px;
      color: #ffffff; }
    .razo-app-download-area .app-download-text p {
      color: #ffffff;
      margin-bottom: 40px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .razo-app-download-area .app-download-text p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .razo-app-download-area .app-download-text p {
          font-size: 14px; } }
    .razo-app-download-area .app-download-text .app-download-btn a {
      display: inline-block;
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .razo-app-download-area .app-download-text .app-download-btn a img {
          max-width: 120px; } }

/* :: 10.0 Tables CSS */
.weekly-schedule-table {
  position: relative;
  z-index: 1; }
  .weekly-schedule-table table thead th {
    position: relative;
    z-index: 1;
    font-size: 20px;
    padding: 0 0 10px 0; }
    .weekly-schedule-table table thead th p {
      font-size: 20px;
      font-family: "Oswald", sans-serif;
      margin-bottom: 0;
      font-weight: 500;
      color: #191919; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .weekly-schedule-table table thead th p {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .weekly-schedule-table table thead th p {
          font-size: 14px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .weekly-schedule-table table thead th p {
          font-size: 16px; } }
    .weekly-schedule-table table thead th::after {
      position: absolute;
      width: 80%;
      height: 2px;
      background-color: rgba(72,89,255,1);
      content: '';
      bottom: 0;
      left: 0;
      z-index: 1; }
  .weekly-schedule-table table tbody tr {
    border-bottom: 1px solid #e5e5e5; }
  .weekly-schedule-table table tbody th,
  .weekly-schedule-table table tbody td {
    padding: 20px 20px 20px 0; }
    .weekly-schedule-table table tbody th span,
    .weekly-schedule-table table tbody td span {
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .weekly-schedule-table table tbody th span,
        .weekly-schedule-table table tbody td span {
          font-size: 12px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .weekly-schedule-table table tbody th h5,
      .weekly-schedule-table table tbody td h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .weekly-schedule-table table tbody th h5,
      .weekly-schedule-table table tbody td h5 {
        font-size: 14px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .weekly-schedule-table table tbody th h5,
      .weekly-schedule-table table tbody td h5 {
        font-size: 16px; } }
  .weekly-schedule-table table tbody th p {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 0;
    font-weight: 500;
    color: #191919; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .weekly-schedule-table table tbody th p {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .weekly-schedule-table table tbody th p {
        font-size: 14px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .weekly-schedule-table table tbody th p {
        font-size: 16px; } }

/* :: 11.0 Blog CSS */
.featured-post-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 330px;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 3px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-post-area {
      height: 350px; } }
  @media only screen and (max-width: 767px) {
    .featured-post-area {
      height: 350px; } }
  .featured-post-area .post-overlay {
    position: absolute;
    width: 100%;
    padding: 30px;
    z-index: 100;
    left: 0;
    bottom: 0; }
    .featured-post-area .post-overlay .post-meta a {
      font-size: 14px;
      color: #ffffff;
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 10px; }
      .featured-post-area .post-overlay .post-meta a:hover, .featured-post-area .post-overlay .post-meta a:focus {
        color: ; }
    .featured-post-area .post-overlay .post-title {
      font-family: "Oswald", sans-serif;
      font-size: 30px;
      color: #ffffff;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .featured-post-area .post-overlay .post-title {
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        .featured-post-area .post-overlay .post-title {
          font-size: 20px; } }
      .featured-post-area .post-overlay .post-title:hover, .featured-post-area .post-overlay .post-title:focus {
        color: ; }
  .featured-post-area:hover, .featured-post-area:focus {
    background-position: bottom center; }
  .featured-post-area.small-featured-post {
    height: 170px; }
    .featured-post-area.small-featured-post .post-title {
      font-size: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .featured-post-area.small-featured-post .post-title {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .featured-post-area.small-featured-post .post-title {
          font-size: 16px; } }
      .featured-post-area.small-featured-post .post-title:hover, .featured-post-area.small-featured-post .post-title:focus {
        color: rgba(72,89,255,1); }

.razo-single-post {
  position: relative;
  z-index: 1; }
  .razo-single-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .razo-single-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px; } }
    @media only screen and (max-width: 767px) {
      .razo-single-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
    .razo-single-post .post-thumbnail a {
      display: block; }
    .razo-single-post .post-thumbnail img {
      border-radius: 2px; }
  .razo-single-post .post-content {
    position: relative;
    z-index: 1;
    margin-left: 15px; }
    .razo-single-post .post-content .post-meta a {
      font-size: 14px;
      color: #6e6e6e;
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 10px; }
      .razo-single-post .post-content .post-meta a:hover, .razo-single-post .post-content .post-meta a:focus {
        color: rgba(72,89,255,1); }
    .razo-single-post .post-content .post-title {
      font-family: "Oswald", sans-serif;
      font-size: 20px;
      color: ;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .razo-single-post .post-content .post-title {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .razo-single-post .post-content .post-title {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .razo-single-post .post-content .post-title {
          font-size: 16px; } }
      .razo-single-post .post-content .post-title:hover, .razo-single-post .post-content .post-title:focus {
        color: rgba(72,89,255,1); }

.razo-single-latest-news-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .razo-single-latest-news-area {
      height: 470px; } }
  @media only screen and (max-width: 767px) {
    .razo-single-latest-news-area {
      height: 450px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .razo-single-latest-news-area {
      height: 400px; } }
  .razo-single-latest-news-area .post-date {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
    width: 100px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .razo-single-latest-news-area .post-date {
        left: 30px;
        width: 90px; } }
    .razo-single-latest-news-area .post-date h2 {
      display: block;
      background-color: rgba(72,89,255,1);
      font-size: 48px;
      padding: 20px 0;
      color: #ffffff;
      margin-bottom: 0;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .razo-single-latest-news-area .post-date h2 {
          font-size: 30px; } }
    .razo-single-latest-news-area .post-date p {
      background-color: #ffffff;
      font-size: 14px;
      color: #6e6e6e;
      padding: 5px 0;
      margin-bottom: 0;
      font-weight: 600; }
  .razo-single-latest-news-area .post-content {
    position: absolute;
    width: 60%;
    height: auto;
    bottom: 50px;
    left: 50px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .razo-single-latest-news-area .post-content {
        bottom: 30px;
        left: 30px; } }
    .razo-single-latest-news-area .post-content .post-title {
      font-family: "Oswald", sans-serif;
      font-size: 22px;
      color: #ffffff;
      display: block;
      margin-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .razo-single-latest-news-area .post-content .post-title {
          font-size: 24px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .razo-single-latest-news-area .post-content .post-title {
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        .razo-single-latest-news-area .post-content .post-title {
          font-size: 20px; } }
      .razo-single-latest-news-area .post-content .post-title:hover, .razo-single-latest-news-area .post-content .post-title:focus {
        color: rgba(72,89,255,1); }
    .razo-single-latest-news-area .post-content p {
      margin-bottom: 0;
      color: #ffffff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .razo-single-latest-news-area .post-content p {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .razo-single-latest-news-area .post-content p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .razo-single-latest-news-area .post-content p {
          font-size: 14px; } }
  .razo-single-latest-news-area .read-more-btn {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .razo-single-latest-news-area .read-more-btn {
        right: 30px;
        bottom: 30px; } }
    .razo-single-latest-news-area .read-more-btn .btn {
      color: #ffffff;
      font-size: 14px;
      padding: 0;
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .razo-single-latest-news-area .read-more-btn .btn {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .razo-single-latest-news-area .read-more-btn .btn {
          font-size: 12px; } }
      .razo-single-latest-news-area .read-more-btn .btn:hover, .razo-single-latest-news-area .read-more-btn .btn:focus {
        font-weight: 600;
        color: rgba(72,89,255,1); }

.featured-trending-video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 600px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-trending-video {
      height: 470px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-trending-video {
      height: 420px; } }
  @media only screen and (max-width: 767px) {
    .featured-trending-video {
      height: 260px; } }
  .featured-trending-video iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 5px; }

.razo-blog-masonary-single-item {
  position: relative;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.15); }
  .razo-blog-masonary-single-item .post-thumbnail img {
    border-radius: 2px 2px 0 0; }
  .razo-blog-masonary-single-item .post-thumbnail a {
    display: block; }
  .razo-blog-masonary-single-item .post-content {
    padding: 30px; }
    .razo-blog-masonary-single-item .post-content .post-date {
      font-size: 14px;
      display: block;
      margin-bottom: 10px;
      color: #a6a6a6; }
    .razo-blog-masonary-single-item .post-content .post-title {
      font-size: 20px;
      display: block;
      margin-bottom: 15px;
      font-family: "Oswald", sans-serif; }
      .razo-blog-masonary-single-item .post-content .post-title:hover, .razo-blog-masonary-single-item .post-content .post-title:focus {
        color: rgba(72,89,255,1); }
    .razo-blog-masonary-single-item .post-content .read-more-btn {
      font-size: 14px;
      color: #a6a6a6;
      padding: 0; }
      .razo-blog-masonary-single-item .post-content .read-more-btn:hover, .razo-blog-masonary-single-item .post-content .read-more-btn:focus {
        color: rgba(72,89,255,1); }

.blog-details-post-thumbnail-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-post-thumbnail-area {
      height: 450px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-post-thumbnail-area {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .blog-details-post-thumbnail-area {
      height: 400px; } }
  .blog-details-post-thumbnail-area .post-title-text {
    text-align: center; }
    .blog-details-post-thumbnail-area .post-title-text h2 {
      font-size: 48px;
      display: block;
      margin-bottom: 25px;
      color: #ffffff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-details-post-thumbnail-area .post-title-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .blog-details-post-thumbnail-area .post-title-text h2 {
          font-size: 30px; } }
    .blog-details-post-thumbnail-area .post-title-text .post-meta a {
      display: inline-block;
      position: relative;
      z-index: 1;
      font-size: 14px;
      color: #ffffff; }
      .blog-details-post-thumbnail-area .post-title-text .post-meta a:last-child {
        margin-left: 30px; }
        .blog-details-post-thumbnail-area .post-title-text .post-meta a:last-child::after {
          position: absolute;
          content: '|';
          top: 0;
          left: -17px;
          z-index: 1; }
      .blog-details-post-thumbnail-area .post-title-text .post-meta a:hover, .blog-details-post-thumbnail-area .post-title-text .post-meta a:focus {
        color: rgba(72,89,255,1); }

.razo-pagination {
  position: relative;
  z-index: 1; }
  .razo-pagination .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    padding: 0;
    line-height: 38px;
    margin: 0 5px;
    text-align: center;
    background-color: transparent;
    color: #6e6e6e;
    font-size: 16px; }
    .razo-pagination .pagination .page-item .page-link:focus, .razo-pagination .pagination .page-item .page-link:hover {
      background-color: rgba(72,89,255,1);
      border-color: rgba(72,89,255,1);
      color: #ffffff; }
  .razo-pagination .pagination .page-item.active .page-link {
    background-color: rgba(72,89,255,1);
    border-color: rgba(72,89,255,1);
    color: #ffffff; }

.comment_area {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 50px;
  padding-bottom: 20px; }
  .comment_area .title {
    margin-bottom: 30px;
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      .comment_area .title {
        font-size: 24px; } }
  .comment_area .comment-content {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    .comment_area .comment-content .comment-author {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      width: 70px;
      max-width: 70px;
      margin-right: 20px;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-author {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
          flex: 0 0 50px;
          width: 50px;
          max-width: 50px;
          margin-right: 10px; } }
      .comment_area .comment-content .comment-author img {
        border-radius: 50%; }
    .comment_area .comment-content .comment-meta .author-name {
      margin-bottom: 10px;
      font-size: 20px;
      font-family: "Oswald", sans-serif;
      display: block; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .author-name {
          font-size: 14px; } }
      .comment_area .comment-content .comment-meta .author-name .post-date {
        color: #6e6e6e;
        font-size: 14px;
        font-family: "Open Sans", sans-serif; }
        @media only screen and (max-width: 767px) {
          .comment_area .comment-content .comment-meta .author-name .post-date {
            font-size: 12px; } }
      .comment_area .comment-content .comment-meta .author-name:hover, .comment_area .comment-content .comment-meta .author-name:focus {
        color: rgba(72,89,255,1); }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .author-name {
          font-size: 16px; } }
    .comment_area .comment-content .comment-meta p {
      color: #6e6e6e;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 15px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta p {
          font-size: 14px; } }
    .comment_area .comment-content .comment-meta a.like,
    .comment_area .comment-content .comment-meta a.reply {
      display: inline-block;
      padding: 5px 15px 3px;
      font-size: 12px;
      font-weight: 600;
      border: 1px solid #e5e5e5;
      text-transform: uppercase; }
      .comment_area .comment-content .comment-meta a.like:focus, .comment_area .comment-content .comment-meta a.like:hover,
      .comment_area .comment-content .comment-meta a.reply:focus,
      .comment_area .comment-content .comment-meta a.reply:hover {
        border-color: rgba(72,89,255,1);
        background-color: rgba(72,89,255,1);
        color: #ffffff; }
  .comment_area .children {
    margin-left: 50px; }
    @media only screen and (max-width: 767px) {
      .comment_area .children {
        margin-left: 20px; } }
    .comment_area .children .single_comment_area:last-of-type {
      margin-bottom: 0; }

.razo-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px; }
  .razo-blockquote .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px; }
    @media only screen and (max-width: 767px) {
      .razo-blockquote .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px; } }
    .razo-blockquote .icon i {
      font-size: 48px;
      color: rgba(72,89,255,1); }
      @media only screen and (max-width: 767px) {
        .razo-blockquote .icon i {
          font-size: 30px; } }
  .razo-blockquote .text p {
    color: #191919;
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .razo-blockquote .text p {
        font-size: 18px; } }
  .razo-blockquote .text h6 {
    margin-bottom: 0;
    color: rgba(72,89,255,1); }

.post-catagories {
  position: relative;
  z-index: 1;
  margin: 20px 0 50px 0; }
  .post-catagories ul li {
    margin: 5px;
    font-weight: 600; }
    .post-catagories ul li a {
      display: inline-block;
      background-color: #ffffff;
      color: rgba(72,89,255,1);
      text-transform: capitalize;
      font-size: 16px;
      margin: 5px;
      font-weight: 600; }
      .post-catagories ul li a:focus, .post-catagories ul li a:hover {
        background-color: transparent;
        color: #191919; }
      @media only screen and (max-width: 767px) {
        .post-catagories ul li a {
          font-size: 14px; } }

.razo-post-share {
  position: relative;
  z-index: 1; }
  .razo-post-share h5 {
    font-size: 18px;
    margin-bottom: 15px; }
  .razo-post-share a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(72,89,255,1);
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 40px; }
    .razo-post-share a.facebook {
      background-color: #4c65a8; }
    .razo-post-share a.twitter {
      background-color: #41a1f6; }
    .razo-post-share a.google-plus {
      background-color: #f43535; }
    .razo-post-share a.pinterest {
      background-color: #8f6247; }
    .razo-post-share a.instagram {
      background-color: #f0c605; }
    .razo-post-share a:hover, .razo-post-share a:focus {
      background-color: rgba(72,89,255,1); }

.blog-details-area {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .blog-details-area .post-details-text p {
      font-size: 14px; } }

/* :: 12.0 Footer CSS */
.footer-area {
  position: relative;
  z-index: 1;
margin-top: 0px;  }
  .footer-area .main-footer-area {
    border-top: 0px solid #e5e5e5; }

.single-footer-widget {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-footer-widget p {
      font-size: 14px; } }
  .single-footer-widget .widget-title {
    color: #191919;
    margin-bottom: 30px;
    display: block;
    font-weight: 400; }
  .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 30px; }
  .single-footer-widget .single-contact-info {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .single-footer-widget .single-contact-info:last-child {
      margin-bottom: 0; }
    .single-footer-widget .single-contact-info .icon {
      padding-top: 1px;
      font-size: 18px;
      margin-right: 20px;
      color: rgba(72,89,255,1); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .single-contact-info .icon {
          font-size: 16px; } }
    .single-footer-widget .single-contact-info .text p {
      color: #191919;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .single-contact-info .text p {
          font-size: 14px; } }
  .single-footer-widget .single-twitter-feed {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .single-footer-widget .single-twitter-feed:last-child {
      margin-bottom: 0; }
    .single-footer-widget .single-twitter-feed .tweet-icon {
      padding-top: 2px;
      font-size: 18px;
      margin-right: 20px;
      color: rgba(72,89,255,1); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .single-twitter-feed .tweet-icon {
          margin-right: 10px; } }
    .single-footer-widget .single-twitter-feed .tweet p {
      color: #6e6e6e;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .single-twitter-feed .tweet p {
          font-size: 14px; } }
      .single-footer-widget .single-twitter-feed .tweet p a {
        color: #191919; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-footer-widget .single-twitter-feed .tweet p a {
            font-size: 14px; } }
        .single-footer-widget .single-twitter-feed .tweet p a:focus, .single-footer-widget .single-twitter-feed .tweet p a:hover {
          color: rgba(72,89,255,1); }

.copywrite-text {
  position: relative;
  z-index: 1;
  padding: 17px 0 15px;
  text-align: center; }
  .copywrite-text p {
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .copywrite-text p {
        font-size: 10px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .copywrite-text p {
        font-size: 12px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .copywrite-text p {
        font-size: 14px; } }
    .copywrite-text p a {
      color: #6e6e6e;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .copywrite-text p a {
          font-size: 10px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .copywrite-text p a {
          font-size: 12px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .copywrite-text p a {
          font-size: 14px; } }
      .copywrite-text p a:focus, .copywrite-text p a:hover {
        color: rgba(72,89,255,1); }

.razo-instagram-area {
  position: relative;
  z-index: 1;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .razo-instagram-area .single-instagram-feed {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 15px);
    flex: 0 0 calc(33.3333% - 15px);
    margin: 0 7.5px;
    display: block;
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
    border-radius: 2px; }
    .razo-instagram-area .single-instagram-feed a {
      display: block; }
      .razo-instagram-area .single-instagram-feed a img {
        width: 100%;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        border-radius: 2px; }
    .razo-instagram-area .single-instagram-feed:hover, .razo-instagram-area .single-instagram-feed:focus {
      z-index: 100;
      -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
      box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25); }
      .razo-instagram-area .single-instagram-feed:hover img, .razo-instagram-area .single-instagram-feed:focus img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }

/* :: 13.0 Music Charts */
.single-music-chart {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  background-color: rgba(201,201,201,0.84);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 1px solid #343535; }
  .single-music-chart:first-child {
    border-radius: 3px 3px 0 0; }
  .single-music-chart:last-child {
    border-bottom: none; }
  @media only screen and (max-width: 767px) {
    .single-music-chart {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-music-chart .music-content {
    position: relative;
    z-index: 1;
	height: auto;
	 }
    @media only screen and (max-width: 767px) {
      .single-music-chart .music-content {
        margin-bottom: 15px; } }
    .single-music-chart .music-content .sl-number h5 {
      color: #ffffff;
      margin-bottom: 0;
      margin-right: 20px; }
    .single-music-chart .music-content .music-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      max-width: 50px;
      width: 50px;
      margin-right: 15px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-music-chart .music-content .music-thumb {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 70px;
          flex: 0 0 70px;
          max-width: 70px;
          width: 70px; } }
      @media only screen and (max-width: 767px) {
        .single-music-chart .music-content .music-thumb {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
          flex: 0 0 50px;
          max-width: 50px;
          width: 50px; } }
      .single-music-chart .music-content .music-thumb img {
        border-radius: 3px; }
    .single-music-chart .music-content .music-title h5 {
      color: #ffffff;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-music-chart .music-content .music-title h5 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .single-music-chart .music-content .music-title h5 {
          font-size: 12px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-music-chart .music-content .music-title h5 {
          font-size: 14px; } }
      .single-music-chart .music-content .music-title h5 span {
        color: #a6a6a6; }
    .single-music-chart .music-content .audio-player {
      position: relative;
      z-index: 1; }
      .single-music-chart .music-content .audio-player .audioplayer {
        margin: 0;
        padding: 0;
        border: none;
        margin-right: 15px;
        height: auto;
        background-color: transparent; }
      .single-music-chart .music-content .audio-player .audioplayer-time,
      .single-music-chart .music-content .audio-player .audioplayer-volume,
      .single-music-chart .music-content .audio-player .audioplayer-bar {
        display: none; }
      .single-music-chart .music-content .audio-player .audioplayer-playpause {
        width: 34px;
        height: 34px;
        border: 3px solid #ffffff; }
      .single-music-chart .music-content .audio-player .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
        border-left: 12px solid #ffffff; }
    .single-music-chart .music-content .audioplayer-playing .audioplayer-playpause {
      border: 3px solid rgba(72,89,255,1); }
    .single-music-chart .music-content .audioplayer-playing .audioplayer-playpause a::before,
    .single-music-chart .music-content .audioplayer-playing .audioplayer-playpause a::after {
      background-color: rgba(72,89,255,1); }
  @media only screen and (max-width: 767px) {
    .single-music-chart .music-price {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .single-music-chart .music-price .razo-btn {
      min-width: 100%; } }
  .single-music-chart:hover, .single-music-chart:focus {
    background-color: rgba(72,89,255,1) }
    .single-music-chart:hover .razo-btn, .single-music-chart:focus .razo-btn {
      background-color: rgba(72,89,255,1);
      color: #ffffff; }
  .single-music-chart.style-2 {
    background-color: #ffffff;
    border-bottom: none; }
    .single-music-chart.style-2 .music-content {
      position: relative;
      z-index: 1; }
      .single-music-chart.style-2 .music-content .sl-number h5 {
        color: #191919; }
      .single-music-chart.style-2 .music-content .music-title h5 {
        color: #191919; }
        .single-music-chart.style-2 .music-content .music-title h5 span {
          color: #a6a6a6; }
      .single-music-chart.style-2 .music-content .audio-player .audioplayer-playpause {
        border: 3px solid #191919; }
      .single-music-chart.style-2 .music-content .audio-player .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
        border-left: 12px solid #191919; }
      .single-music-chart.style-2 .music-content .audioplayer-playing .audioplayer-playpause {
        border: 3px solid rgba(72,89,255,1); }
      .single-music-chart.style-2 .music-content .audioplayer-playing .audioplayer-playpause a::before,
      .single-music-chart.style-2 .music-content .audioplayer-playing .audioplayer-playpause a::after {
        background-color: rgba(72,89,255,1); }
    .single-music-chart.style-2:hover, .single-music-chart.style-2:focus {
      background-color: #f2f4f5; }

.single-charts-portfolio {
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-charts-portfolio img {
    border-radius: 3px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; }
  .single-charts-portfolio .overlay-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    padding: 20px; }
    .single-charts-portfolio .overlay-content h5 {
      color: #ffffff;
      display: block;
      margin-bottom: 15px; }
    .single-charts-portfolio .overlay-content p {
      margin-bottom: 0;
      font-size: 14px;
      color: #ffffff; }
  .single-charts-portfolio:hover img, .single-charts-portfolio:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-charts-portfolio:hover .overlay-content, .single-charts-portfolio:focus .overlay-content {
    opacity: 1;
    visibility: visible; }

.chart-details-content {
  position: relative;
  z-index: 1; }
  .chart-details-content h2 {
    font-size: 48px;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .chart-details-content h2 {
        font-size: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .chart-details-content h2 {
        font-size: 42px; } }
    @media only screen and (max-width: 767px) {
      .chart-details-content h2 {
        font-size: 36px; } }
  .chart-details-content p {
    margin-bottom: 30px;
    color: #ffffff; }

/* :: 14.0 Contact Area */
.razo-contact-area {
  position: relative;
  z-index: 1; }

.razo-contact-form {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .razo-contact-form h2 {
      font-size: 24px; } }
  .razo-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    color: #a6a6a6;
    font-size: 14px; }
    .razo-contact-form .form-control:focus {
      box-shadow: none;
      border-color: rgba(72,89,255,1); }
  .razo-contact-form textarea.form-control {
    height: 110px;
    padding: 20px; }

/* :: 15.0 Show CSS */
.show-welcome-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .show-welcome-area {
      max-height: 400px; } }
  @media only screen and (max-width: 767px) {
    .show-welcome-area {
      max-heightheight: 400px; } }
  .show-welcome-area .show-welcome-text p {
    font-size: 20px;
    display: block;
    color: #ffffff; }
  .show-welcome-area .show-welcome-text h2 {
    font-size: 48px;
    color: #ffffff;
    display: block;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .show-welcome-area .show-welcome-text h2 {
        font-size: 42px; } }
    @media only screen and (max-width: 767px) {
      .show-welcome-area .show-welcome-text h2 {
        font-size: 30px; } }
  .show-welcome-area .show-welcome-text span {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0; }

.show-routine-area {
  position: relative;
  z-index: 1; }
  .show-routine-area .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .show-routine-area .nav-tabs .nav-item {
      margin-bottom: 0;
      flex-grow: 1;
      text-align: center; }
      .show-routine-area .nav-tabs .nav-item .nav-link {
        position: relative;
        z-index: 1;
        border: none;
        padding: 10px;
        font-family: "Oswald", sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        color: #a6a6a6; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .show-routine-area .nav-tabs .nav-item .nav-link {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .show-routine-area .nav-tabs .nav-item .nav-link {
            font-size: 16px; } }
        .show-routine-area .nav-tabs .nav-item .nav-link::after {
          width: 80%;
          left: 10%;
          position: absolute;
          height: 2px;
          background-color: #e5e5e5;
          bottom: 0;
          z-index: 1;
          content: '';
          -webkit-transition-duration: 500ms;
          -o-transition-duration: 500ms;
          transition-duration: 500ms; }
        .show-routine-area .nav-tabs .nav-item .nav-link.active {
          color: rgba(72,89,255,1); }
          .show-routine-area .nav-tabs .nav-item .nav-link.active::after {
            background-color: rgba(72,89,255,1); }

.single-show-item {
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-show-item img {
    border-radius: 3px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; }
  .single-show-item .overlay-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    opacity: 1;
    visibility: visible; }
    .single-show-item .overlay-content span {
      margin-bottom: 15px;
      font-size: 14px;
      color: #ffffff;
      display: block; }
    .single-show-item .overlay-content h5 {
      color: #ffffff;
      display: block;
      margin-bottom: 0; }
  .single-show-item:hover img, .single-show-item:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-show-item:hover .overlay-content, .single-show-item:focus .overlay-content {
    background-color: rgba(72,89,255,1);
opacity: 0.7;	}

/* :: 16.0 Events CSS */
.event-welcome-area {
  position: relative;
  z-index: 1;
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    .event-welcome-area {
      padding: 100px 0; } }
  .event-welcome-area .event-welcome-text span {
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin-bottom: 10px; }
  .event-welcome-area .event-welcome-text h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .event-welcome-area .event-welcome-text h2 {
        font-size: 42px; } }
    @media only screen and (max-width: 767px) {
      .event-welcome-area .event-welcome-text h2 {
        font-size: 30px; } }
  .event-welcome-area .event-welcome-text p {
    margin-bottom: 0;
    color: #ffffff; }

.coming-soon-clock #clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .coming-soon-clock #clock div {
    font-weight: 500;
    color: #ffffff;
    font-size: 48px;
    margin: 0 15px;
    font-family: "Oswald", sans-serif; }
    @media only screen and (max-width: 767px) {
      .coming-soon-clock #clock div {
        font-size: 28px; } }
    .coming-soon-clock #clock div span {
      font-size: 18px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .coming-soon-clock #clock div span {
          font-size: 14px; } }

.event-search-content {
  position: relative;
  z-index: 1;
  padding: 30px 50px 0;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15); }
  .event-search-content form {
    position: relative;
    z-index: 1; }
    .event-search-content form .form-group {
      position: relative;
      z-index: 1;
      margin-bottom: 35px; }
      .event-search-content form .form-group label {
        font-size: 14px;
        color: #191919;
        display: block;
        margin-bottom: 10px;
        font-weight: 500;
        font-family: "Oswald", sans-serif; }
      .event-search-content form .form-group .form-input-icon {
        position: absolute;
        bottom: 13px;
        right: 15px;
        font-size: 14px;
        color: rgba(72,89,255,1); }
      .event-search-content form .form-group .form-control {
        width: 100%;
        height: 46px;
        border: 1px solid #e5e5e5;
        font-size: 14px;
        color: #a6a6a6; }
        @media only screen and (max-width: 767px) {
          .event-search-content form .form-group .form-control {
            font-size: 12px; } }
        .event-search-content form .form-group .form-control:focus {
          box-shadow: none;
          border-color: rgba(72,89,255,1); }

.single-razo-event-area {
  position: relative;
  z-index: 2; }
  .single-razo-event-area .event-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 200px;
    width: 200px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-razo-event-area .event-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%; } }
    @media only screen and (max-width: 767px) {
      .single-razo-event-area .event-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .single-razo-event-area .event-thumbnail img {
      border-radius: 5px; }
  .single-razo-event-area .event-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    width: 70%;
    padding-left: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-razo-event-area .event-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%;
        padding-left: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 767px) {
      .single-razo-event-area .event-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px; } }
    .single-razo-event-area .event-content h5 {
      display: block;
      margin-bottom: 15px; }
    .single-razo-event-area .event-content .event-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .single-razo-event-area .event-content .event-meta a {
        display: inline-block;
        font-size: 14px;
        color: #a6a6a6;
        margin-right: 30px;
        line-height: 1.8; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-razo-event-area .event-content .event-meta a {
            font-size: 12px;
            margin-right: 15px; } }
        @media only screen and (max-width: 767px) {
          .single-razo-event-area .event-content .event-meta a {
            font-size: 12px;
            margin-right: 15px; } }
        .single-razo-event-area .event-content .event-meta a i {
          font-size: 14px;
          color: rgba(72,89,255,1); }
          @media only screen and (max-width: 767px) {
            .single-razo-event-area .event-content .event-meta a i {
              font-size: 12px; } }
        .single-razo-event-area .event-content .event-meta a:last-child {
          margin-right: 0; }
        .single-razo-event-area .event-content .event-meta a:hover, .single-razo-event-area .event-content .event-meta a:focus {
          box-shadow: none;
          color: rgba(72,89,255,1); }
    .single-razo-event-area .event-content p {
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-razo-event-area .event-content p {
          font-size: 14px; } }
    .single-razo-event-area .event-content .read-more-btn {
      padding: 0;
      font-size: 14px;
      font-weight: 600;
      color: #a6a6a6; }
      .single-razo-event-area .event-content .read-more-btn:hover, .single-razo-event-area .event-content .read-more-btn:focus {
        box-shadow: none;
        color: rgba(72,89,255,1); }
    .single-razo-event-area .event-content .event-purchase-button {
      padding-left: 100px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-razo-event-area .event-content .event-purchase-button {
          padding-left: 0;
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .single-razo-event-area .event-content .event-purchase-button {
          padding-left: 0;
          margin-top: 30px; } }

/* :: 17.0 Podcast CSS */
.podcast-hero-text {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .podcast-hero-text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .podcast-hero-text h5 {
    color: #ffffff;
    display: block;
    margin-bottom: 20px; }
  .podcast-hero-text h2 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .podcast-hero-text h2 {
        font-size: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .podcast-hero-text h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .podcast-hero-text h2 {
        font-size: 30px; } }
  .podcast-hero-text .podcast-meta-data a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      .podcast-hero-text .podcast-meta-data a {
        font-size: 12px;
        margin-right: 15px; } }
    .podcast-hero-text .podcast-meta-data a i {
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .podcast-hero-text .podcast-meta-data a i {
          margin-right: 5px; } }
    .podcast-hero-text .podcast-meta-data a:last-child {
      margin-right: 0; }

.podcast-audio-player-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 90px;
  background-color: #191919; }
  .podcast-audio-player-area .audioplayer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 90px;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0; }
    .podcast-audio-player-area .audioplayer .audioplayer-time {
      color: #ffffff;
      font-family: "Oswald", sans-serif; }
    .podcast-audio-player-area .audioplayer .audioplayer-bar-loaded {
      background-color: #ffffff; }
    .podcast-audio-player-area .audioplayer .audioplayer-bar-played {
      background-color: rgba(72,89,255,1); }
  .podcast-audio-player-area .audioplayer-playing .audioplayer-bar-played::after,
  .podcast-audio-player-area .audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border-color: rgba(72,89,255,1); }
  .podcast-audio-player-area .audioplayer-bar-played::after {
    background-color: rgba(72,89,255,1); }

.single-podcast-area {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.15); }
  .single-podcast-area .podcast-thumb {
    position: relative;
    z-index: 1; }
    .single-podcast-area .podcast-thumb img {
      width: 350px;
	  height: 350px;	  }
    .single-podcast-area .podcast-thumb .like-comment {
      position: absolute;
      bottom: 15px;
      right: 15px;
      z-index: 10; }
      .single-podcast-area .podcast-thumb .like-comment a {
        display: inline-block;
        font-size: 14px;
        color: #ffffff;
        margin-left: 15px; }
        .single-podcast-area .podcast-thumb .like-comment a:hover, .single-podcast-area .podcast-thumb .like-comment a:focus {
          color: rgba(72,89,255,1); }
  .single-podcast-area .podcast-content {
    padding: 30px;
    position: relative;
    z-index: 1; }
    .single-podcast-area .podcast-content .podcast-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 15px; }
      .single-podcast-area .podcast-content .podcast-meta a {
        display: inline-block;
        font-size: 13px;
        color: #a6a6a6;
        margin-right: 15px; }
        .single-podcast-area .podcast-content .podcast-meta a:hover, .single-podcast-area .podcast-content .podcast-meta a:focus {
          color: rgba(72,89,255,1); }
    .single-podcast-area .podcast-content h5 {
      margin-bottom: 15px;
      display: block; }
    .single-podcast-area .podcast-content .border-line {
      width: 100%;
      height: 1px;
      background-color: #e5e5e5;
      display: block;
      margin: 15px 0 20px 0; }
    .single-podcast-area .podcast-content .play-download-btn .music-download-btn {
      font-size: 18px;
      color: #a6a6a6; }
      .single-podcast-area .podcast-content .play-download-btn .music-download-btn:hover, .single-podcast-area .podcast-content .play-download-btn .music-download-btn:focus {
        color: rgba(72,89,255,1); }

.razo-next-prev-pager {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #e5e5e5; }
  .razo-next-prev-pager .prev-pager,
  .razo-next-prev-pager .next-pager {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .razo-next-prev-pager .prev-pager a span,
    .razo-next-prev-pager .next-pager a span {
      font-size: 14px;
      display: block;
      color: #a6a6a6;
      margin-bottom: 15px; }
    .razo-next-prev-pager .prev-pager a h6,
    .razo-next-prev-pager .next-pager a h6 {
      margin-bottom: 0;
      color: #6e6e6e;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (max-width: 767px) {
        .razo-next-prev-pager .prev-pager a h6,
        .razo-next-prev-pager .next-pager a h6 {
          font-size: 14px; } }
      .razo-next-prev-pager .prev-pager a h6:hover, .razo-next-prev-pager .prev-pager a h6:focus,
      .razo-next-prev-pager .next-pager a h6:hover,
      .razo-next-prev-pager .next-pager a h6:focus {
        color: rgba(72,89,255,1); }

.razo-author-avatar {
  position: relative;
  z-index: 1;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .razo-author-avatar {
      margin-bottom: 50px; } }
  .razo-author-avatar img {
    width: 70px;
    border-radius: 70px;
    margin-bottom: 15px; }
  .razo-author-avatar h6 {
    margin-bottom: 0;
    font-size: 14px; }
	
	<!-- NAVIGATION MOBILE -->
	
	/* [ -- Master Stylesheet -- ] */
/* ----------------------------------------------------------
:: Template Name: ClassyNav - Responsive Mega Menu Plugins
:: Author: Designing World
:: Author URL: https://themeforest.net/user/designing-world/portfolio
:: Version: 1.0.0
:: Created: May 16, 2018
:: Last Updated: May 16, 2018
---------------------------------------------------------- */
/* Base CSS */
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
}
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-transparent {
  background-color: transparent !important;
}
.classy-nav-container {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  /* sticky */
}
.classy-nav-container * {
  box-sizing: border-box;
}
.classy-nav-container.classy-sticky {
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.classy-nav-container.box-skins .classynav>ul>li {
  background-color: #1abc9c;
}
.classy-nav-container.box-skins .classynav>ul>li>a {
  color: #fff;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.classy-navbar {
  width: 100%;
  height: 70px;
  padding: 0.5em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  
}
.classy-navbar .nav-brand {
  font-size: 26px;
  font-weight: 500;
  color: #565656;
  display: inline-block;
  margin-right: 30px;
}
.classy-navbar .nav-brand:focus, .classy-navbar .nav-brand:hover {
  font-size: 26px;
  font-weight: 500;
}
.classynav ul li {
  display: inline-block;
  clear: both;
  position: inherit;
  z-index: 10;
}
.classynav ul li.cn-dropdown-item {
  position: relative;
  z-index: 10;
}
.classynav ul li.cn-dropdown-item ul li {
  position: relative;
  z-index: 10;
}
.classynav ul li ul li {
  display: block;
}
.classynav ul li ul li a {
  padding: 0 20px;
}
.classynav ul li a {
  padding: 0 12px;
  display: block;
  height: 35px;
  font-size: 14px;
  line-height: 34px;
}
.classynav ul li .megamenu li a {
  padding: 0 12px;
}
.classynav ul li div.single-mega a {
  height: auto;
  line-height: 1;
}
/* Down Arrow Icon for Megamenu */
@font-face {
  font-family: 'classyfonts';
  src: url("fonts/classycb9b.eot?fftrrv");
  src: url("fonts/classycb9b.eot?fftrrv#iefix") format("embedded-opentype"), url("fonts/classycb9b.ttf?fftrrv") format("truetype"), url("fonts/classycb9b.woff?fftrrv") format("woff"), url("fonts/classycb9b.svg?fftrrv#classyfonts") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-classy-nav-down-arrow {
  font-family: 'classyfonts';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-classy-nav-down-arrow:before {
  content: "\e900";
}
.classynav ul li.megamenu-item>a:after,
.classynav ul li.has-down>a:after {
  font-family: 'classyfonts';
  content: "\e900";
  font-size: 12px;
  color: rgba(255,255,255,1);
  padding-left: 5px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.classynav ul li ul li.has-down>a::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 3;
}
/* button css */
.classy-btn {
  position: relative;
  z-index: 1;
  min-width: 120px;
  padding: 0 25px;
  line-height: 42px;
  height: 42px;
  background-color: #1abc9c;
  border-radius: 50px;
  color: #fff !important;
  margin-left: 30px;
  text-align: center;
}
.classy-btn:hover, .classy-btn:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* Dropdown Toggle */
.dd-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 500;
  border-radius: 0;
  display: none;
}
/* Close Icon */
.classycloseIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 12;
  display: none;

}
.classycloseIcon .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}
.classycloseIcon .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #ffffff;
}
.classycloseIcon .cross-wrap span.top {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.classycloseIcon .cross-wrap span.bottom {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* navbarToggler */
.classy-navbar-toggler {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.classy-navbar-toggler .navbarToggler {
  display: inline-block;
  cursor: pointer;
}
.classy-navbar-toggler .navbarToggler span {
  position: relative;
  background-color: #858585;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
}
.classy-navbar-toggler .navbarToggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}
.classy-navbar-toggler .navbarToggler.active span:nth-of-type(2) {
  opacity: 0;
}
.classy-navbar-toggler .navbarToggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}
.classynav ul li .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  z-index: 200;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.classynav ul li .megamenu .single-mega.cn-col-5 {
  width: 20%;
  float: left;
  padding: 15px;
  border-right: 1px solid #f2f4f8;
}
.classynav ul li .megamenu .single-mega.cn-col-5:last-of-type {
  border-right: none;
}
.classynav ul li .megamenu .single-mega.cn-col-4 {
  width: 25%;
  float: left;
  padding: 15px;
  border-right: 1px solid #f2f4f8;
}
.classynav ul li .megamenu .single-mega.cn-col-4:last-of-type {
  border-right: none;
}
.classynav ul li .megamenu .single-mega.cn-col-3 {
  width: 33.3333334%;
  float: left;
  padding: 15px;
  border-right: 1px solid #f2f4f8;
}
.classynav ul li .megamenu .single-mega.cn-col-3:last-of-type {
  border-right: none;
}
.classynav ul li .megamenu .single-mega .title {
  font-size: 14px;
  border-bottom: 1px solid #f2f4f8;
  padding: 8px 12px;
}
.classynav ul li .dropdown li a {
  border-bottom: 1px solid #343a40;

}
.classynav ul li .dropdown li:last-child a {
  border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
/* Desktop Area CSS */
.breakpoint-off .classynav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.breakpoint-off .classynav ul li .dropdown {
  width: 180px;
  position: absolute;
  background-color: rgba(36,34,34,0.84);
  top: 120%;
  left: 0;
  z-index: 100;
  height: auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
}
.breakpoint-off .classynav ul li .dropdown li .dropdown {
  top: 10px;
  left: 180px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
}
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown {
  opacity: 0;
  visibility: hidden;
  top: 120%;
}
.breakpoint-off .classynav ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.breakpoint-off .classynav ul li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: -10px;
}
.breakpoint-off .classynav ul li .megamenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 120%;
  background-color: #ffffff;
  z-index: 200;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.breakpoint-off .classynav ul li.megamenu-item:hover .megamenu, .breakpoint-off .classynav ul li.megamenu-item:focus .megamenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
/* Mobile/Tablet Nav CSS */
.breakpoint-on .classycloseIcon {
  display: block;
}
.breakpoint-on .classy-navbar-toggler {
  display: block;
}
.breakpoint-on .classy-navbar .classy-menu {
  background-color: #191919;
  position: fixed;
  top: 0;
  left: -310px;
  z-index: 1000;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}
.breakpoint-on .classy-navbar .classy-menu.menu-on {
  left: 0;
}
.breakpoint-on .classynav ul li {
  display: block;
  position: relative;
  clear: both;
  z-index: 10;
}
.breakpoint-on .classynav ul li a {
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
}
.breakpoint-on .classynav ul li .dropdown {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
}
.breakpoint-on .classynav ul li .dropdown li .dropdown {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.breakpoint-on .classynav ul li.megamenu-item {
  position: relative;
  z-index: 10;
}
.breakpoint-on .dd-trigger {
  height: 38px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.breakpoint-on .classynav ul li .dropdown,
.breakpoint-on .classynav ul li .megamenu {
  display: none;
}
.breakpoint-on .classynav {
  padding-top: 70px;
}
.breakpoint-on .classynav ul li .megamenu {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  box-shadow: none;
}
.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5,
.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4,
.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3 {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #f2f4f8;
}
.breakpoint-on .classynav>ul>li>a {
  background-color: #2b2b2b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.breakpoint-on .classynav ul li ul.dropdown li ul li {
  margin-left: 15px;
}
.breakpoint-on .classy-btn {
  width: calc(100% - 30px);
  margin: 30px 15px;
}
.breakpoint-on .classynav ul li.megamenu-item>a::after,
.breakpoint-on .classynav ul li.has-down>a::after {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 5;
}
.breakpoint-on .classynav ul li.has-down.active>a:after,
.breakpoint-on .classynav ul li.megamenu-item.active>a:after {
  color: #2ecc71;
}
/* Dark Theme CSS */
.dark.classy-nav-container {
  background-color: #192a56;
}
.dark.classy-nav-container a {
  color: rgba(255, 255, 255, 0.7);
}
.dark.classy-nav-container a:hover, .dark.classy-nav-container a:focus {
  color: #ffffff;
}
.dark .classynav ul li .dropdown {
  background-color: #192a56;
}
.dark .classynav ul li .megamenu {
  background-color: #192a56;
}
.dark .classynav ul li .megamenu .single-mega.cn-col-5,
.dark .classynav ul li .megamenu .single-mega.cn-col-4,
.dark .classynav ul li .megamenu .single-mega.cn-col-3 {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.dark .classynav ul li.megamenu-item ul li a {
  border-bottom: none;
}
.dark .classynav ul li .megamenu .single-mega .title {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.dark .classy-navbar-toggler .navbarToggler span {
  background-color: #ffffff;
}
.dark.breakpoint-on .classy-navbar .classy-menu {
  background-color: #192a56;
}
.dark .classycloseIcon .cross-wrap span {
  background-color: #ffffff;
}
.dark.breakpoint-on .classynav>ul>li>a {
  background-color: #192a56;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5, .dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4, .dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-right: none;
}
.dark .classynav ul li.megamenu-item>a:after {
  color: #ffffff;
}
.dark .classynav ul li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li:last-child a {
  border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
  border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
  border-bottom: none;
}
/* Right Side Menu Open CSS */
.right.breakpoint-on .classy-navbar .classy-menu {
  left: auto;
  right: -310px;
}
.right.breakpoint-on .classy-navbar .classy-menu.menu-on {
  left: auto;
  right: 0;
}
/* Dropdown RTL CSS */
.dropdown-rtl.breakpoint-off .classynav ul li .dropdown {
  left: auto;
  right: 0;
}
.dropdown-rtl .classynav ul li a,
.dropdown-rtl .classynav ul li .megamenu .single-mega .title {
  text-align: right;
}
.dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown {
  right: 180px;
  left: auto;
  opacity: 0;
  visibility: hidden;
  top: 10px;
}
.dropdown-rtl.breakpoint-off .classynav ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 90%;
}
.dropdown-rtl.breakpoint-off .classynav ul li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.dropdown-rtl.breakpoint-on .classynav ul li ul.dropdown li ul li {
  margin-left: 0;
  margin-right: 15px;
}
#ajax-loader {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ajax-loader > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #000000;
    opacity: 0.65;
}

.card-container {
	  -webkit-perspective: 800px;
   -moz-perspective: 800px;
     -o-perspective: 800px;
        perspective: 800px;
        margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.card-container.static:hover .card,
.card-container.static.hover .card {
	-webkit-transform: none;
-moz-transform: none;
 -o-transform: none;
    transform: none;
}
/* flip speed goes here */
.card {
	 -webkit-transition: -webkit-transform .5s;
   -moz-transition: -moz-transform .5s;
     -o-transition: -o-transform .5s;
        transition: transform .5s;
-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
		-webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;
}

.back .btn-simple{
    position: absolute;
    left: 0;
    bottom: 4px;
}
/*        Style       */


.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}
.card-container, .front, .back {
	width: 100%;
	height: 420px;
	border-radius: 4px;
}
.card .cover{
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.card .cover img{
    width: 100%;
}
.card .user{
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}
.card .content .main {
    min-height: 160px;
}
.card .back .content .main {
    height: 215px;
}
.card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.card .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}
.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
}
.card .footer .social-links{
    font-size: 18px;
}
.card .footer .social-links a{
    margin: 0 7px;
}
.card .footer .btn-simple{
    margin-top: -6px;
}
.card .header {
    padding: 15px 20px;
    height: 90px;
}
.card .motto{
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.card .stats-container{
	width: 100%;
	margin-top: 50px;
}
.card .stats{
	display: block;
	float: left;
	width: 33.333333%;
	text-align: center;
}

.card .stats:first-child{
	border-right: 1px solid #EEEEEE;
}
.card .stats:last-child{
	border-left: 1px solid #EEEEEE;
}
.card .stats h4{
	font-weight: 300;
	margin-bottom: 5px;
}
.card .stats p{
	color: #777777;
}
/*      Just for presentation        */

.title{
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;
}
.title small{
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}
.space-30{
	height: 30px;
	display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-200{
    height: 200px;
    display: block;
}
.white-board{
    background-color: #FFFFFF;
    min-height: 200px;
    padding: 60px 60px 20px;
}
.ct-heart{
    color: #F74933;
}

 pre.prettyprint{
    background-color: #ffffff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}
.atv, .str{
    color: #05AE0E;
}
.tag, .pln, .kwd{
     color: #3472F7;
}
.atn{
  color: #2C93FF;
}
.pln{
   color: #333;
}
.com{
    color: #999;
}

.btn-simple{
    opacity: .8;
    color: #666666;
    background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus{
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}
.btn-simple i{
    font-size: 16px;
}

.navbar-brand-logo{
    padding: 0;
}
.navbar-brand-logo .logo{
    border: 1px solid #333333;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 60px;
}
.navbar .navbar-brand-logo .brand{
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
}
.navbar-default .navbar-brand-logo .brand{
    color: #555;
}


/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}
.bn-breaking-news{
  display: block;
  width: 100%;
  background: rgba(31,54,104,1);
  height: 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 40px;
  overflow: hidden;
  border-radius: 2px;
  text-align: auto;
  font-size: 14px;
}
.bn-breaking-news *{
  box-sizing: border-box;
}
.bn-breaking-news.bn-fixed-top{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.bn-breaking-news.bn-fixed-bottom{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.bn-breaking-loading{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,1);
  z-index: 5;
  padding: 0 10px;
  color: rgba(0,0,0,1);
}

.bn-label{
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: rgba(31,54,104,1);
  text-align: center;
  color: rgba(255,255,255,1);
  font-weight: bold;
  z-index: 3;
  padding: 0 15px;
  white-space: nowrap;
}

.bn-news{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
  font-size:6px;
}
.bn-news ul{
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.bn-news ul li{
  white-space: nowrap;
  overflow:hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  position: absolute;
  width: 100%;
  display: none;
  color: #333;
}
.bn-news ul li a{
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 10px;
  color: #333;
  position: relative;
  display: block;
  overflow: hidden;
  font-size:15px;
}
.bn-news ul li a:hover{
  color: #069;
}
.bn-loader-text{
  padding: 0 10px;
}
.bn-seperator{
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.bn-seperator.bn-news-dot{
  margin-right: 0;
}
.bn-seperator.bn-news-dot:after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.bn-prefix{
  color: #d65d7a;
  margin-right: 15px;
  padding-left: 10px;
}
.bn-positive{
  color: #0b8457;
  font-weight: bold;
}
.bn-negative{
  color: #dc2f2f;
  font-weight: bold;
}
/*news item style end ************/



/*********************************/
/*controls style start ***********/
.bn-controls{
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bn-controls button{
  width: 30px;
  float: left;
  height: 100%;
  cursor: pointer;
  border:none;
  text-align: center;
  background-color: rgba(31,54,104,1);
  outline: none;
}
.bn-controls button:hover{
  background-color: #EEE;
}

.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -2px;
}
.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left:-3px;
}
.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px;
}
.bn-arrow::after{
  border-color: #999999;
}
.bn-arrow::before{
  background-color: #999999;
}
.bn-play{
  position: relative;
  background: #999999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px;
}
.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999999;
  border-width: 8px;
  margin-top: -8px;
}
.bn-pause{
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left:-1px;
}
.bn-pause::before{
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 3px;
  background-color: #999999;
}
.bn-pause::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -3px;
  background-color: #999999;
}
/*controls style end *************/
/*********************************/
.bn-direction-rtl{
  direction: rtl;
}
.bn-direction-rtl .bn-label{
  left: auto;
  right: 0;
}
.bn-direction-rtl .bn-controls{
  right: auto;
  left: 0;
}
.bn-direction-rtl .bn-seperator{
  margin-left: 15px;
  margin-right: 0;
  float: right;
}
.bn-direction-rtl .bn-prefix{
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.bn-direction-rtl .bn-controls button{
  border-left: none;
  border-right: solid 1px #EEE;
}

.bn-effect-scroll .bn-news ul{
  display: block;
  width: 100%;
  position: relative;
}
.bn-effect-scroll .bn-news ul li{
  display: list-item;
  float: left;
  position: relative;
  width: auto;
}
.bn-effect-scroll.bn-direction-rtl .bn-news ul li{
  float: right;
}

.hidden {
  display: none;
}

#website, #btn-cpy {
  float: left;
  padding: 3px 6px;
  margin: 1;
  border: 1px solid #333;
  outline: 0;
  box-shadow: none;
}

#website {
  
  background-color: #fff;
  border-right: 0 none;
  border-radius: 3px 0 0 3px;
}

#btn-cpy {
  position: relative;
  background-color: #aaa;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.copied::after {
  position: absolute;
  top: 12%;
  right: 110%;
  display: block;
  content: "copied";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #22a;
  border-radius: 3px;
  opacity: 0;
  will-animate: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
  }
}
.testimonial {
  text-align: center;
  padding: 10px 10px 10px;
  position: relative;
}

.testimonial::before,
.testimonial::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
}

.testimonial::after {
  border-right: none;
  left: auto;
  right: 0;
}

.testimonial .pic {
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}
#social-sidebar {
	right: 0;
	position: fixed;
	top: 35%;
	z-index: 999999;
}


#social-sidebar li:first-child a { border-top-right-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-right-radius: 5px; }

#social-sidebar a {
	background: rgba(0, 0, 0, .7);
	color: #fff;
  text-decoration: none;
	display: block;
	height: 40px;
	width: 40px;  
	font-size: 18px;
	line-height:40px;
	position: relative;
	text-align: center;
  vertical-align: center;
  cursor: pointer;
}

#social-sidebar a:hover span {
	right: 120%;
	opacity: 1;
}

#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
	border-radius: 3px;
	line-height: 24px;
	right: -100%;
	margin-top: -16px;
	opacity: 0;
  width:100px;
	padding: 4px 8px;
	position: absolute;
	transition: opacity .3s, right .4s;
	top: 50%;
}

#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
  width: 8px;
	right: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before {background: #00aced;}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {background: #3B5998;}

#social-sidebar a[class*="youtube"]:hover,
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before {background: #ff7e00 ;}

#social-sidebar a[class*="paper-plane"]:hover,
#social-sidebar a[class*="paper-plane"] span,
#social-sidebar a[class*="paper-plane"] span:before {background: #7289da;}

#social-sidebar a[class*="instagrem"]:hover,
#social-sidebar a[class*="instagrem"] span,
#social-sidebar a[class*="instagrem"] span:before {background: #ff2a00;}

#social-sidebar a[class*="linkedin"]:hover,
#social-sidebar a[class*="linkedin"] span,
#social-sidebar a[class*="linkedin"] span:before {background: #007BB5;}

#social-sidebar a[class*="discord"]:hover,
#social-sidebar a[class*="discord"] span,
#social-sidebar a[class*="discord"] span:before {background: #00308e;}

#social-sidebar a[class*="soundcloud"]:hover,
#social-sidebar a[class*="soundcloud"] span,
#social-sidebar a[class*="soundcloud"] span:before {background: #ab274f;}

#social-sidebar a[class*="pinterest"]:hover,
#social-sidebar a[class*="pinterest"] span,
#social-sidebar a[class*="pinterest"] span:before {background: #c8232c;}

#social-sidebar a[class*="twitch"]:hover,
#social-sidebar a[class*="twitch"] span,
#social-sidebar a[class*="twitch"] span:before {background: #6441a5;}

#social-sidebar a[class*="fill in icon here"]:hover,
#social-sidebar a[class*="fill in icon here"] span,
#social-sidebar a[class*="fill in icon here"] span:before {background: #E58623;}

.cards-list1 {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card1 {
  margin: 30px auto;
  width: 16%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
  background-color: white;
  text-align: center;
}

.card1 .card_image1 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  
}

.card1 .card_image1 img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: -25px;
}

.card1 .card_title1 {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -20px;
  height: 50px;
}

.card1:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}

.social-share-btns-container {
  overflow: hidden;
  position: relative;
  left: 0;
  font-size: 0;
  top: 50%;
  margin: -30px 0;
  text-align: center;
  width: 100%;
}

.social-share-btns {
  display: inline-block;
  overflow: hidden;
}
.social-share-btns .share-btn {
  float: left;
  margin: 0 5px;
  padding: 8px 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.share-btn {
  background-color: #95a5a6;
}
.share-btn:hover {
  background-color: #798d8f;
}

.share-btn-twitter {
  background-color: #00aced;
}
.share-btn-twitter:hover {
  background-color: #0087ba;
}

.share-btn-facebook {
  background-color: #3b5998;
}
.share-btn-facebook:hover {
  background-color: #2d4373;
}

.share-btn-linkedin {
  background-color: #007bb6;
}
.share-btn-linkedin:hover {
  background-color: #005983;
}

.share-btn-reddit {
  background-color: #ED001C;
}
.share-btn-reddit:hover {
  background-color: #ba0016;
}

.share-btn-mail {
  background-color: #f1c40f;
}
.share-btn-mail:hover {
  background-color: #dab10d;
}
</style>