h3 {
  font-family: "Oswald", sans-serif !important;
}

.bg-gray {
  background: #f7f7f7;
}

.rounded {
  border-radius: 100px !important;
}

.hero-area .hero-slideshows .single-slide {
  height: 300px;
}

.hero-area .hero-slideshows .single-slide .bg-overlay::after {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.986432)), color-stop(12%, rgba(0, 0, 0, 0.711922)), color-stop(45%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.986432) 0%, rgba(0, 0, 0, 0.711922) 12%, rgba(255, 255, 255, 0) 45%);
}

.hero-area .hero-slideshows .single-slide .welcome-text h6 {
  text-align: left;
  margin-bottom: 0;
}

.hero-area .hero-slideshows .single-slide .welcome-text p {
  text-align: left;
  font-size: 14px;
}

.hero-area .hero-slideshows .row.align-items-center {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}

.hero-area .hero-slideshows .owl-nav {
  display: block !important;
}

.hero-area .hero-slideshows .owl-nav .owl-prev {
  top: -15%;
  background-color: transparent;
  color: #000;
  left: unset;
  opacity: 1;
  visibility: visible;
  right: 5%;
}

.hero-area .hero-slideshows .owl-nav .owl-prev:hover {
  color: #d61b22;
}

.hero-area .hero-slideshows .owl-nav .owl-next {
  top: -15%;
  background-color: transparent;
  color: #000;
  left: 20px;
  opacity: 1;
  visibility: visible;
  left: auto;
  right: 0;
}

.hero-area .hero-slideshows .owl-nav .owl-next:hover {
  color: #d61b22;
}

.hero-area .hero-slideshowe .single-slide {
  height: 400px;
}

.hero-area .hero-slideshowe .single-slide .slide-bg-img {
  top: -100px;
}

.hero-area .hero-slideshowe .single-slide .row.align-items-center {
  bottom: 30px;
}

.hero-area .hero-slideshowe .single-slide .row.align-items-center .welcome-text {
  background: #fff;
  border-bottom: 5px solid #d61b22;
  padding: 20px;
  margin-left: 10px;
  -webkit-box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}

.hero-area .hero-slideshowe .single-slide .row.align-items-center .welcome-text h6 {
  text-align: left;
  margin-bottom: 5px;
  color: #000;
  line-height: 18px;
}

.hero-area .hero-slideshowe .single-slide .row.align-items-center .welcome-text h6 a {
  color: #000;
}

.hero-area .hero-slideshowe .single-slide .row.align-items-center .welcome-text small {
  color: #000;
  text-align: left;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #d61b22;
}

.hero-area .hero-slideshowe .single-slide .row.align-items-center .welcome-text p {
  text-align: left;
  font-size: 14px;
  color: #000;
}

.hero-area .hero-slideshowe .row.align-items-center {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}

.hero-area .hero-slideshowe .owl-nav {
  display: block !important;
}

.hero-area .hero-slideshowe .owl-nav .owl-prev {
  bottom: -5%;
  top: unset;
  background-color: transparent;
  color: #000;
  left: unset;
  opacity: 1;
  visibility: visible;
  right: 5%;
}

.hero-area .hero-slideshowe .owl-nav .owl-prev:hover {
  color: #d61b22;
}

.hero-area .hero-slideshowe .owl-nav .owl-next {
  bottom: -5%;
  top: unset;
  background-color: transparent;
  color: #000;
  left: 20px;
  opacity: 1;
  visibility: visible;
  left: auto;
  right: 0;
}

.hero-area .hero-slideshowe .owl-nav .owl-next:hover {
  color: #d61b22;
}

.welcomeimg:before {
  content: '';
  width: 170px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 0;
  background: #d61b22;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.vision-mission .single-features-area.with-icon {
  padding-left: 80px;
}

.vision-mission .single-features-area.with-icon .icon {
  background: transparent;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.vision-mission .single-features-area.with-icon .icon i {
  font-size: 30px;
  padding: 13px 0;
}

.vision-mission .single-features-area.with-icon h3 {
  font-size: 20px;
}

.vision-mission .single-features-area.with-icon:hover .icon {
  background: #d61b22;
  border-color: #d61b22;
}

.vision-mission .single-features-area.with-icon:hover .icon i {
  color: #ffffff;
}

@-webkit-keyframes "lds-ellipsis1" {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes "lds-ellipsis1" {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes "lds-ellipsis3" {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes "lds-ellipsis3" {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes "lds-ellipsis2" {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes "lds-ellipsis2" {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

/* :: 3.5.0 Miscellaneous */
/* :: 3.6.0 ScrollUp */
/* :: 3.7.0 Credit Button */
/* :: 4.0 Header Area CSS */
/* :: 5.0 Hero Area CSS */
@-webkit-keyframes "slide-du-indicator" {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes "slide-du-indicator" {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes "slide-bg" {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes "slide-bg" {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* :: 6.0 Features Area CSS */
/* :: 7.0 Special Feature CSS */
/* :: 8.0 CTA Area CSS */
/* :: 9.0 Newsletter Area CSS */
/* :: 10.0 Team Member Area CSS */
/* :: 11.0 Footer Area CSS */
/* :: 12.0 Blog Area CSS */
/* :: 13.0 Contact Area CSS */
/* :: 14.0 Elements Area CSS */
/* ====== The End ====== */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

h1 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

h2 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

h5 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

h6 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
}

p {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}

a:hover {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}

a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}

div ul {
  margin: 0px 20px;
  font-size: 16px;
  line-height: 30px;
}

div ul li {
  list-style: disc;
}

ol {
  margin: 0;
}

ol li {
  list-style: none;
}

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

.mt-15 {
  margin-top: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.preloader {
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.preloader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d61b22;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

.jarallax {
  position: relative;
  z-index: 0;
}

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

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.section-heading .line {
  width: 25px;
  height: 5px;
  border-radius: 3px;
  background-color: #d61b22;
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #a5a5a5;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 0;
}

.section-heading.white .line {
  background-color: #ffffff;
}

.section-heading.white p {
  color: #ffffff;
}

.section-heading.white h2 {
  color: #ffffff;
}

.section-heading.text-center .line {
  margin-left: auto;
  margin-right: auto;
}

.box-shadow {
  position: relative;
  z-index: 1;
}

.box-shadow:hover {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.tooltip-inner {
  background-color: #d61b22;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.tooltip .arrow::before {
  border-bottom-color: #d61b22;
}

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

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

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

.bg-gray {
  background-color: #f1f7f9;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

#scrollUp {
  background-color: #000000;
  border-radius: 5px 0 0 5px;
  bottom: 70px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  height: 60px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}

#scrollUp i {
  font-size: 18px;
  display: block;
}

#scrollUp:hover {
  background-color: #d61b22;
  color: #ffffff;
}

.credit-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #d61b22;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 48px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}

.credit-btn:hover {
  font-size: 14px;
  font-weight: 500;
  background-color: #000000;
  color: #ffffff;
}

.credit-btn:focus {
  font-size: 14px;
  font-weight: 500;
  background-color: #000000;
  color: #ffffff;
}

.credit-btn.btn-2 {
  background-color: #000000;
  color: #ffffff;
}

.credit-btn.btn-2:hover {
  background-color: #d61b22;
  color: #ffffff;
}

.credit-btn.btn-2:focus {
  background-color: #d61b22;
  color: #ffffff;
}

.credit-btn.btn-3 {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  line-height: 44px;
}

.credit-btn.btn-3:hover {
  border: 2px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

.credit-btn.btn-3:focus {
  border: 2px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

.header-area {
  position: relative;
  z-index: 1000;
  width: 100%;
}

.header-area .top-header-area {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 95px;
  background-color: #fff;
}

.header-area .top-header-area.active {
  z-index: 1;
}

.header-area .top-header-area .bs-example .logo img {
  max-width: 90%;
}

.header-area .top-header-area .bs-example button.navbar-toggler {
  position: absolute;
  top: 30px;
  right: 15px;
  border: 0;
}

.header-area .top-header-area .bs-example button.navbar-toggler:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.header-area .top-header-area .bs-example .navbar-nav a {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #515151;
}

.header-area .top-header-area .top-contact-info {
  position: relative;
  z-index: 1;
}

.header-area .top-header-area .top-contact-info a {
  display: inline-block;
  color: #838383;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-weight: 600;
}

.header-area .top-header-area .top-contact-info a img {
  margin-right: 10px;
}

.header-area .top-header-area .top-contact-info a:first-child {
  margin-right: 30px;
}

.header-area .top-header-area .top-contact-info a:hover {
  color: #000000;
}

.header-area .top-header-area .top-contact-info a:focus {
  color: #000000;
}

.header-area .credit-main-menu {
  position: relative;
  width: 100% !important;
  z-index: 1;
  background-color: #000000;
}

.header-area .credit-main-menu::after {
  width: 50%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
}

.header-area .credit-main-menu .classy-navbar {
  height: 70px;
  padding: 0;
  background-color: #000000;
}

.header-area .credit-main-menu .classy-navbar .contact {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.header-area .credit-main-menu .classy-navbar .contact a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  line-height: 70px;
  padding: 0 15px;
  text-transform: uppercase;
  width: 120px;
  text-align: center;
}

.header-area .credit-main-menu .classy-navbar .contact a .header-area .credit-main-menu .classy-nav-container {
  background-color: transparent;
}

.header-area .credit-main-menu .classy-navbar .contact a:hover {
  color: #ffffff;
}

.header-area .credit-main-menu .classy-navbar .contact a:first-child {
  background: #353535;
  position: relative;
  right: -4px;
}

.header-area .credit-main-menu .classy-navbar .contact a:last-child {
  background: #d61b22;
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 10px;
  color: #ffffff;
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a:hover {
  color: #d61b22;
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a:focus {
  color: #d61b22;
}

.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
  color: #000000;
  font-size: 14px;
}

.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after {
  color: #ffffff;
}

.header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
  color: #ffffff;
}

.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
  padding-left: 0;
}

.header-area .is-sticky .credit-main-menu {
  -webkit-box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}

.hero-area {
  position: relative;
  z-index: 1;
}

.hero-area .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero-area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: 0 6px;
}

.hero-area .owl-dots .owl-dot.active {
  background-color: #d61b22;
}

.hero-area .owl-prev {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  margin-top: -23px;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  left: 20px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 46px;
  opacity: 0;
  visibility: hidden;
}

.hero-area .owl-prev:hover {
  background-color: #d61b22;
  color: #ffffff;
}

.hero-area .owl-next {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  margin-top: -23px;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  left: 20px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 46px;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: 20px;
}

.hero-area .owl-next:hover {
  background-color: #d61b22;
  color: #ffffff;
}

.hero-area:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

.hero-area:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
}

.single-slide .slide-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -12;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: slide-bg linear 10000ms infinite;
  animation: slide-bg linear 10000ms infinite;
}

.single-slide .slide-du-indicator {
  position: absolute;
  z-index: 10;
  width: 0;
  height: 2px;
  background-color: #d61b22;
  left: 0;
  bottom: 0;
  -webkit-animation: slide-du-indicator linear 10000ms infinite;
  animation: slide-du-indicator linear 10000ms infinite;
}

.single-slide .welcome-text {
  position: relative;
  z-index: 1;
}

.single-slide .welcome-text h6 {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}

.single-slide .welcome-text h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-slide .welcome-text h1 span {
  color: #d61b22;
}

.single-slide .welcome-text p {
  font-size: 16px;
  color: #ffffff;
}

.single-features-area {
  position: relative;
  z-index: 1;
}

.single-features-area h6 {
  font-size: 18px;
  color: #6e6e6e;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.8;
}

.single-features-area img {
  margin-bottom: 15px;
}

.single-features-area h5 {
  font-size: 18px;
  margin-bottom: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-features-area:hover h5 {
  color: #d61b22;
}

.special-feature-area {
  position: relative;
  z-index: 1;
}

.special-feature-area .special-feature-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  background-color: #d61b22;
}

.special-feature-area .special-feature-content .feature-text {
  position: relative;
  z-index: 1;
  max-width: 555px;
  margin-left: auto;
  padding-right: 70px;
}

.special-feature-area .special-feature-content .feature-text h6 {
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 50px;
  font-weight: 600;
}

.special-feature-area .special-feature-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.special-feature-area.style-2 .special-feature-content {
  background-color: #000000;
}

.special-feature-area.style-2 .special-feature-content .feature-text {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 70px;
}

.cta-area {
  position: relative;
  z-index: 1;
}

.cta-area .cta-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.cta-area .cta-content {
  position: relative;
  z-index: 1;
  padding: 100px 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  background-color: #d61b22;
}

.cta-area .cta-content h6 {
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
}

.cta-area .cta-content .single-skils-area .skills-text span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.cta-area .cta-content .single-skils-area p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}

.cta-2-area {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 60px;
}

.cta-2-area .cta-content .cta-text {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.cta-2-area .cta-content .cta-text h4 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  font-weight: 600;
}

.cta-2-area .cta-content .cta-text p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.cta-2-area .cta-content .cta-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.contact--area {
  position: relative;
  z-index: 1;
}

.contact--area .section-heading h2 {
  font-size: 24px;
}

.contact--area .contact-content {
  padding: 55px 45px;
  background-color: #ffffff;
  border: 1px solid #afbace;
}

.contact--area .contact-content .single-contact-content {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.contact--area .contact-content .single-contact-content:last-child {
  margin-bottom: 0;
}

.contact--area .contact-content .single-contact-content .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  margin-right: 15px;
  background-color: #d61b22;
}

.contact--area .contact-content .single-contact-content .text p {
  font-weight: 600;
  color: #212121;
  margin-bottom: 0;
}

.contact--area .contact-content .single-contact-content .text span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #838383;
}

.news--area {
  position: relative;
  z-index: 1;
}

.news--area .section-heading h2 {
  font-size: 24px;
}

.single-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.single-news-area:last-child {
  margin-bottom: 0;
}

.single-news-area .news-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
  width: 37%;
}

.single-news-area .news-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
  width: 63%;
  padding-left: 15px;
}

.single-news-area .news-content span {
  font-size: 10px;
  color: #ffffff;
  background-color: #d61b22;
  padding: 3px 15px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 5px;
}

.single-news-area .news-content a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}

.single-news-area .news-content a:hover {
  color: #d61b22;
}

.single-news-area .news-content a:focus {
  color: #d61b22;
}

.single-news-area .news-content .news-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
  color: #838383;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

.single-news-area .news-content .news-meta a img {
  margin-right: 5px;
}

.single-news-area .news-content .news-meta a:last-child {
  margin-left: 31px;
}

.single-news-area .news-content .news-meta a:last-child::after {
  content: '|';
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}

.single-news-area .news-content .news-meta a:hover {
  color: #d61b22;
}

.single-news-area .news-content .news-meta a:focus {
  color: #d61b22;
}

.contact--area.contact-page .contact-content {
  padding: 35px;
  border: none;
  background-color: #000000;
}

.contact--area.contact-page .contact-content h5 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 35px;
}

.contact--area.contact-page .contact-content .single-contact-content .text p {
  color: #ffffff;
}

.contact--area.contact-page .contact-content .single-contact-content .text span {
  color: #ffffff;
}

.newsletter-area {
  position: relative;
  z-index: 3;
}

.newsletter-area::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 54, 121, 0.7);
  z-index: -1;
}

.newsletter-area .nl-content {
  position: relative;
  z-index: 1;
}

.newsletter-area .nl-content h2 {
  color: #ffffff;
  margin-bottom: 25px;
  display: block;
  font-weight: 400;
  font-size: 30px;
}

.newsletter-area .nl-content form {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.newsletter-area .nl-content form input {
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border-radius: 30px;
  border: none;
  font-size: 12px;
  font-style: italic;
  padding: 0 20px;
}

.newsletter-area .nl-content form button {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 130px;
  height: 45px;
  background-color: #d61b22;
  border: none;
  border-radius: 0 30px 30px 0;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  z-index: 20;
}

.newsletter-area .nl-content form button:hover {
  background-color: #000000;
}

.newsletter-area .nl-content form button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.newsletter-area .nl-content p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0;
}

.single-team-member-area {
  position: relative;
  z-index: 1;
  text-align: center;
}

.single-team-member-area .team-thumb {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  width: 180px;
  border-radius: 50%;
  margin: 0 auto 40px;
  height: 180px;
}

.single-team-member-area .team-thumb::after {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 8px solid #000000;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.single-team-member-area .team-thumb img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.single-team-member-area .team-thumb .view-more a {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 15px;
  background-color: #d61b22;
  text-align: center;
  bottom: -10px;
  right: 0;
  z-index: 300;
  color: #ffffff;
  line-height: 62px;
  font-size: 18px;
}

.single-team-member-area .team-thumb .view-more a:hover {
  background-color: #000000;
}

.single-team-member-area .team-thumb:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.single-team-member-area .team-thumb:hover::after {
  opacity: 1;
  visibility: visible;
}

.single-team-member-area .team-info {
  position: relative;
  z-index: 1;
}

.single-team-member-area .team-info h5 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 18px;
  margin-bottom: 5px;
}

.single-team-member-area .team-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #6e6e6e;
}

.single-team-member-area:hover .team-info h5 {
  color: #d61b22;
}

.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area .single-footer-widget {
  position: relative;
  z-index: 1;
}

.footer-area .single-footer-widget .widget-title {
  font-size: 18px;
  color: #d61b22;
  margin-bottom: 40px;
  font-weight: 400;
}

.footer-area .copywrite-area {
  position: relative;
  z-index: 99;
  border-top: 1px solid #e2e2e2;
  padding: 15px 0;
}

.footer-area .copywrite-area .copywrite-text {
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
}

.footer-area .copywrite-area .copywrite-text i {
  color: #d61b22;
}

.footer-area .copywrite-area .copywrite-text a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.footer-area .copywrite-area .copywrite-text a:hover {
  color: #d61b22;
}

.footer-area .copywrite-area .copywrite-text a:focus {
  color: #d61b22;
}

.footer-area .info-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #e2e2e2;
  padding: 50px 0 20px;
}

.footer-area .info-area b {
  font-size: 20px;
  color: #717171;
}

.footer-area .info-area p {
  font-size: 16px;
  color: #717171;
  font-weight: 600;
}

.footer-area .info-area a {
  font-size: 16px;
  color: #717171;
  text-decoration: none;
  font-weight: 600;
}

.footer-area .info-area a:hover {
  text-decoration: none;
  color: #d61b22;
}

.footer-area .info-area ul {
  display: inline-block;
  float: none;
}

.footer-area .info-area ul li {
  display: inline-block;
  float: none;
}

.footer-area .info-area ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  line-height: 40px;
}

.footer-area img.black {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  z-index: 999;
}

.footer-area img.orange {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  z-index: 99;
}

.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 255px;
}

.breadcrumb-area .breadcrumb-content h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
  color: #ffffff;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
  color: #d61b22;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
  color: #d61b22;
  font-size: 16px;
  font-weight: 600;
}

.single-latest-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.single-latest-news-area:last-child {
  margin-bottom: 0;
}

.single-latest-news-area .news-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

.single-latest-news-area .news-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
  padding-left: 10px;
}

.single-latest-news-area .news-content a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
}

.single-latest-news-area .news-content a:hover {
  color: #d61b22;
}

.single-latest-news-area .news-content a:focus {
  color: #d61b22;
}

.single-latest-news-area .news-content .news-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
  color: #838383;
  font-weight: 600;
  margin-bottom: 0;
}

.single-latest-news-area .news-content .news-meta a img {
  margin-right: 2px;
}

.single-latest-news-area .news-content .news-meta a:last-child {
  margin-left: 21px;
}

.single-latest-news-area .news-content .news-meta a:last-child::after {
  content: '|';
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
}

.single-latest-news-area .news-content .news-meta a:hover {
  color: #d61b22;
}

.single-latest-news-area .news-content .news-meta a:focus {
  color: #d61b22;
}

.single-blog-area {
  position: relative;
  z-index: 1;
}

.single-blog-area .blog-thumbnail {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.single-blog-area .blog-thumbnail a {
  display: block;
}

.single-blog-area .blog-thumbnail a img {
  border-radius: 5px;
}

.single-blog-area .blog-content {
  position: relative;
  z-index: 1;
}

.single-blog-area .blog-content span {
  font-size: 10px;
  color: #ffffff;
  background-color: #d61b22;
  padding: 3px 15px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 5px;
}

.single-blog-area .blog-content .post-title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: #212121;
}

.single-blog-area .blog-content .post-title:hover {
  color: #d61b22;
}

.single-blog-area .blog-content .post-title:focus {
  color: #d61b22;
}

.single-blog-area .blog-content .blog-meta {
  margin-bottom: 30px;
}

.single-blog-area .blog-content .blog-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
  color: #838383;
  font-weight: 600;
  margin-bottom: 0;
}

.single-blog-area .blog-content .blog-meta a img {
  margin-right: 2px;
}

.single-blog-area .blog-content .blog-meta a:last-child {
  margin-left: 21px;
}

.single-blog-area .blog-content .blog-meta a:last-child::after {
  content: '|';
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
}

.single-blog-area .blog-content .blog-meta a:hover {
  color: #d61b22;
}

.single-blog-area .blog-content .blog-meta a:focus {
  color: #d61b22;
}

.single-blog-area .blog-content p {
  margin-bottom: 0;
}

.post-details-content {
  position: relative;
  z-index: 1;
}

.post-details-content img {
  border-radius: 5px;
  margin-bottom: 30px;
}

.post-details-content p {
  margin-bottom: 25px;
}

.pagination {
  position: relative;
  z-index: 1;
}

.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
  color: #212121;
  padding: 0;
  border: none;
  text-align: center;
  margin-right: 2px;
}

.pagination .page-item .page-link:hover {
  color: #ffffff;
  background-color: #d61b22;
}

.pagination .page-item .page-link:focus {
  color: #ffffff;
  background-color: #d61b22;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #d61b22;
}

.sidebar-area {
  position: relative;
  z-index: 1;
}

.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.single-widget-area:last-child {
  margin-bottom: 0;
}

.single-widget-area .widget-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.single-widget-area .widget-heading .line {
  width: 30px;
  height: 8px;
  background-color: #d61b22;
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
}

.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 {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: none;
  background-color: #f1f7f9;
  padding: 0 20px;
  font-size: 12px;
  font-style: italic;
}

.single-widget-area.search-widget form button {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 125px;
  height: 50px;
  border: none;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #000000;
  color: #d61b22;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}

.single-widget-area.search-widget form button:hover {
  background-color: #d61b22;
  color: #000000;
}

.single-widget-area.cata-widget ul {
  padding-left: 35px;
}

.single-widget-area.cata-widget ul li a {
  display: block;
  font-size: 15px;
  padding: 7px 0;
  font-weight: 600;
  color: #000000;
}

.single-widget-area.cata-widget ul li a:hover {
  color: #d61b22;
}

.single-widget-area.cata-widget ul li a:focus {
  color: #d61b22;
}

.comment_area {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}

.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51px;
  flex: 0 0 51px;
  min-width: 51px;
  margin-right: 30px;
  height: 51px;
  border-radius: 50%;
}

.comment_area .comment-content .comment-author img {
  border-radius: 50%;
}

.comment_area .comment-content .comment-meta {
  margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-author {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  color: #212121;
  margin-right: 30px;
}

.comment_area .comment-content .comment-meta .post-author::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: '|';
  z-index: 1;
}

.comment_area .comment-content .comment-meta .post-author:hover {
  color: #000000;
}

.comment_area .comment-content .comment-meta .post-date {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  color: #212121;
  margin-right: 30px;
}

.comment_area .comment-content .comment-meta .post-date::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: '|';
  z-index: 1;
}

.comment_area .comment-content .comment-meta .post-date:hover {
  color: #000000;
}

.comment_area .comment-content .comment-meta .reply {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  color: #212121;
  margin-right: 30px;
  margin-right: 0;
}

.comment_area .comment-content .comment-meta .reply::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: '|';
  z-index: 1;
  display: none;
}

.comment_area .comment-content .comment-meta .reply:hover {
  color: #000000;
}

.comment_area .comment-content .comment-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

.comment_area .single_comment_area {
  margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
  margin-bottom: 0;
}

.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px;
}

.contact-advisor {
  position: relative;
  z-index: 1;
  background-color: #d61b22;
  padding: 35px;
}

.contact-advisor h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 40px;
}

.contact-advisor .single-advisor {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.contact-advisor .single-advisor:last-child {
  margin-bottom: 0;
}

.contact-advisor .single-advisor .advisor-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  margin-right: 30px;
}

.contact-advisor .single-advisor .advisor-info h6 {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-advisor .single-advisor .advisor-info span {
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  color: #ffffff;
}

.contact-advisor .single-advisor .advisor-info p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 54px;
  width: 100%;
  background-color: #f1f7f9;
  font-size: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  color: #aeaeae;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.contact-form-area .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form-area textarea.form-control {
  height: 250px;
}

.map-area {
  position: relative;
  z-index: 2;
  height: 960px;
}

.map-area iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin-bottom: 0;
}

.map-area .contact---area {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.map-area .contact---area .contact-page {
  background-color: #000000;
  padding: 70px 45px;
}

.map-area .contact---area .contact-page h4 {
  color: #ffffff;
  font-weight: 600;
}

.elements-title {
  position: relative;
  z-index: 1;
}

.elements-title .line {
  width: 30px;
  height: 8px;
  background-color: #d61b22;
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
}

.elements-title h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.single-service-area {
  position: relative;
  z-index: 1;
}

.single-service-area .icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  text-align: center;
  margin-right: 20px;
  line-height: 60px;
  color: #ffffff;
  font-size: 30px;
}

.single-service-area .text h5 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 18px;
}

.single-service-area .text p {
  margin-bottom: 0;
}

.single-service-area:hover .icon {
  background-color: #d61b22;
}

.single-service-area:hover .text h5 {
  color: #d61b22;
}

.single-service-area:focus .icon {
  background-color: #d61b22;
}

.single-service-area:focus .text h5 {
  color: #d61b22;
}

.single-cool-fact {
  position: relative;
  z-index: 1;
}

.single-cool-fact .scf-icon {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
}

.single-cool-fact .scf-icon i {
  color: #d61b22;
  font-size: 65px;
}

.single-cool-fact .scf-text h2 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #212121;
  font-weight: 600;
}

.single-cool-fact .scf-text p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #212121;
  line-height: 1;
}

.single-cool-fact.white .scf-icon i {
  color: #ffffff;
}

.single-cool-fact.white .scf-text h2 {
  color: #ffffff;
}

.single-cool-fact.white .scf-text p {
  color: #ffffff;
}

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}

.single-accordion:last-of-type {
  margin-bottom: 0;
}

.single-accordion h6 {
  margin-bottom: 0;
}

.single-accordion h6 a {
  font-family: "Poppins", sans-serif;
  background-color: #000000;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 20px 70px 20px 30px;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.single-accordion h6 a span {
  background: transparent;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
  height: 100%;
  color: #ffffff;
  line-height: 58px;
}

.single-accordion h6 a span.accor-open {
  opacity: 0;
}

.single-accordion h6 a.collapsed {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #d61b22;
  color: #ffffff;
}

.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-accordion .accordion-content p {
  padding: 15px 15px 0;
  margin-bottom: 0;
}

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center;
}

.single-skils-area .circle {
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}

.single-skils-area .skills-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-skils-area .skills-text span {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
}

.single-skils-area p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  color: #212121;
  text-transform: uppercase;
}

.credit-tabs-content {
  position: relative;
  z-index: 1;
}

.credit-tabs-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}

.credit-tabs-content .nav-tabs .nav-link {
  background-color: #f1f7f9;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: #212121;
  margin: 0 2px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

.credit-tabs-content .nav-tabs .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}

.credit-tabs-content .credit-tab-text {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}

.credit-tabs-content .credit-tab-text p {
  margin-bottom: 0;
}

.credit-tabs-content .tab-content h6 {
  font-size: 18px;
}

.single-icons {
  position: relative;
  z-index: 1;
  background-color: #000000;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px;
}

.single-icons i {
  font-size: 50px;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}

.single-icons span {
  display: block;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 28px;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    font-size: 14px;
  }
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 20px;
  }
  .single-slide {
    height: 600px;
  }
  .single-slide .welcome-text h2 {
    font-size: 48px;
  }
  .single-features-area h5 {
    font-size: 15px;
  }
  .special-feature-area .special-feature-content .feature-text {
    max-width: 465px;
    padding-right: 40px;
  }
  .special-feature-area.style-2 .special-feature-content .feature-text {
    padding-left: 40px;
  }
  .single-news-area .news-content .news-meta a {
    font-size: 10px;
  }
  .contact--area .contact-content {
    padding: 30px;
  }
  .contact--area .contact-content .single-contact-content .text p {
    font-size: 12px;
  }
  .single-latest-news-area .news-content .news-meta a {
    font-size: 9px;
  }
  .single-blog-area .blog-content .blog-meta a {
    font-size: 9px;
  }
  .single-cool-fact .scf-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
  }
  .single-cool-fact .scf-icon i {
    font-size: 40px;
  }
  .single-cool-fact .scf-text h2 {
    font-size: 36px;
  }
  .credit-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myslider .slick-prev {
    top: 48%;
  }
  .section-heading h2 {
    font-size: 24px;
  }
  .header-area .top-header-area .top-contact-info a {
    font-size: 13px;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    color: #fff;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after {
    color: #fff;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: #fff;
  }
  .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 15px;
  }
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 15px;
    font-weight: 500;
  }
  .single-slide {
    height: 600px;
  }
  .single-slide .welcome-text h2 {
    font-size: 42px;
  }
  .special-feature-area .special-feature-content .feature-text {
    max-width: 350px;
    padding-right: 20px;
  }
  .special-feature-area .special-feature-content .feature-text h6 {
    font-size: 14px;
  }
  .special-feature-area.style-2 .special-feature-content .feature-text {
    padding-left: 20px;
  }
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 400px;
  }
  .cta-area .cta-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .cta-2-area .cta-content .cta-text h4 {
    font-size: 18px;
  }
  .sidebar-area {
    margin-top: 100px;
  }
  .map-area {
    height: 1200px;
  }
  .single-cool-fact .scf-text h2 {
    font-size: 30px;
  }
  .credit-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .only-mobile {
    display: block;
  }
  .footer-area .info-area a {
    width: 100%;
    display: block;
  }
  .footer-area .info-area p {
    font-size: 14px;
    line-height: 30px;
  }
  .header-area .credit-main-menu .classy-navbar .contact a {
    width: auto;
  }
  .myslider .slick-prev {
    top: 42% !important;
  }
  .single-slide .welcome-text h1 {
    font-size: 40px;
  }
  .myslider .slick-slide {
    height: 300px !important;
  }
  .hero-area .hero-slideshows .owl-nav .owl-prev {
    right: 15%;
  }
  .header-area .top-header-area .bs-example .navbar-nav a {
    padding: 15px 0px;
  }
  .header-area .top-header-area .bs-example .navbar-nav {
    padding-top: 15px;
  }
  .header-area .credit-main-menu .classy-navbar .contact {
    margin-right: -15px;
  }
  .vision-mission .single-features-area.with-icon {
    padding-top: 50px;
    margin-bottom: 0 !important;
  }
  .hero-area .hero-slideshowe .owl-nav .owl-prev {
    right: 20%;
  }
  b.line {
    display: none !important;
  }
  .copywrite-text span {
    float: left;
    width: 100%;
    text-align: center;
  }
  .section-heading h2 {
    font-size: 24px;
  }
  .header-area .top-header-area .top-contact-info a span {
    display: none;
  }
  .header-area .credit-main-menu .classy-navbar {
    height: 70px;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    color: #fff !important;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after {
    color: #fff;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: #fff;
  }
  .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 10px;
  }
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 14px;
    line-height: 70px;
  }
  .hero-area .owl-prev {
    left: 10px;
  }
  .hero-area .owl-next {
    left: 10px;
    right: 10px;
  }
  .single-slide {
    height: 600px;
  }
  .single-slide .welcome-text h2 {
    font-size: 24px;
  }
  .special-feature-area .special-feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .special-feature-area .special-feature-content .feature-text {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .special-feature-area .special-feature-content .feature-text h6 {
    font-size: 14px;
  }
  .special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 250px;
  }
  .special-feature-area.style-2 .special-feature-content .feature-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 280px;
  }
  .cta-area .cta-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .cta-2-area .cta-content .cta-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .cta-2-area .cta-content .cta-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .single-news-area .news-content .news-meta a {
    font-size: 10px;
  }
  .contact--area .contact-content {
    padding: 20px;
  }
  .contact--area .contact-content .single-contact-content .text p {
    font-size: 12px;
  }
  .newsletter-area .nl-content h2 {
    font-size: 18px;
  }
  .newsletter-area .nl-content form button {
    width: 100px;
  }
  .footer-area img {
    display: none;
  }
  .footer-area .info-area .copywrite-area .copywrite-text {
    margin-top: 0px;
  }
  .footer-area .copywrite-area .copywrite-text {
    margin-top: 0px;
  }
  .breadcrumb-area {
    height: 180px;
  }
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 24px;
  }
  .sidebar-area {
    margin-top: 100px;
  }
  .comment_area .comment-content .comment-author {
    margin-right: 15px;
  }
  .comment_area .comment-content .comment-meta .post-author {
    font-size: 12px;
    margin-right: 15px;
  }
  .comment_area .comment-content .comment-meta .post-author::after {
    right: -8px;
  }
  .comment_area .comment-content .comment-meta .post-date {
    font-size: 12px;
    margin-right: 15px;
  }
  .comment_area .comment-content .comment-meta .post-date::after {
    right: -8px;
  }
  .comment_area .comment-content .comment-meta .reply {
    font-size: 12px;
    margin-right: 15px;
  }
  .comment_area .comment-content .comment-meta .reply::after {
    right: -8px;
  }
  .map-area {
    height: 1200px;
  }
  .map-area .contact---area .contact-page {
    padding: 40px 30px;
  }
  .single-cool-fact .scf-text h2 {
    font-size: 24px;
  }
  .credit-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text {
    margin-top: 0;
  }
}

.myslider .item {
  width: 100%;
  position: relative;
  padding: 10px 55px 20px 20px;
  background-color: #000;
}

.myslider .item .post-image {
  height: 75%;
}

.myslider .item .post-image img {
  border: 0;
  height: 100%;
  width: 100%;
}

.myslider .item .post-meta {
  padding: 10px 20px;
  background: #121212;
  height: 25%;
}

.myslider .item .post-meta small {
  width: 100%;
  color: #fff;
  float: left;
  margin-bottom: 3px;
}

.myslider .item .post-meta a {
  color: #fff;
  line-height: 18px;
  display: block;
}

.myslider .item:hover .post-meta {
  background: #d61b22;
}

.slick-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
}

.slick-dots li {
  list-style: none;
  margin: 15px 0;
}

.slick-dots button {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #fff;
  text-indent: -9999px;
  outline: 0;
}

.slick-dots button:hover {
  background-color: #000;
}

.slick-slide {
  height: 50vh !important;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

form .form-group > label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  float: left;
}

form .form-check-label a {
  font-weight: 400;
}

form .form-check-label a:hover {
  color: #d61b22;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
}

.form-control {
  height: 50px;
  border-radius: 0;
}

.form-control:focus {
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #d61b22;
  border-color: #d61b22;
  border-radius: 0;
  padding: 10px 30px;
}

.btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

b.line {
  font-weight: 400;
}

.members .item {
  position: relative;
  height: auto !important;
  margin: 10px;
}

.members .item .welcome-text.text-center {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: left !important;
  padding: 100px 15px 10px;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.986432)), color-stop(12%, rgba(0, 0, 0, 0.711922)), color-stop(45%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.986432) 0%, rgba(0, 0, 0, 0.711922) 12%, rgba(255, 255, 255, 0) 45%);
}

.members .item .welcome-text.text-center h6 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.members .item .welcome-text.text-center p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}

.members .slick-prev {
  top: -10%;
  right: 35px;
  left: unset;
}

.members .slick-prev:before {
  content: "\f177";
  opacity: 1;
  color: black;
  font-family: FontAwesome;
}

.members .slick-next {
  top: -10%;
  right: 0;
}

.members .slick-next:before {
  content: "\f178";
  opacity: 1;
  color: black;
  font-family: FontAwesome;
}

.myslider .slick-next {
  top: 54%;
  right: 15px;
  border: 1px solid #d61b2291;
  border-radius: 50px;
}

.myslider .slick-next:before {
  content: '\2193';
  opacity: 1;
  color: #fff;
  font-family: FontAwesome;
  position: relative;
  top: -12px;
}

.myslider .slick-next:hover {
  border: 1px solid #d61b22;
  border-radius: 50px;
}

.myslider .slick-prev {
  top: 49%;
  right: 15px;
  left: unset;
  z-index: 9;
  border: 1px solid #d61b2291;
  border-radius: 50px;
}

.myslider .slick-prev:before {
  content: '\2191';
  opacity: 1;
  color: #fff;
  font-family: FontAwesome;
  position: relative;
  top: 5px;
}

.myslider .slick-prev:hover {
  border: 1px solid #d61b22;
  border-radius: 50px;
}

.committee-members .welcome-text h6 a {
  font-size: 20px;
}

#warning-message {
  display: none;
  background: #e6e6e6;
  height: 100vh;
}

#warning-message p {
  position: absolute;
  margin: 0;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 300px) and (max-width: 992px) and (orientation: landscape) and (min-aspect-ratio: 16 / 9) {
  .main-div {
    display: none;
  }
  #warning-message {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header-area .top-header-area .bs-example .logo img {
    padding-left: 60px;
  }
  div#sticker-sticky-wrapper .container,
  .top-header-area .container {
    max-width: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 12px;
    padding: 0 5px;
    width: 90px;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    font-size: 12px;
    padding: 10px 5px;
  }
}

section.sectionlightbox {
  -webkit-column-width: 300px;
          column-width: 300px;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  padding: 5px;
}

section.sectionlightbox img {
  width: 100%;
  cursor: pointer;
  margin-bottom: 25px;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  -webkit-perspective: 1000;
          perspective: 1000;
  z-index: 9999;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(0deg);
          transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  -webkit-transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*.lightbox:hover img{
    transform: translate(-50%, -50%) rotateY(180deg);
  }*/
[class^="arrow"] {
  height: 80px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  top: 0;
}

.close:after,
.close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 50%;
  background: #ffffff;
}

.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

li.cn-dropdown-item.has-down ul.dropdown {
  margin: 0;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
    * Generated by Animista on 2021-10-13 17:14:23
    * Licensed under FreeBSD License.
    * See http://animista.net/license for more info.
    * w: http://animista.net, t: @cssanimista
    * ---------------------------------------------- */
/**
    * ----------------------------------------
    * animation heartbeat
    * ----------------------------------------
    */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.only-mobile {
  display: none;
}
/*# sourceMappingURL=style.css.map */