

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900&display=swap");

/*-----------------
    1. Reset
-----------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------
    2. Typography
-----------------------*/
a {
  color: #111111;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #E4097F;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: 0;
}

h1 {
  font-weight: 900;
  font-size: 62px;
  color: #201F1D;
}
@media (max-width: 1199.96px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-weight: 900;
  font-size: 36px;
  color: #111111;
}
@media (max-width: 991.96px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-weight: 700;
  font-size: 28px;
  color: #111111;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 19px;
  color: #2F2F2F;
}
@media (max-width: 991.96px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  color: #111111;
}
@media (max-width: 991.96px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
}
@media (max-width: 991.96px) {
  h6 {
    font-size: 16px;
  }
}

.display-1 {
  font-weight: 700;
  font-size: 62px;
  color: #111111;
}
@media (max-width: 1199.98px) {
  .display-1 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .display-1 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .display-1 {
    font-size: 24px;
  }
}

/*-----------------
	3. General
-----------------------*/
body {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #555555;
  background: #FCFBFB;
  overflow-x: hidden;
}
@media (max-width: 991.96px) {
  body {
    font-size: 15px;
  }
}

a {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:focus {
  outline: 0;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

.form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  outline: 0 none;
}

/*-----------------
    5. Buttons
-----------------------*/
.btn {
  position: relative;
  text-transform: initial;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-view {
  font-weight: 500;
  font-size: 16px;
  color: #201F1D;
  border: 2px solid #201F1D;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-radius: 5px;
  line-height: 0;
  margin: 0;
  padding: 10px 17px;
}
.btn-view:hover {
  background-color: #E4097F;
  border: 2px solid #FF9307;
  color: #ffffff;
  box-shadow: inset 0 50px 0 0 #FF9307;
}
@media (max-width: 991.96px) {
  .btn-view {
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
  }
}

.btn-white {
  background-color: #ffffff;
  border-color: #F1F1F1;
  color: #E4097F;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.btn-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: inset 0 50px 0 0 #E4097F;
}

.btn-white-outline {
  background-color: #ffffff;
  border-color: #F1F1F1;
  color: #3F4254;
}
.btn-white-outline:hover {
  background-color: #ffffff;
  border-color: #F1F1F1;
  color: #3F4254;
}

.btn-primary {
  background-color: #E4097F;
  border: 1px solid #E4097F;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.btn-primary:hover {
  background-color: #ffffff;
  border-color: #E4097F;
  color: #E4097F;
  box-shadow: inset 0 50px 0 0 #ffffff;
}

.btn-subscribe {
  background-color: #E4097F;
  border: 1px solid #E4097F;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.btn-subscribe:hover {
  background-color: #ffffff;
  border-color: #E4097F;
  color: #E4097F;
  box-shadow: inset 0 50px 0 0 #ffffff;
}
.btn-subscribe:hover i {
  color: #E4097F !important;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.submit-review {
  padding: 12px 20px;
}

.btn-size {
  font-weight: 600;
  font-size: 16px;
  padding: 12px;
}

.btn-outline-light {
  color: #ffffff;
  background-color: #201F1D;
  border: 1px solid #201F1D;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.btn-outline-light:hover {
  background-color: #ffffff;
  border-color: #F1F1F1;
  color: #3F4254;
  box-shadow: inset 0 50px 0 0 #ffffff;
}

.btn-gray {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.btn-gray:hover {
  background-color: #ffffff;
  border-color: #EFEFEF;
  color: #878A99;
  box-shadow: inset 0 50px 0 0 #ffffff;
}

.btn-gray-outline {
  background-color: #ffffff;
  border: 1px solid #EFEFEF;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.btn-gray-outline:hover {
  background-color: #EFEFEF;
  border-color: #ffffff;
  color: #878A99;
  box-shadow: inset 0 50px 0 0 #ffffff;
}

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

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none !important;
}

.btn:focus {
  box-shadow: none !important;
}
.btn.btn-greys {
  background: #EFEFEF;
  color: #201F1D;
  font-size: 13px;
  padding: 8px 16px;
  font-weight: 600;
}

.cancel {
  background-color: #ffffff;
  border: 1px solid #377dff;
  box-shadow: inset 0 0 0 0 #377dff;
  color: #377dff;
}
.cancel:hover {
  background-color: #ffffff;
  border-color: #377dff;
  color: #377dff;
  box-shadow: inset 0 50px 0 0 #ffffff;
}

.contact-btn {
  background-color: #201F1D;
  border: 1px solid #201F1D;
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 15px;
  text-align: center;
}
.contact-btn:hover {
  background-color: #ffffff;
  border: 1px solid #201F1D;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #201F1D;
}

.btn-secondary {
  border: 1px solid #2F2F2F;
  background: #2F2F2F;
  color: #ffffff;
  box-shadow: inset 0 0 0 #ffffff;
}
.btn-secondary:hover {
  background-color: #ffffff;
  border: 1px solid #2F2F2F;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #2F2F2F;
}

.fa-facebook {
  background: #3080F8;
  color: #ffffff;
}

.fa-twitter {
  background: #35B6FF;
  color: #ffffff;
}

.fa-instagram {
  background: #FF2D20;
  color: #ffffff;
}

.fa-behance {
  background: #0066FF;
  color: #ffffff;
}

.fa-linkedin {
  background: #0066FF;
  color: #ffffff;
}

.btn-primary.btn:first-child:active {
  background: #E4097F;
  border-color: #E4097F;
}

.bg-primary {
  background: #E4097F !important;
}

.bg-secondary-100 {
  background: #127384 !important;
}

.bg-pink {
  background: #EC09A0 !important;
}

.bg-dark {
  background: #111111;
}

.content {
  padding: 40px 0;
}
.content .content-header {
  padding-bottom: 40px;
}
@media (max-width: 767.96px) {
  .content .content-header {
    padding-bottom: 20px;
  }
}
.content .content-header h4 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 991.96px) {
  .content .content-header h4 {
    font-size: 28px;
  }
}
@media (max-width: 767.96px) {
  .content .content-header h4 {
    font-size: 26px;
  }
}
.content .content-settings-header {
  padding-bottom: 15px;
}
.content.dashboard-content {
  padding-bottom: 16px;
}

/*-----------------
    6. Header
-----------------------*/
.header {
  background: #ffffff;
  position: sticky;
  box-shadow: 0px 10px 40px rgba(202, 202, 202, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header.fixed {
  background-color: #ffffff;
  box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
}
.header .logo a {
  float: left;
}
.header .logo a img {
  float: left;
  max-height: 32px;
}
.header .header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 85px;
  padding: 0 15px 0 15px;
  margin-bottom: 0;
}
@media (max-width: 991.96px) {
  .header .header-nav {
    height: 65px;
    padding: 0;
  }
}
.header .header-nav .main-nav > li > a {
  color: #2F2F2F;
  line-height: 85px;
  font-weight: 500;
}
@media (max-width: 991.96px) {
  .header .header-nav .main-nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 991.96px) {
  .header .header-nav .main-nav > li > a {
    color: #ffffff;
  }
}
.header .header-nav .main-nav > li > a:hover {
  color: #E4097F;
}
.header .header-nav .main-nav > li .submenu li {
  position: relative;
}
.header .header-nav .main-nav > li .submenu li.active {
  color: #E4097F;
}
.header .header-nav .main-nav > li .submenu li.active > a {
  color: #E4097F;
}
.header .header-nav .main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px 10px;
  clear: both;
  white-space: nowrap;
  color: #2F2F2F;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
}
@media (max-width: 991.96px) {
  .header .header-nav .main-nav > li .submenu li a {
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
  }
}
.header .header-nav .main-nav > li .submenu li a:hover {
  color: #E4097F;
  padding-left: 20px;
}
.header .header-nav .main-nav > li .login-link {
  display: none;
}
.header .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0;
  line-height: 0;
}
@media (max-width: 991.96px) {
  .header .navbar-header .navbar-brand {
    margin-right: 0;
  }
}
@media (max-width: 575.96px) {
  .header .navbar-header .logo {
    display: none;
  }
}
.header .navbar-header .logo-small {
  display: none;
}
@media (max-width: 575.96px) {
  .header .navbar-header .logo-small {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.96px) {
  .header .navbar-header #mobile_btn {
    display: inline-block;
    line-height: 0;
  }
}
@media (max-width: 575.96px) {
  .header .navbar-header #mobile_btn {
    left: 0;
    margin-right: 0;
    padding: 0 0px;
    position: absolute;
    z-index: 99;
  }
}
.header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}
.header .navbar-header #mobile_btn .bar-icon span {
  background-color: #E4097F;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  margin-bottom: 5px;
}
.header .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 20px;
}
.header .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  width: 16px;
  margin-bottom: 0;
}
@media (max-width: 991.96px) {
  .header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 575.96px) {
  .header .navbar-header {
    width: 100%;
  }
}
.header .main-menu-wrapper {
  margin: 0 15px 0;
}
@media (max-width: 991.96px) {
  .header .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(-260px);
    transition: all 0.4s;
    background: #201F1D;
    margin: 0;
  }
}
.header .main-menu-wrapper .menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}
@media (max-width: 991.96px) {
  .header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    align-items: center;
    background: #ffffff;
  }
}
@media (max-width: 991.96px) {
  .header .main-menu-wrapper .menu-header .menu-logo img {
    width: 160px;
  }
}
.header .main-menu-wrapper .menu-header .menu-close {
  font-size: 18px;
  color: #E4097F;
}
.header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
  left: 100%;
  top: 0;
  margin-top: 10px;
}
@media (max-width: 991.96px) {
  .header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
    left: 0;
  }
}
.header .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}
.header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.96px) {
  .header .main-menu-wrapper .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #201F1D;
  }
}
.header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li.megamenu {
    position: unset;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li > ul.mega-submenu {
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
}
@media (max-width: 1199.96px) {
  .header .main-menu-wrapper .main-nav > li {
    margin-right: 10px !important;
  }
  .header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
@media (max-width: 991.96px) {
  .header .main-menu-wrapper .main-nav > li {
    margin-right: 0 !important;
  }
  .header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
.header .main-menu-wrapper .main-nav > li.active > a {
  display: block;
  color: #E4097F;
}
.header .main-menu-wrapper .main-nav > li a i {
  font-size: 12px;
  margin-left: 3px;
}
@media (max-width: 991.96px) {
  .header .main-menu-wrapper .main-nav > li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
  }
  .header .main-menu-wrapper .main-nav > li a i {
    font-size: 14px;
  }
}
@media (max-width: 991.96px) and (max-width: 991.96px) {
  .header .main-menu-wrapper .main-nav > li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}
.header .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
@media (max-width: 991.96px) {
  .header .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid #828282;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li {
    display: block;
    position: relative;
    margin-right: 30px;
  }
  .header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.96px) {
  .header .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li ul {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-radius: 2px;
    border-top: 1px solid #E4097F;
  }
}
@media (max-width: 991.96px) {
  .header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
    background: rgba(255, 255, 255, 0.2);
  }
}
.header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}
@media (max-width: 991.96px) {
  .header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}
.header .megamenu-wrapper {
  padding: 40px 40px 20px;
}
@media (max-width: 991.98px) {
  .header .megamenu-wrapper {
    padding: 0;
    box-shadow: none;
  }
}
.header .megamenu-wrapper .single-demo {
  padding: 0;
  transition: 0.4s;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.header .megamenu-wrapper .single-demo.active .demo-info a {
  color: #E4097F;
}
.header .megamenu-wrapper .single-demo a {
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .header .megamenu-wrapper .single-demo a {
    padding: 8px 20px !important;
  }
}
@media (max-width: 991.98px) {
  .header .megamenu-wrapper .single-demo .demo-img {
    display: none;
  }
}
.header .megamenu-wrapper .single-demo .demo-info {
  padding: 20px;
}
.header .megamenu-wrapper .single-demo .demo-info a {
  font-size: 16px;
  font-weight: 500;
}
.header .megamenu-wrapper .single-demo .demo-info a span {
  font-size: 14px;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
}
.header .megamenu-wrapper .single-demo .demo-info a span.new {
  background: #1FBC2F;
}
.header .megamenu-wrapper .single-demo .demo-info a span.hot {
  background: #FF0000;
}
@media (max-width: 991.98px) {
  .header .megamenu-wrapper .single-demo .demo-info {
    padding: 0;
  }
}
.header .megamenu-wrapper .single-demo:hover {
  transform: translateY(-2px);
}
@media (max-width: 991.98px) {
  .header .megamenu-wrapper .single-demo {
    box-shadow: none;
    padding: 0;
    border: 0;
    text-align: left;
    margin: 0;
  }
  .iconHide{
    display: none ;
  }
  .minIconHide{
    display: -webkit-inline-box !important;
  }
  .margin_top{
    margin-top: 60px  !important;
  }
  .h-87{
    height:50vh !important;
  }
  .navbg{
    padding: 0;
    line-height: 0;
    margin: 0px;
    padding: 0px;
    display: block;
    height: 79px;
    text-align: center;
    border-bottom:0px !important;
    border-right: 0px !important;
    width: 100% !important;
  }
  .white-logo{
    width:70px  !important;
    margin-top:-10px  !important;
  }

}
.header .megamenu-wrapper .btn:hover {
  padding-left: 15px !important;
}
.header .header-navbar-rht {
  margin: 0;
  padding: 0;
}
.header .header-navbar-rht > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.header .header-navbar-rht > li:last-child {
  padding-right: 0px;
}
.header .header-navbar-rht > li .dropdown-menu {
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .header .header-navbar-rht > li .dropdown-menu {
    top: 85px;
    right: 0;
    left: auto;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    display: block;
    border-radius: 0 0 5px 5px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
  }
}
@media (min-width: 992px) and (max-width: 991.96px) {
  .header .header-navbar-rht > li .dropdown-menu {
    top: 65px;
  }
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #F4F4F4;
  padding: 10px 15px;
  font-size: 14px;
  color: #2F2F2F;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item:hover {
  color: #E4097F;
  padding-left: 25px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item:first-child {
  border-radius: 0;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item i {
  font-size: 16px;
  margin-right: 6px;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item.active, .header .header-navbar-rht > li .dropdown-menu .dropdown-item:active {
  color: #E4097F;
  background-color: #ffffff;
}
.header .header-navbar-rht > li .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .header-navbar-rht > li .dropdown-toggle::after {
  display: none;
}
.header .header-navbar-rht .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #2F2F2F;
  border-right: 2px solid #2F2F2F;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 5px;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header .header-navbar-rht .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.header .header-navbar-rht .has-arrow .dropdown-toggle .user-img {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.header .header-navbar-rht .has-arrow .dropdown-toggle .user-img > img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border: 2px solid #DBDBDB;
}
.header .header-navbar-rht .has-arrow .dropdown-toggle .user-text {
  color: #2F2F2F;
  margin: 0;
}
.header .header-navbar-rht .has-arrow .user-header {
  padding: 10px 15px;
}
.header .header-navbar-rht .has-arrow .user-header .user-text {
  margin-left: 10px;
}
.header .header-navbar-rht .has-arrow .user-header .user-text h6 {
  font-size: 15px;
  margin-bottom: 2px;
}
.header .header-navbar-rht .has-arrow .logged-item .nav-link {
  font-size: 14px;
  line-height: 85px;
  padding: 0 10px;
}
.header .header-navbar-rht .has-arrow.logged-item .nav-link {
  font-size: 14px;
  line-height: 85px;
  padding: 0 10px;
}
@media (max-width: 991.96px) {
  .header .header-navbar-rht .has-arrow.logged-item .nav-link {
    line-height: 65px;
  }
}
.header .header-navbar-rht .noti-wrapper {
  padding: 0;
}
.header .header-navbar-rht .noti-wrapper .nav-link {
  position: relative;
  padding: 0;
}
.header .header-navbar-rht .noti-wrapper .bell-icon {
  width: 36px;
  height: 36px;
  background: #F1F1F1;
  border-radius: 50%;
  margin: 0;
}
.header .header-navbar-rht .noti-wrapper .badge-pill {
  width: 4px;
  height: 4px;
  background-color: #FF0000;
  position: absolute;
  top: 8px;
  right: 10px;
  margin: 0;
  padding: 0;
  display: block;
}
.header .header-navbar-rht .nav-item .add-listing {
  font-weight: 500;
  font-size: 16px;
  color: #201F1D;
}
.header .header-navbar-rht .nav-item .add-listing span {
  color: #127384;
}
.header .header-navbar-rht .nav-item .header-login {
  background-color: #201F1D;
  border: 1px solid #201F1D;
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 20px;
  text-align: center;
}
.header .header-navbar-rht .nav-item .header-login span {
  margin: 0 8px 0 0;
}
@media (max-width: 991.96px) {
  .header .header-navbar-rht .nav-item .header-login {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.header .header-navbar-rht .nav-item .header-login:hover {
  background-color: #ffffff;
  border: 1px solid #201F1D;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #201F1D;
}
.header .header-navbar-rht .nav-item .header-reg {
  background-color: #ffffff;
  border: 1px solid #fff4fa;
  box-shadow: inset 0 0 0 #ffffff;
  color: #E4097F;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 20px;
}
@media (max-width: 1199.96px) {
  .header .header-navbar-rht .nav-item .header-reg {
    padding: 7px 15px;
  }
}
.header .header-navbar-rht .nav-item .header-reg span {
  margin: 0 5px 0 0;
}
@media (max-width: 991.96px) {
  .header .header-navbar-rht .nav-item .header-reg {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.header .header-navbar-rht .nav-item .header-reg:hover {
  background-color: #ffffff;
  border: 1px solid #E4097F;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #E4097F;
}
.header .dropdown-toggle::after {
  display: none;
}
.header .noti-content {
  height: 290px;
  width: 350px;
  overflow-y: auto;
  position: relative;
}
.header .noti-dropdown .dropdown-toggle {
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  padding: 0 15px;
}
.header .noti-dropdown .dropdown-toggle::after {
  display: none;
}
.header .noti-dropdown .dropdown-toggle span {
  background-color: #f43f3f;
  display: block;
  font-size: 10px;
  font-weight: bold;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  right: 3px;
  top: 5px;
}
.header .noti-dropdown .dropdown-toggle i {
  float: right;
  line-height: 50px;
  margin-left: 15px;
  font-size: 20px;
  float: left;
  line-height: 50px;
  color: #ffffff;
  margin: 0px;
  margin-left: 0px;
  cursor: pointer;
}
.header .noti-dropdown .dropdown-menu {
  top: 63px !important;
  font-size: 14px;
}
.header .user-header {
  background-color: #f4f4f4;
  display: flex;
  padding: 10px 15px;
}
.header .notification-message {
  margin-bottom: 0;
}
.header .notification-message h6 {
  font-size: 14px;
  font-weight: 400;
  color: #28283C;
  position: relative;
  padding-left: 10px;
  margin-bottom: 8px;
}
.header .notification-message h6:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #DDDEE1;
  border-radius: 2px;
  width: 4px;
  height: 100%;
}
.header .notification-message .avatar-online::before {
  top: 0;
  background: #6DCC76;
}
.header .notifications {
  padding: 0;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.2));
}
.header .notifications .notification-time {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: #7E84A3;
}
.header .notifications .notify-btns .btn {
  margin: 0 8px 8px 0;
}
.header .notifications .media {
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
}
.header .notifications .media:last-child {
  border-bottom: none;
}
.header .notifications .media a {
  display: block;
  padding: 0;
  border-radius: 2px;
}
.header .notifications .media a:hover {
  background-color: #fafafa;
}
.header .notifications .media .avatar {
  margin-right: 15px;
  width: 38px;
  height: 38px;
  position: relative;
  display: inline-block;
}
.header .notifications .media .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .notifications .media-list .media-left {
  padding-right: 8px;
}
.header .notifications .noti-content::-webkit-scrollbar {
  width: 6px;
  background: #EEF1FE;
  height: 10px;
}
.header .notifications .noti-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e7e7e7;
  border-radius: 4px;
}
.header .notifications .noti-content::-webkit-scrollbar-thumb {
  background: #8A8A95;
  border-radius: 4px;
}
.header .notifications .noti-content::-webkit-scrollbar-thumb:hover {
  background: #1B2559;
}
.header .notifications ul.notification-list > li {
  margin-top: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #f5f5f5;
}
.header .notifications ul.notification-list > li:last-child {
  border-bottom: none;
}
.header .notifications ul.notification-list > li a {
  display: block;
  border-radius: 2px;
}
.header .notifications ul.notification-list > li > a:hover {
  background-color: #fafafa;
}
.header .notifications ul.notification-list > li .list-item {
  border: 0;
  padding: 0;
  position: relative;
}
.header .topnav-dropdown-header {
  border-bottom: 1px solid #eee;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.header .topnav-dropdown-header select {
  border: 0;
  font-size: 12px;
  color: #74788d;
}
.header .topnav-dropdown-header select:focus-visible {
  outline: 0;
}
.header .topnav-dropdown-header .notification-title {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.header .topnav-dropdown-header .notification-title span {
  padding: 3px 6px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #ff6000;
}
.header .topnav-dropdown-header .clear-noti {
  color: #28283C;
  float: right;
  font-size: 14px;
}
.header .topnav-dropdown-header .clear-noti:hover {
  color: #ff6000;
}
.header .topnav-dropdown-footer {
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #eee;
}
.header .topnav-dropdown-footer a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #ff6000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .topnav-dropdown-footer a:hover {
  color: #ff6000;
}
.header .topnav-dropdown-footer a:hover i {
  color: #ff6000;
  margin-left: 8px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.header .topnav-dropdown-footer a img {
  margin-left: 5px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(84%) saturate(2990%) hue-rotate(239deg) brightness(91%) contrast(105%);
}
.header .user-menu.nav > li > a .badge {
  background-color: #f43f3f;
  display: block;
  font-size: 10px;
  font-weight: bold;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  right: 3px;
  top: 6px;
}
.header .user-menu.nav > li > a > i {
  font-size: 1.5rem;
  line-height: 60px;
}
.header .noti-details {
  font-size: 14px;
  color: #28283C;
  margin-bottom: 0;
  font-weight: 500;
}
.header .noti-details span {
  color: #74788d;
  font-weight: 400;
  margin: 0;
}
.header .notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .noti-pop-detail li.noti-wrapper .notify-blk {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  box-shadow: 0px 4px 114px 0px rgba(214, 214, 214, 0.25);
  width: 410px;
  height: 580px;
}
.header .noti-pop-detail li.noti-wrapper .notify-blk .topnav-dropdown-header {
  padding: 15px;
  border-radius: 10px;
  background: #FAFAFA;
  border: none;
  margin-bottom: 15px;
}
.header .noti-pop-detail li.noti-wrapper .notify-blk .noti-content ul.notification-list li.notification-message {
  padding: 10px;
}
.header .noti-pop-detail li.noti-wrapper .notify-blk .noti-content ul.notification-list li .media-body p.noti-details {
  margin-bottom: 5px;
  position: relative;
}
.header .noti-pop-detail li.noti-wrapper .notify-blk .topnav-dropdown-footer {
  border: none;
}
.header .noti-pop-detail .noti-img span img {
  border-radius: 45px;
  border: 2px solid #E1E1E1;
}
.header .noti-time {
  font-size: 14px;
  margin: 0;
}
.header.header-four {
  background: #E4097F;
  position: fixed;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .header.header-four {
    background: #fff;
  }
}
.header.header-four.header-fixed {
  background: #111111;
}
@media (max-width: 991.98px) {
  .header.header-four.header-fixed {
    background: #fff;
  }
}
.header.header-four .header-nav {
  height: 79px;
}
@media (max-width: 991.98px) {
  .header.header-four .header-nav {
    height: 66px;
  }
}
.header.header-four .header-nav .logo .dark-logo {
  display: none;
}
@media (max-width: 991.98px) {
  .header.header-four .header-nav .logo .dark-logo {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .header.header-four .header-nav .logo .white-logo {
    display: none;
  }
}
.header.header-four .header-nav .main-nav > li > a {
  font-weight: 400;
}
@media (min-width: 992px) {
  .header.header-four .header-nav .main-nav > li > a {
    color: #fff;
    font-weight: bold;
    line-height: 79px;
  }
}
.header.header-four .header-nav .main-nav > li > a:hover {
  color: #E4097F;
}
.header.header-four .header-nav .main-nav > li > a:hover i {
  color: #E4097F;
}
.header.header-four .header-nav .main-nav > li > a i {
  color: #676767;
}
.header.header-four .header-nav .main-nav > li.active > a {
  color: #ffffff;
}
.header.header-four .header-nav .main-nav > li.active > a i {
  color: #E4097F;
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}
.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}

.header-top-drpodowns .header-dropdown.country-flag {
  margin-top: 0px;
}
.header-top-drpodowns .header-dropdown.country-flag img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
}
.header-top-drpodowns .header-dropdown.country-flag a {
  color: #ffffff;
  font-size: 14px;
}
.header-top-drpodowns .header-dropdown.country-flag a.dropdown-toggle {
  background: transparent;
  border: 1px solid #DBDBDB;
  border-radius: 10pxpx;
  display: inline-flex;
  align-items: center;
}
.header-top-drpodowns .header-dropdown.country-flag .dropdown-menu {
  padding: 10px;
}
.header-top-drpodowns .header-dropdown.country-flag .dropdown-menu a {
  padding: 5px 10px;
  border-radius: 10px;
  color: #111;
}
.header-top-drpodowns .header-dropdown.country-flag .dropdown-menu a:hover {
  background: #F8FAFC;
}

.header-dropdown .dropdown-menu {
  border-color: #E2E8F0;
}
.header-dropdown .dropdown-toggle {
  padding: 5px 10px 5px 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #64748B;
  position: relative;
}
.header-dropdown .dropdown-toggle::after {
  content: "";
  border-width: 0 2px 2px 0;
  border-color: #ffffff;
  padding: 3px;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  border-style: solid;
  margin-left: 10px;
  display: inline-block;
}
.header-dropdown .dropdown-toggle.show::after {
  content: "";
  border-width: 2px 0 0 2px;
  position: relative;
  top: 3px;
}
.header-dropdown .dropdown-toggle.nav-tog {
  padding: 5px 15px 5px 12px;
}
.header-dropdown .dropdown-menu {
  padding: 10px;
}
.header-dropdown .dropdown-menu a {
  padding: 5px 10px;
  border-radius: 10px;
  color: #111;
}
.header-dropdown .dropdown-menu a:hover {
  background: #F8FAFC;
}

.hero-sec-main .header-two {
  background: transparent;
  box-shadow: none;
}
.hero-sec-main .header-two.header-fixed {
  background: #0A152F;
  position: fixed;
  z-index: 999;
}
.hero-sec-main .header-two.header-fixed .header-two-top {
  display: none;
}
.hero-sec-main .header-two .header-two-top {
  padding: 10px;
  border-bottom: 1px solid #676767;
}
@media (max-width: 991.96px) {
  .hero-sec-main .header-two .header-two-top {
    display: none;
  }
}
.hero-sec-main .header-two .header-two-top .header-top-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-sec-main .header-two .header-two-top .header-top-items .header-address {
  display: flex;
  align-items: center;
}
.hero-sec-main .header-two .header-two-top .header-top-items .header-address li {
  color: #ffffff;
  font-size: 14px;
  margin-right: 15px;
}
.hero-sec-main .header-two .header-two-top .header-top-items .header-address li:last-child {
  margin-right: 0;
}
.hero-sec-main .header-two .header-two-top .header-top-items .header-address li span {
  margin-right: 5px;
}
.hero-sec-main .header-two .header-nav {
  padding: 0;
}
.hero-sec-main .header-two .header-nav .main-nav > li a {
  color: #ffffff;
  font-weight: normal;
}
.hero-sec-main .header-two .header-nav .main-nav > li a.active {
  color: #E4097F;
}
.hero-sec-main .header-two .header-nav .main-nav > li.active > a {
  color: #E4097F;
}
.hero-sec-main .header-two .header-nav .header-navbar-rht .login-link {
  padding: 0;
  font-weight: 500;
  color: #ffffff;
}
.hero-sec-main .header-two .header-nav .header-navbar-rht .login-link:hover {
  color: #E4097F;
}
.hero-sec-main .banner-slider {
  background-image: none;
  padding: 70px 0;
  height: 660px;
}
@media (max-width: 991.96px) {
  .hero-sec-main .banner-slider {
    height: 100%;
    background: transparent;
    padding: 50px 0;
    padding-bottom: 150px;
  }
}

.header-top-social-links ul {
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-left: 20px;
  border-left: 1px solid #DBDBDB;
}
.header-top-social-links ul li {
  margin-right: 10px;
}
.header-top-social-links ul li:last-child {
  margin-right: 0;
}
.header-top-social-links ul li a {
  color: #F2F7F6;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-social-links ul li a:hover {
  color: #E4097F;
}
.header-top-social-links ul li a:hover i {
  color: #E4097F;
  transition: 0.5s all;
}
.header-top-social-links ul li a i {
  color: #F2F7F6;
  background: transparent;
  transition: 0.5s all;
}

.header.header-three {
  box-shadow: 0px 4px 24px 0px #E1E1E140;
}
.header.header-three .header-nav {
  height: 69px;
}
.header.header-three .header-nav .main-nav > li > a {
  line-height: 69px;
}
.header.header-three .header-navbar-rht li.user-link {
  position: relative;
  margin-right: 15px;
}
.header.header-three .header-navbar-rht li.user-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 21px;
}
.header.header-three .header-navbar-rht li .header-user {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  background: #111;
}
.header.header-three .header-navbar-rht li .header-user:hover {
  background: #E4097F;
}

/*-----------------
    7. Footer
-----------------------*/
.footer {
  background: #201F1D;
  position: relative;
}

@media (max-width: 991.96px) {
  .footer::after {
    display: none;
  }
}
.footer .footer-top {
  z-index: 99;
  margin: 0;
  padding: 60px 0;
}
@media (max-width: 991.96px) {
  .footer .footer-top {
    margin: 0;
    padding: 40px 0 10px;
  }
}
@media (max-width: 767.96px) {
  .footer .footer-top {
    margin: 0;
    padding: 40px 0 0;
  }
}
.footer .footer-about {
  border-right: 1px solid #000;
}
@media (max-width: 767.96px) {
  .footer .footer-about {
    border: 0;
  }
}
.footer .footer-widget .footer-logo {
  margin-bottom: 35px;
}
.footer .footer-widget .footer-about-content {
  margin-bottom: 50px;
}
@media (max-width: 991.96px) {
  .footer .footer-widget .footer-about-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.96px) {
  .footer .footer-widget .footer-about-content {
    margin-bottom: 20px;
  }
}
.footer .footer-widget .footer-about-content p {
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 0;
}
.footer .footer-widget.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-widget .footer-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 40px;
}
.footer .footer-widget .footer-title:before {
  content: "";
  background: #FCB215;
  width: 27px;
  height: 4px;
  left: 0;
  position: absolute;
  bottom: -80%;
}
@media (max-width: 991.96px) {
  .footer .footer-widget {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.96px) {
  .footer .footer-widget {
    margin-bottom: 25px;
  }
}
.footer .footer-menu ul li {
  margin: 0 0 20px;
}
.footer .footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-menu ul li a {
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .footer-menu ul li a:hover {
  color: #E4097F;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .footer-contact h5 {
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  max-width: 336px;
  margin-bottom: 20px;
}
.footer .footer-contact h6 {
  font-size: 16px;
  color: #DBDBDB;
  margin-bottom: 15px;
  line-height: 20px;
}
.footer .footer-contact .footer-contact-info .footer-address {
  margin-bottom: 20px;
}
.footer .footer-contact .footer-contact-info .footer-address span {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  background: #FF9307;
  color: #ffffff;
  font-size: 20px;
  border-radius: 4px;
  flex-shrink: 0;
}
.footer .footer-contact .footer-contact-info .footer-address .addr-info a {
  font-weight: 400;
  font-size: 14px;
  color: #676767;
}
.footer .footer-contact .footer-contact-info .update-form {
  position: relative;
}
.footer .footer-contact .footer-contact-info .update-form span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #828282;
  font-size: 20px;
  line-height: 1;
}
.footer .footer-contact .footer-contact-info .update-form .form-control {
  min-height: 55px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 10px 100px 12px 40px;
  color: #828282;
}
.footer .footer-contact .footer-contact-info .update-form .btn {
  padding: 20px 20px;
  font-size: 15px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.footer .footer-contact .footer-contact-info .update-form .btn .feather-send {
  color: #ffffff;
}
.footer .footer-contact .footer-contact-info .update-form .btn:active {
  border-color: #FCB215;
}
.footer .footer-contact .footer-contact-info .update-form .btn:active .feather-send {
  color: #FCB215;
}
.footer .footer-bottom {
  background: #212121;
  z-index: 99;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 767.96px) {
  .footer .footer-bottom {
    margin: 0;
    padding: 15px 0;
  }
}
@media (max-width: 767.96px) {
  .footer .footer-bottom .copyright {
    text-align: center;
  }
}
@media (max-width: 767.96px) {
  .footer .footer-bottom .copyright .copyright-text {
    margin: 0 0 20px;
  }
}
.footer .footer-bottom .copyright .copyright-text p {
  color: #676767;
  font-size: 14px;
}
.footer .footer-bottom .copyright .vistors-details ul {
  justify-content: end;
  -webkit-justify-content: end;
}
@media (max-width: 767.96px) {
  .footer .footer-bottom .copyright .vistors-details ul {
    justify-content: center;
  }
}
.footer .footer-bottom .copyright .vistors-details ul li {
  margin: 0;
  padding: 0 8px 0;
}
.footer .footer-bottom .copyright .vistors-details ul li a {
  background: #ffffff;
  width: 46px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.footer .footer-bottom .policy-menu {
  text-align: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.96px) {
  .footer .footer-bottom .policy-menu {
    text-align: center;
  }
}
.footer .footer-bottom .policy-menu li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 767.96px) {
  .footer .footer-bottom .policy-menu li {
    margin-right: 10px;
    margin-top: 10px;
  }
}
.footer .footer-bottom .policy-menu li a {
  color: #000;
}
.footer .footer-bottom .policy-menu li a:hover {
  color: #201F1D;
}
.footer .footer-bottom .policy-menu li::after {
  content: "";
  position: absolute;
  background: #201F1D;
  width: 5px;
  height: 5px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer-bottom .policy-menu li:last-child {
  margin-right: 0;
}
.footer.footer-four {
  background: #E4097F;
}
.footer.footer-four::after, .footer.footer-four::before {
  content: none;
}
.footer.footer-four .footer-menu ul li a {
  position: relative;
}
.footer.footer-four .footer-menu ul li a:hover {
  color: #fff;
  padding-left: 13px;
}
.footer.footer-four .footer-menu ul li a:hover::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E4097F;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer.footer-four .footer-top {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .footer.footer-four .footer-top {
    padding-bottom: 15px;
  }
}
.footer.footer-four .footer-top .footer-contact {
  max-width: 440px;
}
.footer.footer-four .footer-top .footer-widget .footer-title {
  font-size: 18px;
  margin-bottom: 16px;
}
.footer.footer-four .footer-top .footer-widget .footer-title::before {
  content: none;
}
@media (max-width: 991.98px) {
  .footer.footer-four .footer-top .footer-widget .footer-title {
    font-size: 16px;
  }
}
.footer.footer-four .footer-logo {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .footer.footer-four .copyright-text {
    text-align: center;
    margin-bottom: 0 !important;
  }
}
.footer.footer-four .payment-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.footer.footer-four .payment-list a {
  background: #fff;
  width: 46px;
  height: 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer.footer-four .privacy-link {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .footer.footer-four .privacy-link {
    justify-content: center;
  }
}
.footer.footer-four .privacy-link li {
  margin-right: 8px;
  padding-right: 16px;
  position: relative;
}
.footer.footer-four .privacy-link li::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.footer.footer-four .privacy-link li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer.footer-four .privacy-link li:last-child::before {
  content: none;
}
.footer.footer-four .privacy-link li a {
  color: #E4097F;
  font-size: 14px;
}
.footer.footer-four .privacy-link li a:hover {
  color: #fff;
}
.footer.footer-four .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer.footer-four .social-icon li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background: #E4097F;
}
.footer.footer-four .social-icon li a i {
  background: transparent;
  color: inherit;
}
.footer.footer-four .social-icon li a:hover {
  background: #E4097F;
}
.footer.footer-four .footer-contact-info p {
  font-size: 14px;
  margin-bottom: 24px;
}
.footer.footer-four .app-icon {
  margin-bottom: 24px;
}
.footer.footer-four .footer-bottom {
  background: #E4097F;
  border-top: 1px solid #E4097F;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.footer-social-links {
  margin: 10px 0 30px;
}
.footer-social-links h6 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767.96px) {
  .footer-social-links h6 {
    margin-bottom: 10px;
  }
}
.footer-social-links .nav li {
  margin-right: 10px;
}
.footer-social-links .nav li:last-child {
  margin-right: 0;
}
.footer-social-links .nav li a:hover {
  color: #000;
}

.footer-social-widget {
  margin: 20px 0 0;
}
.footer-social-widget .nav-social li {
  margin-right: 10px;
}
.footer-social-widget .nav-social li:last-child {
  margin-right: 0;
}
.footer-social-widget .nav-social li a:hover {
  color: #000;
}

.hi-icon {
  font-size: 0px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #201F1D;
  background: #DBDBDB;
  border-radius: 50px;
  min-width: 36px;
  height: 36px;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
@media (max-width: 767.96px) {
  .hi-icon {
    min-width: 36px;
    height: 36px;
  }
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.hi-icon:before {
  speak: none;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.96px) {
  .hi-icon:before {
    font-size: 15px;
  }
}
.hi-icon:hover {
  color: #201F1D;
}
.hi-icon:hover:before {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}

.fi-icon {
  font-size: 0px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  min-width: 36px;
  height: 36px;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
@media (max-width: 767.96px) {
  .fi-icon {
    min-width: 36px;
    height: 36px;
  }
}
.fi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.fi-icon:before {
  speak: none;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}
@media (max-width: 767.96px) {
  .fi-icon:before {
    font-size: 15px;
  }
}
.fi-icon:hover {
  color: #201F1D;
}
.fi-icon:hover:before {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}

/*-----------------
    8. Breadcrumb
-----------------------*/
.breadcrumb-bar {
  background-image: url(../images/5.png);
  padding: 60px 0 30px;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991.96px) {
  .breadcrumb-bar {
    padding: 50px 0 50px;
  }
}
.breadcrumb-bar:before {
  content: "";
  background: url(../img/breadcrumbleft.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 393px;
  height: 334px;
  background-size: cover;
}
@media (max-width: 991.96px) {
  .breadcrumb-bar:before {
    display: none;
  }
}
.breadcrumb-bar:after {
  content: "";
  background: url(../img/breadcrumbright.png) no-repeat;
  position: absolute;
  bottom: 50px;
  right: 130px;
  width: 97px;
  height: 102px;
  background-size: cover;
}
@media (max-width: 991.96px) {
  .breadcrumb-bar:after {
    display: none;
  }
}
.breadcrumb-bar .breadcrumb-title {
  font-weight: 700;
  color: #141212;
  font-size: 36px;
  margin: 0 0 15px;
}
@media (max-width: 991.96px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 32px;
  }
}
.breadcrumb-bar .breadcrumb {
  justify-content: center;
  margin: 0;
}
.breadcrumb-bar .breadcrumb li a {
  color: #141212;
}
.breadcrumb-bar .breadcrumb.active {
  color: #ffffff;
}
.breadcrumb-bar .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.breadcrumb-bar .breadcrumb-item.active {
  color: #E4097F;
}

/*-----------------
    9. Select
-----------------------*/
.select2-container {
  min-width: 100% !important;
  width: auto !important;
  z-index: 99;
  padding: 0 !important;
  color: #211e1b;
}
.select2-container .select2-selection--single {
  height: 41px;
}

.select2-container--default .select2-selection--single {
  background: #F5F5F5;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #878A99;
  line-height: 39px;
  border-radius: 5px;
  padding-right: 30px;
  padding-left: 15px;
  background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #878A99;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  margin-left: -10px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #878A99;
  border-width: 2px 0 0 2px;
  margin-top: 3px;
  padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #127384;
  color: #ffffff;
}

.select2-container--focus .select2-selection--single {
  background: #ffffff !important;
  border: 1px solid #127384;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

/*-----------------
    10. Table
-----------------------*/
.table {
  color: #2F2F2F;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.table .dataTable {
  border-collapse: collapse !important;
}
.table .table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 150px;
  font-size: 14px;
}
.table .thead-light th {
  font-size: 15px;
  color: #201F1D;
  font-weight: 500;
  background-color: #F4F4F4;
  padding: 15px;
}
.table thead {
  background-color: #F4F4F4;
  border-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.table tbody {
  vertical-align: middle;
  white-space: nowrap;
}
.table tbody tr {
  border-bottom: 1pt solid #F1F1F1;
}
.table tbody tr td {
  border-color: #dee2e6;
  padding: 15px;
}
.table tbody td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.table tbody td h2 span {
  color: #888888;
  display: block;
  font-size: 13px;
  margin-top: 2px;
}
.table tbody td a {
  color: #2F2F2F;
}
.table tbody td a.btn-action-icon {
  background: #F3F3F3;
  color: #201F1D;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50px;
}
.table tbody td a.btn-action-icon:active {
  color: #E4097F;
}
.table tbody td a + a {
  display: inline-block;
}
.table tbody td a.add-btn {
  display: inline-block !important;
}
.table tbody td a:hover {
  color: #E4097F;
}
.table tbody td a:active {
  color: #ffffff;
}
.table tbody td a.btn {
  display: inline-block;
  padding: 5px 10px;
}
.table tbody td .items-links {
  color: #28283C;
  display: inline-block;
}
.table tbody td .items-links:hover {
  color: #E4097F;
}
.table .invoice-link {
  color: #201F1D;
  display: inline-block;
}
.table .invoice-link:hover {
  color: #201F1D;
}
.table .invoice-link .table-center th, .table .invoice-link .table-center td {
  vertical-align: middle;
}
.table .invoice-link .dropdown-menu {
  width: 200px;
  background: #ffffff;
  border: 1px solid #888888;
  box-shadow: 0px 4px 4px #888888;
  margin-top: 10px !important;
  border-radius: 6px;
}
.table .invoice-link .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  color: #28283C;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.table .invoice-link .dropdown-item:last-child {
  margin-bottom: 0;
}
.table .invoice-link .dropdown-item:focus, .table .invoice-link .dropdown-item:hover {
  color: #E4097F;
  background: transparent;
}
.table .invoice-link .dropdown-item.active {
  color: #ffffff;
  text-decoration: none;
  background-color: #E4097F;
}
.table .invoice-link .dropdown-item i {
  font-size: 16px;
}

.table .dropdown-menu {
  width: 160px;
  background: #ffffff;
  border: 1px solid #EDECF8;
  box-shadow: 0px 16px 32px #888888;
  border-radius: 12px;
  padding: 0;
  margin-top: 10px !important;
}
.table .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  color: #201F1D;
  padding: 10px 20px 10px;
}

.table-inbox {
  font-size: 15px;
  margin-bottom: 0;
}

.table-nowrap th, .table-nowrap td {
  white-space: nowrap;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f8f9fa;
}
.table-striped .dropdown-action {
  margin-bottom: 0;
}
.table-striped .table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
  padding: 10px 8px;
}

.table-hover tbody tr:hover {
  background-color: #f6f6f7;
}

.table-bordered th {
  border-color: rgba(0, 0, 0, 0.05);
}
.table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}
.table-bordered td:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.table-bordered td:last-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.card-table .card-body {
  padding: 0 !important;
}
.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table .card-body .table td {
  color: #201F1D;
  font-weight: 400;
  border-top: 0;
  font-size: 13px;
  padding: 15px 25px;
  white-space: nowrap;
  box-shadow: none;
}
.card-table .card-body .table td:first-child {
  padding-left: 25px;
}
.card-table .card-body .table th {
  white-space: nowrap;
  padding: 12px 25px;
  border-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #201F1D;
}
.card-table .card-body .table th:first-child {
  padding-left: 25px;
}

.table > :not(:first-child) {
  border: 0;
}

.dataTables_length select {
  appearance: auto;
}

.table-nosearch .dataTables_length,
.table-nosearch .dataTables_filter {
  display: none;
}

.card-table div.table-responsive > div.dataTables_wrapper > div.row:first-child {
  padding: 1.5rem 1.5rem 0 !important;
  align-items: center;
}
.card-table div.table-responsive > div.dataTables_wrapper > div.row:last-child {
  padding: 0 1.5rem 1.5rem !important;
  align-items: center;
}

.dataTables_length select {
  appearance: auto;
}

table .badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  min-width: auto;
  padding: 8px 10px;
  font-weight: 400;
  text-align: center;
}

.table tbody td a {
  color: #2F2F2F;
}
.table tbody td a.action-icon {
  color: #333;
}
.table tbody td h2.table-avatar a {
  color: #3F4254;
}
.table tbody td h2.table-avatar a:hover {
  color: #E4097F;
}

.mini-sidebar .header .header-left.header-left-two .logo.logo-small {
  padding: 10px 0 0;
  margin: 0;
}

.categories-table .table tr:last-child td {
  padding-bottom: 0;
  border: none;
}
.categories-table .table td {
  padding: 8px;
  font-size: 14px;
}

.card-table .table {
  background: #ffffff;
  margin-bottom: 24px !important;
  border-radius: 8px;
}

.dataTables_length label {
  font-weight: 500 !important;
  font-size: 14px;
  color: #3F4254;
}

.dataTables_length label:before {
  content: "Show";
  margin-right: 5px;
  font-size: 14px;
}

.dataTables_length label:after {
  content: "Entries";
  margin-left: 5px;
  font-size: 14px;
}

.dashboard-table .dt-container tr th:hover {
  outline: 0 !important;
}
.dashboard-table .dt-container .dt-layout-row:first-child {
  display: none;
}
.dashboard-table .dt-container .dt-layout-row:last-child {
  padding: 0 20px;
}
.dashboard-table .dt-container .dt-layout-row {
  margin: 0;
}
.dashboard-table .dt-container .dt-paging .dt-paging-button {
  border: 1px solid #DBDBDB !important;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px;
}
.dashboard-table .dt-container .dt-paging .dt-paging-button:first-child, .dashboard-table .dt-container .dt-paging .dt-paging-button:last-child {
  display: none;
}
.dashboard-table .dt-container .dt-paging .dt-paging-button.current {
  background: #127384;
  border-color: #127384 !important;
  color: #ffffff !important;
}

.footer-two {
  background: #F2F7F6;
  position: relative;
  z-index: 1;
}
.footer-two .sec-bg img {
  position: absolute;
  z-index: -1;
}
.footer-two .sec-bg img:first-child {
  bottom: 60px;
  left: 0;
  right: 0;
}
.footer-two .sec-bg img:nth-child(2) {
  left: 0;
  top: 30px;
}
.footer-two .footer-top {
  padding: 40px 0 20px;
}
.footer-two .footer-widget {
  margin-bottom: 20px;
}
.footer-two .footer-widget .widget-title h4 {
  color: #0A152F;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-two .footer-widget .footer-links li a {
  color: #676767;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.footer-two .footer-widget .footer-links li a i {
  font-size: 10px;
  margin-right: 5px;
}
.footer-two .footer-widget .footer-links li a:hover {
  color: #127384;
}
.footer-two .footer-widget .footer-links li + li {
  margin-top: 15px;
}
.footer-two .footer-widget .footer-address > li {
  font-size: 14px;
}
.footer-two .footer-widget .footer-address > li + li {
  margin-top: 15px;
}
.footer-two .footer-widget .footer-address > li.social-link ul {
  display: flex;
  align-items: center;
}
.footer-two .footer-widget .footer-address > li.social-link ul li {
  margin-right: 10px;
}
.footer-two .footer-widget .footer-address > li.social-link ul li:last-child {
  margin-right: 0;
}
.footer-two .footer-widget .footer-address > li.social-link ul li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0A152F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}
.footer-two .footer-widget .footer-address > li.social-link ul li a:hover {
  background: #127384;
  transition: 0.5s all;
}
.footer-two .footer-widget .footer-address > li.social-link ul li a i {
  background: transparent;
  font-size: 12px;
}
.footer-two .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 767.96px) {
  .footer-two .footer-bottom {
    padding-top: 0;
  }
}
.footer-two .footer-bottom .copy-right {
  font-size: 14px;
}
.footer-two .footer-bottom .copy-right p {
  font-size: 14px;
}
.footer-two .footer-bottom .copy-right p span {
  color: #0A152F;
}
@media (max-width: 575.96px) {
  .footer-two .footer-bottom .copy-right {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 575.96px) {
  .footer-two .footer-bottom {
    flex-direction: column;
  }
}

/*-----------------
    11. Home
-----------------------*/
.section {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991.96px) {
  .section {
    padding: 50px 0;
  }
}

.banner-slider {
  position: relative;
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 100px 0 100px;
}
@media (max-width: 991.96px) {
  .banner-slider {
    background: #F2F7F6;
    padding: 70px 0 70px;
  }
}
@media (max-width: 478.98px) {
  .banner-slider {
    padding: 50px 0 50px;
  }
}
.banner-slider .home-banner h1 {
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  font-weight: 700;
  color: #111;
}
.banner-slider .home-banner h1 span {
  color: #E4097F;
}
.banner-slider .home-banner .banner-imgs img {
  position: relative;
  z-index: 99;
}
@media (max-width: 991.96px) {
  .banner-slider .home-banner .banner-imgs img {
    display: none;
  }
}
.banner-slider .home-banner .explore-text {
  color: #2F2F2F;
  padding: 15px;
  background: #ffffff;
  border-radius: 70px;
  display: inline-block;
  margin: 0 0 10px;
}
@media (max-width: 991.96px) {
  .banner-slider .home-banner .explore-text {
    padding: 10px 15px;
  }
}
.banner-slider .home-banner .explore-text span {
  color: #EDA600;
}
.banner-slider .home-banner .explore-text span i {
  font-weight: 600;
}
.banner-slider p {
  margin: 0 0 30px;
}
@media (max-width: 991.96px) {
  .banner-slider p {
    font-size: 14px;
  }
}

.search-box-banner {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
  border-radius: 10px;
  padding: 30px;
  z-index: 1;
  position: relative;
  margin: -35px auto auto;
}
@media (max-width: 1399.96px) {
  .search-box-banner {
    padding: 25px;
  }
}
@media (max-width: 991.96px) {
  .search-box-banner {
    padding: 15px 15px 0;
    max-width: 100%;
  }
}
@media (max-width: 767.96px) {
  .search-box-banner {
    padding: 20px;
    max-width: 100%;
  }
}
.search-box-banner ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  outline: none;
}
.search-box-banner .group-img {
  position: relative;
}
.search-box-banner .group-img i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.search-box-banner .group-img input {
  background: #F5F5F5;
  padding: 12px 13px 12px 36px;
  color: #676767;
}
@media (max-width: 991.96px) {
  .search-box-banner .group-img input {
    padding: 10px 10px 10px 35px;
  }
}
.search-box-banner .input-block {
  margin: 0;
  padding: 0 10px;
}
.search-box-banner .input-block label {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 15px;
  color: #111;
}
@media (max-width: 991.96px) {
  .search-box-banner .input-block label {
    font-size: 14px;
  }
}
.search-box-banner .search-btn .search-button {
  background-color: #E4097F;
  border: 1px solid #E4097F;
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
  width: 100%;
  padding: 10px 12px;
}
.search-box-banner .search-btn .search-button i {
  margin-right: 8px;
}
@media (max-width: 767.96px) {
  .search-box-banner .search-btn .search-button {
    width: 100%;
  }
}
@media (max-width: 991.96px) {
  .search-box-banner .search-btn .search-button {
    padding: 8px 12px;
  }
}
.search-box-banner .search-btn .search-button:hover {
  background-color: #ffffff;
  border: 1px solid #201F1D;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #201F1D;
}
.search-box-banner .column-group-last {
  -ms-flex: 13%;
  flex: 13%;
  max-width: 13%;
}
@media (max-width: 991.96px) {
  .search-box-banner .column-group-last {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.96px) {
  .search-box-banner .column-group-last {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.search-box-banner .column-group-last:last-child {
  padding-right: 0;
}
.search-box-banner .column-group-last .search-btn {
  margin-top: 30px;
}
@media (max-width: 991.96px) {
  .search-box-banner .column-group-last .search-btn {
    margin: 15px 0 0;
  }
}
@media (max-width: 767.96px) {
  .search-box-banner .column-group-last .search-btn {
    margin: 0;
  }
}
.search-box-banner .column-group-main {
  -ms-flex: 29%;
  flex: 29%;
  max-width: 29%;
}
@media (max-width: 991.96px) {
  .search-box-banner .column-group-main {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.96px) {
  .search-box-banner .column-group-main {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.search-box-banner .column-group-main:last-child {
  padding-right: 0;
}
@media (max-width: 767.96px) {
  .search-box-banner .input-block-wrapp {
    display: block;
  }
}

.section-heading {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 991.96px) {
  .section-heading {
    margin: 0 0 30px;
  }
}
.section-heading h2 {
  position: relative;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 991.96px) {
  .section-heading h2 {
    margin: 0 0 20px;
  }
}
.section-heading h2:after {
  content: "";
  position: absolute;
  background-image: url(../img/bg/title-head.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  height: 11px;
  right: 0;
  bottom: -22px;
  z-index: 99;
}
@media (max-width: 991.96px) {
  .section-heading h2:after {
    bottom: -17px;
  }
}
.section-heading p {
  max-width: 439px;
  margin: auto;
  font-size: 18px;
}
@media (max-width: 991.96px) {
  .section-heading p {
    font-size: 16px;
  }
}

.services {
  padding: 80px 0 56px;
}
@media (max-width: 991.96px) {
  .services {
    padding: 50px 0 36px;
  }
}
.services .service-right {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991.96px) {
  .services .service-right {
    display: none;
  }
}
.services .services-group {
  margin: 0 0 24px;
  padding: 24px;
  border-bottom: 2px solid #127384;
  text-align: center;
  position: relative;
}
.services .services-group::before {
  position: absolute;
  top: 72px;
  right: 0;
  left: calc(50% + 65px);
  Content: "";
  border: 1px dashed #DBDBDB;
  width: calc(100% - 106px);
}
@media (max-width: 767.96px) {
  .services .services-group::before {
    content: none;
  }
}
.services .services-group.service-date {
  border-color: #127384;
}
.services .services-group.service-loc {
  border-color: #FF9307;
}
.services .services-group.service-book {
  border-color: #201F1D;
}
.services .services-group.service-book::before {
  content: none;
}
.services .services-group .services-icon {
  border-radius: 50px;
  margin: 0 0 35px;
  padding: 10px;
  background: #ffffff;
  position: relative;
  z-index: 99;
}
@media (max-width: 991.96px) {
  .services .services-group .services-icon {
    padding: 8px;
  }
}
.services .services-group .services-icon .icon-img {
  border-radius: 50px;
  width: 72px;
  height: 72px;
  padding: 10px;
}
@media (max-width: 991.96px) {
  .services .services-group .services-icon .icon-img {
    padding: 8px;
  }
}
.services .services-group .services-content h3 {
  font-weight: 600;
  margin: 0 0 10px;
}
.services .services-one {
  border-bottom: 2px solid #127384;
}
@media (max-width: 767.96px) {
  .services .services-one {
    border-bottom: 0;
  }
}
.services .services-two {
  border-bottom: 2px solid #FF9307;
}
@media (max-width: 767.96px) {
  .services .services-two {
    border-bottom: 0;
  }
}
.services .services-three {
  border-bottom: 2px solid #201F1D;
}
@media (max-width: 767.96px) {
  .services .services-three {
    border-bottom: 0;
  }
}
.services .services-three:before {
  border: 0;
  width: 0;
}

.popular-services {
  background: #F2F7F6;
}
.popular-services .listing-tabs-group {
  margin: 0 0 40px;
}
@media (max-width: 991.96px) {
  .popular-services .listing-tabs-group {
    margin: 0 0 30px;
  }
}
.popular-services .listing-tabs-group ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.96px) {
  .popular-services .listing-tabs-group ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popular-services .listing-tabs-group ul li a {
    min-width: 120px;
  }
}
.popular-services .listing-tabs-group ul li a {
  background: #ffffff;
  border: 1px solid #F4F4F4;
  padding: 10px 22px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  font-weight: 600;
  color: #676767;
  border-radius: 6px;
}
@media (max-width: 991.96px) {
  .popular-services .listing-tabs-group ul li a {
    padding: 8px 18px;
    font-size: 14px;
    min-width: 120px;
  }
}
.popular-services .listing-tabs-group ul li a.active {
  background: #127384;
  color: #ffffff;
}
.popular-services .listing-tabs-group ul li a:hover {
  background: #127384;
  color: #ffffff;
}
.popular-services .listing-tabs-group ul li a span {
  margin: 0 8px 0 0;
  padding: 10px;
  line-height: 0;
  background: #FCFCFC;
  border: 1px solid #F2F7F6;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.96px) {
  .popular-services .listing-tabs-group ul li a span {
    padding: 8px;
    width: 30px;
    height: 30px;
  }
}
.popular-services .owl-carousel .owl-dots.disabled {
  display: block;
}
.popular-services .owl-carousel .owl-nav.disabled {
  display: block;
}
.popular-services .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  height: 55px;
  width: 55px;
  background: #ffffff !important;
  color: #2F2F2F;
  margin: auto 0;
  border-radius: 50%;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.popular-services .owl-carousel .owl-prev:hover {
  background: #E4097F !important;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.popular-services .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  height: 55px;
  width: 55px;
  background: #ffffff !important;
  color: #2F2F2F;
  margin: auto 0;
  border-radius: 50%;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.popular-services .owl-carousel .owl-next:hover {
  background: #E4097F !important;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.popular-explore {
  padding: 80px 0 56px 0;
}
@media (max-width: 991.96px) {
  .popular-explore {
    padding: 50px 0 26px 0;
  }
}
.white-logo{
  width: 79px;
  margin-top: 2px;
}
.minIconHide{
  display: none;
}

.bgIconClr{
    background-color: #E4097F;
    border: 1px solid #E4097F;
    box-shadow: inset 0 0 0 #ffffff;
}

.iconClr{
  background-color: #E4097F;
    border: 1px solid #E4097F;
    box-shadow: inset 0 0 0 #ffffff;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    padding: 2px 10px;
    margin-right:3px
}

.navbg{
  padding: 0;
  line-height: 0;
  margin: 0px;
  padding: 0px;
  display: block;
  height: 79px;
  text-align: center;
  border-bottom: 78px solid white;
  border-right: 81px solid transparent;
  width: 298px;
}

.margin_top{
  margin-top: 80px ;
}
.h-87{
  height:87vh;
}
.txtShadow{
  color: white !important;
  text-shadow: -3px 3px 4px #010101;
}
.bg-pink{
  background-color:#E4097F;
}
.why-choose .choose-left {
  position: absolute;
  left: 0;
  top: 10px;
}

.why-choose .choose-left {
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 991.96px) {
  .why-choose .choose-left {
    display: none;
  }
}
.why-choose .card {
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  box-shadow:-4px -2px 24px 0px rgb(85 80 80 / 25%);
  border-radius: 10px;
}
.why-choose .card .card-body {
  padding: 13px 27px;
}
@media (max-width: 1399.96px) {
  .why-choose .card .card-body {
    padding: 24px;
  }
}
.why-choose .card .card-body .choose-img {
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
@media (max-width: 991.96px) {
  .why-choose .card .card-body .choose-img {
    padding: 15px;
  }
}
.why-choose .card .card-body .choose-img img {
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.why-choose .card .card-body .choose-black {
  background: #201F1D;    text-align: center;
}
.why-choose .card .card-body .choose-secondary {
  background: #127384;text-align: center;
}
.why-choose .card .card-body .choose-primary {
  background: #FFA633;text-align: center;
}
.why-choose .card .card-body .choose-content {
  text-align: center;
}
.why-choose .card .card-body .choose-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin: 0 0 20px 0;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
@media (max-width: 991.96px) {
  .why-choose .card .card-body .choose-content h4 {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
}
.why-choose .card .card-body .choose-content p {
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.why-choose .card:hover {
  background: #f9007e;
}
.why-choose .card:hover .choose-black {
  background: #ff007c;
}
.why-choose .card:hover .choose-secondary {
  background: #ff007c;
}
.why-choose .card:hover .choose-primary {
  background: #ff007c;
}
.why-choose .card:hover .choose-content h4 {
  color: #ffffff;
}
.why-choose .card:hover .choose-content p {
  color: #ffffff;
}
.why-choose .card:hover .choose-img {
  position: relative;
  background-image: url(../img/bg/count-bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.card{
  background: #ffffff;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    margin: 0 0 24px 0;
    display: inline-block;
    width: 100%;
    border: 0;
    border-radius: 8px;
}



.facts-number {
  background: #f9007efa;
}
@media (max-width: 991.96px) {
  .facts-number {
    padding-bottom: 35px;
  }
}
.facts-number .section-heading p {
  color: #F5F5F5;
}
.facts-number .facts-left img {
  position: absolute;
  left: -80px;
  top: 10px;
}
@media (max-width: 991.96px) {
  .facts-number .facts-left img {
    display: none;
  }
}
.facts-number .facts-right img {
  position: absolute;
  right: 60px;
  top: 30px;
}
@media (max-width: 991.96px) {
  .facts-number .facts-right img {
    display: none;
  }
}
.facts-number .count-group {
  position: relative;
  width: 100%;
  display: flex;
  top: 0;
  background-image: url(../images/count-bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
@media (max-width: 991.96px) {
  .facts-number .count-group {
    margin: 0 0 15px;
    padding: 15px;
  }
}
.facts-number .count-group:hover {
  top: -10px;
}
.facts-number .count-group:hover .count-img {
  background: #127384;
}
.facts-number .count-group .count-img {
  padding: 24px;
  background: #201F1D;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
@media (max-width: 991.96px) {
  .facts-number .count-group .count-img {
    padding: 15px;
  }
}
.facts-number .count-group .count-content h4 {
  color: #111;
  font-weight: 700;
  margin: 0;
}



/*-----------------
    22. About Us
-----------------------*/
.about-img {
  position: relative;
  margin: 0 0 24px 0;
}
.about-img img {
  border-radius: 10px;
  padding: 0 0 0 10px;
}
.about-img .about-exp {
  position: absolute;
  background: #FFA633;
  border-radius: 10px;
  width: 370px;
  height: 100%;
}
@media (max-width: 767.96px) {
  .about-img .about-exp {
    width: 230px;
  }
}
.about-img .about-exp span {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  display: inline-block;
  margin: 250px -122px;
  transform: rotate(-90deg);
}
@media (max-width: 767.96px) {
  .about-img .about-exp span {
    font-size: 18px;
    margin: 275px -90px;
  }
}
@media (max-width: 575.96px) {
  .about-img .about-exp span {
    font-size: 16px;
    margin: 115px -75px;
  }
}

.abt-img {
  padding: 30px 0 30px 60px;
  position: relative;
  z-index: 1;
}

.about-content {
  margin: 0 0 0 50px;
}
@media (max-width: 991.96px) {
  .about-content {
    margin: 0;
  }
}
.about-content h6 {
  font-size: 18px;
  color: #127384;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.about-content h2 {
  font-size: 38px;
  font-weight: 500;
  margin: 0 0 30px;
}
@media (max-width: 991.96px) {
  .about-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.96px) {
  .about-content h2 {
    font-size: 24px;
  }
}
.about-content p {
  margin: 0 0 14px;
}
.about-content ul li {
  position: relative;
  margin: 6px 0 15px;
  padding: 0 0 0 25px;
  color: #111010;
}
.about-content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f058";
  font-family: "FontAwesome";
  color: #127384;
}
.about-content ul li:last-child {
  margin: 0;
}
.section {
  position: relative;
  padding: 80px 0;
}
.about-img {
  position: relative;
  margin: 0 0 24px 0;
}

.about-img .about-exp {
  position: absolute;
  background: #FFA633;
  border-radius: 10px;
  width: 370px;
  height: 100%;
}

/*-----------------
    18. Contact
-----------------------*/
.contact-section {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991.96px) {
  .contact-section {
    padding: 50px 0;
  }
}
.contact-section .contact-info-area {
  margin: 0 0 80px;
}
@media (max-width: 991.96px) {
  .contact-section .contact-info-area {
    margin: 0 0 30px;
  }
}
@media (max-width: 575.96px) {
  .contact-section .contact-info-area {
    margin: 0 0 15px;
  }
}
.contact-section .contact-info-area .single-contact-info {
  text-align: center;
  background: #ffffff;
  border: 2px solid #F4F4F4;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991.98px) {
  .contact-section .contact-info-area .single-contact-info {
    padding: 15px;
  }
}
@media (max-width: 991.96px) {
  .contact-section .contact-info-area .single-contact-info {
    margin: 0 0 24px;
  }
}
.contact-section .contact-info-area .single-contact-info i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
  width: 46px;
  height: 51px;
  margin: 0 auto 15px;
  line-height: 50px;
  background: #E4097F;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .contact-section .contact-info-area .single-contact-info i {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
.contact-section .contact-info-area .single-contact-info h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991.98px) {
  .contact-section .contact-info-area .single-contact-info h3 {
    font-size: 16px;
  }
}
.contact-section .contact-info-area .single-contact-info a {
  font-size: 16px;
  color: #737373;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991.98px) {
  .contact-section .contact-info-area .single-contact-info a {
    font-size: 13px;
  }
}
.contact-section .contact-info-area .single-contact-info:hover {
  background: #127384;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-section .contact-info-area .single-contact-info:hover i {
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #127384;
}
.contact-section .contact-info-area .single-contact-info:hover h3 {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-section .contact-info-area .single-contact-info:hover a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-section .form-info-area {
  background: #ffffff;
  border: 2px solid #F4F4F4;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
  border-radius: 10px;
  padding: 24px;
}
.contact-section .form-info-area img {
  border-radius: 10px;
}
@media (max-width: 991.96px) {
  .contact-section .form-info-area img {
    display: none;
  }
}
.contact-section .form-info-area h1 {
  font-weight: 500;
  font-size: 38px;
  color: #28283C;
  margin: 0 0 30px;
}
@media (max-width: 991.98px) {
  .contact-section .form-info-area h1 {
    font-size: 28px;
    margin: 0 0 15px;
  }
}
.contact-section textarea.form-control {
  height: 120px;
  resize: none;
}

.contact-btn {
  background-color: #201F1D;
  border: 1px solid #201F1D;
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 15px;
  text-align: center;

  margin-top: 10px;
}
.contact-section textarea.form-control {
  height: 120px;
  resize: none;
}
.input-block textarea.form-control {
  height: auto;
}
.input-block .form-control {
  padding: 9px 15px;
}
.input-block .form-control {
  background: #F5F5F5;
  border: 1px solid #F4F4F4;
  box-shadow: none;
  border-radius: 5px;
  margin: 0;
  padding: 13px;
  font-size: 14px;
  font-weight: 400;
  color: #201F1D;
}
 /* Floating Button Container */
 .fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* Spacing between buttons */
}

/* Floating Buttons */
.fab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: 0.3s;
}

/* WhatsApp Button */
.whatsapp {
  background: #25D366;
}

.whatsapp:hover {
  background: #1ebc58;
}

/* Phone Button */
.phone {
  background: #34b7f1;
}

.phone:hover {
  background: #1b93d1;
}

/* Email Button */
.email {
  background: #f39c12;
}

.email:hover {
  background: #e08e0b;
}

.navbar-dark{
  background: #E4097F !important;
}

.navbar-nav .nav-link, .navbar-brand {
  /* font-size: 21px; */
  color: white;
  font-weight: 700;
  font-weight: bold;
  line-height: 51px;
  margin-left: 12px;

}
.navicon{
  background-color: #ffffff;
  border: 1px solid #fff4fa;
  box-shadow: inset 0 0 0 #ffffff;
  color: #E4097F !important;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 20px;
  margin-top: 14px;
  line-height: 20px !important;
  margin-left: 12px;
}
 .navbar-collapse{
  justify-content: center;
}

.tblink1 {
  font-weight: bold;
  animation-duration: 500ms;
  animation-name: textblink1;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@-webkit-keyframes textblink1 { 
  0% 
{
  color: #ffe01b;
}
50% 
{
  color:#3a68a3;
}
100% 
{
  color:#ffe01b;
}
}