
/*----------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  1. Typography
  2. Template Default Style
  3. Template Elements
  3.1 Buttons
  3.2 Inner Banner
  3.3 Pagination
  3.4 Preloader
  3.5 Section Heading
  4. 404 Sections
  5. About Sections
  6. Blog Sections
  7. Brand Sections
  8. Call To Action Sections
  9. Contact Sections
  10. Countdown Sections
  11. Event Sections
  12. Facility Sections
  13. Faq Sections
  14. Footer Sections
  15. Gallery Sections
  16. Header Sections
  17. Hero Sections
  18. Location Sections
  19. Newsletter Sections
  20. Pricing Sections
  21. Portfolio Sections
  22. Process Sections
  23. Schedule Sections
  24. Service Sections
  25. Sidebar Sections
  26. Speaker Sections
  27. Testimonial Sections
  28. Venue Sections
  29. Video Sections
--------------------------------------------------------------*/
/*=======================================================================
1. Typography
=========================================================================*/
/*#930007 blue primary*/
/*##930007 red primary*/

html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #5A5A5A;
  background-color: #fff;
  overflow-x: hidden;
}

p {
  margin: 0 0 20px 0;
  color: #646464;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin: 0 0 20px 0;
  color: #041A57;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1 {
  font-size: 40px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 30px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 24px;
}

/*=======================================================================
2. Template Default Style
=========================================================================*/
a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0 none;
}

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

ul {
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .wrapper {
    margin-top: 58px;
  }
}

body .wrapper {
  opacity: 0;
  visibility: hidden;
}

body.loaded .wrapper {
  opacity: 1;
  visibility: visible;
}

.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}

section {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  section {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}

@media (max-width: 991px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  section {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
th, td {
  padding: 12px 15px;
  text-align: left;
  border: 2px solid #930007;
  border-bottom: 2px solid #930007;
}
th {
  background-color: #930007;
  color: white;
  font-size: 16px;
}
td {
  font-size: 14px;
}
tbody tr:hover {
  background-color: #f5f5f5;
}

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

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

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

.dark-layout {
  background-color: #0C0324;
}

.template-fixed-bg {
  background-position: center 100px;
  background-repeat: no-repeat;
  background-color: #0C0324;
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
}

#template-fixed-bg-wrap {
  position: relative;
}

#template-fixed-bg-wrap.for-bg-fixed .template-fixed-bg {
  position: fixed;
}

/*========================================================================
3. Template Elements
=========================================================================*/
/*
3.1 Buttons
*/
.btn-text.style-one {
  color: #930007;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.btn-text.style-one:before {
  content: "";
  background-color: #930007;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.btn-text.style-one:hover {
  color: #930007;
}

.btn-text.style-one:hover:before {
  width: 100%;
}

.btn-text.style-two {
  color: #041A57;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  transition: all 0.3s ease-in-out;
}

.btn-text.style-two i {
  color: #041A57;
  margin-left: 8px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.btn-text.style-two:hover {
  color: #930007;
}

.btn-text.style-two:hover i {
  color: #930007;
  transform: translateX(6px);
}

.btn-fill {
  color: #ffffff;
  background-color: #000000;
  border-radius: 5px;
  padding: 15px 27px;
  display: inline-flex;
  border: 0;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-fill:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-fill:focus {
  box-shadow: none;
  border: 0;
  outline: none;
}

.btn-fill:hover {
  color: #000000;
}

.btn-fill:hover:before {
  background-color: #ffffff;
  top: 0;
}

.btn-fill.style-one {
  background-color: #930007;
}

.btn-fill.style-one:before {
  background-color: #930007;
}

.btn-fill.style-one:hover {
  color: #ffffff;
}

.btn-fill.style-two {
  background-color: #930007;
}

.btn-fill.style-two:before {
  background-color: #ffffff;
}

.btn-fill.style-two:hover {
  color: #930007;
}

.btn-fill.style-three {
  background-color: #930007;
}

.btn-fill.style-three:before {
  background-color: #930007;
}

.btn-fill.style-three:hover {
  color: #ffffff;
}

.btn-fill.style-four {
  background-color: #930007;
}

.btn-fill.style-four:before {
  background-color: #ffffff;
}

.btn-fill.style-four:hover {
  color: #930007;
}

.btn-fill.style-five {
  background-color: #ffffff;
  color: #930007;
}

.btn-fill.style-five:before {
  background-color: #930007;
}

.btn-fill.style-five:hover {
  color: #ffffff;
}

.btn-fill.style-six {
  background-color: #ffffff;
  color: #930007;
}

.btn-fill.style-six:before {
  background-color: #930007;
}

.btn-fill.style-six:hover {
  color: #ffffff;
}

.btn-fill.style-seven {
  background-color: #ffffff;
  color: #930007;
}

.btn-fill.style-seven:before {
  background-color: #930007;
}

.btn-fill.style-seven:hover {
  color: #ffffff;
}

.btn-fill.style-eight {
  background-color: #ffffff;
  color: #930007;
}

.btn-fill.style-eight:before {
  background-color: #930007;
}

.btn-fill.style-eight:hover {
  color: #ffffff;
}

.play-btn-primary {
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #930007;
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .play-btn-primary {
    height: 100px;
    width: 100px;
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .play-btn-primary {
    height: 80px;
    width: 80px;
  }
}

.play-btn-primary i {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.play-btn-primary:before {
  content: "";
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.play-btn-primary:hover {
  color: #930007;
  background-color: #ffffff;
}

.play-btn-primary:hover i {
  color: #930007;
}

.play-btn-primary:hover:before {
  transform: scale(1);
}

.play-btn-secondary {
  height: 120px;
  width: 120px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #930007;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.play-btn-secondary:hover {
  color: #930007;
  background-color: #ffffff;
}

.play-btn-secondary.size-small {
  height: 84px;
  width: 84px;
  font-size: 24px;
}

/*
3.2 Inner Banner
*/
.inner-page-banner {
  min-height: 200px;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .inner-page-banner {
    min-height: 350px;
  }
}

@media (max-width: 991px) {
  .inner-page-banner {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .inner-page-banner {
    min-height: 250px;
  }
}

@media (max-width: 575px) {
  .inner-page-banner {
    min-height: 200px;
  }
}

.inner-page-banner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.inner-page-banner.inner-banner-1:before {
  background-color: rgba(4, 26, 87, 0.75);
}

.inner-page-banner.inner-banner-2:before {
  background-color: rgba(42, 7, 249, 0.75);
}

.inner-page-banner.inner-banner-3:before {
  background-color: rgba(4, 26, 87, 0.75);
}

.inner-page-banner.inner-banner-4:before {
  background-color: rgba(42, 7, 249, 0.75);
}

.inner-page-banner.inner-banner-5:before {
  background-color: rgba(4, 26, 87, 0.75);
}

.inner-page-banner.inner-banner-6:before {
  background-color: rgba(5, 6, 7, 0.75);
}

.inner-page-banner.inner-banner-7:before {
  background-color: rgba(5, 6, 7, 0.75);
}

.inner-page-banner.inner-banner-8:before {
  background-color: rgba(5, 6, 7, 0.75);
}

.inner-page-banner.inner-banner-9:before {
  background-color: rgba(5, 6, 7, 0.25);
}

.inner-page-banner.inner-banner-10:before {
  background-color: rgba(5, 6, 7, 0.5);
}

.inner-page-banner.inner-banner-11:before {
  background-color: rgba(4, 26, 87, 0.75);
}

.entry-banner-content {
  text-align: center;
}

.entry-banner-content .entry-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .entry-banner-content .entry-title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .entry-banner-content .entry-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .entry-banner-content .entry-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .entry-banner-content .entry-title {
    font-size: 28px;
  }
}

.entry-banner-content .breadcrumb-area {
  margin-bottom: 10px;
}

.entry-banner-content .breadcrumb-area .entry-breadcrumb {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

@media (max-width: 991px) {
  .entry-banner-content .breadcrumb-area .entry-breadcrumb {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .entry-banner-content .breadcrumb-area .entry-breadcrumb {
    font-size: 17px;
  }
}

.entry-banner-content .breadcrumb-area .entry-breadcrumb a {
  color: #ffffff;
  transition: all 0.3s ease-in;
}

.entry-banner-content .breadcrumb-area .entry-breadcrumb a:hover {
  color: #930007;
}

.entry-banner-content .breadcrumb-area .entry-breadcrumb span.current {
  color: #ffffff;
}

.entry-banner-content .breadcrumb-area .entry-breadcrumb .delimiter {
  color: #ffffff;
  margin: 0 5px;
}

/*
3.3 Pagination
*/
ul.pagination-layout1 {
  margin-top: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 25px;
}

ul.pagination-layout1 li {
  margin: 0 6px 5px;
}

ul.pagination-layout1 li a {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #041A57;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

ul.pagination-layout1 li a:hover {
  background-color: #930007;
  color: #ffffff;
}

ul.pagination-layout1 li.active a {
  background-color: #930007;
  color: #ffffff;
}

/*
3.4 Preloader
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff;
  z-index: 999;
}

.preloader .preloader-inner-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.preloader .preloader-inner-wrap .preloader-inner {
  display: table-cell;
  vertical-align: middle;
}

@-webkit-keyframes loading_1 {
  0%,
  10%,
  100% {
    width: 84px;
    height: 84px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}

@keyframes loading_1 {
  0%,
  10%,
  100% {
    width: 84px;
    height: 84px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}

@-webkit-keyframes loading_2 {
  0%,
  30% {
    transform: rotate(0);
  }
  55% {
    background-color: transparent;
    transform: scale(0.5);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading_2 {
  0%,
  30% {
    transform: rotate(0);
  }
  55% {
    background-color: transparent;
    transform: scale(0.5);
  }
  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading_3 {
  0%,
  20% {
    transform: rotate(0);
  }
  55% {
    background-color: transparent;
    transform: scale(0.5);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes loading_3 {
  0%,
  20% {
    transform: rotate(0);
  }
  55% {
    background-color: transparent;
    transform: scale(0.5);
  }
  100% {
    transform: rotate(180deg);
  }
}

.main-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loading_1 1.2s infinite ease-in-out;
  animation: loading_1 1.2s infinite ease-in-out;
}

.main-loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-animation: loading_2 1.2s infinite ease-in-out both;
  animation: loading_2 1.2s infinite ease-in-out both;
}

.main-loader span:nth-child(1) {
  background-color: #930007;
  border: 1px #930007 solid;
  top: 0;
  left: 0;
}

.main-loader span:nth-child(2) {
  background-color: #930007;
  border: 1px #930007 solid;
  top: 0;
  right: 0;
  -webkit-animation: loading_3 1.2s infinite ease-in-out both;
  animation: loading_3 1.2s infinite ease-in-out both;
}

.main-loader span:nth-child(3) {
  background-color: #930007;
  border: 1px #930007 solid;
  bottom: 0;
  left: 0;
  -webkit-animation: loading_3 1.2s infinite ease-in-out both;
  animation: loading_3 1.2s infinite ease-in-out both;
}

.main-loader span:nth-child(4) {
  background-color: #930007;
  border: 1px #930007 solid;
  bottom: 0;
  right: 0;
}

/*
3.5 Section Heading
*/
.section-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 40px;
}

.section-heading .sub-title {
  color: #930007;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
}

.section-heading .title {
  margin-bottom: 0;
  color: #041A57;
}

.section-heading.style-one {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-heading.style-one {
    margin-bottom: 30px;
  }
}

.section-heading.style-one .sub-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .section-heading.style-one .sub-title {
    font-size: 16px;
  }
}

.section-heading.style-one .title {
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .section-heading.style-one .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .section-heading.style-one .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .section-heading.style-one .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .section-heading.style-one .title {
    font-size: 30px;
  }
}

.section-heading.style-two {
  margin-bottom: 70px;
}

.section-heading.style-two:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 3px;
  width: 25px;
  background-color: #930007;
  bottom: -25px;
  margin-left: -50px;
  transition: all 0.3s ease-in-out;
}

.section-heading.style-two:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 3px;
  width: 65px;
  background-color: #930007;
  bottom: -25px;
  margin-left: -15px;
  transition: all 0.3s ease-in-out;
}

.section-heading.style-two .title {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .section-heading.style-two .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .section-heading.style-two .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .section-heading.style-two .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .section-heading.style-two .title {
    font-size: 30px;
  }
}

.section-heading.style-two .sub-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-heading.style-two .sub-title {
    font-size: 20px;
  }
}

.section-heading.style-three {
  margin-bottom: 70px;
}

.section-heading.style-three:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 3px;
  width: 25px;
  background-color: #ffffff;
  bottom: -25px;
  margin-left: -50px;
  transition: all 0.3s ease-in-out;
}

.section-heading.style-three:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 3px;
  width: 65px;
  background-color: #ffffff;
  bottom: -25px;
  margin-left: -15px;
  transition: all 0.3s ease-in-out;
}

.section-heading.style-three .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .section-heading.style-three .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .section-heading.style-three .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .section-heading.style-three .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .section-heading.style-three .title {
    font-size: 30px;
  }
}

.section-heading.style-three .sub-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-heading.style-three .sub-title {
    font-size: 20px;
  }
}

.section-heading.style-four {
  margin-bottom: 50px;
}

.section-heading.style-four .title {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .section-heading.style-four .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .section-heading.style-four .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .section-heading.style-four .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .section-heading.style-four .title {
    font-size: 30px;
  }
}

.section-heading.style-four .title span {
  color: #930007;
}

.section-heading.style-five {
  margin-bottom: 50px;
}

.section-heading.style-five .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .section-heading.style-five .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .section-heading.style-five .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .section-heading.style-five .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .section-heading.style-five .title {
    font-size: 30px;
  }
}

.section-heading.style-five .title span {
  color: #930007;
}

.section-heading.style-six {
  margin-bottom: 50px;
}

.section-heading.style-six .sub-title {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  color: #930007;
}

@media (max-width: 767px) {
  .section-heading.style-six .sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.section-heading.style-six .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .section-heading.style-six .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .section-heading.style-six .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .section-heading.style-six .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .section-heading.style-six .title {
    font-size: 30px;
  }
}

.section-heading.style-seven {
  margin-bottom: 50px;
}

.section-heading.style-seven .title {
  color: #ffffff;
}

.section-heading.style-seven .title span {
  color: #930007;
}

section:hover .section-heading.style-two:before,
section:hover .section-heading.style-three:before {
  width: 65px;
  margin-left: -50px;
}

section:hover .section-heading.style-two:after,
section:hover .section-heading.style-three:after {
  width: 25px;
  margin-left: 25px;
}

.section-heading.style-two:hover:before,
.section-heading.style-three:hover:before {
  width: 65px;
  margin-left: -50px;
}

.section-heading.style-two:hover:after,
.section-heading.style-three:hover:after {
  width: 25px;
  margin-left: 25px;
}

.inner-section-title {
  font-weight: 600;
  font-size: 30px;
}

@media (max-width: 991px) {
  .inner-section-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .inner-section-title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .inner-section-title {
    font-size: 24px;
  }
}

/*========================================================================
4. 404 Sections
=========================================================================*/
.error-wrap-layout1 {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .error-wrap-layout1 {
    min-height: calc(100vh - 58px);
  }
}

.error-box-layout1 {
  text-align: center;
}

.error-box-layout1 .sub-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #930007;
}

@media (max-width: 991px) {
  .error-box-layout1 .sub-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .error-box-layout1 .sub-title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .error-box-layout1 .sub-title {
    font-size: 22px;
  }
}

.error-box-layout1 .main-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 95px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .error-box-layout1 .main-title {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .error-box-layout1 .main-title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .error-box-layout1 .main-title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .error-box-layout1 .main-title {
    font-size: 40px;
  }
}

.error-box-layout1 .title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .error-box-layout1 .title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .error-box-layout1 .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .error-box-layout1 .title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .error-box-layout1 .title {
    font-size: 32px;
  }
}

/*========================================================================
5. About Sections
=========================================================================*/
.about-wrap-layout1 {
  padding-top: 40px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .about-wrap-layout1 {
    padding-top: 115px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .about-wrap-layout1 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .about-wrap-layout1 {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .about-wrap-layout1 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.about-box-layout1 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.about-box-layout1 .figure-wrap {
  position: relative;
  margin-right: 75px;
}

.about-box-layout1 .main-figure img {
  border-radius: 0 40px 258px 36px;
}

.about-box-layout1 .sub-figure ul {
  list-style: none;
}

.about-box-layout1 .sub-figure ul li {
  position: absolute;
}

.about-box-layout1 .sub-figure ul li img {
  border-radius: 50%;
}

.about-box-layout1 .sub-figure ul li:nth-child(1n) {
  top: 10%;
  transform: inherit;
  right: -60px;
  max-width: 20vw;
}

.about-box-layout1 .sub-figure ul li:nth-child(1n) img {
  border: 5px solid #930007;
}

.about-box-layout1 .sub-figure ul li:nth-child(2n) {
  top: 34%;
  right: -68px;
  max-width: 28vw;
}

.about-box-layout1 .sub-figure ul li:nth-child(2n) img {
  border: 5px solid #930007;
}

.about-box-layout1 .sub-figure ul li:nth-child(3n) {
  transform: inherit;
  top: 64%;
  right: -40px;
  max-width: 38vw;
}

.about-box-layout1 .sub-figure ul li:nth-child(3n) img {
  border: 5px solid #930007;
}

.about-box-layout1.content-box {
  height: 100%;
}

@media (max-width: 991px) {
  .about-box-layout1.content-box {
    height: auto;
  }
}

.about-box-layout1 .sub-title {
  color: #930007;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.about-box-layout1 .title {
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 991px) {
  .about-box-layout1 .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about-box-layout1 .title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .about-box-layout1 .title {
    font-size: 32px;
  }
}

.about-box-layout1 .sub-description {
  color: #930007;
  font-weight: 600;
  font-size: 20px;
}

.about-wrap-layout2 {
  padding-top: 172px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .about-wrap-layout2 {
    padding-top: 107px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .about-wrap-layout2 {
    padding-top: 92px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .about-wrap-layout2 {
    padding-top: 77px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .about-wrap-layout2 {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

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

@media (max-width: 1199px) {
  .about-box-layout2 {
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .about-box-layout2 {
    height: auto;
  }
}

.about-box-layout2 .content-box .title {
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 991px) {
  .about-box-layout2 .content-box .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about-box-layout2 .content-box .title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .about-box-layout2 .content-box .title {
    font-size: 32px;
  }
}

.about-box-layout2 .content-box .title span {
  color: #930007;
}

.about-box-layout2 .content-box .sub-description {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #041A57;
}

.about-box-layout2 .figure-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.about-box-layout2 .figure-box .play-btn {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 40%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1199px) {
  .about-box-layout2 .figure-box .play-btn {
    top: 50%;
  }
}

.about-box-layout2 .contact-box {
  margin-bottom: 29px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #930007;
  max-width: 946px;
  width: 100%;
  padding: 35px 50px;
  border-radius: 50px 0 50px 10px;
}

@media (max-width: 1199px) {
  .about-box-layout2 .contact-box {
    position: inherit;
    margin-bottom: 30px;
  }
}

.about-box-layout2 .contact-box ul {
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.about-box-layout2 .contact-box ul li {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 auto;
  width: 25%;
  margin: 15px 0;
}

@media (max-width: 991px) {
  .about-box-layout2 .contact-box ul li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .about-box-layout2 .contact-box ul li {
    width: 100%;
  }
}

.about-box-layout2 .contact-box ul li .icon-box {
  margin-bottom: 10px;
  line-height: 1;
  color: #ffffff;
  font-size: 25px;
}

.about-box-layout2 .contact-box ul li .contact-title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-box-layout2 .contact-box ul li .contact-description {
  color: #F2F2F2;
}

.about-wrap-layout3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .about-wrap-layout3 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .about-wrap-layout3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .about-wrap-layout3 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .about-wrap-layout3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.about-box-layout3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-box-layout3 .figure-box1 {
  position: relative;
}

.about-box-layout3 .figure-box1 .mask-content {
  max-height: 210px;
  max-width: 210px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .about-box-layout3 .figure-box1 .mask-content {
    max-height: 180px;
    max-width: 180px;
  }
}

.about-box-layout3 .figure-box1 .mask-content:before {
  opacity: 0.8;
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #930007;
  bottom: 0;
  right: 0;
  border-radius: 100px 100px 0;
}

.about-box-layout3 .figure-box1 .mask-content .number {
  line-height: 1;
  color: #ffffff;
  font-size: 75px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 991px) {
  .about-box-layout3 .figure-box1 .mask-content .number {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .about-box-layout3 .figure-box1 .mask-content .number {
    font-size: 56px;
  }
}

@media (max-width: 575px) {
  .about-box-layout3 .figure-box1 .mask-content .number {
    font-size: 50px;
  }
}

.about-box-layout3 .figure-box1 .mask-content .text {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 767px) {
  .about-box-layout3 .figure-box1 .mask-content .text {
    font-size: 20px;
  }
}

.about-box-layout3 .figure-box1 img {
  border-radius: 200px 200px 0;
}

@media (max-width: 767px) {
  .about-box-layout3 .figure-box1 img {
    border-radius: 100px 100px 0;
  }
}

@media (max-width: 575px) {
  .about-box-layout3 .figure-box1 img {
    border-radius: 50px 50px 0;
  }
}

.about-box-layout3 .content-box1 {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .about-box-layout3 .content-box1 {
    padding-left: 0;
  }
}

.about-box-layout3 .content-box1 .title {
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 1199px) {
  .about-box-layout3 .content-box1 .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .about-box-layout3 .content-box1 .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .about-box-layout3 .content-box1 .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .about-box-layout3 .content-box1 .title {
    font-size: 30px;
  }
}

.about-box-layout3 .contact-box {
  margin-top: 25px;
}

.about-box-layout3 .contact-box ul {
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

@media (max-width: 575px) {
  .about-box-layout3 .contact-box ul {
    display: block;
  }
}

.about-box-layout3 .contact-box ul li {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575px) {
  .about-box-layout3 .contact-box ul li {
    margin-bottom: 20px;
  }
  .about-box-layout3 .contact-box ul li:last-child {
    margin-bottom: 0;
  }
}

.about-box-layout3 .contact-box ul li .icon-box {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 25px;
  color: #930007;
}

.about-box-layout3 .contact-box ul li .contact-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-box-layout3 .content-box2 {
  padding-right: 80px;
}

@media (max-width: 991px) {
  .about-box-layout3 .content-box2 {
    padding-right: 0;
  }
}

.about-box-layout3 .content-box2 .title {
  font-weight: 600;
  font-size: 30px;
}

@media (max-width: 991px) {
  .about-box-layout3 .content-box2 .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .about-box-layout3 .content-box2 .title {
    font-size: 24px;
  }
}

.about-box-layout3 .figure-box2 {
  margin-left: 80px;
  position: relative;
  display: inline-block;
}

@media (max-width: 991px) {
  .about-box-layout3 .figure-box2 {
    margin-left: 0;
  }
}

.about-box-layout3 .figure-box2 .mask-content {
  max-height: 210px;
  max-width: 210px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .about-box-layout3 .figure-box2 .mask-content {
    max-height: 180px;
    max-width: 180px;
  }
}

.about-box-layout3 .figure-box2 .mask-content:before {
  opacity: 0.8;
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #930007;
  bottom: 0;
  left: 0;
  border-radius: 100px 100px 100px 0;
}

.about-box-layout3 .figure-box2 .mask-content .number {
  line-height: 1;
  color: #ffffff;
  font-size: 75px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 991px) {
  .about-box-layout3 .figure-box2 .mask-content .number {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .about-box-layout3 .figure-box2 .mask-content .number {
    font-size: 56px;
  }
}

@media (max-width: 575px) {
  .about-box-layout3 .figure-box2 .mask-content .number {
    font-size: 50px;
  }
}

.about-box-layout3 .figure-box2 .mask-content .text {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 767px) {
  .about-box-layout3 .figure-box2 .mask-content .text {
    font-size: 20px;
  }
}

.about-box-layout3 .figure-box2 img {
  border-radius: 120px 120px 120px 0;
}

@media (max-width: 767px) {
  .about-box-layout3 .figure-box2 img {
    border-radius: 80px 80px 80px 0;
  }
}

@media (max-width: 575px) {
  .about-box-layout3 .figure-box2 img {
    border-radius: 50px 50px 50px 0;
  }
}

.about-box-layout3.has-animation .figure-box1 .mask-content:before {
  height: 0;
  width: 0;
  transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
  transition-delay: 0.5s;
}

.about-box-layout3.has-animation .figure-box1 .mask-content .number {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
  transition-delay: 0.8s;
}

.about-box-layout3.has-animation .figure-box1 .mask-content .text {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
  transition-delay: 1s;
}

.about-box-layout3.has-animation.active-animation .figure-box1 .mask-content:before {
  height: 100%;
  width: 100%;
}

.about-box-layout3.has-animation.active-animation .figure-box1 .mask-content .number {
  opacity: 1;
  transform: translateY(0);
}

.about-box-layout3.has-animation.active-animation .figure-box1 .mask-content .text {
  opacity: 1;
  transform: translateY(0);
}

.about-box-layout3.has-animation .figure-box2 .mask-content:before {
  height: 0;
  width: 0;
  transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
  transition-delay: 0.5s;
}

.about-box-layout3.has-animation .figure-box2 .mask-content .number {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
  transition-delay: 0.8s;
}

.about-box-layout3.has-animation .figure-box2 .mask-content .text {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.49, 0, 0.05, 1);
  transition-delay: 1s;
}

.about-box-layout3.has-animation.active-animation .figure-box2 .mask-content:before {
  height: 100%;
  width: 100%;
}

.about-box-layout3.has-animation.active-animation .figure-box2 .mask-content .number {
  opacity: 1;
  transform: translateY(0);
}

.about-box-layout3.has-animation.active-animation .figure-box2 .mask-content .text {
  opacity: 1;
  transform: translateY(0);
}

.about-wrap-layout4 {
  background-color: transparent;
  padding-top: 100px;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .about-wrap-layout4 {
    padding-top: 90px;
  }
}

@media (max-width: 991px) {
  .about-wrap-layout4 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .about-wrap-layout4 {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  .about-wrap-layout4 {
    padding-top: 60px;
  }
}

.about-box-layout4 {
  margin-bottom: 50px;
}

.about-box-layout4 .figure-wrap {
  position: relative;
}

.about-box-layout4 .figure-wrap img {
  border-radius: 20px;
}

.about-box-layout4 .figure-wrap .main-figure {
  margin-left: 200px;
  text-align: right;
  transition: all 1s ease-in-out;
  transition-delay: 0.3s;
}

@media (max-width: 1199px) {
  .about-box-layout4 .figure-wrap .main-figure {
    margin-left: 50px;
  }
}

@media (max-width: 575px) {
  .about-box-layout4 .figure-wrap .main-figure {
    margin-left: 0;
  }
}

.about-box-layout4 .figure-wrap .sub-figure {
  margin-right: 270px;
  position: absolute;
  top: -30px;
  left: 0;
  transition: all 1s ease-in-out;
  transition-delay: 0.7s;
}

@media (max-width: 1199px) {
  .about-box-layout4 .figure-wrap .sub-figure {
    margin-right: 100px;
  }
}

@media (max-width: 575px) {
  .about-box-layout4 .figure-wrap .sub-figure {
    margin-right: 0;
    position: inherit;
    top: 0;
    margin-top: 15px;
  }
}

.about-box-layout4 .content-box .sub-title {
  font-family: "Raleway", sans-serif;
  color: #930007;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
}

.about-box-layout4 .content-box .title {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .about-box-layout4 .content-box .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about-box-layout4 .content-box .title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .about-box-layout4 .content-box .title {
    font-size: 32px;
  }
}

.about-box-layout4 .content-box .description {
  color: #ffffff;
}

.about-box-layout4.has-animation .figure-wrap .main-figure {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
}

.about-box-layout4.has-animation .figure-wrap .sub-figure {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px) translateX(-100px);
}

.about-box-layout4.has-animation.active-animation .figure-wrap .main-figure {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.about-box-layout4.has-animation.active-animation .figure-wrap .sub-figure {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
}

.about-wrap-layout5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-box-layout5 .figure-box img {
  border-radius: 20px;
}

.about-box-layout5 .content-box .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .about-box-layout5 .content-box .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about-box-layout5 .content-box .title {
    font-size: 30px;
  }
}

.about-box-layout5 .content-box .description {
  color: #ffffff;
}

.about-box-layout5 .content-box .list-info {
  list-style: none;
}

.about-box-layout5 .content-box .list-info li {
  max-width: 480px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.about-box-layout5 .content-box .list-info li:last-child {
  margin-bottom: 0;
}

.about-box-layout5 .content-box .list-info li .icon-box {
  margin-top: 10px;
  margin-right: 15px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-box-layout5 .content-box .list-info li .icon-box path {
  fill: #930007;
}

.about-box-layout5 .content-box .list-info li .info-text {
  flex: 1;
}

.about-box-layout5 .content-box .list-info li .info-text .info-title {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .about-box-layout5 .content-box .list-info li .info-text .info-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .about-box-layout5 .content-box .list-info li .info-text .info-title {
    font-size: 22px;
  }
}

.about-box-layout5 .content-box .list-info li .info-text .info-description {
  color: #ffffff;
  margin-bottom: 0;
}

.about-wrap-layout6 {
  background-color: #F9F8FF;
  padding-top: 120px;
  padding-bottom: 97px;
}

@media (max-width: 1199px) {
  .about-wrap-layout6 {
    padding-top: 105px;
    padding-bottom: 82px;
  }
}

@media (max-width: 991px) {
  .about-wrap-layout6 {
    padding-top: 90px;
    padding-bottom: 67px;
  }
}

@media (max-width: 767px) {
  .about-wrap-layout6 {
    padding-top: 75px;
    padding-bottom: 52px;
  }
}

@media (max-width: 575px) {
  .about-wrap-layout6 {
    padding-top: 60px;
    padding-bottom: 37px;
  }
}

.about-box-layout6 {
  margin-bottom: 5px;
}

.about-box-layout6 .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .about-box-layout6 .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about-box-layout6 .title {
    font-size: 30px;
  }
}

.about-box-layout6 .info-box {
  display: flex;
  flex-wrap: wrap;
}

.about-box-layout6 .info-box .icon-box {
  margin-right: 20px;
  margin-top: 10px;
}

.about-box-layout6 .info-box .icon-box path {
  fill: #930007;
}

.about-box-layout6 .info-box .content-box {
  flex: 1;
}

.about-box-layout6 .info-box .content-box .info-title {
  margin-bottom: 5px;
  font-size: 31px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .about-box-layout6 .info-box .content-box .info-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .about-box-layout6 .info-box .content-box .info-title {
    font-size: 24px;
  }
}

/*========================================================================
6. Blog Sections
=========================================================================*/
.blog-wrap-layout1 {
  padding-top: 122px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .blog-wrap-layout1 {
    padding-top: 107px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .blog-wrap-layout1 {
    padding-top: 92px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-wrap-layout1 {
    padding-top: 77px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .blog-wrap-layout1 {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

.blog-box-layout1 {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ffffff;
}

.blog-box-layout1 .figure-box {
  position: relative;
  overflow: hidden;
}

.blog-box-layout1 .figure-box img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .figure-box.figure-top {
  border-radius: 10px 10px 0 0;
}

.blog-box-layout1 .figure-box.figure-top img {
  border-radius: 10px 10px 0 0;
}

.blog-box-layout1 .figure-box.figure-bottom {
  border-radius: 0 0 10px 10px;
}

.blog-box-layout1 .figure-box.figure-bottom img {
  border-radius: 0 0 10px 10px;
}

.blog-box-layout1 .figure-box .link-wrap {
  display: block;
}

.blog-box-layout1 .figure-box .entry-date-wrap {
  position: absolute;
  right: 0;
  bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .figure-box .entry-date-wrap .entry-date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

.blog-box-layout1 .figure-box .entry-date-wrap .entry-date span {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
}

.blog-box-layout1 .content-box {
  padding: 50px 30px 55px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.blog-box-layout1 .content-box .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.blog-box-layout1 .content-box .entry-meta ul li {
  margin-right: 25px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.blog-box-layout1 .content-box .entry-meta ul li a {
  color: #5A5A5A;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .content-box .entry-meta ul li a i {
  color: #930007;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .content-box .entry-meta ul li a:hover {
  color: #930007;
}

.blog-box-layout1 .content-box .entry-meta ul li a:hover i {
  color: #930007;
}

.blog-box-layout1 .content-box .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-box-layout1 .content-box .entry-title {
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-box-layout1 .content-box .entry-title a {
  color: #041A57;
  display: block;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .content-box .entry-title a:hover {
  color: #930007;
}

.blog-box-layout1 .content-box .entry-description {
  margin-bottom: 10px;
}

.blog-box-layout1:hover .figure-box img {
  transform: scale(1.1);
}

.blog-box-layout1:hover .entry-date-wrap {
  bottom: 50px;
}

.blog-box-layout1.blog-list-layout .content-box .entry-meta ul li {
  font-size: 16px;
}

.blog-box-layout1.blog-list-layout .content-box .entry-title {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .blog-box-layout1.blog-list-layout .content-box .entry-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .blog-box-layout1.blog-list-layout .content-box .entry-title {
    font-size: 26px;
  }
}

.blog-wrap-layout2 {
  padding-top: 122px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .blog-wrap-layout2 {
    padding-top: 107px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .blog-wrap-layout2 {
    padding-top: 92px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-wrap-layout2 {
    padding-top: 77px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .blog-wrap-layout2 {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

.blog-box-layout2 {
  margin-bottom: 90px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .blog-box-layout2 {
    margin-bottom: 30px;
  }
}

.blog-box-layout2 .figure-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .blog-box-layout2 .figure-box {
    border-radius: 10px 10px 0 0;
  }
}

.blog-box-layout2 .figure-box img {
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .blog-box-layout2 .figure-box img {
    border-radius: 10px 10px 0 0;
  }
}

.blog-box-layout2 .figure-box .link-wrap {
  display: block;
}

.blog-box-layout2 .entry-date {
  background-color: #930007;
  padding: 11px 14px;
  position: absolute;
  right: 30px;
  top: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  border-radius: 10px;
}

.blog-box-layout2 .entry-date span {
  font-weight: 400;
  font-size: 16px;
  display: block;
}

.blog-box-layout2 .content-box {
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0 30px;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .blog-box-layout2 .content-box {
    position: inherit;
    margin: 0;
    bottom: 0;
    border-radius: 0 0 10px 10px;
  }
}

.blog-box-layout2 .content-box .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.blog-box-layout2 .content-box .entry-meta ul li {
  margin-right: 25px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.blog-box-layout2 .content-box .entry-meta ul li a {
  color: #5A5A5A;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout2 .content-box .entry-meta ul li a i {
  color: #930007;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout2 .content-box .entry-meta ul li a:hover {
  color: #930007;
}

.blog-box-layout2 .content-box .entry-meta ul li a:hover i {
  color: #930007;
}

.blog-box-layout2 .content-box .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-box-layout2 .content-box .entry-title {
  font-weight: 600;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .blog-box-layout2 .content-box .entry-title {
    font-size: 22px;
  }
}

.blog-box-layout2 .content-box .entry-title a {
  color: #041A57;
  display: block;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout2 .content-box .entry-title a:hover {
  color: #930007;
}

.blog-box-layout2 .content-box .entry-description {
  margin-bottom: 10px;
}

.blog-box-layout2.item-big {
  margin-bottom: 150px;
}

@media (max-width: 575px) {
  .blog-box-layout2.item-big {
    margin-bottom: 30px;
  }
}

.blog-box-layout2.item-big .entry-date {
  padding: 17px 22px;
}

.blog-box-layout2.item-big .content-box {
  bottom: -120px;
}

@media (max-width: 575px) {
  .blog-box-layout2.item-big .content-box {
    bottom: 0;
  }
}

.blog-box-layout2.item-big .content-box .entry-title {
  margin-bottom: 10px;
}

.blog-box-layout2:hover .figure-box {
  position: relative;
}

.blog-box-layout2:hover .figure-box img {
  transform: scale(1.1);
}

.blog-wrap-layout3 {
  padding-top: 119px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .blog-wrap-layout3 {
    padding-top: 104px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .blog-wrap-layout3 {
    padding-top: 89px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-wrap-layout3 {
    padding-top: 74px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .blog-wrap-layout3 {
    padding-top: 59px;
    padding-bottom: 40px;
  }
}

.blog-box-layout3 {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.blog-box-layout3 .figure-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog-box-layout3 .figure-box img {
  border-radius: 10px 10px 0 0;
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

.blog-box-layout3 .figure-box .link-wrap {
  display: block;
}

.blog-box-layout3 .figure-box .entry-date-wrap {
  position: absolute;
  left: 30px;
  top: 30px;
}

.blog-box-layout3 .figure-box .entry-date-wrap svg {
  fill: #930007;
  stroke: #930007;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout3 .figure-box .entry-date-wrap .entry-date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout3 .figure-box .entry-date-wrap .entry-date span {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
}

.blog-box-layout3 .content-box {
  padding: 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.blog-box-layout3 .content-box .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.blog-box-layout3 .content-box .entry-meta ul li {
  margin-right: 25px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.blog-box-layout3 .content-box .entry-meta ul li a {
  color: #5A5A5A;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout3 .content-box .entry-meta ul li a i {
  color: #930007;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout3 .content-box .entry-meta ul li a:hover {
  color: #930007;
}

.blog-box-layout3 .content-box .entry-meta ul li a:hover i {
  color: #930007;
}

.blog-box-layout3 .content-box .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-box-layout3 .content-box .entry-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-box-layout3 .content-box .entry-title a {
  color: #041A57;
  display: block;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout3 .content-box .entry-title a:hover {
  color: #930007;
}

.blog-box-layout3 .content-box .entry-description {
  margin-bottom: 10px;
}

.blog-box-layout3:hover .figure-box img {
  filter: grayscale(100%);
  transform: scale(1.2);
}

.blog-box-layout3:hover .figure-box .entry-date-wrap svg {
  fill: transparent;
  stroke: #ffffff;
}

.blog-box-layout3:hover .figure-box .entry-date-wrap .entry-date {
  color: #ffffff;
}

.blog-grid-wrap {
  padding-top: 130px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .blog-grid-wrap {
    padding-top: 115px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .blog-grid-wrap {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-grid-wrap {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .blog-grid-wrap {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.blog-single-wrap {
  padding-top: 130px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .blog-single-wrap {
    padding-top: 115px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .blog-single-wrap {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-single-wrap {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .blog-single-wrap {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.blog-single-box {
  margin-bottom: 30px;
}

.blog-single-box .figure-box {
  margin-bottom: 30px;
}

.blog-single-box .figure-box img {
  border-radius: 10px;
}

.blog-single-box .content-box .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.blog-single-box .content-box .entry-meta ul li {
  margin-right: 25px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.blog-single-box .content-box .entry-meta ul li a {
  color: #5A5A5A;
  transition: all 0.3s ease-in-out;
}

.blog-single-box .content-box .entry-meta ul li a i {
  color: #930007;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}

.blog-single-box .content-box .entry-meta ul li a:hover {
  color: #930007;
}

.blog-single-box .content-box .entry-meta ul li a:hover i {
  color: #930007;
}

.blog-single-box .content-box .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-single-box .content-box .entry-title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .blog-single-box .content-box .entry-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .blog-single-box .content-box .entry-title {
    font-size: 26px;
  }
}

.blog-single-box .content-box blockquote {
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  padding: 48px 30px 48px 170px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: #041A57;
  font-weight: 600;
}

@media (max-width: 575px) {
  .blog-single-box .content-box blockquote {
    padding: 30px 20px 30px 90px;
    font-size: 18px;
  }
}

.blog-single-box .content-box blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: #ebebeb;
  background-color: #930007;
  font-size: 50px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .blog-single-box .content-box blockquote:before {
    font-size: 26px;
    height: 60px;
    width: 60px;
    left: 15px;
  }
}

.blog-single-box .content-box .blog-tag {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-single-box .content-box .blog-tag ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .blog-single-box .content-box .blog-tag ul {
    display: block;
  }
}

.blog-single-box .content-box .blog-tag ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social-title {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social {
  list-style: none;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social li:last-child {
  margin-right: 0;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social li a {
  border-radius: 50%;
  font-size: 12px;
  color: #BABBBC;
  border: 1px solid #B1B1B1;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social li a:hover {
  color: #ffffff;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social li .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social li .twitter:hover {
  background-color: #00acee;
  border-color: #00acee;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social li .linkedin:hover {
  background-color: #0077B5;
  border-color: #0077B5;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social li .instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}

.blog-single-box .content-box .blog-tag ul li.social-wrap .social li .pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c;
}

.blog-single-box .content-box .blog-tag ul li.tag-wrap .tag-title {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.blog-single-box .content-box .blog-tag ul li.tag-wrap .item-tag a {
  border-radius: 5px;
  color: #041A57;
  background-color: #F6F6F6;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-right: 5px;
  font-weight: 500;
  display: inline-block;
  padding: 3px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.blog-single-box .content-box .blog-tag ul li.tag-wrap .item-tag a:hover {
  background-color: #930007;
  color: #ffffff;
}

.blog-single-box .content-box .blog-tag ul li.tag-wrap .item-tag a:last-child {
  margin-right: 0;
}

.blog-single-box .content-box .blog-author {
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: #F6F6F6;
  padding: 30px 40px 30px 30px;
  display: flex;
}

@media (max-width: 575px) {
  .blog-single-box .content-box .blog-author {
    display: block;
  }
}

.blog-single-box .content-box .blog-author .author-figure-box {
  margin-right: 20px;
}

@media (max-width: 575px) {
  .blog-single-box .content-box .blog-author .author-figure-box {
    margin-bottom: 20px;
  }
}

.blog-single-box .content-box .blog-author .author-figure-box img {
  border-radius: 50%;
}

.blog-single-box .content-box .blog-author .author-content-box {
  flex: 1;
}

.blog-single-box .content-box .blog-author .author-content-box .author-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}

.blog-single-box .content-box .blog-author .author-content-box .author-description {
  margin-bottom: 0;
}

.blog-single-box .content-box .blog-comments {
  margin-bottom: 50px;
}

.blog-single-box .content-box .blog-comments ul {
  list-style: none;
}

.blog-single-box .content-box .blog-comments ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .blog-single-box .content-box .blog-comments ul li {
    display: block;
  }
}

.blog-single-box .content-box .blog-comments ul li:last-child {
  margin-bottom: 0;
}

.blog-single-box .content-box .blog-comments ul li .comments-figure-box {
  margin-right: 15px;
  margin-top: 3px;
}

@media (max-width: 575px) {
  .blog-single-box .content-box .blog-comments ul li .comments-figure-box {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.blog-single-box .content-box .blog-comments ul li .comments-figure-box img {
  border-radius: 50%;
}

.blog-single-box .content-box .blog-comments ul li .comments-content-box {
  flex: 1;
}

.blog-single-box .content-box .blog-comments ul li .comments-content-box .comment-title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}

.blog-single-box .content-box .blog-comments ul li .comments-content-box .comment-description {
  margin-bottom: 5px;
}

.blog-single-box .content-box .blog-comments ul li .comments-content-box .reply-btn {
  font-weight: 600;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #041A57;
  transition: all 0.3s ease-in-out;
}

.blog-single-box .content-box .blog-comments ul li .comments-content-box .reply-btn:hover {
  color: #930007;
}

.blog-single-box .content-box .blog-comments ul li:nth-child(even) {
  padding-left: 100px;
}

@media (max-width: 575px) {
  .blog-single-box .content-box .blog-comments ul li:nth-child(even) {
    padding-left: 50px;
  }
}

.blog-single-box .content-box .leave-comment {
  background-color: #ffffff;
}

.blog-single-box .content-box .leave-comment .leave-form-box .form-group {
  margin-bottom: 20px;
}

.blog-single-box .content-box .leave-comment .leave-form-box .form-group:last-child {
  margin-bottom: 0;
}

.blog-single-box .content-box .leave-comment .leave-form-box .form-group .form-control {
  color: #000000;
  font-size: 16px;
  padding: 15px 20px;
  border: 1px solid #C3C1C1;
  background-color: transparent;
  border-radius: 5px;
}

.blog-single-box .content-box .leave-comment .leave-form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.blog-single-box .content-box .leave-comment .leave-form-box .form-group input {
  height: 60px;
}

.blog-single-box .content-box .leave-comment .leave-form-box input.form-control::-webkit-input-placeholder,
.blog-single-box .content-box .leave-comment .leave-form-box textarea.form-control::-webkit-input-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}

.blog-single-box .content-box .leave-comment .leave-form-box input.form-control::-moz-placeholder,
.blog-single-box .content-box .leave-comment .leave-form-box textarea.form-control::-moz-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}

.blog-single-box .content-box .leave-comment .leave-form-box input.form-control:-moz-placeholder,
.blog-single-box .content-box .leave-comment .leave-form-box textarea.form-control:-moz-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}

.blog-single-box .content-box .leave-comment .leave-form-box input.form-control:-ms-input-placeholder,
.blog-single-box .content-box .leave-comment .leave-form-box textarea.form-control:-ms-input-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}

/*========================================================================
7. Brand Sections
=========================================================================*/
.brand-wrap-layout1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .brand-wrap-layout1 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}

@media (max-width: 991px) {
  .brand-wrap-layout1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .brand-wrap-layout1 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  .brand-wrap-layout1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.brand-wrap-layout1:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(42, 7, 249, 0.75);
}

.brand-box-layout1 {
  margin-bottom: 60px;
  text-align: center;
  padding: 0 15px;
}

.brand-wrap-layout2 {
  border-bottom: 1px solid #3f3f3f;
  padding-top: 80px;
  padding-bottom: 40px;
}

.brand-box-layout2 {
  margin-bottom: 30px;
  text-align: center;
}

.brand-wrap-layout3 {
  background-color: transparent;
  padding-top: 92px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .brand-wrap-layout3 {
    padding-top: 77px;
  }
}

@media (max-width: 991px) {
  .brand-wrap-layout3 {
    padding-top: 62px;
  }
}

@media (max-width: 767px) {
  .brand-wrap-layout3 {
    padding-top: 47px;
  }
}

@media (max-width: 575px) {
  .brand-wrap-layout3 {
    padding-top: 32px;
  }
}

.brand-wrap-layout3 .inner-wrap {
  border: 1px solid #535371;
  border-radius: 20px;
  padding: 50px 50px 20px;
}

.brand-box-layout3 {
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.brand-wrap-layout4 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 1199px) {
  .brand-wrap-layout4 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}

@media (max-width: 991px) {
  .brand-wrap-layout4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .brand-wrap-layout4 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  .brand-wrap-layout4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.brand-box-layout4 {
  margin-bottom: 60px;
  text-align: center;
  padding: 0 15px;
}

.brand-box-layout4 img {
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}

.brand-box-layout4:hover img {
  filter: grayscale(0);
}

/*========================================================================
8. Call To Action Sections
=========================================================================*/
.call-to-action-wrap-layout1 {
  background-attachment: fixed;
  padding-top: 94px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .call-to-action-wrap-layout1 {
    font-size: 34px;
    padding-top: 84px;
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .call-to-action-wrap-layout1 {
    font-size: 32px;
    padding-top: 74px;
    padding-bottom: 80px;
  }
}

.call-to-action-wrap-layout1:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(42, 7, 249, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}

.call-to-action-box-layout1 {
  position: relative;
  z-index: 2;
  text-align: center;
}

.call-to-action-box-layout1 .sub-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.call-to-action-box-layout1 .title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .call-to-action-box-layout1 .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .call-to-action-box-layout1 .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .call-to-action-box-layout1 .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .call-to-action-box-layout1 .title {
    font-size: 30px;
  }
}

/*========================================================================
9. Contact Sections
=========================================================================*/
.contact-wrap-layout1 {
  background-color: transparent;
  padding-top: 130px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .contact-wrap-layout1 {
    padding-top: 115px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .contact-wrap-layout1 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .contact-wrap-layout1 {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .contact-wrap-layout1 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.contact-box-layout1 .figure-box {
  margin-bottom: 30px;
}

.contact-box-layout1 .figure-box img {
  border-radius: 20px;
}

.contact-box-layout1 .content-box ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-box-layout1 .content-box ul li {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  margin-bottom: 15px;
}

.contact-box-layout1 .content-box ul li:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 3px;
  background-color: #930007;
  top: 5px;
  left: 0;
}

.contact-box-layout1 .content-box ul li .address-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-box-layout1 .content-box ul li .address-description {
  color: #ffffff;
  margin-bottom: 5px;
}

.contact-box-layout1 .form-area {
  margin-bottom: 30px;
  padding: 40px 50px;
  background-color: #17102C;
  border-radius: 20px;
}

.contact-box-layout1 .sub-title {
  color: #930007;
  font-weight: 600;
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  margin-bottom: 0;
}

.contact-box-layout1 .title {
  max-width: 400px;
  width: 100%;
  line-height: 1.4;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .contact-box-layout1 .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .contact-box-layout1 .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .contact-box-layout1 .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .contact-box-layout1 .title {
    font-size: 30px;
  }
}

.contact-box-layout1 form .form-group {
  margin-bottom: 20px;
}

.contact-box-layout1 form .form-control {
  border: 0;
  border-bottom: 1px solid #535371;
  background-color: transparent;
  border-radius: 0;
  color: #ffffff;
}

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

.contact-box-layout1 form input {
  height: 45px;
  padding: 5px 0;
}

.contact-box-layout1 form textarea {
  padding: 10px 0;
}

.contact-box-layout1 input.form-control::-webkit-input-placeholder,
.contact-box-layout1 textarea.form-control::-webkit-input-placeholder {
  color: #9393ac;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}

.contact-box-layout1 input.form-control::-moz-placeholder,
.contact-box-layout1 textarea.form-control::-moz-placeholder {
  color: #9393ac;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}

.contact-box-layout1 input.form-control:-moz-placeholder,
.contact-box-layout1 textarea.form-control:-moz-placeholder {
  color: #9393ac;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}

.contact-box-layout1 input.form-control:-ms-input-placeholder,
.contact-box-layout1 textarea.form-control:-ms-input-placeholder {
  color: #9393ac;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}

.contact-wrap-layout2 {
  padding-top: 130px;
  padding-bottom: 106px;
}

@media (max-width: 1199px) {
  .contact-wrap-layout2 {
    padding-top: 115px;
    padding-bottom: 91px;
  }
}

@media (max-width: 991px) {
  .contact-wrap-layout2 {
    padding-top: 100px;
    padding-bottom: 76px;
  }
}

@media (max-width: 767px) {
  .contact-wrap-layout2 {
    padding-top: 85px;
    padding-bottom: 61px;
  }
}

@media (max-width: 575px) {
  .contact-wrap-layout2 {
    padding-top: 70px;
    padding-bottom: 46px;
  }
}

.contact-box-layout2 {
  margin-bottom: 24px;
}

.contact-box-layout2 .content-box {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 80px 50px 76px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .contact-box-layout2 .content-box {
    padding: 70px 40px 75px;
  }
}

@media (max-width: 767px) {
  .contact-box-layout2 .content-box {
    padding: 60px 30px 65px;
  }
}

.contact-box-layout2 .content-box .sub-title {
  color: #930007;
  font-size: 20px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.contact-box-layout2 .content-box .title {
  font-weight: 600;
  font-size: 40px;
}

@media (max-width: 1199px) {
  .contact-box-layout2 .content-box .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .contact-box-layout2 .content-box .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .contact-box-layout2 .content-box .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .contact-box-layout2 .content-box .title {
    font-size: 30px;
  }
}

.contact-box-layout2 .content-box .social {
  list-style: none;
}

.contact-box-layout2 .content-box .social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.contact-box-layout2 .content-box .social li:last-child {
  margin-right: 0;
}

.contact-box-layout2 .content-box .social li a {
  border-radius: 50%;
  color: #BABBBC;
  border: 1px solid #B1B1B1;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.contact-box-layout2 .content-box .social li a:hover {
  color: #ffffff;
}

.contact-box-layout2 .content-box .social li .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.contact-box-layout2 .content-box .social li .twitter:hover {
  background-color: #00acee;
  border-color: #00acee;
}

.contact-box-layout2 .content-box .social li .linkedin:hover {
  background-color: #0077B5;
  border-color: #0077B5;
}

.contact-box-layout2 .content-box .social li .instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}

.contact-box-layout2 .content-box .social li .pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c;
}

.contact-box-layout2 .contact-form {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .contact-box-layout2 .contact-form {
    padding: 30px;
  }
}

.contact-box-layout2 .contact-form .form-group {
  margin-bottom: 24px;
}

.contact-box-layout2 .contact-form .form-group input {
  height: 60px;
  padding: 5px 20px;
}

.contact-box-layout2 .contact-form .form-group textarea {
  padding: 20px;
}

.contact-box-layout2 .contact-form .form-group .form-control {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
}

.contact-box-layout2 .contact-form .form-group .form-control:focus {
  box-shadow: none;
}

.contact-box-layout2 .contact-form input.form-control::-webkit-input-placeholder,
.contact-box-layout2 .contact-form textarea.form-control::-webkit-input-placeholder {
  color: #5A5A5A;
}

.contact-box-layout2 .contact-form input.form-control::-moz-placeholder,
.contact-box-layout2 .contact-form textarea.form-control::-moz-placeholder {
  color: #5A5A5A;
}

.contact-box-layout2 .contact-form input.form-control:-moz-placeholder,
.contact-box-layout2 .contact-form textarea.form-control:-moz-placeholder {
  color: #5A5A5A;
}

.contact-box-layout2 .contact-form input.form-control:-ms-input-placeholder,
.contact-box-layout2 .contact-form textarea.form-control:-ms-input-placeholder {
  color: #5A5A5A;
}

.contact-box-layout2 .address-box {
  padding: 65px 25px;
  text-align: center;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .contact-box-layout2 .address-box {
    padding: 55px 20px;
  }
}

@media (max-width: 767px) {
  .contact-box-layout2 .address-box {
    padding: 45px 15px;
  }
}

.contact-box-layout2 .address-box .icon-box {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .contact-box-layout2 .address-box .icon-box {
    transform: scale(0.8);
  }
}

@media (max-width: 767px) {
  .contact-box-layout2 .address-box .icon-box {
    transform: scale(0.7);
  }
}

.contact-box-layout2 .address-box .title {
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .contact-box-layout2 .address-box .title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .contact-box-layout2 .address-box .title {
    font-size: 22px;
  }
}

.contact-box-layout2 .address-box .address-details {
  list-style: none;
}

.contact-box-layout2 .address-box .address-details li {
  margin-bottom: 3px;
}

.contact-box-layout2 .address-box .address-details li:last-child {
  margin-bottom: 0;
}

.contact-box-layout2 .address-box.color-one {
  background-color: #F3F5FD;
}

.contact-box-layout2 .address-box.color-one .icon-box path {
  fill: #930007;
}

.contact-box-layout2 .address-box.color-two {
  background-color: #FFF0F2;
}

.contact-box-layout2 .address-box.color-two .icon-box path {
  fill: #930007;
}

.contact-box-layout2 .address-box.color-three {
  background-color: #F5F4E8;
}

.contact-box-layout2 .address-box.color-three .icon-box path {
  fill: #E7AC15;
}

/*========================================================================
10. Countdown Sections
=========================================================================*/
.countdown-wrap-layout1 {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 1300px;*/
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .countdown-wrap-layout1 {
    margin-left: 0;
  }
}

.countdown-wrap-layout1 .countdown-inner-wrap {
  position: inherit;
  left: 0;
  right: 0;
  bottom: 20px;
  background-color: #930007;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .countdown-wrap-layout1 .countdown-inner-wrap {
    position: inherit;
    border-radius: 0;
    bottom: 0;
  }
}

.countdown-wrap-layout1 .countdown-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  /*max-width: 1300px;*/
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  /*padding-left: 62px;*/
}

@media (max-width: 991px) {
  .countdown-wrap-layout1 .countdown-container {
    display: block;
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .countdown-wrap-layout1 .countdown-container .countdown-heading {
    margin-bottom: 30px;
  }
}

.countdown-wrap-layout1 .countdown-container .sub-title {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 20px;
}

.countdown-wrap-layout1 .countdown-container .title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}

.countdown-wrap-layout1 .countdown-section {
  display: inline-block;
  min-width: 150px;
  position: relative;
  z-index: 1;
}

.countdown-wrap-layout1 .countdown-section:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 55px;
  width: 1px;
  background-color: #8574ED;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(9deg);
}

@media (max-width: 479px) {
  .countdown-wrap-layout1 .countdown-section:before {
    display: none;
  }
}

.countdown-wrap-layout1 .countdown-section:last-child:before {
  display: none;
}

@media (max-width: 1400px) {
  .countdown-wrap-layout1 .countdown-section {
    min-width: 120px;
  }
}

@media (max-width: 991px) {
  .countdown-wrap-layout1 .countdown-section {
    min-width: 105px;
  }
}

@media (max-width: 767px) {
  .countdown-wrap-layout1 .countdown-section {
    min-width: 95px;
  }
}

@media (max-width: 575px) {
  .countdown-wrap-layout1 .countdown-section {
    min-width: 80px;
  }
}

@media (max-width: 479px) {
  .countdown-wrap-layout1 .countdown-section {
    min-width: 65px;
  }
}

.countdown-wrap-layout1 .countdown-section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.countdown-wrap-layout1 .countdown-section .countdown-number {
  text-align: center;
  font-size: 48px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

@media (max-width: 991px) {
  .countdown-wrap-layout1 .countdown-section .countdown-number {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .countdown-wrap-layout1 .countdown-section .countdown-number {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .countdown-wrap-layout1 .countdown-section .countdown-number {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .countdown-wrap-layout1 .countdown-section .countdown-number {
    font-size: 24px;
  }
}

.countdown-wrap-layout1 .countdown-section .countdown-unit {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .countdown-wrap-layout1 .countdown-section .countdown-unit {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .countdown-wrap-layout1 .countdown-section .countdown-unit {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .countdown-wrap-layout1 .countdown-section .countdown-unit {
    font-size: 16px;
  }
}

.countdown-wrap-layout2 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .countdown-wrap-layout2 {
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  .countdown-wrap-layout2 {
    padding-bottom: 70px;
  }
}

.countdown-wrap-layout2:before {
  content: "";
  height: 50%;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.countdown-wrap-layout2:after {
  content: "";
  height: 50%;
  width: 100%;
  background-color: #F5F5F5;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

@media (max-width: 767px) {
  .countdown-wrap-layout2:after {
    background-color: #ffffff;
  }
}

.countdown-wrap-layout2 .countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.countdown-wrap-layout2 .countdown-section {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 47px 5px rgba(0, 0, 0, 0.05);
  margin: 5px 10px;
}

@media (max-width: 1199px) {
  .countdown-wrap-layout2 .countdown-section {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 991px) {
  .countdown-wrap-layout2 .countdown-section {
    width: 100px;
    height: 100px;
    margin: 5px;
  }
}

.countdown-wrap-layout2 .countdown-section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.countdown-wrap-layout2 .countdown-section .countdown-number {
  text-align: center;
  font-size: 48px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #930007;
}

@media (max-width: 1199px) {
  .countdown-wrap-layout2 .countdown-section .countdown-number {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .countdown-wrap-layout2 .countdown-section .countdown-number {
    font-size: 26px;
  }
}

.countdown-wrap-layout2 .countdown-section .countdown-unit {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #930007;
  text-align: center;
}

@media (max-width: 1199px) {
  .countdown-wrap-layout2 .countdown-section .countdown-unit {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .countdown-wrap-layout2 .countdown-section .countdown-unit {
    font-size: 15px;
  }
}

.countdown-wrap-layout3 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
  background-color: transparent;
}

@media (max-width: 1199px) {
  .countdown-wrap-layout3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .countdown-wrap-layout3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .countdown-wrap-layout3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .countdown-wrap-layout3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.countdown-wrap-layout3 .content-box {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .countdown-wrap-layout3 .content-box {
    margin-bottom: 30px;
    height: auto;
    text-align: center;
  }
}

.countdown-wrap-layout3 .sub-title {
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  color: #930007;
}

.countdown-wrap-layout3 .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}

.countdown-wrap-layout3 .countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.countdown-wrap-layout3 .countdown-section {
  width: 130px;
  height: 130px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #686474;
  margin: 5px 10px;
}

.countdown-wrap-layout3 .countdown-section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.countdown-wrap-layout3 .countdown-section .countdown-number {
  text-align: center;
  font-size: 40px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

@media (max-width: 991px) {
  .countdown-wrap-layout3 .countdown-section .countdown-number {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .countdown-wrap-layout3 .countdown-section .countdown-number {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .countdown-wrap-layout3 .countdown-section .countdown-number {
    font-size: 32px;
  }
}

.countdown-wrap-layout3 .countdown-section .countdown-unit {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 767px) {
  .countdown-wrap-layout3 .countdown-section .countdown-unit {
    font-size: 18px;
  }
}

/*========================================================================
11. Event Sections
=========================================================================*/
.event-wrap-layout1 {
  background-color: #ffffff;
  padding-top: 119px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .event-wrap-layout1 {
    padding-top: 104px;
  }
}

@media (max-width: 991px) {
  .event-wrap-layout1 {
    padding-top: 89px;
  }
}

@media (max-width: 767px) {
  .event-wrap-layout1 {
    padding-top: 74px;
  }
}

@media (max-width: 575px) {
  .event-wrap-layout1 {
    padding-top: 59px;
  }
}

.event-wrap-layout1 .swiper-wrapper {
  padding-bottom: 35px;
}

.event-wrap-layout1 .swiper-pagination {
  bottom: 0;
  line-height: 1;
}

.event-wrap-layout1 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  border-radius: 45px;
  background: #DBD8D8;
  transition: all 0.3s ease-in-out;
}

.event-wrap-layout1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #930007;
}

.event-box-layout1 {
  position: relative;
  margin-bottom: 75px;
}

.event-box-layout1 .figure-box {
  overflow: hidden;
}

.event-box-layout1 .figure-box img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.event-box-layout1 .content-box {
  background-color: #ffffff;
  border-radius: 10px 0 0;
  padding: 45px 30px 35px;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  max-width: 360px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -45px;
  right: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

.event-box-layout1 .content-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #930007;
  opacity: 0;
  border-radius: 45px 0 0;
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .event-box-layout1 .content-box {
    padding: 35px 15px 25px;
  }
}

.event-box-layout1 .content-box .sub-title {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  transition: all 0.3s ease-in-out;
}

.event-box-layout1 .content-box .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
}

.event-box-layout1 .content-box .title a {
  color: #041A57;
  transition: all 0.3s ease-in-out;
}

.event-box-layout1 .content-box .btn-icon {
  margin-bottom: 10px;
  background-color: #E9E9E9;
  border: 1px solid;
  border-color: #E9E9E9;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.event-box-layout1 .content-box .btn-icon svg {
  fill: #041A57;
  transition: all 0.3s ease-in-out;
}

.event-box-layout1:hover .figure-box img {
  transform: scale(1.2);
}

.event-box-layout1:hover .content-box:before {
  -webkit-animation: full_bg 0.3s forwards;
          animation: full_bg 0.3s forwards;
}

.event-box-layout1:hover .content-box .sub-title {
  color: #F2F2F2;
}

.event-box-layout1:hover .content-box .title a {
  color: #ffffff;
}

.event-box-layout1:hover .content-box .title a:hover {
  color: #930007;
}

.event-box-layout1:hover .content-box .btn-icon {
  background-color: transparent;
}

.event-box-layout1:hover .content-box .btn-icon svg {
  fill: #ffffff;
}

.event-box-layout1:hover .content-box .btn-icon:hover {
  background-color: #930007;
  border-color: #930007;
}

@-webkit-keyframes full_bg {
  to {
    border-radius: 10px 0 0;
    opacity: 1;
    height: 100%;
    width: 100%;
  }
}

@keyframes full_bg {
  to {
    border-radius: 10px 0 0;
    opacity: 1;
    height: 100%;
    width: 100%;
  }
}

.event-wrap-layout2 {
  background-color: transparent;
  padding-top: 122px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .event-wrap-layout2 {
    padding-top: 107px;
  }
}

@media (max-width: 991px) {
  .event-wrap-layout2 {
    padding-top: 92px;
  }
}

@media (max-width: 767px) {
  .event-wrap-layout2 {
    padding-top: 77px;
  }
}

@media (max-width: 575px) {
  .event-wrap-layout2 {
    padding-top: 62px;
  }
}

.event-box-layout2 {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.event-box-layout2 .figure-box {
  overflow: hidden;
  position: relative;
}

.event-box-layout2 .figure-box:before {
  opacity: 1;
  background: linear-gradient(transparent, #091631);
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.event-box-layout2 .figure-box:after {
  opacity: 0;
  background: linear-gradient(#0D24FB, #FF0321);
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.event-box-layout2 .figure-box img {
  border-radius: 20px;
}

.event-box-layout2 .figure-box .share-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.event-box-layout2 .figure-box .share-icon a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #930007;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.event-box-layout2 .figure-box .share-icon a svg {
  stroke: #ffffff;
  transition: all 0.3s ease-in-out;
}

.event-box-layout2 .figure-box .share-icon a:hover {
  background-color: #ffffff;
}

.event-box-layout2 .figure-box .share-icon a:hover svg {
  stroke: #930007;
}

.event-box-layout2 .content-box {
  padding-right: 15px;
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: -45px;
  transition: all 0.3s ease-in-out;
}

.event-box-layout2 .content-box .price {
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 2px;
}

.event-box-layout2 .content-box .title {
  font-weight: 600;
  margin-bottom: 5px;
}

.event-box-layout2 .content-box .title a {
  color: #ffffff;
}

.event-box-layout2 .content-box .location-info {
  margin-bottom: 10px;
}

.event-box-layout2 .content-box .location-info ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.event-box-layout2 .content-box .location-info ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: 20px;
}

.event-box-layout2 .content-box .location-info ul li:last-child {
  margin-bottom: 0;
}

.event-box-layout2 .content-box .location-info ul li .icon-box {
  margin-top: 2px;
  line-height: 1;
  margin-right: 10px;
}

.event-box-layout2 .content-box .location-info ul li .icon-box svg {
  fill: #ffffff;
}

.event-box-layout2 .content-box .location-info ul li .info-text {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}

.event-box-layout2 .content-box .item-btn {
  opacity: 0;
}

.event-box-layout2:hover .figure-box:before {
  opacity: 0;
}

.event-box-layout2:hover .figure-box:after {
  opacity: 0.75;
}

.event-box-layout2:hover .figure-box .share-icon {
  opacity: 1;
}

.event-box-layout2:hover .content-box {
  bottom: 30px;
}

.event-box-layout2:hover .content-box .item-btn {
  opacity: 1;
}

.event-single-wrap {
  padding-top: 130px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .event-single-wrap {
    padding-top: 115px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .event-single-wrap {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .event-single-wrap {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .event-single-wrap {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.event-single-box {
  margin-bottom: 30px;
}

.event-single-box .figure-box {
  margin-bottom: 30px;
}

.event-single-box .figure-box img {
  border-radius: 20px;
}

.event-single-box .content-box .sub-title {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #930007;
  margin-bottom: 3px;
}

.event-single-box .content-box .title {
  font-weight: 600;
  margin-bottom: 15px;
}

.event-single-box .content-box .description {
  margin-bottom: 40px;
}

.event-single-box .content-box .list-item {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.event-single-box .content-box .list-item li {
  width: 50%;
  display: flex;
  margin-bottom: 20px;
}

.event-single-box .content-box .list-item li .icon-box {
  margin-right: 10px;
}

.event-single-box .content-box .list-item li:nth-child(odd) {
  padding-right: 15px;
}

.event-single-box .content-box .list-item li:nth-child(even) {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .event-single-box .content-box .list-item li {
    width: 100%;
  }
  .event-single-box .content-box .list-item li:nth-child(odd) {
    padding-right: 0;
  }
  .event-single-box .content-box .list-item li:nth-child(even) {
    padding-left: 0;
  }
}

.event-single-box .content-box .event-speaker {
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 25px;
}

.event-single-box .content-box .event-speaker .speaker-figure-box {
  height: 100%;
}

@media (max-width: 991px) {
  .event-single-box .content-box .event-speaker .speaker-figure-box {
    margin-bottom: 30px;
    height: auto;
  }
}

.event-single-box .content-box .event-speaker .speaker-figure-box img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.event-single-box .content-box .event-speaker .speaker-content-box {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
  border-radius: 25px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .event-single-box .content-box .event-speaker .speaker-content-box {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.event-single-box .content-box .event-speaker .speaker-content-box .speaker-title {
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .event-single-box .content-box .event-speaker .speaker-content-box .speaker-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .event-single-box .content-box .event-speaker .speaker-content-box .speaker-title {
    font-size: 24px;
  }
}

.event-single-box .content-box .event-speaker .speaker-content-box .speaker-sub-title {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #5A5A5A;
}

@media (max-width: 991px) {
  .event-single-box .content-box .event-speaker .speaker-content-box .speaker-sub-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .event-single-box .content-box .event-speaker .speaker-content-box .speaker-sub-title {
    font-size: 16px;
  }
}

.event-single-box .content-box .event-speaker .speaker-content-box .social {
  margin-top: 30px;
  list-style: none;
}

.event-single-box .content-box .event-speaker .speaker-content-box .social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.event-single-box .content-box .event-speaker .speaker-content-box .social li:last-child {
  margin-right: 0;
}

.event-single-box .content-box .event-speaker .speaker-content-box .social li a {
  border-radius: 50%;
  color: #BABBBC;
  border: 1px solid #B1B1B1;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.event-single-box .content-box .event-speaker .speaker-content-box .social li a:hover {
  color: #ffffff;
}

.event-single-box .content-box .event-speaker .speaker-content-box .social li .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.event-single-box .content-box .event-speaker .speaker-content-box .social li .twitter:hover {
  background-color: #00acee;
  border-color: #00acee;
}

.event-single-box .content-box .event-speaker .speaker-content-box .social li .linkedin:hover {
  background-color: #0077B5;
  border-color: #0077B5;
}

.event-single-box .content-box .event-speaker .speaker-content-box .social li .instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}

.event-single-box .content-box .event-speaker .speaker-content-box .social li .pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c;
}

/*========================================================================
12. Facility Sections
=========================================================================*/
.facility-wrap-layout1 {
  background-color: #F9FAFC;
  position: relative;
  z-index: 0;
  padding-top: 122px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .facility-wrap-layout1 {
    padding-top: 107px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .facility-wrap-layout1 {
    padding-top: 92px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .facility-wrap-layout1 {
    padding-top: 77px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .facility-wrap-layout1 {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

.facility-wrap-layout1.has-animation .animated-shap svg {
  position: absolute;
  z-index: -1;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
}

.facility-wrap-layout1.has-animation .animated-shap .dashed1 {
  stroke-dashoffset: 2010;
  stroke-dasharray: 2010;
}

.facility-wrap-layout1.has-animation .animated-shap .dashed2 {
  stroke-dasharray: 4;
}

.facility-wrap-layout1.has-animation .animated-shap .end-point {
  position: absolute;
  right: calc((100% - 1770px) / 2);
  bottom: 160px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px) translateY(-30px);
  transition: all 0.3s ease-in-out;
  transition-delay: 2s;
}

@media (max-width: 1800px) {
  .facility-wrap-layout1.has-animation .animated-shap {
    display: none;
  }
}

@-webkit-keyframes dash_animation {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash_animation {
  to {
    stroke-dashoffset: 0;
  }
}

.facility-wrap-layout1.has-animation.active-animation .animated-shap .dashed1 {
  -webkit-animation: dash_animation 1s linear forwards;
          animation: dash_animation 1s linear forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.facility-wrap-layout1.has-animation.active-animation .animated-shap .end-point {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(0);
}

.facility-box-layout1 {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px 30px 55px;
  text-align: center;
  margin-bottom: 30px;
}

.facility-box-layout1 .icon-box {
  margin-bottom: 15px;
}

.facility-box-layout1 .icon-box path {
  fill: #930007;
}

.facility-box-layout1 .title {
  font-weight: 600;
  margin-bottom: 15px;
}

/*========================================================================
13. Faq Sections
=========================================================================*/
.faq-wrap {
  padding-top: 122px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .faq-wrap {
    padding-top: 107px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .faq-wrap {
    padding-top: 92px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .faq-wrap {
    padding-top: 77px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .faq-wrap {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

.faq-box .section-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .faq-box .section-title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .faq-box .section-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .faq-box .section-title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .faq-box .section-title {
    font-size: 24px;
  }
}

.faq-box .panel {
  margin-bottom: 20px;
}

.faq-box .panel-heading .accordion-button {
  padding: 20px 65px 20px 30px;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #041A57;
  border: 1px solid;
  border-color: #C7C5C5;
  box-shadow: none;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.faq-box .panel-heading .accordion-button:after {
  display: none;
}

.faq-box .panel-heading .accordion-button:before {
  content: url(https://www.radiustheme.com/demo/html/image/elements/plus-icon-color.svg);
  position: absolute;
  right: 30px;
  top: 24px;
  line-height: 1;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.faq-box .panel-heading .accordion-button:not(.collapsed) {
  background-color: #930007;
  box-shadow: none;
  border-color: #930007;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}

.faq-box .panel-heading .accordion-button:not(.collapsed):before {
  content: url(https://www.radiustheme.com/demo/html/image/elements/minus-icon-light.svg);
}

.faq-box .panel-body {
  padding: 20px 30px;
  border: 1px solid;
  border-top: 0;
  border-color: #C7C5C5;
  border-radius: 0 0 10px 10px;
}

.faq-box .panel-body p {
  margin-bottom: 0;
}

/*========================================================================
14. Footer Sections
=========================================================================*/
.footer1.footer-top {
  padding: 100px 0 70px;
  background-color: #0E1C41;
}

@media (max-width: 991px) {
  .footer1.footer-top {
    padding: 90px 0 60px;
  }
}

@media (max-width: 767px) {
  .footer1.footer-top {
    padding: 80px 0 50px;
  }
}

@media (max-width: 575px) {
  .footer1.footer-top {
    padding: 70px 0 40px;
  }
}

.footer1.footer-top .footer-widgets {
  margin-bottom: 30px;
}

.footer1.footer-top .footer-widgets .widget-title {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.footer1.footer-top .footer-widgets .footer-logo {
  display: block;
  margin-bottom: 15px;
}

.footer1.footer-top .footer-widgets .description {
  color: #E5E5E5;
  margin-bottom: 25px;
}

.footer1.footer-top .footer-widgets .footer-social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.footer1.footer-top .footer-widgets .footer-social li {
  margin-right: 10px;
}

.footer1.footer-top .footer-widgets .footer-social li:last-child {
  margin-right: 0;
}

.footer1.footer-top .footer-widgets .footer-social li a {
  color: #9EAACB;
  height: 40px;
  width: 40px;
  border: 1px solid;
  border-color: #9EAACB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.footer1.footer-top .footer-widgets .footer-social li a:hover {
  color: #ffffff;
}

.footer1.footer-top .footer-widgets .footer-social li .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.footer1.footer-top .footer-widgets .footer-social li .twitter:hover {
  background-color: #00acee;
  border-color: #00acee;
}

.footer1.footer-top .footer-widgets .footer-social li .linkedin:hover {
  background-color: #0077B5;
  border-color: #0077B5;
}

.footer1.footer-top .footer-widgets .footer-social li .instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}

.footer1.footer-top .footer-widgets .footer-social li .pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c;
}

.footer1.footer-top .footer-widgets .footer-menu ul {
  list-style: none;
}

.footer1.footer-top .footer-widgets .footer-menu ul li {
  margin-bottom: 15px;
}

.footer1.footer-top .footer-widgets .footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a {
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #E5E5E5;
  transition: all 0.3s ease-in-out;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a svg {
  margin-right: 12px;
  fill: transparent;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a svg path {
  stroke: #ffffff;
  stroke-width: 1px;
  transition: all 0.3s ease-in-out;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a:hover {
  color: #930007;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a:hover:before {
  color: #930007;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a:hover svg {
  fill: #930007;
}

.footer1.footer-top .footer-widgets .footer-menu ul li a:hover svg path {
  stroke: #930007;
}

.footer1.footer-top .footer-widgets .instagram-feed {
  max-width: 270px;
}

.footer1.footer-top .footer-widgets .instagram-feed ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.footer1.footer-top .footer-widgets .instagram-feed ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.footer1.footer-top .footer-widgets .instagram-feed ul li a {
  display: block;
}

.footer1.footer-top .footer-widgets .instagram-feed ul li img {
  border-radius: 15px;
}

.footer1.footer-bottom {
  background-color: #930007;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
}

.footer1.footer-bottom .link-text {
  display: inline-block;
  margin: 0 5px;
  color: #cecece;
  transition: all 0.3s ease-in-out;
}

.footer1.footer-bottom .link-text:hover {
  color: #930007;
}

.footer-wrap-layout2 {
  background-color: #0E1C41;
}

.footer2.footer-top {
  padding: 80px 0 40px;
}

.footer2.footer-top .footer-widgets {
  margin-bottom: 30px;
}

.footer2.footer-top .footer-widgets .widget-title {
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
}

.footer2.footer-top .footer-newsletter form {
  display: flex;
  flex-wrap: wrap;
}

.footer2.footer-top .footer-newsletter input {
  padding: 10px 20px;
  border: 0;
  max-width: 300px;
  height: 60px;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
}

.footer2.footer-top .footer-newsletter input:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .footer2.footer-top .footer-newsletter input {
    height: 50px;
  }
}

.footer2.footer-top .footer-newsletter button {
  margin-bottom: 15px;
  height: 60px;
}

@media (max-width: 767px) {
  .footer2.footer-top .footer-newsletter button {
    height: 50px;
  }
}

.footer2.footer-top .footer-logo {
  margin-bottom: 30px;
  display: inline-block;
}

.footer2.footer-top .template-secondary-menu .menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.footer2.footer-top .template-secondary-menu .menu .menu-item {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer2.footer-top .template-secondary-menu .menu .menu-item a {
  padding: 5px 20px;
  color: #A6B2D4;
  transition: all 0.3s ease-in-out;
}

.footer2.footer-top .template-secondary-menu .menu .menu-item a:hover {
  color: #930007;
}

.footer2.footer-top .template-secondary-menu .menu .menu-item:first-child a {
  padding: 5px 20px 5px 0;
}

.footer2.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #2C3C67;
}

.footer2.footer-bottom .copyright-text {
  color: #A6B2D4;
  margin: 5px 0;
}

.footer2.footer-bottom .copyright-text .link-text {
  color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.footer2.footer-bottom .copyright-text .link-text:hover {
  text-decoration: underline;
  color: #930007;
}

.footer2.footer-bottom .footer-social {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer2.footer-bottom .footer-social li {
  margin-bottom: 5px;
  margin-right: 5px;
}

.footer2.footer-bottom .footer-social li:last-child {
  margin-right: 0;
}

.footer2.footer-bottom .footer-social li a {
  height: 30px;
  width: 35px;
  color: #A6B2D4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.footer2.footer-bottom .footer-social li a:hover {
  color: #930007;
}

.footer-wrap-layout3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 0;
}

.footer3.footer-top {
  border-bottom: 1px solid #453e45;
  padding-bottom: 100px;
}

.footer3.footer-top .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  max-width: 340px;
  width: 100%;
}

@media (max-width: 1199px) {
  .footer3.footer-top .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .footer3.footer-top .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .footer3.footer-top .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .footer3.footer-top .title {
    font-size: 30px;
  }
}

.footer3.footer-top .list-description p {
  border-bottom: 1px solid #412e43;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.footer3.footer-top .list-description p:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer3.footer-top .description {
  color: #F2F2F2;
  max-width: 460px;
  width: 100%;
}

.footer3.footer-top .pricing-box {
  padding: 60px 70px;
  background-color: #0A1021;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .footer3.footer-top .pricing-box {
    margin-top: 50px;
  }
}

.footer3.footer-top .pricing-box .price {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 15px;
}

.footer3.footer-top .pricing-box .time-info {
  margin-bottom: 15px;
}

.footer3.footer-top .pricing-box .time-info ul {
  list-style: none;
}

.footer3.footer-top .pricing-box .time-info ul li {
  color: #F2F2F2;
  margin-bottom: 5px;
}

.footer3.footer-top .pricing-box .time-info ul li:last-child {
  margin-bottom: 0;
}

.footer3.footer-top .pricing-box .price-info {
  margin-bottom: 40px;
}

.footer3.footer-top .pricing-box .price-info ul {
  list-style: none;
}

.footer3.footer-top .pricing-box .price-info ul li {
  display: flex;
  margin-bottom: 10px;
}

.footer3.footer-top .pricing-box .price-info ul li:last-child {
  margin-bottom: 0;
}

.footer3.footer-top .pricing-box .price-info .info-icon svg {
  margin-right: 10px;
  fill: #930007;
}

.footer3.footer-top .pricing-box .price-info .info-text {
  color: #F2F2F2;
}

.footer3.footer-middle {
  border-bottom: 1px solid #453e45;
  padding-top: 100px;
  padding-bottom: 60px;
}

.footer3.footer-middle .footer-widgets {
  margin-bottom: 40px;
}

.footer3.footer-middle .footer-widgets .widget-title {
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
}

.footer3.footer-middle .footer-widgets p {
  color: #F2F2F2;
}

.footer3.footer-middle .footer-widgets .footer-newsletter input {
  margin-bottom: 15px;
  padding: 5px 15px;
  background-color: transparent;
  height: 50px;
  border: 1px solid #666565;
  color: #ffffff;
  border-radius: 5px;
}

.footer3.footer-middle .footer-widgets .footer-newsletter input:focus {
  box-shadow: none;
}

.footer3.footer-middle .footer-widgets .footer-menu ul {
  list-style: none;
}

.footer3.footer-middle .footer-widgets .footer-menu ul li {
  margin-bottom: 15px;
}

.footer3.footer-middle .footer-widgets .footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer3.footer-middle .footer-widgets .footer-menu ul li a {
  position: relative;
  color: #F2F2F2;
  transition: all 0.3s ease-in-out;
}

.footer3.footer-middle .footer-widgets .footer-menu ul li a:hover {
  color: #930007;
}

.footer3.footer-middle .footer-widgets .footer-address ul {
  list-style: none;
}

.footer3.footer-middle .footer-widgets .footer-address ul li {
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
}

.footer3.footer-middle .footer-widgets .footer-address ul li:last-child {
  margin-bottom: 0;
}

.footer3.footer-middle .footer-widgets .footer-address ul li .icon-box {
  position: absolute;
  top: 0;
  left: 0;
}

.footer3.footer-middle .footer-widgets .footer-address ul li .icon-box svg {
  fill: #F2F2F2;
}

.footer3.footer-middle .footer-widgets .footer-address ul li .text-box {
  color: #F2F2F2;
}

.footer3.footer-bottom {
  padding: 20px 0;
}

.footer3.footer-bottom .copyright-text {
  color: #dddddd;
}

.footer3.footer-bottom .copyright-text .link-text {
  color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.footer3.footer-bottom .copyright-text .link-text:hover {
  text-decoration: underline;
  color: #930007;
}

.footer-wrap-layout4 {
  padding-top: 120px;
  padding-bottom: 0;
  background-color: #0C0324;
}

@media (max-width: 1199px) {
  .footer-wrap-layout4 {
    padding-top: 105px;
  }
}

@media (max-width: 991px) {
  .footer-wrap-layout4 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .footer-wrap-layout4 {
    padding-top: 75px;
  }
}

@media (max-width: 575px) {
  .footer-wrap-layout4 {
    padding-top: 60px;
  }
}

.footer4.footer-top {
  border-bottom: 1px solid #2a2143;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .footer4.footer-top {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer4.footer-top {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .footer4.footer-top {
    padding-bottom: 20px;
  }
}

.footer4.footer-top .footer-widgets {
  margin-bottom: 30px;
}

.footer4.footer-top .footer-menu ul {
  list-style: none;
}

.footer4.footer-top .footer-menu ul li {
  margin-bottom: 15px;
}

.footer4.footer-top .footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer4.footer-top .footer-menu ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #f2f2f2;
  font-family: "Raleway", sans-serif;
  transition: all 0.3s ease-in-out;
}

.footer4.footer-top .footer-menu ul li a:hover {
  color: #930007;
}

.footer4.footer-top .footer-address {
  margin-top: -10px;
}

.footer4.footer-top .footer-address ul {
  list-style: none;
}

.footer4.footer-top .footer-address ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.footer4.footer-top .footer-address ul li:last-child {
  margin-bottom: 0;
}

.footer4.footer-top .footer-address ul li.mail-style {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 991px) {
  .footer4.footer-top .footer-address ul li.mail-style {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .footer4.footer-top .footer-address ul li.mail-style {
    font-size: 24px;
  }
}

.footer4.footer-top .footer-address ul li.phone-style {
  font-size: 18px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
}

.footer4.footer-top .footer-address ul li.phone-style .icon-box {
  margin-right: 10px;
}

.footer4.footer-bottom {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .footer4.footer-bottom {
    padding: 20px 0;
  }
}

@media (max-width: 575px) {
  .footer4.footer-bottom {
    padding: 10px 0;
  }
}

.footer4.footer-bottom .copyright-text {
  color: #dddddd;
  margin: 5px 0;
}

.footer4.footer-bottom .copyright-text .link-text {
  color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.footer4.footer-bottom .copyright-text .link-text:hover {
  text-decoration: underline;
  color: #930007;
}

.footer4.footer-bottom .footer-social {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer4.footer-bottom .footer-social li {
  margin-bottom: 5px;
  margin-right: 5px;
}

.footer4.footer-bottom .footer-social li:last-child {
  margin-right: 0;
}

.footer4.footer-bottom .footer-social li a {
  height: 30px;
  width: 35px;
  color: #C8C8C8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.footer4.footer-bottom .footer-social li a:hover {
  color: #930007;
}

/*========================================================================
15. Gallery Sections
=========================================================================*/
.gallery-wrap-layout1 {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-box-layout1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery-box-layout1:before {
  content: "";
  background-color: #930007;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.gallery-box-layout1 a {
  display: block;
}

.gallery-box-layout1 a img {
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.23, 0.03, 0, 1.08);
}

.gallery-box-layout1:hover a img {
  transform: scale(1.2);
  opacity: 0.8;
}

.gallery-box-layout1.has-animation:before {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.gallery-box-layout1.has-animation img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.gallery-box-layout1.has-animation.active-animation:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: 1s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

.gallery-box-layout1.has-animation.active-animation img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: 1s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

.gallery-wrap-layout2 {
  padding-top: 122px;
  padding-bottom: 106px;
}

@media (max-width: 1199px) {
  .gallery-wrap-layout2 {
    padding-top: 107px;
    padding-bottom: 91px;
  }
}

@media (max-width: 991px) {
  .gallery-wrap-layout2 {
    padding-top: 92px;
    padding-bottom: 76px;
  }
}

@media (max-width: 767px) {
  .gallery-wrap-layout2 {
    padding-top: 77px;
    padding-bottom: 61px;
  }
}

@media (max-width: 575px) {
  .gallery-wrap-layout2 {
    padding-top: 62px;
    padding-bottom: 46px;
  }
}

.gallery-box-layout2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 10px;
}

.gallery-box-layout2:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.gallery-box-layout2 a {
  display: block;
}

.gallery-box-layout2 a img {
  border-radius: 10px;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.gallery-box-layout2:hover:before {
  opacity: 1;
  visibility: visible;
}

.gallery-box-layout2:hover a img {
  transform: scale(1.2);
  opacity: 0.8;
}

.gallery-box-layout2.has-animation img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.gallery-box-layout2.has-animation.active-animation img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: 1s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

.gallery-wrap-layout3 {
  padding-top: 24px;
  padding-bottom: 0;
}

.gallery-box-layout3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 10px;
}

.gallery-box-layout3:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.gallery-box-layout3 a {
  display: block;
}

.gallery-box-layout3 a img {
  border-radius: 10px;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.gallery-box-layout3:hover:before {
  opacity: 1;
  visibility: visible;
}

.gallery-box-layout3:hover a img {
  transform: scale(1.05);
  opacity: 0.8;
}

.gallery-box-layout3.has-animation img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.gallery-box-layout3.has-animation.active-animation img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: 1s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

/*========================================================================
16. Header Sections
=========================================================================*/
header.header {
  width: 100%;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  header.header {
    display: none;
  }
}

header.header:not(.trheader):not(.sticky) .site-branding .logo-dark {
  display: inline-block;
}

header.header:not(.trheader):not(.sticky) .site-branding .logo-light {
  display: none;
}

header.header:not(.trheader).sticky .site-branding .logo-dark {
  display: inline-block;
}

header.header:not(.trheader).sticky .site-branding .logo-light {
  display: none;
}

header.header.trheader:not(.sticky) .site-branding .logo-light {
  display: inline-block;
}

header.header.trheader:not(.sticky) .site-branding .logo-dark {
  display: none;
}

header.header.trheader.sticky .site-branding .logo-dark {
  display: inline-block;
}

header.header.trheader.sticky .site-branding .logo-light {
  display: none;
}

.header-menu {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.header-menu:after {
  clear: both;
  content: "";
  display: block;
}

nav.template-main-menu.menu-text-light > ul.menu > li.menu-item > a {
  color: #ffffff;
}

.sticky-on.sticky nav.template-main-menu.menu-text-light > ul.menu > li.menu-item > a {
  color: #041A57;
}

nav.template-main-menu.menu-text-dark > ul.menu > li.menu-item > a {
  color: #041A57;
}

nav.template-main-menu > ul.menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

nav.template-main-menu > ul.menu li.menu-item {
  position: relative;
  z-index: 1;
}

nav.template-main-menu > ul.menu li.menu-item a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  position: relative;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item > a {
  display: block;
}

nav.template-main-menu > ul.menu > li.menu-item > a:focus {
  outline: none;
}

nav.template-main-menu > ul.menu > li.menu-item > a:before {
  content: "";
  top: 70%;
  transform: translateY(-50%);
  position: absolute;
  left: 21px;
  background-color: #930007;
  border-radius: 45px;
  width: 0;
  height: 3px;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1536px) {
  nav.template-main-menu > ul.menu > li.menu-item > a:before {
    left: 16px;
  }
}

@media (max-width: 1199px) {
  nav.template-main-menu > ul.menu > li.menu-item > a:before {
    left: 11px;
  }
}

nav.template-main-menu > ul.menu > li.menu-item:first-child > a:before {
  left: 1px;
}

nav.template-main-menu > ul.menu > li.menu-item:hover:first-child > a:before {
  width: calc(100% - 21px);
}

@media (max-width: 1536px) {
  nav.template-main-menu > ul.menu > li.menu-item:hover:first-child > a:before {
    width: calc(100% - 16px);
  }
}

@media (max-width: 1199px) {
  nav.template-main-menu > ul.menu > li.menu-item:hover:first-child > a:before {
    width: calc(100% - 11px);
  }
}

nav.template-main-menu > ul.menu > li.menu-item:hover > a:before {
  width: calc(100% - 41px);
}

@media (max-width: 1536px) {
  nav.template-main-menu > ul.menu > li.menu-item:hover > a:before {
    width: calc(100% - 31px);
  }
}

@media (max-width: 1199px) {
  nav.template-main-menu > ul.menu > li.menu-item:hover > a:before {
    width: calc(100% - 21px);
  }
}

nav.template-main-menu > ul.menu > li.menu-item.active:first-child > a:before {
  left: 1px;
  width: calc(100% - 21px);
}

@media (max-width: 1536px) {
  nav.template-main-menu > ul.menu > li.menu-item.active:first-child > a:before {
    width: calc(100% - 16px);
  }
}

@media (max-width: 1199px) {
  nav.template-main-menu > ul.menu > li.menu-item.active:first-child > a:before {
    width: calc(100% - 11px);
  }
}

nav.template-main-menu > ul.menu > li.menu-item.active > a:before {
  width: calc(100% - 41px);
}

@media (max-width: 1536px) {
  nav.template-main-menu > ul.menu > li.menu-item.active > a:before {
    width: calc(100% - 31px);
  }
}

@media (max-width: 1199px) {
  nav.template-main-menu > ul.menu > li.menu-item.active > a:before {
    width: calc(100% - 21px);
  }
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu {
  background-color: #ffffff;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0 0 5px 5px;
  min-width: 215px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
  padding-left: 30px;
  padding-right: 30px;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
  font-size: 14px;
  color: #041A57;
  padding: 5px 0;
  line-height: 1.4;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a:before {
  content: "";
  bottom: 5px;
  position: absolute;
  right: 0;
  background-color: #930007;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover > a, nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.active > a {
  color: #930007;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover > a:before, nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.active > a:before {
  width: 100%;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu {
  min-width: 215px;
  left: 100%;
  top: 0;
  background-color: #ffffff;
  list-style: none;
  padding: 30px 0 30px 35px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item {
  position: relative;
  z-index: 1;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item > a {
  font-size: 14px;
  color: #041A57;
  padding: 5px 0;
  line-height: 1.4;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item > a:before {
  content: "";
  bottom: 5px;
  position: absolute;
  right: 0;
  background-color: #930007;
  width: 0;
  height: 2px;
  transition: all 0.2s ease-in-out;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item:hover > a, nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item.active > a {
  color: #930007;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item:hover > a:before, nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item.active > a:before {
  width: 100%;
}

nav.template-main-menu > ul.menu > li.menu-item.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

nav.template-main-menu > ul.menu > li.menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children.second-lavel:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu {
  display: flex;
  width: inherit;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu {
  background-color: #ffffff;
  list-style: none;
  min-width: 215px;
  box-shadow: none;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item {
  position: relative;
  z-index: 1;
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item > a {
  font-size: 14px;
  color: #041A57;
  padding: 5px 0;
  line-height: 1.4;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item > a:before {
  content: "";
  bottom: 5px;
  position: absolute;
  right: 0;
  background-color: #930007;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item:hover > a, nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item.active > a {
  color: #930007;
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item:hover > a:before, nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item.active > a:before {
  width: 100%;
}

.site-branding .logo-dark img,
.site-branding .logo-light img {
  transition: max-width 0.5s ease-in;
}

.header1 .navbar-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.header1 .navbar-wrap .header-menu {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1536px) {
  .header1 .navbar-wrap .header-menu {
    padding: 0;
  }
}

.header1 .navbar-wrap .header-width {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}

.header1 nav.template-main-menu ul.menu > li.menu-item > a {
  padding: 41px 20px;
}

@media (max-width: 1536px) {
  .header1 nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 41px 15px;
  }
}

@media (max-width: 1199px) {
  .header1 nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 41px 10px;
  }
}

.header1 nav.template-main-menu ul.menu > li.menu-item:first-child > a {
  padding: 41px 20px 41px 0;
}

@media (max-width: 1536px) {
  .header1 nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 41px 15px 41px 0;
  }
}

@media (max-width: 1199px) {
  .header1 nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 41px 10px 41px 0;
  }
}

.header1 button.offcanvas-menu-btn.style-one {
  background-color: #ffffff;
}

.header1 button.offcanvas-menu-btn.style-one .menu-btn-icon span {
  background-color: #930007;
}

.header1.sticky-on.sticky .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header1.sticky-on.sticky .navbar-wrap .header-menu {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}

.header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item > a {
  padding: 26px 20px;
}

@media (max-width: 1536px) {
  .header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 26px 15px;
  }
}

@media (max-width: 1199px) {
  .header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 26px 10px;
  }
}

.header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item:first-child > a {
  padding: 26px 20px 26px 0;
}

@media (max-width: 1536px) {
  .header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 26px 15px 26px 0;
  }
}

@media (max-width: 1199px) {
  .header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 26px 10px 26px 0;
  }
}

.header1.sticky-on.sticky .search-wrap a svg {
  stroke: #041A57;
}

.header1.sticky-on.sticky .search-wrap a:hover svg {
  stroke: #930007;
}

.header1.sticky-on.sticky .item-btn:hover {
  background-color: #930007;
  color: #ffffff;
}

.header1.sticky-on.sticky button.offcanvas-menu-btn.style-one {
  background-color: #930007;
}

.header1.sticky-on.sticky button.offcanvas-menu-btn.style-one .menu-btn-icon span {
  background-color: #ffffff;
}

.header2 .navbar-wrap {
  width: 100%;
}

.header2 .navbar-wrap .header-menu {
  transition: all 0.3s ease-in-out;
}

.header2.trheader .navbar-wrap {
  position: relative;
  z-index: 1;
}

.header2.trheader .navbar-wrap .header-menu {
  padding: 0 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1536px) {
  .header2.trheader .navbar-wrap .header-menu {
    padding: 0;
  }
}

.header2.trheader .navbar-wrap .header-menu .inner-wrap {
  background-color: #ffffff;
  padding: 0 50px;
  border-radius: 0 0 10px 0;
  position: relative;
}

@media (max-width: 1536px) {
  .header2.trheader .navbar-wrap .header-menu .inner-wrap {
    padding: 0 30px;
  }
}

.header2.trheader .navbar-wrap .header-menu .inner-wrap:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 0;
  -webkit-clip-path: polygon(0 100%, 0% 0%, 100% 0%, 100% 0%);
          clip-path: polygon(0 100%, 0% 0%, 100% 0%, 100% 0%);
  background: #ffffff;
  width: 100%;
  height: 41px;
  z-index: -1;
  border-radius: 0 0 0 10px;
  transition: all 0.3s ease-in-out;
}

.header2.trheader nav.template-main-menu ul.menu > li.menu-item > a {
  padding: 41px 20px;
}

@media (max-width: 1536px) {
  .header2.trheader nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 41px 15px;
  }
}

@media (max-width: 1199px) {
  .header2.trheader nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 41px 10px;
  }
}

.header2.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
  padding: 41px 20px 41px 0;
}

@media (max-width: 1536px) {
  .header2.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 41px 15px 41px 0;
  }
}

@media (max-width: 1199px) {
  .header2.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 41px 10px 41px 0;
  }
}

.header2.trheader .search-wrap a svg {
  stroke: #041A57;
  transition: all 0.3s ease-in-out;
}

.header2.trheader .search-wrap a:hover svg {
  stroke: #930007;
}

.header2.trheader button.offcanvas-menu-btn.style-one {
  background-color: #930007;
}

.header2.trheader button.offcanvas-menu-btn.style-one .menu-btn-icon span {
  background-color: #ffffff;
}

.header2.sticky-on.sticky .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.header2.sticky-on.sticky.trheader .navbar-wrap .header-menu {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}

.header2.sticky-on.sticky.trheader .navbar-wrap .header-menu .inner-wrap {
  background-color: white;
}

.header2.sticky-on.sticky.trheader .navbar-wrap .header-menu .inner-wrap:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  background: #ffffff;
  width: 100%;
  height: 41px;
  z-index: -1;
  border-radius: 0 0 0 10px;
}

.header2.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item > a {
  padding: 26px 20px;
}

@media (max-width: 1536px) {
  .header2.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 26px 15px;
  }
}

@media (max-width: 1199px) {
  .header2.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 26px 10px;
  }
}

.header2.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
  padding: 26px 20px 26px 0;
}

@media (max-width: 1536px) {
  .header2.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 26px 15px 26px 0;
  }
}

@media (max-width: 1199px) {
  .header2.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 26px 10px 26px 0;
  }
}

.header2.sticky-on.sticky.trheader .search-wrap a svg {
  stroke: #041A57;
}

.header2.sticky-on.sticky.trheader .search-wrap a:hover svg {
  stroke: #930007;
}

.header2.sticky-on.sticky.trheader .item-btn:hover {
  background-color: #930007;
  color: #ffffff;
}

.header2.sticky-on.sticky.trheader button.offcanvas-menu-btn.style-one {
  background-color: #930007;
}

.header2.sticky-on.sticky.trheader button.offcanvas-menu-btn.style-one .menu-btn-icon span {
  background-color: #ffffff;
}

.header3 .navbar-wrap {
  width: 100%;
}

.header3 .navbar-wrap .header-menu {
  position: relative;
  padding-top: 4px;
  padding-right: 30px;
  transition: all 0.3s ease-in-out;
}

.header3 .navbar-wrap .header-menu:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  background-color: #930007;
  top: 0;
  left: 0;
  z-index: 1;
}

.header3 .navbar-wrap .site-branding {
  min-height: 100%;
  background-color: #930007;
  display: flex;
  align-items: center;
}

.header3 .navbar-wrap .site-branding a {
  margin-bottom: 5px;
  padding: 10px 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.header3:not(.trheader) .navbar-wrap .header-menu {
  background-color: white;
}

.header3:not(.trheader) nav.template-main-menu {
  width: 100%;
  flex: 1;
  padding-left: 70px;
}

@media (max-width: 1440px) {
  .header3:not(.trheader) nav.template-main-menu {
    width: auto;
    padding-left: 30px;
  }
}

.header3:not(.trheader) nav.template-main-menu ul.menu > li.menu-item > a {
  color: #041A57;
  padding: 45px 20px;
}

@media (max-width: 1536px) {
  .header3:not(.trheader) nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 45px 15px;
  }
}

@media (max-width: 1199px) {
  .header3:not(.trheader) nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 45px 10px;
  }
}

.header3:not(.trheader) nav.template-main-menu ul.menu > li.menu-item:first-child > a {
  padding: 45px 20px 45px 0;
}

@media (max-width: 1536px) {
  .header3:not(.trheader) nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 45px 15px 45px 0;
  }
}

@media (max-width: 1199px) {
  .header3:not(.trheader) nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 45px 10px 45px 0;
  }
}

.header3:not(.trheader) .search-wrap a svg {
  stroke: #041A57;
}

.header3:not(.trheader) .search-wrap a:hover svg {
  stroke: #930007;
}

.header3.sticky-on.sticky .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.header3.sticky-on.sticky .navbar-wrap nav.template-main-menu ul.menu > li.menu-item > a {
  padding: 40px 20px;
}

@media (max-width: 1536px) {
  .header3.sticky-on.sticky .navbar-wrap nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 40px 15px;
  }
}

@media (max-width: 1199px) {
  .header3.sticky-on.sticky .navbar-wrap nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 40px 10px;
  }
}

.header3.sticky-on.sticky .navbar-wrap nav.template-main-menu ul.menu > li.menu-item:first-child > a {
  padding: 40px 20px 40px 0;
}

@media (max-width: 1536px) {
  .header3.sticky-on.sticky .navbar-wrap nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 40px 15px 40px 0;
  }
}

@media (max-width: 1199px) {
  .header3.sticky-on.sticky .navbar-wrap nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 40px 10px 40px 0;
  }
}

.header3.sticky-on.sticky:not(.trheader) .navbar-wrap .header-menu {
  background-color: white;
}

.header4 .navbar-wrap {
  width: 100%;
}

.header4 .navbar-wrap .header-menu {
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1440px) {
  .header4 .navbar-wrap .header-menu {
    padding: 0 10px;
  }
}

.header4.trheader .navbar-wrap {
  position: relative;
  z-index: 1;
}

.header4.trheader .navbar-wrap .header-menu {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header4.trheader nav.template-main-menu ul.menu > li.menu-item > a {
  color: #ffffff;
  padding: 50px 20px;
}

@media (max-width: 1536px) {
  .header4.trheader nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 50px 15px;
  }
}

@media (max-width: 1199px) {
  .header4.trheader nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 50px 10px;
  }
}

.header4.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
  padding: 50px 20px 50px 0;
}

@media (max-width: 1536px) {
  .header4.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 50px 15px 50px 0;
  }
}

@media (max-width: 1199px) {
  .header4.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 50px 10px 50px 0;
  }
}

.header4.trheader button.offcanvas-menu-btn.style-one {
  background-color: #ffffff;
}

.header4.trheader button.offcanvas-menu-btn.style-one .menu-btn-icon span {
  background-color: #930007;
}

.header4.sticky-on.sticky .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.header4.sticky-on.sticky.trheader .navbar-wrap .header-menu {
  background-color: white;
}

.header4.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item > a {
  color: #000000;
  padding: 26px 20px;
}

@media (max-width: 1536px) {
  .header4.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 26px 15px;
  }
}

@media (max-width: 1199px) {
  .header4.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 26px 10px;
  }
}

.header4.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item > a:hover {
  color: #930007;
}

.header4.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
  padding: 26px 20px 26px 0;
}

@media (max-width: 1199px) {
  .header4.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 26px 15px 26px 0;
  }
}

@media (max-width: 1199px) {
  .header4.sticky-on.sticky.trheader nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 26px 10px 26px 0;
  }
}

.header4.sticky-on.sticky.trheader .search-wrap a svg {
  stroke: #041A57;
}

.header4.sticky-on.sticky.trheader .search-wrap a:hover svg {
  stroke: #930007;
}

.header4.sticky-on.sticky.trheader .item-btn:hover {
  background-color: #930007;
  color: #ffffff;
}

.header4.sticky-on.sticky.trheader button.offcanvas-menu-btn.style-one {
  background-color: #930007;
}

.header4.sticky-on.sticky.trheader button.offcanvas-menu-btn.style-one .menu-btn-icon span {
  background-color: #ffffff;
}

.header-action-items {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.header-action-items > li {
  list-style: none;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.header-action-items > li:last-child {
  margin-right: 0;
}

.search-wrap a {
  padding: 10px 5px;
  line-height: 1;
  display: block;
}

.search-wrap a svg {
  stroke: #ffffff;
  transition: all 0.3s ease-in-out;
}

.search-wrap a:hover svg {
  stroke: #930007;
}

.template-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
}

.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.template-search .search-form input[type="search"] {
  width: 60%;
  color: #000000;
  font-size: 36px;
  border-radius: 5px;
  text-align: left;
  border: none;
  border: 2px solid #930007;
  margin: 0 auto;
  padding: 10px 150px 10px 30px;
  outline: none;
}

.template-search .search-form .search-btn {
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  padding: 28px 50px 19px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  transform: translateX(-128px);
  background-color: #930007;
  transition: all 0.3s ease-out;
}

.template-search .search-form .search-btn i {
  margin-left: 0;
}

.template-search .search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}

.template-search .search-form .search-btn:hover {
  color: #930007;
}

.template-search .search-form input::-webkit-input-placeholder {
  color: #cfcfcf;
}

.template-search .search-form input::-moz-placeholder {
  color: #cfcfcf;
}

.template-search .search-form input:-moz-placeholder {
  color: #cfcfcf;
}

.template-search .search-form input:-ms-input-placeholder {
  color: #cfcfcf;
}

.template-search .close {
  position: fixed;
  top: 15px;
  right: 20px;
  color: #000000;
  border: none;
  opacity: 0.3;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 50px;
  font-weight: 300;
  cursor: pointer;
  background-color: transparent;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.template-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.template-search .close:hover {
  opacity: 1;
}

.template-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.header-contact-info {
  border-right: 1px solid #930007;
  padding-right: 50px;
  margin-right: 50px !important;
}

@media (max-width: 1440px) {
  .header-contact-info {
    padding-right: 20px;
    margin-right: 20px !important;
  }
}

@media (max-width: 1300px) {
  .header-contact-info {
    display: none !important;
  }
}

.header-contact-info .icon-box {
  margin-right: 10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #930007;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-contact-info .icon-box svg {
  fill: #930007;
}

.header-contact-info .info-title {
  font-family: "Raleway", sans-serif;
  color: #041A57;
  font-size: 16px;
  font-weight: 500;
}

.header-contact-info .info-description {
  font-family: "Raleway", sans-serif;
  color: #041A57;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .header-contact-info .info-description {
    font-size: 18px;
  }
}

button.offcanvas-menu-btn {
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px 5px 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

button.offcanvas-menu-btn:focus {
  outline: none;
}

button.offcanvas-menu-btn .menu-btn-icon {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 0;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  button.offcanvas-menu-btn .menu-btn-icon {
    height: 40px;
  }
}

button.offcanvas-menu-btn .menu-btn-icon span {
  width: 30px;
  right: 0;
  position: absolute;
  height: 2px;
  z-index: 2;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  button.offcanvas-menu-btn .menu-btn-icon span {
    width: 20px;
  }
}

button.offcanvas-menu-btn .menu-btn-icon span:nth-child(1n) {
  top: 30%;
  transform: translateY(-50%);
}

button.offcanvas-menu-btn .menu-btn-icon span:nth-child(2n) {
  top: 50%;
  transform: translateY(-50%);
}

button.offcanvas-menu-btn .menu-btn-icon span:nth-child(3n) {
  width: 20px;
  top: 70%;
  transform: translateY(-50%);
}

button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(1n) {
  width: 20px;
}

button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(2n) {
  width: 30px;
}

button.offcanvas-menu-btn .menu-btn-icon:hover span:nth-child(3n) {
  width: 30px;
}

.offcanvas-menu-wrap {
  min-height: 100vh;
  height: 100%;
  overflow-y: scroll;
  padding: 35px 60px;
  max-width: 500px;
  width: 100%;
  position: fixed;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  background-color: #0e1c41;
  z-index: 151;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 767px) {
  .offcanvas-menu-wrap {
    padding: 20px 30px;
  }
}

.offcanvas-menu-wrap[data-position='right'] {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

div#wrapper.open > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 150;
  transition: all 0.5s ease-in-out;
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span {
  width: 25px;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span {
    width: 20px;
  }
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(1n) {
  transform: translateY(-50%) rotate(45deg);
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(2n) {
  display: none;
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(3n) {
  transform: translateY(-50%) rotate(-45deg);
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon:hover {
  transform: rotate(360deg);
}

button.offcanvas-menu-btn.menu-status-close .menu-btn-icon:hover span {
  width: 25px;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.offcanvas-header .header-text {
  color: #ffffff;
  font-size: 18px;
}

.offcanvas-logo {
  display: block;
  margin-bottom: 20px;
}

.offcanvas-logo a {
  display: block;
}

.offcanvas-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offcanvas-content .top-content {
  text-align: center;
  border-bottom: 1px solid #2a3450;
  padding-bottom: 30px;
  margin-bottom: 40px;
  padding-top: 25px;
}

.offcanvas-content .top-content p {
  color: #ffffff;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.offcanvas-content h2 {
  color: #ffffff;
  font-style: italic;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

.offcanvas-content .sub-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.offcanvas-content .info {
  padding: 0;
  margin: 0;
}

.offcanvas-content .info li {
  text-align: center;
  list-style: none;
  color: #d4d4d4;
  margin-bottom: 5px;
}

.offcanvas-content .info li:last-child {
  margin-bottom: 0;
}

.offcanvas-content .text-btn {
  margin-top: 20px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in;
}

.offcanvas-content .text-btn:hover {
  color: #930007;
}

.offcanvas-footer {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #2a3450;
}

.offcanvas-footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.offcanvas-footer ul li {
  list-style: none;
  margin-right: 15px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

.offcanvas-footer ul li:last-child {
  margin-right: 0;
}

.offcanvas-footer ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease-in;
}

.offcanvas-footer ul li a:hover {
  color: #930007;
}

.offscreen-navigation .menu > li {
  border-bottom: 1px solid #e9e9e9;
}

.offscreen-navigation .menu > li:last-child {
  border-bottom: 0;
}

.offscreen-navigation .menu > li > a {
  background-color: #f3f3f3;
  font-size: 16px;
  padding: 12px 30px;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation .menu > li > a:hover {
  background-color: #f8f8f8;
}

.offscreen-navigation .menu > li > a.opened {
  background-color: #f8f8f8;
}

.offscreen-navigation .sub-menu {
  display: none;
  background-color: #ffffff;
}

.offscreen-navigation .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding-left: 50px;
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation .sub-menu li a:hover {
  background-color: rgba(42, 7, 249, 0.05);
}

.offscreen-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offscreen-navigation ul li > a {
  display: block;
  position: relative;
  color: #000000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li > a:hover {
  color: var(--color_primary);
}

.offscreen-navigation ul li.menu-item-has-children > a:after {
  color: #999999;
  content: "\f067";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children > a:before {
  color: #999999;
  content: "\f068";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children > a.opened:after {
  opacity: 0;
  visibility: hidden;
}

.offscreen-navigation ul li.menu-item-has-children > a.opened:before {
  opacity: 1;
  visibility: visible;
}

.rt-slide-nav {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  top: 100%;
  z-index: 99;
}

.rt-header-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #ffffff;
  padding: 5px 15px;
  border-bottom: 1px solid rgba(81, 81, 81, 0.15);
}

@media (min-width: 991px) {
  .rt-header-menu {
    display: none;
  }
}

.mean-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .sidebarBtn {
  display: block;
  padding: 12px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar {
  background: #000000;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar:nth-child(2), body .sidebarBtn .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}

body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2), body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/*========================================================================
17. Hero Sections
=========================================================================*/
.hero-wrap-layout1 {
  padding-top: 110px;
  padding-bottom: 45px;
  min-height: auto;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero-wrap-layout1 {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .hero-wrap-layout1 {
    padding-top: 100px;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .hero-wrap-layout1 {
    padding-top: 85px;
    padding-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .hero-wrap-layout1 {
    padding-top: 70px;
    padding-bottom: 35px;
  }
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(
          -225deg,
          #ff1361 0%,
          #fff800 29%,
          #ff1361 67%,
          #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
  font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.word {
  margin: auto;
  color: white;
  font: 700 normal 2.5em 'tahoma';
  text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
}

.hero-wrap-layout1:before {
  content: "";
  background-color: rgb(0 0 0 / 18%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.hero-wrap-layout1 .banner-shape {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .hero-wrap-layout1 .banner-shape {
    height: 90%;
  }
}

.hero-wrap-layout1 .banner-shape img {
  height: 100%;
}

.hero-box-layout1 {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .hero-box-layout1 {
    margin-bottom: 0;
  }
}

.hero-box-layout1 .shape-box {
  text-align: center;
  margin-bottom: 15px;
}

.hero-box-layout1 .shape-box path {
  stroke-width: 5px;
  stroke: #FFCC30;
}

.hero-box-layout1.has-animation .shape-box path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}

.hero-box-layout1.has-animation.active-animation .shape-box path {
  -webkit-animation: line-anime 3s ease forwards;
          animation: line-anime 3s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.text {
  /*position: absolute;*/
  /*top: 50%;*/
  /*right: 50%;*/
  /*transform: translate(50%,-50%);*/
  text-transform: uppercase;
  font-family: verdana;
  font-size: 12em;
  font-weight: 700;
  color: #f5f5f5;
  /*text-shadow: 1px 1px 1px #919191,*/
  /*1px 2px 1px #919191,*/
  /*1px 3px 1px #919191,*/
  /*1px 4px 1px #919191,*/
  /*1px 5px 1px #919191,*/
  /*1px 6px 1px #919191,*/
  /*1px 7px 1px #919191,*/
  /*1px 8px 1px #919191,*/
  /*1px 9px 1px #919191,*/
  /*1px 10px 1px #919191,*/
  /*1px 18px 6px rgba(16,16,16,0.4),*/
  /*1px 22px 10px rgba(16,16,16,0.2),*/
  /*1px 25px 35px rgba(16,16,16,0.2),*/
  /*1px 30px 60px rgba(16,16,16,0.4);*/
  text-shadow: 1px 1px 10px #3b3b3b, 1px 1px 1px #919191, 1px 1px 1px #919191, 1px 1px 1px #919191, 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 1px 1px #919191, 1px 3px 1px #919191, 1px 1px 1px #919191, 3px 3px 1px #919191, 1px 1px 6px rgba(16,16,16,0.4), 4px 17px 10px rgba(16,16,16,0.2), 1px 25px 35px rgba(16,16,16,0.2), 1px 30px 60px rgba(16,16,16,0.4);
}

.hero-box-layout1 .title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.1;
}

@media (max-width: 1440px) {
  .hero-box-layout1 .title {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 1199px) {
  .hero-box-layout1 .title {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .hero-box-layout1 .title {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .hero-box-layout1 .title {
    font-size: 25px;
    line-height: 1.3;
  }
}

@media (max-width: 575px) {
  .hero-box-layout1 .title {
    font-size: 25px;
  }
}

.hero-box-layout1 .description {
  color: #ffffff;
  font-weight: 600;
  font-size: 26px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .hero-box-layout1 .description {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .hero-box-layout1 .description {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .hero-box-layout1 .description {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .hero-box-layout1 .description {
    font-size: 18px;
  }
}

.hero-box-layout1 .hero-btns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}

.hero-box-layout1 .hero-btns ul li {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.hero-wrap-layout2 {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991px) {
  .hero-wrap-layout2 {
    min-height: calc(100vh - 58px);
  }
}

@media (max-width: 767px) {
  .hero-wrap-layout2 {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  .hero-wrap-layout2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.hero-wrap-layout2:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-box-layout2 {
  padding: 30px 30px 30px 50px;
  background-color: #930007;
  height: 100%;
  width: 100%;
  max-width: 760px;
  max-height: 660px;
  position: absolute;
  z-index: 1;
  bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 0 0 10px 0;
}

@media (max-width: 1199px) {
  .hero-box-layout2 {
    max-width: 560px;
    max-height: 560px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-box-layout2 {
    background-color: transparent;
    max-height: inherit;
    padding: 0 30px;
    position: inherit;
  }
}

.hero-box-layout2:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../image/elements/banner-text-bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .hero-box-layout2:before {
    display: none;
  }
}

.hero-box-layout2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 99.5%;
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%);
          clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%);
  background: #930007;
  width: 200px;
  height: 100%;
  z-index: -1;
  border-radius: 0 10px 0 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .hero-box-layout2:after {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .hero-box-layout2:after {
    display: none;
  }
}

.hero-box-layout2 .shape-box {
  margin-bottom: 20px;
}

.hero-box-layout2 .shape-box path {
  stroke-width: 5px;
  stroke: #FFCC30;
}

.hero-box-layout2.has-animation .shape-box path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}

.hero-box-layout2.has-animation.active-animation .shape-box path {
  -webkit-animation: line-anime 3s ease forwards;
          animation: line-anime 3s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.hero-box-layout2 .sub-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 767px) {
  .hero-box-layout2 .sub-title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .hero-box-layout2 .sub-title {
    font-size: 24px;
  }
}

.hero-box-layout2 .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 75px;
  max-width: 650px;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .hero-box-layout2 .title {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .hero-box-layout2 .title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .hero-box-layout2 .title {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .hero-box-layout2 .title {
    font-size: 34px;
  }
}

.hero-box-layout2.has-animation:before {
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  transition-delay: 1s;
}

.hero-box-layout2.has-animation.active-animation:before {
  transform: scale(1);
}

.hero-wrap-layout3 {
  min-height: calc(100vh - 9px);
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .hero-wrap-layout3 {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .hero-wrap-layout3 {
    padding-top: 85px;
    padding-bottom: 75px;
  }
}

@media (max-width: 991px) {
  .hero-wrap-layout3 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

.hero-wrap-layout3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
  background-image: url("../image/elements/hero-gradient.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .hero-wrap-layout3:before {
    opacity: 0.9;
    width: 100%;
  }
}

.hero-wrap-layout3:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  border-bottom: 130px solid #ffffff;
  border-left: 100vw solid transparent;
  right: 0;
}

@media (max-width: 991px) {
  .hero-wrap-layout3:after {
    border-bottom: 80px solid #ffffff;
  }
}

@media (max-width: 767px) {
  .hero-wrap-layout3:after {
    border-bottom: 50px solid #ffffff;
  }
}

.hero-wrap-layout3 .animated-shape-small {
  list-style: none;
}

@media (max-width: 991px) {
  .hero-wrap-layout3 .animated-shape-small {
    display: none;
  }
}

.hero-wrap-layout3 .animated-shape-small li {
  position: absolute;
  z-index: 1;
}

.hero-wrap-layout3 .animated-shape-small.has-animation li {
  right: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  transition-delay: 2s;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li {
  opacity: 1;
  visibility: visible;
  left: inherit;
  top: inherit;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(1n) {
  top: 20%;
  right: 80%;
  -webkit-animation: shape_one 20s alternate infinite linear;
  animation: shape_one 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(2n) {
  top: 50%;
  right: 90%;
  -webkit-animation: shape_two 20s alternate infinite linear;
  animation: shape_two 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(3n) {
  top: 20%;
  right: 70%;
  -webkit-animation: shape_three 20s alternate infinite linear;
  animation: shape_three 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(4n) {
  top: 70%;
  right: 70%;
  -webkit-animation: shape_four 20s alternate infinite linear;
  animation: shape_four 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(5n) {
  top: 80%;
  right: 60%;
  -webkit-animation: shape_five 20s alternate infinite linear;
  animation: shape_five 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(6n) {
  top: 10%;
  right: 50%;
  -webkit-animation: shape_six 20s alternate infinite linear;
  animation: shape_six 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(7n) {
  top: 70%;
  right: 10%;
  -webkit-animation: shape_two 20s alternate infinite linear;
  animation: shape_two 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(8n) {
  top: 20%;
  right: 10%;
  -webkit-animation: shape_three 20s alternate infinite linear;
  animation: shape_three 20s alternate infinite linear;
}

.hero-wrap-layout3 .animated-shape-small.has-animation.active-animation li:nth-child(9n) {
  top: 10%;
  right: 40%;
  -webkit-animation: shape_four 20s alternate infinite linear;
  animation: shape_four 20s alternate infinite linear;
}

@-webkit-keyframes shape_one {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -100px) rotate(36deg);
  }
  50% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(40px, -72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_one {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -100px) rotate(36deg);
  }
  50% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(40px, -72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_two {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(53px, -80px) rotate(36deg);
  }
  40% {
    transform: translate(161px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 112px) rotate(108deg);
  }
  70% {
    transform: translate(-60px, 92px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_two {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(53px, -80px) rotate(36deg);
  }
  40% {
    transform: translate(161px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 112px) rotate(108deg);
  }
  70% {
    transform: translate(-60px, 92px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_three {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    transform: translate(90px, -36px) rotate(36deg);
  }
  40% {
    transform: translate(101px, 32px) rotate(72deg);
  }
  50% {
    transform: translate(103px, 102px) rotate(108deg);
  }
  80% {
    transform: translate(-76px, 62px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_three {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    transform: translate(90px, -36px) rotate(36deg);
  }
  40% {
    transform: translate(101px, 32px) rotate(72deg);
  }
  50% {
    transform: translate(103px, 102px) rotate(108deg);
  }
  80% {
    transform: translate(-76px, 62px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_four {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_four {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_five {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_five {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes shape_six {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes shape_six {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.hero-box-layout3 {
  max-width: 600px;
  width: 100%;
  margin-bottom: 70px;
}

.hero-box-layout3 .sub-title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .hero-box-layout3 .sub-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .hero-box-layout3 .sub-title {
    font-size: 20px;
  }
}

.hero-box-layout3 .title {
  font-weight: 700;
  font-size: 75px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .hero-box-layout3 .title {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .hero-box-layout3 .title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-box-layout3 .title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .hero-box-layout3 .title {
    font-size: 36px;
  }
}

.hero-box-layout3 .description {
  color: #ffffff;
  margin-bottom: 50px;
}

.hero-wrap-layout4 {
  position: relative;
  padding-top: 110px;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
}

.hero-wrap-layout4:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .hero-wrap-layout4 {
    border-radius: 0;
  }
}

.hero-wrap-layout4.has-animation {
  opacity: 0;
  visibility: hidden;
  background-position: center 300px;
}

.hero-wrap-layout4.has-animation.active-animation {
  background-position: center 0;
  opacity: 1;
  visibility: visible;
}

.hero-box-layout4 {
  margin-left: -150px;
  padding-bottom: 250px;
  height: 1094px;
  width: 1094px;
  border-radius: 50%;
  background: #020024;
  background: linear-gradient(126deg, #020024 0%, #fb0d71 0%, #ff0321 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
  transition-delay: 1s;
}

@media (max-width: 1199px) {
  .hero-box-layout4 {
    margin-left: 0;
    padding: 30px 30px 100px;
    height: 600px;
    width: 600px;
  }
}

@media (max-width: 991px) {
  .hero-box-layout4 {
    padding: 20px 20px 80px;
    height: 500px;
    width: 500px;
  }
}

@media (max-width: 767px) {
  .hero-box-layout4 {
    padding: 15px 15px 50px;
    height: 400px;
    width: 400px;
  }
}

@media (max-width: 575px) {
  .hero-box-layout4 {
    margin: 0 15px;
    padding: 15px 15px 50px;
    height: auto;
    width: auto;
    border-radius: 10px;
    background: linear-gradient(126deg, rgba(2, 0, 36, 0.8) 0%, rgba(251, 13, 113, 0.8) 0%, rgba(255, 3, 33, 0.8) 100%);
  }
}

.hero-box-layout4 .sub-title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

@media (max-width: 1199px) {
  .hero-box-layout4 .sub-title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-box-layout4 .sub-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .hero-box-layout4 .sub-title {
    font-size: 36px;
  }
}

.hero-box-layout4 .title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  max-width: 575px;
  text-align: center;
}

@media (max-width: 1199px) {
  .hero-box-layout4 .title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-box-layout4 .title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .hero-box-layout4 .title {
    font-size: 36px;
  }
}

.hero-box-layout4.has-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(500px);
}

@media (max-width: 1199px) {
  .hero-box-layout4.has-animation {
    transform: translateY(400px);
  }
}

@media (max-width: 991px) {
  .hero-box-layout4.has-animation {
    transform: translateY(300px);
  }
}

@media (max-width: 767px) {
  .hero-box-layout4.has-animation {
    transform: translateY(200px);
  }
}

.hero-box-layout4.has-animation.active-animation {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hero-area-space {
  background-color: #0C0324;
  padding: 60px 60px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .hero-area-space {
    padding: 0;
  }
}

.hero-area-space:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  border-bottom: 500px solid #0C0324;
  border-right: 100vw solid transparent;
  right: 0;
}

@media (max-width: 1440px) {
  .hero-area-space:before {
    border-bottom: 300px solid #0C0324;
  }
}

@media (max-width: 1199px) {
  .hero-area-space:before {
    border-bottom: 200px solid #0C0324;
  }
}

@media (max-width: 991px) {
  .hero-area-space:before {
    border-bottom: 100px solid #0C0324;
  }
}

@media (max-width: 767px) {
  .hero-area-space:before {
    border-bottom: 50px solid #0C0324;
  }
}

@media (max-width: 575px) {
  .hero-area-space:before {
    border-bottom: 30px solid #0C0324;
  }
}

@-webkit-keyframes line-anime {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line-anime {
  to {
    stroke-dashoffset: 0;
  }
}

/*========================================================================
18. Location Sections
=========================================================================*/
.location-wrap-layout1 {
  background-color: #ffffff;
}

.location-box-layout1 {
  position: relative;
  overflow: hidden;
}

.location-box-layout1.has-animation .map-content {
  transition: all 1s cubic-bezier(0.49, 0, 0.05, 1);
  transition-delay: 1s;
  opacity: 0;
  transform: translateX(-200px) translateY(-200px);
}

.location-box-layout1.has-animation.active-animation .map-content {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.location-box-layout1 .map {
  height: 660px;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .location-box-layout1 .map {
    margin-bottom: 30px;
  }
}

.location-box-layout1 .map-content {
  position: absolute;
  top: 100px;
  left: 100px;
  max-width: 500px;
  width: 100%;
  background-color: #930007;
  border-radius: 0 50px 50px 50px;
  padding: 80px 50px;
}

@media (max-width: 767px) {
  .location-box-layout1 .map-content {
    position: inherit;
    left: inherit;
    top: inherit;
    max-width: 100%;
    border-radius: 0 20px 20px 20px;
    padding: 50px 30px;
  }
}

.location-box-layout1 .map-content .sub-title {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 18px;
}

.location-box-layout1 .map-content .title {
  color: #ffffff;
  font-weight: 600;
}

.location-box-layout1 .map-content .list-info ul {
  list-style: none;
}

.location-box-layout1 .map-content .list-info ul li {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.location-box-layout1 .map-content .list-info ul li:before {
  position: absolute;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ffffff;
  font-size: 8px;
  top: 10px;
  left: 0;
}

.location-box-layout1 .map-content .list-info ul li:last-child {
  margin-bottom: 0;
}

.location-box-layout1 .map-content .list-info ul li p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 250px;
  width: 100%;
}

.location-box-layout1 .map-content .list-info ul li i {
  margin-left: 10px;
  font-size: 18px;
}

.location-box-layout1 .map-content .list-info ul li a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.location-box-layout1 .map-content .list-info ul li a:hover {
  color: #930007;
}

.location-wrap-layout2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 122px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .location-wrap-layout2 {
    padding-top: 107px;
    padding-bottom: 115px;
  }
}

@media (max-width: 991px) {
  .location-wrap-layout2 {
    padding-top: 92px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .location-wrap-layout2 {
    padding-top: 77px;
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  .location-wrap-layout2 {
    padding-top: 62px;
    padding-bottom: 70px;
  }
}

.location-wrap-layout2 .inner-wrap {
  border-radius: 20px;
  padding: 35px;
  background-color: #ffffff;
}

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

.location-box-layout2 .figure-box {
  height: 100%;
}

@media (max-width: 991px) {
  .location-box-layout2 .figure-box {
    margin-bottom: 30px;
    height: auto;
  }
}

.location-box-layout2 .figure-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.location-box-layout2 .address-info {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}

.location-box-layout2 .address-info .heading {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px 30px;
  color: #930007;
  border-radius: 5px;
  margin-bottom: 10px;
}

.location-box-layout2 .address-info .title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

.location-box-layout2 .address-info .description {
  color: #ffffff;
}

.location-box-layout2 .list-heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.location-box-layout2 .list-info {
  list-style: none;
}

@media (max-width: 991px) {
  .location-box-layout2 .list-info {
    margin-bottom: 30px;
  }
}

.location-box-layout2 .list-info li {
  width: 100%;
  display: inline-flex;
  padding: 30px 15px 26px;
  background-color: #ffffff;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 24px;
}

.location-box-layout2 .list-info li:last-child {
  margin-bottom: 0;
}

.location-box-layout2 .list-info li .icon-box {
  margin-right: 13px;
}

.location-box-layout2 .list-info li .content-box {
  flex: 1;
}

.location-box-layout2 .list-info li .content-box .list-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.location-box-layout2 .list-info li .content-box .list-description {
  margin-bottom: 0;
}

.location-box-layout2 .main-figure-box img {
  border-radius: 20px;
}

.location-box-layout2 .main-content-box {
  margin-top: 30px;
}

.location-box-layout2 .main-content-box .main-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.location-box-layout2 .main-content-box .main-description {
  margin-bottom: 10px;
}

.location-box-layout2 .main-content-box .item-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.location-box-layout2 .main-content-box .item-btn:hover {
  color: #930007;
}

.map-wrap-layout1 {
  padding-top: 0;
  padding-bottom: 0;
}

.map-wrap-layout1 .map {
  height: 660px;
  width: 100%;
  margin-bottom: -8px;
}

/*========================================================================
19. Newsletter Sections
=========================================================================*/
.newsletter-wrap-layout1 {
  padding: 0;
  position: relative;
}

.newsletter-wrap-layout1:after {
  content: "";
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: #0E1C41;
}

.newsletter-box-layout1 {
  background-color: #930007;
  border-radius: 0px 106px 0px 128px;
  text-align: center;
  padding: 50px;
  position: relative;
}

@media (max-width: 575px) {
  .newsletter-box-layout1 {
    border-radius: 0px 45px;
  }
}

.newsletter-box-layout1 .shape-box {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}

.newsletter-box-layout1 .shape-box svg {
  fill: rgba(255, 255, 255, 0.25);
}

.newsletter-box-layout1 .sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
}

.newsletter-box-layout1 .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .newsletter-box-layout1 .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .newsletter-box-layout1 .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .newsletter-box-layout1 .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .newsletter-box-layout1 .title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .newsletter-box-layout1 .newsletter-form {
    height: 110px;
  }
}

.newsletter-box-layout1 .newsletter-form {
  width: 100%;
  max-width: 540px;
  display: inline-block;
}

.newsletter-box-layout1 .newsletter-form .stylish-input-group {
  background: #ffffff;
  padding: 5px;
  border: 0;
  height: 65px;
  border-radius: 45px;
}

@media (max-width: 575px) {
  .newsletter-box-layout1 .newsletter-form .stylish-input-group {
    display: block;
    padding: 0;
    height: 55px;
  }
}

.newsletter-box-layout1 .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.newsletter-box-layout1 .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #5A5A5A;
  font-size: 16px;
  letter-spacing: 2px;
}

.newsletter-box-layout1 .newsletter-form .stylish-input-group input.form-control::-moz-placeholder,
.newsletter-box-layout1 .newsletter-form .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #5A5A5A;
  font-size: 16px;
  letter-spacing: 2px;
}

.newsletter-box-layout1 .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.newsletter-box-layout1 .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #5A5A5A;
  font-size: 16px;
  letter-spacing: 2px;
}

.newsletter-box-layout1 .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.newsletter-box-layout1 .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #5A5A5A;
  font-size: 16px;
  letter-spacing: 2px;
}

.newsletter-box-layout1 .newsletter-form .form-control {
  padding: 5px 5px 5px 30px;
  border: 0;
  box-shadow: none;
  border-radius: 45px;
  background: #ffffff;
  color: #111111;
  height: 100%;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .newsletter-box-layout1 .newsletter-form .form-control {
    margin-bottom: 5px;
    width: 100%;
    border-radius: 45px !important;
    padding: 5px 30px;
  }
}

.newsletter-box-layout1 .newsletter-form .input-group-addon {
  margin-left: 0 !important;
}

.newsletter-box-layout1 .newsletter-form .input-group-addon button {
  border: none;
  border-radius: 45px;
  background: #930007;
  margin-bottom: 0;
  display: block;
  padding: 0 27px;
  height: 55px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.newsletter-box-layout1 .newsletter-form .input-group-addon button:hover {
  background-color: #930007;
}

@media (max-width: 575px) {
  .newsletter-box-layout1 .newsletter-form .input-group-addon button {
    width: 100%;
  }
  .newsletter-box-layout1 .newsletter-form .input-group-addon button:hover {
    background-color: #ffffff;
    color: #930007;
  }
}

.newsletter-box-layout1 .newsletter-form .input-group-addon:focus {
  outline: none;
}

/*========================================================================
20. Pricing Sections
=========================================================================*/
.pricing-wrap-layout1 {
  background-color: #ffffff;
  padding: 122px 0 102px;
}

@media (max-width: 1199px) {
  .pricing-wrap-layout1 {
    padding: 107px 0 87px;
  }
}

@media (max-width: 991px) {
  .pricing-wrap-layout1 {
    padding: 92px 0 72px;
  }
}

@media (max-width: 767px) {
  .pricing-wrap-layout1 {
    padding: 77px 0 55px;
  }
}

@media (max-width: 575px) {
  .pricing-wrap-layout1 {
    padding: 62px 0 40px;
  }
}

.pricing-box-layout1 {
  margin-bottom: 24px;
  text-align: center;
  padding: 75px 30px;
  background: #f9f9f9;
  -webkit-mask-image: url("../image/elements/pricing-default-bg.svg");
          mask-image: url("../image/elements/pricing-default-bg.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
  .pricing-box-layout1 {
    padding: 56px 30px;
  }
}

@media (max-width: 1199px) {
  .pricing-box-layout1 {
    padding: 75px 30px;
  }
}

.pricing-box-layout1:before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #930007;
  opacity: 0;
  -webkit-clip-path: circle(0% at 100% 10px);
          clip-path: circle(0% at 100% 10px);
  transition: all linear 0.3s;
}

.pricing-box-layout1 .pricing-price {
  font-size: 40px;
  font-weight: 700;
  color: #041A57;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .pricing-title {
  color: #930007;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .devider-line {
  margin: 30px 0;
  height: 1px;
  width: 100%;
  background-color: #930007;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .pricing-description {
  margin-bottom: 30px;
}

.pricing-box-layout1 .pricing-description ul {
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}

.pricing-box-layout1 .pricing-description ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #5A5A5A;
  font-family: "Raleway", sans-serif;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .pricing-description ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  color: #ACA9A9;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1:hover:before {
  opacity: 1;
  -webkit-clip-path: circle(150% at 100% 10px);
          clip-path: circle(150% at 100% 10px);
}

.pricing-box-layout1:hover .pricing-price {
  color: #ffffff;
}

.pricing-box-layout1:hover .pricing-title {
  color: #ffffff;
}

.pricing-box-layout1:hover .devider-line {
  background-color: #ffffff;
}

.pricing-box-layout1:hover .pricing-description ul li {
  color: #ffffff;
}

.pricing-box-layout1:hover .pricing-description ul li:before {
  color: #ffffff;
}

.pricing-wrap-layout2 {
  background-color: #ffffff;
  position: relative;
  padding-top: 122px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .pricing-wrap-layout2 {
    padding-top: 107px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .pricing-wrap-layout2 {
    padding-top: 92px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .pricing-wrap-layout2 {
    padding-top: 77px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .pricing-wrap-layout2 {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

.pricing-wrap-layout2:before {
  content: "";
  width: 100%;
  height: 510px;
  background-image: url("../image/banner/pricing1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.pricing-box-layout2 {
  box-shadow: 0 0 63px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout2 .icon-box {
  margin-bottom: 15px;
}

.pricing-box-layout2 .icon-box img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout2 .pricing-price {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #930007;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .pricing-box-layout2 .pricing-price {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .pricing-box-layout2 .pricing-price {
    font-size: 34px;
  }
}

.pricing-box-layout2 .pricing-price span {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

.pricing-box-layout2 .pricing-title {
  color: #041A57;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .pricing-box-layout2 .pricing-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .pricing-box-layout2 .pricing-title {
    font-size: 26px;
  }
}

.pricing-box-layout2 .pricing-sub-title {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
}

.pricing-box-layout2 .pricing-description {
  margin-bottom: 40px;
  padding-left: 20px;
}

.pricing-box-layout2 .pricing-description ul {
  list-style: none;
  text-align: left;
}

.pricing-box-layout2 .pricing-description ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #041A57;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout2 .pricing-description ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  color: #07EF80;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout2 .item-btn {
  border: 1px solid;
  border-color: #930007;
}

.pricing-box-layout2 .item-btn:before {
  display: none;
}

.pricing-box-layout2:hover .icon-box img {
  transform: scale(1.15);
}

.pricing-box-layout2:hover .pricing-price {
  color: #930007;
}

.pricing-box-layout2:hover .item-btn {
  background-color: #930007;
  border-color: #930007;
}

.pricing-box-layout2:hover .item-btn:hover {
  background-color: transparent;
  color: #930007;
}

/*========================================================================
21. Portfolio Sections
=========================================================================*/
.portfolio-wrap-layout1 {
  padding-top: 130px;
  padding-bottom: 106px;
}

@media (max-width: 1199px) {
  .portfolio-wrap-layout1 {
    padding-top: 115px;
    padding-bottom: 91px;
  }
}

@media (max-width: 991px) {
  .portfolio-wrap-layout1 {
    padding-top: 100px;
    padding-bottom: 76px;
  }
}

@media (max-width: 767px) {
  .portfolio-wrap-layout1 {
    padding-top: 85px;
    padding-bottom: 61px;
  }
}

@media (max-width: 575px) {
  .portfolio-wrap-layout1 {
    padding-top: 70px;
    padding-bottom: 46px;
  }
}

.portfolio-wrap-layout2 {
  padding-bottom: 0;
}

.portfolio-box-layout1 {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.portfolio-box-layout1 .figure-box img {
  border-radius: 20px;
}

.portfolio-box-layout1 .content-box {
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 40px;
  left: 0;
  margin: 0 40px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .portfolio-box-layout1 .content-box {
    margin: 0 30px;
    padding: 17px 25px;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .portfolio-box-layout1 .content-box {
    margin: 0 20px;
    padding: 16px 20px;
    bottom: 20px;
  }
}

.portfolio-box-layout1 .content-box .title {
  margin-bottom: 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.portfolio-box-layout1 .content-box .sub-title {
  color: #979595;
  font-size: 15px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  transition: all 0.3s ease-in-out;
}

.portfolio-box-layout1:hover .content-box {
  background-color: #930007;
}

.portfolio-box-layout1:hover .content-box .title {
  color: #ffffff;
}

.portfolio-box-layout1:hover .content-box .sub-title {
  color: #ffffff;
}

.portfolio-box-layout2 {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.portfolio-box-layout2 .figure-box img {
  border-radius: 20px;
}

.portfolio-box-layout2 .content-box {
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: 0 30px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .portfolio-box-layout2 .content-box {
    margin: 0 25px;
    padding: 17px 20px;
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  .portfolio-box-layout2 .content-box {
    margin: 0 20px;
    padding: 16px 15px;
    bottom: 20px;
  }
}

.portfolio-box-layout2 .content-box .title {
  margin-bottom: 0;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.portfolio-box-layout2 .content-box .sub-title {
  color: #979595;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.portfolio-box-layout2:hover .content-box {
  background-color: #930007;
}

.portfolio-box-layout2:hover .content-box .title {
  color: #ffffff;
}

.portfolio-box-layout2:hover .content-box .sub-title {
  color: #ffffff;
}

.portfolio-box-layout3 {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.portfolio-box-layout3:before {
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0.5, 0.5, 0.5);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 26, 87, 0.7);
  top: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.portfolio-box-layout3 .figure-box img {
  border-radius: 20px;
}

.portfolio-box-layout3 .content-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0 40px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .portfolio-box-layout3 .content-box {
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  .portfolio-box-layout3 .content-box {
    margin: 0 20px;
  }
}

.portfolio-box-layout3 .content-box .title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
}

.portfolio-box-layout3 .content-box .sub-title {
  font-family: "Raleway", sans-serif;
  color: #F2F2F2;
  font-size: 15px;
  font-weight: 600;
}

.portfolio-box-layout3:hover:before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

.portfolio-box-layout3:hover .content-box {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .portfolio-box-layout3:hover .content-box {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .portfolio-box-layout3:hover .content-box {
    bottom: 20px;
  }
}

.portfolio-box-layout4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.portfolio-box-layout4:before {
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0.5, 0.5, 0.5);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(4, 26, 87, 0.7);
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.portfolio-box-layout4 .content-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0 40px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .portfolio-box-layout4 .content-box {
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  .portfolio-box-layout4 .content-box {
    margin: 0 20px;
  }
}

.portfolio-box-layout4 .content-box .title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
}

.portfolio-box-layout4 .content-box .sub-title {
  font-family: "Raleway", sans-serif;
  color: #F2F2F2;
  font-size: 15px;
  font-weight: 600;
}

.portfolio-box-layout4:hover:before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

.portfolio-box-layout4:hover .content-box {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .portfolio-box-layout4:hover .content-box {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .portfolio-box-layout4:hover .content-box {
    bottom: 20px;
  }
}

/*========================================================================
22. Process Sections
=========================================================================*/
.process-wrap-layout1 {
  background-color: #ffffff;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 130px;
  padding-bottom: 100px;
}

@media (max-width: 1536px) {
  .process-wrap-layout1 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .process-wrap-layout1 {
    padding-top: 115px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .process-wrap-layout1 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .process-wrap-layout1 {
    padding-top: 85px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .process-wrap-layout1 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.process-wrap-layout1:before {
  content: "";
  background: #de1919;
  background: linear-gradient(180deg, rgba(25, 0, 103, 0.6) 1%, rgba(42, 7, 249, 0.6) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

.process-wrap-layout1 .process-inner-wrap {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}

.process-heading-content {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.process-heading-content .play-btn-primary {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.process-heading-content .video-title {
  color: #ffffff;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.process-heading-content .video-title:hover {
  color: #930007;
}

.process-heading-content .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.process-heading-content .description {
  color: #ffffff;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.process-box-layout1 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 75px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.process-box-layout1:before {
  content: "";
  background-color: #930007;
  position: absolute;
  z-index: -1;
  height: 4px;
  width: 100%;
  border-radius: 0 0 5px 5px;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.process-box-layout1:after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 0 0 5px 5px;
  width: 0;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}

.process-box-layout1 .icon-box path {
  transition: all 0.2s ease-in-out;
}

.process-box-layout1.color-one:before {
  background-color: #FFA800;
}

.process-box-layout1.color-one .icon-box path {
  fill: #FFA800;
}

.process-box-layout1.color-two:before {
  background-color: #0FB5DA;
}

.process-box-layout1.color-two .icon-box path {
  fill: #0FB5DA;
}

.process-box-layout1.color-three:before {
  background-color: #27D458;
}

.process-box-layout1.color-three .icon-box path {
  fill: #27D458;
}

.process-box-layout1.color-four:before {
  background-color: #FF3C77;
}

.process-box-layout1.color-four .icon-box path {
  fill: #FF3C77;
}

.process-box-layout1 .icon-box {
  overflow: hidden;
  display: inline-block;
  color: #930007;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 10px;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.process-box-layout1 .title {
  font-weight: 600;
  margin-bottom: 10px;
}

.process-box-layout1 .title a {
  color: #041A57;
  transition: all 0.3s ease-in-out;
}

.process-box-layout1 .description {
  transition: all 0.3s ease-in-out;
}

.process-box-layout1:hover:before {
  height: 100%;
  border-radius: 5px;
}

.process-box-layout1:hover:after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.process-box-layout1:hover .icon-box svg {
  -webkit-animation: toTopFromBottom 0.5s forwards;
          animation: toTopFromBottom 0.5s forwards;
}

.process-box-layout1:hover .icon-box path {
  fill: #ffffff;
}

.process-box-layout1:hover .title a {
  color: #ffffff;
}

.process-box-layout1:hover .description {
  color: #ffffff;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    transform: translateY(-50%);
  }
  50% {
    opacity: 0;
    transform: translateY(50%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-50%);
  }
  50% {
    opacity: 0;
    transform: translateY(50%);
  }
  51% {
    opacity: 1;
  }
}

.process-wrap-layout2 {
  background-color: #F5F5F5;
  padding-top: 122px;
  padding-bottom: 90px;
}

@media (max-width: 1199px) {
  .process-wrap-layout2 {
    padding-top: 107px;
    padding-bottom: 75px;
  }
}

@media (max-width: 991px) {
  .process-wrap-layout2 {
    padding-top: 92px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .process-wrap-layout2 {
    padding-top: 77px;
    padding-bottom: 45px;
  }
}

@media (max-width: 575px) {
  .process-wrap-layout2 {
    padding-top: 62px;
    padding-bottom: 30px;
  }
}

.process-box-layout2 {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 60px 40px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .process-box-layout2 {
    display: block;
  }
}

.process-box-layout2:before {
  border-radius: 100px;
  content: "";
  top: 10px;
  right: 10px;
  height: 0;
  width: 0;
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.process-box-layout2 .icon-box {
  margin-right: 15px;
}

@media (max-width: 575px) {
  .process-box-layout2 .icon-box {
    margin-bottom: 20px;
  }
}

.process-box-layout2 .icon-box path {
  transition: all 0.3s ease-in-out;
}

.process-box-layout2 .content-box {
  flex: 1;
}

.process-box-layout2 .content-box .numbering {
  height: 90px;
  width: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 5px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: absolute;
  right: -5px;
  top: -15px;
  transition: all 0.3s ease-in-out;
}

.process-box-layout2 .content-box .title {
  font-weight: 600;
  margin-bottom: 10px;
}

.process-box-layout2 .content-box .title a {
  color: #041A57;
  transition: all 0.3s ease-in-out;
}

.process-box-layout2 .content-box .description {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.process-box-layout2.color-one:before {
  background-color: #FFA800;
}

.process-box-layout2.color-one .icon-box path {
  fill: #FFA800;
}

.process-box-layout2.color-one .numbering {
  color: #FFA800;
}

.process-box-layout2.color-two:before {
  background-color: #0FB5DA;
}

.process-box-layout2.color-two .icon-box path {
  fill: #0FB5DA;
}

.process-box-layout2.color-two .numbering {
  color: #0FB5DA;
}

.process-box-layout2.color-three:before {
  background-color: #27D458;
}

.process-box-layout2.color-three .icon-box path {
  fill: #27D458;
}

.process-box-layout2.color-three .numbering {
  color: #27D458;
}

.process-box-layout2.color-four:before {
  background-color: #FF3C77;
}

.process-box-layout2.color-four .icon-box path {
  fill: #FF3C77;
}

.process-box-layout2.color-four .numbering {
  color: #FF3C77;
}

.process-box-layout2:hover:before {
  border-radius: 15px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.process-box-layout2:hover .icon-box path {
  fill: #ffffff;
}

.process-box-layout2:hover .numbering {
  color: #ffffff;
}

.process-box-layout2:hover .title a {
  color: #ffffff;
}

.process-box-layout2:hover .description {
  color: #ffffff;
}

.process-box-layout2:hover.color-one .numbering {
  background-color: #FFA800;
}

.process-box-layout2:hover.color-two .numbering {
  background-color: #0FB5DA;
}

.process-box-layout2:hover.color-three .numbering {
  background-color: #27D458;
}

.process-box-layout2:hover.color-four .numbering {
  background-color: #FF3C77;
}

/*========================================================================
23. Schedule Sections
=========================================================================*/
.schedule-wrap-layout1 {
  padding: 122px 0 130px;
}

@media (max-width: 1199px) {
  .schedule-wrap-layout1 {
    padding: 107px 0 115px;
  }
}

@media (max-width: 991px) {
  .schedule-wrap-layout1 {
    padding: 92px 0 100px;
  }
}

@media (max-width: 767px) {
  .schedule-wrap-layout1 {
    padding: 77px 0 85px;
  }
}

@media (max-width: 575px) {
  .schedule-wrap-layout1 {
    padding: 62px 0 70px;
  }
}

.schedule-box-layout1 {
  display: flex;
  align-items: flex-start;
}

.schedule-box-layout1 .tab-nav {
  overflow: hidden;
  list-style: none;
  margin-bottom: 30px;
  flex-direction: column;
}

.schedule-box-layout1 .tab-nav .menu-item {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin-bottom: 20px;
}

.schedule-box-layout1 .tab-nav .menu-item:last-child {
  margin-bottom: 0;
}

.schedule-box-layout1 .tab-nav .menu-item .menu-link {
  border-radius: 0 10px 10px 0;
  transform: rotate(180deg);
  padding: 20px 10px;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(1n) .menu-link {
  background-color: #f7f9ff;
  color: #1448F6;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(1n) .menu-link.active {
  background-color: #1448F6;
  color: #ffffff;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(2n) .menu-link {
  background-color: #ffeff3;
  color: #930007;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(2n) .menu-link.active {
  background-color: #930007;
  color: #ffffff;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(3n) .menu-link {
  background-color: #f9f6ff;
  color: #701EF3;
}

.schedule-box-layout1 .tab-nav .menu-item:nth-child(3n) .menu-link.active {
  background-color: #701EF3;
  color: #ffffff;
}

.schedule-box-layout1 .tab-content {
  flex: 1;
  padding: 50px;
  box-shadow: 0 0 50px 4px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
  .schedule-box-layout1 .tab-content {
    padding: 30px;
  }
}

.schedule-box-layout1 .tab-content .tab-item .panel-default {
  margin-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}

.schedule-box-layout1 .tab-content .tab-item .panel-default:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:after {
  display: none;
}

@media (max-width: 575px) {
  .schedule-box-layout1 .tab-content .tab-item .accordion-button:before {
    transform: scale(0.7);
  }
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:not(.collapsed):before {
  content: url("../image/elements/minus-icon.svg");
  position: absolute;
  right: 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button.collapsed:before {
  content: url("../image/elements/plus-icon.svg");
  position: absolute;
  right: 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:focus {
  box-shadow: none;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:after {
  position: absolute;
  right: 15px;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:not(.collapsed) .number {
  padding-left: 15px;
}

@media (max-width: 575px) {
  .schedule-box-layout1 .tab-content .tab-item .accordion-button:not(.collapsed) .number {
    padding-left: 5px;
  }
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button:not(.collapsed) .number div {
  opacity: 1;
  transform: translateX(0);
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button .time {
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button .time svg {
  margin-right: 5px;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button .number {
  overflow: hidden;
  color: #E8830E;
  font-weight: 600;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px;
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button .number div {
  opacity: 0;
  transform: translateX(-90px);
  transition: all 0.5s cubic-bezier(0.23, 0.03, 0, 1.08);
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button .title {
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .schedule-box-layout1 .tab-content .tab-item .accordion-button .title {
    font-size: 22px;
  }
}

.schedule-box-layout1 .tab-content .tab-item .accordion-button .description {
  max-width: 930px;
  width: 100%;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body {
  padding-bottom: 30px;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body .speaker-info {
  display: flex;
  align-items: center;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body .speaker-info img {
  border-radius: 50%;
  margin-right: 10px;
}

.schedule-box-layout1 .tab-content .tab-item .panel-body .speaker-info .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(1n) .accordion-button .time {
  color: #1448F6;
  background-color: #f7f9ff;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(1n) .accordion-button .time svg {
  fill: #1448F6;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(2n) .accordion-button .time {
  color: #930007;
  background-color: #ffeff3;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(2n) .accordion-button .time svg {
  fill: #930007;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(3n) .accordion-button .time {
  color: #701EF3;
  background-color: #f9f6ff;
}

.schedule-box-layout1 .tab-content .tab-item:nth-child(3n) .accordion-button .time svg {
  fill: #701EF3;
}

.schedule-wrap-layout2 {
  background-color: #ffffff;
  padding-top: 122px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .schedule-wrap-layout2 {
    padding-top: 107px;
    padding-bottom: 115px;
  }
}

@media (max-width: 991px) {
  .schedule-wrap-layout2 {
    padding-top: 92px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .schedule-wrap-layout2 {
    padding-top: 77px;
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  .schedule-wrap-layout2 {
    padding-top: 62px;
    padding-bottom: 70px;
  }
}

.schedule-inner-wrap-layout2 .tab-nav {
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.schedule-inner-wrap-layout2 .tab-nav:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #EBEAEA;
}

@media (max-width: 767px) {
  .schedule-inner-wrap-layout2 .tab-nav:before {
    display: none;
  }
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item {
  margin: 5px 9px;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item .menu-link {
  font-weight: 700;
  font-size: 20px;
  padding: 9px 38px;
  border-radius: 5px;
  display: inline-block;
}

@media (max-width: 767px) {
  .schedule-inner-wrap-layout2 .tab-nav .menu-item .menu-link {
    font-size: 16px;
  }
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(1n) .menu-link {
  color: #930007;
  background-color: #E1E8FF;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(1n) .menu-link.active {
  background-color: #930007;
  color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(2n) .menu-link {
  color: #930007;
  background-color: #FFE4EA;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(2n) .menu-link.active {
  background-color: #930007;
  color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(3n) .menu-link {
  color: #1CC9EF;
  background-color: #EAFBFF;
}

.schedule-inner-wrap-layout2 .tab-nav .menu-item:nth-child(3n) .menu-link.active {
  background-color: #1CC9EF;
  color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time {
  color: #930007;
  background-color: #E1E8FF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time svg {
  fill: #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number {
  color: #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number svg {
  fill: #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:before {
  background-color: #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(odd) .info-box:before {
  border-left: 20px solid #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(even) .info-box:before {
  border-right: 20px solid #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box {
  background-color: #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number {
  color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(1n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number svg {
  fill: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time {
  color: #930007;
  background-color: #FFE4EA;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time svg {
  fill: #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number {
  color: #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number svg {
  fill: #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:before {
  background-color: #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(odd) .info-box:before {
  border-left: 20px solid #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(even) .info-box:before {
  border-right: 20px solid #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box {
  background-color: #930007;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number {
  color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(2n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number svg {
  fill: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time {
  color: #1CC9EF;
  background-color: #EAFBFF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time svg {
  fill: #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number {
  color: #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number svg {
  fill: #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:before {
  background-color: #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(odd) .info-box:before {
  border-left: 20px solid #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover:nth-child(even) .info-box:before {
  border-right: 20px solid #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box {
  background-color: #1CC9EF;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number {
  color: #ffffff;
}

.schedule-inner-wrap-layout2 .tab-content .tab-item:nth-child(3n) .schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number svg {
  fill: #ffffff;
}

.schedule-box-wrap-layout2 {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 {
    background-image: none;
  }
}

.schedule-box-wrap-layout2:before {
  content: '';
  position: absolute;
  left: 50%;
  background-color: #e6e6e6;
  transform: translateX(-50%);
  top: 150px;
  width: 2px;
  height: calc(100% - 150px);
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2:before {
    display: none;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2 {
  display: flex;
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2 {
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2 {
    max-width: 100%;
    display: block;
    margin-bottom: 50px;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #EBEAEA;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:before {
    display: none;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 40%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box {
    position: inherit;
    top: inherit;
    transform: inherit;
    margin-left: 50px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box {
    margin-left: 30px;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .figure-box {
  height: 74px;
  width: 74px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .figure-box img {
  border-radius: 50%;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .content-box {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .content-box {
    opacity: 1;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .content-box .title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .content-box .title {
    font-size: 20px;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .heading-box .content-box .sub-title {
  margin-bottom: 0;
  color: #041A57;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box {
  background-color: #fafafa;
  padding: 45px 40px 40px;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box {
    padding: 30px;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time {
  display: inline-flex;
  align-items: center;
  padding: 7px 20px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .time svg {
  margin-right: 5px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .title {
  font-weight: 600;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .title {
    font-size: 22px;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .description {
  transition: all 0.3s ease-in-out;
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number {
  font-size: 20px;
  font-weight: 600;
  color: #930007;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number {
    font-size: 18px;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2 .info-box .room-number svg {
  fill: #930007;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) {
  left: 50%;
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) {
    left: inherit;
    text-align: left;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even):before {
  left: -10px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box {
  left: -290px;
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box {
    left: inherit;
    text-align: left;
    flex-direction: row-reverse;
    justify-content: start;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box .figure-box {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box .figure-box {
    margin-left: 0;
    margin-right: 15px;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box .content-box {
  text-align: right;
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .heading-box .content-box {
    text-align: left;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .info-box {
  margin-left: 50px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .info-box:before {
  left: -20px;
  right: inherit;
  border-top: 30px solid transparent;
  border-right: 20px solid #F9F9F9;
  border-bottom: 30px solid transparent;
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .info-box:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(even) .info-box {
    margin-left: 0;
    margin-right: 0;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) {
  left: calc(50% - 500px);
  text-align: right;
}

@media (max-width: 1199px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) {
    left: calc(50% - 450px);
  }
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) {
    left: inherit;
    text-align: left;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd):before {
  right: -10px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .heading-box {
  right: -290px;
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .heading-box {
    right: 0;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .heading-box .figure-box {
  margin-right: 15px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .heading-box .content-box {
  text-align: left;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .info-box {
  margin-right: 50px;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .info-box:before {
  right: -20px;
  left: inherit;
  border-top: 30px solid transparent;
  border-left: 20px solid #F9F9F9;
  border-bottom: 30px solid transparent;
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .info-box:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .schedule-box-wrap-layout2 .schedule-box-layout2:nth-child(odd) .info-box {
    margin-right: 0;
    margin-left: 0;
  }
}

.schedule-box-wrap-layout2 .schedule-box-layout2:last-child {
  margin-bottom: 0;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:hover .heading-box .content-box {
  opacity: 1;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .title {
  color: #ffffff;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .description {
  color: #ffffff;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number {
  color: #ffffff;
}

.schedule-box-wrap-layout2 .schedule-box-layout2:hover .info-box .room-number svg {
  fill: #ffffff;
}

.schedule-wrap-layout3 {
  padding-top: 150px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #041A57;
}

@media (max-width: 1199px) {
  .schedule-wrap-layout3 {
    padding-top: 135px;
    padding-bottom: 115px;
  }
}

@media (max-width: 991px) {
  .schedule-wrap-layout3 {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .schedule-wrap-layout3 {
    padding-top: 105px;
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  .schedule-wrap-layout3 {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

.schedule-wrap-layout3:before {
  content: url("../image/elements/gradient-shape.svg");
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
}

.schedule-wrap-layout3:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  border-top: 70px solid #F9F9F9;
  border-right: 100vw solid transparent;
  left: 0;
}

@media (max-width: 767px) {
  .schedule-wrap-layout3:after {
    border-top: 50px solid #F9F9F9;
  }
}

.schedule-box-layout3 {
  position: relative;
}

.schedule-box-layout3.schedule-nav {
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 50px;
}

.schedule-box-layout3.schedule-nav .swiper-slide {
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  padding: 9px 38px;
  border-radius: 45px;
  display: inline-block;
  color: #ffffff;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.schedule-box-layout3.schedule-nav .swiper-slide.swiper-slide-thumb-active {
  background-color: #930007;
}

.schedule-box-layout3.schedule-content .panel-default {
  margin-bottom: 30px;
}

.schedule-box-layout3.schedule-content .accordion-button {
  padding: 30px 110px 30px 40px;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .schedule-box-layout3.schedule-content .accordion-button {
    display: block;
    padding: 30px 90px 30px 30px;
  }
}

.schedule-box-layout3.schedule-content .accordion-button:after {
  background-image: inherit;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  height: 50px;
  width: 50px;
  background-color: #0C2469;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .schedule-box-layout3.schedule-content .accordion-button:after {
    right: 30px;
    top: 30px;
  }
}

@media (max-width: 767px) {
  .schedule-box-layout3.schedule-content .accordion-button:after {
    font-size: 14px;
    height: 45px;
    width: 45px;
  }
}

@media (max-width: 575px) {
  .schedule-box-layout3.schedule-content .accordion-button:after {
    font-size: 13px;
    height: 40px;
    width: 40px;
  }
}

.schedule-box-layout3.schedule-content .accordion-button .date-time-wrap {
  margin-right: 50px;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .schedule-box-layout3.schedule-content .accordion-button .date-time-wrap {
    margin-bottom: 20px;
    align-items: flex-start;
  }
}

.schedule-box-layout3.schedule-content .accordion-button .date-time-wrap .date {
  font-size: 55px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  line-height: 1;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .schedule-box-layout3.schedule-content .accordion-button .date-time-wrap .date {
    font-size: 40px;
  }
}

.schedule-box-layout3.schedule-content .accordion-button .date-time-wrap .month {
  font-size: 24px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .schedule-box-layout3.schedule-content .accordion-button .date-time-wrap .month {
    font-size: 24px;
  }
}

.schedule-box-layout3.schedule-content .accordion-button .date-time-wrap .time {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
}

.schedule-box-layout3.schedule-content .accordion-button .content-box-wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .schedule-box-layout3.schedule-content .accordion-button .content-box-wrap {
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .schedule-box-layout3.schedule-content .accordion-button .content-box-wrap {
    display: block;
  }
}

.schedule-box-layout3.schedule-content .accordion-button .content-box-wrap .figure-box {
  margin-right: 15px;
  height: 60px;
  width: 60px;
}

@media (max-width: 1199px) {
  .schedule-box-layout3.schedule-content .accordion-button .content-box-wrap .figure-box {
    margin-top: 5px;
  }
}

@media (max-width: 575px) {
  .schedule-box-layout3.schedule-content .accordion-button .content-box-wrap .figure-box {
    margin-bottom: 10px;
    margin-top: 0;
  }
}

.schedule-box-layout3.schedule-content .accordion-button .content-box-wrap .figure-box img {
  border-radius: 50%;
}

.schedule-box-layout3.schedule-content .accordion-button .content-box-wrap .inner-box {
  flex: 1;
}

.schedule-box-layout3.schedule-content .accordion-button .content-box-wrap .title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 3px;
}

@media (max-width: 1199px) {
  .schedule-box-layout3.schedule-content .accordion-button .content-box-wrap .title {
    font-size: 24px;
  }
}

.schedule-box-layout3.schedule-content .accordion-button .content-box-wrap .sub-title {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 3px;
}

.schedule-box-layout3.schedule-content .accordion-button .content-box-wrap .sub-title span {
  font-weight: 500;
}

.schedule-box-layout3.schedule-content .accordion-button.collapsed {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #4f5974;
}

.schedule-box-layout3.schedule-content .accordion-button:not(.collapsed) {
  background-color: #930007;
  border-radius: 10px 10px 0 0;
  border: 1px solid #930007;
}

.schedule-box-layout3.schedule-content .panel-body {
  padding: 30px 40px;
  position: relative;
  background-color: #930007;
  border-radius: 0 0 10px 10px;
  border: 1px solid #930007;
}

@media (max-width: 1199px) {
  .schedule-box-layout3.schedule-content .panel-body {
    padding: 30px;
  }
}

.schedule-box-layout3.schedule-content .panel-body:before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background-color: #7762F2;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .schedule-box-layout3.schedule-content .panel-body:before {
    width: calc(100% - 60px);
  }
}

.schedule-box-layout3.schedule-content .panel-body .description {
  color: #ffffff;
}

.schedule-box-layout3.schedule-content .panel-body .address-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.schedule-box-layout3.schedule-content .panel-body .address-wrap .icon-box {
  margin-right: 10px;
}

.schedule-box-layout3.schedule-content .panel-body .address-wrap .icon-box svg {
  fill: #930007;
}

.schedule-box-layout3.schedule-content .panel-body .address-wrap .address-text {
  color: #ffffff;
}

.schedule-slider-main-wrap {
  position: relative;
}

.schedule-slider-main-wrap .slider-btn {
  background-color: #0C2469;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.schedule-slider-main-wrap .slider-btn.slider-btn-prev {
  left: 30px;
}

.schedule-slider-main-wrap .slider-btn.slider-btn-next {
  right: 30px;
}

.schedule-slider-main-wrap .slider-btn:hover {
  background-color: #930007;
}

.schedule-wrap-layout4 {
  background-color: #150D2C;
  padding-top: 122px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .schedule-wrap-layout4 {
    padding-top: 107px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .schedule-wrap-layout4 {
    padding-top: 92px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .schedule-wrap-layout4 {
    padding-top: 77px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .schedule-wrap-layout4 {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

.schedule-wrap-layout4 ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.schedule-wrap-layout4 ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.schedule-wrap-layout4 ::-webkit-scrollbar-thumb {
  background: #930007;
}

.schedule-wrap-layout4 ::-webkit-scrollbar-thumb:hover {
  background: rgba(42, 7, 249, 0.8);
}

.schedule-box-layout4 {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .schedule-box-layout4 {
    overflow-x: scroll;
  }
}

.schedule-box-layout4 table {
  min-width: 936px;
}

.schedule-box-layout4 tbody tr {
  font-family: "Raleway", sans-serif;
}

.schedule-box-layout4 tbody tr th, .schedule-box-layout4 tbody tr td {
  padding: 23px 10px;
  transition: all 0.3s ease-in-out;
}

.schedule-box-layout4 tbody tr:nth-child(odd) th, .schedule-box-layout4 tbody tr:nth-child(odd) td {
  background-color: #1C1434;
  box-shadow: none;
  border: 0;
}

.schedule-box-layout4 tbody tr:nth-child(even) th, .schedule-box-layout4 tbody tr:nth-child(even) td {
  background-color: #241B3E;
  box-shadow: none;
  border: 0;
}

.schedule-box-layout4 tbody tr .schedule-time {
  padding-left: 80px;
  font-size: 20px;
  font-weight: 500 !important;
}

@media (max-width: 1199px) {
  .schedule-box-layout4 tbody tr .schedule-time {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .schedule-box-layout4 tbody tr .schedule-time {
    font-size: 18px;
  }
}

.schedule-box-layout4 tbody tr .schedule-time .icon-box {
  margin-right: 5px;
  line-height: 1;
  display: inline-block;
}

.schedule-box-layout4 tbody tr .schedule-title {
  line-height: 1.3;
  font-weight: 500 !important;
}

.schedule-box-layout4 tbody tr .schedule-title .title {
  margin-bottom: 0;
  color: #ffffff;
}

.schedule-box-layout4 tbody tr .schedule-speaker {
  color: #930007;
  font-size: 18px;
  font-weight: 400;
}

.schedule-box-layout4 tbody tr .schedule-btn {
  padding-right: 80px;
}

@media (max-width: 1199px) {
  .schedule-box-layout4 tbody tr .schedule-btn {
    padding-right: 30px;
  }
}

.schedule-box-layout4 tbody tr .schedule-btn a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.schedule-box-layout4 tbody tr .schedule-btn a:hover {
  color: #930007;
}

.schedule-box-layout4 tbody tr:hover th, .schedule-box-layout4 tbody tr:hover td {
  background-color: #3f3266;
}

.schedule-wrap-layout5 {
  padding-top: 122px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #041A57;
}

@media (max-width: 1199px) {
  .schedule-wrap-layout5 {
    padding-top: 107px;
    padding-bottom: 115px;
  }
}

@media (max-width: 991px) {
  .schedule-wrap-layout5 {
    padding-top: 92px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .schedule-wrap-layout5 {
    padding-top: 77px;
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  .schedule-wrap-layout5 {
    padding-top: 62px;
    padding-bottom: 70px;
  }
}

.schedule-wrap-layout5:before {
  content: url("../image/elements/gradient-shape.svg");
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
}

/*========================================================================
24. Service Sections
=========================================================================*/
.service-wrap-layout1 {
  padding-top: 122px;
  padding-bottom: 195px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .service-wrap-layout1 {
    padding-top: 107px;
    padding-bottom: 165px;
  }
}

@media (max-width: 991px) {
  .service-wrap-layout1 {
    padding-top: 92px;
    padding-bottom: 135px;
  }
}

@media (max-width: 767px) {
  .service-wrap-layout1 {
    padding-top: 77px;
    padding-bottom: 105px;
  }
}

@media (max-width: 575px) {
  .service-wrap-layout1 {
    padding-top: 62px;
    padding-bottom: 75px;
  }
}

.service-wrap-layout1:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  border-bottom: 130px solid #ffffff;
  border-left: 100vw solid transparent;
  right: 0;
}

@media (max-width: 991px) {
  .service-wrap-layout1:before {
    border-bottom: 80px solid #ffffff;
  }
}

@media (max-width: 767px) {
  .service-wrap-layout1:before {
    border-bottom: 50px solid #ffffff;
  }
}

.service-wrap-layout1 .register-content {
  margin-bottom: 15px;
  margin-top: 15px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.service-wrap-layout1 .register-content i {
  margin-right: 10px;
  font-size: 6px;
}

.service-box-layout1 {
  margin: 0 10px;
  position: relative;
  margin-bottom: 30px;
  padding: 55px 30px 65px;
  text-align: center;
  z-index: 1;
}

.service-box-layout1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #28212E;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.service-box-layout1.bg-style-one:before {
  transform: perspective(200px) rotateX(4deg) translateY(0);
}

.service-box-layout1.bg-style-two:before {
  transform: perspective(200px) rotateX(-4deg) translateY(0);
}

.service-box-layout1 .icon-box {
  margin-bottom: 15px;
}

.service-box-layout1 .icon-box svg {
  transition: all 0.3s ease-in-out;
}

.service-box-layout1.color-one .icon-box svg {
  fill: #FFA800;
}

.service-box-layout1.color-two .icon-box svg {
  fill: #0FB5DA;
}

.service-box-layout1.color-three .icon-box svg {
  fill: #27D558;
}

.service-box-layout1.color-four .icon-box svg {
  fill: #FF3C77;
}

.service-box-layout1.color-five .icon-box svg {
  fill: #FD4848;
}

.service-box-layout1.color-six .icon-box svg {
  fill: #1581FF;
}

.service-box-layout1 .title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-box-layout1 .description {
  color: #F2F2F2;
  margin-bottom: 0;
}

.service-box-layout1:hover.bg-style-one:before {
  transform: perspective(200px) rotateX(-4deg) translateY(17px);
}

.service-box-layout1:hover.bg-style-two:before {
  transform: perspective(200px) rotateX(4deg) translateY(-17px);
}

.service-box-layout1:hover .icon-box svg {
  fill: #ffffff;
}

.service-box-layout1:hover.color-one:before {
  background-color: #FFA800;
}

.service-box-layout1:hover.color-two:before {
  background-color: #0FB5DA;
}

.service-box-layout1:hover.color-three:before {
  background-color: #27D558;
}

.service-box-layout1:hover.color-four:before {
  background-color: #FF3C77;
}

.service-box-layout1:hover.color-five:before {
  background-color: #FD4848;
}

.service-box-layout1:hover.color-six:before {
  background-color: #1581FF;
}

/*========================================================================
25. Sidebar Sections
=========================================================================*/
.template-sidebar {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .template-sidebar {
    margin-top: 30px;
  }
}

.widget {
  margin-bottom: 30px;
}

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

.widget .widget-heading {
  margin-bottom: 20px;
}

.widget .widget-heading .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.widget.widget-border {
  border: 1px solid #C7C5C5;
  padding: 35px;
  border-radius: 10px;
}

.widget-search .input-group {
  border: 0;
  border-bottom: 1px solid #C4C4C4;
}

.widget-search .form-control {
  height: 45px;
  padding: 10px 0;
  font-size: 17px;
  color: #000000;
  border: 0;
}

.widget-search .form-control:focus {
  outline: none;
  box-shadow: none;
}

.widget-search .input-group-addon button {
  height: 45px;
  width: 30px;
  background-color: transparent;
  border: 0;
  padding: 10px 0;
  text-align: right;
}

.widget-search .input-group-addon button svg path {
  fill: #041A57;
  transition: all 0.3s ease-in-out;
}

.widget-search .input-group-addon button:focus {
  outline: none;
  box-shadow: none;
}

.widget-search .input-group-addon button:hover svg path {
  fill: #930007;
}

.widget-search input.form-control::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #929090;
}

.widget-search input.form-control::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  color: #929090;
}

.widget-search input.form-control:-moz-placeholder {
  font-family: "Raleway", sans-serif;
  color: #929090;
}

.widget-search input.form-control:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #929090;
}

.widget-banner {
  position: relative;
  z-index: 1;
}

.widget-banner:before {
  content: "";
  background-color: rgba(42, 7, 249, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
}

.widget-banner img {
  border-radius: 10px;
}

.widget-banner .content-box {
  padding: 30px;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}

.widget-banner .content-box .title {
  color: #ffffff;
  font-style: italic;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.3;
}

.widget-banner .content-box .title span {
  display: block;
}

.widget-recent-post .single-post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.widget-recent-post .single-post .figure-box {
  margin-right: 12px;
}

.widget-recent-post .single-post .figure-box .link-item {
  display: block;
}

.widget-recent-post .single-post .figure-box img {
  border-radius: 5px;
}

.widget-recent-post .single-post .content-box {
  flex: 1;
}

.widget-recent-post .single-post .content-box .entry-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}

.widget-recent-post .single-post .content-box .entry-title a {
  color: #041A57;
}

.widget-recent-post .single-post .content-box .entry-date {
  font-size: 14px;
  font-style: italic;
  font-family: "Raleway", sans-serif;
  color: #930007;
}

.widget-follow-us .social {
  list-style: none;
}

.widget-follow-us .social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.widget-follow-us .social li:last-child {
  margin-right: 0;
}

.widget-follow-us .social li a {
  border-radius: 50%;
  color: #BABBBC;
  border: 1px solid #B1B1B1;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.widget-follow-us .social li a:hover {
  color: #ffffff;
}

.widget-follow-us .social li .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.widget-follow-us .social li .twitter:hover {
  background-color: #00acee;
  border-color: #00acee;
}

.widget-follow-us .social li .linkedin:hover {
  background-color: #0077B5;
  border-color: #0077B5;
}

.widget-follow-us .social li .instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}

.widget-follow-us .social li .pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c;
}

.widget-tag .tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.widget-tag .tagcloud .tag-cloud-link {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #041A57;
  margin: 0 5px 10px;
  display: inline-block;
  padding: 6px 15px 8px;
  background-color: #F6F6F6;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.widget-tag .tagcloud .tag-cloud-link:hover {
  background-color: #930007;
  color: #ffffff;
}

/*========================================================================
26. Speaker Sections
=========================================================================*/
.speaker-wrap-layout1 {
  background-color: #F5F9FF;
  padding-top: 122px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .speaker-wrap-layout1 {
    padding-top: 107px;
    padding-bottom: 115px;
  }
}

@media (max-width: 991px) {
  .speaker-wrap-layout1 {
    padding-top: 92px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .speaker-wrap-layout1 {
    padding-top: 77px;
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  .speaker-wrap-layout1 {
    padding-top: 62px;
    padding-bottom: 70px;
  }
}

.speaker-box-layout1 {
  position: relative;
}

.speaker-box-layout1 .figure-box {
  position: relative;
  overflow: hidden;
}

.speaker-box-layout1 .figure-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(43, 6, 249, 0.5) 70%, rgba(0, 0, 0, 0.9) 100%);
  bottom: 0;
  left: 0;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout1 .figure-box img {
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.23, 0.03, 0, 1.08);
}

.speaker-box-layout1 .content-box {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: 0;
  right: 0;
  padding: 45px 45px 25px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
  .speaker-box-layout1 .content-box {
    padding: 45px 30px 25px;
    bottom: -40px;
  }
}

.speaker-box-layout1 .content-box .top-content .title {
  font-weight: 600;
  margin-bottom: 0;
}

.speaker-box-layout1 .content-box .top-content .title a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout1 .content-box .top-content .title a:hover {
  color: #930007;
}

.speaker-box-layout1 .content-box .top-content .sub-title {
  color: #ffffff;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
}

.speaker-box-layout1 .content-box .bottom-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout1 .content-box .bottom-content .social {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.speaker-box-layout1 .content-box .bottom-content .social li {
  margin: 0 2px 2px;
  transform: rotateX(360deg);
  transition: transform 0.5s ease-in-out;
  transition-delay: 0.1s;
}

.speaker-box-layout1 .content-box .bottom-content .social li a {
  padding: 1px 7px;
  display: block;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout1 .content-box .bottom-content .social li a:hover {
  color: #930007;
}

.speaker-box-layout1 .content-box .bottom-content .social li:first-child {
  margin: 0 2px 2px 0;
}

.speaker-box-layout1:hover .figure-box:before {
  opacity: 1;
}

.speaker-box-layout1:hover .figure-box img {
  transform: scale(1.2);
}

.speaker-box-layout1:hover .content-box {
  bottom: 0;
}

.speaker-box-layout1:hover .bottom-content {
  opacity: 1;
  visibility: visible;
}

.speaker-box-layout1:hover .bottom-content .social li {
  transform: rotateX(0);
}

.speaker-wrap-layout2 {
  padding-top: 122px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .speaker-wrap-layout2 {
    padding-top: 107px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .speaker-wrap-layout2 {
    padding-top: 92px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .speaker-wrap-layout2 {
    padding-top: 77px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .speaker-wrap-layout2 {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

.speaker-box-layout2 {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.speaker-box-layout2 .figure-box {
  position: relative;
  z-index: 1;
}

.speaker-box-layout2 .figure-box:before {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.40;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout2 .figure-box img {
  border-radius: 10px;
}

.speaker-box-layout2.color-one .figure-box:before {
  background-color: #FE0000;
}

.speaker-box-layout2.color-two .figure-box:before {
  background-color: #3DF391;
}

.speaker-box-layout2.color-three .figure-box:before {
  background-color: #FE9800;
}

.speaker-box-layout2.color-four .figure-box:before {
  background-color: #0019FE;
}

.speaker-box-layout2.color-five .figure-box:before {
  background-color: #FF039A;
}

.speaker-box-layout2.color-six .figure-box:before {
  background-color: #8FFF00;
}

.speaker-box-layout2 .content-box {
  background-color: #ffffff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 10px 10px;
  margin: 0 10px;
  padding: 20px 20px 25px;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: 1;
}

.speaker-box-layout2 .content-box:before {
  content: "";
  position: absolute;
  top: -33px;
  left: 0;
  -webkit-clip-path: polygon(0% 50%, 0% 0%, 0% 0%, 100% 50%);
          clip-path: polygon(0% 50%, 0% 0%, 0% 0%, 100% 50%);
  background: #ffffff;
  width: 100%;
  height: 70px;
  z-index: -1;
  border-radius: 10px 0 0 0;
}
.speaker-box-layouts .content-box:before {
  content: "";
  position: absolute;
  top: -33px;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  background: none;
  width: 100%;
  height: 70px;
  z-index: -1;
  border-radius: 10px 0 0 0;
}

@media (max-width: 767px) {
  .speaker-box-layout2 .content-box {
    padding: 25px 15px;
    margin: 0 5px;
  }
}

.speaker-box-layout2 .content-box .title {
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .speaker-box-layout2 .content-box .title {
    font-size: 20px;
  }
}

.speaker-box-layout2 .content-box .title a {
  color: #041A57;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout2 .content-box .title a:hover {
  color: #930007;
}

.speaker-box-layout2 .content-box .sub-title {
  color: #7D828E;
}

.speaker-box-layout2 .content-box .speaker-social {
  position: absolute;
  top: -22px;
  right: 15px;
}

.speaker-box-layout2 .content-box .speaker-social ul {
  list-style: none;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.speaker-box-layout2 .content-box .speaker-social ul:before {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  z-index: 1;
  background-color: #930007;
  color: #ffffff;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.speaker-box-layout2 .content-box .speaker-social ul li {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout2 .content-box .speaker-social ul li a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout2 .content-box .speaker-social ul li:hover a {
  color: #ffffff;
}

.speaker-box-layout2 .content-box .speaker-social ul li.facebook:hover a {
  background-color: #3b5998;
}

.speaker-box-layout2 .content-box .speaker-social ul li.twitter:hover a {
  background-color: #00acee;
}

.speaker-box-layout2 .content-box .speaker-social ul li.instagram:hover a {
  background-color: #3f729b;
}

.speaker-box-layout2 .content-box .speaker-social ul li.linkedin:hover a {
  background-color: #0077B5;
}

.speaker-box-layout2 .content-box .speaker-social ul:hover li:nth-child(1n) {
  transform: translateY(-55px);
}

.speaker-box-layout2 .content-box .speaker-social ul:hover li:nth-child(2n) {
  transform: translateY(-110px);
}

.speaker-box-layout2 .content-box .speaker-social ul:hover li:nth-child(3n) {
  transform: translateY(-165px);
}

.speaker-box-layout2 .content-box .speaker-social ul:hover li:nth-child(4n) {
  transform: translateY(-220px);
}

.speaker-box-layout2:hover .figure-box:before {
  opacity: 0;
}

.speaker-wrap-layout3 {
  padding-top: 122px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .speaker-wrap-layout3 {
    padding-top: 107px;
  }
}

@media (max-width: 991px) {
  .speaker-wrap-layout3 {
    padding-top: 92px;
  }
}

@media (max-width: 767px) {
  .speaker-wrap-layout3 {
    padding-top: 77px;
  }
}

@media (max-width: 575px) {
  .speaker-wrap-layout3 {
    padding-top: 62px;
  }
}

.speaker-wrap-layout3 .register-content {
  color: #041A57;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.speaker-wrap-layout3 .register-content i {
  margin-right: 10px;
  font-size: 6px;
}

.speaker-box-layout3 {
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #D9D6D6;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 1s ease-in-out;
}

.speaker-box-layout3 .animated-bg {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #930007;
  opacity: 0;
  transition: width 0.4s linear, height 0.4s linear, opacity 0.4s linear;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.speaker-box-layout3 .figure-box {
  text-align: center;
  margin-bottom: 20px;
}

.speaker-box-layout3 .figure-box img {
  border-radius: 50%;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box {
  text-align: center;
}

.speaker-box-layout3 .content-box .title {
  font-weight: 600;
  margin-bottom: 5px;
}

.speaker-box-layout3 .content-box .title a {
  color: #041A57;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box .title a:hover {
  color: #930007;
}

.speaker-box-layout3 .content-box .sub-title {
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box .speaker-social ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.speaker-box-layout3 .content-box .speaker-social ul li {
  margin: 0 2px;
}

.speaker-box-layout3 .content-box .speaker-social ul li a {
  display: inline-block;
  color: #A9A9A9;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout3 .content-box .speaker-social ul li a:hover {
  color: #930007;
}

.speaker-box-layout3:hover {
  border-color: #930007;
}

.speaker-box-layout3:hover .animated-bg {
  width: 1500px;
  height: 1500px;
  opacity: 1;
}

.speaker-box-layout3:hover .figure-box img {
  filter: grayscale(0);
}

.speaker-box-layout3:hover .title a {
  color: #ffffff;
}

.speaker-box-layout3:hover .sub-title {
  color: #EEEEEE;
}

.speaker-box-layout3:hover .speaker-social ul li a {
  color: #ffffff;
}

.speaker-wrap-layout4 {
  background-color: transparent;
  padding-top: 122px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .speaker-wrap-layout4 {
    padding-top: 107px;
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .speaker-wrap-layout4 {
    padding-top: 92px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .speaker-wrap-layout4 {
    padding-top: 77px;
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .speaker-wrap-layout4 {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}

.speaker-box-layout4 {
  padding: 40px 30px 35px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.speaker-box-layout4 .speaker-social {
  position: absolute;
  top: calc(100% - 60px);
  padding-left: 10px;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout4 .speaker-social ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.speaker-box-layout4 .speaker-social ul li {
  margin-right: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout4 .speaker-social ul li:last-child {
  margin-right: 0;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(1n) {
  transition-delay: 0.1s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(2n) {
  transition-delay: 0.2s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(3n) {
  transition-delay: 0.3s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(4n) {
  transition-delay: 0.4s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(5n) {
  transition-delay: 0.5s;
}

.speaker-box-layout4 .speaker-social ul li:nth-child(6n) {
  transition-delay: 0.6s;
}

.speaker-box-layout4 .speaker-social ul li a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.speaker-box-layout4 .speaker-social ul li:hover a {
  color: #ffffff;
}

.speaker-box-layout4 .speaker-social ul li.facebook:hover a {
  background-color: #3b5998;
}

.speaker-box-layout4 .speaker-social ul li.twitter:hover a {
  background-color: #00acee;
}

.speaker-box-layout4 .speaker-social ul li.instagram:hover a {
  background-color: #3f729b;
}

.speaker-box-layout4 .speaker-social ul li.linkedin:hover a {
  background-color: #0077B5;
}

.speaker-box-layout4 .figure-box {
  margin-bottom: 15px;
}

.speaker-box-layout4 .content-box {
  padding: 0 10px;
}

.speaker-box-layout4 .content-box .title {
  font-weight: 600;
  margin-bottom: 3px;
}

.speaker-box-layout4 .content-box .title a {
  color: #ffffff;
}

.speaker-box-layout4 .content-box .sub-title {
  color: #ffffff;
  margin-bottom: 10px;
}

.speaker-box-layout4.color-one {
  background-color: #0DBD3F;
}

.speaker-box-layout4.color-two {
  background-color: #F3947F;
}

.speaker-box-layout4.color-three {
  background-color: #F3B234;
}

.speaker-box-layout4.color-four {
  background-color: #2A5CDE;
}

.speaker-box-layout4.color-five {
  background-color: #E0189C;
}

.speaker-box-layout4.color-six {
  background-color: #8834F3;
}

.speaker-box-layout4.color-seven {
  background-color: #0DBDB3;
}

.speaker-box-layout4.color-eight {
  background-color: #F06A1E;
}

.speaker-box-layout4.color-nine {
  background-color: #DD2929;
}

.speaker-box-layout4:hover .speaker-social ul li {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.speaker-wrap-layout5 {
  background-color: #F5F9FF;
  padding-top: 122px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .speaker-wrap-layout5 {
    padding-top: 107px;
  }
}

@media (max-width: 991px) {
  .speaker-wrap-layout5 {
    padding-top: 92px;
  }
}

@media (max-width: 767px) {
  .speaker-wrap-layout5 {
    padding-top: 77px;
  }
}

@media (max-width: 575px) {
  .speaker-wrap-layout5 {
    padding-top: 62px;
  }
}

.speaker-single-wrap {
  padding-top: 130px;
  padding-bottom: 106px;
}

@media (max-width: 1199px) {
  .speaker-single-wrap {
    padding-top: 115px;
    padding-bottom: 91px;
  }
}

@media (max-width: 991px) {
  .speaker-single-wrap {
    padding-top: 100px;
    padding-bottom: 76px;
  }
}

@media (max-width: 767px) {
  .speaker-single-wrap {
    padding-top: 85px;
    padding-bottom: 61px;
  }
}

@media (max-width: 575px) {
  .speaker-single-wrap {
    padding-top: 70px;
    padding-bottom: 46px;
  }
}

.speaker-single-box {
  height: 100%;
}

@media (max-width: 991px) {
  .speaker-single-box {
    height: auto;
  }
}

.speaker-single-box .figure-box {
  padding: 50px 0;
  margin-right: -330px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .speaker-single-box .figure-box {
    margin-right: 0;
    padding: 0;
    margin-bottom: 30px;
  }
}

.speaker-single-box .figure-box img {
  border-radius: 20px;
}

.speaker-single-box .content-box {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #F8F8F8;
  border-radius: 25px;
  padding: 50px 50px 50px 350px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .speaker-single-box .content-box {
    padding: 40px;
    height: auto;
  }
}

.speaker-single-box .content-box .title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .speaker-single-box .content-box .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .speaker-single-box .content-box .title {
    font-size: 24px;
  }
}

.speaker-single-box .content-box .sub-title {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #5A5A5A;
}

@media (max-width: 991px) {
  .speaker-single-box .content-box .sub-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .speaker-single-box .content-box .sub-title {
    font-size: 16px;
  }
}

.speaker-single-box .content-box .social {
  margin-top: 30px;
  list-style: none;
}

.speaker-single-box .content-box .social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.speaker-single-box .content-box .social li:last-child {
  margin-right: 0;
}

.speaker-single-box .content-box .social li a {
  border-radius: 50%;
  color: #BABBBC;
  border: 1px solid #B1B1B1;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.speaker-single-box .content-box .social li a:hover {
  color: #ffffff;
}

.speaker-single-box .content-box .social li .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.speaker-single-box .content-box .social li .twitter:hover {
  background-color: #00acee;
  border-color: #00acee;
}

.speaker-single-box .content-box .social li .linkedin:hover {
  background-color: #0077B5;
  border-color: #0077B5;
}

.speaker-single-box .content-box .social li .instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}

.speaker-single-box .content-box .social li .pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c;
}

.speaker-single-event-wrap {
  border-top: 1px solid #DEDEDE;
  margin-top: 80px;
  padding-top: 80px;
}

@media (max-width: 991px) {
  .speaker-single-event-wrap {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.speaker-single-event-wrap .section-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 35px;
}

.speaker-single-event-box {
  background-color: #ffffff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 24px;
}

.speaker-single-event-box .top-box {
  padding: 25px;
}

.speaker-single-event-box .day-number {
  background-color: #930007;
  font-size: 20px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  padding: 3px 13px;
  border-radius: 5px;
  display: inline-block;
}

.speaker-single-event-box .bottom-box {
  border-top: 1px solid #DBDBDB;
  padding: 25px;
}

.speaker-single-event-box .title {
  font-weight: 600;
  margin-bottom: 0;
}

.speaker-single-event-box .sub-title {
  font-size: 20px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  color: #930007;
}

/*========================================================================
27. Testimonial Sections
=========================================================================*/
.testimonial-wrap-layout1 {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .testimonial-wrap-layout1 {
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .testimonial-wrap-layout1 {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrap-layout1 {
    padding-bottom: 55px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrap-layout1 {
    padding-bottom: 40px;
  }
}

.testimonial-box-layout1 {
  border-radius: 10px;
  background-color: #fafafa;
  padding: 60px 35px;
  text-align: center;
  margin-bottom: 30px;
}

.testimonial-box-layout1 .icon-box {
  margin-bottom: 30px;
}

.testimonial-box-layout1 .icon-box path {
  fill: #930007;
}

.testimonial-box-layout1 .description {
  margin-bottom: 25px;
  font-style: italic;
}

.testimonial-box-layout1 .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}

.testimonial-box-layout1 .designation {
  font-style: italic;
  color: #7D828E;
}

.testimonials-wrap-layout2 {
  padding-top: 50px;
}

.testimonial-box-layout2 {
  border-radius: 20px;
  background-color: #fafafa;
  padding: 50px 30px;
}

.testimonial-box-layout2 .icon-box {
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-box-layout2 .icon-box path {
  fill: #930007;
}

.testimonial-box-layout2 .description {
  text-align: center;
  margin-bottom: 30px;
  font-style: italic;
  color: #041A57;
}

.testimonial-box-layout2 .figure-box {
  margin-right: 20px;
  height: 65px;
  width: 65px;
}

.testimonial-box-layout2 .figure-box img {
  border-radius: 50%;
}

.testimonial-box-layout2 .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #041A57;
}

.testimonial-box-layout2 .designation {
  font-weight: 500;
  color: #5A5A5A;
  font-family: "Raleway", sans-serif;
}

/*========================================================================
28. Venue Sections
=========================================================================*/
.venue-wrap-layout1 {
  background-color: #F9F9F9;
}

.venue-box-layout1 {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}

.venue-box-layout1 .figure-box {
  overflow: hidden;
  border-radius: 20px;
}

.venue-box-layout1 .figure-box .link {
  display: block;
}

.venue-box-layout1 .figure-box img {
  border-radius: 20px;
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.15s;
}

.venue-box-layout1 .content-box {
  padding: 25px 50px 30px;
  background-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  bottom: -60px;
  left: 0;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0 30px 4px 0 rgba(0, 0, 0, 0.01);
  transition: all 0.3s ease-in-out;
}

.venue-box-layout1 .content-box .venu-number {
  font-size: 18px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #930007;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .venue-box-layout1 .content-box .venu-number {
    font-size: 20px;
  }
}

.venue-box-layout1 .content-box .title {
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .venue-box-layout1 .content-box .title {
    font-size: 22px;
  }
}

.venue-box-layout1 .content-box .title a {
  color: #041A57;
  transition: all 0.3s ease-in-out;
}

.venue-box-layout1 .content-box .title a:hover {
  color: #930007;
}

.venue-box-layout1 .content-box .location {
  color: #5A5A5A;
  margin-bottom: 8px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .venue-box-layout1 .content-box .location {
    font-size: 16px;
  }
}

.venue-box-layout1 .content-box .location i {
  margin-right: 10px;
}

.venue-box-layout1 .content-box .video {
  display: flex;
  align-items: center;
}

.venue-box-layout1 .content-box .video .video-link {
  margin-right: 10px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  background-color: #930007;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.venue-box-layout1 .content-box .video .video-link i {
  font-size: 12px;
}

.venue-box-layout1 .content-box .video .video-link:hover {
  background-color: #930007;
}

.venue-box-layout1 .content-box .video .text {
  color: #930007;
  font-size: 20px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .venue-box-layout1 .content-box .video .text {
    font-size: 16px;
  }
}

.venue-box-layout1:hover .figure-box img {
  transform: scale(1.2);
}

.venue-box-layout1:hover .content-box {
  background-color: #930007;
}

.venue-box-layout1:hover .content-box .venu-number {
  color: #ffffff;
}

.venue-box-layout1:hover .content-box .title a {
  color: #ffffff;
}

.venue-box-layout1:hover .content-box .title a:hover {
  color: #930007;
}

.venue-box-layout1:hover .content-box .location {
  color: #ffffff;
}

.venue-box-layout1:hover .content-box .video .video-link {
  color: #930007;
  background-color: #ffffff;
}

.venue-box-layout1:hover .content-box .video .video-link i {
  font-size: 12px;
}

.venue-box-layout1:hover .content-box .video .video-link:hover {
  color: #ffffff;
  background-color: #930007;
}

.venue-box-layout1:hover .content-box .video .text {
  color: #ffffff;
}

.venu-info-wrap-layout1 {
  padding-top: 50px;
  padding-bottom: 230px;
}

@media (max-width: 1199px) {
  .venu-info-wrap-layout1 {
    padding-top: 115px;
    padding-bottom: 215px;
  }
}

@media (max-width: 991px) {
  .venu-info-wrap-layout1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .venu-info-wrap-layout1 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media (max-width: 575px) {
  .venu-info-wrap-layout1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.venu-info-box-layout1 .figure-box {
  margin-right: -200px;
}

@media (max-width: 991px) {
  .venu-info-box-layout1 .figure-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.venu-info-box-layout1 .figure-box img {
  border-radius: 20px;
}

.venu-info-box-layout1 .content-box {
  background-color: #ffffff;
  padding: 80px 65px;
  border-radius: 20px;
  transform: translateY(100px);
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .venu-info-box-layout1 .content-box {
    padding: 70px 55px;
  }
}

@media (max-width: 991px) {
  .venu-info-box-layout1 .content-box {
    padding: 60px 45px;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .venu-info-box-layout1 .content-box {
    padding: 50px 35px;
  }
}

@media (max-width: 575px) {
  .venu-info-box-layout1 .content-box {
    padding: 40px 30px;
  }
}

.venu-info-box-layout1 .content-box .sub-title {
  font-weight: 500;
  font-size: 25px;
  font-family: "Raleway", sans-serif;
  color: #930007;
}

@media (max-width: 1199px) {
  .venu-info-box-layout1 .content-box .sub-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .venu-info-box-layout1 .content-box .sub-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .venu-info-box-layout1 .content-box .sub-title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .venu-info-box-layout1 .content-box .sub-title {
    font-size: 18px;
  }
}

.venu-info-box-layout1 .content-box .title {
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 1199px) {
  .venu-info-box-layout1 .content-box .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .venu-info-box-layout1 .content-box .title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .venu-info-box-layout1 .content-box .title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .venu-info-box-layout1 .content-box .title {
    font-size: 26px;
  }
}

.venu-info-box-layout1 .list-info ul {
  list-style: none;
}

.venu-info-box-layout1 .list-info ul li {
  color: #930007;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.venu-info-box-layout1 .list-info ul li:before {
  position: absolute;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #930007;
  font-size: 8px;
  top: 10px;
  left: 0;
}

.venu-info-box-layout1 .list-info ul li:last-child {
  margin-bottom: 0;
}

.venu-info-box-layout1 .list-info ul li p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 1950px;
  width: 100%;
}

.venu-info-box-layout1 .list-info ul li.item-btn:before {
  color: #930007;
}

.venu-info-box-layout1 .list-info ul li.item-btn a {
  color: #930007;
  transition: all 0.3s ease-in-out;
}

.venu-info-box-layout1 .list-info ul li.item-btn a:hover {
  color: #930007;
}

.venu-info-box-layout1 .list-info ul li.item-btn i {
  margin-left: 10px;
  font-size: 14px;
}

/*========================================================================
29. Video Sections
=========================================================================*/
.video-wrap-layout1 {
  background-color: transparent;
  padding-top: 72px;
  padding-bottom: 50px;
}

.video-box-layout1 {
  text-align: center;
}

.video-box-layout1 .figure-box {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.video-box-layout1 .figure-box img {
  border-radius: 20px;
}

.video-box-layout1 .figure-box .play-btn {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.video-box-layout1 .figure-box:after {
  content: url("../image/elements/dot-shape1.png");
  position: absolute;
  bottom: -60px;
  left: -65px;
  z-index: -1;
  transition: all 1s ease-in-out;
  transition-delay: 0.7s;
}

.video-box-layout1 .figure-box:before {
  content: url("../image/elements/dot-shape2.png");
  position: absolute;
  left: 75%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 1s ease-in-out;
  transition-delay: 0.3s;
}

.video-box-layout1.has-animation .figure-box:after {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-300px);
}

.video-box-layout1.has-animation .figure-box:before {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(300px);
}

.video-box-layout1.has-animation.active-animation .figure-box:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.video-box-layout1.has-animation.active-animation .figure-box:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/*# sourceMappingURL=maps/app.css.map */
