body {
 
  font-family: "Rubik", arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: gray;
  overflow-x: hidden;
  

/* background: linear-gradient(358deg, #ca0000, #230000fa,#230000fa,#230000fa,#230000fa,#230000fa,#230000fa,#230000fa,#541d1d);
*/
  
}



a{
color: #000;
}
#font{
  font-size: 16px;
}
p{
  color: #000;
}
.text-primary {
    color: #de012f!important;
}
span{
/*
      font-size: 19px;
    color: #000;
*/
}
label{
      color: #fff;
      font-weight: 500;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
color:#f26b08;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "Rubik", arial, sans-serif;
  font-weight: 300;
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: 0 5px 80px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 80px -10px rgba(0, 0, 0, 0.5);
}
.navbar{
  
}
#cont{

   background-color: #521212;
    background-image: linear-gradient(178deg, #e50030 0%, #ff7716e8 100%);
    position: relative;
    top: 0px;
    z-index: 9;
}



header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  color: #fff !important;
}

header .navbar-collapse {
  position: relative;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
 
}

@media (max-width: 991.98px) {
  header .navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

header .navbar .navbar-nav.absolute-right {
  position: absolute;
  right: 0;
}

@media (max-width: 991.98px) {
  header .navbar .navbar-nav.absolute-right {
    position: relative;
    right: inherit;
  }
}

@media (max-width: 520px) {
   .register-right {
    padding: 14px!important;
  }
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  font-size: 16px;
  font-weight:500;
  outline: none !important;
  opacity: 1 !important;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  header .navbar .nav-link {
    padding: .5rem .5rem;
  }
}

header .navbar .nav-link:hover {
  color: #fff;
}

header .navbar .nav-link.active {
  color: #fff;
}

header .navbar .dropdown.show > a {
  color: #fff;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 13em;
  margin-top: -10px;
}

header .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
}

@media (max-width: 1199.98px) {
  header .navbar .dropdown-menu:before {
    display: none;
  }
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #e8192a;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #e8192a;
  color: #fff;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

header .navbar.navbar-light .nav-link {
  color: #fff;
}

header .navbar.navbar-light .nav-link.active {
  color: #fff;
}

.bcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-hero {
  background-size: cover;
  background-position: center center;
  min-height: 750px;
  height: 100vh;
}

.site-hero h1, .site-hero p {
  color: #fff;
  line-height: 1.5;
}

.site-hero h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .site-hero h1 {
    font-size: 40px;
  }
}

.site-hero .text {
  max-width: 500px;
  margin-bottom: 50px;
  font-size: 20px;
  position: relative;
}

.site-hero .container {
  position: relative;
  z-index: 2;
}

.site-hero .btn {
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2) !important;
  background: #591718 !important;
  border: 2px solid transparent !important;
  color: #fff;
}

.site-hero .btn:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
  color: #fff;
  border: 2px solid #fff !important;
}

.site-hero.overlay {
    position: relative;
    top: 2px;
}

.site-hero.overlay:before {
  content: "";
 background: rgba(0, 0, 0, 0.0);
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-hero .site-hero-inner {
  min-height: 750px;
  height: 100vh;
}

.site-hero.site-sm-hero {
  min-height: 550px;
  height: 50vh;
}

.site-hero .site-hero-sm-inner {
  min-height: 550px;
  height: 50vh;
}

.episodes {
  background: #fff;
  padding: 20px;
}

.episodes .play {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #11cbd7;
  border-radius: 50%;
}

.episodes .play span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.episodes .episode {
  border-bottom: 1px solid #e6e6e6;
}

.episodes .episode a {
  color: #000;
}

.episodes .episode a:hover {
  opacity: .7;
}

.episodes h2 {
  font-size: 24px;
}

.episodes .meta {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
  color: #cccccc;
  color: #11cbd7;
}

.episodes .episode-number {
  border: 2px solid #0d9ea8;
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-transform: uppercase;
  line-height: 74px;
  border-radius: 50%;
  background: #11cbd7;
  color: #fff;
  font-size: 30px;
}

.site-hero-innerpage, .site-hero-innerpage .site-hero-inner {
  min-height: 550px;
  height: 50vh;
}

.site-section {
   padding: 30px 0;
}

.school-features,
.school-instructors {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .school-features,
  .school-instructors {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  .school-features .inner,
  .school-instructors .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .school-features .feature, .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .school-features .feature, .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .school-features .feature, .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.school-features .feature h3, .school-features .instructor h3,
.school-instructors .feature h3,
.school-instructors .instructor h3 {
  font-size: 18px;
  color: #fff;
}

.school-features .feature p, .school-features .instructor p,
.school-instructors .feature p,
.school-instructors .instructor p {
  color: #fff;
  opacity: .5;
}

.school-features .feature img, .school-features .instructor img,
.school-instructors .feature img,
.school-instructors .instructor img {
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.school-features .feature .icon > span:before, .school-features .instructor .icon > span:before,
.school-instructors .feature .icon > span:before,
.school-instructors .instructor .icon > span:before {
  font-size: 50px;
  margin-left: 0;
  color: #fff;
}

.school-features.text-dark.last,
.school-instructors.text-dark.last {
  border-bottom: none;
}

.school-features.text-dark.last .feature,
.school-instructors.text-dark.last .feature {
  border-bottom: none;
}

@media (min-width: 992px) {
  .school-features.text-dark .feature,
  .school-instructors.text-dark .feature {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}

.school-features.text-dark .feature:last-child,
.school-instructors.text-dark .feature:last-child {
  border-right: none;
}

.school-features.text-dark .feature h3,
.school-instructors.text-dark .feature h3 {
  font-size: 18px;
  color: #000;
}

.school-features.text-dark .feature p,
.school-instructors.text-dark .feature p {
  color: #000;
  opacity: .5;
}

.school-features.text-dark .feature p:last-child,
.school-instructors.text-dark .feature p:last-child {
  margin-bottom: 0;
}

.school-features.text-dark .feature .icon > span:before,
.school-instructors.text-dark .feature .icon > span:before {
  font-size: 50px;
  margin-left: 0;
  color: #11cbd7;
}

.img-bg {
  background-size: cover;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

.section-cover {
  background-size: cover;
  position: relative;
  background-position: top left;
}

.section-cover, .section-cover .intro {
  height: 500px;
}

.section-cover p {
  color: #fff;
}

.section-cover h2 {
  color: #fff;
}

.top-course .course, .top-course .blog-entry, .blog-entries .course, .blog-entries .blog-entry {
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
}

.top-course .course:hover, .top-course .course:focus, .top-course .blog-entry:hover, .top-course .blog-entry:focus, .blog-entries .course:hover, .blog-entries .course:focus, .blog-entries .blog-entry:hover, .blog-entries .blog-entry:focus {
  opacity: .7;
}

.top-course .course img, .top-course .blog-entry img, .blog-entries .course img, .blog-entries .blog-entry img {
  max-width: 100%;
  margin-bottom: 20px;
}

.top-course .course h2, .top-course .blog-entry h2, .blog-entries .course h2, .blog-entries .blog-entry h2 {
  font-size: 18px;
  line-height: 1.5;
}

.top-course .course p, .top-course .blog-entry p, .blog-entries .course p, .blog-entries .blog-entry p {
  font-size: 13px;
  color: gray;
}

.instructor-meta {
  margin-bottom: 10px;
  color: #999999 !important;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
}

.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea.form-control {
  height: inherit;
}

.btn {
  position: relative;
  border-radius: 4px;
  color: #000;
}

.btn.btn-primary {
  color: #fff;
  border: 2px solid transparent;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  color: #000 !important;
  background: none !important;
  border: 2px solid #11cbd7 !important;
}

.btn.btn-primary-white {
  border: 2px solid transparent;
  background: #11cbd7;
}

.btn.btn-primary-white:hover, .btn.btn-primary-white:focus, .btn.btn-primary-white:active {
  border: 2px solid #fff;
  background: none !important;
}

.btn.btn-white {
  position: relative;
  color: #fff;
  border: 2px solid #fff;
  background: none;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  border: 2px solid transparent;
  background: #11cbd7 !important;
}

.flaticon-custom {
  font-size: 70px;
}

.flaticon-custom:before, .flaticon-custom:after {
  margin-left: 0;
}

.no-nav .owl-nav {
  display: none;
}

.box {
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.box img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.box .box-body {
  padding: 20px;
  border: 1px solid #e9ecef;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.box h2 {
  font-size: 18px;
  font-family: "Rubik", arial, sans-serif;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.box.hover:hover img, .box.hover:focus img {
  margin-top: -20px;
}

.box.hover:hover .box-body, .box.hover:focus .box-body {
  background: #11cbd7;
  color: #fff;
  padding: 30px 20px;
  border-color: #11cbd7;
}

.box.hover:hover h2, .box.hover:focus h2 {
  color: #fff;
}

.breadcrumb-custom {
  background: none;
  padding: 0;
}

.breadcrumb-custom li a {
  color: #11cbd7;
}

.breadcrumb-custom li a:hover {
  color: #fff;
}

.breadcrumb-custom li.active {
  color: #fff;
}

.breadcrumb-custom li.breadcrumb-item + .breadcrumb-item:before {
  content: "/";
  color: rgba(255, 255, 255, 0.3);
}

.children-info li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dee2e6;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a, .sidelink li a {
  display: block;
}

.categories li a span, .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a, .sidelink li.active a {
  color: #000;
  font-style: italic;
}

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover_1 .heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}

.text-black {
  color: #000 !important;
}

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature {
  padding: 30px;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  font-size: 15px;
}

.media-feature .icon {
  font-size: 60px;
  color: #11cbd7;
}

.media-feature h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.media-feature:hover, .media-feature:focus {
  -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  border-bottom: 10px solid #11cbd7;
}

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}

.media-custom .meta-post {
  color: #ced4da;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom > a {
  position: relative;
  overflow: hidden;
  display: block;
}

.media-custom .meta-chat {
  color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #6c757d;
}

.media-custom img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.media-custom:focus, .media-custom:hover {
  top: -2px;
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
}

.media-custom:focus img, .media-custom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.media-custom .media-body {
  padding: 30px;
}

.media-custom .media-body h3 {
  font-size: 20px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}

#accordion .card {
  font-size: 15px;
  border-color: #dee2e6;
}

#accordion .card h5 a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #11cbd7;
  position: relative;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
}

#accordion .card h5 a .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

#accordion .card h5 a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

#accordion .card h5 a.collapsed {
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#accordion .card h5 a.collapsed .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#accordion .card h5 a.collapsed:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

#accordion .card .card-body {
  padding-top: 15px;
}

.testimonial {
  font-size: 30px;
  color: #000;
}

.media-testimonial img {
  width: 100px;
  border-radius: 50%;
}

.media-testimonial blockquote p {
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

blockquote {
  padding-left: 30px;
  border-left: 10px solid #e6e6e6;
}

blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #000;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #17a2b8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px;
}

.overflow {
  position: relative;
  overflow-x: hidden;
}

.site-footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 
  line-height: 1.7;
}

.site-footer .heading {
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
}

.site-footer.border-top {
  border-top: 1px solid #e6e6e6 !important;
}

.blog-entry-footer .post-meta {
  color: gray;
  font-size: 15px;
}

.border-t {
  border-top: 1px solid #f8f9fa;
}

.copyright {
  font-size: 14px;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
  margin-top: 0px;
}

.block-16 figure {
  position: relative;
}

.block-16 figure .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  width: 90px;
  height: 90px;
  background: #fff;
  display: block;
  border-radius: 50%;
  opacity: .8;
}

.block-16 figure .play-button:hover {
  opacity: 1;
}

.block-16 figure .play-button > span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-15 .heading {
  max-width: 400px;
  margin-bottom: 20px;
}

.block-15 .heading h2 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  color: #de012f;
}

.block-15 .text {
  max-width: 450px;
}

.block-6 {
  margin-bottom: 30px;
}

.block-6 .icon {
  margin-right: 40px;
}

.block-6 .icon span:before {
  font-size: 50px;
}

.block-6 .icon span.bg-after {
  position: relative;
}

.block-6 .icon span.bg-after:after {
  position: absolute;
  content: "";
  left: -20px;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #11cbd7;
  z-index: -1;
}

.block-6.d-block .icon {
  margin-right: 0;
}

.block-6 .media-body .heading {
  font-size: 20px;
  font-weight: normal;
}

.block-6 .media-body p {
  font-size: 16px;
}

.block-17 .heading {
  font-size: 40px;
  color: #fff;
}

.block-17 form {
     padding: 15px;
       background: #ed5f189e;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}

.block-17 form .fields {
  width: calc(100% - 120px);
  position: relative;
}

@media (max-width: 991.98px) {
  .block-17 form .fields {
    width: 100%;
  }
}

.block-17 form .fields .one-third {
  width: 33.33333%;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 991.98px) {
  .block-17 form .fields .one-third {
    width: 100%;
    border-right: none;
    padding-left: 0px;
    margin-bottom: 10px;
  }
}

.block-17 form .fields .one-third:first-child {
  padding-left: 0;
}

.block-17 form .fields .one-third:last-child {
  border-right: none;
}

.block-17 form .fields .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.block-17 form .fields .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .block-17 form .fields .icon {
    right: 0;
  }
}

.block-17 form .fields .select-wrap {
  position: relative;
}

.block-17 form .fields .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.block-17 form .search-submit {
  width: 100px;
  margin-left: 20px;
}

@media (max-width: 991.98px) {
  .block-17 form .search-submit {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}

.block-18 .icon > span {
  font-size: 50px;
}

.block-18 .text strong {
  font-size: 40px;
  line-height: 1.5;
  color: #11cbd7;
}

.block-18 .text span {
    line-height: 19px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
}

.block-19 {
  -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.07);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 1;
  background: #fff;
}

.block-19:hover, .block-19:focus {
  -webkit-box-shadow: 0 2px 90px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 90px -5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.block-19 .text {
  padding: 20px;
}

.block-19 .text .heading {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
}

.block-19 .text .heading a {
  color: #000;
}

.block-19 .text .heading a:hover {
  color: #11cbd7;
}

.block-19 .text .meta .number, .block-19 .text .meta .price {
  width: 50%;
}

.block-19 .text .meta .number span {
  color: #11cbd7;
}

.block-19 .text .meta .price del {
  color: #b3b3b3;
}

.block-19 .text .meta .price span {
  background: #11cbd7;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 10px;
  color: #fff;
}

.block-11 .owl-stage {
  padding-bottom: 3em;
}

.block-11 .owl-nav {
  position: relative;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-11 .owl-nav .owl-prev, .block-11 .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  margin: 0 10px;
}

.block-11 .owl-nav .owl-prev:hover, .block-11 .owl-nav .owl-prev:focus, .block-11 .owl-nav .owl-prev:active, .block-11 .owl-nav .owl-next:hover, .block-11 .owl-nav .owl-next:focus, .block-11 .owl-nav .owl-next:active {
  outline: none;
}

.block-11 .owl-nav .owl-prev span, .block-11 .owl-nav .owl-next span {
  font-size: 30px;
}

.block-11 .owl-nav .owl-prev.disabled, .block-11 .owl-nav .owl-next.disabled {
  opacity: .2;
}

.block-21 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
}

.block-21 figure img {
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.7);
}

.block-21 .text .heading {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.block-21 .text .heading a {
    color: #000;
    font-size: 14px;
}

.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
  color: #11cbd7;
}

.block-21 .text .meta > div {
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}

.block-21 .text .meta > div a {
  color: #cccccc;
}

.block-21 .text .meta > div a:hover {
  color: gray;
}

.block-20 {
  background: #fff;
  -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.2);
}

.block-20 .text {
  padding: 20px;
}

.block-20 .text .heading {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.block-20 .text .heading a {
  color: #000;
}

.block-20 .text .heading a:hover, .block-20 .text .heading a:focus, .block-20 .text .heading a:active {
  color: #11cbd7;
}

.block-20 .meta > div {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 15px;
}

.block-20 .meta > div a {
  color: #b3b3b3;
}

.block-20 .meta > div a:hover {
  color: #4d4d4d;
}

.more {
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.more > span {
  opacity: 1;
  visibility: visible;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.more:hover {
  padding-right: 30px;
}

.more:hover > span {
  opacity: 1;
  visibility: visible;
}

.section-heading .heading {
  font-size: 34px;
}

.block-22 {
 background-image: url('../images/titlebg.jpg');
 background-size: cover;
}

.block-22 .heading {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

.block-22 p {
  color: rgba(255, 255, 255, 0.7);
}

.block-22 p:last-child {
  margin-bottom: 0;
}

.block-22 .subscribe .form-group {
  position: relative;
}

.block-22 .subscribe .email {
  height: 50px;
  border-radius: 4px;
  background: #fff;
  border: none !important;
}

.block-22 .subscribe .submit {
  position: absolute;
  top: 5px;
  right: 6px;
}

.block-2 {
  margin-bottom: 50px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}

.block-2:hover .back, .block-2.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.block-2:hover .front, .block-2.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.block-2, .block-2 .front, .block-2 .back {
  width: 100%;
  height: 354px;
}

.block-2 .flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transition: 0.6s;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.block-2 .front, .block-2 .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}

.block-2 .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
 /*background: #b30226;*/  
 background: #bebbbc;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-2 .front:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.block-2 .front .box {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.block-2 .front .box h2, .block-2 .front .box p {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.block-2 .front .box h2 {
  font-size: 20px;
}

.block-2 .front .box p {
  font-size: 12px;
}

.block-2 .back {
  background: #fff;
  -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.block-2 .back p {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
}

.block-2 .author {
  bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.block-2 .author .image {
  width: 40px;
}

.block-2 .author .image img {
  border-radius: 50%;
  max-width: 100%;
}

.block-2 .author .position {
  display: block;
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .block-2 .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .block-2 .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.block-23 ul, .block-23 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-23 ul li, .block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}

.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 20px;
  position: relative;
  top: -2px;
  color: #fff;
}

.block-24 {
  background: #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.block-24 .heading {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 20px 0 0 20px;
  color: #000;
}

.block-24 ul, .block-24 ul li {
  padding: 0;
  margin: 0;
}

.block-24 ul li {
  display: block;
}

.block-24 ul li a {
  display: block;
  padding: 2px 16px;
  border-left: 4px solid transparent;
  position: relative;
  color: #000;
}

.block-24 ul li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block-24 ul li a:hover, .block-24 ul li a:focus {
  color: #11cbd7;
  border-left: 4px solid #11cbd7;
}

.block-25 {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
}

.block-25 .heading {
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #000;
}

.block-25 ul, .block-25 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-25 ul li {
  margin-bottom: 10px;
}

.block-25 ul li:last-child {
  margin-bottom: 0;
}

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.block-25 ul li a .image img {
  max-width: 100%;
}

.block-25 ul li a .text .heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.block-25 ul li a .meta {
  color: #11cbd7;
}

.block-25 ul li a:hover .text .heading {
  color: #11cbd7;
}

.block-26 {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  float: left;
}

.block-26 .heading {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.block-26 ul, .block-26 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-26 ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
}

.block-26 ul li a {
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
  background: #11cbd7;
}

.block-27 ul, .block-27 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
}

.block-27 ul li a, .block-27 ul li span {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.block-27 ul li.active a, .block-27 ul li.active span {
  background: #11cbd7;
  color: #fff;
  border: 1px solid transparent;
}

.block-28 {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
}

.block-28 figure {
  width: 100px;
  margin: 0 auto 30px auto;
}

.block-28 figure img {
  max-width: 100%;
  border-radius: 50%;
}

.block-28 .heading {
  font-size: 20px;
  margin: 0 0 0px 0;
  padding: 0;
}

.block-28 .subheading {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  color: #999999;
}

#map {
  width: 100%;
  height: 500px;
}

.block-3 .text, .block-3 .image {
  width: 100%;
  padding: 10% 7%;
}

@media (min-width: 768px) {
  .block-3 .text, .block-3 .image {
    width: 50%;
    padding: 10% 7%;
  }
}

.block-3 .text .subheading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #cccccc;
}

.block-3 .text .heading {
  font-size: 30px;
  margin-bottom: 10px;
}

.block-3 .text p:last-child {
  margin-bottom: 0;
}

.block-3 .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .block-3 .image {
    height: 300px;
  }
}

.form-wrap {
  position: relative;
  margin-bottom: 3em;
  z-index: 2;
  padding: 20px;
  background: #fff !important;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  margin-top: -100px;
}

@media (min-width: 768px) {
  .form-wrap {
    padding: 50px;
  }
}

.block-8 .accordion-item .heading {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}

.block-8 .accordion-item .heading > a {
  padding-left: 35px;
  position: relative;
  color: #000;
}

.block-8 .accordion-item .heading > a:before {
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  top: .1em;
  left: 0;
  font-family: 'Ionicons';
}

.block-8 .accordion-item .heading > a[aria-expanded="true"]:before {
  position: absolute;
  content: "\f126";
  font-size: 12px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #11cbd7;
  color: #fff;
  border: 1px solid #11cbd7;
}

.block-8 .accordion-item .heading > a[aria-expanded="false"]:before {
  content: "\f123";
  font-size: 12px;
  color: #ccc;
  position: absolute;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.block-8 .accordion-item .body-text {
  font-size: 16px;
  padding: 5px 0;
  padding-left: 30px;
}

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@media screen and (max-width: 320px){
  .block-17 .heading {
    font-size: 27px!important;
}
.site-section {
    padding: 0em 0;
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.element-animate {
    position: relative!important;
    top: 0px!important;
}
.mb-5, .my-5 {
    margin-bottom: 0rem!important;
}
}

@media screen and (max-width: 375px) and (min-width: 325px){
  .block-17 .heading {
    font-size: 29px!important;
}
.site-section {
    padding: 0em 0;
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.element-animate {
    position: relative!important;
    top: 0px!important;
}
.mb-5, .my-5 {
    margin-bottom: 0rem!important;
}
}

@media screen and (max-width: 425px) and (min-width: 380px){
  .block-17 .heading {
    font-size: 29px!important;
}
.site-section {
    padding: 0em 0;
}
.pt-5, .py-5 {
    padding-top: 0rem!important;
}
.element-animate {
    position: relative!important;
    top: 0px!important;
}
.mb-5, .my-5 {
    margin-bottom: 0rem!important;
}
}




.ml-auto, .mx-auto {
    margin-left: auto!important;
}


.navbar-toggler {
      border: 1px solid #fff;
    background-color: #840808;
}
#toggle {
    width: 50px;
    height: 38px;
   
}

#toggle div {
  width: 100%;
  height: 2px;
  background: white;
  margin: 6px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

#menu {
  color: white;
  border: 1px solid white;
  width: 150px;
  height: 100px;
  padding: 10px;
  border-radius: 3px;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  line-height: 100px;
  text-align: center;
  margin: auto;
  display: none;
}
/*------------------------------kachahe css 24 march 2020-----------------------*/

/*---------------breadcrumb css--------------------------*/

.banner-heading .banner-title {
  font-size: 35px;
    color: #fff;
    padding: 70px 0px;
    font-weight: 400;
    text-align: center;
}
.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 46, 68, 0.86);
    z-index: -1;
}
.bg-overlay {
    position: relative;
    z-index: 1;
}

/*-------------------breadcrumb css end-------------------*/

/*--------------------registration page css-----------------*/

.register {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #3931af), to(#00c6ff));
    background: linear-gradient(to right, #e9172f 0, #fff 100%);
    margin-top: 3%;
    padding: 3%;
    overflow: hidden;
}
.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
    color: white;
}
.register-left h3 {
    
    color: white;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right {
  background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    padding: 20px 60px;
}
@media (max-width: 991px){
.register .nav-tabs {
    width: 33%;
    margin-top: 8%;
}
}
.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
h3.register-heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px;
}
.btn-primary{
    
    background: #ec521c;
    font-size: 18px;
}

/*------------------search box css-----------------------*/

.tab_div {
  width: 100%;
  transform: translateZ(0);
}

.tabs_menu {
/*
     background-color:blue; 
  padding-top: 1%;
  width: 20%;
  float: left;
*/
}

ul.tabs {
 padding: 0;
    margin-bottom: 1px;
}

#tab1,
#tab2,
#tab3,
#tab4 {
/*
  padding-top: 10%;
  padding-bottom: 20%;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
*/
}

ul.tabs li {
  list-style-type: none;
  font-family: Quicksand;
  border-right: 2px solid white;
  font-size: 18px;
  color: white;
  /*   transition: background-color 0.2s ease; */
}
label {
    color: #545353;
    font-weight: 400;
    font-size: 17px;
}

/* ul.tabs li:hover {
  border-right: 2px solid #e1386c;
  background-color: rgba( 255, 155, 180, .9);
  font-weight: bold;
} */

#tab1_content,
#tab2_content,
#tab3_content,
#tab4_content {
  background-color: #fefdfd;
    /* float: right; */
    width: 100%;
    height: auto;
    padding: 30px 30px;
}

label.control-label {
    color: #262424;
    font-family: inherit;
    font-size: 17px;
    font-weight: 400;
}

/* hover effect */

ul.tabs li {
  display: inline-block;
    position: relative;
    padding: 9px 60px;
    cursor: pointer;
    background: #700418;
    background-image: linear-gradient(178deg, #e50030 0%, #ff7716e8 100%);
    color: white;
    z-index: 0;
    font-size: 19px;
    font-family: inherit;
}
.btn-sm{
    margin-bottom: 10px;
}
ul.tabs li:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #740419;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .5s ease-out;
}
.btn_fill {
    padding: 5px 50px;
    background: #ec521c;
    border-radius: 4px;
    border: 0px;
    color: white;
    font-size: 18px;
}
@media screen and (max-width:480px){
    ul.tabs li{
        width: 100%;
    }
}

ul.tabs li:hover:before {
  transform: scaleX(1);
}
/*-----------------search result css-----------------------*/

.pro_img {
   width: 100%;
    height: 260px;
    overflow: hidden;
}
.pro_img img{
    width: 100%;
}
.about_pro{
    padding: 5px;
    border: 2px solid #ece6e6;
}
.about_pro p{
  font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}
.abotpp{
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
}
.res_box {
    background: #ffffff;
    padding: 12px 7px;
    margin-bottom: 30px;
}
.head{
   padding: 10px;
    color: #a60223;
    border-bottom: 1px solid #f0e7e7;
    font-size: 20px;
    font-family: inherit;
}
.para {
    margin-bottom: 0px;
    color: black;
    font-weight: 400;
    font-family: inherit;
}
.headd {
    margin-bottom: 0px;
    font-family: inherit;
    font-size: 16px;
}
.proff{
    float: right;
    font-size: 15px;
    background: #ec521c;
    padding: 5px 16px;
    color: white;
    border-radius: 15px;
    position: relative;
    top: -5px;
}
.like_pro li{
    list-style: none;
    padding-top: 7px;
}
.iconff {
    width: 35px;
    height: 35px;
    border: 1px solid #ff0909;
    padding: 4px 5px;
    border-radius: 50%;
    color: #ec521c;
    margin-right: 5px;
    font-size: 15px;
}
h4.panel-title {
    font-size: 19px;
    font-weight: 500;
    color: #333232;
    background: #e2dcdc;
    padding: 7px;
    font-family: inherit;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #4e545a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/*--------------------member profile css---------------------*/

.mem_prof {
    padding-top: 0px;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: hidden;
   border: 5px solid #faf6f6;
}
.mem_head{
    font-size: 26px;
    font-weight: 500;
    color: white;
    font-family: inherit;
    position: relative;
    top: 10px;
    margin-bottom: 20px
}
.mem_para {
    margin-bottom: 0px;
    color: white;
    font-size: 17px;
    font-family: inherit;
}
.mem_headd {
    margin-bottom: 0px;
    color: white;
    font-size: 17px;
    font-family: inherit;
}
.verify_list{
    padding-left: 0px;
}
.verify_list li{
   display: inline-block;
    padding-right: 18px;
    padding-top: 4px;
    color: #aeaeb6;
    font-size: 15px; 
}
.nav-tabs>li {
   float: left;
    margin-bottom: -1px;
    border-right: 2px solid white;
    padding: 7px 30px;
    background-image: linear-gradient(178deg, #e50030 0%, #ff7716e8 100%);
    color: white;
}
.nav-tabs>li a{
    color: white;
}
dt {
    font-weight: 700;
    display: inline-block;
}
 
#skill { 
	list-style: none;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    width: 296px;
    /* margin: 50px auto 0; */
    position: relative;
    line-height: 2em;
    padding: 10px 0;
}

#skill li { 
	margin-bottom: 0px;
    background: #e9e5e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1ddd9), to(#e9e5e2));
    background-image: -webkit-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -moz-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -ms-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -o-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: linear-gradient(top, #e1ddd9, #e9e5e2);
    height: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;
    -webkit-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;
    box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;
}

#skill li h3 { 
	position:relative; 
	top:-25px;
}

.bar { 
	height: 9px;
    margin: 1px 2px;
    position: absolute;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;
    -webkit-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;
    box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;
	
}

.html-css {
	width: 50%;
    -moz-animation: html-css 2s ease-out;
    -webkit-animation: html-css 2s ease-out;
    background-color: #5f0114;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0bb4b), to(#d9aa44));
    background-image: -webkit-linear-gradient(top, #9b0321, #a70323);
    background-image: -moz-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: -ms-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: -o-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: linear-gradient(top, #f0bb4b, #d9aa44);

}

@-moz-keyframes html-css        { 0%  { width:0px;} 100%{ width:40%;}  }


@-webkit-keyframes html-css        { 0%  { width:0px;} 100%{ width:40%;}  }
   
.match_pro {
     width: 96%;
    height: 270px;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.match_headd{
    text-align: center
}
.img-caption {
    padding: 10px;
    background: #fb702c;
    color: white;
    text-align: center;
}
/*
.img-caption::before{
    content: "";
    width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 50px solid #555;
}
*/
/*
.img-caption::after{
    content: "";
}
*/

.img-caption h5{
    color: white;
    margin-bottom: 0px;
}
.img-caption p{
    color: white;
    margin-bottom: 0px;
}
/*------------------------login page css-----------------*/

#header-top_2 {
    background-color:rgba(151, 18, 86, 0.63);
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
.whats{
    margin: 0px 10px;
    width: 27px;
    padding: 0px 0px;
    position: relative;
    top: -4px;
    }
    .padding-bottom-top-120 {
    padding: 70px 14px 10px;
}
    .login_det {
        padding: 25px;
        margin-top: 10px;
        text-align: center;
    }
    .login_det h5{
        font-size: 19px;
    color: #ec4c4c;
    font-weight: 500;
    padding-bottom: 10px;
    } 
    .login_det p{
        line-height: 37px;
    font-size: 19px;
    color: #ffffff;
    font-family: inherit;
    margin-bottom: 0px;
    }
    .login_sec {
  position: relative;
    /* top: 50px; */
    padding: 20px 40px;
    border: 2px solid #efeeee;
    background: white;
    margin-bottom: 1px;
}
label {
   color: #9d0121!important;
    display: inline-block;
    padding: 0px;
    /* cursor: pointer; */
    /* text-shadow: 0px 0px 0px rgba(0,0,0,0.9)!important; */
    font-weight: 400;
    font-family: inherit;
}
 .reg {
    padding: 30px;
    background: white;
   border: 2px solid #99979729;
}
    .reg h5{
        line-height: 30px;
    color: #e84a4a;
    font-size: 18px;
    }
    .reg p{
        line-height: 28px;
        font-weight: 300;
    }
    .btn-info {
    color: #fff;
    background-color: #ec4c4c;
    border-color: #ec4c4c;
    font-size: 15px;
     border-radius: 0px; 
    margin-top: 19px;
    position: relative;
    left: 64px;
}
.login_box {
    background: #ea1c2e;
}
.symbol-input100 .fa{
    position: absolute;
    top: 10px;
    left: 20px;
}

/*----------------------contact page css--------------------------*/

.contactt {
    padding: 30px;
    background: white;
    box-shadow: 0px 2px 2px -1px #8d8d8d;
}
.contact_site h5{
   background: #e8192a;
    padding: 10px;
    color: white;
    font-size: 17px;
    font-family: inherit;
    font-weight: 400;
}
.contact_site {
    background: white;
}
.col12 {
    padding-top: 10px;
}
.my_box h3 {
    color: #c6012a;
    font-weight: 500;
    font-size: 18px;
    border-left: 2px solid #c6012a;
    padding-left: 5px;
    margin-bottom: 5px;
}
.my_box h4 {
    font-size: 15px;
    color: black;
    font-family: inherit;
    font-weight: 400;
    margin-bottom: 3px;
}
.my_box.main-title {
    padding: 6px;
    box-shadow: 0px 2px 2px -1px #8d8d8d;
}
.con_head{
    text-align: center;
    font-size: 18px!important;
    font-family: inherit;
}
.form-group {
    margin-bottom: 0px;
}

/*----------------profile page css--------------------*/

 .mem_box {
   padding: 5px;
    background: #fffcfc;
}
.mem_img {
   width: 100%;
    height: 290px;
    overflow: hidden;
    border-radius: 50%;
    border: 6px solid #e1dbdd9c;
}
.mem_img img{
    width:auto;
    height: 100%;
}
.mem_profile {
    position: relative;
    top: -150px;
}
.head {
    border-bottom: 1px solid #e4d6d6;
    margin-bottom: 15px;
}
.head h4{
          font-family: inherit!important;
    font-weight: 400;
    font-size: 25px;
    color: #990121;
    margin-bottom: 0px;
      }
.para{
        font-size: 13px;
    /* position: relative; */
    /* top: -5px; */
    color: #171717;
    font-weight: 400;
    margin-bottom: -6px;

      }
.det_box p {
    margin-bottom: 4px;
    position: relative;
    top: -6px;
    font-weight: 400;
}
.iconfl {
    color: white;
    width: 45px;
    height: 45px;
    background: #db012e;
    font-size: 19px;
    padding: 8px;
    border-radius: 50%;
    border: 5px solid #f7e7e7e3;
}
.feature_list p{
    color: #2c2a2a;
    font-size: 18px;
    font-weight: 400;
    background: #f7efef;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.iconfl{
   -webkit-animation: zoomeffect 10s infinite;
   -moz-animation: zoomeffect 10s infinite;
   animation: zoomeffect 10s infinite;
}
@-webkit-keyframes zoomeffect{
		0%{
			background-position:center;
		  transform:scale(1,1);
		}
		50%{
			background-position:center;
		  transform:scale(1,1);
		}
		100%{
			background-position:center;
		  transform:scale(0.5,0.5);
		}
}
@keyframes zoomeffect{
		0%{
			background-position:center;
		  transform:scale(1,1);
		}
		50%{
			background-position:center;
		  transform:scale(0.5,0.5);
		}
		100%{
			background-position:center;
		  transform:scale(1,1);
		}
}

.back1 {
    background: #FFFFFF;
    padding: 15px;
}
#nav-wrap {
    background-color: #fefbfb;
    /* box-shadow: 0px 1px 5px rgba(0,0,0,0.4); */
    /* height: 75px; */
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-bottom: 35px;
}
#nav ul {
    position: relative;
}
.nav-btn{
	float: left; */
    padding: 14px 0;
    list-style: none;
    border-bottom: 1px solid rgb(220, 8, 52);
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    color: #db012e;
    /* border-bottom: 1px solid rgba(255,255,255,0.2); */
    /* box-shadow: inset 1px 1px 0 rgba(0,0,0,0.5); */
    box-shadow: none;
    display: inline-block;
    padding: 5px 30px;
}


.nav-btn:first-child{
/*	border:none;*/
	box-shadow: none;
}

.nav-btn:hover, .nav-btn.active {

    color: #801271;
    /* background: #444; */
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.09);
}



/*CONTENT*/
#content-wrap{
    width: inherit;
    margin: initial;
}

.connected-blocks .icon {
   position: absolute;
    left: -20px;
    width: 45px;
    height: 46px;
    border-radius: 100%;
    border: 5px solid #f3cdd2;
    z-index: 1;
    background: #db012e;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
}  
   .connected-blocks .icon i {
    margin-top: 10px;
} 
      .connected-blocks {
    border-left: 1px solid #ca5b61;
    padding: 0 0 30px 40px;
    position: relative;
    margin-left: 20px;
}
.prof_box {
    position: relative;
    top: -50px;
}
.bx-showd {
    background: white;
    padding: 20px 40px;
    margin-left: 0px;
}

.heading1 {
    text-align: -webkit-center;
    color: #db012e;
    font-weight: 500;
    font-family: inherit;
    font-size: 25px;
    margin-bottom: 40px;
}
.des-match h5{
    text-align: center;
    margin-bottom: 20px;
}
.des-match img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}


@keyframes flip {
  0% {transform: perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function: ease-out;}
  40% {transform: perspective(400px) translateZ(0) rotateY(170deg) scale(1);animation-timing-function: ease-out;}
  50% {transform: perspective(400px) translateZ(0) rotateY(190deg) scale(1);animation-timing-function: ease-in;}
  80% {transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function: ease-in;}
  100% {transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function: ease-in;}
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
.pricingTable {
    background: #919191;
    text-align: center;
    border-radius: 0 100px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0px 0px 20px rgb(204, 204, 204);
}
    .pricingTable .pricingTable-header {
    color: #fff;
   background-image: linear-gradient(178deg, #e70b2e 0%, #ee5c1a 100%);
    padding: 10px 30px 50px;
    margin: 0 0 50px;
    border-radius: 0 100px;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}
 .pricingTable .amount {
    font-size: 26px;
    font-weight: 600;
    position: relative;
    top: 30px;
}
    .pricingTable .month {
    font-size: 20px;
    line-height: 6px;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: 20px;
}
 .pricingTable .icon {
    color: #c32d2d;
    background-color: #fff;
    font-size: 40px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 0 0 15px rgba(255,255,255,0.3), 0 5px 25px rgba(0,0,0,0.3);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 120px;
}
    .fa, .fas {
    font-weight: 900;
}
    .pricingTable .pricing-content {
    background-color: #fff;
    padding: 50px 4px 30px 0;
    border-radius: 0 100px;
}
.pricingTable .pricing-content ul {
    color: #262424;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    padding: 0px 10px;
    margin: 0 0 20px;
    list-style: none;
    font-family: inherit;
    text-align: left!important;
}
    .pricingTable .pricingTable-signup {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 23px;
    margin: 0 auto;
/*    border-radius: 0px 20px;*/
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    background: linear-gradient(90deg, #9b3b3b, #c32d2d);
    box-shadow: inset 1px 0px 2px 1px rgb(247, 241, 241);
}
