/*******************************/
/********* General CSS *********/
/*******************************/

/* --------------------------------

Primary style

-------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
/*WASH Achievement*/
/* General Reset */

.achievement-section {
    text-align: center;
    padding: 2rem;
    color: #333;
}

.achievement-header .h1wash {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #35B9DE; /* رنگ آبی */
}

.achievement-header p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #555; /* رنگ خاکستری ملایم */
}

.stats-container {
    display: flex;
    justify-content: space-around; /* فاصله مناسب بین کارت‌ها */
    align-items: center; /* تراز عمودی کارت‌ها */
    flex-wrap: nowrap; /* جلوگیری از شکستن به خطوط جدید */
    gap: 1rem; /* فاصله بین کارت‌ها */
    overflow-x: auto; /* فعال‌سازی اسکرول افقی در صورت کمبود فضا */
    padding: 1rem 0;
}

.stat-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    min-width: 250px; /* حداقل عرض کارت */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    flex-shrink: 0; /* جلوگیری از کوچک شدن کارت‌ها */
}

.stat-card:hover {
    transform: translateY(-10px);
}

.icon .benfimg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.stat-card .h2wash {
    font-size: 2.5rem;
    color: #35B9DE; /* رنگ آبی برای اعداد */
    margin-bottom: 0.5rem;
}

.stat-card p {
    font-size: 1rem;
    color: #555; /* رنگ خاکستری */
    text-align: center;
}

/* اسکرول‌باری که برای اسکرول افقی کارت‌ها نمایش داده می‌شود */
.stats-container::-webkit-scrollbar {
    height: 8px;
}

.stats-container::-webkit-scrollbar-thumb {
    background-color: #007BFF;
    border-radius: 10px;
}

.stats-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Media Queries برای دستگاه‌های مختلف */
@media (max-width: 768px) {
    .achievement-header .h1wash {
        font-size: 2rem;
    }

    .stat-card .h2wash {
        font-size: 2rem;
    }
}
/*NRM Achievement*/
/* General Reset */


.achievement-section {
    text-align: center;
    padding: 2rem;
    color: #333;
}

.achievement-header .h1nrm {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #1F8E3D; /* رنگ آبی */
}

.achievement-header p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #555; /* رنگ خاکستری ملایم */
}

.stats-container {
    display: flex;
    justify-content: space-around; /* فاصله مناسب بین کارت‌ها */
    align-items: center; /* تراز عمودی کارت‌ها */
    flex-wrap: nowrap; /* جلوگیری از شکستن به خطوط جدید */
    gap: 1rem; /* فاصله بین کارت‌ها */
    overflow-x: auto; /* فعال‌سازی اسکرول افقی در صورت کمبود فضا */
    padding: 1rem 0;
}

.stat-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    min-width: 250px; /* حداقل عرض کارت */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    flex-shrink: 0; /* جلوگیری از کوچک شدن کارت‌ها */
}

.stat-card:hover {
    transform: translateY(-10px);
}

.icon .benfimg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.stat-card .h2nrm {
    font-size: 2.5rem;
    color: #1F8E3D; /* رنگ آبی برای اعداد */
    margin-bottom: 0.5rem;
}

.stat-card p {
    font-size: 1rem;
    color: #555; /* رنگ خاکستری */
    text-align: center;
}

/* اسکرول‌باری که برای اسکرول افقی کارت‌ها نمایش داده می‌شود */
.stats-container::-webkit-scrollbar {
    height: 8px;
}

.stats-container::-webkit-scrollbar-thumb {
    background-color: #007BFF;
    border-radius: 10px;
}

.stats-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Media Queries برای دستگاه‌های مختلف */
@media (max-width: 768px) {
    .achievement-header .h1nrm {
        font-size: 2rem;
    }

    .stat-card .h2nrm {
        font-size: 2rem;
    }
}

/*SSED Achievement*/
/* General Reset */


.achievement-section {
    text-align: center;
    padding: 2rem;
    color: #333;
}

.achievement-header .h1ssed {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #721C41; /* رنگ آبی */
}

.achievement-header p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #555; /* رنگ خاکستری ملایم */
}

.stats-container {
    display: flex;
    justify-content: space-around; /* فاصله مناسب بین کارت‌ها */
    align-items: center; /* تراز عمودی کارت‌ها */
    flex-wrap: nowrap; /* جلوگیری از شکستن به خطوط جدید */
    gap: 1rem; /* فاصله بین کارت‌ها */
    overflow-x: auto; /* فعال‌سازی اسکرول افقی در صورت کمبود فضا */
    padding: 1rem 0;
}

.stat-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    min-width: 250px; /* حداقل عرض کارت */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    flex-shrink: 0; /* جلوگیری از کوچک شدن کارت‌ها */
}

.stat-card:hover {
    transform: translateY(-10px);
}

.icon .benfimg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.stat-card .h2ssed {
    font-size: 2.5rem;
    color: #721C41; /* رنگ آبی برای اعداد */
    margin-bottom: 0.5rem;
}

.stat-card p {
    font-size: 1rem;
    color: #555; /* رنگ خاکستری */
    text-align: center;
}

/* اسکرول‌باری که برای اسکرول افقی کارت‌ها نمایش داده می‌شود */
.stats-container::-webkit-scrollbar {
    height: 8px;
}

.stats-container::-webkit-scrollbar-thumb {
    background-color: #007BFF;
    border-radius: 10px;
}

.stats-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Media Queries برای دستگاه‌های مختلف */
@media (max-width: 768px) {
    .achievement-header .h1nrm {
        font-size: 2rem;
    }

    .stat-card .h2ssed {
        font-size: 2rem;
    }
}

/*WE Achievement*/
/* General Reset */

.achievement-section {
    text-align: center;
    padding: 2rem;
    color: #333;
}

.achievement-header .h1we {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #EF4C2A; /* رنگ آبی */
}

.achievement-header p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #555; /* رنگ خاکستری ملایم */
}

.stats-container {
    display: flex;
    justify-content: space-around; /* فاصله مناسب بین کارت‌ها */
    align-items: center; /* تراز عمودی کارت‌ها */
    flex-wrap: nowrap; /* جلوگیری از شکستن به خطوط جدید */
    gap: 1rem; /* فاصله بین کارت‌ها */
    overflow-x: auto; /* فعال‌سازی اسکرول افقی در صورت کمبود فضا */
    padding: 1rem 0;
}

.stat-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    min-width: 250px; /* حداقل عرض کارت */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    flex-shrink: 0; /* جلوگیری از کوچک شدن کارت‌ها */
}

.stat-card:hover {
    transform: translateY(-10px);
}

.icon .benfimg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.stat-card .h2we {
    font-size: 2.5rem;
    color: #EF4C2A; /* رنگ آبی برای اعداد */
    margin-bottom: 0.5rem;
}

.stat-card p {
    font-size: 1rem;
    color: #555; /* رنگ خاکستری */
    text-align: center;
}

/* اسکرول‌باری که برای اسکرول افقی کارت‌ها نمایش داده می‌شود */
.stats-container::-webkit-scrollbar {
    height: 8px;
}

.stats-container::-webkit-scrollbar-thumb {
    background-color: #007BFF;
    border-radius: 10px;
}

.stats-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Media Queries برای دستگاه‌های مختلف */
@media (max-width: 768px) {
    .achievement-header .h1nrm {
        font-size: 2rem;
    }

    .stat-card .h2ssed {
        font-size: 2rem;
    }
}
/*DACAAR Achievement*/
/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #ffffff; /* پس‌زمینه سفید */
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.achievement-section {
    text-align: center;
    padding: 2rem;
    color: #333;
}

.achievement-header .h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #000000; /* رنگ آبی */
}

.achievement-header p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #555; /* رنگ خاکستری ملایم */
}

.stats-container {
    display: flex;
    justify-content: space-around; /* فاصله مناسب بین کارت‌ها */
    align-items: center; /* تراز عمودی کارت‌ها */
    flex-wrap: nowrap; /* جلوگیری از شکستن به خطوط جدید */
    gap: 1rem; /* فاصله بین کارت‌ها */
    overflow-x: auto; /* فعال‌سازی اسکرول افقی در صورت کمبود فضا */
    padding: 1rem 0;
}

.stat-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    min-width: 250px; /* حداقل عرض کارت */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    flex-shrink: 0; /* جلوگیری از کوچک شدن کارت‌ها */
}

.stat-card:hover {
    transform: translateY(-10px);
}

.icon .benfimg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.stat-card .h2 {
    font-size: 2.5rem;
    color: #000000; /* رنگ آبی برای اعداد */
    margin-bottom: 0.5rem;
}

.stat-card p {
    font-size: 1rem;
    color: #555; /* رنگ خاکستری */
    text-align: center;
}

/* اسکرول‌باری که برای اسکرول افقی کارت‌ها نمایش داده می‌شود */
.stats-container::-webkit-scrollbar {
    height: 8px;
}

.stats-container::-webkit-scrollbar-thumb {
    background-color: #007BFF;
    border-radius: 10px;
}

.stats-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Media Queries برای دستگاه‌های مختلف */
@media (max-width: 768px) {
    .achievement-header .h1nrm {
        font-size: 2rem;
    }

    .stat-card .h2ssed {
        font-size: 2rem;
    }
}


/* Main Container */
.roww {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch; /* ارتفاع هر دو چوکات برابر می‌شود */
    gap: 20px;
}

/* Pyramid Chart */
.pyramid {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #004080;
}

.pyramid div {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

.level1 {
    background-color: #003366;
}

.level2 {
    background-color: #004080;
}

.level3 {
    background-color: #00509E;
}

.gap {
    background-color: #FFD700;
    color: #333;
}

.base {
    background-color: #cce5ff;
    color: #004080;
}

/* Info Box */
.info-qoti {
    background-color: #fff;
    border: 1px solid #004080;
    max-width: 300px;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* محتوای داخلی در ارتفاع مساوی */
}

.info-qoti h3 {
    margin-bottom: 10px;
    color: #004080;
    text-align: center;
}

.info-qoti ul {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
}

.info-qoti li {
    margin-bottom: 5px;
    font-size: 0.9rem;
}


.slideshow-container {
    position: relative;
    width: 100%; /* عرض کامل صفحه */
    height: 80vh; /* ارتفاع به اندازه کل صفحه */
    overflow: hidden;
    margin-top: 0; /* حذف فاصله اضافی */
    padding: 0; /* حذف فاصله اضافی */
}

/* تنظیمات اسلاید */
.slidee {
    display: none;
    height: 100%; /* ارتفاع کامل اسلاید */
    width: 100%; /* عرض کامل اسلاید */
    position: relative;
}

/* استفاده از background-image برای عکس‌ها */
.slidee .slide_img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* پر کردن فضای اسلاید بدون برش */
}


/* جلوه نمایش */
.fade {
    animation: fadeEffect 7s;
}

@keyframes fadeEffect {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

/* تنظیمات ریسپانسیو برای موبایل */
@media only screen and (max-width: 768px) {
    .prev, .next {
        padding: 10px;
        font-size: 20px;
    }
}


.carousel-item{
  height: 800px;
  background-size: contain;
}

.hero-caption{
  font-family: "Times New Roman";
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  animation: 4.5s hero-head normal linear 20;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
}
@keyframes hero-head {
  0%{
    transform: translateY(0em);
    color: rgba(255,0,0,0.8);
  }
  30%{
    transform: skewX(15deg);
    color: rgba(255,255,255, 0.6);
  }
}

.more{
  position: relative;
   margin-left: 520px; 
   font-weight: bold; 
   text-decoration: underline;
   margin-top: 10px;
}

   
.zoom{


  transition: transform .2s; /* Animation */

  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }



/* Carousel 4*/
.testimony-29101 .image {
  width: 100%;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991.98px) {
    .testimony-29101 .image {
       } }

.testimony-29101 .text {
  width: 100%;
  padding: 7rem 4rem;
  background: #f8f9fa; }
  .testimony-29101 .text blockquote {
    position: relative;
    padding-bottom: 50px;
    font-size: 18px; }
    .testimony-29101 .text blockquote .author {
      font-size: 14px;
      position: absolute;
      bottom: 0; }

@media (max-width: 991.98px) {
  .testimony-29101 .image, .testimony-29101 .text {
    width: 100%;
    display: block !important; } }

@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none; } }

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000; }
  .slide-one-item .owl-nav .owl-prev span,
  .slide-one-item .owl-nav .owl-next span {
    font-size: 30px; }
  .slide-one-item .owl-nav .owl-prev:hover,
  .slide-one-item .owl-nav .owl-next:hover {
    color: #000; }
  .slide-one-item .owl-nav .owl-prev:active, .slide-one-item .owl-nav .owl-prev:focus,
  .slide-one-item .owl-nav .owl-next:active,
  .slide-one-item .owl-nav .owl-next:focus {
    outline: none; }

.slide-one-item .owl-nav .owl-prev {
  left: 20px; }

.slide-one-item .owl-nav .owl-next {
  right: 20px; }

.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2; }
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block; }
    .slide-one-item .owl-dots .owl-dot > span {
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      display: inline-block;
      width: 15px;
      height: 3px;
      background: rgba(0, 123, 255, 0.4);
      margin: 3px; }
    .slide-one-item .owl-dots .owl-dot.active > span {
      width: 15px;
      background: #007bff; }


.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 26px;
  transition: 0.4s;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  border-radius: 20px;
}

.active, .accordion:hover {

}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 10px;
}

*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1{
  font-size: 2.5rem;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 2rem 0;
}

.wrapper{
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
    -webkit-perspective: 1000px;
            perspective: 1000px;
}

.front,
.back{
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}

.front:after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 20px;

}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat';
  font-weight: 300;
}

@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}


*, *::after, *::before {
  box-sizing: border-box;
}

a {
  color: #DB111C;
  text-decoration: none;
}

/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 0em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;


}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;

}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;



  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;

}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */

  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;

}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #DB111C;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #DB111C;
  border-color: #DB111C;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #DB111C;
  border-color: #DB111C;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #DB111C;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  background: url(../img/prev.png) no-repeat 0 0;
margin-left: -33px;


}
.cd-timeline-navigation a.next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);

  background: url(../img/next.png) no-repeat 0 0;
  margin-right: -33px;

}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}



.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;

}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;

}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}




@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}



.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}



body {
    color: #797979;
    background: #ffffff;
    font-family: 'arial';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #343148;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #E9252C;
    outline: none;
    text-decoration: none;
}
ul li{
    list-style-type: none;
}

.footer_list ul li{
    list-style-type: none;
}
ol li{
    list-style-type: none;
    padding-left: 15px;
}
p{
    text-align: justify;
    font-size: 16px;
}
.TA{
    text-align: left;
}
.main-banner {
  position: relative;
  width: 100%;
}

.textt {
  color: #f2f2f2;
  font-size: 32px;
  font-style: italic;
  padding: 8px 12px;
  position: absolute;
  bottom: 821px;
  left: 75%;
  width: 50%;
  top: 26%;
  height: 200px;
  padding: 50px;
  text-align: center;
  text-overflow: ellipsis;
   background-image: linear-gradient(to right,#797979, #E9252C);
}


.animated-text span.letter{
  display:inline-block;
}

.animated-text.wave span.letter{
  animation: 4.5s wave normal linear 20;
  animation-fill-mode: backwards;
  font-family: "Lucida Handwriting";
  animation-iteration-count: infinite;
}

@keyframes wave {
  0%{
    transform: translateY(0em);
    color: rgba(0, 0, 0, 0.2);
  }
  30%{
    transform: skewX(15deg);
    color: rgba(0, 0, 0, 0.6);
  }
}
#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}



.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 50%;
  left: 75%;
  top: 26%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.main-banner .caption   h2{
  color: #fff;
  font-family: times new roman;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4 );
}
/*.main-banner .caption   #two{
  color: #fff;
  font-family: times new roman;
  font-size: 20px;
  margin-top: -260px;
  float: right;
  text-align: right;
  padding-right: 30px;
  width: 33.333%;
  background-color: rgba(0, 0, 0, 0.4 );
}*/
/*.main-banner .caption   #three{
  color: #fff;
  font-family: times new roman;
  font-size: 20px;
  margin-top: -260px;
  margin-left: 634px;
  text-align: right;
   padding-right: 100px;
  width: 33.333%;
  background-color: rgba(0, 0, 0, 0.4 );
}*/
.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #E9252C;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    background: #343148;
}

.back-to-top:hover i {
    color: #E9252C;
}

.back-to-top i {
    color: #343148;
    padding-top: 10px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 35px;
    background: #343148;
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: left;
    justify-content: flex-end;

}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
    font-size: 13px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 100%;
    font-size: 13px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #092a49;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #000000;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .5s;

}

.navbar .navbar-brand span {
    color: #000000;
    text-transform: lowercase;
    transition: .5s;
}

.navbar.nav-sticky .navbar-brand span {
    color: #000000;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #E9252C;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: rgba(256, 256, 256, .1);
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 10;
    background: rgba(248, 249, 250, 0.7);
}
@media (min-width: 992px) {
 

    .navbar {
        position: absolute;
        width: 100%;
        top: 35px;
        padding: 20px 60px;
        background: #fff !important;
        z-index: 9;
    }

    .navbar.nav-sticky {
        padding: 10px 60px;
        background: rgb() !important;
    }

    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 18px;
        letter-spacing: 1px;

    }
    .main-banner .caption h2 {
        font-size: 60px;
        margin-top: 20px;
    }
}
@media (max-width:1200px)
{
  .ma{
    height: 630px;
  }
  .carousel-item{
  height: 700px;
  background-size: contain;
}

.hero-caption{
  font-family: "Times New Roman";
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  animation: 4.5s hero-head normal linear 20;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  margin-top: -120px;
}
@keyframes hero-head {
  0%{
    transform: translateY(0em);
    color: rgba(255,0,0,0.8);
  }
  30%{
    transform: skewX(15deg);
    color: rgba(255,255,255, 0.6);
  }
}
  .textt {
  color: #f2f2f2;
  font-size: 25px;
  font-style: italic;
  padding: 8px 12px;
  position: absolute;
  bottom: 821px;
  left: 75%;
  width: 50%;
  top: 26%;
  height: 200px;
  padding: 50px;
  text-align: center;
  text-overflow: ellipsis;
   background-image: linear-gradient(to right,#797979, #E9252C);
}


.animated-text span.letter{
  display:inline-block;
}

.animated-text.wave span.letter{
  animation: 4.5s wave normal linear 20;
  animation-fill-mode: backwards;
  font-family: "Lucida Handwriting";
  animation-iteration-count: infinite;
}

@keyframes wave {
  0%{
    transform: translateY(0em);
    color: rgba(0, 0, 0, 0.2);
  }
  30%{
    transform: skewX(15deg);
    color: rgba(0, 0, 0, 0.6);
  }
}
}
@media (max-width: 991.98px) {
  .slideshow-container{
    margin-top: -180px;
    margin-bottom: -100px;
    padding: 0;
  }
  .service{
    margin-top: -140px;
  }
  .textt {
  color: #f2f2f2;
  font-size: 16px;
  font-style: italic;
  padding: 8px 12px;
  position: absolute;
  bottom: 821px;
  left: 75%;
  width: 50%;
  top: 26%;
  height: 200px;
  padding: 50px;
  text-align: center;
  text-overflow: ellipsis;
   background-image: linear-gradient(to right,#797979, #E9252C);
}


.animated-text span.letter{
  display:inline-block;
}

.animated-text.wave span.letter{
  animation: 4.5s wave normal linear 20;
  animation-fill-mode: backwards;
  font-family: "Lucida Handwriting";
  animation-iteration-count: infinite;
}

@keyframes wave {
  0%{
    transform: translateY(0em);
    color: rgba(0, 0, 0, 0.2);
  }
  30%{
    transform: skewX(15deg);
    color: rgba(0, 0, 0, 0.6);
  }
}
    .navbar {
        padding: 15px;
        background: rgba(128, 128, 128, 0.2) !important;

    }

    .navbar .navbar-brand span {
        color: #000000;
    }

    .navbar a.nav-link {
        padding: 5px;
    }

    .navbar .dropdown-menu {
        box-shadow: none;
    }
    .main-banner .caption h2 {
        font-size: 15px;
    }

    .video-overlay {
    margin-top: -90px;
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
    }
}
@media (max-width: 500px) {
  .slideshow-container{
    margin-top: -250px;
    margin-bottom: -220px;
    padding: 0;
  }
  .service{
    margin-top: -230px;
  }
}
.scroll-to-section{
   margin-left: 0px;
}
.dacaarvideo{
    margin-top: 10px;
}
.webdescription{
    background-color: rgba(229, 229, 229, 0.9);
}

/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    width: 100%;
    padding-top: 0px;
    overflow: hidden;
}


.hero .container-fluid {
    padding: 0;
}

.hero .hero-btn .btn {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #E9252C;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.hero .hero-btn .btn:hover {
    color: #343148;
    background: #ffffff;
}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}






/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background: #E9252C;
}

.page-header h2 {
    position: relative;
    color: #343148;
    font-size: 60px;
    font-weight: 700;

}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 20px;
    }
    .page-header a {
        font-size: 18px;
    }
     .video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
    }

}

@media (min-width: 776px) {
    .page-header h2 {
        font-size: 35px;
    }
    .page-header a {
        font-size: 18px;
    }
     .video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
    }

}
@media (max-width: 988px) {
    .page-header h2 {
        font-size: 35px;
    }
    .page-header a {
        font-size: 18px;
    }
     .video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
    }


    .main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 35px;
  text-transform: uppercase;

  color: #fff;
  letter-spacing: 1px;
}
.hero-text h1{
        margin-left: 50px;
    }
    .hero-text p{
        margin-left: 50px;
    }
    .hero-btn{
        margin-left: 50px;
    }
}
.hero .hero-text h2 em{
  font-style: normal;
  color: #E9252C;
  font-size: 25px;


}
.hero-text h2{
    font-style: normal;
     font-size: 15px;

}
/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 5px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
}

.section-header p::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 11px;
    right: -30px;
    left: -30px;
    background: #E9252C;
    z-index: -1;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}
.section-header h2 em{
    margin: 0;
    position: relative;
    font-style: normal;
    color: #E9252C;
    font-size: 40px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;

    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #E9252C;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #343148;
    background: #E9252C;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 0px;
        height: auto;

    }

}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item:hover,
.service .service-item.active {
    background: #343148;
    color: #ffffff;
}

.service .service-icon {
    position: relative;
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon i {
    position: relative;
    font-size: 50px;
    color: #343148;
    z-index: 3;
}

.service .service-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #E9252C;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #E9252C;
    border-radius: 50%;
    transition: all 200ms;
}

.service .service-item-wash {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item-wash:hover,
.service .service-item-wash.active {
    background: rgba(234, 234, 234, 1.0);
    color: #000;
}

.service .service-icon-wash {
    position: relative;
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon-wash i {
    position: relative;
    font-size: 50px;
    color: #rgba(234, 234, 234, 1.0);
    z-index: 3;
}

.service .service-icon-wash:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgb(0,174,217);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon-wash:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgb(0,174,217);
    border-radius: 50%;
    transition: all 200ms;
}
.service .service-item-nrm {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item-nrm:hover,
.service .service-item-nrm.active {
    background: rgba(234, 234, 234, 1.0);
    color: #000;
}

.service .service-icon-nrm {
    position: relative;
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon-nrm i {
    position: relative;
    font-size: 50px;
    color: #rgba(234, 234, 234, 1.0);
    z-index: 3;
}

.service .service-icon-nrm:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(211,160,41,0.7);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon-nrm:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(211,160,41,0.7);
    border-radius: 50%;
    transition: all 200ms;
}
.service .service-item-ssed {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item-ssed:hover,
.service .service-item-ssed.active {
    background: rgba(234, 234, 234, 1.0);
    color: #000;
}

.service .service-icon-ssed {
    position: relative;
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon-ssed i {
    position: relative;
    font-size: 50px;
    color: #rgba(234, 234, 234, 1.0);
    z-index: 3;
}

.service .service-icon-ssed:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(143,24,56,0.7);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon-ssed:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(143,24,56,0.7);
    border-radius: 50%;
    transition: all 200ms;
}
.service .service-item-we {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item-we:hover,
.service .service-item-we.active {
    background: rgba(234, 234, 234, 1.0);
    color: #000;
}

.service .service-icon-we {
    position: relative;
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon-we i {
    position: relative;
    font-size: 50px;
    color: #rgba(234, 234, 234, 1.0);
    z-index: 3;
}

.service .service-icon-we:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(239,64,45,0.7);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon-we:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(239,64,45,0.7);
    border-radius: 50%;
    transition: all 200ms;
}
.service .service-item-ccap {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item-ccap:hover,
.service .service-item-ccap.active {
    background: rgba(234, 234, 234, 1.0);
    color: #000;
}

.service .service-icon-ccap {
    position: relative;
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon-ccap i {
    position: relative;
    font-size: 50px;
    color: #rgba(234, 234, 234, 1.0);
    z-index: 3;
}

.service .service-icon-ccap:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(55,190,255,0.4);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon-ccap:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(55,190,255,0.4);
    border-radius: 50%;
    transition: all 200ms;
}
.service .service-item-we-we {
    position: relative;
    width: 100%;
    text-align: center;

    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item-we-we:hover,
.service .service-item-we-we.active {
    background: rgba(234, 234, 234, 1.0);
    color: #000;
}

.service .service-icon-we-we {
    position: relative;
    margin-top: -125px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon-we-we i {
    position: relative;
    font-size: 50px;
    color: #rgba(234, 234, 234, 1.0);
    z-index: 3;
}

.service .service-icon-we-we:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(239,64,45,0.4);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon-we-we:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(239,64,45,0.4);
    border-radius: 50%;
    transition: all 200ms;
}
.service .service-item-ssed-ssed {
    position: relative;
    width: 100%;
    text-align: center;

    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item-ssed-ssed:hover,
.service .service-item-ssed-ssed.active {
    background: rgba(234, 234, 234, 1.0);
    color: #000;
}

.service .service-icon-ssed-ssed {
    position: relative;
    margin-top: -125px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon-ssed-ssed i {
    position: relative;
    font-size: 50px;
    color: #rgba(234, 234, 234, 1.0);
    z-index: 3;
}

.service .service-icon-ssed-ssed:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(143,24,56,0.6);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon-ssed-ssed:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(143,24,56,0.3);
    border-radius: 50%;
    transition: all 200ms;
}
.service .service-item-nrm-nrm {
    position: relative;
    width: 100%;
    text-align: center;

    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item-nrm-nrm:hover,
.service .service-item-nrm-nrm.active {
    background: rgba(234, 234, 234, 1.0);
    color: #000;
}

.service .service-icon-nrm-nrm {
    position: relative;
    margin-top: -125px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon-nrm-nrm i {
    position: relative;
    font-size: 50px;
    color: #rgba(234, 234, 234, 1.0);
    z-index: 3;
}

.service .service-icon-nrm-nrm:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(211,160,41,0.4);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon-nrm-nrm:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(211,160,41,0.4);
    border-radius: 50%;
    transition: all 200ms;
}
.service .service-item-wash-wash {
    position: relative;
    width: 100%;
    text-align: center;

    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item-wash-wash:hover,
.service .service-item-wash-wash.active {
    background: rgba(234, 234, 234, 1.0);
    color: #000;
}

.service .service-icon-wash-wash {
    position: relative;
    margin-top: -125px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon-wash-wash i {
    position: relative;
    font-size: 50px;
    color: #rgba(234, 234, 234, 1.0);
    z-index: 3;
}

.service .service-icon-wash-wash:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(0,174,217,0.4);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon-wash-wash:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(0,174,217,0.4);
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.service .service-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
}
.service .service-item a{
    color: #000;
}
.service .service-item:hover a{
    color: #DB111C;
}

.service .service-item:hover h3,
.service .service-item.active h3 {
    color: #E9252C;
}

.service .service-item p {
    margin: 0;
    font-size: 16px;
}



/*******************************/
/********** Class CSS **********/
/*******************************/
.class {
    position: relative;
    padding: 45px 0 15px 0;
}

.class #class-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.class #class-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #343148;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}

.class #class-filter li:hover,
.class #class-filter li.filter-active {
    background: #343148;
    color: #E9252C;
}

.class .class-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}

.class .class-wrap {
    position: relative;
    width: 100%;
}

.class .class-img {
    position: relative;
}

.class .class-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.class .class-text {
    position: relative;
    padding: 30px 30px 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.class .class-text h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.class .class-teacher {
    position: relative;
    height: 40px;
    margin-top: -50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 40px;
}

.class .class-teacher img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #E9252C;
}

.class .class-teacher h3 {
    width: calc(100% - 95px);
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
}

.class .class-teacher a {
    width: 40px;
    height: 40px;
    padding: 0 0 3px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 100;
    color: #343148;
    background: #E9252C;
    border-radius: 40px;
    transition: .3s;
}

.class .class-wrap:hover .class-teacher a {
    color: #E9252C;
    background: #343148;
}

.class .class-meta {
    position: relative;
    display: flex;
    align-items: center;
}

.class .class-meta p {
    margin: 0;
    font-size: 14px;
}

.class .class-meta p i {
    margin-right: 5px;
    color: #343148;
}

.class .class-meta p:first-child {
    margin-right: 10px;
}



/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
    position: relative;
    width: 100%;
    background: linear-gradient(rgba(247, 202, 201, .7), rgba(247, 202, 201, .7)), url(../img/wash.jpg);
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;

}

.discount .container {
    max-width: 100%;
    height: 500px;

}

.discount .section-header {
    margin-bottom: 20px;
}

.discount .section-header p {
    color: #343148;
    background: transparent;
}

.discount .section-header p::after {
    display: none;
}

.discount .section-header h2 span {
    color: #F32B56;
    font-size: 50px;
}

.discount .discount-text p {
    color: rgba(0, 0, 0, 0.7);
}

.discount .discount-text .btn {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #E9252C;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.discount .discount-text .btn:hover {
    color: #343148;
    background: #ffffff;
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.price .price-item {
    position: relative;
    margin-bottom: 30px;
}

.price .price-header,
.price .price-body,
.price .price-footer {
    position: relative;
    width: 100%;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
}

.price .price-header {
    padding: 30px;
    background: #E9252C;
    color: #343148;
}

.price .price-item.featu#DB111C-item .price-header {
    background: #343148;
    color: #E9252C;
}

.price .price-status {
    margin-top: -30px;
    text-align: right;
}

.price .price-status span {
    position: relative;
    display: inline-block;
    height: 30px;
    right: -30px;
    padding: 7px 10px;
    text-align: center;
    color: #343148;
    font-size: 14px;
    line-height: 14px;
    background: #E9252C;
}

.price .price-title h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.price .price-prices h2 {
    font-size: 45px;
    font-weight: 700;
    margin-left: 10px;
}

.price .price-prices h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin-top: 9px;
    margin-left: -12px;
}

.price .price-prices h2 span {
    margin-left: 1px;
    font-size: 18px;
    font-weight: 400;
}

.price .price-item.featu#DB111C-item h2 {
    color: #E9252C;
}

.price .price-body {
    padding: 25px 0 20px 0;
    border: 1px solid rgba(0, 0, 0, .07);
    border-bottom: none;
}

.price .price-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price .price-description ul li {
    padding: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.price .price-description ul li:last-child {
    border: none;
}

.price .price-action {
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
}

.price .price-action a.btn {
    margin-bottom: 30px;
    padding: 12px 20px;
    color: #343148;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    background: #E9252C;
    transition: .3s;
}

.price .price-action a:hover,
.price .price-item.featu#DB111C-item .price-action a {
    color: #E9252C;
    background: #343148;
}

.price .price-item.featu#DB111C-item .price-action a:hover {
    color: #343148;
    background: #E9252C;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.team .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: left;
    justify-content: left;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #E9252C;
    background: #343148;
    opacity: 0;
}

.team .team-social a:hover {
    color: #343148;
    background: #E9252C;
}


.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px 10px 15px;
    text-align: center;
    background: #ffffff;
}

.team .team-text h2 {
    font-size: 18px;
    font-weight: 600;
}

.team .team-text p {
    margin: 0;
    text-align: center;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;
}

.testimonial .container {
    padding: 0;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 350px;
    padding: 13px;
    
    background: #ffffff;
    transition: .50s;
}

.testimonial .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.testimonial .testimonial-item p {
    font-size: 16px;
    color: #666666;
}

.testimonial .testimonial-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-item.center img {
    border-color: lightgray;
}

.testimonial .owl-item.center .testimonial-text {
    background: #D6D6D6;
}

.testimonial .owl-item.center .testimonial-text h3 {
    color: #E9252C;
}

.testimonial .owl-item.center .testimonial-text p,
.testimonial .owl-item.center .testimonial-text h4 {
    color: #666666;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E9252C;
}

.testimonial .owl-dot.active {
    background: #343148;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-text {
    position: relative;
    padding: 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-text h2 {
    font-size: 22px;
    font-weight: 600;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #343148;
    transition: .3s;
}

.blog .blog-item a.btn i {
    margin-left: 5px;
}

.blog .blog-item a.btn:hover {
    color: #E9252C;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.blog .blog-meta i {
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .owl-nav {
    width: 150px;
    margin: 32px auto 0 auto;
    display: flex;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    margin-left: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E9252C;
    background: #343148;
    font-size: 22px;
    transition: .3s;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #343148;
    background: #E9252C;
}

.blog .pagination .page-link {
    color: #343148;
    border-radius: 0;
    border-color: #343148;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #E9252C;
    background: #343148;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #343148;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
    background: #343148;
    color: #E9252C;
}

.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.portfolio .portfolio-wrap:hover img {
    transform: rotate(5deg) scale(1.12);
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .container {
    max-width: 1350px;
}

.contact .contact-item {
    text-align: center;
    margin-bottom: 30px;
}
.contact .contact-item .contact-text h2{
    position: relative;
    text-align: center;
}
.contact .contact-item .contact-text p{
    position: relative;
    text-align: center;
}
.contact .contact-item i {
    width: 50px;
    height: 50px;
    padding: 12px 0;
    font-size: 18px;
    color: #343148;
    margin-bottom: 15px;
    border: 1px solid #E9252C;
    border-radius: 50px;
}

.contact .contact-item h2 {
    font-size: 20px;
    font-weight: 700;
}

.contact .contact-form {
    position: relative;
}

.contact .contact-form input {
    height: 45px;
    padding: 15px;
    background: none;
    border-radius: 0;
}

.contact .contact-form textarea {
    height: 150px;
    padding: 15px;
    background: none;
    border-radius: 0;
}

.contact .contact-form .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #E9252C;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #343148;
    background: #E9252C;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #E9252C;
    background: #343148;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343148;
    background: #E9252C;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #E9252C;
    background: #343148;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #343148;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #E9252C;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #E9252C;
    background: #343148;
}

.single .comment-form .btn:hover {
    color: #343148;
    background: #E9252C;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #E9252C;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #E9252C;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #343148;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #E9252C;
    background: #343148;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #343148;
    background: #E9252C;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #E9252C;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #E9252C;
    background: #343148;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}



/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 0px;
    background: #000000;
}

.footer .container-fluid {

    background: linear-gradient(rgba(52, 49, 72, .9), rgba(52, 49, 72, .9)), url(../img/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: left;
}

.footer .footer-info .footer-logo {
    display: inline-block;
    color: #E9252C;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 45px;
}

.footer .footer-info .footer-logo span {
    color: #ffffff;
    text-transform: lowercase;
}

.footer .footer-info h4 {
    margin-bottom: 0px;
    font-size: 25px;
    color: #fff;
}
.footer .footer-info a{
    color: #fff;
    font-size: 14px;
    font-weight: bolder;

}
.footer .footer-info a:hover{
    color: #DB111C;
}
.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
    border: none;
}
.footer .footer-info2 h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #DB111C;
}

.footer .footer-info h4 {
    margin-bottom: 0px;
    font-size: 16px;

    color: #fff;

}
.footer .footer-info li{
    color: #fff;

    font-size: 12px;
}
.footer .footer-social {
    position: relative;
    margin-top: 5px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #E9252C;
}

.footer .copyright {
    margin-top: 6px;
    padding: 0 0px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 5px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #E9252C;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

.map{
    margin-left: 600px;
}


a[data]:hover::after{
    content: attr(data);
    font-size: 40px;
    display: block;
}

div.blog-img {
  float: left;
}
div.login {
  float: right;
}

.login {
  position: relative;

}
.login img {
  position: absolute;
  left: -340;
  top: 0;
}
 canvas#horizontalBarChart1 {
  width: 100%;
  margin: 40px auto;
}
