@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700&display=swap");
.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:before {
  content: "";
  width: 200px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: -40px;
  z-index: -1;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.btn:hover:before {
  bottom: -50px;
}

.btn.btn-sm:before {
  width: 160px;
}

.btn.btn-xs:before {
  width: 140px;
}

.btn.red {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1rem;
  text-transform: capitalize;
}

.btn.brand {
  color: #5f1d1d;
  border: 1px solid #5f1d1d;
  font-size: .92rem;
  text-transform: capitalize;
  padding: 10px 0;
}

.btn.red:before {
  background: #fff;
}

.btn:hover {
  color: #5F1D1D;
}

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 20px;
  }
}

/* ========================= download  =============================== */
.dbtn {
  color: #fff;
  background-color: #5f1d1d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 15px 7px 40px;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 10px 0 0 0;
  display: inline-block;
  border-radius: 3px 3px 10px 10px;
}

.dbtn:hover {
  color: #fff;
  padding: 7px 20px;
}

.dbtn:before,
.dbtn:after {
  content: "\f358";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dbtn:after {
  content: '';
  background-color: #5F1D1D;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 21px;
  top: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dbtn:hover:before {
  display: none;
}

.dbtn:hover:after {
  height: 40px;
  width: 40px;
}

.dbtn.red:after {
  background: #ff4757;
}

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 20px;
  }
}

/* ========================= download  =============================== */
.bg-2 {
  background: #f1f1f1;
}

/* ============== global code start ================ */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif !important;
}

a,
a:hover {
  text-decoration: none;
}

@media (max-width: 639px) {
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
}

.p-08 {
  padding: 0 0 0 15px;
}

@media (max-width: 639px) {
  .p-08 {
    padding: 0 15px 0 15px;
  }
}

p {
  font-weight: 300;
}

a {
  font-weight: 300;
  font-size: .925rem;
}

h1 {
  font-size: 2.5rem;
}

@media (max-width: 639px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  line-height: 1.8rem;
}

@media only screen and (min-width: 860px) {
  .container {
    max-width: 800px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

/* ============== global code end ================ */
/* ============== header start ================ */
.bd-grid {
  padding: 0;
}

/* ============== header start ================ */
/*===== HEADER =====*/
.header-f {
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-f.abt {
  background: #5f1d1d;
}

.nav__menu.abt {
  height: 34vh;
}

.header__logo img {
  width: 150px;
  padding: 7px 0 6px 11px;
}

.header__toggle {
  font-size: 1.7rem;
  cursor: pointer;
}

.nav__item {
  margin: 0 1rem;
  padding: 1.4rem 0;
  list-style: none;
}

@media (min-width: 640px) and (max-width: 991px) {
  .nav__item {
    margin: 0 0.4rem;
    padding: 1.1rem 0;
  }
}

@media (min-width: 1199px) {
  .nav__item {
    margin: 0 1.1rem;
    padding: 1.4rem 0;
    z-index: 99;
  }
}

.nav__item:active {
  color: #5F1D1D;
}

.nav__img img {
  width: 190px;
  margin: 6px 0px;
}

.logo-name {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  top: 10px;
}

.logo-name img {
  width: 200px;
}

/*===== NAV =====*/
@media screen and (max-width: 768px) {
  .nav__item {
    margin: 0 0.7rem;
    padding: 1.1rem 0;
  }
  .nav__img img {
    width: 150px;
    margin: 6px 20px;
  }
  .nav {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    width: 87%;
    height: 100vh;
    padding: 2rem 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: auto;
  }
}

.nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav__perfil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.nav__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.nav__name {
  display: block;
  font-size: 1rem;
}

.nav__link {
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
}

.nav__link:hover {
  color: #5F1D1D;
  text-decoration: none;
}

/*Show menu*/
.show {
  left: 0;
}

/*Active link*/
.active {
  color: #5F1D1D;
}

/*=== Dropdown ===*/
.dropdown__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dropdown__icon {
  font-size: 1.3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dropdown__menu {
  margin: 1rem 0 0 1rem;
  display: none;
}

@media (max-width: 991px) {
  .dropdown__menu {
    margin: 18px 0;
  }
}

.dropdown__item {
  margin: 1rem 0;
}

.dropdown:hover > .dropdown__menu {
  display: block;
}

.dropdown:hover .dropdown__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ===== MEDIA QUERIES=====*/
@media screen and (min-width: 576px) {
  .nav {
    width: 288px;
  }
}

@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
  .header__logo,
  .header__toggle {
    display: none !important;
  }
  .nav {
    width: 100%;
    display: contents;
  }
  .nav__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__perfil {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: initial;
    margin-bottom: 0;
  }
  .nav__img {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .nav__name {
    color: var(--dark-color);
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: -100px;
  }
  .nav__list.first {
    top: -300px;
    width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav__list.first .logo-name img {
    display: none;
  }
  .nav__link {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__link:hover {
    color: #5F1D1D;
  }
  /*Active link new color*/
  .active {
    color: #5F1D1D;
  }
  .dropdown {
    position: relative;
  }
  .dropdown__menu {
    position: fixed;
    margin: 0;
    top: calc(var(--header-height) + 1rem);
    padding: 1rem 1.1rem;
    border-radius: 0.5rem;
    z-index: 2;
    width: 92%;
    left: 4%;
  }
  .dropdown__item {
    margin: 1rem 0;
    font-size: 0.9rem;
  }
}

.nav-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media (max-width: 991px) {
  .nav-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.nav-details h4 {
  color: #fff;
}

.nav-details p {
  color: #fff;
  font-weight: 300;
}

.nav-details ul {
  text-decoration: none;
}

.nav-details ul li {
  list-style: none;
}

.nav-details ul li a {
  color: #fff;
}

.nav-details .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gr-bg {
  background: #5f1d1d;
  background: -webkit-gradient(linear, left top, right top, from(#5f1d1d), color-stop(99%, #7f2727));
  background: linear-gradient(to right, #5f1d1d 0%, #7f2727 99%);
  padding: 10px;
}

.gr-bg .border-1 {
  border: 1px solid #ffffff94;
  padding: 60px 40px;
  min-height: 618px;
}

@media (max-width: 991px) {
  .gr-bg .border-1 {
    padding: 10px 18px;
  }
}

.gr-bg .border-1 h4 {
  color: #fff;
}

.gr-bg .border-1 .bttns {
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 960px), (min-width: 640px) {
  .nav__img img {
    width: 150px;
    margin: 6px 20px;
  }
}

@media screen and (max-width: 991px) {
  .bd-grid {
    max-width: 870px;
  }
}

@media screen and (min-width: 1024px) {
  .bd-grid {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .nav__img img {
    width: 175px;
    margin: 6px 0px;
  }
}

@media screen and (min-width: 1201px) {
  .mob-logo {
    display: none;
  }
  .head-bg-clr {
    background: #5f1d1d !important;
  }
}

/* ========================== first menu start ============================== */
.brand-color {
  background: #5f1d1d;
  padding: 0 0 15px 0;
}

@media (max-width: 639px) {
  .brand-color {
    padding: 0 0 30px 0;
  }
}

/* ========================== first menu end ============================== */
/* ========================== li  div  ============================== */
@media (max-width: 1200px) {
  .mob-logo {
    position: fixed;
    left: 10px;
    top: 10px;
    width: 150px;
  }
  #main_menu {
    display: none;
  }
}

.head {
  padding: 0 0 10px 0;
  background: #00000054;
}

.head-bg {
  padding: 0 0 10px 0;
  background: #5f1d1d;
}

.head-bg-clr {
  position: absolute;
  z-index: 999;
  text-align: center;
  background: #5f1d1d !important;
  height: auto;
  padding-bottom: 10px;
}

@media (max-width: 1699px) {
  .head-bg-clr {
    position: absolute;
    z-index: 999;
    text-align: center;
    background: #5f1d1d !important;
    height: auto;
    padding-bottom: 10px;
  }
}

@media (max-width: 1198px) {
  .head-bg-clr {
    background: #5f1d1d !important;
    height: 84px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .head-bg-clr {
    background: #5f1d1d !important;
    height: 84px;
    padding: 0;
  }
}

@media (max-width: 639px) {
  .head-bg-clr {
    background: #5f1d1d !important;
    height: 90px;
    position: fixed;
    padding: 0;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}

.cnt223 a {
  text-decoration: none;
}

.popup {
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 999;
  background: #1a1616e6;
  top: 0;
  height: 100%;
}

.cnt223 {
  width: 780px;
  min-height: 150px;
  margin: 100px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 103;
  padding: 35px 65px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px #000;
          box-shadow: 0 2px 5px #000;
  text-align: center;
}

@media (max-width: 991px) {
  .cnt223 {
    width: 80%;
    margin: 100px auto;
    padding: 20px 30px;
  }
}

@media (max-width: 639px) {
  .cnt223 {
    width: 80%;
    margin: 100px auto;
    padding: 20px 30px;
  }
}

.cnt223 button {
  width: 170px;
  background: #5F1D1D;
  margin-top: 30px;
}

.cnt223 button:hover {
  background: #7f2727;
  color: #fff;
}

@media (max-width: 1198px) {
  .cnt223 button {
    font-size: 16px;
    padding: 13px 0px !important;
    width: 130px;
    text-transform: capitalize;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .cnt223 button {
    font-size: 15px;
    padding: 8px 0px !important;
    width: 130px;
    text-transform: capitalize;
    margin-top: 20px;
  }
}

@media (max-width: 639px) {
  .cnt223 button {
    font-size: 13px;
    padding: 8px 0px !important;
    width: 110px;
    text-transform: capitalize;
    margin-top: 20px;
  }
}

.cnt223 h1 {
  font-size: 2.4rem;
  margin-top: 40px;
}

@media (max-width: 1699px) {
  .cnt223 h1 {
    font-size: 2rem;
  }
}

@media (max-width: 1198px) {
  .cnt223 h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  .cnt223 h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 639px) {
  .cnt223 h1 {
    font-size: 1.1rem;
  }
}

.cnt223 h3 {
  font-size: 1.3rem;
  margin-top: 20px;
}

.cnt223 .buttn-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  width: 210px;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.cnt223 .buttn-box i {
  font-size: 12px;
  position: relative;
  top: 4px;
  left: 10px;
}

.cnt223 img {
  width: 100%;
}

.cnt223 p {
  clear: both;
  color: #555555;
  /* text-align: justify; */
  font-size: 20px;
  font-family: sans-serif;
}

.cnt223 p a {
  color: #d91900;
  font-weight: bold;
}

.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}

.cnt223 .x:hover {
  cursor: pointer;
}

.close {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: 25px;
  background-position: center;
  top: 0;
  right: 0;
  margin: 25px;
  cursor: pointer;
}

.close img {
  width: 15px;
}

/* ============== hero area start ================ */
.hero-area {
  position: relative;
}

.hero-area .carousel-indicators {
  bottom: 10px;
  z-index: 7;
}

@media (max-width: 991px) {
  .hero-area .carousel-indicators {
    z-index: 0;
  }
}

.carousel-indicators .active {
  background-color: #5F1D1D;
  border: 2px solid #fff;
  width: 18px;
  height: 18px;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #ffffffa1;
  border: 2px solid #5F1D1D;
}

@media (max-width: 639px) {
  .carousel-inner {
    height: 95vh;
  }
}

.carousel-inner img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .carousel-inner img {
    height: 80vh;
  }
}

@media (max-width: 639px) {
  .carousel-inner img {
    height: 95vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
}

@media (max-width: 991px) {
  .carousel-item {
    height: 80vh;
  }
}

@media (max-width: 639px) {
  .carousel-item {
    height: 90vh;
  }
}

@media (min-width: 992px) {
  .carousel-item .mobile-slider {
    display: none;
  }
}

@media (max-width: 991px) {
  .carousel-item .mobile-slider {
    display: block;
  }
}

@media (min-width: 992px) {
  .carousel-item .desktop-slider {
    display: block;
  }
}

@media (max-width: 991px) {
  .carousel-item .desktop-slider {
    display: none !important;
  }
}

.carousel-caption p {
  color: #333;
}

.carousel-caption h1 {
  font-size: 4.5rem;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 639px) {
  .carousel-caption h1 {
    font-size: 4rem;
  }
}

.carousel-caption h1 span {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 639px) {
  .carousel-caption h1 span {
    font-size: 1.5rem;
    display: block;
  }
}

.carousel-caption h2 {
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  padding: 30px 0;
  color: #333;
}

@media (max-width: 991px) {
  .carousel-caption h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 639px) {
  .carousel-caption h2 {
    font-size: 2rem;
  }
}

.carousel-caption h2::after {
  position: absolute;
  content: "";
  width: 72%;
  height: 1px;
  background: #555;
  top: 80px;
  left: 50px;
}

@media (max-width: 639px) {
  .carousel-caption h2::after {
    width: 60%;
  }
}

/* ============== hero area end ================ */
/* ======================== welcome-area start ============================ */
/* ======================== welcome-area start ============================ */
.welcome-area {
  padding: 60px 0;
}

@media (max-width: 991px) {
  .welcome-area {
    padding: 60px 0;
  }
}

.welcome-area .welcome-box .double-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.welcome-area .welcome-box .double-q::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  background: #5f1d1d;
  height: 1px;
  width: 690px;
}

@media (max-width: 1699px) {
  .welcome-area .welcome-box .double-q::before {
    width: 540px;
  }
}

@media (max-width: 1198px) {
  .welcome-area .welcome-box .double-q::before {
    width: 450px;
  }
}

@media (max-width: 991px) {
  .welcome-area .welcome-box .double-q::before {
    width: 300px;
  }
}

@media (max-width: 639px) {
  .welcome-area .welcome-box .double-q::before {
    width: 140px;
  }
}

.welcome-area .welcome-box .double-q::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 0;
  background: #5f1d1d;
  height: 1px;
  width: 690px;
}

@media (max-width: 1699px) {
  .welcome-area .welcome-box .double-q::after {
    width: 540px;
  }
}

@media (max-width: 1198px) {
  .welcome-area .welcome-box .double-q::after {
    width: 450px;
  }
}

@media (max-width: 991px) {
  .welcome-area .welcome-box .double-q::after {
    width: 300px;
  }
}

@media (max-width: 639px) {
  .welcome-area .welcome-box .double-q::after {
    width: 140px;
  }
}

.welcome-area .welcome-box .double-q img {
  width: 45px;
  position: relative;
  top: -7px;
}

.welcome-area .welcome-box .details {
  padding: 0 200px 30px;
  text-align: center;
  line-height: 2rem;
}

@media (max-width: 991px) {
  .welcome-area .welcome-box .details {
    padding: 10px;
  }
}

@media (max-width: 639px) {
  .welcome-area .welcome-box .details {
    padding: 60px 10px;
  }
}

.welcome-area .welcome-box .quotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.welcome-area .welcome-box .quotes::before {
  content: '';
  position: absolute;
  bottom: 29px;
  left: 0;
  background: #5f1d1d;
  height: 1px;
  width: 620px;
}

@media (max-width: 1699px) {
  .welcome-area .welcome-box .quotes::before {
    width: 480px;
  }
}

@media (max-width: 1198px) {
  .welcome-area .welcome-box .quotes::before {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .welcome-area .welcome-box .quotes::before {
    width: 260px;
  }
}

@media (max-width: 639px) {
  .welcome-area .welcome-box .quotes::before {
    width: 100px;
  }
}

.welcome-area .welcome-box .quotes::after {
  content: '';
  position: absolute;
  bottom: 29px;
  right: 0;
  background: #5f1d1d;
  height: 1px;
  width: 620px;
}

@media (max-width: 1699px) {
  .welcome-area .welcome-box .quotes::after {
    width: 480px;
  }
}

@media (max-width: 1198px) {
  .welcome-area .welcome-box .quotes::after {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .welcome-area .welcome-box .quotes::after {
    width: 260px;
  }
}

@media (max-width: 639px) {
  .welcome-area .welcome-box .quotes::after {
    width: 100px;
  }
}

.welcome-area .welcome-box .quotes h5 {
  font-size: 1.1rem;
  padding: 0;
  top: -12px;
  position: relative;
  color: #5f1d1d;
}

.welcome-areas {
  padding: 80px 0 60px 0;
}

@media (max-width: 639px) {
  .welcome-areas {
    padding: 0;
  }
}

.welcome-areas ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

@media (max-width: 639px) {
  .welcome-areas ul {
    display: none;
  }
}

.welcome-areas ul li {
  list-style: none;
}

.welcome-areas ul li h1 {
  font-size: 1.7rem;
  text-align: center;
  font-style: italic;
}

@media (max-width: 1198px) {
  .welcome-areas ul li h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .welcome-areas ul li h1 {
    font-size: 1.5rem;
  }
}

.welcome-areas ul li h1::first-letter {
  color: #9d3131;
  font-size: 2.5rem;
  font-weight: 700;
}

@media (max-width: 1198px) {
  .welcome-areas ul li h1::first-letter {
    font-size: 2rem;
  }
}

.welcome-areas ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: -20px;
  left: 0;
  background: #5f1d1d;
}

.welcome-areas ul::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: 0;
  background: #5f1d1d;
}

/* ======================== welcome-area end ============================ */
/* ======================== about-area end ============================ */
.about-area {
  padding: 60px 0;
}

.about-area .welcome-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 0 50px 0;
  text-align: center;
}

@media (max-width: 639px) {
  .about-area .welcome-text {
    padding: 0;
  }
}

.about-area .welcome-text h2 {
  font-size: 2.2rem;
  padding: 0 0 10px 0;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 639px) {
  .about-area .welcome-text h2 {
    font-size: 1.4rem;
  }
}

.about-area .welcome-text h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 150px;
  background: #5F1D1D;
  left: 43%;
  bottom: 0;
}

@media (max-width: 991px) {
  .about-area .welcome-text h2::before {
    left: 39%;
  }
}

@media (max-width: 639px) {
  .about-area .welcome-text h2::before {
    left: 32%;
  }
}

.about-area .welcome-text h2::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 40px;
  background: #5F1D1D;
  left: 47%;
  bottom: -1px;
}

.about-area .welcome-text h6 {
  padding: 10px 0 0 0;
}

.about-area .welcome-text p {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 6px 0 0 0;
}

@media (max-width: 991px) {
  .about-area .welcome-text p {
    width: 95%;
  }
}

@media (max-width: 639px) {
  .about-area .welcome-text p {
    width: 90%;
  }
}

.about-area .image-area {
  position: relative;
}

@media (max-width: 991px) {
  .about-area .image-area {
    padding: 40px 0;
  }
}

@media (max-width: 639px) {
  .about-area .image-area {
    padding: 0;
  }
}

.about-area .image-area img {
  width: 100%;
  height: 60vh;
  border: 10px solid #f5f5f5;
}

@media (max-width: 1198px) {
  .about-area .image-area img {
    width: 100%;
    height: 540px;
    border: 20px solid #f5f5f5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 639px) {
  .about-area .image-area img {
    border: 15px solid #f5f5f5;
    height: 400px;
  }
}

.about-area .image-area .box1 {
  -webkit-transition: 1s ease-in-out all;
  transition: 1s ease-in-out all;
}

.about-area .image-area .box1:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 991px) {
  .about-area .contents {
    padding: 0;
  }
}

@media (max-width: 639px) {
  .about-area .contents {
    padding: 20px 30px;
  }
}

@media (max-width: 639px) {
  .about-area .contents .details-area {
    padding: 0;
  }
}

.about-area .contents .details-area img {
  width: 70px;
  padding: 8px;
  border: 2px dotted #333;
  border-radius: 50%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.about-area .contents .details-area .al-cntr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-area .contents .details-area .al-cntr h5 {
  padding-left: 20px;
}

@media (max-width: 639px) {
  .about-area .contents .details-area .al-cntr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-area .contents .details-area.align-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 991px) {
  .about-area .contents .details-area.align-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about-area .contents .details-area.align-box p {
  text-align: right;
  padding-left: 60px;
}

@media (max-width: 991px) {
  .about-area .contents .details-area.align-box p {
    text-align: center;
    padding-left: 0px;
    width: 76%;
  }
}

@media (max-width: 639px) {
  .about-area .contents .details-area.align-box p {
    width: 96%;
  }
}

.about-area .contents .details-area.align-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 991px) {
  .about-area .contents .details-area.align-box-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about-area .contents .details-area.align-box-1 p {
  text-align: left;
  padding-right: 60px;
}

@media (max-width: 991px) {
  .about-area .contents .details-area.align-box-1 p {
    text-align: center;
    padding-right: 0px;
    width: 76%;
  }
}

@media (max-width: 639px) {
  .about-area .contents .details-area.align-box-1 p {
    width: 96%;
  }
}

/* ======================== about-area end ============================ */
.box {
  background-color: #000;
  font-family: 'Hind', sans-serif;
  overflow: hidden;
  position: relative;
}

.box:before {
  content: '';
  border: 1px solid #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 27px;
  right: 12px;
  z-index: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.box:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.box img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.box:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.box .box-content {
  color: #fff;
  text-align: center;
  width: 90%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}

.box:hover .box-content {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.box .title {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  line-height: 60px;
}

.box .post {
  color: #4cd137;
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.box:hover .icon {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.box .icon li {
  margin: 0 3px;
  display: inline-block;
}

.box .icon li a {
  color: #000;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 38px;
  height: 35px;
  width: 35px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.box .icon li a:hover {
  color: #000;
  background: #4cd137;
}

@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}

/* ========================= about-welcom-area strat ========================== */
.about-welcom-area {
  padding: 60px 0;
}

@media (max-width: 991px) {
  .about-welcom-area {
    padding: 30px 0;
  }
}

@media (max-width: 639px) {
  .about-welcom-area {
    padding: 30px 0;
  }
}

.about-welcom-area .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .about-welcom-area .boxs {
    text-align: center;
    display: inline;
  }
}

@media (max-width: 639px) {
  .about-welcom-area .boxs {
    text-align: center;
    display: inline;
  }
}

.about-welcom-area .boxs h1 .welcome {
  font-size: 4rem;
  font-weight: 100;
  padding: 0 20px;
  letter-spacing: 8px;
}

@media (max-width: 639px) {
  .about-welcom-area .boxs h1 .welcome {
    font-size: 1.5rem;
  }
}

.about-welcom-area .boxs h1 .dayapuram {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 6px;
}

@media (max-width: 639px) {
  .about-welcom-area .boxs h1 .dayapuram {
    font-size: 1.5rem;
  }
}

/* ========================= about-welcom-area end ========================== */
/* ========================= about-welcom-area end ========================== */
/* ========================= about-page-area start ========================== */
.about-page-area {
  padding: 320px 0 40px 0;
  position: relative;
}

@media (max-width: 1198px) {
  .about-page-area {
    padding: 120px 0 0px 0;
  }
}

@media (max-width: 991px) {
  .about-page-area {
    padding: 100px 0 0px 0;
  }
}

.about-page-area .contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-page-area .contents h4 {
  font-size: 3rem;
}

@media (max-width: 1198px) {
  .about-page-area .contents h4 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .about-page-area .contents h4 {
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .about-page-area .contents h4 {
    font-size: 1.4rem;
    font-weight: 300;
  }
}

.about-page-area .contents h2 {
  font-size: 4rem;
  font-weight: 300;
}

@media (max-width: 1198px) {
  .about-page-area .contents h2 {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .about-page-area .contents h2 {
    font-size: 3rem;
  }
}

@media (max-width: 639px) {
  .about-page-area .contents h2 {
    font-size: 2.5rem;
    font-weight: 500;
  }
}

.about-page-area .image-area {
  position: relative;
  background: url(../img/about-culture-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 52vh;
}

@media (max-width: 1198px) {
  .about-page-area .image-area {
    background-size: cover;
    height: 70vh;
  }
}

@media (max-width: 991px) {
  .about-page-area .image-area {
    background-size: cover;
    height: 46vh;
  }
}

@media (max-width: 639px) {
  .about-page-area .image-area {
    background-size: cover;
    height: 27vh;
  }
}

.about-page-area .image-area img {
  width: 90%;
}

@media (max-width: 1198px) {
  .about-page-area .image-area img {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .about-page-area .image-area img {
    width: 100%;
  }
}

.about-page-area .image-area .center {
  position: absolute;
  top: 36%;
  left: 37%;
  -webkit-transform: translate(0);
          transform: translate(0);
}

@media (max-width: 1198px) {
  .about-page-area .image-area .center {
    top: 60%;
    left: 50%;
  }
}

@media (max-width: 991px) {
  .about-page-area .image-area .center {
    top: 42%;
    left: 47%;
  }
}

@media (max-width: 639px) {
  .about-page-area .image-area .center {
    top: 80%;
    left: 50%;
  }
}

.about-page-area .image-area .pulse {
  background: none;
  border-radius: 50%;
  color: #FFF;
  font-size: 1.3rem;
  text-align: center;
  line-height: 100px;
  font-family: sans-serif;
  text-transform: uppercase;
  -webkit-animation: animate-pulse 3s linear infinite;
          animation: animate-pulse 3s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ========================= about-page-area end ========================== */
/* ========================= about-page-area start ========================== */
.inspiration-page-area {
  height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .inspiration-page-area {
    padding: 90px 0 0px 0;
  }
}

@media (max-width: 639px) {
  .inspiration-page-area {
    padding: 90px 0 0px 0;
    height: 100vh;
  }
}

.inspiration-page-area .contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inspiration-page-area .contents h4 {
  font-size: 3rem;
}

@media (max-width: 639px) {
  .inspiration-page-area .contents h4 {
    font-size: 2.4rem;
    font-weight: 300;
  }
}

.inspiration-page-area .contents h5 {
  font-size: 1.5rem;
}

@media (max-width: 639px) {
  .inspiration-page-area .contents h5 {
    font-size: 1.2rem;
    font-weight: 300;
  }
}

.inspiration-page-area .contents h2 {
  font-size: 5rem;
  font-weight: 300;
}

@media (max-width: 1699px) {
  .inspiration-page-area .contents h2 {
    font-size: 4.5rem;
  }
}

@media (max-width: 1198px) {
  .inspiration-page-area .contents h2 {
    font-size: 3rem;
  }
}

@media (max-width: 639px) {
  .inspiration-page-area .contents h2 {
    font-size: 2rem;
    font-weight: 500;
  }
}

.inspiration-page-area .contents .quote-arow {
  position: relative;
  padding: 30px 90px 0 100px;
}

@media (max-width: 991px) {
  .inspiration-page-area .contents .quote-arow {
    padding: 60px 0px 10px 10px;
  }
}

@media (max-width: 639px) {
  .inspiration-page-area .contents .quote-arow {
    padding: 60px 0px 10px 10px;
  }
}

.inspiration-page-area .contents .quote-arow::before {
  content: '';
  position: absolute;
  background: url(../img/quote-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 70px;
  top: 20px;
  left: 0;
  z-index: 1;
  opacity: .2;
}

.inspiration-page-area .contents .quote-arow::after {
  content: '';
  position: absolute;
  background: url(../img/quote-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 70px;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .2;
}

.inspiration-page-area .contents .quote-arow span {
  width: 100%;
  display: inline-block;
  text-align: right;
}

.inspiration-page-area .contents p {
  padding: 0 60px 0 0;
  line-height: 28px;
  text-align: justify;
}

@media (max-width: 991px) {
  .inspiration-page-area .contents p {
    padding: 0 0px 0 0;
  }
}

@media (max-width: 639px) {
  .inspiration-page-area .contents p {
    padding: 0 0px 0 0;
  }
}

.inspiration-page-area .image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .inspiration-page-area .image-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.inspiration-page-area .image-area img {
  width: 100%;
}

@media (max-width: 1198px) {
  .inspiration-page-area .image-area img {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .inspiration-page-area .image-area img {
    width: 100%;
  }
}

/* ========================= about-page-area end ========================== */
/* ========================= History ========================== */
.history-page-area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .history-page-area {
    height: 120vh;
  }
}

@media (max-width: 639px) {
  .history-page-area {
    padding: 90px 0 0px 0;
  }
}

.history-page-area .contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.history-page-area .contents h4 {
  font-size: 3rem;
}

@media (max-width: 639px) {
  .history-page-area .contents h4 {
    font-size: 2.4rem;
    font-weight: 300;
  }
}

.history-page-area .contents h5 {
  font-size: 1.5rem;
}

@media (max-width: 639px) {
  .history-page-area .contents h5 {
    font-size: 1.2rem;
    font-weight: 300;
  }
}

.history-page-area .contents h2 {
  font-size: 5rem;
  font-weight: 300;
}

@media (max-width: 1198px) {
  .history-page-area .contents h2 {
    font-size: 4rem;
  }
}

@media (max-width: 991px) {
  .history-page-area .contents h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 639px) {
  .history-page-area .contents h2 {
    font-size: 2.5rem;
    font-weight: 500;
  }
}

.history-page-area .contents .quote-arow {
  position: relative;
  padding: 30px 90px 0 100px;
}

@media (max-width: 639px) {
  .history-page-area .contents .quote-arow {
    padding: 60px 0px 10px 10px;
  }
}

.history-page-area .contents .quote-arow::before {
  content: '';
  position: absolute;
  background: url(../img/quote-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 70px;
  top: 20px;
  left: 0;
  z-index: 1;
  opacity: .2;
}

.history-page-area .contents .quote-arow::after {
  content: '';
  position: absolute;
  background: url(../img/quote-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 70px;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .2;
}

.history-page-area .contents .quote-arow span {
  width: 100%;
  display: inline-block;
  text-align: right;
}

.history-page-area .contents p {
  padding: 0 60px 0 0;
  line-height: 28px;
  text-align: justify;
}

@media (max-width: 991px) {
  .history-page-area .contents p {
    padding: 0 0px 0 0;
  }
}

@media (max-width: 639px) {
  .history-page-area .contents p {
    padding: 0 0px 0 0;
  }
}

.history-page-area .image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .history-page-area .image-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.history-page-area .image-area img {
  width: 100%;
}

@media (max-width: 1198px) {
  .history-page-area .image-area img {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .history-page-area .image-area img {
    width: 100%;
  }
}

/* ========================= History ========================== */
/* ========================= Milestone start ========================== */
.milestone-page-area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .milestone-page-area {
    padding: 90px 0 0px 0;
  }
}

@media (max-width: 639px) {
  .milestone-page-area {
    padding: 120px 0 0px 0;
    height: auto;
  }
}

.milestone-page-area .contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.milestone-page-area .contents h4 {
  font-size: 3rem;
}

@media (max-width: 639px) {
  .milestone-page-area .contents h4 {
    font-size: 2.4rem;
    font-weight: 300;
  }
}

.milestone-page-area .contents h5 {
  font-size: 1.5rem;
}

@media (max-width: 639px) {
  .milestone-page-area .contents h5 {
    font-size: 1.2rem;
    font-weight: 300;
  }
}

.milestone-page-area .contents h2 {
  font-size: 5rem;
  font-weight: 300;
}

@media (max-width: 1198px) {
  .milestone-page-area .contents h2 {
    font-size: 5rem;
  }
}

@media (max-width: 639px) {
  .milestone-page-area .contents h2 {
    font-size: 2.5rem;
    font-weight: 500;
  }
}

.milestone-page-area .contents .quote-arow {
  position: relative;
  padding: 30px 90px 0 100px;
}

@media (max-width: 639px) {
  .milestone-page-area .contents .quote-arow {
    padding: 60px 0px 10px 10px;
  }
}

.milestone-page-area .contents .quote-arow::before {
  content: '';
  position: absolute;
  background: url(../img/quote-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 70px;
  top: 20px;
  left: 0;
  z-index: 1;
  opacity: .2;
}

.milestone-page-area .contents .quote-arow::after {
  content: '';
  position: absolute;
  background: url(../img/quote-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 70px;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .2;
}

.milestone-page-area .contents .quote-arow span {
  width: 100%;
  display: inline-block;
  text-align: right;
}

.milestone-page-area .contents p {
  padding: 0 60px 0 0;
  line-height: 28px;
  text-align: justify;
}

@media (max-width: 991px) {
  .milestone-page-area .contents p {
    padding: 0 0px 0 0;
  }
}

@media (max-width: 639px) {
  .milestone-page-area .contents p {
    padding: 0 0px 0 0;
  }
}

.milestone-page-area .image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .milestone-page-area .image-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.milestone-page-area .image-area img {
  width: 100%;
}

@media (max-width: 1198px) {
  .milestone-page-area .image-area img {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .milestone-page-area .image-area img {
    width: 100%;
  }
}

/* ========================= Milestone end ========================== */
/* ==========================  education-area start=========================== */
.education-area {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .education-area {
    padding: 50px 0 30px 0;
  }
}

@media (max-width: 639px) {
  .education-area {
    padding: 20px 0;
  }
}

.education-area .education-face-1 {
  width: 100%;
}

@media (max-width: 1198px) {
  .education-area .education-face-1 {
    height: 40vh;
  }
}

@media (max-width: 991px) {
  .education-area .education-face-1 {
    height: auto;
  }
}

@media (max-width: 639px) {
  .education-area .education-face-1 {
    height: auto;
  }
}

.education-area .education-face-1 img {
  width: 80%;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.227);
          box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.227);
}

@media (max-width: 1198px) {
  .education-area .education-face-1 img {
    width: 75%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991px) {
  .education-area .education-face-1 img {
    width: 100%;
    height: 440px;
    margin-bottom: 40px;
  }
}

@media (max-width: 639px) {
  .education-area .education-face-1 img {
    width: 100%;
    height: 440px;
    left: 0;
  }
}

.education-area .education-face-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px 0 0;
  text-align: justify;
}

@media (max-width: 991px) {
  .education-area .education-face-2 {
    padding: 0 10px;
  }
}

@media (max-width: 639px) {
  .education-area .education-face-2 {
    padding: 0 20px;
  }
}

.education-area .education-face-2 h1 {
  font-size: 3rem;
  font-weight: 400;
}

@media (max-width: 639px) {
  .education-area .education-face-2 h1 {
    font-size: 2rem;
    margin: 0 0 8px 0px;
  }
}

.education-area .education-face-2 p {
  line-height: 2.1rem;
}

/* ==========================  education-area End=========================== */
/* ==========================  education-area start=========================== */
.culture-area {
  padding: 50px 0 200px 0;
  background: #f1f1f1;
}

@media (max-width: 991px) {
  .culture-area {
    padding: 50px 0 30px 0;
  }
}

@media (max-width: 639px) {
  .culture-area {
    padding: 20px 0;
  }
}

.culture-area .culture-face-1 {
  width: 100%;
  height: 60vh;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 1198px) {
  .culture-area .culture-face-1 {
    height: 40vh;
  }
}

@media (max-width: 991px) {
  .culture-area .culture-face-1 {
    height: auto;
  }
}

@media (max-width: 639px) {
  .culture-area .culture-face-1 {
    height: 85vh;
  }
}

.culture-area .culture-face-1 img {
  width: 85%;
}

@media (max-width: 1198px) {
  .culture-area .culture-face-1 img {
    width: 75%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991px) {
  .culture-area .culture-face-1 img {
    width: 100%;
    height: 440px;
    margin-bottom: 40px;
  }
}

@media (max-width: 639px) {
  .culture-area .culture-face-1 img {
    width: 100%;
    height: 440px;
    left: 0;
  }
}

.culture-area .culture-face-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px 0 0;
  text-align: justify;
}

@media (max-width: 991px) {
  .culture-area .culture-face-2 {
    padding: 0 10px;
  }
}

@media (max-width: 639px) {
  .culture-area .culture-face-2 {
    padding: 0 20px;
  }
}

.culture-area .culture-face-2 h1 {
  font-size: 4rem;
  font-weight: 300;
}

.culture-area .culture-face-2 p {
  line-height: 2.1rem;
}

.culture-area .inspire {
  position: relative;
  width: 100%;
  padding: 50px;
}

@media (max-width: 991px) {
  .culture-area .inspire {
    padding: 0px;
  }
}

@media (max-width: 639px) {
  .culture-area .inspire {
    padding: 10px;
  }
}

.culture-area .inspire p {
  color: #333;
  font-size: 1rem;
  text-align: justify;
  line-height: 30px;
}

.culture-area .inspire .inspire-image {
  height: 500px;
  float: right;
  shape-outside: url(../img/culture-abt.png);
  margin-right: 20px;
  shape-margin: 20px;
}

@media (max-width: 991px) {
  .culture-area .inspire .inspire-image {
    margin: 0;
    height: 500px;
    width: 90%;
  }
}

@media (max-width: 639px) {
  .culture-area .inspire .inspire-image {
    margin: 0;
    height: auto;
    width: 100%;
    shape-outside: unset;
    float: none;
  }
}

/* ==========================  education-area End=========================== */
/* ==========================  education-area start=========================== */
.inspiration-areas {
  padding: 90px 0 50px 0;
  background: #f1f1f1;
}

@media (max-width: 991px) {
  .inspiration-areas {
    padding: 50px 0 30px 0;
  }
}

@media (max-width: 639px) {
  .inspiration-areas {
    padding: 20px 0;
  }
}

.inspiration-areas .inspiration-face-1 {
  width: 100%;
  height: 60vh;
  position: relative;
}

@media (max-width: 1198px) {
  .inspiration-areas .inspiration-face-1 {
    height: 40vh;
  }
}

@media (max-width: 991px) {
  .inspiration-areas .inspiration-face-1 {
    height: 60vh;
  }
}

@media (max-width: 639px) {
  .inspiration-areas .inspiration-face-1 {
    height: 85vh;
  }
}

.inspiration-areas .inspiration-face-1 img {
  width: 100%;
  position: absolute;
}

@media (max-width: 1198px) {
  .inspiration-areas .inspiration-face-1 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991px) {
  .inspiration-areas .inspiration-face-1 img {
    width: 85%;
    height: 510px;
  }
}

@media (max-width: 639px) {
  .inspiration-areas .inspiration-face-1 img {
    width: 100%;
    height: 440px;
    left: 0;
    padding: 0 20px;
  }
}

.inspiration-areas .inspiration-face-1 .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: 2px solid #ffff;
  background: #5f1d1d;
}

.inspiration-areas .inspiration-face-1 .mySwiper .swiper-slide {
  opacity: 1;
}

.inspiration-areas .inspiration-face-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px 0 50px;
  text-align: justify;
}

@media (max-width: 991px) {
  .inspiration-areas .inspiration-face-2 {
    padding: 0 10px;
  }
}

@media (max-width: 639px) {
  .inspiration-areas .inspiration-face-2 {
    padding: 0 20px;
  }
}

.inspiration-areas .inspiration-face-2 h1 {
  font-size: 4rem;
  font-weight: 300;
}

.inspiration-areas .inspiration-face-2 p {
  line-height: 2.1rem;
}

.inspiration-areas .inspire {
  position: relative;
  width: 100%;
  padding: 50px;
}

@media (max-width: 991px) {
  .inspiration-areas .inspire {
    padding: 0px;
  }
}

@media (max-width: 639px) {
  .inspiration-areas .inspire {
    padding: 10px;
  }
}

.inspiration-areas .inspire p {
  color: #333;
  font-size: 1rem;
  text-align: justify;
  line-height: 30px;
}

.inspiration-areas .inspire .inspire-image {
  height: auto;
  float: left;
  shape-outside: url(../img/about-inspiration.png);
  margin-right: 20px;
  shape-margin: 20px;
}

@media (max-width: 991px) {
  .inspiration-areas .inspire .inspire-image {
    margin: 0;
    height: 500px;
  }
}

@media (max-width: 639px) {
  .inspiration-areas .inspire .inspire-image {
    margin: 0;
    height: auto;
    width: 100%;
    shape-outside: unset;
    float: none;
  }
}

/* ==========================  education-area End=========================== */
/* ==========================  patron-area Start=========================== */
.patron-areas .book-contain {
  padding: 20px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.patron-areas .book-contain .book-box {
  margin-bottom: 40px;
}

.patron-areas .book-contain .book-box img {
  width: 100%;
}

.patron-areas .book-contain .book-box img:hover {
  background: #ccc;
  opacity: .8;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* ==========================  patron-area End=========================== */
/* ==========================  about-area Start=========================== */
.list-menu ul {
  padding: 20px 20px 20px 25px;
  background: #FEF5F5;
  border-top: 3px solid #5F1D1D;
}

.list-menu ul li {
  list-style: none;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}

.list-menu ul li a {
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.list-menu ul li a:hover {
  color: #5F1D1D;
}

.list-menu ul li:active {
  color: red;
}

/* ==========================  about-area End=========================== */
/* ============== scroll bar Start ================ */
::-webkit-scrollbar-track {
  background: #333;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 30px;
}

::-webkit-scrollbar {
  width: 6px;
}

/* ============== scroll bar End ================ */
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

/* ============== back to top button index,contact pages start ================ */
#sTop {
  display: none;
  position: fixed;
  bottom: 45px;
  right: 40px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #5F1D1D;
  color: #fff;
  cursor: pointer;
  width: 56px;
  height: 48px;
  -webkit-clip-path: polygon(100% 40%, 80% 40%, 80% 100%, 20% 100%, 20% 40%, 0 40%, 50% 0);
          clip-path: polygon(100% 40%, 80% 40%, 80% 100%, 20% 100%, 20% 40%, 0 40%, 50% 0);
}

@media (max-width: 1198px) {
  #sTop {
    bottom: 80px;
  }
}

@media (max-width: 991px) {
  #sTop {
    bottom: 60px;
  }
}

@media (max-width: 639px) {
  #sTop {
    bottom: 75px;
    right: 20px;
  }
}

#sTop i {
  -webkit-animation: up .3s ease-in-out infinite alternate;
          animation: up .3s ease-in-out infinite alternate;
}

#sTop:hover {
  background-color: #882222;
}

/* ============== back to top button index,contact pages end ================ */
/* ======================== testimonial-area end ============================ */
.testimonial-area .demo {
  background: #f4f7fa;
  padding: 100px 0;
}

@media (max-width: 1198px) {
  .testimonial-area .demo {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .testimonial-area .demo {
    padding: 40px 0;
  }
}

@media (max-width: 639px) {
  .testimonial-area .demo {
    padding: 60px 0;
  }
}

.testimonial-area .demo h2 {
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #918e8e;
  margin-bottom: 40px;
  font-weight: 500;
}

.testimonial-area .testimonial {
  background: #fff;
  padding: 30px 30px 50px 30px;
  margin: 0 15px 10px 15px;
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1198px) {
  .testimonial-area .testimonial {
    height: 360px;
    padding: 30px 20px 0 20px;
    margin: 0 15px 0 15px;
  }
}

@media (max-width: 991px) {
  .testimonial-area .testimonial {
    height: 260px;
    padding: 30px 20px 0 20px;
    margin: 0;
  }
}

@media (max-width: 639px) {
  .testimonial-area .testimonial {
    height: 460px;
    padding: 20px 10px 0 14px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.testimonial-area .testimonial:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4%;
  left: 2%;
  opacity: 0.5;
  z-index: -1;
}

.testimonial-area .testimonial .title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  text-align: left;
}

.testimonial-area .testimonial .description {
  font-size: 14px;
  color: #555;
  line-height: 30px;
}

.testimonial-area .testimonial .testimonial-content {
  position: relative;
}

.testimonial-area .testimonial .testimonial-content:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 45px;
  color: #a8a8a8;
}

.testimonial-area .testimonial .pic {
  display: inline-block;
  float: left;
}

.testimonial-area .testimonial .pic img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.testimonial-area .testimonial .content {
  display: inline-block;
  margin: 20px 0;
}

.testimonial-area .testimonial .name {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

@media (min-width: 1199px) {
  .testimonial-area .testimonial .name {
    font-size: 18px;
  }
}

.testimonial-area .testimonial .post {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.testimonial-area .testimonial .rating {
  padding: 0;
  margin: 0;
  list-style: none;
}

.testimonial-area .testimonial .rating li {
  display: inline-block;
  color: #ffc207;
}

.testimonial-area .owl-theme .owl-controls {
  margin-top: 20px;
}

.testimonial-area .owl-theme .owl-controls .owl-page span {
  background: #5F1D1D;
}

@media only screen and (max-width: 479px) {
  .testimonial-area .testimonial .testimonial-content:after {
    content: "";
  }
}

/* ======================== testimonials end =============================== */
/* ============== blog second area start ================ */
.blog-area .cards {
  -webkit-box-shadow: 0 0.5rem 1rem #ccc !important;
          box-shadow: 0 0.5rem 1rem #ccc !important;
}

@media (max-width: 991px) {
  .blog-area .cards {
    margin-bottom: 2rem;
  }
}

.blog-area .cards img {
  width: 100%;
}

.blog-area .cards .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 0 15px;
}

.blog-area .face-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.blog-area .face-2 .first {
  padding: 20px 10px 0 0;
}

.blog-area .face-2 .second {
  padding: 20px 0px 0px 10px;
}

.blog-area .face-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.blog-area .face-3 .first {
  padding: 0px 10px 0px 0;
}

.blog-area .face-3 .second {
  padding: 0px 0px 20px 10px;
}

.slide-section .carousel-inner .carousel-item img {
  width: 50% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.awards-area img {
  width: 100%;
  padding: 100px;
}

@media (max-width: 991px) {
  .awards-area img {
    padding: 50px;
  }
}

@media (max-width: 639px) {
  .awards-area img {
    padding: 20px;
  }
}

.newsletter-area {
  background: #5F1D1D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
  padding: 0 120px;
  width: 100%;
}

@media (max-width: 991px) {
  .newsletter-area {
    padding: 50px 10px;
  }
}

.newsletter-area p {
  color: #fff;
}

.newsletter-area .subscribe-btn {
  text-align: right;
}

@media (max-width: 991px) {
  .newsletter-area .subscribe-btn {
    text-align: center;
    padding: 20px 0 0 0;
  }
}

.newsletter-area h3 {
  color: #fff;
  font-weight: 300;
}

@media (max-width: 991px) {
  .newsletter-area h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

.newsletter-area h4 {
  color: #fff;
  font-weight: 300;
}

@media (max-width: 991px) {
  .newsletter-area h4 {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

@media (max-width: 639px) {
  .newsletter-area h4 {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
  }
}

.newsletter-area .input-group {
  width: 100%;
}

.newsletter-area .input-group .form-control {
  border-radius: 10rem;
  font-size: 15px;
  font-weight: 300;
  padding: 14px 25px;
  background: #5F1D1D;
  border: 1px solid #fff;
  color: #fff !important;
}

@media (max-width: 639px) {
  .newsletter-area .input-group .form-control {
    font-size: 13px;
  }
}

.newsletter-area .sigup {
  background: #ffff none repeat scroll 0 0;
  border: medium none;
  z-index: 1000;
  color: #262626;
  font-size: 0.82rem;
  cursor: pointer;
  font-weight: bold;
  padding: 0 40px;
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  bottom: 51px;
  border-radius: 10rem;
  top: 0px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 1198px) {
  .newsletter-area .sigup {
    bottom: 80px;
  }
}

@media (max-width: 991px) {
  .newsletter-area .sigup {
    bottom: 0;
  }
}

@media (max-width: 639px) {
  .newsletter-area .sigup {
    bottom: 0;
  }
}

.newsletter-area .sigup.first {
  background: #ffff none repeat scroll 0 0;
  border: medium none;
  z-index: 1000;
  color: #262626;
  font-size: 0.82rem;
  cursor: pointer;
  font-weight: bold;
  padding: 0 40px;
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  bottom: 33px;
  border-radius: 10rem;
  top: 0px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 639px) {
  .newsletter-area .sigup.first {
    bottom: 47px;
  }
}

/* ========================== FOOTER AREA START  ============================== */
.footer-area {
  background: #5A5A5C;
  padding: 70px 0;
}

@media (max-width: 991px) {
  .footer-area {
    padding: 20px 0 0 0;
  }
}

@media (max-width: 639px) {
  .footer-area {
    padding: 20px 0 0 0;
  }
}

.footer-area img {
  width: 90px;
  padding: 1rem 0;
}

.footer-area h3 {
  color: #fff;
  font-weight: 400;
}

.footer-area .face-1 p {
  color: #c7c6c6;
}

.footer-area .face-1 .social-icons h3 {
  padding: 10px 0;
}

.footer-area .face-1 .social-icons span i {
  color: #fff;
  padding: 0 3px;
  font-size: 2.1rem;
  -webkit-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
}

.footer-area .face-1 .social-icons span i:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media (max-width: 991px) {
  .footer-area .face-2 {
    height: 42vh;
  }
}

.footer-area .face-2 .featured-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

.footer-area .face-2 .featured-link ul {
  padding: 0;
}

.footer-area .face-2 .featured-link ul li {
  list-style: none;
  line-height: 2rem;
  color: #c7c6c6;
  font-weight: 300;
}

.footer-area .face-2 .featured-link ul li i {
  width: 30px;
  -webkit-animation: move 0.3s ease-in-out alternate infinite;
          animation: move 0.3s ease-in-out alternate infinite;
  color: #c7c6c6;
}

.footer-area .face-2 .featured-link ul li a {
  color: #c7c6c6;
}

.footer-area .face-2 h3 {
  padding: 50px 0 0 0;
}

@media (max-width: 991px) {
  .footer-area .face-2 h3 {
    padding: 20px 0 0 0;
  }
}

.footer-area .face-3 .featured-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

.footer-area .face-3 .featured-link ul {
  padding: 0;
}

.footer-area .face-3 .featured-link ul li {
  list-style: none;
  line-height: 2rem;
  color: #c7c6c6;
  font-weight: 300;
}

.footer-area .face-3 h3 {
  padding: 50px 0 0 0;
}

.footer-area .face-4 h3 {
  padding: 50px 0 0 0;
}

@media (max-width: 991px) {
  .footer-area .face-4 h3 {
    padding: 0px 0 0 0;
  }
}

@media (max-width: 639px) {
  .footer-area .face-4 h3 {
    padding: 0px 0 0 0;
  }
}

/* ========================== FOOTER AREA END  ============================== */
/* ========================== FOOTER BOTTOM AREA START  ============================== */
.footer-bottom {
  padding: 20px 0;
  background: #5a5a5c;
  position: relative;
}

@media (max-width: 639px) {
  .footer-bottom {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .footer-bottom .foot-face-1 {
    text-align: center;
    padding: 10px 0;
  }
}

.footer-bottom .foot-face-1 a {
  color: #fff;
  font-size: .82rem;
}

@media (max-width: 639px) {
  .footer-bottom .foot-face-1 a {
    font-size: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-bottom .foot-face-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 639px) {
  .footer-bottom .foot-face-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.footer-bottom .foot-face-2 ul li {
  list-style: none;
}

.footer-bottom .foot-face-2 ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.825rem;
}

.footer-bottom::after {
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
  background: #ccc;
  width: 80%;
  left: 10%;
}

/* ========================== FOOTER BOTTOM AREA END  ============================== */
.profile-area {
  padding: 40px 0 90px 0;
}

@media (max-width: 991px) {
  .profile-area {
    padding: 0px 0 50px 0;
  }
}

.profile-area .b-line {
  border-top: 2px solid #5f1d1d61;
  border-bottom: 2px solid #5f1d1d61;
  padding: 30px 0;
}

.profile-area .profile-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-area .profile-box .profile-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 639px) {
  .profile-area .profile-box .profile-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.profile-area .profile-box .profile-details {
  padding: 0 70px;
}

@media (max-width: 639px) {
  .profile-area .profile-box .profile-details {
    text-align: center;
    padding: 0 30px;
  }
}

.profile-area .profile-box .profile-details p {
  text-align: left;
  position: relative;
}

@media (max-width: 639px) {
  .profile-area .profile-box .profile-details p {
    text-align: center;
  }
}

.profile-area .profile-box .profile-details p::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -40px;
  background: url(../img/double-quotes.png) no-repeat center;
  height: 30px;
  width: 30px;
}

.profile-area .profile-box .profile-details h6 {
  font-weight: 600;
  color: #5F1D1D;
}

.profile-area .profile-box .profile-details h6 i {
  -webkit-animation: shaking .4s ease-in-out infinite alternate;
          animation: shaking .4s ease-in-out infinite alternate;
  color: #5F1D1D;
}

@-webkit-keyframes shaking {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@keyframes shaking {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.video-area {
  background: #5f1d1d2e;
  padding: 70px 0;
}

.video-area .video-box .face-1 .embed-responsive {
  position: initial;
}

.video-area .video-box .face-1 .embed-responsive-16by9::before {
  padding-top: 36.25%;
}

.banner-area img {
  width: 100%;
  position: relative;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1198px) {
  .banner-area img {
    height: 70vh;
  }
}

@media (max-width: 991px) {
  .banner-area img {
    height: 60vh;
  }
}

.banner-area h1 {
  position: absolute;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  font-size: 6rem;
  color: #fff;
}

@media (max-width: 1198px) {
  .banner-area h1 {
    top: 370px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

@media (max-width: 639px) {
  .banner-area h1 {
    top: 230px;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .banner-area img {
    height: 50vh;
  }
  .banner-area h1 {
    top: 320px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

.submenu-area {
  padding: 50px 0 0 0;
}

@media (max-width: 639px) {
  .submenu-area {
    padding: 30px 0;
  }
}

.submenu-area .face-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 639px) {
  .submenu-area .face-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2.5rem;
  }
}

.submenu-area .face-1 li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 50px;
}

@media (max-width: 639px) {
  .submenu-area .face-1 li {
    padding: 0;
  }
}

.submenu-area .face-1 li a {
  font-size: 1.3rem;
  color: #5F1D1D;
  font-weight: 400;
}

@media (max-width: 991px) {
  .submenu-area .face-1 li a {
    font-size: 1.2rem;
  }
}

@media (max-width: 639px) {
  .submenu-area .face-1 li a {
    font-size: 1.1rem;
  }
}

.submenu-area .face-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .submenu-area .face-2 {
    padding: 0;
  }
}

@media (max-width: 639px) {
  .submenu-area .face-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2.5rem;
  }
}

.submenu-area .face-2 li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 52px;
}

@media (max-width: 639px) {
  .submenu-area .face-2 li {
    padding: 0;
  }
}

.submenu-area .face-2 li a {
  font-size: 1.3rem;
  color: #5F1D1D;
  font-weight: 400;
}

@media (max-width: 991px) {
  .submenu-area .face-2 li a {
    font-size: 1.2rem;
  }
}

@media (max-width: 639px) {
  .submenu-area .face-2 li a {
    font-size: 1.1rem;
  }
}

.submenu-area .details {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

@media (max-width: 991px) {
  .submenu-area .details {
    padding: 0;
  }
}

.submenu-area .details h6 {
  padding: 20px 0;
  color: #b5b5b5;
  font-weight: 300;
}

.content-area .details-1 {
  padding: 110px 100px;
  border-right: 1px;
}

@media (max-width: 991px) {
  .content-area .details-1 {
    margin: -5px;
    padding: 20px 15px;
  }
}

.content-area .details-1 .face-1 {
  padding: 0 50px 0 0;
  text-align: justify;
}

@media (max-width: 991px) {
  .content-area .details-1 .face-1 {
    padding: 0px;
  }
}

.content-area .details-1 .face-2 {
  height: auto;
}

@media (max-width: 991px) {
  .content-area .details-1 .face-2 {
    padding: 0;
  }
}

.content-area .details-1 .face-2 img {
  width: 100%;
}

.content-area .details-2 {
  padding: 110px 100px;
  border-left: 1px;
  margin-top: -3px;
}

@media (max-width: 991px) {
  .content-area .details-2 {
    margin: -5px;
    padding: 20px 15px;
  }
}

.content-area .details-2 .face-1 {
  padding: 0 0px 0 16px;
  text-align: justify;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 991px) {
  .content-area .details-2 .face-1 {
    padding: 0;
  }
}

.content-area .details-2 .face-1 h1 {
  font-size: 3.3rem;
  font-weight: 300;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .content-area .details-2 .face-1 h1 {
    font-size: 2rem;
  }
}

.content-area .details-2 .face-2 {
  padding: 0;
}

.content-area .details-2 .face-2 img {
  width: 100%;
  padding: 20px 50px 0 0;
}

.content-area .details-3 {
  padding: 110px 100px;
  border-right: 1px;
  margin-top: -3px;
}

@media (max-width: 991px) {
  .content-area .details-3 {
    margin: -5px;
    padding: 20px 15px;
  }
}

.content-area .details-3 .face-1 {
  padding: 0 50px 0 0px;
  text-align: justify;
}

@media (max-width: 991px) {
  .content-area .details-3 .face-1 {
    padding: 0;
  }
}

.content-area .details-3 .face-1 h1 {
  font-size: 3.3rem;
  font-weight: 300;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .content-area .details-3 .face-1 h1 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .content-area .details-3 .face-2 {
    padding: 0;
  }
}

.content-area .details-3 .face-2 img {
  width: 100%;
  padding: 20px 0 0 0;
}

@media (max-width: 991px) {
  .content-area .details-3 .face-2 img {
    padding: 0;
  }
}

.content-area .details-3 .face-3 {
  padding: 0;
}

@media (max-width: 991px) {
  .content-area .details-3 .face-3 {
    margin: 25px 0;
    padding: 0;
  }
}

.content-area .details-3 .face-3 img {
  width: 100%;
  padding: 50px 30px 0 0;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .content-area .details-3 .face-3 img {
    padding: 0;
    height: auto;
  }
}

@media (max-width: 991px) {
  .content-area .details-3 .face-4 {
    padding: 0;
  }
}

.content-area .details-3 .face-4 img {
  width: 100%;
  padding: 50px 0 0 0;
}

@media (max-width: 991px) {
  .content-area .details-3 .face-4 img {
    padding: 0;
  }
}

.content-area .details-4 {
  padding: 110px 100px;
  border-left: 1px;
  margin-top: -3px;
  border-bottom: 1px solid transparent;
}

@media (max-width: 991px) {
  .content-area .details-4 {
    padding: 20px 15px;
    margin: -5px;
  }
}

.content-area .details-4 .face-1 {
  padding: 0 0px 0 17px;
  text-align: justify;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 991px) {
  .content-area .details-4 .face-1 {
    padding: 0;
  }
}

.content-area .details-4 .face-1 h1 {
  font-size: 3.3rem;
  font-weight: 300;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .content-area .details-4 .face-1 h1 {
    font-size: 2rem;
  }
}

.content-area .details-4 .face-2 {
  padding: 0;
  height: auto;
}

.content-area .details-4 .face-2 img {
  width: 100%;
  padding: 20px 48px 0 0;
}

@media (max-width: 991px) {
  .content-area .details-4 .face-2 img {
    padding: 10px 0 0 0;
  }
}

/* ========================== inspiration area start ============================ */
.inspiration-area {
  margin: 100px 0 0 0;
}

@media (max-width: 991px) {
  .inspiration-area {
    margin: 70px 0 0 0;
  }
}

.inspiration-area .inspiration {
  background: #5a5a5c;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}

@media (max-width: 991px) {
  .inspiration-area .inspiration {
    padding: 15px 0;
  }
}

@media (max-width: 639px) {
  .inspiration-area .inspiration {
    padding: 10px 0;
  }
}

.inspiration-area .inspiration h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: 100;
  position: relative;
}

@media (max-width: 991px) {
  .inspiration-area .inspiration h1 {
    font-size: 3rem;
  }
}

@media (max-width: 639px) {
  .inspiration-area .inspiration h1 {
    font-size: 1.5rem;
  }
}

.inspiration-area .inspiration h1::after {
  content: "";
  position: absolute;
  bottom: -82px;
  background: #5a5a5c;
  height: 50px;
  width: 90px;
  left: 143px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (max-width: 991px) {
  .inspiration-area .inspiration h1::after {
    bottom: -47px;
    height: 30px;
    width: 70px;
    left: 40%;
  }
}

@media (max-width: 639px) {
  .inspiration-area .inspiration h1::after {
    bottom: -34px;
    height: 30px;
    width: 70px;
    left: 28%;
  }
}

.details {
  padding: 120px 0;
}

.details .face-1 img {
  width: 92%;
}

.details .face-2 {
  padding: 0 0 0 70px;
  text-align: justify;
  height: auto;
}

.details .face-2 h3 {
  padding: 10px 0;
}

/* ========================== inspiration area start ============================ */
/* ========================== patron area start ============================ */
/* ========================== patron area end ============================ */
/* ========================== patron area Start ============================ */
.patron-area {
  height: 120vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1198px) {
  .patron-area {
    padding: 140px 0px 50px 0px;
  }
}

@media (max-width: 639px) {
  .patron-area {
    padding: 100px 0px 50px 0px;
    height: auto;
  }
}

.patron-area .patron-face-1 p {
  line-height: 28px;
  text-align: justify;
}

.patron-area .patron-face-1 h1 {
  padding-bottom: 15px;
}

@media (max-width: 639px) {
  .patron-area .patron-face-1 h1 {
    padding-bottom: 10px;
    margin: 0;
  }
}

.patron-area .patron-face-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 639px) {
  .patron-area .patron-face-2 {
    padding-top: 0px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.patron-area .patron-face-2 img {
  width: 80%;
}

@media (max-width: 1198px) {
  .patron-area .patron-face-2 img {
    width: 100%;
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .patron-area .patron-face-2 img {
    width: 96%;
    padding-top: 70px;
  }
}

@media (max-width: 639px) {
  .patron-area .patron-face-2 img {
    width: 100%;
    padding-top: 20px;
  }
}

.patron-area .patron-face-2 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.patron-area .patron-face-2 .contents span {
  width: 100%;
  display: inline-block;
  text-align: right;
}

.patron-area .patron-face-2 .contents .quote-arow {
  position: relative;
  padding: 50px 90px 0px 80px;
}

@media (max-width: 1198px) {
  .patron-area .patron-face-2 .contents .quote-arow {
    padding: 90px 20px;
  }
}

@media (max-width: 991px) {
  .patron-area .patron-face-2 .contents .quote-arow {
    padding: 90px 0px;
  }
}

@media (max-width: 639px) {
  .patron-area .patron-face-2 .contents .quote-arow {
    padding: 80px 10px 60px 10px;
  }
}

.patron-area .patron-face-2 .contents .quote-arow::before {
  content: '';
  position: absolute;
  background: url(../img/quote-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 60px;
  top: 20px;
  left: 0;
  z-index: 1;
  opacity: .2;
}

.patron-area .patron-face-2 .contents .quote-arow::after {
  content: '';
  position: absolute;
  background: url(../img/quote-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .2;
}

.patron-slider-area {
  padding: 20px 0 50px 0;
}

.patron-slider-area .swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1198px) {
  .patron-slider-area .swiper-slide img {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .patron-slider-area .swiper-slide img {
    height: 320px;
  }
}

@media (max-width: 639px) {
  .patron-slider-area .swiper-slide img {
    height: 340px;
  }
}

.patron-slider-area h2 {
  padding: 0 0 10px 0px;
  border-bottom: 1px solid #918e8e;
  margin-bottom: 40px;
  font-weight: 500;
}

.patron-slider-area .mySwiper .swiper-slide {
  opacity: 1;
}

.patron-slider-area .swiper-button-next:after,
.patron-slider-area .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 20px;
  color: #fff;
}

.patron-slider-area .swiper-button-next,
.patron-slider-area .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  color: #333;
  width: 40px;
  height: 40px;
  background: #5F1D1D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.patron-slider-area .swiper-button-prev:after,
.patron-slider-area .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 20px;
  color: #fff;
}

.patron-slider-area .swiper-button-prev,
.patron-slider-area .swiper-rtl .swiper-button-next {
  left: 10px;
  left: auto;
  color: #333;
  width: 40px;
  height: 40px;
  background: #5F1D1D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.patron-slider-area .visitors-box h5 {
  padding: 20px 0 0 0;
  font-size: 1.1rem;
  color: #333;
}

.patron-slider-area .visitors-box h5:hover {
  text-decoration: none;
}

.patron-slider-area .swiper-3d .swiper-slide-shadow-right {
  background: none;
}

/* ========================== patron area end ============================ */
/* ============================  voluntees area start  =================================== */
.volunteers-area {
  height: 110vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .volunteers-area {
    height: 70vh;
  }
}

@media (max-width: 639px) {
  .volunteers-area {
    padding: 100px 0px 50px 0px;
    height: auto;
  }
}

.volunteers-area .volunteers-face-1 p {
  line-height: 28px;
  text-align: justify;
}

.volunteers-area .volunteers-face-1 h1 {
  padding-bottom: 15px;
}

.volunteers-area .volunteers-face-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 639px) {
  .volunteers-area .volunteers-face-2 {
    padding-top: 0px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.volunteers-area .volunteers-face-2 img {
  width: 90%;
}

@media (max-width: 1198px) {
  .volunteers-area .volunteers-face-2 img {
    width: 100%;
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .volunteers-area .volunteers-face-2 img {
    width: 96%;
    padding-top: 70px;
  }
}

@media (max-width: 639px) {
  .volunteers-area .volunteers-face-2 img {
    width: 100%;
    padding-top: 20px;
  }
}

.volunteers-slider-area {
  padding: 20px 0 50px 0;
}

.volunteers-slider-area .swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1198px) {
  .volunteers-slider-area .swiper-slide img {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .volunteers-slider-area .swiper-slide img {
    height: 320px;
  }
}

@media (max-width: 639px) {
  .volunteers-slider-area .swiper-slide img {
    height: 340px;
  }
}

.volunteers-slider-area h2 {
  padding: 0 0 10px 0px;
  border-bottom: 1px solid #918e8e;
  margin-bottom: 40px;
  font-weight: 500;
}

.volunteers-slider-area .mySwiper .swiper-slide {
  opacity: 1;
}

.volunteers-slider-area .swiper-button-next:after,
.volunteers-slider-area .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 20px;
  color: #fff;
}

.volunteers-slider-area .swiper-button-next,
.volunteers-slider-area .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  color: #333;
  width: 40px;
  height: 40px;
  background: #5F1D1D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.volunteers-slider-area .swiper-button-prev:after,
.volunteers-slider-area .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 20px;
  color: #fff;
}

.volunteers-slider-area .swiper-button-prev,
.volunteers-slider-area .swiper-rtl .swiper-button-next {
  left: 10px;
  left: auto;
  color: #333;
  width: 40px;
  height: 40px;
  background: #5F1D1D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.volunteers-slider-area .visitors-box h5 {
  padding: 20px 0 0 0;
  font-size: 1.1rem;
  color: #333;
}

.volunteers-slider-area .visitors-box h5:hover {
  text-decoration: none;
}

.volunteers-slider-area .swiper-3d .swiper-slide-shadow-right {
  background: none;
}

/* ========================== volunteers area start ============================ */
.history-area {
  margin: 100px 0 0 0;
}

@media (max-width: 991px) {
  .history-area {
    margin: 0;
  }
}

.history-area .history {
  background: #5a5a5c;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}

@media (max-width: 991px) {
  .history-area .history {
    padding: 15px 0;
  }
}

@media (max-width: 639px) {
  .history-area .history {
    padding: 10px 0;
  }
}

.history-area .history h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: 100;
  position: relative;
}

@media (max-width: 991px) {
  .history-area .history h1 {
    font-size: 3rem;
  }
}

@media (max-width: 639px) {
  .history-area .history h1 {
    font-size: 1.5rem;
  }
}

.history-area .history h1::after {
  content: "";
  position: absolute;
  bottom: -82px;
  background: #5a5a5c;
  height: 50px;
  width: 90px;
  left: 86px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (max-width: 991px) {
  .history-area .history h1::after {
    bottom: -47px;
    height: 30px;
    width: 70px;
    left: 40%;
  }
}

@media (max-width: 639px) {
  .history-area .history h1::after {
    bottom: -34px;
    height: 30px;
    width: 70px;
    left: 28%;
  }
}

.history-area .face-1 {
  padding: 0 60px 0 0px;
  text-align: justify;
}

@media (max-width: 991px) {
  .history-area .face-1 {
    padding: 0;
  }
}

@media (max-width: 639px) {
  .history-area .face-1 {
    padding: 0 20px;
  }
}

.history-area .face-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 50px;
}

@media (max-width: 991px) {
  .history-area .face-2 {
    padding: 0;
  }
}

.history-area .face-2 img {
  width: 100%;
}

.history-area .details {
  padding: 120px 0;
}

@media (max-width: 639px) {
  .history-area .details {
    padding: 40px 0;
  }
}

/* ========================== volunteers area end ============================ */
/* ========================== MILESTONES area start ============================ */
.milestones-area {
  padding: 90px 0 100px 0;
}

.milestones-area .milestones {
  background: #5a5a5c;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}

@media (max-width: 991px) {
  .milestones-area .milestones {
    padding: 15px 0;
  }
}

@media (max-width: 639px) {
  .milestones-area .milestones {
    padding: 10px 0;
  }
}

.milestones-area .milestones h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: 100;
  position: relative;
}

@media (max-width: 991px) {
  .milestones-area .milestones h1 {
    font-size: 3rem;
  }
}

@media (max-width: 639px) {
  .milestones-area .milestones h1 {
    font-size: 1.5rem;
  }
}

.milestones-area .milestones h1::after {
  content: "";
  position: absolute;
  bottom: -82px;
  background: #5a5a5c;
  height: 50px;
  width: 90px;
  left: 143px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (max-width: 991px) {
  .milestones-area .milestones h1::after {
    bottom: -47px;
    height: 30px;
    width: 70px;
    left: 40%;
  }
}

@media (max-width: 639px) {
  .milestones-area .milestones h1::after {
    bottom: -34px;
    height: 30px;
    width: 70px;
    left: 28%;
  }
}

.milestones-area .slides {
  padding: 0 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .milestones-area .slides {
    padding: 40px 10px 30px 10px;
  }
}

.milestones-area .slides .swiper {
  height: auto;
}

.milestones-area .slides .swiper-button-next:after, .milestones-area .slides .swiper-rtl .swiper-button-prev:after {
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .milestones-area .slides .swiper-button-next:after, .milestones-area .slides .swiper-rtl .swiper-button-prev:after {
    font-size: 3rem;
  }
}

@media (max-width: 639px) {
  .milestones-area .slides .swiper-button-next:after, .milestones-area .slides .swiper-rtl .swiper-button-prev:after {
    font-size: 1.5rem;
  }
}

.milestones-area .slides .swiper-button-prev:after, .milestones-area .slides .swiper-rtl .swiper-button-next:after {
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .milestones-area .slides .swiper-button-prev:after, .milestones-area .slides .swiper-rtl .swiper-button-next:after {
    font-size: 3rem;
  }
}

@media (max-width: 639px) {
  .milestones-area .slides .swiper-button-prev:after, .milestones-area .slides .swiper-rtl .swiper-button-next:after {
    font-size: 1.5rem;
  }
}

.milestones-area .contain {
  padding: 0 0 40px 0;
}

.milestones-area .boxs {
  padding: 0 40px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .milestones-area .boxs {
    padding: 0 20px;
    text-align: justify;
  }
}

.milestones-area .boxs p {
  line-height: 35px;
  text-align: justify;
}

/* ========================== MILESTONES area end ============================ */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  padding: 10px 0;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ========================== VISION area Start ============================ */
.vision-area {
  background: url(../img/vision.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0;
  scroll-behavior: smooth;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .vision-area {
    padding: 60px 0;
    margin: 20px 0 50px 0;
  }
}

@media (max-width: 639px) {
  .vision-area {
    padding: 110px 0 60px 0;
    margin: 20px 0 50px 0;
    height: auto;
  }
}

.vision-area .vision-face-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 150px 0 0;
}

@media (max-width: 639px) {
  .vision-area .vision-face-1 {
    padding: 0;
  }
}

.vision-area .vision-face-1 h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 991px) {
  .vision-area .vision-face-1 h1 {
    padding-left: 10px;
    font-size: 1.7rem;
  }
}

.vision-area .vision-face-1 h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .vision-area .vision-face-1 h2 {
    padding-left: 10px;
    font-size: 1.7rem;
  }
}

.vision-area .vision-face-1 p {
  color: #fff;
  position: relative;
  left: 10px;
  top: 10px;
  left: 0;
}

@media (max-width: 991px) {
  .vision-area .vision-face-1 p {
    left: 0px;
    padding: 0 10px;
  }
}

.vision-area .vision-face-1 p:last-child {
  text-align: left;
  width: 100%;
}

.vision-area .vision-face-1 h6 {
  color: #fff;
  position: relative;
  top: 10px;
}

@media (max-width: 991px) {
  .vision-area .vision-face-1 h6 {
    padding: 0 20px;
  }
}

.vision-area .vision-face-1::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 380px;
  background: #ffffff61;
  margin-right: 65px;
}

@media (max-width: 991px) {
  .vision-area .vision-face-1::before {
    display: none;
  }
}

.vision-area .vision-face-1::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 380px;
  background: #ffffff61;
  margin-right: 70px;
}

@media (max-width: 991px) {
  .vision-area .vision-face-1::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .vision-area .vision-face-2 {
    padding-top: 60px;
  }
}

.vision-area .vision-face-2 h1 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.vision-area .vision-face-2 ul {
  list-style: none;
}

.vision-area .vision-face-2 ul li {
  line-height: 30px;
  color: #fff;
  font-weight: 200;
}

.vision-area .vision-face-2 ul li img {
  width: 42px;
  margin-right: 20px;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 6px;
  border: 1px solid #ffffff;
}

/* ========================== VISION area end ============================ */
/* ========================== volunteers area start ============================ */
/* ========================== volunteers area end ============================ */
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.slide-areas {
  height: 154vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-areas .face-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .slide-areas .face-1 {
    top: 160px;
  }
}

@media (max-width: 639px) {
  .slide-areas .face-1 {
    top: 30px;
  }
}

.slide-areas .face-1 h1 {
  font-size: 4rem;
  font-weight: 300;
}

@media (max-width: 991px) {
  .slide-areas .face-1 h1 {
    font-size: 3rem;
  }
}

@media (max-width: 639px) {
  .slide-areas .face-1 h1 {
    font-size: 2rem;
  }
}

.slide-areas .face-1 p {
  text-align: justify;
}

@media (max-width: 991px) {
  .slide-areas .face-2 {
    top: 160px;
  }
}

@media (max-width: 639px) {
  .slide-areas .face-2 {
    top: 30px;
  }
}

.slide-areas .face-2 h1 {
  color: transparent;
  font-size: 5rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  top: 20px;
  left: 330px;
  position: absolute;
  z-index: 2;
}

@media (max-width: 639px) {
  .slide-areas .face-2 h1 {
    font-size: 3rem;
    top: 40px;
    left: 140px;
  }
}

.slide-areas .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-areas .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-areas .swiper-container {
  width: 100%;
  height: 80vh;
  margin: 20px auto;
}

.slide-areas .append-buttons {
  text-align: center;
  margin-top: 20px;
}

.slide-areas .append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.slide-areas .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
  padding: 10px 0;
}

.slide-areas .swiper-button-next, .slide-areas .swiper-button-prev {
  bottom: 0;
  background: #5F1D1D;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
}

.slide-areas .swiper-button-next:after, .slide-areas .swiper-button-prev:after {
  font-size: 1.2rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide {
  width: 80%;
}

.swiper-slide:nth-child(2n) {
  width: 60%;
}

.swiper-slide:nth-child(3n) {
  width: 40%;
}

.hero-slide-area {
  padding: 330px 0 60px 0;
}

@media (max-width: 991px) {
  .hero-slide-area {
    padding: 140px 0 50px 0px;
  }
}

@media (max-width: 639px) {
  .hero-slide-area {
    padding: 130px 0 40px 0px;
  }
}

.hero-slide-area .face-2 {
  height: 50vh;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slide-area .face-2 {
    height: 50vh;
  }
}

.hero-slide-area .face-2 .mySwiper .swiper-slide {
  opacity: 1;
}

.hero-slide-area .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
  border: 3px solid #fff;
}

.face-2 {
  height: 50vh;
  position: relative;
  z-index: 0;
}

.banner-area h6 {
  position: absolute;
  top: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 1198px) {
  .banner-area h6 {
    top: 480px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

@media (max-width: 639px) {
  .banner-area h6 {
    top: 290px;
    font-size: 1.1rem;
  }
}

.address-area {
  padding: 100px 0;
}

@media (max-width: 639px) {
  .address-area {
    padding: 50px 0;
  }
}

.address-area .cnt-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .address-area .cnt-details {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 639px) {
  .address-area .cnt-details {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 20px 0;
  }
}

.address-area .cnt-details img {
  width: 60px;
  border: 2px dotted #696868;
  border-radius: 50%;
  padding: 7px;
  margin-bottom: 10px;
}

.address-area .cnt-details i {
  font-size: 1.5rem;
  background: #5f1d1d;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 14px;
}

@media (max-width: 639px) {
  .address-area .cnt-details i {
    font-size: 1.5rem;
    margin: 30px auto;
  }
}

.address-area .cnt-details p {
  margin: 0;
  padding: 0;
}

@media (max-width: 639px) {
  .address-area .cnt-details h4 {
    font-size: 1.2rem;
  }
}

.address-area span a i {
  color: #5F1D1D;
  padding: 0 3px;
  font-size: 2.1rem;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.address-area span a i:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.address-area .face-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.address-area .face-1 .social-icons {
  -webkit-transform: translate(0%, 20%);
          transform: translate(0%, 20%);
}

@media (max-width: 991px) {
  .address-area .face-1 .social-icons {
    padding: 0;
  }
}

@media (max-width: 639px) {
  .address-area .face-1 .social-icons {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .contact-form {
    top: 60px;
    padding-bottom: 80px;
  }
}

@media (max-width: 639px) {
  .contact-form {
    top: 80px;
  }
}

.contact-form .form-control {
  font-size: 0.9rem;
  color: #495057d1;
  font-weight: 300;
  background: #d674741c;
  border: none;
  border-radius: 0;
  padding: 18px 25px;
}

.contact-form .cnt-btn {
  color: #fff;
  background-color: #5f1d1d;
  border-color: #5f1d1d;
  padding: 10px 50px;
}

.map-area iframe {
  padding: 0 10px;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .banner-area h6 {
    top: 420px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

.career-area {
  padding: 60px 0;
  background: #efefef;
}

@media (max-width: 991px) {
  .career-area {
    padding: 30px 0;
  }
}

.career-area .bg-white {
  padding: 40px 0 0 0;
}

@media (max-width: 991px) {
  .career-area .bg-white {
    padding: 40px 20px 0px 20px;
  }
}

@media (max-width: 639px) {
  .career-area .bg-white {
    padding: 40px 20px 0px 20px;
  }
}

.career-area .content-box {
  padding: 0 150px;
  text-align: center;
}

@media (max-width: 991px) {
  .career-area .content-box {
    padding: 0 20px;
    text-align: justify;
  }
}

.career-area .content-box p {
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 10px 0;
}

@media (max-width: 639px) {
  .career-area .content-box h2 {
    font-size: 1.5rem;
  }
}

.career-area .current-open {
  padding: 40px 100px;
}

@media (max-width: 1198px) {
  .career-area .current-open {
    padding: 10px 60px;
  }
}

@media (max-width: 991px) {
  .career-area .current-open {
    padding: 10px 20px;
  }
}

.career-area .current-open h5 {
  font-size: 1.1rem;
  padding: 40px 0 0 0;
  text-align: center;
  width: 100%;
  text-decoration: underline;
  line-height: 30px;
}

@media (max-width: 991px) {
  .career-area .current-open h5 {
    padding: 0px 30px;
  }
}

@media (max-width: 639px) {
  .career-area .current-open h5 {
    padding: 0px 30px;
  }
}

.career-area .current-open h4 {
  padding: 10px 0px;
  color: #333;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .career-area .current-open h4 {
    text-transform: capitalize;
  }
}

.career-area .current-open .table thead th {
  vertical-align: bottom;
  background: #5f1d1d;
  color: #fff;
}

.career-area .form-areas {
  padding: 0 150px;
}

@media (max-width: 991px) {
  .career-area .form-areas {
    padding: 10px 20px;
  }
}

.career-area .form-areas h4 {
  background: #5f1d1d;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 40px 0;
}

.career-area .form-areas .col-form-label {
  text-align: right;
}

@media (max-width: 639px) {
  .career-area .form-areas .col-form-label {
    text-align: left;
  }
}

.career-area .form-areas .custom-file-label {
  left: 15px;
  font-size: .95rem;
}

.career-area .form-areas .custom-select {
  font-size: 0.95rem;
  background: #e9ecef;
  border: none;
  border-radius: 0;
  padding: 0.625rem 0.95rem;
}

.career-area .form-areas .cnt-btn {
  color: #fff;
  background-color: #5f1d1d;
  border-color: #5f1d1d;
  padding: 10px 50px;
}

.career-area .form-areas .form-control {
  display: block;
  width: 100%;
  padding: .725rem 0.95rem;
  font-size: .95rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  background: #e9ecef;
  font-weight: 300;
}

.career-area .form-areas .submit-btn {
  margin: 10px auto;
}

.job-area .job-box {
  margin: 0 0 40px 0;
  padding: 30px 30px 20px 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 8px 9px 5px -2px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 8px 9px 5px -2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 8px 9px 5px -2px rgba(0, 0, 0, 0.16);
}

@media (max-width: 639px) {
  .job-area .job-box {
    padding: 30px 20px 20px 20px;
  }
}

.job-area .job-box h2 {
  font-size: 1.4rem;
}

.job-area .job-box h3 {
  font-size: 1.2rem;
  padding: 0 0 0 20px;
}

@media (max-width: 639px) {
  .job-area .job-box h3 {
    padding: 0 0 0 10px;
  }
}

.job-area .job-box h6 {
  font-size: 1.1rem;
  padding: 0 0 0 20px;
}

@media (max-width: 639px) {
  .job-area .job-box h6 {
    padding: 0 0 0 10px;
  }
}

.job-area .job-box ul {
  list-style: none;
  padding: 0 0 0 40px;
}

@media (max-width: 639px) {
  .job-area .job-box ul {
    padding: 0 0 0 10px;
  }
}

.job-area .job-box ul li {
  font-size: .95rem;
  font-weight: 400;
}

.job-area .job-box ul li i {
  color: #5f1d1d;
  font-size: 20px;
  padding: 0px 4px 0px 0;
}

.job-area .job-box ul li p {
  display: contents;
}

.search-box {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: 2;
}

@media (max-width: 1198px) {
  .search-box {
    display: none;
  }
}

.search-box .content {
  background: #ffffff61;
  width: 25vw;
  margin: 0 60px 0 0px;
  padding: 0;
  position: relative;
  border-radius: 30px;
}

.search-box .search {
  --size: 40px;
  border: 2px solid var(--clr-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  overflow: hidden;
  font-size: 1rem;
  position: relative;
  width: var(--size);
  height: var(--size);
  -webkit-transition: width 450ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: width 450ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  padding: 3px;
  background: #fff;
}

.search-box .search__input {
  border: 0;
  padding: 0.25em 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  outline: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}

.search-box .search__submit {
  font-size: 1rem;
  margin-left: auto;
  background: 0;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  width: calc(var(--size) - 10px);
  color: var(--clr-body);
}

.search-box .search:focus-within {
  width: 100%;
}

.search-box .search:focus-within .search__input {
  opacity: 1;
  z-index: initial;
  cursor: initial;
  width: calc(100% - var(--size));
}

.search-box .search:focus-within .search__submit {
  background: #5f1d1d;
  color: #fff;
}

.search-box .search:focus-within .search__submit:hover, .search-box .search:focus-within .search__submit:focus {
  outline: 0;
}

/* ====================== mobile search box ======================== */
.search-box-mob {
  position: inherit;
  top: 110px;
  right: 0;
  z-index: 2;
}

@media (min-width: 1199px) {
  .search-box-mob {
    display: none;
  }
}

.search-box-mob .content {
  background: #ffffff61;
  width: 75vw;
  margin: 0 40px 0 0px;
  padding: 0;
  position: relative;
  border-radius: 30px;
}

@media (max-width: 1198px) {
  .search-box-mob .content {
    width: 45vw;
    margin: 0 40px 0 0px;
  }
}

@media (max-width: 639px) {
  .search-box-mob .content {
    width: 75vw;
    margin: 0 40px 0 0px;
  }
}

.search-box-mob .search {
  --size: 40px;
  border: 2px solid var(--clr-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  overflow: hidden;
  font-size: 1rem;
  position: relative;
  width: var(--size);
  height: var(--size);
  -webkit-transition: width 450ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: width 450ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  padding: 3px;
  background: #fff;
}

.search-box-mob .search__input {
  border: 0;
  padding: 0.25em 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  outline: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}

.search-box-mob .search__submit {
  font-size: 1rem;
  margin-left: auto;
  background: 0;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  width: calc(var(--size) - 10px);
  color: var(--clr-body);
}

.search-box-mob .search:focus-within {
  width: 100%;
}

.search-box-mob .search:focus-within .search__input {
  opacity: 1;
  z-index: initial;
  cursor: initial;
  width: calc(100% - var(--size));
}

.search-box-mob .search:focus-within .search__submit {
  background: #5f1d1d;
  color: #fff;
}

.search-box-mob .search:focus-within .search__submit:hover, .search-box-mob .search:focus-within .search__submit:focus {
  outline: 0;
}

/* ====================== mobile search box ======================== */
/* ====================== callButton ========================= Start */
.bttn {
  color: #fff;
  background: #5F1D1D;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 30px;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bttn:focus {
  color: #fff;
}

.bttn:hover {
  color: #fff;
  font-weight: 400;
  background: #5F1D1D;
  border: none;
  -webkit-box-shadow: 1px 3px 7px #ffffff;
          box-shadow: 1px 3px 7px #ffffff;
}

.bttn i {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background: #fff;
  border-radius: 50%;
  padding: 14px 13px;
  border: 4px solid #5F1D1D;
  font-size: 23px;
  color: #333;
}

.bttn:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.bttn:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ef4644));
  background: linear-gradient(to right, transparent, #ef4644);
  height: 100%;
  width: 20%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bttn:hover:before {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bttn {
    margin-bottom: 20px;
  }
  #call-button {
    right: 60px;
    top: 260px;
  }
}

/* ====================== callButton ========================= end */
/* Style tab links */
.tablink {
  background: #747474;
  color: #fff !important;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 15px;
  width: 210px;
}

@media (max-width: 1198px) {
  .tablink {
    font-size: 15px;
    width: 190px;
    padding: 14px 5px;
  }
}

@media (max-width: 991px) {
  .tablink {
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 14px 0px;
    width: 173px;
  }
}

@media (max-width: 639px) {
  .tablink {
    width: 100%;
    margin-bottom: 5px;
  }
}

button,
input,
optgroup,
select,
textarea {
  background: #fff;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 50px 0px;
  height: 100%;
}

.news-area {
  padding: 80px 0 0 0;
}

.news-area h3 {
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
}

@media (max-width: 639px) {
  .news-area h3 {
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    bottom: -40px;
  }
}

.news-area .news-img-area {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.news-area .news-img-area img {
  width: 100%;
  vertical-align: middle;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .news-area .news-img-area img {
    height: 400px;
    margin-top: 15px;
  }
}

@media (max-width: 639px) {
  .news-area .news-img-area img {
    height: 320px;
  }
}

.news-area .news-img-area .news-img-cnt {
  position: absolute;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

@media (max-width: 639px) {
  .news-area .news-img-area .news-img-cnt {
    position: absolute;
    top: 40%;
    color: #f1f1f1;
    width: 90%;
    padding: 20px;
  }
}

.news-area .news-img-area .news-img-cnt h2 {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
  color: #fff;
}

@media (max-width: 639px) {
  .news-area .news-img-area .news-img-cnt h2 {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #fff;
    line-height: 27px;
  }
}

.news-area .news-img-area .news-img-cnt h6 {
  font-size: .9rem;
  color: #fff;
}

.news-area .news-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-area .news-filter .news-filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px 0;
}

@media (max-width: 991px) {
  .news-area .news-filter .news-filter-box {
    padding: 20px 0 0 0;
  }
}

@media (max-width: 639px) {
  .news-area .news-filter .news-filter-box {
    padding: 15px 0 0 0;
  }
}

@media (max-width: 639px) {
  .news-area .news-filter .news-filter-box .news-filter-img {
    padding: 0 0 0 15px;
  }
}

.news-area .news-filter .news-filter-box .news-filter-img img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 639px) {
  .news-area .news-filter .news-filter-box .news-filter-img img {
    height: 80px;
  }
}

.news-area .news-filter .news-filter-box .news-filter-content {
  color: #333;
}

.news-area .news-filter .news-filter-box .news-filter-content h6 {
  font-size: .9rem;
  color: #333;
}

.news-area .news-filter .news-filter-box .news-filter-content h5 {
  color: #333;
}

@media (max-width: 639px) {
  .news-area .news-filter .news-filter-box .news-filter-content h5 {
    font-size: 14px;
    line-height: 24px;
  }
}

.news-area .news-filter .news-filter-box .news-filter-content p {
  color: #333;
}

@media (max-width: 639px) {
  .news-area .news-filter .news-filter-box .news-filter-content p {
    display: none;
  }
}

.news-area button:focus {
  outline: none;
}

.news-areas {
  background: #f9f9f9;
  padding: 300px 0 50px 0;
}

@media (max-width: 1198px) {
  .news-areas {
    padding: 140px 0px 50px 0px;
  }
}

@media (max-width: 639px) {
  .news-areas {
    padding: 110px 0px 50px 0px;
  }
}

.news-areas h1 {
  color: #333;
  font-size: 2.2rem;
  text-transform: uppercase;
  padding: 0 0 20px 15px;
}

@media (max-width: 639px) {
  .news-areas h1 {
    font-size: 1.5rem;
  }
}

.news-areas .news-face-1 p {
  line-height: 28px;
  text-align: justify;
}

.news-areas .news-face-1 h1 {
  padding-bottom: 15px;
}

.news-areas .news-face-1 .img-box {
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: 5px 5px 5px #cccccc4d;
          box-shadow: 5px 5px 5px #cccccc4d;
}

.news-areas .news-face-1 .img-box img {
  width: 100%;
  margin-bottom: 15px;
}

.news-areas .news-face-1 .img-box h6 {
  line-height: 26px;
  font-size: 14px;
  font-weight: 700;
  color: #17a2b8;
}

.news-areas .news-face-1 .img-box figcaption p {
  border: 1px solid #ccc;
  padding: 6px 10px 6px 10px;
  margin-top: 0px;
  display: inline-block;
  color: #5f1d1d;
  border-left: 4px solid #5f1d1d;
}

@media (max-width: 639px) {
  .news-areas .news-face-2 {
    padding-top: 0px;
  }
}

.news-areas .news-face-2 img {
  width: 90%;
}

@media (max-width: 1198px) {
  .news-areas .news-face-2 img {
    width: 100%;
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .news-areas .news-face-2 img {
    width: 96%;
    padding-top: 70px;
  }
}

@media (max-width: 639px) {
  .news-areas .news-face-2 img {
    width: 100%;
    padding-top: 20px;
  }
}

.news-areas .news-face-2 .archive {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-top: 4px solid #333;
}

.news-areas .news-face-2 .archive h4 {
  width: 100%;
  padding: 0 0 6px 30px;
  font-size: 1.3rem;
}

.news-areas .news-face-2 .tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.news-areas .news-face-2 .tag-cloud h4 {
  width: 100%;
  padding: 0 0 6px 0px;
  font-size: 1.3rem;
}

.news-areas .news-face-2 .arch {
  margin-bottom: 10px;
  padding: 0;
}

.news-areas .news-face-2 .tag {
  margin-bottom: 10px;
  padding: 0 30px;
}

.news-areas .news-face-2 .cale {
  margin-bottom: 10px;
  padding: 0 30px;
}

/* ========================== news-areas area end ============================ */
/* ========================== news-areas-details area start ============================ */
.news-areas-details {
  background: #f9f9f9;
  padding: 290px 0 50px 0;
}

@media (max-width: 1198px) {
  .news-areas-details {
    padding: 140px 0px 50px 0px;
  }
}

@media (max-width: 639px) {
  .news-areas-details {
    padding: 110px 0px 50px 0px;
  }
}

.news-areas-details h1 {
  color: #333;
  font-size: 2.2rem;
  text-transform: uppercase;
  padding: 0 0 13px 0px;
  width: 50%;
}

@media (max-width: 991px) {
  .news-areas-details h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 639px) {
  .news-areas-details h1 {
    font-size: 1.5rem;
    width: 100%;
  }
}

.news-areas-details .news-face-1 h6 {
  width: 80%;
  line-height: 30px;
}

@media (max-width: 1198px) {
  .news-areas-details .news-face-1 h6 {
    width: 96%;
    text-align: justify;
  }
}

.news-areas-details .news-face-1 p {
  line-height: 28px;
  text-align: justify;
  width: 90%;
}

@media (max-width: 1198px) {
  .news-areas-details .news-face-1 p {
    width: 96%;
    text-align: justify;
  }
}

.news-areas-details .news-face-1 h1 {
  padding-bottom: 15px;
}

.news-areas-details .news-face-1 .quote-arow {
  position: relative;
  padding: 40px 20px 30px 60px;
  border-top: 4px solid #5f1d1dbf;
  border-bottom: 1px solid #5f1d1d7a;
}

@media (max-width: 1198px) {
  .news-areas-details .news-face-1 .quote-arow {
    padding: 40px 20px 30px 30px;
  }
}

.news-areas-details .news-face-1 .quote-arow::before {
  content: '';
  position: absolute;
  background: url(../img/quote-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 70px;
  top: 20px;
  left: 0;
  z-index: 1;
  opacity: .2;
}

.news-areas-details .news-face-1 .quote-arow::after {
  content: '';
  position: absolute;
  background: url(../img/quote-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 70px;
  bottom: 20px;
  right: 0;
  z-index: 1;
  opacity: .2;
}

.news-areas-details .news-face-1 .y-tube {
  margin: 50px 0 50px 0px;
}

.news-areas-details .news-face-1 .image-area {
  position: relative;
  background: url(../img/news-details.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 410px;
  margin-top: 40px;
}

.news-areas-details .news-face-1 .image-area .center {
  position: absolute;
  top: 40%;
  left: 44%;
  -webkit-transform: translate(0);
  transform: translate(0);
}

@media (max-width: 1699px) {
  .news-areas-details .news-face-1 .image-area .center {
    top: 40%;
    left: 44%;
  }
}

@media (max-width: 1198px) {
  .news-areas-details .news-face-1 .image-area .center {
    top: 65%;
    left: 50%;
  }
}

@media (max-width: 991px) {
  .news-areas-details .news-face-1 .image-area .center {
    top: 40%;
    left: 40%;
  }
}

@media (max-width: 639px) {
  .news-areas-details .news-face-1 .image-area .center {
    top: 65%;
    left: 50%;
  }
}

.news-areas-details .news-face-1 .image-area .pulse {
  background: none;
  border-radius: 50%;
  color: #FFF;
  font-size: 1.3rem;
  text-align: center;
  line-height: 100px;
  font-family: sans-serif;
  text-transform: uppercase;
  -webkit-animation: animate-pulse 3s linear infinite;
          animation: animate-pulse 3s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-areas-details .news-face-1 .image-area .btn {
  display: inline-block;
  border: none;
  color: #fff;
  padding: 10px 10px;
  margin: 0 0 10px 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  text-decoration: none;
  font-size: 13px;
}

@media (max-width: 639px) {
  .news-areas-details .news-face-2 {
    padding-top: 0px;
  }
}

.news-areas-details .news-face-2 img {
  width: 90%;
}

@media (max-width: 1198px) {
  .news-areas-details .news-face-2 img {
    width: 100%;
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .news-areas-details .news-face-2 img {
    width: 96%;
    padding-top: 70px;
  }
}

@media (max-width: 639px) {
  .news-areas-details .news-face-2 img {
    width: 100%;
    padding-top: 20px;
  }
}

.news-areas-details .news-face-2 .archive {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-top: 4px solid #333;
}

.news-areas-details .news-face-2 .archive h4 {
  width: 100%;
  padding: 0 0 6px 30px;
  font-size: 1.3rem;
}

.news-areas-details .news-face-2 .tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.news-areas-details .news-face-2 .tag-cloud h4 {
  width: 100%;
  padding: 0 0 6px 0px;
  font-size: 1.3rem;
}

.news-areas-details .news-face-2 .arch {
  margin-bottom: 10px;
  padding: 0;
}

.news-areas-details .news-face-2 .tag {
  margin-bottom: 10px;
  padding: 0 30px;
}

.news-areas-details .news-face-2 .cale {
  margin-bottom: 10px;
  padding: 0 30px;
}

/* ========================== news-areas-details area end ============================ */
#news-slider1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news-slider1 img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  #news-slider1 img {
    width: 100%;
  }
}

.post-slide {
  position: relative;
  padding-right: 14px;
  margin-bottom: 40px;
}

.post-slide .post-img {
  position: relative;
}

.post-slide .post-img:hover .overlay {
  opacity: 1;
}

.post-slide .overlay > i {
  position: absolute;
  top: 40%;
  left: 45%;
  opacity: 0;
  color: #5F1D1D;
  -webkit-transform: translate(-50%, -50%) scale(8);
          transform: translate(-50%, -50%) scale(8);
  -webkit-transition: opacity 0.40s linear, -webkit-transform 0.40s linear;
  transition: opacity 0.40s linear, -webkit-transform 0.40s linear;
  transition: transform 0.40s linear, opacity 0.40s linear;
  transition: transform 0.40s linear, opacity 0.40s linear, -webkit-transform 0.40s linear;
}

.post-slide .overlay:hover i {
  -webkit-transform: translate(50%, 50%) scale(2);
          transform: translate(50%, 50%) scale(2);
  opacity: 1;
}

.post-slide .post-review {
  padding: 17px 5px 17px 3px;
  background: #fff;
}

.post-slide .post-comment {
  float: left;
  margin: 0;
  padding: 10px 15px 0px 0;
  line-height: 1;
  text-align: center;
}

.post-slide .post-comment li {
  list-style: none;
  margin-left: 5px;
  font-size: 26px;
  color: darkgray;
  font-weight: 700;
  border: 1px solid #ccc;
  padding: 10px 13px 2px 12px;
}

.post-slide:hover .post-comment li {
  color: #5F1D1D;
}

.post-slide .post-comment li small {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: capitalize;
}

.post-slide .post-comment li a,
.post-slide:hover .post-comment li small {
  color: darkgray;
}

.post-slide .post-comment li:after {
  content: "";
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
  display: block;
}

.post-slide .post-comment li:last-child:after {
  border-bottom: 0px none;
  margin-bottom: 0;
}

.post-slide .post-title {
  margin: 0;
  padding: 0 0 0 60px;
}

.post-slide .post-title > a {
  font-size: 17px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
}

.post-slide .post-title > a:hover {
  color: #5F1D1D;
}

.post-slide .post-description {
  font-size: 13px;
  color: gray;
  line-height: 21px;
  padding: 0 0 0 60px;
}

/* ====================== archive ========================== */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background: none;
  color: #333 !important;
  padding: 2px 0 0 0 !important;
  font-size: 14px;
  border: none !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #262424;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #ccc;
  /* border-radius: 0px 0px 10px 10px; */
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background: #5F1D1D;
  color: #fff;
}

/* ====================== archive ========================== */
/* ====================== tag ========================== */
.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

.buttns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Green */
.success {
  border-color: #363636 !important;
  color: #202020 !important;
  border: 1px solid #333 !important;
  padding: 6px 5px 6px 5px !important;
  font-size: 10px;
  font-weight: 400;
  margin-right: 6px;
  width: 78px;
  height: 30px;
}

@media (max-width: 1198px) {
  .success {
    width: 68px;
  }
}

@media (max-width: 991px) {
  .success {
    margin-bottom: 0px;
  }
}

.success:hover {
  background-color: #5F1D1D;
  color: #fff !important;
}

/* ====================== tag ========================== */
.dayapuram-events {
  padding: 80px 0 80px 0;
  background: #e5e5e5;
}

.dayapuram-events h2 {
  font-size: 2.2rem;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

@media (max-width: 639px) {
  .dayapuram-events h2 {
    font-size: 2rem;
  }
}

.dayapuram-events h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 150px;
  background: #5F1D1D;
  left: 0;
  right: 0;
  bottom: 0px;
  top: 50px;
  margin: 0 auto;
}

.dayapuram-events h2::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 40px;
  background: #5F1D1D;
  left: 0;
  bottom: 0;
  right: 0;
  top: 49px;
  margin: 0 auto;
}

/* dayapuram news start */
.post-slide {
  margin: 0 15px;
  background: #fff;
  border-bottom: 1px solid #dedde1;
}

.post-slide .post-header {
  padding: 15px 20px;
}

.post-slide .title {
  margin-bottom: 5px;
  text-align: left;
}

.post-slide .title a {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.post-slide .title a:hover {
  color: #fd6058;
  text-decoration: none;
}

.post-slide .post-bar {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

.post-slide .post-bar li {
  display: inline-block;
  margin-right: 20px;
  color: #333;
}

.post-slide .post-bar li a {
  font-size: 15px;
  color: #333;
  text-transform: capitalize;
}

.post-slide .post-bar li a:hover {
  text-decoration: none;
  color: #fd6058;
}

.post-slide .post-bar li img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.post-slide .post-bar li i,
.post-slide .post-bar li img {
  margin-right: 5px;
}

.post-slide .pic {
  overflow: hidden;
  position: relative;
}

.post-slide .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.post-slide:hover .pic:after {
  background: rgba(255, 255, 255, 0.2);
}

.post-slide .pic img {
  width: 100%;
  height: 350px;
  -webkit-transform: rotate(0deg) scale(1, 1);
          transform: rotate(0deg) scale(1, 1);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-slide:hover .pic img {
  -webkit-transform: rotate(10deg) scale(1.5, 1.5);
          transform: rotate(10deg) scale(1.5, 1.5);
}

.post-slide .post-category {
  padding: 5px 15px;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5F1D1D;
  z-index: 1;
}

.post-slide .post-category li {
  display: inline-block;
  text-transform: uppercase;
}

.post-slide .post-category li:after {
  content: " ,";
  color: #fff;
}

.post-slide .post-category li:last-child:after {
  content: "";
}

.post-slide .post-category li a {
  color: #fff;
}

.post-slide .post-category li a:hover {
  text-decoration: none;
  color: #fff;
}

.post-slide .post-description {
  font-size: 16px;
  color: #333;
  padding: 15px;
  line-height: 28px;
}

@media only screen and (max-width: 480px) {
  .post-header .post-bar li {
    margin-right: 5px;
  }
}

/* dayapuram news end */
.dayapuram-news {
  padding: 80px 0 80px 0;
  background: #e5e5e5;
}

.dayapuram-news h2 {
  font-size: 2.2rem;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

@media (max-width: 639px) {
  .dayapuram-news h2 {
    font-size: 2rem;
  }
}

.dayapuram-news h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 150px;
  background: #5F1D1D;
  left: 0;
  right: 0;
  bottom: 0px;
  top: 50px;
  margin: 0 auto;
}

.dayapuram-news h2::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 40px;
  background: #5F1D1D;
  left: 0;
  bottom: 0;
  right: 0;
  top: 49px;
  margin: 0 auto;
}

/* dayapuram news start */
.post-slide {
  margin: 0 15px;
  background: #fff;
  border-bottom: 1px solid #dedde1;
}

.post-slide .post-header {
  padding: 15px 20px;
}

.post-slide .title {
  margin-bottom: 5px;
  text-align: left;
}

.post-slide .title a {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.post-slide .title a:hover {
  color: #fd6058;
  text-decoration: none;
}

.post-slide .post-bar {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

.post-slide .post-bar li {
  display: inline-block;
  margin-right: 20px;
  color: #333;
}

.post-slide .post-bar li a {
  font-size: 15px;
  color: #333;
  text-transform: capitalize;
}

.post-slide .post-bar li a:hover {
  text-decoration: none;
  color: #fd6058;
}

.post-slide .post-bar li img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.post-slide .post-bar li i,
.post-slide .post-bar li img {
  margin-right: 5px;
}

.post-slide .pic {
  overflow: hidden;
  position: relative;
}

.post-slide .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.post-slide:hover .pic:after {
  background: rgba(255, 255, 255, 0.2);
}

.post-slide .pic img {
  width: 100%;
  height: 350px;
  -webkit-transform: rotate(0deg) scale(1, 1);
          transform: rotate(0deg) scale(1, 1);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-slide:hover .pic img {
  -webkit-transform: rotate(10deg) scale(1.5, 1.5);
          transform: rotate(10deg) scale(1.5, 1.5);
}

.post-slide .post-category {
  padding: 5px 15px;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5F1D1D;
  z-index: 1;
}

.post-slide .post-category li {
  display: inline-block;
  text-transform: uppercase;
}

.post-slide .post-category li:after {
  content: " ,";
  color: #fff;
}

.post-slide .post-category li:last-child:after {
  content: "";
}

.post-slide .post-category li a {
  color: #fff;
}

.post-slide .post-category li a:hover {
  text-decoration: none;
  color: #fff;
}

.post-slide .post-description {
  font-size: 16px;
  color: #333;
  padding: 15px;
  line-height: 28px;
}

@media only screen and (max-width: 480px) {
  .post-header .post-bar li {
    margin-right: 5px;
  }
}

/* dayapuram news end */
.visitors-areas {
  padding: 60px 30px 60px 30px;
}

.visitors-areas .swiper-slide img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.visitors-areas h2 {
  padding: 0 0 10px 0px;
  border-bottom: 1px solid #918e8e;
  margin-bottom: 40px;
  font-weight: 500;
}

.visitors-areas .mySwiper .swiper-slide {
  opacity: 1;
}

.visitors-areas .swiper-button-next:after, .visitors-areas .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 20px;
  color: #fff;
}

.visitors-areas .swiper-button-next, .visitors-areas .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  color: #333;
  width: 40px;
  height: 40px;
  background: #5F1D1D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.visitors-areas .swiper-button-prev:after, .visitors-areas .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 20px;
  color: #fff;
}

.visitors-areas .swiper-button-prev, .visitors-areas .swiper-rtl .swiper-button-next {
  left: 10px;
  left: auto;
  color: #333;
  width: 40px;
  height: 40px;
  background: #5F1D1D;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.visitors-areas .visitors-box h5 {
  padding: 20px 0 0 0;
}

.cultural-area {
  padding: 225px 0 50px 0;
}

@media (max-width: 1198px) {
  .cultural-area {
    padding: 67px 0px 50px 0px;
  }
}

@media (max-width: 639px) {
  .cultural-area {
    padding: 67px 0px 50px 0px;
  }
}

.cultural-area p {
  border-bottom: 1px solid #5f1d1d;
  border-top: 1px solid #5f1d1d;
  margin: 0 0 50px 0;
  padding: 20px 50px;
  position: relative;
  text-align: center;
}

@media (max-width: 1198px) {
  .cultural-area p {
    padding: 20px 10px;
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .cultural-area p {
    padding: 20px 10px;
    text-align: justify;
    margin: 60px 0 0 0;
  }
}

@media (max-width: 639px) {
  .cultural-area p {
    padding: 20px 5px;
    text-align: justify;
    margin: 60px 0 0 0;
  }
}

.cultural-area p::before {
  content: '';
  position: absolute;
  background: #5F1D1D;
  width: 15px;
  height: 15px;
  top: -8px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.cultural-area p::after {
  content: '';
  position: absolute;
  background: #5F1D1D;
  width: 15px;
  height: 15px;
  bottom: -8px;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.cultural-area .outreach-banner {
  background: #b3b3b3;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .cultural-area .outreach-banner {
    margin-bottom: 30px;
  }
}

@media (max-width: 639px) {
  .cultural-area .outreach-banner {
    margin-bottom: -30px;
  }
}

.cultural-area .outreach-banner h1 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
  padding: 10px 0 0 0;
}

@media (max-width: 991px) {
  .cultural-area .outreach-banner h1 {
    font-size: 1.3rem;
    margin: 0;
  }
}

@media (max-width: 639px) {
  .cultural-area .outreach-banner h1 {
    font-size: 1rem;
    margin: 0;
  }
}

.cultural-area .outreach-banner .banner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

@media (max-width: 991px) {
  .cultural-area .outreach-banner .banner-head {
    height: 60px;
  }
}

@media (max-width: 639px) {
  .cultural-area .outreach-banner .banner-head {
    height: 80px;
  }
}

.cultural-area .download-box {
  margin-bottom: 70px;
}

@media (max-width: 639px) {
  .cultural-area .download-box {
    margin-bottom: 40px;
  }
}

.cultural-area .download-box img {
  width: 100%;
}

.cultural-area .al-login {
  margin-bottom: 0;
}

.cultural-area .login-bg {
  background: url(../img/form-image.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 639px) {
  .cultural-area .login-bg {
    background: #fbfbfb;
  }
}

.box {
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.box:before,
.box:after {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#5F1D1D), color-stop(#5F1D1D), to(#5F1D1D));
  background: linear-gradient(to right, #5F1D1D, #5F1D1D, #5F1D1D);
  height: 50%;
  width: 100%;
  opacity: 1;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.box:after {
  top: auto;
  bottom: -50%;
}

.box:hover:before {
  top: 0;
}

.box:hover:after {
  bottom: 0;
}

.box img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.box .box-content {
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
}

.box-name {
  font-size: 1.1rem;
  padding: 10px 5px 10px 5px;
  color: #5F1D1D;
  border-bottom: 1px solid #5f1d1d;
  display: none;
}

.box:hover .box-content {
  opacity: 1;
  top: -22px;
}

.box .title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 20px 0 10px 0;
}

.box .post {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  display: block;
  font-style: normal;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 40%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
}

.box:hover .icon {
  opacity: 1;
  bottom: 20%;
}

.box .icon li {
  margin: 0 3px;
  display: inline-block;
}

.box .icon li a {
  color: #444;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  height: 35px;
  width: 35px;
  border-radius: 10px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.box .icon li a:hover {
  color: #fff;
  background: #12c2e9;
}

@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}

/* ====================== callButton ========================= Start */
#call-button {
  position: fixed;
  top: 200px;
  right: -157px;
  z-index: 99999;
  -webkit-box-shadow: 1px 3px 7px #ffffff;
  box-shadow: 1px 3px 7px #ffffff;
  padding: 0 43px 0 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-transform: none;
          transform: none;
  border-radius: 26px 0 0 26px;
}

@media (max-width: 991px) {
  #call-button {
    top: 100px;
  }
}

@media (max-width: 639px) {
  #call-button {
    top: 87px;
  }
}

#call-button:hover {
  margin-right: 155px;
}

.bttn {
  color: #fff;
  background: #5F1D1D;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 30px 0px 0px 30px;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bttn:focus {
  color: #fff;
}

.bttn:hover {
  color: #fff;
  font-weight: 400;
  background: #5F1D1D;
  border: none;
  -webkit-box-shadow: 1px 3px 7px #ffffff;
          box-shadow: 1px 3px 7px #ffffff;
}

.bttn i {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background: #fff;
  border-radius: 50%;
  padding: 14px 13px;
  border: 4px solid #5F1D1D;
  font-size: 20px;
  color: #333;
}

@media (max-width: 991px) {
  .bttn i {
    padding: 9px 9px;
    font-size: 14px;
  }
}

.bttn:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.bttn:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#5F1D1D));
  background: linear-gradient(to right, transparent, #5F1D1D);
  height: 100%;
  width: 20%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bttn:hover:before {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bttn {
    margin-bottom: 20px;
  }
}

/* ====================== callButton ========================= end */
.campus-area {
  padding: 225px 0 50px 0;
}

@media (max-width: 1198px) {
  .campus-area {
    padding: 87px 0px 50px 0px;
  }
}

@media (max-width: 991px) {
  .campus-area {
    padding: 67px 0px 50px 0px;
  }
}

@media (max-width: 639px) {
  .campus-area {
    padding: 67px 0px 50px 0px;
  }
}

.campus-area p {
  border-bottom: 1px solid #5f1d1d;
  border-top: 1px solid #5f1d1d;
  margin: 0 0 50px 0;
  padding: 20px 50px;
  position: relative;
  text-align: center;
}

@media (max-width: 1198px) {
  .campus-area p {
    padding: 20px 10px;
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .campus-area p {
    padding: 20px 10px;
    text-align: justify;
  }
}

@media (max-width: 639px) {
  .campus-area p {
    padding: 20px 5px;
    text-align: justify;
  }
}

.campus-area p::before {
  content: '';
  position: absolute;
  background: #5F1D1D;
  width: 15px;
  height: 15px;
  top: -8px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.campus-area p::after {
  content: '';
  position: absolute;
  background: #5F1D1D;
  width: 15px;
  height: 15px;
  bottom: -8px;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.campus-area .outreach-banner {
  background: #b3b3b3;
  margin-bottom: 50px;
}

.campus-area .outreach-banner h1 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
  padding: 10px 0 0 0;
}

@media (max-width: 991px) {
  .campus-area .outreach-banner h1 {
    font-size: 1.3rem;
  }
}

@media (max-width: 639px) {
  .campus-area .outreach-banner h1 {
    font-size: 1rem;
  }
}

.campus-area .outreach-banner .banner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.campus-area .campus-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.campus-area .campus-gallery img {
  width: 100%;
}

.campus-area .campus-gallery .col-lg-3 {
  margin-bottom: 30px;
}

.campus-area .campus-gallery h6 {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #5f1d1d;
  display: none;
}

.form-container {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0;
  -webkit-box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
}

.swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  opacity: 1;
}

.mySwiper .swiper-slide {
  opacity: 1;
  padding: 0;
}

.form-bg {
  padding: 90px 0 90px 0;
}

.form-bg button, .form-bg input, .form-bg optgroup, .form-bg select, .form-bg textarea {
  background: #ffffff;
}

.form-container .left-content .title {
  color: #5f1d1d;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 55px;
}

.form-container .left-content .sub-title {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.form-container .right-content {
  text-align: center;
  width: 100%;
  padding: 30px 50px;
  display: inline-block;
}

@media (max-width: 991px) {
  .form-container .right-content {
    padding: 30px 30px;
  }
}

.form-container .right-content .form-title {
  color: #5f1d1d;
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  padding: 9px 20px;
  margin: 0 0 30px;
  border-bottom: 2px solid #5f1d1d;
  border-radius: 12px;
}

.form-container .right-content .form-horizontal {
  color: #999;
  font-size: 14px;
  text-align: left;
  margin: 0 0 15px;
}

.form-container .form-horizontal .form-group {
  margin: 0 0 20px;
}

.form-container .form-horizontal .form-group:nth-of-type(2) {
  margin-bottom: 35px;
}

.form-container .form-horizontal .form-group label {
  font-weight: 100;
}

.form-container .form-horizontal .form-control {
  color: #888;
  background: #f9f9f9;
  font-weight: 400;
  letter-spacing: 1px;
  height: 40px;
  padding: 6px 12px;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-container .form-horizontal .form-control:focus {
  -webkit-box-shadow: 0 0 5px #5f1d1d;
          box-shadow: 0 0 5px #5f1d1d;
}

.form-container .form-horizontal .signin {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#5f1d1d), to(#5f1d1d));
  background: linear-gradient(to right, #5f1d1d, #5f1d1d);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  width: 100%;
  padding: 9px 11px;
  margin: 0 0 20px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .signin:active {
  color: #333;
}

.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus {
  -webkit-box-shadow: 0 0 10px #5f1d1d;
          box-shadow: 0 0 10px #5f1d1d;
  outline: none;
}

.form-container .form-horizontal .remember-me {
  width: calc(100% - 105px);
  display: inline-block;
}

.form-container .form-horizontal .remember-me .check-label {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
  font-weight: 200;
}

.form-container .form-horizontal .remember-me .checkbox {
  height: 17px;
  width: 17px;
  min-height: auto;
  margin: 0 1px 0 0;
  border: 2px solid #5f1d1d;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .remember-me .checkbox:before {
  content: '';
  height: 5px;
  width: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 2.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-container .form-horizontal .remember-me .checkbox:checked {
  background-color: #5f1d1d;
}

.form-container .form-horizontal .remember-me .checkbox:checked:before {
  opacity: 1;
}

.form-container .form-horizontal .remember-me .checkbox:not(:checked):before {
  opacity: 0;
}

.form-container .form-horizontal .remember-me .checkbox:focus {
  outline: none;
}

.form-container .form-horizontal .forgot {
  color: #999;
  font-size: 12px;
  text-align: right;
  width: 100px;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-container .form-horizontal .forgot:hover {
  text-decoration: underline;
}

.form-container .right-content .separator {
  color: #999;
  font-size: 15px;
  text-align: center;
  margin: 0 0 15px;
  display: block;
}

.form-container .right-content .social-links {
  text-align: center;
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

.form-container .right-content .social-links li {
  margin: 0 2px 5px;
  display: inline-block;
}

.form-container .right-content .social-links li a {
  color: #fff;
  background-color: #5f1d1d;
  font-size: 12px;
  padding: 9px 12px;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-container .right-content .social-links li:nth-child(2) a {
  background-color: #3B5897;
}

.form-container .right-content .social-links li a i {
  margin-right: 10px;
}

.form-container .right-content .social-links li a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.form-container .right-content .signup-link {
  color: #999;
  font-size: 13px;
}

.form-container .right-content .signup-link a {
  color: #5f1d1d;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-container .right-content .signup-link a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .form-container .left-content,
  .form-container .right-content {
    width: 100%;
    padding: 30px;
  }
  .form-container .left-content .title {
    margin: 0 0 20px;
  }
  .form-container .left-content .sub-title {
    font-size: 40px;
  }
}

.landing {
  padding: 80px 0;
}

@media (max-width: 991px) {
  .landing {
    padding: 3px 0 50px 0px;
  }
}

@media (max-width: 639px) {
  .landing {
    padding: 3px 0 5px 0px;
  }
}

.landing .landing-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #b3b3b359;
  padding: 30px 20px 0 15px;
}

@media (max-width: 639px) {
  .landing .landing-details {
    padding: 30px;
  }
}

.landing .landing-details h3 {
  font-size: 1.1rem;
}

.landing .landing-details ul {
  padding: 0 20px;
}

.landing .landing-details ul li {
  list-style: square;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.landing .landing-details a {
  background: #5F1D1D;
  padding: 8px 20px;
  color: #fff;
}

.landing .landing-details a:hover {
  background: #5f1d1dc5;
}

.log-regi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.log-regi a:first-child {
  margin-right: 12px;
  background: #5f1d1d;
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.log-regi a:first-child:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.log-regi a:last-child {
  background: #5f1d1d;
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.log-regi a:last-child:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.post-slide {
  padding: 15px 15px 20px 15px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.post-slide .post-img {
  position: relative;
  margin-bottom: 0px;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
}

.post-slide .post-icon {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 25px;
  left: 25px;
  text-align: center;
  background: #333;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

.post-slide:hover .post-icon {
  opacity: 1;
}

.post-slide .post-icon i {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}

.post-slide .post-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}

.post-slide .post-bar li {
  display: inline-block;
  font-size: 15px;
  color: #676767;
  margin-right: 5px;
}

.post-slide .post-bar li:after {
  content: "/";
  margin-left: 5px;
}

.post-slide .post-bar li:last-child:after {
  content: "";
}

.post-slide .post-bar li a {
  color: #5F1D1D;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:hover {
  color: #333;
  text-decoration: none;
}

.post-slide .post-bar li a:after {
  content: ",";
  margin: 0 5px;
}

.post-slide .post-bar li a:last-child:after {
  content: "";
}

.post-slide .post-title {
  margin: 15px 0;
  text-transform: capitalize;
  padding: 0;
}

.post-slide .post-title a {
  font-size: 17px;
  font-weight: 600;
  color: #3c3c3c;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
}

.post-slide .post-title a:hover {
  color: #5F1D1D;
  text-decoration: none;
}

.post-slide .post-description {
  font-size: 16px;
  color: #676767;
  line-height: 24px;
  padding: 0px 0 15px 0;
  word-break: break-all;
}

.post-slide .read-more {
  display: inline-block;
}

.post-slide .read-more:hover {
  text-decoration: none;
}

.post-slide .read-more i {
  font-size: 19px;
  color: #333;
  margin-right: 5px;
  -webkit-transition: all 0.40s linear 0s;
  transition: all 0.40s linear 0s;
}

.post-slide .read-more span {
  font-size: 16px;
  color: #333;
  opacity: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.40s linear 0s;
  transition: all 0.40s linear 0s;
}

.post-slide .read-more:after {
  content: "";
  display: block;
  width: 40%;
  position: relative;
  bottom: -10px;
  border-bottom: 3px solid #333;
  opacity: 0;
  -webkit-transition: all 0.40s linear 0s;
  transition: all 0.40s linear 0s;
}

.post-slide:hover .read-more span,
.post-slide:hover .read-more:after {
  opacity: 1;
}

.post-slide .read-more:hover span,
.post-slide .read-more:hover i,
.post-slide .read-more:hover:after {
  color: #5F1D1D;
  border-bottom-color: #5F1D1D;
}

.event-areas {
  padding: 70px 0;
  background: #cccccc47;
}

@media (max-width: 639px) {
  .event-areas {
    padding: 30px 0 40px 0px;
  }
}

.event-areas h3 {
  margin: 0 0 30px 0;
}

.event-areas .r-more {
  padding: 10px 20px;
  background: #5F1D1D;
  color: #fff;
  margin: 40px 0 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.event-areas .event-details {
  padding: 225px 0 50px 0;
}

@media (max-width: 1198px) {
  .event-areas .event-details {
    padding: 67px 0px 50px 0px;
  }
}

@media (max-width: 639px) {
  .event-areas .event-details {
    padding: 67px 0px 50px 0px;
  }
}

/* ========================= event-details ============================= */
.event-details {
  padding: 285px 0 50px 0;
}

@media (max-width: 1198px) {
  .event-details {
    padding: 85px 0px 50px 0px;
  }
}

@media (max-width: 639px) {
  .event-details {
    padding: 85px 0px 50px 0px;
  }
}

.event-details h2 {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #333;
  padding: 0 0 10px 0;
}

@media (max-width: 639px) {
  .event-details h2 {
    font-size: 1.2rem;
  }
}

.event-details .r-more {
  padding: 10px 20px;
  background: #5F1D1D;
  color: #fff;
  margin: 40px 0 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.event-details .event-block-1 {
  border-bottom: 1px solid #333;
}

@media (max-width: 991px) {
  .event-details .event-block-1 {
    border: none;
    margin-bottom: 30px;
  }
}

@media (max-width: 639px) {
  .event-details .event-block-1 {
    border: none;
  }
}

.event-details .event-block-1 img {
  width: 100%;
}

.event-details .event-block-1 .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0 10px 0;
}

@media (max-width: 639px) {
  .event-details .event-block-1 .date-time {
    font-size: 0.95rem;
  }
}

@media (max-width: 639px) {
  .event-details .event-block-1 h3 {
    font-size: 1.1rem;
  }
}

.event-details .event-block-2 .related-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.event-details .event-block-2 .related-event .related-1 {
  padding: 0;
}

.event-details .event-block-2 .related-event .related-1 img {
  width: 100%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ========================= event-details ============================= */
/* ========================= event-Popup Start ============================= */
/* ========================= event-Popup End ============================= */
.gallery-areas {
  padding: 50px 0 50px 0;
}

.gallery-areas .gallery-box {
  margin: 0 0 35px 0;
}

.gallery-areas .gallery-box img {
  width: 100%;
}

.gallery-areas h3 {
  margin: 0 0 30px 0;
}

.jump-button-area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  z-index: 9;
  -webkit-box-shadow: 13px 5px 20px 13px #c7c7c7;
          box-shadow: 13px 5px 20px 13px #c7c7c7;
}

.jump-button-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 30px;
  margin: 0;
}

@media (max-width: 991px) {
  .jump-button-area ul {
    gap: 10px;
  }
}

@media (max-width: 639px) {
  .jump-button-area ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding: 10px 20px;
  }
}

.jump-button-area ul li {
  list-style: none;
  padding: 30px 0;
  position: relative;
}

@media (max-width: 991px) {
  .jump-button-area ul li {
    padding: 20px 0;
  }
}

@media (max-width: 639px) {
  .jump-button-area ul li {
    padding: 0;
  }
}

.jump-button-area ul li::after {
  position: absolute;
  content: '||';
  right: -70px;
  color: #5F1D1D;
  font-size: 20px;
  font-weight: 100;
}

@media (max-width: 1699px) {
  .jump-button-area ul li::after {
    right: -50px;
  }
}

@media (max-width: 1198px) {
  .jump-button-area ul li::after {
    right: -40px;
  }
}

@media (max-width: 991px) {
  .jump-button-area ul li::after {
    right: -20px;
    top: 17px;
  }
}

@media (max-width: 639px) {
  .jump-button-area ul li::after {
    right: -17px;
    top: -3px;
  }
}

.jump-button-area ul li a {
  text-decoration: none;
  color: #5F1D1D;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1699px) {
  .jump-button-area ul li a {
    font-size: 18px;
  }
}

@media (max-width: 1198px) {
  .jump-button-area ul li a {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .jump-button-area ul li a {
    font-size: 17px;
  }
}

@media (max-width: 639px) {
  .jump-button-area ul li a {
    font-size: 15px;
  }
}

.jump-button-area ul li a:hover {
  text-decoration: none;
}

.jump-button-area ul li a i {
  -webkit-animation: move 0.3s ease-in-out alternate infinite;
          animation: move 0.3s ease-in-out alternate infinite;
  padding-right: 10px;
  font-size: 14px;
  display: none;
}

.jump-button-area ul li:last-child::after {
  display: none;
}
/*# sourceMappingURL=main.css.map */
.career-post img
{
  width: 100%;
}