@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  color: #707070;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  margin: 0 0 1rem;
  color: #405FA7;
  line-height: 1.22em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #008DD2;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus,
.h1 a:hover,
.h1 a:focus,
.h2 a:hover,
.h2 a:focus,
.h3 a:hover,
.h3 a:focus,
.h4 a:hover,
.h4 a:focus,
.h5 a:hover,
.h5 a:focus,
.h6 a:hover,
.h6 a:focus {
  color: #F8669E;
  transition: all ease-in-out 0.5s;
  outline: none;
  text-decoration: none !important;
}

h1,
.h1 {
  font-size: 70px;
}

h2,
.h2 {
  font-size: 56px;
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 21px;
}

h6,
.h6 {
  font-size: 18px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }
}

@media (max-width: 735px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 21px;
  }
}

.h-title {
  font-size: 130px;
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 0.2px;
  -webkit-text-stroke-color: #333369;
  stroke: #333369;
  margin-bottom: -80px;
  line-height: 1;
}

.theme-stroke {
  -webkit-text-stroke-color: #F8669E;
  stroke: #F8669E;
}

@media (max-width: 991px) {
  .h-title {
    font-size: 100px;
    margin-bottom: -50px;
  }
}

@media (max-width: 639px) {
  .h-title {
    font-size: 55px;
    margin-bottom: -30px;
  }
}

p {
  margin-bottom: 8px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  margin-bottom: 0px;
  line-height: 1.5;
  color: #707070;
  position: relative;
  display: inline-block;
  padding: 0;
}

ol {
  margin: 0;
  counter-reset: i;
  position: relative;
}

ol li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #707070;
  padding-left: 0;
  position: relative;
}

a {
  color: #707070;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #F8669E;
  transition: all ease-in-out 0.5s;
  outline: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #F8669E !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #707070 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070 !important;
}

input::placeholder {
  color: #707070 !important;
}

img {
  max-width: 100%;
}

.img-circle {
  width: 65px;
  height: 65px;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:active {
  outline: none;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}

.container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {

  .container,
  .container-sm {
    max-width: 100%;
  }
}

.white {
  color: #fff;
}

.theme {
  color: #F7A93A !important;
}

.theme1 {
  color: #333369 !important;
}

.theme2 {
  color: #333369 !important;
}

.theme3 {
  color: #3A3089 !important;
}

.black {
  color: #3f3f3f !important;
}

.grey {
  color: #707070 !important;
}

.lgrey {
  color: #c7c7c7 !important;
}

.title {
  color: #008DD2 !important;
}

.bg-grey {
  background: #F7F7F7 !important;
}

.bg-lgrey {
  background: #c7c7c7 !important;
}

.bg-theme {
  background: #F8669E !important;
}

.bg-theme1 {
  background: #405FA7 !important;
}

.bg-theme2 {
  background: #008DD2 !important;
}

.bg-theme3 {
  background: #C83F74 !important;
}

.bg-title {
  background: #008DD2 !important;
}

.bg-fblack {
  background: #101010 !important;
}

.bg-white {
  background: #fff !important;
}

.bordernone {
  border: none !important;
}

.border-b {
  border-bottom: 1px dashed rgba(112, 112, 112, 0.168627451) !important;
}

.border-dashed {
  border: 1px dashed rgba(112, 112, 112, 0.168627451);
}

.border-r {
  border-right: 1px dashed rgba(112, 112, 112, 0.168627451);
}

.border-all {
  border: 1px solid rgba(112, 112, 112, 0.168627451) !important;
}

.border-start {
  border-left: 1px solid #F7F7F7 !important;
}

.border-end {
  border-right: 1px solid #F7F7F7 !important;
}

.border-top {
  border-top: 1px solid #F7F7F7 !important;
}

.border-bottom {
  border-bottom: 1px solid #F7F7F7 !important;
}

.border-purple {
  border-color: #aa65eb !important;
}

.rating span {
  color: #ffbc00;
  display: inline;
  font-size: 14px;
}

.small,
small {
  font-size: 85%;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 5rem !important;
}

.mt-minus {
  margin-top: -5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 5rem !important;
}

.mb-minus {
  margin-bottom: -5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 4rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 5rem !important;
}

.pt-12,
.py-12 {
  padding-top: 6rem !important;
}

.pt-14,
.py-14 {
  padding-top: 7rem !important;
}

.pt-15,
.py-15 {
  padding-top: 7.5rem !important;
}

.pt-17,
.py-17 {
  padding-top: 8.5rem !important;
}

.pt-18,
.py-18 {
  padding-top: 9rem !important;
}

.pt-19,
.py-19 {
  padding-top: 9.5rem !important;
}

.pt-20,
.py-20 {
  padding-top: 10rem !important;
}

.pt-lg-7,
.py-lg-7 {
  padding-top: 3.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 5rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 6rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 7rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 7.5rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 8.5rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 9rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 9.5rem !important;
}

.pb-20,
.my-20 {
  padding-bottom: 10rem !important;
}

.pb-lg-7,
.py-lg-7 {
  padding-bottom: 3.5rem !important;
}

.top-minus-20 {
  top: -20px !important;
}

.top-minus-40 {
  top: -40px !important;
}

.top-inherit {
  top: inherit !important;
}

.bottom-inherit {
  bottom: inherit !important;
}

.translatey-50 {
  transform: translateY(-50%);
}

.translate-50 {
  transform: translate(-50%, -50%);
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.w-85 {
  width: 85% !important;
}

.w-95 {
  width: 95% !important;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 4;
}

.textupper {
  text-transform: uppercase;
}

.textcap {
  text-transform: capitalize;
}

.form-group {
  width: 100%;
  display: inline-block;
}

input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
input[type=tel],
input[type=date],
input[type=time],
textarea,
select {
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
  border-radius: 0px;
  padding: 12px 20px;
  color: #707070;
  margin-bottom: 0;
  height: 55px;
  box-shadow: none;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus,
select:focus {
  outline: none;
  transition: all 0.5s ease;
  box-shadow: none;
}

select {
  width: 100%;
  height: inherit;
}

select option {
  color: #F7F7F7;
}

textarea {
  border-radius: none;
  resize: vertical;
  height: 120px;
}

label {
  display: inline-block;
  color: #707070;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
}

blockquote {
  font-size: 14px;
  font-weight: 400;
  background-color: #F8669E;
  margin-bottom: 15px;
  border: 0;
  padding: 30px 70px 30px 70px;
  line-height: 1.5;
  color: #fff;
  margin: 20 0;
  font-style: italic;
  position: relative;
}

blockquote :after {
  content: "";
  position: absolute;
  height: 60%;
  width: 2px;
  background: #fff;
  top: 20%;
  left: 35px;
}

blockquote p {
  color: #fff;
  margin: 0;
}

blockquote :before {
  content: "\f10d";
  font-family: "fontawesome";
  font-size: 45px;
  position: absolute;
  bottom: 26px;
  right: 20px;
  color: #fff;
  transform: rotate(180deg);
}

blockquote span {
  position: relative;
  padding-left: 20px;
}

blockquote span :before {
  content: "";
  width: 12px;
  height: 1px;
  background: #F8669E;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

table>tbody tr td,
table>tbody tr th,
table>tfoot tr td,
table>tfoot tr th,
table>thead tr td,
table>thead tr th {
  padding: 15px;
  vertical-align: sub !important;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
}

table>tbody tr td,
table>tfoot tr td,
table>thead tr td {
  padding-left: 0;
}

table>tbody tr:nth-child(even),
table>tfoot tr:nth-child(even),
table>thead tr:nth-child(even) {
  background: #c7c7c7;
}

table {
  width: 100%;
}

table thead tr th {
  border-bottom: none !important;
}

.w-60 {
  width: 60% !important;
}

.overlay,
.theme-overlay,
.color-overlay,
.white-overlay,
.bread-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  transition: all ease-in-out 0.5s;
  opacity: 0.6;
}

.theme-overlay {
  background-color: #333369;
  opacity: 0.7;
}

.color-overlay {
  top: inherit;
  bottom: 0;
  background: linear-gradient(to right, #008cd294, #F7A93A);
  opacity: 0.9;
}

.bread-overlay {
  top: inherit;
  bottom: 0;
  background: linear-gradient(to right, #3A3089, #5d0326);
  opacity: 0.7;
}

.white-overlay {
  background: #fff;
  opacity: 0.7;
}

section {
  padding: 4.9rem 0 0rem;
  position: relative;
}

/*heading title*/
.section-title {
  position: relative;
  z-index: 1;
}

.section-title h2 {
  position: relative;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .section-title {
    width: 100% !important;
  }

  .section-title .ah-words-wrapper {
    text-align: center;
  }

  .section-title h4 {
    margin-bottom: 0;
  }
}

.row.slick-slider {
  margin: 0 -15px;
}

iframe {
  width: 100%;
  border: none;
}

.border-t {
  border-top: 2px dashed rgba(204, 204, 204, 0.368627451);
}

.box-shadow {
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.2705882353);
}

.rounded {
  border-radius: 10px !important;
}

.rounded-start {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.nav-tabs {
  border-bottom: none;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}

.nav-tabs>li.nav-item {
  margin: 0 4px;
  flex: inherit !important;
  text-align: left !important;
}

.nav-tabs>li.nav-item button {
  padding: 15px 30px;
  margin: 0;
  border-radius: 0;
  line-height: inherit;
  border: none;
  display: inline-block;
  width: auto !important;
  background: #fff;
  font-weight: 500;
  font-size: 21px;
}

.nav-tabs>li.nav-item button:hover {
  color: #F8669E !important;
  background-color: #fff;
}

.nav-tabs>li.nav-item button.active {
  color: #F8669E !important;
  background-color: #fff;
}

.nav-tabs>li.nav-item button.active:hover {
  color: #F8669E !important;
  background-color: #fff;
}

@media (max-width: 991px) {
  .nav-tabs {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .nav-tabs>li.nav-item {
    margin: 0 4px 4px;
  }
}

/*pagination*/
.pagination-main {
  line-height: 0.8;
}

.pagination-main .pagination {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.pagination-main .pagination li {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pagination-main .pagination li:before,
.pagination-main .pagination li:after {
  display: none;
}

.pagination-main .pagination li a {
  padding: 0;
  height: 40px;
  line-height: 38px;
  margin-right: 9px;
  text-align: center;
  width: 40px;
  color: #3f3f3f;
  font-size: 14px;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
  display: inline-block;
  background: #c7c7c7;
  background: #fff;
  border-radius: 0px;
}

.pagination-main .pagination li a:hover,
.pagination-main .pagination li a:focus {
  background-color: #F8669E;
  color: #fff !important;
  border-color: #F8669E;
}

.pagination-main .pagination li:last-child>a,
.pagination-main .pagination li:last-child>span {
  border-radius: none;
  margin: 0;
}

.pagination-main .pagination li.active a {
  background: #F8669E !important;
  border-color: #F8669E !important;
  color: #fff;
}

.pagination-main .pagination .prev a,
.pagination-main .pagination .next a {
  border-radius: 0px;
}

@media (max-width: 567px) {
  .pagination li a {
    height: 30px;
    width: 30px;
    line-height: 28px;
  }
}

@media (max-width: 359px) {
  .pagination li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }
}

.fade:not(.show) {
  opacity: 1;
}

/*breadcrumb*/
.breadcrumb-main {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.breadcrumb-main .breadcrumb-outer {
  background: transparent;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.breadcrumb li,
.breadcrumb li.active {
  margin-bottom: 0;
}

.breadcrumb li a,
.breadcrumb li.active a {
  color: #F8669E;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  content: "/";
}

@media (max-width: 991px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content {
    display: block !important;
    text-align: center !important;
  }

  .breadcrumb-main .breadcrumb-outer .breadcrumb-content nav {
    right: 0;
    margin: 0;
  }

  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h2 {
    margin: 0 !important;
  }

  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 44px;
  }
}

@media (max-width: 811px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 639px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 28px;
  }

  .page-cover h1 {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .breadcrumb-main .breadcrumb-outer .breadcrumb-content {
    text-align: center;
  }

  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 24px;
  }

  .breadcrumb-main .breadcrumb-outer .breadcrumb-content h2 {
    display: block;
    font-size: 40px;
  }
}

/*Buttons*/
button {
  border: none;
}

.nir-btn,
.nir-btn-black {
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  text-transform: capitalize;
  transition: all ease-in-out 0.5s;
  background: #eda839;
  color: #fff !important;
  display: inline-block;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.nir-btn::before,
.nir-btn-black::before {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  top: 0;
  content: "";
  background: #333369;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
  z-index: -1;
}

.nir-btn:hover::before,
.nir-btn-black:hover::before {
  width: 100%;
  transition: all ease-in-out 0.5s;
}

.nir-btn:hover,
.nir-btn-black:hover {
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}

.nir-btn-black {
  background: #333369;
}

.nir-btn-black:before {
  color: #fff;
}

.nir-btn-black:hover {
  background: #fff;
  color: #3f3f3f;
}

.nir-btn-black:hover:before {
  color: #333369;
}

.btn-primary {
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  color: #fff !important;
  background: linear-gradient(90deg, #F7A93A, #F7A93A);
  cursor: pointer;
  overflow: hidden;
  border: none;
  z-index: 1;
  transition: all ease-in-out 0.5s;
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #405FA7;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-secondary {
  padding: 10px 25px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border-radius: 30px;
  color: #F8669E;
  border: 1px solid #F8669E;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
}

.btn-secondary:hover {
  background: #6677f8;
  color: #fff;
  transition: all ease-in-out 0.5s;
  border-color: #F8669E;
}

input#submit {
  border: none;
}

input[type=submit]:hover {
  background: #333369;
  color: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}

#preloader #status {
  position: fixed;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/loader.gif);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition: all ease-in-out 0.5s;
  z-index: 9999999999;
}

/* End Preloader */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}

#back-to-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #F7A93A;
  position: relative;
  transition: all ease-in-out 0.5s;
  text-align: center;
  border-radius: 50%;
}

#back-to-top a:after {
  position: absolute;
  content: "\f30c";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

.alert {
  margin-bottom: 10px;
  border-radius: 0px;
  color: #e83737;
  padding: 0;
}

.alert .alert-success {
  background: transparent;
  border: transparent;
  border-radius: 0px;
  color: #3c763d;
}

.alert .alert-success h4 {
  margin-bottom: 8px;
}

.alert .alert-success p {
  color: #fff;
}

#back-to-top:hover a {
  background-color: #008DD2;
}

/* ========================================= */
/*          Accrodion CSS        */
/* ======================================== */
.accrodion-grp .accrodion {
  border: 1px solid rgba(112, 112, 112, 0.168627451);
}

.accrodion-grp .accrodion .accrodion-title {
  border: none;
  background: #F7F7F7;
  padding: 20px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  border-radius: 0px;
}

.accrodion-grp .accrodion .accrodion-title h6 {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  border: none;
}

.accrodion-grp .accrodion .accrodion-title h6:before {
  content: "\f067";
  font-family: "FontAwesome";
  color: #222222;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accrodion-grp .accrodion .accrodion-content {
  padding-top: 10px;
}

.accrodion-grp .accrodion .accrodion-content .inner {
  padding: 30px;
}

.accrodion-grp .accrodion .accrodion-content .inner p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #74787D;
}

.accrodion-grp .accrodion.active .accrodion-title {
  background: #F7F7F7;
  border-color: #F7F7F7;
}

.accrodion-grp .accrodion.active .accrodion-title h6 {
  color: #F8669E;
}

.accrodion-grp .accrodion.active .accrodion-title h6:before {
  content: "\f068";
  color: #F8669E;
}

@media (max-width: 567px) {
  .accrodion-grp .accrodion .accrodion-title h5 {
    font-size: 14px;
  }
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.nav-pills .nav-link {
  padding: 15px 20px;
  border-radius: 0;
  text-align: left;
  background-color: #F7F7F7;
  margin-bottom: 2px;
}

.nav-pills .nav-link:hover {
  color: #fff;
  background-color: #F7A93A;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #F7A93A;
}

/*Navbar*/
.navbar-default {
  background: #f5f5f5;
}

.navbar {
  border-bottom: 0;
  padding: 0;
}

.sidebar .navbar-nav {
  background: transparent;
  margin: 0;
}

.navbar.navbar-default {
  transition: none;
}

header #navbar {
  width: 100%;
  background: #f49b00;
}

.navbar-default a.navbar-brand {
  font-size: 24px;
  position: relative;
  color: #f49b00;
  letter-spacing: 2px;
  font-weight: 400;
  display: block;
  padding: 0;
  height: auto;
  transition: all ease-in-out 0.5s;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  margin-right: 0;
  flex: 1;
}

.navbar-default a.navbar-brand span {
  color: #fc883a;
}

.navbar-default a.navbar-brand:hover {
  color: #F7A93A;
}

.navbar-default .navbar-nav li,
.navbar-default .navbar-nav li.active {
  background: #F7A93A;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover {
  background: #F7A93A;
}

/* Main Menu Dropdown */
.navbar-nav li {
  position: relative;
  text-align: left;
  margin-bottom: 0;
}

.navbar-nav li ul {
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 190px;
  display: none;
  border: 1px solid rgba(112, 112, 112, 0.168627451);
  border-top: 2px solid #f33807;
  -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.navbar-nav li ul li {
  border-bottom: 1px solid #f1f1f1;
}

.navbar-nav li ul li:last-child {
  border-bottom: none;
}

.navbar-nav li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
  text-decoration: none;
}

.navbar-nav li ul li:hover ul li a {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-nav li ul li a {
  display: block;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #636363;
}

.navbar-nav li ul li a:hover {
  color: #F7A93A;
}

.navbar-nav li ul li ul {
  position: absolute;
  left: 188px;
  top: -2px;
}

.navbar-nav li ul li ul li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
}

.navbar-nav li>ul>li:last-child>a {
  border-bottom: 0;
}

.navbar-nav li>ul>li ul>li:last-child>a {
  border-bottom: 0;
}

.main_header_area {
  position: relative;
  width: 100%;
}

.main_header_area .header-content {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1882352941);
}

.main_header_area .header-content li {
  display: inline-block;
  padding: 0px 15px;
  border-left: 1px solid rgba(241, 241, 241, 0.2117647059);
  margin: 0;
}

.main_header_area .header-content li:first-child {
  border: none;
  padding-left: 0;
}

.main_header_area .header-content li:last-child {
  padding-right: 0;
}

.main_header_area .header-content a,
.main_header_area .header-content i {
  font-size: 14px;
}

.main_header_area .header_menu.fixed-top {
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.2705882353);
  background: #fff;
}

.main_header_area .header_menu.hide {
  top: -94px;
  animation-name: slideInUp;
}

.main_header_area .register-login a {
  font-size: 15px;
  text-transform: uppercase;
  color: #707070;
}

.main_header_area .register-login .dropdown a {
  color: #707070 !important;
  text-transform: capitalize;
}

.main_header_area .register-login .btn-info {
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
}

.main_header_area .header_menu.fixed-top .register-login a {
  color: #707070 !important;
}

.main_header_area .header_menu.fixed-top .register-login a.nir-btn {
  color: #fff !important;
}

.main_header_area .header_menu.fixed-top .register-login a.nir-btn:hover {
  color: #fff !important;
}

.main_header_area {
  position: absolute;
  width: 100%;
}

.main_header_area .header_menu .navbar.navbar-default .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
}

.main_header_area .header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
  display: block;
}

.main_header_area .header_menu .navbar.navbar-default .navbar-header .navbar-brand img+img {
  display: none;
}

.main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li {
  margin-right: 0;
}

.main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a {
  color: #fff;
  padding: 10px;
}

.main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li:hover>a {
  color: #F7A93A;
}

.main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li.active>a {
  color: #F7A93A;
}

.main_header_area .header_menu .search-main a i {
  color: #fff;
}

.main_header_area .header_menu.fixed-top .navbar-default {
  background: #fff;
}

.main_header_area .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
}

.main_header_area .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand img {
  display: none !important;
}

.main_header_area .header_menu.fixed-top .navbar-default .navbar-header .navbar-brand img+img {
  display: block !important;
}

.main_header_area .header_menu.fixed-top .search-main a i {
  color: #707070;
}

@media (max-width: 1400px) and (min-width: 1300px) {

  .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a,
  .main_header_area.headerstye-1 .header_menu .navbar.navbar-default .nav.navbar-nav li a {
    padding: 10px 6px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {

  #responsive-menu,
  .register-login {
    display: none;
  }

  div#slicknav-mobile,
  .slicknav_menu,
  .slicknav_btn.slicknav_open,
  .slicknav_btn.slicknav_collapsed,
  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .headerstye-1 .header-content {
    display: none;
  }

  .headerstye-1 .navbar-header {
    display: block;
  }

  .main_header_area .header-content,
  .search-main {
    display: none !important;
  }
}

@media (max-width: 735px) {
  .main_header_area .header-content {
    display: none !important;
  }
}

.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  background: transparent;
  border: none;
  width: 100%;
  z-index: 9;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
  display: block;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img+img {
  display: none;
}

.header_menu .navbar.navbar-default .navbar-collapse {
  text-align: right;
  padding: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav {
  float: none;
  text-align: right;
  display: inline-block;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
  float: none;
  display: inline-block;
  margin-right: 0;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
  margin: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  line-height: inherit;
  transition: all 150ms linear;
  border: none;
  font-weight: 500;
  padding: 0 18px;
  color: #fff;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
  font-size: 16px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
  position: absolute;
  right: 15px;
  top: 20px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
  display: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #F8669E;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px dashed #F7F7F7;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
  line-height: 3;
  color: #707070;
  font-size: 16px;
  padding: 3px 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  text-transform: capitalize;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
  background: #333369;
  color: #fff;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
  border-bottom: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li ul {
  overflow: visible;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
  margin-right: 0px;
}

.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li:hover>a,
.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li.active>a {
  color: #F8669E;
}

@media (max-width: 991px) {
  .main_header_area .header_mlogo .navbar.navbar-default .navbar-header {
    display: block;
  }
}

/*Fullpage search*/
#search1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#search1 input[type=search] {
  position: absolute;
  top: 40%;
  width: 50%;
  color: #707070;
  background: transparent;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  border-width: 0 0 1px;
  margin: 0px auto;
  padding: 20px 30px;
  outline: none;
  margin-bottom: 30px;
  height: 82px;
  left: 0;
  right: 0;
  border-radius: 0;
  border-bottom: 1px solid #f1f1f1;
}

#search1 .btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #F8669E;
  padding: 15px 30px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  width: 10%;
}

#search1 .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #F8669E;
  border-color: #F8669E;
  opacity: 1;
  padding: 4px 16px;
  border-radius: 10px;
  font-size: 27px;
}

#search1.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

.header_sidemenu .header_sidemenu_in .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.header_sidemenu .header_sidemenu_in .overlay.show {
  opacity: 0.8;
  visibility: visible;
  background: #101010;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.header_sidemenu .header_sidemenu_in .overlay.hide {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.header_sidemenu .header_sidemenu_in .menu {
  width: 380px;
  height: 100%;
  position: fixed;
  right: -500px;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.2705882353);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.2705882353);
}

.header_sidemenu .header_sidemenu_in .menu .close-menu {
  float: right;
  font-size: 21px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}

.header_sidemenu .menu-ham {
  cursor: pointer;
}

.menu-ham {
  cursor: pointer;
}

.menu-ham a i {
  transition: all ease-in-out 0.5s;
}

.menu-ham a i:hover {
  background: #F8669E !important;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0px;
    min-width: 190px;
    background: #fff;
    box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
    text-align: left;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
    line-height: 3;
    color: #707070;
    font-size: 15px;
    padding: 3px 20px;
    letter-spacing: 0.3px;
    transition: all 150ms linear;
    display: block;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
    color: #fff;
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
    transform: scale(1, 1);
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22;
}

.logo a {
  font-size: 28px;
  color: #fff;
}

.logo a [class^=flaticon-]:before {
  font-size: 28px;
  color: #fff;
}

nav.navbar.navbar-default .logo-white {
  display: block;
}

nav.navbar.navbar-default .logo-black {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-black {
  display: block;
}

.nav-btn {
  display: inline-block;
}

.navbar-sticky-in .nir-btn:hover {
  color: #F8669E;
}

/*Fullpage search*/
.search-wrapper {
  position: relative;
  min-width: 250px;
  display: inline-block;
}

.search-wrapper .search_module {
  position: relative;
}

.search-wrapper .search_module .icon-left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all ease-in-out 0.5s;
  z-index: 10;
  color: #fff;
}

.search-wrapper .search_module .search_area form .input-group {
  margin: 0;
}

.search-wrapper .search_module .search_area form .input-group .form-control {
  background: none;
  padding-left: 40px;
  border: 1px solid rgba(255, 255, 255, 0.137254902);
  transition: all ease-in-out 0.5s;
  font-weight: 400;
  width: 100%;
  color: #fff;
}

.search-wrapper .search_module .search_area form .input-group .form-control::placeholder {
  transition: all ease-in-out 0.5s;
  color: #c7c7c7;
}

.search-wrapper .search_module .search_area form .input-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.search-wrapper .search_module.active+.search-categories {
  visibility: visible;
  opacity: 1;
}

.search-wrapper .search_module.active .search_area form .input-group .form-control {
  border: none;
  padding-left: 2.66667rem;
  border: 1px solid rgba(255, 255, 255, 0.137254902);
  font-weight: 400;
}

.search-wrapper .search_module.active .search_area form .input-group .form-control:focus {
  border: none;
}

.main_header_area .header_menu.fixed-top {
  background: #fff;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
}

.main_header_area .header_menu.fixed-top .navbar.navbar-default .navbar-header .navbar-brand img+img {
  display: block;
}

.main_header_area .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li>a {
  color: #707070;
}

.main_header_area .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li.active>a {
  color: #F8669E;
}

.main_header_area .header_menu.fixed-top .search-wrapper .search_module .search_area form .input-group .form-control {
  border-color: #F7F7F7;
  color: #707070;
}

.main_header_area .header_menu.fixed-top .search-wrapper .search_module .search_area form .input-group .form-control::placeholder {
  color: #707070;
}

.main_header_area .header_menu.fixed-top .search-wrapper .search_module .icon-left {
  color: #707070;
}

.log-reg .nav-pills {
  margin-bottom: 20px;
}

.log-reg .nav-pills .nav-link {
  padding: 14px 18px;
}

.log-reg .nav-pills .nav-link.active,
.log-reg .nav-pills .show>.nav-link {
  background: #F8669E;
  border-radius: 10px;
}

.log-reg .btn-fb,
.log-reg .btn-google {
  padding: 14px 18px;
  text-align: center;
  background: #506dab;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
}

.log-reg .btn-google {
  background: #dd4b39;
}

.log-reg hr.log-reg-hr {
  opacity: 1;
  background-color: #ccc;
}

.log-reg hr.log-reg-hr::before {
  background-color: #ffffff;
  bottom: 0;
  color: #F8669E;
  content: "Or";
  font-size: 16px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -12px;
  width: 10%;
}

@media (max-width: 1100px) {
  .search-wrapper {
    width: 200px;
  }
}

@media (max-width: 1200px) {

  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    color: #fff !important;
  }

  .fixed-top .slicknav_btn.slicknav_open:before,
  .fixed-top .slicknav_btn.slicknav_collapsed:before {
    color: #707070 !important;
  }

  .dropdown-toggle::after,
  .search-wrapper,
  .header_menu .navbar.navbar-default a.cart-icon,
  .register-login {
    display: none !important;
  }
}

/* ========================================= */
/*          Banner  CSS        */
/* ======================================== */
.banner {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 850px;
  margin-top: -115px;
}

.banner .banner-in .banner-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  position: relative;
  bottom: -165px;
}

@media (max-width: 991px) {
  .banner {
    margin-top: 0 !important;
  }

  .banner .banner-in {
    padding-top: 8rem !important;
  }

  .banner .banner-in .banner-image {
    bottom: 0;
  }
}

/* ========================================= */
/*          Event Schedule  CSS        */
/* ======================================== */
@media (max-width: 991px) {
  .schedule-item .schedule-speaker {
    border-top: 1px solid rgba(112, 112, 112, 0.168627451);
    border-left: 0 !important;
  }

  .schedule-item .speaker-content {
    margin: 10px 0 0 !important;
  }
}

/* ========================================= */
/*          Pricing  CSS        */
/* ======================================== */
.pricing-main .pricing-top {
  background-image: url(../images/pricebox-top.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: -13px;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .pricing-main .pricing-top {
    top: -22px;
  }
}

@media (max-width: 991px) {
  .pricing-main .pricing-top {
    top: -11px;
  }
}

/* ========================================= */
/*          Event call to action  CSS        */
/* ======================================== */
.event-calltoaction {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.event-calltoaction .call-button {
  position: relative;
  z-index: 1;
}

.event-calltoaction .call-button button.play-btn {
  position: relative;
  left: 0;
  right: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1803921569);
  border: none;
  border-radius: 50%;
}

.event-calltoaction .call-button button.play-btn i {
  font-size: 28px;
  height: 70px;
  width: 70px;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  background: #F8669E;
  transition: all ease-in-out 0.5s;
  padding: 0 0 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}

.event-calltoaction .call-button button.play-btn::after,
.event-calltoaction .call-button button.play-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid rgba(253, 199, 3, 0.5019607843);
  opacity: 0.3;
}

.event-calltoaction .call-button button.play-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.event-calltoaction .call-button button.play-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

@media (max-width: 991px) {

  .event-calltoaction .event-expo,
  .event-calltoaction .video-expo {
    width: 100% !important;
  }
}

@media (max-width: 639px) {
  .event-calltoaction .event-expo-item p {
    padding: 1rem;
    text-align: center;
  }
}

/* ========================================= */
/*          Partner CSS        */
/* ======================================== */
.event-partners {
  background-size: 55%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.event-partners .partners_inner {
  width: 100%;
  overflow: hidden;
}

.event-partners .partners_inner .partner-list {
  text-align: center;
  height: 120px;
  line-height: 120px;
  background: #fff;
}

.event-partners .partners_inner .partner-list img {
  opacity: 0.7;
  transition: all ease-in-out 0.5s;
  filter: grayscale(100%);
  width: 60%;
}

.event-partners .partners_inner .partner-list:hover img {
  opacity: 1;
  transition: all ease-in-out 0.5s;
  filter: grayscale(0%);
}

/* ========================================= */
/*          Coming Counter  CSS        */
/* ======================================== */
.coming-countermain {
  margin-top: -60px;
}

.coming-countermain::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: #F8669E;
}

.coming-countermain .counter-box {
  font-size: 16px;
  color: #fff;
}

.coming-countermain .counter-box span {
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 991px) {
  .coming-countermain {
    margin-top: 0;
  }

  .coming-countermain::before {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .coming-countermain .coming-counter {
    padding-bottom: 1rem !important;
  }

  .coming-countermain .coming-counter .counter-box {
    margin-bottom: 1.5rem;
  }

  .coming-countermain .coming-counter .counter-box span {
    font-size: 40px;
  }
}

/* ========================================= */
/*          Faq CSS        */
/* ======================================== */
.faq-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-color: #F7F7F7;
}

.faq-quote-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/contentbg.png);
}

.faq-quote-main .faq-quote {
  border-left: 5px solid #fff;
}

.entry-author img {
  width: 36px !important;
  height: 36px !important;
  display: inline-block !important;
}

.sidebar-sticky {
  position: sticky;
  top: 0;
  transition: all ease-in-out 0.5s;
}

.sidebar-sticky .form-content {
  box-shadow: 0px 0px 30px rgba(204, 204, 204, 0.3411764706);
  background: #F8669E;
  padding: 30px;
}

.sidebar-sticky .form-content h4::before {
  display: none !important;
}

.sidebar-sticky .form-content .nice-select {
  padding: 13px 20px 10px 35px;
  font-weight: 400;
}

.sidebar-sticky .form-content .input-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.sidebar-sticky .form-content .input-box input {
  padding-left: 35px;
}

.sidebar-sticky .form-content .input-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.sidebar-sticky .form-content .input-box [class^=fa-]:before {
  color: #ef2853;
  font-weight: 600;
}

.sidebar-sticky.sticky1 {
  top: 120px;
}

.sidebar-sticky.sticky1.tab-sticky {
  top: 30px;
  box-shadow: none;
}

.tabs-navbar {
  border: 1px solid rgba(112, 112, 112, 0.168627451);
}

.tabs-navbar ul li {
  display: block;
  width: 100%;
}

.tabs-navbar ul li a {
  padding: 15px;
  transition: all ease-in-out 0.5s;
  display: block;
  background: rgba(255, 255, 255, 0);
  width: 100%;
}

.tabs-navbar ul li a:hover {
  color: #fff;
  background: #F8669E;
  transition: all ease-in-out 0.5s;
}

.tabs-navbar ul li.active a {
  color: #fff;
  background: #F8669E;
  transition: all ease-in-out 0.5s;
}

.tabs-navbar1 {
  border: 1px solid rgba(112, 112, 112, 0.168627451);
}

.tabs-navbar1 ul {
  display: inherit;
  text-align: center;
}

.tabs-navbar1 ul li a {
  padding: 10px 15px;
  transition: all ease-in-out 0.5s;
  border-radius: 10px;
}

.tabs-navbar1 ul li a:hover {
  color: #fff;
  background: #F8669E;
  transition: all ease-in-out 0.5s;
}

.tabs-navbar1 ul li.active a {
  color: #fff;
  background: #F8669E;
  transition: all ease-in-out 0.5s;
}

.navbar-sticky {
  z-index: 9;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  animation-name: slideInUp;
  transition: all ease-in-out 0.5s;
}

.tabs-navbar1.navbar-sticky {
  top: 99px;
  transition: all ease-in-out 0.5s;
  border-top: 1px solid #f1f1f1 !important;
}

.sticky1.tab-sticky {
  top: 0px;
  transition: all ease-in-out 0.5s;
  animation-name: slideInUp;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
  padding-top: 1.5rem;
}

@media (max-width: 991px) {
  .tabs-navbar1.navbar-sticky {
    top: 0;
    position: relative !important;
  }
}

@media (max-width: 567px) {
  .trending .trend-item {
    display: block !important;
  }

  .trending .trend-item .trend-content-main,
  .trending .trend-item .trend-image {
    width: 100% !important;
  }

  .trending .trend-item .trend-content {
    padding: 20px 0;
  }

  .entry-meta {
    display: block !important;
  }
}

/* ========================================= */
/*         Services CSS        */
/* ======================================== */
section.about-detail {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

section.about-detail .about-image {
  border-radius: 0px;
  overflow: hidden;
}

section.about-detail .about-image img {
  border-radius: 15px;
}

section.about-detail .p-about-us .p-call-action li {
  display: inline-block;
  padding: 5px;
  width: 49%;
}

section.about-detail .about-detail-content {
  border-radius: 15px;
}

@media (max-width: 811px) {
  section.about-detail {
    background-size: cover;
  }
}

/* ========================================= */
/*         About Us CSS        */
/* ======================================== */
.about-us {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  position: relative;
}

.about-us .about-features {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.about-us:hover .trend-item {
  transform: none;
}

.about-us .about-trending-topic ul li {
  display: inline-block;
  width: 49%;
  position: relative;
  line-height: 2.4;
  font-weight: 400;
}

.about-us .about-trending-topic ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.about-us .about-image-box .about-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: #fcdc6b;
  animation: border-transform 10s linear infinite alternate forwards;
}

.about-before::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #F7F7F7;
}

.about-after::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #F7F7F7;
}

@media (max-width: 639px) {
  .about-features {
    background-size: cover;
  }
}


/*# sourceMappingURL=style.css.map */

/* ===== BANNER PROPER CENTERING - FIXED 100VH ===== */
.banner {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 110vh !important;
  /* Force 100vh */
  margin-top: 0 !important;
  /* Remove negative margin */
  padding: 0 !important;
  background-attachment: fixed;
  border-radius: 0 0 50px 50px;
}

.banner .container {
  height: 100%;
}

.banner .banner-in {
  display: flex;
  align-items: center;
  min-height: 100vh;
  /* Match parent height */
  padding: 0;
  /* Remove padding that adds extra height */
  width: 100%;
}

/* Banner Content Typography */
.banner-content h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.95;
}

/* Registration Form */
.register-form-wrapper {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-radius: 20px !important;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.register-form-wrapper .row {
  margin-left: -8px;
  margin-right: -8px;
}

.register-form-wrapper .row>[class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.register-form-wrapper input.form-control {
  height: 52px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.register-form-wrapper input.form-control:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
  background: #fff;
  outline: none;
}

.register-form-wrapper input.form-control::placeholder {
  color: #9ca3af;
}

.register-form-wrapper .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 2px solid #d1d5db;
  cursor: pointer;
}

.register-form-wrapper .form-check-input:checked {
  background-color: #6366f1;
  border-color: #6366f1;
}

.register-form-wrapper .form-check {
  display: flex;
  align-items: flex-start;
}

.register-form-wrapper .form-check-label {
  margin-left: 10px;
  line-height: 1.6;
  cursor: pointer;
}

/* Remove old styles */
.banner-left-content {
  margin-top: 0 !important;
}

.coming-countermain,
.banner-counter {
  display: none !important;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .banner {
min-height: 110vh !important;  }

  .banner .banner-in {
    min-height: auto;
    padding: 120px 0 60px;
  }

  .banner-content h1 {
    font-size: 36px;
  }

  .banner-content p {
    font-size: 16px;
  }

  .register-form-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
   .banner {
min-height: 180vh !important;  }

  .banner .banner-in {
    padding: 100px 0 50px;
  }

  .banner-content h1 {
    font-size: 28px;
  }

  .register-form-wrapper {
    padding: 25px 20px !important;
    border-radius: 15px !important;
  }

  .register-form-wrapper h2 {
    font-size: 26px !important;
    margin-bottom: 25px !important;
  }

  .register-form-wrapper input.form-control {
    height: 48px;
    font-size: 14px;
    padding: 12px 16px;
  }

  .register-form-wrapper .form-check-label {
    font-size: 12px;
  }

  .register-form-wrapper button {
    padding: 12px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 567px){
  .banner {
    border-radius: 0 0 10px 10px;
  }
}

/* ===== EVENT OVERVIEW SECTION ===== */

.overview-content {
  background: #ffffff;
  padding-top: 50px;
}

.overview-text {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 0;
  text-align: justify;
}

/* Event Highlight */
.event-highlight {
  color: #6366f1;
  font-weight: 600;
  font-size: 17px;
}



/* Tablet Responsive */
@media (max-width: 991px) {
  .overview-content {
    padding: 40px 35px;
  }

  .overview-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .event-highlight {
    font-size: 16px;
  }

}

/* Mobile Responsive */
@media (max-width: 767px) {
  .event-overview {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .overview-content {
    padding: 25px 20px;
    border-radius: 12px;
  }

  .overview-text {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .event-highlight {
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
  }

}

/* Small Mobile */
@media (max-width: 575px) {
  .overview-content {
    padding: 20px 15px;
  }

  .overview-text {
    font-size: 13.5px;
  }


}

/* ===== MAGAZINE STYLE LAYOUT ===== */
.magazine-layout {
  margin-top: 60px;
}

.magazine-row {
  position: relative;
  padding: 15px 0;
}


/* Text Column */
.magazine-text-col {
  padding: 0 30px;
}

.magazine-content {
  position: relative;
}

.magazine-text {
  font-size: 14px;
  line-height: 1.9;
  color: #374151;
  text-align: justify;
  margin-bottom: 0;
}



/* Image Column */
.magazine-image-col {
  position: relative;
}

.magazine-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.magazine-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.magazine-image:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.magazine-image:hover img {
  transform: scale(1.05);
}

/* Add subtle decoration to alternating rows */
.magazine-row:nth-child(even) .magazine-image {
  border-radius: 12px 0 12px 0;
}

.magazine-row:nth-child(odd) .magazine-image {
  border-radius: 0 12px 0 12px;
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .magazine-text-col {
    padding: 0 20px;
  }

  .magazine-row {
    padding: 30px 0;
  }

  .magazine-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .event-highlight {
    font-size: 17px;
  }

  .magazine-closing {
    font-size: 17px;
  }

  .magazine-image img {
    height: 350px;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .magazine-layout {
    margin-top: 40px;
  }

  .magazine-row {
    padding: 20px 0;
    margin-bottom: 0;
  }

  .magazine-row:not(:last-child) {
    border-bottom: none;
    margin-bottom: 40px;
  }

  .magazine-text-col {
    padding: 0 15px;
    margin-bottom: 25px;
    order: 1;
  }

  .magazine-image-col {
    order: 2;
    margin-bottom: 30px;
  }

  /* Reset flex order for mobile - always image after text */
  .magazine-row.flex-lg-row-reverse .magazine-text-col {
    order: 1;
  }

  .magazine-row.flex-lg-row-reverse .magazine-image-col {
    order: 2;
  }

  .magazine-text {
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
  }

  .event-highlight {
    font-size: 16px;
  }

  .magazine-closing {
    font-size: 16px;
    padding-left: 15px;
    border-left-width: 3px;
  }

  .magazine-image img {
    height: 280px;
  }

  .magazine-image {
    border-radius: 8px !important;
  }
}

/* Small Mobile */
@media (max-width: 575px) {

  .magazine-row{
    padding: 0px 0;
  }
  .magazine-text-col {
    padding: 0 25px;
  }

  .magazine-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .event-highlight {
    font-size: 15px;
  }

  .magazine-closing {
    font-size: 15px;
  }

  .magazine-image img {
    height: 240px;
  }
}

/* ===== PROFESSIONAL BOARDROOM AGENDA ===== */

.event-schedule {
  background: transparent;
  position: relative;
}

.agenda-container {
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

/* Session Structure */
.agenda-session {
  border-bottom: 1px solid #e2e8f0;
  transition: background-color 0.2s ease;
}

.agenda-session:last-child {
  border-bottom: none;
}

.agenda-session:hover {
  background: #f8fafc;
}

.session-header {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 30px;
  padding: 32px 40px;
  cursor: default;
}

.agenda-session.expandable .session-header {
  cursor: pointer;
}

/* Time Column */
.session-time {
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  letter-spacing: -0.01em;
  padding-top: 2px;
}

/* Main Content */
.session-main {
  flex: 1;
}

.session-label {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 8px;
}

.session-title {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.session-description {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Speaker Info */
.speaker-info {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.speaker-name {
  font-size: 15px;
  color: #334155;
  font-weight: 500;
}

.speaker-note {
  font-size: 14px;
  color: #94a3b8;
  font-style: italic;
}

/* Expand Button - Option 1: Minimal Chevron */
.session-action {
  display: flex;
  align-items: flex-start;
  padding-top: 0;
}

.expand-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #64748b;
  padding: 0;
}

.expand-btn:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #334155;
}

.expand-btn svg {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.agenda-session.expanded .expand-btn svg {
  transform: rotate(180deg);
}

.agenda-session.expanded .expand-btn {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

/* Session Details (Expandable) */
.session-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.agenda-session.expanded .session-details {
  max-height: 2000px;
}

.details-content {
  padding: 0 40px 40px 250px;
  border-top: 1px solid #f1f5f9;
}

.details-title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  padding-top: 32px;
}

/* Topic Items */
.topic-item {
  margin-bottom: 28px;
  padding-left: 20px;
  border-left: 2px solid #e2e8f0;
}

.topic-item:last-child {
  margin-bottom: 0;
}

.topic-item h6 {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.topic-item p {
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

/* Discussion Points */
.discussion-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.discussion-point {
  padding-left: 28px;
  position: relative;
}

.discussion-point::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #94a3b8;
  border-radius: 50%;
}

.discussion-point p {
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

/* Break Sessions */
.break-session {
  background: #fafafa;
}

.break-session:hover {
  background: #f5f5f5;
}

.break-session .session-time {
  color: #64748b;
}

/* Panel Discussion */
.agenda-session.panel .session-label {
  color: #6366f1;
}

/* Responsive Design */
@media (max-width: 991px) {
  .session-header {
    grid-template-columns: 150px 1fr auto;
    gap: 20px;
    padding: 28px 30px;
  }

  .details-content {
    padding: 0 30px 32px 200px;
  }
}

@media (max-width: 767px) {
  .agenda-container {
    border-left: none;
    border-right: none;
  }

  .session-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 20px;
  }

  .session-time {
    font-size: 13px;
    color: #64748b;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
  }

  .session-title {
    font-size: 16px;
  }

  .session-description {
    font-size: 14px;
  }

  .session-action {
    padding-top: 8px;
  }

  .expand-indicator {
    font-size: 12px;
  }

  .details-content {
    padding: 0 20px 28px 20px;
  }

  .details-title {
    font-size: 13px;
    padding-top: 24px;
    margin-bottom: 20px;
  }

  .topic-item {
    padding-left: 16px;
    margin-bottom: 24px;
  }

  .topic-item h6 {
    font-size: 14px;
  }

  .topic-item p,
  .discussion-point p {
    font-size: 13px;
  }

  .discussion-point {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .session-header {
    padding: 20px 16px;
  }

  .session-title {
    font-size: 15px;
  }

  .details-content {
    padding: 0 16px 24px 16px;
  }
}

.company-content {
  background: #ffffff;
}

.company-paragraph {
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 28px;
  text-align: justify;
}

.company-paragraph.last {
  margin-bottom: 0;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  font-weight: 500;
  color: #334155;
}

/* Responsive Design */
@media (max-width: 991px) {
  .company-content {
    padding: 40px 50px;
  }

  .company-paragraph {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .event-partners {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .section-title {
    width: 100% !important;
  }

  .company-content {
    padding: 30px 25px;
  }

  .company-paragraph {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 24px;
  }

  .company-paragraph.last {
    margin-top: 30px;
    padding-top: 24px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .company-content {
    padding: 25px 20px;
  }

  .company-paragraph {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .company-paragraph.last {
    margin-top: 25px;
    padding-top: 20px;
  }
}

/* Hide Overview Images on Mobile */
@media (max-width: 767px) {
  #overview .magazine-row .col-lg-6:has(img) {
    display: none;
  }
  
  #overview .magazine-text-col {
    margin-bottom: 0;
  }
}

/* ===== BANNER BOTTOM - SINGLE LINE COUNTDOWN ===== */

/* Mobile - Single Line Countdown */
@media (max-width: 767px) {
  .banner-bottom-inner {
    padding: 2rem 1.5rem !important;
  }
  
  .coming-counter {
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
  }
  
  .coming-counter .counter-box {
    padding: 0.75rem 0.5rem !important;
    min-width: 70px;
    flex-shrink: 0;
  }
  
  .coming-counter .counter-box span {
    font-size: 1.75rem !important;
  }
  
  .banner-bottom-left h2 {
    font-size: 1.5rem !important;
  }
  
  .banner-bottom-left p {
    font-size: 0.875rem !important;
  }
}

/* Small Mobile - Even Tighter */
@media (max-width: 575px) {
  .banner-bottom-inner {
    padding: 1.5rem 1rem !important;
  }
  
  .coming-counter {
    gap: 0.375rem !important;
  }
  
  .coming-counter .counter-box {
    padding: 0.625rem 0.375rem !important;
    min-width: 60px;
    font-size: 0.75rem;
  }
  
  .coming-counter .counter-box span {
    font-size: 1.5rem !important;
  }
}

/* ===== BENEFITS SECTION - MOBILE ORDER FIX ===== */

@media (max-width: 991px) {
  #benefits .row.d-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  
  #benefits .col-lg-5 {
    margin-bottom: 2rem;
  }
  
  #benefits .col-lg-7 {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  #benefits .about-content {
    text-align: center !important;
  }
  
  #benefits .selector4 {
    justify-content: center !important;
  }
}

/* Modern Speaker Card */
.modern-speaker-card {
    position: relative;
    height: 420px; /* Fixed height for uniformity */
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-speaker-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Image Handling */
.modern-speaker-card .card-image {
    width: 100%;
    height: 100%;
}

.modern-speaker-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modern-speaker-card:hover .card-image img {
    transform: scale(1.1);
    opacity: 1;
}

/* Content Overlay */
.modern-speaker-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 25px;
    /* Gradient: Transparent top to Brand Blue (#333369) bottom */
    background: linear-gradient(to top, rgba(51, 51, 105, 1) 0%, rgba(51, 51, 105, 0.9) 40%, transparent 100%);
    z-index: 2;
    transition: all 0.3s ease;
}

.modern-speaker-card:hover .card-content {
    padding-bottom: 40px; /* Slight lift effect */
}

/* Typography */
.modern-speaker-card .name {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 60px;
    margin-bottom: 0px;
        text-transform: uppercase;

    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.modern-speaker-card .designation {
    color: #f7a839; /* Brand Pink */
    font-size: 14px;
    height: 70px;
    font-weight: 600;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.modern-speaker-card .company {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    margin-bottom: 0;
    transition: opacity 0.3s ease;
}

/* "View Bio" Button - Hidden initially or moved down */
.modern-speaker-card .card-action {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    margin-top: 0;
}

.modern-speaker-card:hover .card-action {
    height: 25px;
    opacity: 1;
    margin-top: 15px;
}

.modern-speaker-card .btn-text {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid #f7a839;
    padding-bottom: 2px;
}

/* Modal Customization */
.modal-content {
    border-radius: 0; 
}
.bio-content::-webkit-scrollbar {
  width: 5px;
}
.bio-content::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 5px;
}