@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.min.css);
@import url(css/default-assets/classy-nav.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.min.css);
@import url(css/font-awesome.min.css);
@import url(css/material-design-iconic-font.min.css);
@import url(css/style.min.css);
@import url(css/reboot.min.css);
@import url(css/share-nav.min.css);

body {
  background-color: black !important;
  overflow-x : hidden;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background: #fb3447;
  background-image: -moz-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
  background-image: -webkit-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
  background-image: -ms-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
  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;
  overflow: hidden; }

.loader {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: loader linear 2s infinite;
  animation: loader linear 2s infinite;
  border-top: 2px solid #ffffff;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

    
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }


/* :: 4.0 Heading Area CSS */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .section-heading p {
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400; }
  .section-heading h4 {
    font-size: 38px;
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .section-heading h4 {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-heading h4 {
        font-size: 30px; } }

.section-heading-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .section-heading-2 p {
    color: black;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400; }
  .section-heading-2 h4 {
    font-size: 38px;
    /* color: rgb(255, 255, 255); */
    color: rgb(255, 255, 255);
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .section-heading-2 h4 {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-heading-2 h4 {
        font-size: 30px; } }

.section-heading-3 {
  position: relative;
  z-index: 1;
  margin-bottom: 34px; }
  .section-heading-3 p {
    color: #fb3447;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400; }
  .section-heading-3 h4 {
    font-size: 38px;
    /* color: #ffffff; */
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .section-heading-3 h4 {
        font-size: 26px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-heading-3 h4 {
        font-size: 30px; } }

/* :: 5.0 Backtotop Area CSS */
#scrollUp {
  position: fixed;
  right: 40px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 40px;
  background-color: #fb3447;
  color: #ffffff;
  display: none !important;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  z-index: -1 !important; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      right: 20px;
      bottom: 20px; } }
  #scrollUp:focus, #scrollUp:hover {
    background-color: #000000;
    color: #ffffff; }

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

.konstruct-btn {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 23px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; }
  .konstruct-btn i {
    margin-left: 5px; }
  .konstruct-btn::before {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    content: '';
    background: #fb3447;
    background-image: -moz-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
    background-image: -webkit-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
    background-image: -ms-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
    z-index: -2; }
  .konstruct-btn:focus, .konstruct-btn:hover {
    font-weight: 500;
    background-color: #ffffff;
    color: #111343 !important;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }
    .konstruct-btn:focus i, .konstruct-btn:hover i {
      -webkit-animation: buttonIcon 1s ease-in infinite;
      animation: buttonIcon 1s ease-in infinite; }
    .konstruct-btn:focus::before, .konstruct-btn:hover::before {
      left: 110%; }

@-webkit-keyframes buttonIcon {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes buttonIcon {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.konstruct-btn-2 {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 23px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .konstruct-btn-2 i {
    margin-left: 4px; }
  .konstruct-btn-2.btn-2 {
    color: #111343; }
  .konstruct-btn-2:focus, .konstruct-btn-2:hover {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #fb3447;
    color: #ffffff; }

.konstruct-btn-white {
  position: relative;
  z-index: 1;
  height: 46px;
  padding: 0 25px;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 23px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 42px;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .konstruct-btn-white i {
    margin-left: 5px; }
  .konstruct-btn-white:hover, .konstruct-btn-white:focus {
    background-color: #fb3447;
    border-color: #fb3447;
    color: #ffffff; }

.konstruct-btn-white-2 {
  position: relative;
  z-index: 1;
  height: 46px;
  padding: 0 25px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 23px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 42px;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .konstruct-btn-white-2 i {
    margin-left: 3px; }
  .konstruct-btn-white-2:hover, .konstruct-btn-white-2:focus {
    background-color: #fb3447;
    border-color: #fb3447;
    color: #ffffff; }

.konstruct-gb-btn {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0 25px;
  min-width: 180px;
  height: 46px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 23px;
  border: none;
  overflow: hidden; }
  .konstruct-gb-btn::before {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    content: '';
    background: #fb3447;
    background-image: -webkit-linear-gradient(120deg, #ff9a9a 0%, #fb3447 100%);
    background-image: -ms-linear-gradient(120deg, #ff9a9a 0%, #fb3447 100%);
    z-index: -2; }
  .konstruct-gb-btn::after {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 23px;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #151853;
    content: '';
    z-index: -1; }
  .konstruct-gb-btn:hover, .konstruct-gb-btn:focus {
    color: #ffffff; }
    .konstruct-gb-btn:hover::after, .konstruct-gb-btn:focus::after {
      opacity: 0; }

/* :: 7.0 Header Area CSS */
.classy-nav-container {
  background-color: rgb(0, 0, 0);
  padding: 0; }
  .classy-nav-container:hover {
    /*background: linear-gradient(180deg, rgba(0,0,0,0.5802696078431373) 90%, rgba(0,0,0,0.4150035014005602) 95%, rgba(0,0,0,0) 100%);*/
    padding: 0; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 105px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        margin-right: 15px; } }
        
    .classy-nav-container .classy-navbar .classynav ul li a {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500;
      padding: 0 20px; }
      .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
        color: #fb3447; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #111343; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #fb3447; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          color: #111343; }
          .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #fb3447; } }
    .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: uppercase;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #111343; }
      .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: #fb3447; }
    .classy-nav-container .classy-navbar .classynav ul li.active a {
      color: #fb3447 !important; }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #fb3447; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 200px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 4px; }

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

  .header-area .classy-navbar-toggler .navbarToggler span {
    background-color: black;
  }


.header-area {
  top: 0;
  /*position: fixed;*/
  z-index: 999;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background: rgba(0, 0, 0, 0.1);
  /* background: linear-gradient(180deg, rgba(0,0,0,0.5802696078431373) 90%, rgba(0,0,0,0.4150035014005602) 95%, rgba(0,0,0,0) 100%); */
}
  .header-area.sticky {
    background-color: rgb(0, 0, 0);
    -webkit-box-shadow: 0 2px 40px 8px rgba(253, 125, 125, 0.096);
    box-shadow: 0 0 40px 5px rgba(253, 125, 125, 0.096);
}

    /* .header-area.sticky .classy-navbar {
      height: 75px; } */
.carousel-area {
  margin-top: 105px;
  position:relative;
  z-index:0;
}

/* :: 8.0 Hero Area CSS */
.welcome-area {
  position: relative;
  z-index: 1; }
  .welcome-area .icon-scroll {
    width: 26px;
    height: 39px;
    position: absolute;
    z-index: 999999;
    left: 50%;
    bottom: 40px;
    margin-left: -13px;
    -webkit-box-shadow: inset 0 0 0 2px #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff;
    border-radius: 25px;
    opacity: 0.75;
    cursor: pointer; }
    .welcome-area .icon-scroll::before {
      position: absolute;
      z-index: 999999;
      content: '';
      width: 6px;
      height: 6px;
      background: #ffffff;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 8px;
      border-radius: 4px;
      -webkit-animation: iconScroll linear 1200ms infinite;
      animation: iconScroll linear 1200ms infinite; }

@-webkit-keyframes iconScroll {
  0% {
    top: 8px;
    opacity: 1; }
  50% {
    opacity: 0;
    top: 23px; }
  100% {
    top: 8px;
    opacity: 0; } }
@keyframes iconScroll {
  0% {
    top: 8px;
    opacity: 1; }
  50% {
    opacity: 0;
    top: 23px; }
  100% {
    top: 8px;
    opacity: 0; } }
.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .welcome-slides .owl-prev,
  .welcome-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 70px;
    margin-top: -33px;
    z-index: 10;
    text-align: center;
    line-height: 44px;
    border: 2px solid #9293bc;
    color: #9293bc;
    font-size: 34px; }
    .welcome-slides .owl-prev:hover, .welcome-slides .owl-prev:focus,
    .welcome-slides .owl-next:hover,
    .welcome-slides .owl-next:focus {
      background-color: rgba(255, 255, 255, 0.5);
      color: #000000; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-slides .owl-prev,
      .welcome-slides .owl-next {
        left: 30px; } }
    @media only screen and (max-width: 767px) {
      .welcome-slides .owl-prev,
      .welcome-slides .owl-next {
        width: 40px;
        left: 15px;
        height: 40px;
        font-size: 18px;
        line-height: 38px; } }
  .welcome-slides .owl-next {
    left: auto;
    right: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-slides .owl-next {
        right: 30px; } }
    @media only screen and (max-width: 767px) {
      .welcome-slides .owl-next {
        right: 15px; } }

.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: #fb3447; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: 100vh; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: 100vh; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: 100vh; } }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-welcome-slide .welcome-text h2 {
      position: relative;
      z-index: 1;
      font-weight: 700;
      text-shadow: 2px 2px 2px rgba(255, 0, 0, 0.89);
      font-size: 30px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      color: #ffffff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 25px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 20; } }
    .single-welcome-slide .welcome-text h6 {
      color: #ffffff;
      margin-bottom: 50px;
      text-transform: capitalize;
      display: inline-block;
      padding: 10px 20px;
      min-width: 200px;
      max-width: 400px;
      text-shadow: 2px 2px 2px rgba(255, 0, 0, 0.877);
      font-size: 15px; }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h6 {
          font-size: 13px; } }
    .single-welcome-slide .welcome-text .hero-mail-contact {
      color: #ffffff;
      font-style: italic;
      text-decoration: underline; }
      .single-welcome-slide .welcome-text .hero-mail-contact:hover, .single-welcome-slide .welcome-text .hero-mail-contact:focus {
        color: #fb3447; }
  .single-welcome-slide .welcome-text-two {
    position: relative;
    z-index: 1; }
    .single-welcome-slide .welcome-text-two h5 {
      font-size: 20px;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h5 {
          font-size: 20px; } }
    .single-welcome-slide .welcome-text-two h2 {
      font-size: 30px;
      color: #ffffff;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      font-weight: 700; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text-two h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h2 {
          font-size: 25px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h2 {
          font-size: 20px; } }
    .single-welcome-slide .welcome-text-two .event-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 50px; }
      .single-welcome-slide .welcome-text-two .event-meta a {
        color: #ffffff;
        margin-right: 40px; }
        @media only screen and (max-width: 767px) {
          .single-welcome-slide .welcome-text-two .event-meta a {
            margin-right: 15px;
            font-size: 12px; } }
        .single-welcome-slide .welcome-text-two .event-meta a i {
          margin-right: 5px; }

/* :: Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 60;
  background-color: #161616; }
  .footer-area .row {
    margin-left: -30px;
    margin-right: -30px; }
    @media only screen and (max-width: 767px) {
      .footer-area .row {
        margin-left: -15px;
        margin-right: -15px; } }
    .footer-area .row .col-12 {
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (max-width: 767px) {
        .footer-area .row .col-12 {
          padding-left: 15px;
          padding-right: 15px; } }

.main-footer-area {
  position: relative;
  z-index: 1; }
  .main-footer-area .single-footer-widget .widget-title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px; }
  .main-footer-area .single-footer-widget p {
    color: #9293bc;
    font-size: 14px; }
    .main-footer-area .single-footer-widget p i {
      margin-right: 5px; }
  .main-footer-area .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 20px; }
  .main-footer-area .single-footer-widget .social-info a {
    height: 34px;
    width: 34px;
    border: 1px solid #3d3e66;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 15px;
    margin-right: 8px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .main-footer-area .single-footer-widget .social-info a:hover, .main-footer-area .single-footer-widget .social-info a:focus {
      background-color: #5d5e8d;
      border-color: #5d5e8d; }
  .main-footer-area .single-footer-widget .footer-contact-info {
    position: relative;
    z-index: 1; }
    .main-footer-area .single-footer-widget .footer-contact-info p {
      margin-bottom: 13px; }
      .main-footer-area .single-footer-widget .footer-contact-info p:last-child {
        margin-bottom: 0; }
  .main-footer-area .single-footer-widget .footer-nav {
    position: relative;
    z-index: 1; }
    .main-footer-area .single-footer-widget .footer-nav li a {
      color: #9293bc;
      font-size: 14px;
      margin-bottom: 15px;
      display: inline-block;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .main-footer-area .single-footer-widget .footer-nav li a:hover, .main-footer-area .single-footer-widget .footer-nav li a:focus {
        color: #ffffff; }
    .main-footer-area .single-footer-widget .footer-nav li:last-child a {
      margin-bottom: 0; }
  .main-footer-area .single-footer-widget .footer-gallery .row {
    margin-right: -5px;
    margin-left: -5px; }
    .main-footer-area .single-footer-widget .footer-gallery .row .col-4 {
      padding-left: 5px;
      padding-right: 5px; }
  .main-footer-area .single-footer-widget .footer-gallery a {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%; }
    .main-footer-area .single-footer-widget .footer-gallery a img {
      border-radius: 5px;
      width: 100%; }
    .main-footer-area .single-footer-widget .footer-gallery a::before {
      background: #fb3447;
      background-image: -webkit-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
    background-image: -ms-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      border-radius: 5px; }
    .main-footer-area .single-footer-widget .footer-gallery a:hover::before {
      visibility: visible;
      opacity: 0.8; }

.copywrite-content {
  border-top: 1px solid #414269;
  padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    .copywrite-content {
      text-align: center; } }
  .copywrite-content .copywrite-text p {
    color: #9293bc;
    font-size: 14px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .copywrite-content .copywrite-text p {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .copywrite-content .copywrite-text p {
        font-size: 12px; } }
    .copywrite-content .copywrite-text p a {
      color: #ffffff;
      font-weight: 400; }
      .copywrite-content .copywrite-text p a:hover, .copywrite-content .copywrite-text p a:focus {
        color: #fb3447; }
  .copywrite-content .footer-menu {
    position: relative;
    z-index: 1; }
    .copywrite-content .footer-menu .nav {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .copywrite-content .footer-menu .nav {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .copywrite-content .footer-menu .nav li {
        margin-right: 20px; }
        .copywrite-content .footer-menu .nav li:last-child {
          margin-right: 0; }
        .copywrite-content .footer-menu .nav li a {
          color: #9293bc;
          font-size: 14px;
          font-weight: 400; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .copywrite-content .footer-menu .nav li a {
              font-size: 12px; } }
          @media only screen and (max-width: 767px) {
            .copywrite-content .footer-menu .nav li a {
              font-size: 12px; } }
          .copywrite-content .footer-menu .nav li a i {
            position: relative;
            z-index: 1;
            top: -2px;
            font-size: 6px;
            margin-right: 2px;
            color: #ff9a9a; }
          .copywrite-content .footer-menu .nav li a:hover, .copywrite-content .footer-menu .nav li a:focus {
            color: #ffffff; }

/* :: 10.0 About Area CSS */
.about-us-countdown-area {
  position: relative;
  z-index: 1;
  /* background-color: rgb(0, 0, 0) } */
  /* background-color: white; */
  background-image: url(social-back1.jpg);
  background-attachment: fixed;
}
  .about-us-countdown-area .about-content-text h6 {
    font-size: 16px;
    font-weight: 500;
    color: #fb3447;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #4b4d7b;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: inline-block; }
  .about-us-countdown-area .about-content-text h3 {
    font-size: 40px;
    /* color: #ffffff; */
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-us-countdown-area .about-content-text h3 {
        font-size: 32px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about-us-countdown-area .about-content-text h3 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .about-us-countdown-area .about-content-text h3 {
        font-size: 22px; } }
  .about-us-countdown-area .about-content-text p {
    /* color: #ffffff; } */
    color: #000000; }

/* :: About Single Page CSS */
.single-we-offer-content {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 27px 0px rgba(148, 101, 101, 0.144);
  box-shadow: 0px 8px 27px 0px rgba(148, 101, 101, 0.144);;
  /* background-color: rgba(175, 175, 175, 0.096); */
  background-color: rgba(80, 74, 74, 0.151);
  border-radius: 10px;
  padding: 30px 25px;
  min-height: 530px;
  margin-bottom: 30px;
  overflow: hidden; }
  .single-we-offer-content .offer-icon {
    position: relative;
    z-index: 1;
    margin: auto;
    height: 115px;
    width: 115px;
    background: #eb1c1e;
    background-image: -moz-linear-gradient(120deg, #fb3447 0%, #eb1c1e 100%);
    background-image: -webkit-linear-gradient(120deg, #fb3447 0%, #eb1c1e 100%);
    background-image: -ms-linear-gradient(120deg, #fb3447 0%, #eb1c1e 100%);
    border-radius: 50%;
    line-height: 115px; }
    .single-we-offer-content .offer-icon::after {
      -webkit-transition-duration: 1000ms;
      -o-transition-duration: 1000ms;
      transition-duration: 1000ms;
      border-radius: 50%;
      content: '';
      position: absolute;
      width: 0%;
      height: 0%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #eb1c1e;
      background-image: -moz-linear-gradient(120deg, #fb3447 0%, #eb1c1e 100%);
      background-image: -webkit-linear-gradient(120deg, #fb3447 0%, #eb1c1e 100%);
      background-image: -ms-linear-gradient(120deg, #fb3447 0%, #eb1c1e 100%);
      z-index: -10; }
  .single-we-offer-content h5 {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    font-size: 22px;
    /* color: #868686; */
    color: #636161;
    margin-top: 25px;
    position: relative;
    z-index: 2; }
  .single-we-offer-content p {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    /* color: #ffffff; */
    color: #000000;
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
  .single-we-offer-content:hover h5,
  .single-we-offer-content:hover p, .single-we-offer-content:focus h5,
  .single-we-offer-content:focus p {
    color: #ffffff; }
  .single-we-offer-content:hover .offer-icon::after, .single-we-offer-content:focus .offer-icon::after {
    width: 1000%;
    height: 1000%; }

.our-gallery-area {
  position: relative;
  z-index: 1; }
  .our-gallery-area .row {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .our-gallery-area .row .col-12 {
      padding-left: 7.5px;
      padding-right: 7.5px; }
  .our-gallery-area .single-gallery-thumb {
    margin-bottom: 15px;
    position: relative;
    z-index: 1; }
    .our-gallery-area .single-gallery-thumb::before {
      background: #fb3447;
      background-image: -webkit-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
    background-image: -ms-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0;
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
    .our-gallery-area .single-gallery-thumb:hover::before {
      opacity: 0.8; }

/* :: 11.0 Counter Area CSS */
.about-us-countdown-area {
  position: relative;
  z-index: 0; }
  .about-us-countdown-area .countdown-up-area {
    position: relative;
    z-index: 1; }
    .about-us-countdown-area .countdown-up-area .countdown-content-text h6 {
      font-size: 14px;
      text-transform: uppercase;
      color: #fb3447;
      font-weight: 400;
      margin-bottom: 15px;
      letter-spacing: 1px; }
    .about-us-countdown-area .countdown-up-area .countdown-content-text h4 {
      font-size: 20px;
      /* color: rgb(255, 255, 255); */
      color: rgb(0,0,0);
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-us-countdown-area .countdown-up-area .countdown-content-text h4 {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-countdown-area .countdown-up-area .countdown-content-text h4 {
          font-size: 14px; } }
    .about-us-countdown-area .countdown-up-area .countdown-timer #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;
      /* color: #ffffff; } */
      color: #000000; }
      .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
        font-size: 62px;
        font-weight: 600;
        padding: 20px 5px;
        width: 20%;
        margin: 0 15px;
        /* border: 2px solid rgba(255, 255, 255, 0.15); */
        border: 2px solid rgba(31, 22, 22, 0.15);
        text-align: center;
        line-height: 1; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 42px;
            margin: 0 10px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 36px;
            margin: 0 5px; } }
        @media only screen and (max-width: 767px) {
          .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 16px;
            margin: 0 2px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 24px; } }
        .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
          margin-top: 5px;
          font-size: 18px;
          color: #5d5e8d;
          font-weight: 500;
          display: block; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
              font-size: 16px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
              font-size: 14px; } }
          @media only screen and (max-width: 767px) {
            .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
              font-size: 10px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
              font-size: 12px; } }

/* :: 12.0 Speaker Area CSS */
.our-speaker-area {
  position: relative;
  z-index: 0; }
  .our-speaker-area .row {
    margin-left: -20px;
    margin-right: -20px; }
    @media only screen and (max-width: 767px) {
      .our-speaker-area .row {
        margin-left: -15px;
        margin-right: -15px; } }
    .our-speaker-area .row .col-12 {
      padding-left: 20px;
      padding-right: 20px; }
      @media only screen and (max-width: 767px) {
        .our-speaker-area .row .col-12 {
          padding-left: 15px;
          padding-right: 15px; } }

.single-speaker-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 40px;
  border-radius: 10px; }
  .single-speaker-area .speaker-single-thumb {
    position: relative;
    z-index: 1;
    border-radius: 10px; }
    /* .single-speaker-area .speaker-single-thumb img {
      -webkit-transition-duration: 1500ms;
      -o-transition-duration: 1500ms;
      transition-duration: 1500ms;
      border-radius: 10px;
      width: 100%; } */
  .single-speaker-area .social-info {
    position: absolute;
    top: -180px;
    right: 0;
    z-index: 22;
    background-color: #fb3447;
    padding: 15px;
    border-radius: 0 10px 0 10px;
    text-align: center;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; }
    .single-speaker-area .social-info a {
      display: block;
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 5px; }
      .single-speaker-area .social-info a:last-child {
        margin-bottom: 0; }
  .single-speaker-area .speaker-info {
    position: absolute;
    bottom: 0px;
    left: -430px;
    text-align: center;
    width: 80%;
    height: 30%;
    border-top-right-radius: 10px;
    background-color: rgb(0, 0, 0);
    padding: 8px 15px;
    border-right: 3px solid red;
    transition: left .3s linear;
    z-index: 22; }
    .single-speaker-area .speaker-info h5 {
      font-size: 20px;
      font-weight: 500;
      color: #000000;
      letter-spacing: 1px;
      margin-bottom: 10px; }
    .single-speaker-area .speaker-info p {
      color: #fb3447;
      font-weight: bold ;
      margin-bottom: 0;
      letter-spacing: 1px;
      line-height: 1; }
  /* .single-speaker-area:hover .social-info, .single-speaker-area:focus .social-info {
    top: 0; } */
    .single-speaker-area img {
      transition: transform 1s ease;
    }
    .single-speaker-area:hover img {
      transform: scale(1.3);
    }
    .single-speaker-area:hover .speaker-info {
      left: 0px;
    }

/* :: 13.0 Breadcrumb CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 470px; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 300px; } }
  .breadcrumb-area .page-title {
    color: #ffffff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .page-title {
        font-size: 24px; } }

.breadcrumb-content {
  position: relative;
  z-index: 1;
  margin-top: 105px; 
  text-shadow: 12px 20px 20px #000;
}
  .breadcrumb-content .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0; }
    .breadcrumb-content .breadcrumb .breadcrumb-item {
      color: #ffffff;
      font-weight: 400;
      font-size: 18px; }
      .breadcrumb-content .breadcrumb .breadcrumb-item a {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400; }
        .breadcrumb-content .breadcrumb .breadcrumb-item a:hover, .breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
          color: #fb3447; }
    .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: '\f105';
      color: #ffffff;
      font-family: "FontAwesome"; }

.breadcrumb-area.blog {
  height: 550px; }
  .breadcrumb-area.blog .breadcrumb-content .post-catagory {
    padding: 2px 15px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #fb3447;
    font-weight: 500;
    margin-bottom: 15px; }
    .breadcrumb-area.blog .breadcrumb-content .post-catagory:hover, .breadcrumb-area.blog .breadcrumb-content .post-catagory:focus {
      font-weight: 500;
      background-color: #000000; }
  .breadcrumb-area.blog .breadcrumb-content .page-title {
    display: block;
    font-size: 48px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area.blog .breadcrumb-content .page-title {
        font-size: 30px; } }
  .breadcrumb-area.blog .breadcrumb-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 5px; }
    .breadcrumb-area.blog .breadcrumb-content .post-meta a {
      position: relative;
      z-index: 1;
      font-size: 16px;
      color: #ffffff;
      font-weight: 500;
      margin-right: 21px; }
      @media only screen and (max-width: 767px) {
        .breadcrumb-area.blog .breadcrumb-content .post-meta a {
          font-size: 13px; } }
      .breadcrumb-area.blog .breadcrumb-content .post-meta a::after {
        content: '|';
        position: absolute;
        top: 0;
        right: -11px;
        z-index: 1; }
      .breadcrumb-area.blog .breadcrumb-content .post-meta a:last-child::after {
        display: none; }
      .breadcrumb-area.blog .breadcrumb-content .post-meta a:hover, .breadcrumb-area.blog .breadcrumb-content .post-meta a:focus {
        color: #fb3447; }
        .breadcrumb-area.blog .breadcrumb-content .post-meta a:hover::after, .breadcrumb-area.blog .breadcrumb-content .post-meta a:focus::after {
          color: #ffffff; }

/* :: 14.0 Blog Area CSS */
.our-blog-area .row {
  margin-left: -20px;
  margin-right: -20px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-blog-area .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (max-width: 767px) {
    .our-blog-area .row {
      margin-left: -15px;
      margin-right: -15px; } }
  .our-blog-area .row .col-12 {
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-blog-area .row .col-12 {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (max-width: 767px) {
      .our-blog-area .row .col-12 {
        padding-left: 15px;
        padding-right: 15px; } }

.single-blog-area {
  position: relative;
  z-index: 1;
  margin-bottom: 70px; }
  .single-blog-area .single-blog-thumb {
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
    .single-blog-area .single-blog-thumb img {
      border-radius: 10px 10px 0 0;
      -webkit-transition-duration: 800ms;
      -o-transition-duration: 800ms;
      transition-duration: 800ms; }
  .single-blog-area .single-blog-text {
    background-color: #ffffff;
    padding: 30px 30px 50px 30px;
    border-radius: 0 0 10px 10px; }
    .single-blog-area .single-blog-text .blog-title {
      font-size: 20px;
      font-weight: 600;
      color: #111343;
      margin-bottom: 5px;
      display: inline-block;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-blog-area .single-blog-text .blog-title:hover, .single-blog-area .single-blog-text .blog-title:focus {
        color: #fb3447; }
    .single-blog-area .single-blog-text .post-meta {
      margin-bottom: 15px; }
      .single-blog-area .single-blog-text .post-meta a {
        color: #9293bc;
        font-size: 14px;
        margin-right: 20px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
        .single-blog-area .single-blog-text .post-meta a i {
          margin-right: 5px; }
        .single-blog-area .single-blog-text .post-meta a:last-child {
          margin-right: 0; }
        .single-blog-area .single-blog-text .post-meta a:hover, .single-blog-area .single-blog-text .post-meta a:focus {
          color: #fb3447; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-area .single-blog-text .post-meta a {
            margin-right: 15px;
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .single-blog-area .single-blog-text .post-meta a {
            margin-right: 15px;
            font-size: 12px; } }
    .single-blog-area .single-blog-text p {
      color: #5d5e8d;
      margin-bottom: 0; }
  .single-blog-area:hover .single-blog-thumb img, .single-blog-area:focus .single-blog-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-blog-area.style-2 {
    background-color: #ffffff;
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15); }

.blog-btn {
  position: absolute;
  z-index: 22;
  bottom: -25.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .blog-btn a {
    height: 51px;
    width: 51px;
    background-image: -webkit-linear-gradient(120deg, #ff9a9a 0%, #fb3447 100%);
    background-image: -ms-linear-gradient(120deg, #ff9a9a 0%, #fb3447 100%);
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    line-height: 47px;
    color: #ffffff;
    font-size: 25px;
    display: inline-block; }

/* :: Blog Details Page CSS */
.post-details-content {
  position: relative;
  z-index: 1; }
  .post-details-content .post-blog-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .post-details-content .post-blog-thumbnail img {
      border-radius: 10px; }
  .post-details-content .post-title {
    color: #111343;
    font-size: 25px; }
  .post-details-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .post-details-content .post-meta a {
      color: #9293bc;
      font-size: 14px;
      font-weight: 400;
      margin-right: 15px; }
      .post-details-content .post-meta a i {
        margin-right: 5px; }
      .post-details-content .post-meta a:last-child {
        margin-right: 0; }
  .post-details-content img {
    border-radius: 10px; }

.konstruct-blockquote {
  padding-left: 10%;
  margin: 30px 0; }
  .konstruct-blockquote h5 {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6;
    color: #111343;
    border-left: 3px solid #fb3447;
    padding-left: 10px;
    margin-bottom: 0; }

.post-tags-social-area {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dbdcf1; }
  .post-tags-social-area .popular-tags {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .post-tags-social-area .popular-tags p {
      margin-bottom: 0;
      margin-right: 10px;
      color: #ff9a9a; }
    .post-tags-social-area .popular-tags ul li a {
      position: relative;
      z-index: 1;
      font-size: 16px;
      color: #9293bc;
      font-weight: 400;
      margin-right: 25px; }
      @media only screen and (max-width: 767px) {
        .post-tags-social-area .popular-tags ul li a {
          font-size: 14px; } }
      .post-tags-social-area .popular-tags ul li a::after {
        position: absolute;
        right: -15px;
        content: "/";
        top: 0;
        z-index: 1; }
      .post-tags-social-area .popular-tags ul li a:hover, .post-tags-social-area .popular-tags ul li a:focus {
        color: #ff9a9a; }
    .post-tags-social-area .popular-tags ul li:last-child a {
      margin-right: 0; }
      .post-tags-social-area .popular-tags ul li:last-child a::after {
        display: none; }
  .post-tags-social-area .author-social-info {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    text-align: right; }
    .post-tags-social-area .author-social-info a {
      display: inline-block;
      font-size: 16px;
      color: #9293bc;
      margin-right: 15px; }
      @media only screen and (max-width: 767px) {
        .post-tags-social-area .author-social-info a {
          font-size: 14px; } }
      .post-tags-social-area .author-social-info a:last-child {
        margin-right: 0; }
      .post-tags-social-area .author-social-info a:hover, .post-tags-social-area .author-social-info a:focus {
        color: #ff9a9a; }

.post-author-area {
  position: relative;
  z-index: 1;
  padding: 30px 35px;
  box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
  border-radius: 10px; }
  .post-author-area .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
    width: 125px;
    border: 3px solid #ff9a9a;
    border-radius: 50%;
    margin-right: 20px; }
    .post-author-area .author-avatar img {
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px; } }
  .post-author-area .author-content h5 {
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-content h5 {
        font-size: 14px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .post-author-area .author-content h5 {
        font-size: 16px; } }
  .post-author-area .author-content span {
    font-size: 14px;
    color: #fb3447;
    margin-bottom: 15px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-content span {
        font-size: 12px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .post-author-area .author-content span {
        font-size: 14px; } }
  .post-author-area .author-content p {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .post-author-area .author-content p {
        font-size: 12px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .post-author-area .author-content p {
        font-size: 14px; } }

.pager-area {
  position: relative;
  z-index: 1; }
  .pager-area .pager-single-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .pager-area .pager-single-post .post-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
      flex: 0 0 60px;
      max-width: 60px;
      width: 60px;
      border-radius: 50%;
      margin-right: 15px; }
      @media only screen and (max-width: 767px) {
        .pager-area .pager-single-post .post-thumb {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
          flex: 0 0 30px;
          max-width: 30px;
          width: 30px; } }
      .pager-area .pager-single-post .post-thumb a {
        display: block; }
        .pager-area .pager-single-post .post-thumb a img {
          border-radius: 50%; }
    .pager-area .pager-single-post .post-title {
      font-size: 18px;
      display: block;
      margin-bottom: 5px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .pager-area .pager-single-post .post-title {
          font-size: 12px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .pager-area .pager-single-post .post-title {
          font-size: 16px; } }
      .pager-area .pager-single-post .post-title:hover, .pager-area .pager-single-post .post-title:focus {
        color: #fb3447; }
    .pager-area .pager-single-post span {
      font-size: 14px;
      display: block;
      color: #9293bc; }
      @media only screen and (max-width: 767px) {
        .pager-area .pager-single-post span {
          font-size: 10px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .pager-area .pager-single-post span {
          font-size: 12px; } }
    .pager-area .pager-single-post:last-child {
      margin-left: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .pager-area .pager-single-post:last-child .post-thumb {
        margin-right: 0;
        margin-left: 15px; }
      .pager-area .pager-single-post:last-child .post-meta {
        text-align: right; }

.comment_area {
  position: relative;
  z-index: 1; }
  .comment_area h4 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 25px; }
  .comment_area ol {
    margin: 0;
    padding: 0; }
  .comment_area .single_comment_area {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dbdcf1;
    margin-bottom: 40px; }
    .comment_area .single_comment_area:last-child {
      margin-bottom: 0; }
  .comment_area .comment-content {
    position: relative;
    z-index: 1;
    margin-bottom: 40px; }
    .comment_area .comment-content .comment-author {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      width: 90px;
      max-width: 90px;
      margin-right: 15px;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-author {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
          flex: 0 0 40px;
          width: 40px;
          max-width: 40px;
          margin-right: 15px; } }
      .comment_area .comment-content .comment-author img {
        border-radius: 50%; }
    .comment_area .comment-content .comment-meta .comment-meta-data {
      position: relative;
      z-index: 1;
      display: block;
      margin-bottom: 10px; }
      .comment_area .comment-content .comment-meta .comment-meta-data a {
        font-size: 18px;
        font-weight: 600;
        margin-right: 15px;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .comment_area .comment-content .comment-meta .comment-meta-data a {
            font-size: 14px; } }
        .comment_area .comment-content .comment-meta .comment-meta-data a:focus, .comment_area .comment-content .comment-meta .comment-meta-data a:hover {
          color: #fb3447; }
      .comment_area .comment-content .comment-meta .comment-meta-data span {
        font-size: 14px;
        color: #9293bc; }
        @media only screen and (max-width: 767px) {
          .comment_area .comment-content .comment-meta .comment-meta-data span {
            font-size: 12px; } }
        .comment_area .comment-content .comment-meta .comment-meta-data span i {
          margin-right: 10px;
          display: inline-block; }
    .comment_area .comment-content .comment-meta p {
      font-size: 16px;
      margin-bottom: 8px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta p {
          font-size: 13px; } }
    .comment_area .comment-content .comment-meta .reply {
      display: inline-block;
      padding: 0;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #9293bc;
      letter-spacing: 0.5px; }
      .comment_area .comment-content .comment-meta .reply:focus, .comment_area .comment-content .comment-meta .reply:hover {
        color: #000000; }
  .comment_area .children {
    margin-left: 105px; }
    @media only screen and (max-width: 767px) {
      .comment_area .children {
        margin-left: 60px; } }
    .comment_area .children .single_comment_area {
      border-bottom: none;
      border-top: 1px solid #dbdcf1;
      padding-top: 40px; }
      .comment_area .children .single_comment_area:last-of-type {
        margin-bottom: 0; }
      .comment_area .children .single_comment_area .comment-author {
        margin-right: 20px; }
        @media only screen and (max-width: 767px) {
          .comment_area .children .single_comment_area .comment-author {
            margin-right: 10px; } }

.konstruct-leave-a-reply-form {
  position: relative;
  z-index: 1; }
  .konstruct-leave-a-reply-form h4 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 25px; }

/* :: 15.0 Widget Area CSS */
.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .single-widget-area:last-child {
    margin-bottom: 0; }
  .single-widget-area .widget-title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111343; }
  .single-widget-area .search-widget {
    position: relative;
    z-index: 1; }
    .single-widget-area .search-widget form {
      position: relative;
      z-index: 1; }
      .single-widget-area .search-widget form input {
        color: #5d5e8d;
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #9293bc;
        font-size: 14px; }
      .single-widget-area .search-widget form button {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        z-index: 120;
        border: none;
        background-color: transparent;
        font-size: 18px;
        color: #5d5e8d; }
  .single-widget-area .categories-list li a {
    display: block;
    color: #5d5e8d;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400; }
  .single-widget-area .categories-list li:last-child a {
    margin-bottom: 0; }
  .single-widget-area .tag-cloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px; }
    .single-widget-area .tag-cloud li a {
      display: inline-block;
      padding: 5px 15px;
      border: 1px solid #dbdcf1;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 400;
      color: #5d5e8d; }
      .single-widget-area .tag-cloud li a:hover, .single-widget-area .tag-cloud li a:focus {
        border-color: #fb3447; }
  .single-widget-area .sidebar-gallery .row {
    margin-right: -5px;
    margin-left: -5px; }
    .single-widget-area .sidebar-gallery .row .col-4 {
      padding-left: 5px;
      padding-right: 5px; }
  .single-widget-area .sidebar-gallery a {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%; }
    .single-widget-area .sidebar-gallery a img {
      border-radius: 5px;
      width: 100%; }
    .single-widget-area .sidebar-gallery a::before {
      background: #fb3447;
      background-image: -webkit-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
    background-image: -ms-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      border-radius: 5px; }
    .single-widget-area .sidebar-gallery a:hover::before {
      visibility: visible;
      opacity: 0.8; }
  .single-widget-area .post-author-widget {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    border-radius: 10px;
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    text-align: center; }
    .single-widget-area .post-author-widget .post-author-avatar {
      position: relative;
      z-index: 1;
      width: 115px;
      height: 115px;
      border-radius: 50%;
      background: #fb3447;
      background-image: -webkit-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
    background-image: -ms-linear-gradient(120deg, #2f0000 0%, #fb3447 100%);
      padding: 4px;
      margin: 0 auto 20px; }
      .single-widget-area .post-author-widget .post-author-avatar img {
        border-radius: 50%; }
    .single-widget-area .post-author-widget .post-author-content h5 {
      font-size: 18px;
      margin-bottom: 5px;
      color: #111343; }
    .single-widget-area .post-author-widget .post-author-content span {
      font-size: 14px;
      margin-bottom: 15px;
      display: block;
      color: #fb3447; }
    .single-widget-area .post-author-widget .post-author-content p {
      font-size: 16px;
      font-weight: 400;
      color: #5d5e8d; }
    .single-widget-area .post-author-widget .author-social-info a {
      display: inline-block;
      width: 34px;
      height: 34px;
      border: 1px solid #ebebf3;
      border-radius: 50%;
      line-height: 32px;
      font-size: 14px;
      margin: 0 5px; }
      .single-widget-area .post-author-widget .author-social-info a:hover, .single-widget-area .post-author-widget .author-social-info a:focus {
        background-color: #ff9a9a;
        border-color: #ff9a9a;
        color: #ffffff; }

.single-recent-post-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-recent-post-area:last-child {
    margin-bottom: 0; }
  .single-recent-post-area .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    max-width: 84px;
    width: 84px;
    border-radius: 5px;
    margin-right: 15px; }
    .single-recent-post-area .post-thumb img {
      border-radius: 5px; }
  .single-recent-post-area .post-content .post-title {
    display: block;
    color: #111343;
    font-size: 16px;
    margin-bottom: 5px; }
  .single-recent-post-area .post-content .post-date {
    display: block;
    font-size: 14px;
    color: #9293bc; }
  

/* 16.0 Client Area CSS */
.our-client-area {
  position: relative;
  z-index: 1; }
  .our-client-area .owl-prev,
  .our-client-area .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 50%;
    left: -30px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    text-align: center;
    line-height: 50px;
    /* color: #ffffff; */
    color: #000000;
    font-size: 40px;
    opacity: 0.5; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-client-area .owl-prev,
      .our-client-area .owl-next {
        left: -15px; } }
    @media only screen and (max-width: 767px) {
      .our-client-area .owl-prev,
      .our-client-area .owl-next {
        left: -15px; } }
    .our-client-area .owl-prev:hover, .our-client-area .owl-prev:focus,
    .our-client-area .owl-next:hover,
    .our-client-area .owl-next:focus {
      opacity: 1; }
  .our-client-area .owl-next {
    left: auto;
    right: -30px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-client-area .owl-next {
        right: -15px; } }
    @media only screen and (max-width: 767px) {
      .our-client-area .owl-next {
        right: -15px; } }
  .our-client-area.about-page .owl-prev,
  .our-client-area.about-page .owl-next {
    color: #5f608e;
    opacity: 1; }
    .our-client-area.about-page .owl-prev:hover, .our-client-area.about-page .owl-prev:active,
    .our-client-area.about-page .owl-next:hover,
    .our-client-area.about-page .owl-next:active {
      color: #fb3447; }

.single-client-content {
  position: relative;
  z-index: 1;
  background-color: rgba(126, 126, 126, 0.1);
  padding: 40px 50px;
  border-radius: 10px;
  margin: 5px; }
  @media only screen and (max-width: 767px) {
    .single-client-content {
      padding: 30px; } }
  .single-client-content .single-client-text {
    position: relative;
    z-index: 1; }
    .single-client-content .single-client-text p {
      /* color:rgb(255, 255, 255); */
      color:rgb(0, 0, 0);
      margin-bottom: 20px;
      font-family: 'Arial';
      /* font-family: 'Courgette', cursive; */
      text-align: justify;
      font-weight: 500; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-client-content .single-client-text p {
          font-size: 17px; } }
      @media only screen and (max-width: 767px) {
        .single-client-content .single-client-text p {
          font-size: 17px; } }
    .single-client-content .single-client-text .single-client-thumb-info .single-client-thumb {
      width: 65px;
      height: 65px; }
      .single-client-content .single-client-text .single-client-thumb-info .single-client-thumb img {
        border-radius: 50%; }
    .single-client-content .single-client-text .single-client-thumb-info .client-info {
      margin-left: 15px; }
      .single-client-content .single-client-text .single-client-thumb-info .client-info h6 {
        /* color: rgb(255, 255, 255); */
        color: rgb(0, 0, 0);
        font-size: 15px;
        margin-bottom: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-client-content .single-client-text .single-client-thumb-info .client-info h6 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .single-client-content .single-client-text .single-client-thumb-info .client-info h6 {
            font-size: 14px; } }
      .single-client-content .single-client-text .single-client-thumb-info .client-info p {
        margin-bottom: 0;
        color: #fb3447; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-client-content .single-client-text .single-client-thumb-info .client-info p {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .single-client-content .single-client-text .single-client-thumb-info .client-info p {
            font-size: 14px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .single-client-content .single-client-text .single-client-thumb-info .client-info p {
            font-size: 12px; } }
    .single-client-content .single-client-text.about-page p {
      color: #5d5e8d; }
    .single-client-content .single-client-text.about-page .client-info h6 {
      color: #111343; }
  .single-client-content .client-icon {
    background: #fb3447;
    background: -moz-linear-gradient(120deg, #fb3447 0%, #ff9a9a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.7;
    position: absolute;
    top: -8px;
    left: 45px;
    font-size: 80px; }
    .single-client-content .client-icon i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

/* :: 17.0 Schedule Area CSS */
.our-schedule-area {
  position: relative;
  z-index: 1;
  background-color: #151853; }
  .our-schedule-area .schedule-tab {
    position: relative;
    z-index: 1;
    margin-bottom: 45px; }
    .our-schedule-area .schedule-tab .nav-tabs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: none; }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
        color: #9293bc;
        background-color: #1f2371;
        text-align: center;
        border-radius: 0;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        padding: 15px 30px;
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: 1px solid #4c4f8d; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 10px;
            padding: 10px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 12px;
            padding: 15px 20px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 14px; } }
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0;
          text-transform: capitalize; }
          @media only screen and (max-width: 767px) {
            .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
              font-size: 9px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
              font-size: 10px; } }
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link.active {
          background-color: #5d5e8d;
          color: #ffffff; }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item:nth-child(1) .nav-link {
        border-radius: 10px 0 0 10px; }
      .our-schedule-area .schedule-tab .nav-tabs .nav-item:last-child .nav-link {
        border-right: none;
        border-radius: 0 10px 10px 0; }

.single-schedule-area {
  border: 1px solid #444675;
  border-radius: 10px;
  padding: 25px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 20px; }
  .single-schedule-area:hover, .single-schedule-area:focus {
    border-color: #fb3447; }
  .single-schedule-area .single-schedule-tumb-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    width: 42%;
    padding-right: 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .single-schedule-tumb-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .single-schedule-tumb-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px; } }
    .single-schedule-area .single-schedule-tumb-info .single-schedule-tumb {
      height: 90px;
      width: 90px; }
      .single-schedule-area .single-schedule-tumb-info .single-schedule-tumb img {
        border-radius: 50%; }
    .single-schedule-area .single-schedule-tumb-info .single-schedule-info {
      margin-left: 30px; }
      .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 600; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 16px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 14px; } }
      .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
        color: #9293bc;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 12px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 12px; } }
        .single-schedule-area .single-schedule-tumb-info .single-schedule-info p span {
          color: #ffffff; }
  .single-schedule-area .schedule-time-place {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    width: 42%;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .schedule-time-place {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .schedule-time-place {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0 0 30px 0; } }
    .single-schedule-area .schedule-time-place p {
      color: #ffffff;
      margin-bottom: 0;
      letter-spacing: 1px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 12px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .single-schedule-area .schedule-time-place p {
          font-size: 12px; } }
      .single-schedule-area .schedule-time-place p i {
        color: #fb3447;
        margin-right: 5px; }
      .single-schedule-area .schedule-time-place p:last-child {
        margin-bottom: 0; }
  .single-schedule-area .btn.konstruct-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    width: 16%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-schedule-area .btn.konstruct-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .single-schedule-area .btn.konstruct-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .single-schedule-area.single-page {
    -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    border-color: #ffffff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-schedule-area.single-page .single-schedule-info h6 {
      color: #111343; }
    .single-schedule-area.single-page .single-schedule-info p {
      color: #9293bc;
      margin-bottom: 0; }
      .single-schedule-area.single-page .single-schedule-info p span {
        color: #111343; }
    .single-schedule-area.single-page .schedule-time-place p {
      color: #111343; }
    .single-schedule-area.single-page:hover, .single-schedule-area.single-page:focus {
      border-color: #fb3447; }

/* :: 18.0 Tickets Area CSS */
.our-ticket-pricing-table-area {
  position: relative;
  z-index: 1; }
  .our-ticket-pricing-table-area .row {
    margin-right: -30px;
    margin-left: -30px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-ticket-pricing-table-area .row {
        margin-left: -15px;
        margin-right: -15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .our-ticket-pricing-table-area .row {
        margin-left: -15px;
        margin-right: -15px; } }
    @media only screen and (max-width: 767px) {
      .our-ticket-pricing-table-area .row {
        margin-left: -15px;
        margin-right: -15px; } }
    .our-ticket-pricing-table-area .row .col-12 {
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-ticket-pricing-table-area .row .col-12 {
          padding-left: 15px;
          padding-right: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-ticket-pricing-table-area .row .col-12 {
          padding-left: 15px;
          padding-right: 15px; } }
      @media only screen and (max-width: 767px) {
        .our-ticket-pricing-table-area .row .col-12 {
          padding-left: 15px;
          padding-right: 15px; } }

.single-ticket-pricing-table {
  background-color: #ffffff;
  padding: 0 40px 40px 40px;
  border-radius: 10px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-ticket-pricing-table.active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    @media only screen and (max-width: 767px) {
      .single-ticket-pricing-table.active {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }
  .single-ticket-pricing-table .ticket-plan {
    background-color: #fb3447;
    padding: 10px 25px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0 0 5px 5px;
    margin-bottom: 25px;
    line-height: 1; }
  .single-ticket-pricing-table .ticket-icon img {
    max-height: 100px; }
    @media only screen and (max-width: 767px) {
      .single-ticket-pricing-table .ticket-icon img {
        max-height: 60px; } }
  .single-ticket-pricing-table .ticket-price {
    font-size: 60px;
    color: #111343;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 15px; }
    .single-ticket-pricing-table .ticket-price span {
      font-size: 30px;
      font-weight: 600;
      position: relative;
      top: -20px; }
  .single-ticket-pricing-table .ticket-pricing-table-details p {
    color: #5d5e8d;
    margin-bottom: 8px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-ticket-pricing-table .ticket-pricing-table-details p {
        font-size: 14px; } }
    .single-ticket-pricing-table .ticket-pricing-table-details p i {
      color: #fb3447;
      margin-right: 5px; }
    .single-ticket-pricing-table .ticket-pricing-table-details p:last-child {
      margin-bottom: 0; }
  .single-ticket-pricing-table.style-2 {
    background-color: #ffffff;
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15); }

/* :: 19.0 Sponsor Area CSS */
.our-sponsor-client-area {
  position: relative;
  z-index: 0;
  /* background-color: rgb(0, 0, 0); } */
  background-color: rgb(255, 255, 255); 
  background-image: url(img/core/test.jpg);
  background-attachment: fixed;
}

.our-sponsor-area {
  position: relative;
  z-index: 1;
  width: 100%; }
  .our-sponsor-area .single-sponsor {
    border: 1px solid #444675;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    height: 240px;
    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;
    margin-left: -1px;
    margin-top: -1px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .our-sponsor-area .single-sponsor {
        height: 200px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .our-sponsor-area .single-sponsor {
        height: 150px; } }
    @media only screen and (max-width: 767px) {
      .our-sponsor-area .single-sponsor {
        height: 80px; } }
    .our-sponsor-area .single-sponsor a img {
      -webkit-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms;
      max-height: 110px;
      opacity: 0.5; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-sponsor-area .single-sponsor a img {
          max-height: 90px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-sponsor-area .single-sponsor a img {
          max-height: 50px; } }
      @media only screen and (max-width: 767px) {
        .our-sponsor-area .single-sponsor a img {
          max-height: 30px; } }
    .our-sponsor-area .single-sponsor:hover a img, .our-sponsor-area .single-sponsor:focus a img {
      opacity: 1; }

/* :: 20.0 Contact Area CSS */
.contact-our-area {
  position: relative;
  z-index: 0;
  background-color: #290000; }
  .contact-our-area .contact-information .single-contact-info {
    margin-bottom: 25px; }
    .contact-our-area .contact-information .single-contact-info p {
      color: #ffffff;
      font-size: larger;
      font-weight: bold;
      margin-bottom: 5px; }
    .contact-our-area .contact-information .single-contact-info h6 {
      font-size: 15px;
      color: #ffffff;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-our-area .contact-information .single-contact-info h6 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .contact-our-area .contact-information .single-contact-info h6 {
          font-size: 14px; } }
    .contact-our-area .contact-information .single-contact-info:last-child {
      margin-bottom: 0; }
  .contact-our-area .contact_from_area {
    background-color: rgba(255, 255, 255, 0.568);
    padding: 30px;
    border-radius: 10px;
    border-top-left-radius: 0px; }

.form-group .form-control {
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  background-color: transparent;
  border-right: none;
  border-top: none;
  border-left: none;
  border-radius: 0;
  border-bottom: 1px solid #4d507d;
  font-size: 15px;
  text-transform: capitalize;
  color: #9293bc;
  padding-left: 0; }
  .form-group .form-control:focus {
    box-shadow: none; }
  .form-group .form-control:active, .form-group .form-control:focus {
    border-bottom-color: #ffffff; }
.form-group textarea.form-control {
  height: 80px; }

/* :: Contact us single page CSS */
.contact--us-area .row {
  margin-right: -25px;
  margin-left: -25px; }
  @media only screen and (max-width: 767px) {
    .contact--us-area .row {
      margin-left: -15px;
      margin-right: -15px; } }
  .contact--us-area .row .col-12 {
    padding-left: 25px;
    padding-right: 25px; }
    @media only screen and (max-width: 767px) {
      .contact--us-area .row .col-12 {
        padding-left: 15px;
        padding-right: 15px; } }
.contact--us-area .contact-us-thumb img {
  border-radius: 10px; }
.contact--us-area .contact_from_area .contact-heading h4 {
  font-size: 25px;
  color: #111343;
  text-transform: uppercase; }
.contact--us-area .contact_from_area .contact-heading p {
  color: #5d5e8d;
  margin-bottom: 30px; }

.contact_input_area .form-group .form-control {
  border-bottom: 1px solid #dbdcf1;
  
  padding: 0px 13px;
  color: #000000; }
  .contact_input_area .form-group .form-control:active, .contact_input_area .form-group .form-control:focus {
    border-bottom-color: #5d5e8d; }
.contact_input_area .form-group textarea.form-control {
  height: 70px; }

.map-area {
  position: relative;
  z-index: 1; }
  .map-area iframe {
    height: 580px;
    width: 100%;
    border: none; }

.contact--info-area {
  padding: 40px 50px 0;
  position: relative;
  z-index: 22;
  top: -75px;
  background-color: #ffffff;
  border-radius: 10px; }
  .contact--info-area .single-contact--info {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    .contact--info-area .single-contact--info h5 {
      color: #111343;
      font-size: 16px;
      margin-bottom: 0;
      margin-top: 10px;
      display: inline-block; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact--info-area .single-contact--info h5 {
          font-size: 14px; } }

/* :: 21.0 CTA Area CSS */
.call-to-action-area {
  position: relative;
  z-index: 1; }

.call-to-action-content {
  position: relative;
  z-index: 1; }
  .call-to-action-content .call-to-action-heading h6 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .call-to-action-content .call-to-action-heading h2 {
    font-size: 55px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 30px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .call-to-action-content .call-to-action-heading h2 {
        font-size: 30px; } }
  .call-to-action-content .event-time {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px 50px;
    display: inline-block;
    border-radius: 10px; }
    .call-to-action-content .event-time p {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 3px; }
      .call-to-action-content .event-time p:last-child {
        margin-bottom: 0; }
      .call-to-action-content .event-time p i {
        margin-right: 3px; }

/*# sourceMappingURL=style.css.map */
.owl-theme .owl-dots{
  display: inline-flex;
  position: absolute;
    z-index: 999999;
    left: 50%;
    bottom: 40px;
    margin-left: -150px;
}
.owl-theme .owl-dot  {
  background: none repeat scroll 0 0 #8f0101;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 30px;
}

.owl-theme .owl-dot.active  {
  background: none repeat scroll 0 0 #ff0303;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 30px;
}

.welcome-area:not(:hover) .owl-nav {
  opacity: 0;
  -webkit-animation: fadeout 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeout 1s; /* Firefox < 16 */
   -ms-animation: fadeout 1s; /* Internet Explorer */
    -o-animation: fadeout 1s; /* Opera < 12.1 */
       animation: fadeout 1s;
}


.welcome-area:hover .owl-nav{
  opacity: 0.5;
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
   -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
       animation: fadein 1s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 0.5; }
}

@keyframes fadeout {
  from { opacity: 0.5; }
  to   { opacity: 0; }
}

.header-area .logoMap {
  content:url(img/core/logo-black.png);
}


.pagination-area {
  margin-top: 15px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid rgb(255, 50, 50);
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid rgb(255, 50, 50);
  border-top: none;
}

.nesttab {
  display: none;
  padding: 6px 12px;
  border: 1px solid rgb(255, 50, 50);
  border-top: none;
}


.objective-image--cover {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 20px;

  object-fit: cover;
  object-position: center right;
}

.objective-box img {
  -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222);
}

.objective-box {
  align-items: center;
  text-align: center;
  border: 1px double grey;
}

.what-we-offer-area {
  /* background-color: black; */
  /* background-color: white; */
  background-image: url(social-back1.jpg);
  position:relative;
  z-index:0;
  
}

.manufacturing-unit {
  /* background-color: black; */
  /* background-color: white; */
  background-image: url(img/core/test.jpg);
  background-attachment: fixed;
}

.manufacturing-details p {
 color: black;
 /* text-shadow: 2px 2px #ff0000; */
 /* color: white; */
}

html {
  background-color: black;
}

.tablinks {
  font-weight: bold;
}

.page-item.active .page-link {
  border-color: white !important;
  background-color: black !important;
}

.page-link {
  /* background-color: rgb(0, 0, 0) !important; */
  background-color: rgb(255, 255, 255) !important;
  /* color: rgb(255, 255, 255) !important; */
  color: rgb(255, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
}

.followUs {
  padding: 7px;
  cursor: pointer;
  transition: 0.5s ;
}

.followUs:hover {
  border-radius: 10px;
  background-color: black;
  color: red !important;
}

.unit-location h3 {
  color: red;
}

.unit-location {
  text-align: center;
}

.unit-location table {
  text-align: left;
  color: white;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  #gallery {
    margin-left: 14vw;
  } 
}

.imageHeader {
  margin-top: 0px;
}

.branches {
  margin-bottom: 80px;
}

.branches .col-md-6 {
  border-radius: 20px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: white;
  margin-top: 20px;
}

.branches .row {
  margin-left: 20px;
}

.branches .address .contact--info-icon {
  display: inline-flex;
}

.branches .address p {
  margin-left: 15px;
  vertical-align: middle;
  display: inline-flex;
}

.branches .mail .contact--info-icon {
  display: inline-flex;
}

.branches .mail p {
  margin-left: 15px;
  vertical-align: middle;
  display: inline-flex;
}

.branches .phone .contact--info-icon {
  display: inline-flex;
}

.branches .phone p {
  margin-left: 15px;
  vertical-align: middle;
  display: inline-flex;
}

@media (min-width: 768px) {
  .branches .col-md-6 {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    margin-top: 0;
  }
}