@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap");
.enquiry-form {
  border: 2px solid #140355;
  border-radius: 6px;
  padding: 8px 16px;
  background-color: #140355;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.9s ease; }
  .enquiry-form i {
    margin-right: 8px;
    color: #fff; }
  .enquiry-form:hover {
    background-color: #fba604;
    border: 2px solid #fba604;
    transition: all 0.9s ease; }
    .enquiry-form:hover i {
      color: #fff !important; }

.navbar-theme {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: 16px; }
  .navbar-theme .navbar-brand img {
    width: 140px; }
    @media (max-width: 575.98px) {
      .navbar-theme .navbar-brand img {
        width: 120px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .navbar-theme .navbar-brand img {
        width: 130px; } }
  .navbar-theme .navbar-collapse {
    margin-top: 10px;
    justify-content: end;
    align-items: center; }
  .navbar-theme .navbar-nav a {
    font-family: "poppins", sans-serif;
    font-size: 16px;
    letter-spacing: 1.4px;
    font-weight: 400;
    color: #231f20;
    display: block;
    padding: .5rem .6rem; }
    .navbar-theme .navbar-nav a:after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #fba604;
      transition: width .3s; }
    .navbar-theme .navbar-nav a:hover, .navbar-theme .navbar-nav a:focus {
      color: #140355; }
      .navbar-theme .navbar-nav a:hover:after, .navbar-theme .navbar-nav a:focus:after {
        width: 100%; }
  .navbar-theme .navbar-nav .show > a,
  .navbar-theme .navbar-nav .active > a,
  .navbar-theme .navbar-nav a.show,
  .navbar-theme .navbar-nav a.active {
    color: #140355; }
  .navbar-theme .navbar-toggler {
    border: 0;
    outline: none;
    background-color: #140355; }
  .navbar-theme .navbar-toggler {
    border-color: #ff66cb; }
    @media (max-width: 767.98px) {
      .navbar-theme .navbar-toggler {
        padding: 4px 10px; } }
  .navbar-theme .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(250,165,25)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.dropdown .dropdown-menu {
  width: 294px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px; }
  @media (max-width: 575.98px) {
    .dropdown .dropdown-menu {
      width: 100% !important; } }
  .dropdown .dropdown-menu .menu-item {
    text-transform: capitalize !important; }
    .dropdown .dropdown-menu .menu-item a {
      font-size: 14px !important;
      padding: .3rem .6rem; }
  .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
    background: #140355;
    color: #fff;
    text-transform: capitalize !important; }
.dropdown:hover .dropdown-menu {
  display: block; }

.navaFirstChild {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0; }

.navaSecondChild {
  z-index: 999;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background: #fff; }
  @media (max-width: 768px) {
    .navaSecondChild {
      border: none;
      height: auto;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px; } }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown-menu {
  min-width: 17rem; }
  @media (max-width: 1023.98px) {
    .dropdown-menu {
      width: 40%; } }
  @media (max-width: 1023.98px) {
    .dropdown-menu {
      width: 30%; } }

.dropdown-menu li {
  position: relative; }

.dropdown-menu .sub-menu {
  display: none !important;
  position: absolute;
  left: 100%;
  top: -7px; }
  @media (max-width: 767.98px) {
    .dropdown-menu .sub-menu {
      left: 29%;
      top: 38px; } }

.dropdown-menu .sub-menu-left {
  right: 100%;
  left: auto; }

.dropdown-menu > li:hover > .sub-menu {
  display: block !important; }

@media (max-width: 1023.98px) {
  .desk-header {
    display: none; } }

.mobile-header {
  display: none;
  padding: 10px; }
  .mobile-header img {
    width: 100px; }
  .mobile-header .navbar-toggler {
    background-color: #140355 !important; }
  .mobile-header .navbar-toggler-icon {
    background-image: url(../images/navbar-line.svg) !important; }
  @media (max-width: 1023.98px) {
    .mobile-header {
      display: flex; } }
  .mobile-header .navbar-nav li a {
    font-family: "poppins",sans-serif;
    font-size: 16px;
    letter-spacing: 1.4px;
    font-weight: 400;
    color: #231f20;
    display: block;
    padding: 0.5rem 0.6rem; }
    .mobile-header .navbar-nav li a::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #fba604;
      transition: width .3s; }
  .mobile-header .navbar-nav li a:hover:after {
    width: 100%; }
  .mobile-header .dropdown-menu .sub-menu {
    position: unset !important;
    margin: 5px 0 5px 10px !important;
    width: 268px !important; }

.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0; }

.cd-hero ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.cd-hero-slider {
  position: relative;
  height: calc(-110px + 95vh);
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .cd-hero-slider {
      height: calc(-110px + 85vh); } }

.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.cd-hero-slider li.selected {
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-hero-slider li.move-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.cd-hero-slider li.is-moving,
.cd-hero-slider li.selected {
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s; }

.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  /* background-image: url(../images/slider/SymphonyExam.jpg) */ }

.cd-hero-slider li:nth-child(2) {
  background-color: #586775;
  /* background-image: url(../images/slider/SymphonyLivePerformance.jpg) */ }

.cd-hero-slider li:nth-child(3) {
  background-color: #2c343b;
  /* background-image: url(../images/slider/SymphonyRecordingStudio.jpg)!important */ }

.cd-hero-slider li:nth-child(4) {
  background-color: #3d4952;
  /* background-image: url(../images/slider/learn-music-from-symphony-mlc.jpg) */ }

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 590px;
  z-index: 999; }
  @media (max-width: 767.98px) {
    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
      width: 365px; } }

.cd-hero-slider .full-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.cd-hero-slider .cd-img-container {
  display: none; }

.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.cd-full-width h2 {
  text-shadow: 0 1px 3px rgba(7, 7, 7, 0.1);
  color: #fba604;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .cd-full-width h2 {
      font-size: 24px !important;
      line-height: 30px;
      bottom: 1em; } }
.cd-full-width p {
  text-transform: capitalize;
  color: #fff;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 1.5px;
  margin-bottom: 34px; }
  @media (max-width: 767.98px) {
    .cd-full-width p {
      font-size: 1.0rem !important;
      bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-bg-video-wrapper,
  .cd-hero-slider .cd-img-container {
    display: block; }

  .cd-hero-slider .cd-half-width {
    width: 45%;
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px); }

  .cd-hero-slider .cd-half-width:first-of-type {
    left: 5%; }

  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto; }

  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px); }

  .cd-hero-slider .selected .cd-half-width {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .cd-hero-slider .is-moving .cd-half-width {
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s; }

  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }

  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s; }

  .cd-hero-slider .cd-full-width .cd-btn,
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }

  .cd-hero-slider .move-left .cd-full-width .cd-btn,
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }

  .cd-hero-slider .selected .cd-full-width .cd-btn,
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .cd-hero-slider li.is-moving .cd-full-width .cd-btn,
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p {
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s; }

  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }

  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s; }

  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s; } }
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  /* z-index: 2; */
  text-align: center;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.5);
  /* background:#212447; */ }
  @media (max-width: 767.98px) {
    .cd-slider-nav {
      height: 38px; } }

.cd-slider-nav a,
.cd-slider-nav li,
.cd-slider-nav nav,
.cd-slider-nav ul {
  height: 100%; }

.cd-slider-nav nav {
  display: inline-block;
  position: relative; }

.cd-slider-nav .cd-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  /* Nva icon top line color */
  color: #140355;
  background-color: #fff;
  box-shadow: inset 0 4px 0 currentColor;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s; }

.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%); }

.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%); }

.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%); }

.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table; }

.cd-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left; }

.cd-slider-nav li.selected a {
  color: #140355; }

.cd-slider-nav li.selected a i {
  color: #fba604; }

.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent; }

.cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  color: #140355;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.cd-slider-nav a::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.cd-slider-nav i {
  font-size: 20px;
  display: block;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 10px; }
  @media (max-width: 767.98px) {
    .cd-slider-nav i {
      font-size: 16px; } }

.no-touch .cd-slider-nav a:hover {
  background-color: rgba(0, 1, 1, 0.5); }

.cd-slider-nav li:first-of-type a::before {
  background-position: 0 0; }

.cd-slider-nav li.selected:first-of-type a::before {
  background-position: 0 -24px; }

.cd-slider-nav li:nth-of-type(2) a::before {
  background-position: -24px 0; }

.cd-slider-nav li.selected:nth-of-type(2) a::before {
  background-position: -24px -24px; }

.cd-slider-nav li:nth-of-type(3) a::before {
  background-position: -48px 0; }

.cd-slider-nav li.selected:nth-of-type(3) a::before {
  background-position: -48px -24px; }

.cd-slider-nav li:nth-of-type(5) a::before {
  background-position: -72px 0; }

.cd-slider-nav li.selected:nth-of-type(5) a::before {
  background-position: -72px -24px; }

.cd-slider-nav li:nth-of-type(4) a::before {
  background-position: -96px 0; }

.cd-slider-nav li.selected:nth-of-type(4) a::before {
  background-position: -96px -24px; }

@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 44px; }

  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 95px; }

  .cd-slider-nav a {
    text-transform: uppercase; }

  .cd-slider-nav a::before {
    top: 18px; } }
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0; }

@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0; } }
.no-js .cd-hero-slider li {
  display: none; }

.no-js .cd-hero-slider li.selected {
  display: block; }

.no-js .cd-slider-nav {
  display: none; }

.parallax, #home-parallax, #enquiry-parallax, #header-paralex, #contact-parallax {
  position: relative;
  width: 100%;
  z-index: 4;
  background: #333; }
  .parallax p, #home-parallax p, #enquiry-parallax p, #header-paralex p, #contact-parallax p {
    color: #fff;
    font-size: 32px;
    line-height: 39px; }
    @media (max-width: 767.98px) {
      .parallax p, #home-parallax p, #enquiry-parallax p, #header-paralex p, #contact-parallax p {
        font-size: 19px;
        line-height: 30px; } }
  .parallax .icon-block .icon-content, #home-parallax .icon-block .icon-content, #enquiry-parallax .icon-block .icon-content, #header-paralex .icon-block .icon-content, #contact-parallax .icon-block .icon-content {
    padding-top: 10px;
    padding-left: 19px; }
    .parallax .icon-block .icon-content span, #home-parallax .icon-block .icon-content span, #enquiry-parallax .icon-block .icon-content span, #header-paralex .icon-block .icon-content span, #contact-parallax .icon-block .icon-content span {
      font-size: 16px;
      font-family: "poppins", sans-serif;
      letter-spacing: 1px;
      line-height: 25px; }
  @media (min-width: 768px) {
    .parallax .icon-block, #home-parallax .icon-block, #enquiry-parallax .icon-block, #header-paralex .icon-block, #contact-parallax .icon-block {
      padding-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .parallax .icon-block, #home-parallax .icon-block, #enquiry-parallax .icon-block, #header-paralex .icon-block, #contact-parallax .icon-block {
      padding-bottom: 20px; } }
  .parallax .img-para, #home-parallax .img-para, #enquiry-parallax .img-para, #header-paralex .img-para, #contact-parallax .img-para {
    position: absolute;
    bottom: 0;
    z-index: -1; }
    @media (min-width: 1200px) {
      .parallax .img-para, #home-parallax .img-para, #enquiry-parallax .img-para, #header-paralex .img-para, #contact-parallax .img-para {
        width: 100%;
        left: 0; } }
    @media (min-width: 992px) {
      .parallax .img-para, #home-parallax .img-para, #enquiry-parallax .img-para, #header-paralex .img-para, #contact-parallax .img-para {
        right: 0; } }
    @media (min-width: 768px) {
      .parallax .img-para, #home-parallax .img-para, #enquiry-parallax .img-para, #header-paralex .img-para, #contact-parallax .img-para {
        right: 0; } }
    @media (max-width: 575.98px) {
      .parallax .img-para, #home-parallax .img-para, #enquiry-parallax .img-para, #header-paralex .img-para, #contact-parallax .img-para {
        right: 0;
        top: 0;
        height: 100%; } }
    @media (max-width: 767.98px) {
      .parallax .img-para, #home-parallax .img-para, #enquiry-parallax .img-para, #header-paralex .img-para, #contact-parallax .img-para {
        transform: none !important; } }
  .parallax .img-para-overlap, #home-parallax .img-para-overlap, #enquiry-parallax .img-para-overlap, #header-paralex .img-para-overlap, #contact-parallax .img-para-overlap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(7, 0, 4, 0.6);
    z-index: -1; }

#home-parallax {
  color: #fff; }
  #home-parallax h2 {
    color: #fff; }
  #home-parallax .tag-line {
    color: #fff !important; }

#enquiry-parallax {
  margin-top: -20px;
  padding: 0;
  background: #F7F7F7;
  color: #fff; }

#header-paralex {
  padding: 114px 0px 80px 0px;
  background: #444343; }
  @media (max-width: 575.98px) {
    #header-paralex {
      padding: 6em 0 4em 0; } }
  #header-paralex .tag-line {
    color: #fff; }
  #header-paralex h1 {
    color: #fff !important;
    font-size: 34px;
    font-weight: 600;
    border-left: 4px solid #fba604;
    padding-left: 10px; }
    @media (max-width: 1023.98px) {
      #header-paralex h1 {
        font-size: 30px; } }
    @media (max-width: 767.98px) {
      #header-paralex h1 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 0px; } }
  #header-paralex .header-pack-price {
    margin-top: 15px; }
    #header-paralex .header-pack-price p {
      color: #2ac304;
      margin-bottom: 7px; }
    #header-paralex .header-pack-price .pack-price {
      font-family: "poppins", sans-serif;
      font-weight: 700;
      font-size: 55px;
      color: #fba604;
      letter-spacing: 2px; }
    #header-paralex .header-pack-price span {
      color: #F7F7F7;
      font-size: 14px;
      font-family: "poppins", sans-serif;
      font-weight: 400;
      letter-spacing: 1px; }
    #header-paralex .header-pack-price .pack-root {
      font-size: 16px;
      color: #fba604; }

#contact-parallax {
  background: #444343;
  color: #140355; }
  #contact-parallax h1 {
    font-family: "poppins", sans-serif;
    font-weight: 800;
    color: #fba604;
    font-size: 68px; }
    @media (max-width: 768px) {
      #contact-parallax h1 {
        font-size: 32px; } }
  #contact-parallax h3 {
    color: #e5e5e5; }
  #contact-parallax .tag-line {
    color: #fff !important; }

body {
  font-family: "poppins", sans-serif;
  background: #fff;
  color: #464545;
  font-size: 14px;
  outline: none; }
  body a {
    text-decoration: none;
    color: #777;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  body a:hover,
  body a:active,
  body a:focus {
    color: #140355;
    text-decoration: none;
    outline: none 0; }

p {
  font-size: 16px;
  line-height: 26px;
  color: #777; }

ul {
  list-style: none;
  padding-left: 0; }
  ul li {
    color: #777;
    letter-spacing: 1px; }

button:focus {
  outline: none !important; }

.bg-section {
  background-color: #f3f3f3; }

.morebtn-second {
  background-color: #fba604 !important; }
  @media (max-width: 767.98px) {
    .morebtn-second {
      margin-top: 15px; } }
  .morebtn-second:hover {
    background-color: #140355 !important; }

.more-btn {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 23px;
  background-color: #140355;
  color: #ffffff;
  transition: all .9s ease;
  padding: 10px 20px;
  display: inline-block; }
  .more-btn:hover {
    background-color: #fba604;
    transition: all .9s ease;
    color: #ffffff; }

.p-i {
  font-family: "poppins", sans-serif;
  font-weight: 500; }

.text-danger {
  font-size: 14px;
  margin-bottom: 0; }

.tag-line {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: 1px;
  line-height: 1em;
  margin-bottom: 18px; }
  .tag-line:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #fba604;
    display: inline-block;
    margin-left: 15px; }

.bottom-tag {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #515151;
  letter-spacing: 1.5px;
  margin-bottom: 15px; }

.m-t-h {
  margin-top: 30px; }

.main-head {
  color: #140355 !important;
  font-family: "poppins", sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 15px; }
  .main-head span {
    color: #fba604; }

.light-head {
  color: #fba604;
  font-family: "poppins", sans-serif !important;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px; }
  .light-head span {
    color: #fba604; }

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  color: #140355; }

h1 {
  font-family: "poppins", sans-serif;
  color: #140355 !important;
  font-weight: 800;
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  @media (max-width: 768px) {
    h1 {
      font-size: 1.6rem; } }

h2 {
  font-family: "poppins", sans-serif;
  color: #444343;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 1px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.9rem; } }

h3 {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  color: #444343;
  letter-spacing: 1px; }

h4 {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #444343;
  font-size: 1.6rem; }

h5 {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 1px; }

.btn {
  background-color: #fba604 !important;
  border-color: #fba604 !important; }
  .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 166, 4, 0.5) !important; }

.rotate-icon {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
section {
  overflow: hidden;
  padding: 80px 0; }
  @media (max-width: 768px) {
    section {
      padding: 45px 0; } }

.no-padding {
  padding: 0 !important; }

.home-welcome-block ul, .single ul {
  list-style: none;
  padding: 0;
  color: #777; }
  .home-welcome-block ul li, .single ul li {
    padding-left: 1.3em;
    margin-bottom: 7px; }
    .home-welcome-block ul li:before, .single ul li:before {
      content: "\f14a";
      font-family: "Font Awesome 5 Brands";
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      color: #140355; }

.solid-li ul {
  overflow: hidden;
  float: left; }
.solid-li li {
  float: left;
  width: 33.3%;
  font-size: 14px; }
.solid-li li + li {
  padding-right: 25px; }
@media (max-width: 1023.98px) {
  .solid-li li {
    width: 50%; } }
@media (max-width: 767.98px) {
  .solid-li li {
    width: 100%; } }

#bg-hash, .bg-hash {
  background: #F7F7F7; }

#bg-patern {
  background: url(../images/leaves.png) repeat;
  position: relative;
  overflow: visible !important; }

.bg-image {
  background-image: url("../images/spices-Indian-food-recipes.jpg");
  background-size: cover;
  background-position: center center; }

.bg-image-inline {
  background-image: url("../images/mosaic.webp"); }

.bg-icon-view {
  position: relative;
  overflow: visible !important; }

.center-icon {
  position: absolute;
  bottom: -46px;
  left: 45%;
  z-index: 9; }
  .center-icon img {
    width: 50%; }
  @media (max-width: 767.98px) {
    .center-icon {
      bottom: -26px; } }

.profile-left h5 {
  margin-top: 10px;
  font-family: "poppins", sans-serif;
  font-size: 1.7rem; }

.home-welcome-block {
  font-size: 16px;
  color: #6c757d !important;
  letter-spacing: 1px; }
  .home-welcome-block .home-img {
    background-image: url("../images/home-img.jpg");
    background-size: cover;
    background-position: center;
    width: 100%; }

.register-section h4 {
  color: #fba604; }
.register-section h5 {
  color: #140355;
  font-size: 1rem; }

.contact-section address strong {
  display: block;
  color: #fba604 !important;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: normal;
  font-family: "poppins", sans-serif;
  font-weight: 700; }
.contact-section address span {
  color: #fba604; }

#map {
  padding: 0; }
  #map iframe {
    margin: 0;
    padding: 0; }

.whatsappchat {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999; }

.whatsappchat i {
  font-size: 76px;
  color: #06c01f; }

@media only screen and (max-width: 600px) {
  .whatsappchat i {
    font-size: 50px; } }
.whatsappchat:hover {
  animation: shake 0.8s; }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }
.elementor-kit-3 {
  --e-global-color-primary:#6EC1E4;
  --e-global-color-secondary:#54595F;
  --e-global-color-text:#7A7A7A;
  --e-global-color-accent:#61CE70;
  --e-global-typography-primary-font-family:"Roboto";
  --e-global-typography-primary-font-weight:600;
  --e-global-typography-secondary-font-family:"Roboto Slab";
  --e-global-typography-secondary-font-weight:400;
  --e-global-typography-text-font-family:"Roboto";
  --e-global-typography-text-font-weight:400;
  --e-global-typography-accent-font-family:"Roboto";
  --e-global-typography-accent-font-weight:500; }

.news-detals .footer-media-block ul li a i, footer .footer-main .footer-media-block ul li a i {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.readmore-btn {
  position: relative;
  display: block;
  margin-top: 25px; }
  .readmore-btn a {
    background-color: #1e1e22;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--moniz-primary, #fba604);
    color: #fff !important;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    padding: 6px 26px;
    transition: 500ms;
    border-radius: 35px;
    overflow: hidden;
    transition: all 0.9s ease;
    border: 3px solid #fba604; }
    .readmore-btn a span {
      position: relative;
      font-family: "Poppins",sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #fff; }
    .readmore-btn a::before {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 70px;
      height: 100%;
      background-color: #1a046b;
      opacity: 0.1;
      content: "";
      border-radius: 32px;
      transform: scale(1);
      transition: 500ms ease; }
  .readmore-btn:hover a {
    border: 3px solid #1a046b; }

.readmore-btn a:hover::before {
  width: 100%;
  transition: 1s;
  transform: scale(1.5);
  border-radius: 0;
  background-color: var(--moniz-black, #1a046b);
  opacity: 1; }

.next-prev-btn .btn {
  background-color: #fba604 !important;
  color: #fff !important;
  border-color: #fba604 !important;
  transition: all 0.9s ease; }
  .next-prev-btn .btn:focus {
    box-shadow: none !important; }
  .next-prev-btn .btn:hover {
    transition: all 0.9s ease;
    background-color: #140355 !important; }

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: +2000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.98); }

.preloader .container-fluid {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1450px;
  max-height: 700px; }

.spinner {
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 30px;
  width: 30px;
  margin-left: -15px;
  margin-top: -40px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative; }

.spinner span {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
  position: absolute;
  opacity: 0.7; }

.spinner .ball-1 {
  z-index: 4;
  background-color: #fba604;
  left: -20px;
  -webkit-transform: translate(50%, 50%) scale(0.5);
  -webkit-animation: animateSway 2s infinite ease-in-out, animateScale 2s infinite ease-in-out;
  animation: animateSway 2s infinite ease-in-out, animateScale 2s infinite ease-in-out; }

.spinner .ball-2 {
  z-index: 3;
  background-color: #323232;
  left: -20px;
  -webkit-transform: translate(50%, 50%) scale(0.5);
  -webkit-animation: animateSway 2s infinite ease-in-out 500ms, animateScale 2s infinite ease-in-out 500ms;
  animation: animateSway 2s infinite ease-in-out 500ms, animateScale 2s infinite ease-in-out 500ms; }

.spinner .ball-3 {
  z-index: 2;
  background-color: #fba604;
  left: -20px;
  -webkit-transform: translate(50%, 50%) scale(0.5);
  -webkit-animation: animateSway 2s infinite ease-in-out 1s, animateScale 2s infinite ease-in-out 1s;
  animation: animateSway 2s infinite ease-in-out 1s, animateScale 2s infinite ease-in-out 1s; }

.spinner .ball-4 {
  z-index: 1;
  background-color: #fba604;
  left: -20px;
  -webkit-transform: translate(50%, 50%) scale(0.5);
  -webkit-animation: animateSway 2s infinite ease-in-out 1.5s, animateScale 2s infinite ease-in-out 1.5s;
  animation: animateSway 2s infinite ease-in-out 1.5s, animateScale 2s infinite ease-in-out 1.5s; }

@-webkit-keyframes animateSway {
  0% {
    left: -20px; }
  50% {
    left: 20px; }
  100% {
    left: -20px; } }
@keyframes animateSway {
  0% {
    left: -20px; }
  50% {
    left: 20px; }
  100% {
    left: -20px; } }
@-webkit-keyframes animateScale {
  0% {
    -webkit-transform: translate(50%, 50%) scale(0.5);
    z-index: -1; }
  25% {
    -webkit-transform: translate(50%, 50%) scale(1);
    z-index: 1; }
  50% {
    -webkit-transform: translate(50%, 50%) scale(0.5);
    z-index: -1; }
  75% {
    -webkit-transform: translate(50%, 50%) scale(0.25);
    z-index: -2; }
  100% {
    -webkit-transform: translate(50%, 50%) scale(0.5);
    z-index: -1; } }
@keyframes animateScale {
  0% {
    transform: translate(50%, 50%) scale(0.5);
    z-index: -1; }
  25% {
    transform: translate(50%, 50%) scale(1);
    z-index: 1; }
  50% {
    transform: translate(50%, 50%) scale(0.5);
    z-index: -1; }
  75% {
    transform: translate(50%, 50%) scale(0.25);
    z-index: -2; }
  100% {
    transform: translate(50%, 50%) scale(0.5);
    z-index: -1; } }
.header-top {
  background-color: #1a046b !important; }
  @media (max-width: 1023.98px) {
    .header-top {
      display: none !important; } }
  @media (max-width: 1023.98px) {
    .header-top .top-left-block {
      display: none !important; } }
  .header-top .header-location {
    padding-top: 5px;
    letter-spacing: 1px;
    color: #fff; }
    .header-top .header-location i {
      font-size: 16px;
      color: #fba604;
      margin-right: 10px; }
    .header-top .header-location span {
      font-size: 16px;
      color: #fff; }
  @media (max-width: 767.98px) {
    .header-top .header-right {
      display: block !important;
      width: 100%; } }
  .header-top .header-right .header-social {
    display: flex;
    padding-top: 5px;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .header-top .header-right .header-social {
        justify-content: center; } }
    .header-top .header-right .header-social li {
      padding-right: 15px; }
      .header-top .header-right .header-social li a i {
        font-size: 16px;
        color: #fff; }
  .header-top .header-right #call-block {
    background-color: #fba604;
    border-left: 1px dashed #ffe7ba; }
    .header-top .header-right #call-block i {
      margin-right: 2px; }
  .header-top .header-right .contact-top-block {
    background-color: #fba604;
    letter-spacing: 1px;
    padding: 5px 10px; }
    .header-top .header-right .contact-top-block i {
      color: #ffff;
      margin-right: 10px;
      font-size: 16px; }
    .header-top .header-right .contact-top-block span {
      color: #ffff;
      font-size: 14px; }

.welcome-sec .small-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fba604;
  text-transform: capitalize; }
.welcome-sec h4 {
  font-size: 16px;
  line-height: 26px;
  color: #1a046b;
  font-weight: 500;
  padding-left: 10px;
  border-left: 3px solid #fba604;
  margin-bottom: 20px; }
  @media (max-width: 1023.98px) {
    .welcome-sec h4 {
      font-size: 20px;
      line-height: 40px; } }
  @media (max-width: 767.98px) {
    .welcome-sec h4 {
      font-size: 15px;
      line-height: 28px; } }
.welcome-sec .welcome-title h1 {
  font-size: 60px;
  line-height: 68px;
  color: #140355;
  font-weight: 800; }
  @media (max-width: 767.98px) {
    .welcome-sec .welcome-title h1 {
      font-size: 30px !important;
      line-height: 38px !important; } }
  @media (max-width: 1023.98px) {
    .welcome-sec .welcome-title h1 {
      text-align: left;
      font-size: 40px;
      line-height: 48px; } }
  .welcome-sec .welcome-title h1 span {
    font-size: 60px;
    line-height: 68px;
    font-weight: 800;
    color: #fba604; }
    @media (max-width: 767.98px) {
      .welcome-sec .welcome-title h1 span {
        font-size: 30px !important;
        line-height: 38px !important; } }
    @media (max-width: 1023.98px) {
      .welcome-sec .welcome-title h1 span {
        font-size: 40px;
        line-height: 48px; } }
.welcome-sec .icon-img {
  position: absolute; }
  .welcome-sec .icon-img img {
    width: 45px; }
.welcome-sec .icon-content {
  padding: 0px 0px 20px 65px; }
  .welcome-sec .icon-content h3 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 0px; }
  .welcome-sec .icon-content p {
    margin-bottom: 0; }

.about-section {
  max-width: 100%;
  background-image: url("../images/about-bg.png");
  background-repeat: no-repeat;
  position: relative;
  transition: all .9s ease;
  overflow: visible; }
  .about-section .about-img-block {
    max-width: 100%;
    background-image: url("../images/aboutimg.jpg");
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    .about-section .about-img-block .trans-img {
      width: 100%;
      padding-top: 12px; }
  .about-section .about-content {
    padding-left: 40px; }
    @media (max-width: 1023.98px) {
      .about-section .about-content {
        padding-left: 15px;
        padding-top: 30px;
        text-align: left; } }
    .about-section .about-content .small-title {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #fba604;
      text-transform: capitalize; }
    .about-section .about-content h2 {
      color: #140355;
      font-size: 50px;
      line-height: 57px;
      font-weight: 800;
      letter-spacing: 1px;
      margin-bottom: 15px; }
      @media (max-width: 1023.98px) {
        .about-section .about-content h2 {
          font-size: 45px;
          line-height: 60px;
          margin-bottom: 10px; } }
      @media (max-width: 767.98px) {
        .about-section .about-content h2 {
          font-size: 38px;
          line-height: 42px;
          margin-bottom: 8px;
          text-align: left; } }
    @media (max-width: 1023.98px) {
      .about-section .about-content p {
        text-align: justify; } }
    .about-section .about-content ul li {
      padding-left: 1.3em;
      margin-bottom: 7px; }
      .about-section .about-content ul li:before {
        content: "\f14a";
        font-family: "Font Awesome 5 Pro";
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
        color: #fba604;
        transition: all .9s ease; }
      .about-section .about-content ul li:hover::before {
        color: #140355;
        transition: all .9s ease; }
  .about-section .about-img img {
    width: 100%; }

.contact-section {
  padding-bottom: 0px; }
  .contact-section h6 {
    font-size: 16px;
    line-height: 22px;
    color: #fba604; }
    .contact-section h6 .pt-button-line-left {
      width: calc(30px - 1px);
      display: inline-block;
      height: 1px;
      vertical-align: middle;
      opacity: 1;
      margin-right: 15px;
      z-index: 9;
      position: relative;
      -webkit-transition: all 0.7s ease-in-out;
      border-bottom: 1px solid #140355; }
  .contact-section span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fba604; }
    @media (max-width: 767.98px) {
      .contact-section span {
        font-size: 14px;
        line-height: 18px; } }
  .contact-section .contact-title h1 {
    font-size: 45px;
    line-height: 52px;
    margin-top: 10px; }
    @media (max-width: 767.98px) {
      .contact-section .contact-title h1 {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
        margin-bottom: 10px; } }
  .contact-section .address-section .contact-block {
    display: flex;
    margin-top: 15px;
    transition: all 0.9s ease; }
    .contact-section .address-section .contact-block:hover {
      transition: all 0.9s ease; }
      .contact-section .address-section .contact-block:hover .contact-icon i {
        color: #140355;
        transition: all 0.9s ease;
        transform: translateX(-9px); }
      .contact-section .address-section .contact-block:hover .contact-content h5 {
        color: #fba604;
        transition: all 0.9s ease; }
    .contact-section .address-section .contact-block .contact-icon i {
      color: #fba604;
      font-size: 30px;
      transition: all 0.9s ease; }
    .contact-section .address-section .contact-block .contact-content {
      margin-left: 10px; }
      .contact-section .address-section .contact-block .contact-content h5 {
        color: #140355;
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        transition: all 0.9s ease; }
        @media (max-width: 767.98px) {
          .contact-section .address-section .contact-block .contact-content h5 {
            font-size: 20px;
            line-height: 25px; } }

.contact-form-section {
  padding-top: 30px; }
  .contact-form-section .contact-row {
    box-shadow: 0 0 11px 0 #06163a24; }
  .contact-form-section .bg-left-img {
    max-width: 100%;
    background-image: url("../images/contact.avif");
    background-size: cover;
    background-position: center;
    position: relative; }
  .contact-form-section .contact-form-block {
    padding: 33px 30px 0px 30px; }
    .contact-form-section .contact-form-block h3 {
      font-size: 38px;
      line-height: 40px;
      font-weight: 700;
      color: #140355;
      margin-bottom: 25px; }
      @media (max-width: 767.98px) {
        .contact-form-section .contact-form-block h3 {
          font-size: 30px;
          line-height: 37px; } }
      .contact-form-section .contact-form-block h3 span {
        color: #fba604; }
    .contact-form-section .contact-form-block form input {
      outline: none;
      border-bottom: 1px solid #33418845;
      border-top: none;
      border-left: none;
      border-right: none;
      border-radius: 0%; }
    .contact-form-section .contact-form-block form textarea {
      outline: none;
      border-bottom: 1px solid #33418845;
      border-top: none;
      border-left: none;
      border-right: none; }
    .contact-form-section .contact-form-block form ::placeholder {
      color: #959ba9 !important;
      font-weight: 400 !important;
      font-size: 16px !important;
      line-height: 22px !important; }
    .contact-form-section .contact-form-block form ::-webkit-input-placeholder {
      color: #959ba9 !important;
      font-family: 400 !important;
      font-size: 16px !important;
      line-height: 22px !important; }
    .contact-form-section .contact-form-block form :-ms-input-placeholder {
      color: #959ba9 !important;
      font-weight: 400 !important;
      font-size: 16px !important;
      line-height: 22px !important; }
    .contact-form-section .contact-form-block form .contact-btn {
      margin-top: 15px;
      background-color: #fba604;
      outline: none;
      transition: all 0.9s ease;
      border-color: #fba604 !important; }
      .contact-form-section .contact-form-block form .contact-btn:hover {
        transition: all 0.9s ease;
        background-color: #140355;
        border-color: #140355 !important; }

.product-section {
  background-color: #f3f3f3;
  padding-bottom: 30px; }
  .product-section .welcome-title {
    margin-bottom: 40px; }
    .product-section .welcome-title h2 {
      font-size: 40px;
      line-height: 48px;
      color: #140355;
      font-weight: 800;
      border-left: 4px solid #fba604;
      padding-left: 10px;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .product-section .welcome-title h2 {
          font-size: 30px !important;
          line-height: 36px !important; } }
      @media (max-width: 1023.98px) {
        .product-section .welcome-title h2 {
          font-size: 38px;
          line-height: 44px; } }
      .product-section .welcome-title h2 span {
        font-size: 40px;
        line-height: 48px;
        font-weight: 800;
        color: #fba604; }
        @media (max-width: 767.98px) {
          .product-section .welcome-title h2 span {
            font-size: 30px !important;
            line-height: 36px !important; } }
        @media (max-width: 1023.98px) {
          .product-section .welcome-title h2 span {
            font-size: 38px;
            line-height: 44px; } }
  .product-section .item {
    margin: 20px 0; }
  .product-section .card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #fba604;
    border-radius: 0% !important;
    box-shadow: 0px 7px 25px 0px #eee;
    transition: all 0.9s ease;
    position: relative;
    overflow: hidden;
    min-height: 350px;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .product-section .card {
        margin-left: 20px;
        margin-right: 20px; } }
    .product-section .card:hover {
      transition: all 0.9s ease;
      transform: translateY(-6px); }
    .product-section .card:hover::before {
      bottom: 0;
      opacity: 2;
      transition: all .9s ease; }
    .product-section .card .category {
      position: absolute;
      top: 20px;
      right: 0px;
      border: 3px solid #ffce72;
      padding: 5px 16px;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
      .product-section .card .category span {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500; }
    .product-section .card .card-body {
      background-color: #6c1218;
      transition: all 0.9s ease;
      padding: 14px 0; }
      @media (max-width: 767.98px) {
        .product-section .card .card-body {
          padding: 12px 0; } }
      .product-section .card .card-body h5 {
        margin-bottom: 0;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        text-transform: capitalize;
        padding: 0 10px; }
        @media (max-width: 767.98px) {
          .product-section .card .card-body h5 {
            font-size: 17px;
            line-height: 22px; } }
    .product-section .card .read-more-btn {
      transition: all 0.9s ease;
      position: absolute;
      top: -120px;
      right: 0px;
      left: 0;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      transition: all .9s ease;
      padding-top: 2px;
      z-index: 9; }
      .product-section .card .read-more-btn h5 {
        margin-bottom: 22px;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase; }
        @media (max-width: 767.98px) {
          .product-section .card .read-more-btn h5 {
            font-size: 17px;
            line-height: 22px; } }
      .product-section .card .read-more-btn:hover a {
        background-color: #fff;
        transition: all 0.9s ease;
        color: #fba604; }
      .product-section .card .read-more-btn a {
        background-color: #fba604;
        border: 2px solid #fff;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 20px;
        border-radius: 30px;
        transition: all .9s ease; }
  .product-section .owl-nav {
    display: block !important; }
    .product-section .owl-nav span {
      font-size: 34px;
      line-height: 30px;
      color: #fff; }
    .product-section .owl-nav .owl-prev {
      position: absolute;
      top: 40%;
      left: -21px;
      background: #140355 !important;
      border-radius: 30px;
      width: 46px;
      height: 46px;
      transition: all .9s ease; }
      @media (max-width: 767.98px) {
        .product-section .owl-nav .owl-prev {
          left: 8px;
          width: 36px;
          height: 36px; } }
      .product-section .owl-nav .owl-prev:hover {
        transition: all .9s ease; }
    .product-section .owl-nav .owl-next {
      position: absolute;
      top: 40%;
      right: -21px;
      background: #140355 !important;
      border-radius: 30px;
      width: 46px;
      height: 46px;
      transition: all .9s ease; }
      @media (max-width: 767.98px) {
        .product-section .owl-nav .owl-next {
          right: 8px;
          width: 36px;
          height: 36px; } }
      .product-section .owl-nav .owl-next:hover {
        background: #fba604 !important;
        transition: all .9s ease; }

.related-sec h3 {
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: #140355;
  font-weight: 800;
  padding-left: 14px;
  border-left: 4px solid #fba604;
  margin-bottom: 30px; }
  .related-sec h3 span {
    color: #fba604; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(3deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(4deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
.offer ul li {
  display: flex;
  background-color: #fba604;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px; }
  .offer ul li img {
    width: 50px; }
  .offer ul li h3 {
    color: #fff;
    font-size: 22px;
    padding-left: 20px;
    padding-top: 17px; }
    @media (max-width: 767.98px) {
      .offer ul li h3 {
        font-size: 16px !important; } }
.offer h2 {
  font-size: 40px;
  line-height: 48px;
  color: #140355;
  font-weight: 800;
  border-left: 4px solid #fba604;
  padding-left: 10px;
  margin-bottom: 10; }
  @media (max-width: 767.98px) {
    .offer h2 {
      font-size: 30px !important;
      line-height: 36px !important; } }
  @media (max-width: 1023.98px) {
    .offer h2 {
      font-size: 38px;
      line-height: 44px; } }
.offer .small {
  margin-bottom: 8px; }
  .offer .small .small-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fba604;
    text-transform: capitalize; }
@media (max-width: 767.98px) {
  .offer .icon {
    padding-top: 17px; } }
.offer .offer-bg {
  background-image: url(../images/offer.jpg);
  position: relative;
  background-repeat: repeat;
  background-size: cover; }

.yellow-bg {
  background-color: #fba604 !important; }

.quick-contact {
  max-width: 100%;
  background-image: url("../images/cta-2-bg-1-1.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fba604;
  transition: all .9s ease; }
  .quick-contact:hover {
    background-color: #fba604 !important;
    transition: all .9s ease; }
  .quick-contact .quick-content-block {
    display: flex;
    margin-top: 10px; }
    .quick-contact .quick-content-block .quick-icon {
      margin-right: 15px; }
      .quick-contact .quick-content-block .quick-icon i {
        color: #fff;
        font-size: 45px; }
        @media (max-width: 767.98px) {
          .quick-contact .quick-content-block .quick-icon i {
            font-size: 40px; } }
    .quick-contact .quick-content-block h6 {
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 10px;
      color: #fff; }
      @media (max-width: 767.98px) {
        .quick-contact .quick-content-block h6 {
          font-size: 14px;
          line-height: 18px; } }
    .quick-contact .quick-content-block h5 {
      font-size: 24px;
      letter-spacing: 1px;
      line-height: 28px;
      text-transform: uppercase;
      margin-bottom: 0px;
      font-weight: 400;
      color: #ffffff; }
      @media (max-width: 1023.98px) {
        .quick-contact .quick-content-block h5 {
          font-size: 22px; } }
      @media (max-width: 767.98px) {
        .quick-contact .quick-content-block h5 {
          font-size: 16px;
          line-height: 22px; } }
  @media (max-width: 1023.98px) {
    .quick-contact .quick-button-block {
      margin-top: 20px;
      margin-left: 60px; } }
  @media (max-width: 767.98px) {
    .quick-contact .quick-button-block {
      margin-top: 0px; } }
  .quick-contact .quick-button-block h5 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 60px;
    font-weight: 800; }
    @media (max-width: 1023.98px) {
      .quick-contact .quick-button-block h5 {
        text-align: left; } }
    @media (max-width: 1023.98px) {
      .quick-contact .quick-button-block h5 {
        margin-left: 0px; } }
  .quick-contact .quick-button-block .quick-button {
    text-align: right; }
    @media (max-width: 1023.98px) {
      .quick-contact .quick-button-block .quick-button {
        margin-top: 25px;
        text-align: left; } }
    .quick-contact .quick-button-block .quick-button a {
      background-color: transparent;
      border: 1px solid #fff;
      border-radius: 3px;
      color: #fff;
      padding: 12px 30px;
      transition: all 0.9s ease;
      margin-right: 15px;
      display: inline-block;
      width: 120px;
      text-align: center; }
      @media (max-width: 767.98px) {
        .quick-contact .quick-button-block .quick-button a {
          margin-bottom: 15px; } }
      .quick-contact .quick-button-block .quick-button a:hover {
        background-color: #fff;
        color: #140355;
        transition: all 0.9s ease; }

.vision-mission-sec {
  background-color: #f3f3f3; }
  .vision-mission-sec .vision-mission-block {
    padding: 48px 25px 0px 25px;
    min-height: 280px;
    transition: all .9s ease;
    position: relative;
    box-shadow: 0px 0px 16px 0px #00000012; }
    @media (max-width: 1024px) {
      .vision-mission-sec .vision-mission-block {
        min-height: 394px; } }
    @media (max-width: 1023.98px) {
      .vision-mission-sec .vision-mission-block {
        min-height: 310px;
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .vision-mission-sec .vision-mission-block {
        min-height: 320px; } }
    .vision-mission-sec .vision-mission-block::after {
      position: absolute;
      content: "";
      height: 90px;
      width: 165px;
      background: #fff;
      opacity: 0.16;
      z-index: 0;
      left: 50%;
      bottom: 0px;
      transform: translateX(-50%);
      border-top-left-radius: 100px;
      border-top-right-radius: 100px;
      transition: all .9s ease; }
    @media (max-width: 767.98px) {
      .vision-mission-sec .vision-mission-block {
        margin-bottom: 20px; } }
    .vision-mission-sec .vision-mission-block:hover {
      background-color: #fff;
      box-shadow: 0px 7px 25px 0px #eee;
      transition: all .9s ease;
      transform: translateY(-9px); }
      .vision-mission-sec .vision-mission-block:hover .content-block::before {
        opacity: 0.5;
        transition: all .9s ease; }
      .vision-mission-sec .vision-mission-block:hover .content-block h3 {
        color: #140355; }
      .vision-mission-sec .vision-mission-block:hover .content-block p {
        color: #777; }
    .vision-mission-sec .vision-mission-block .content-block {
      transition: all .9s ease; }
      .vision-mission-sec .vision-mission-block .content-block h3 {
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 800; }
        @media (max-width: 767.98px) {
          .vision-mission-sec .vision-mission-block .content-block h3 {
            font-size: 20px;
            line-height: 27px; } }
    .vision-mission-sec .vision-mission-block .content-block::before {
      content: attr(data-count);
      display: block;
      position: absolute;
      top: 28px;
      right: 33px;
      font-size: 65px;
      font-weight: 900;
      line-height: 1;
      z-index: 9;
      transition: all .9s ease; }
      @media (max-width: 1023.98px) {
        .vision-mission-sec .vision-mission-block .content-block::before {
          font-size: 44px; } }
      @media (max-width: 767.98px) {
        .vision-mission-sec .vision-mission-block .content-block::before {
          font-size: 50px; } }
  .vision-mission-sec .vision {
    background-color: #fff;
    transition: all .9s ease;
    border: 1px solid #b3b3b3;
    position: relative; }
    .vision-mission-sec .vision .content-block::before {
      color: #140355; }
    .vision-mission-sec .vision::after {
      background: #140355; }
    .vision-mission-sec .vision:hover::after {
      background: #140355;
      transition: all .9s ease; }
    .vision-mission-sec .vision .content-block h3 {
      color: #140355; }
    .vision-mission-sec .vision .content-block p {
      color: #777; }
  .vision-mission-sec .mission {
    background-color: #fff;
    transition: all .9s ease;
    border: 1px solid #fadca2; }
    .vision-mission-sec .mission .content-block h3 {
      color: #fba604; }
    .vision-mission-sec .mission .content-block p {
      color: #777; }
    .vision-mission-sec .mission::after {
      background: #fba604; }
    .vision-mission-sec .mission .content-block::before {
      color: #fba604; }
    .vision-mission-sec .mission:hover::after {
      background: #fba604;
      transition: all .9s ease; }
    .vision-mission-sec .mission:hover .content-block h3 {
      color: #fba604; }

.enquiry-section .enquiry-form-block {
  box-shadow: 0px 7px 25px 0px #eee; }
  .enquiry-section .enquiry-form-block .enquiry-bgimg {
    max-width: 100%;
    background-image: url("../images/enquiry-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative; }
  .enquiry-section .enquiry-form-block .enquiry-form-block {
    padding: 54px 30px 54px 30px; }
    @media (max-width: 767.98px) {
      .enquiry-section .enquiry-form-block .enquiry-form-block {
        padding: 35px 30px 35px 30px; } }
    .enquiry-section .enquiry-form-block .enquiry-form-block .gform-theme--foundation .gform_fields {
      grid-row-gap: unset; }
    .enquiry-section .enquiry-form-block .enquiry-form-block h6 {
      font-weight: 800;
      font-size: 16px;
      color: #fba604;
      letter-spacing: 0;
      text-transform: uppercase;
      margin: 0 0 15px;
      line-height: .8; }
      @media (max-width: 1023.98px) {
        .enquiry-section .enquiry-form-block .enquiry-form-block h6 {
          margin: 0 0 10px; } }
    .enquiry-section .enquiry-form-block .enquiry-form-block h2 {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: 1px;
      margin: 0 0 30px;
      text-transform: uppercase;
      position: relative;
      color: #140355;
      font-weight: 700; }
      @media (max-width: 1024px) {
        .enquiry-section .enquiry-form-block .enquiry-form-block h2 {
          font-size: 25px;
          line-height: 32px; } }
      @media (max-width: 1023.98px) {
        .enquiry-section .enquiry-form-block .enquiry-form-block h2 {
          font-size: 20px;
          line-height: 27px;
          margin: 0 0 17px; } }
      @media (max-width: 767.98px) {
        .enquiry-section .enquiry-form-block .enquiry-form-block h2 {
          font-size: 18px;
          line-height: 25px; } }
      .enquiry-section .enquiry-form-block .enquiry-form-block h2 span {
        font-size: 30px;
        line-height: 38px;
        font-weight: 800;
        color: #fba604;
        text-transform: uppercase; }
        @media (max-width: 1024px) {
          .enquiry-section .enquiry-form-block .enquiry-form-block h2 span {
            font-size: 25px;
            line-height: 32px; } }
        @media (max-width: 1023.98px) {
          .enquiry-section .enquiry-form-block .enquiry-form-block h2 span {
            font-size: 20px;
            line-height: 27px; } }
        @media (max-width: 767.98px) {
          .enquiry-section .enquiry-form-block .enquiry-form-block h2 span {
            font-size: 18px;
            line-height: 25px; } }
    .enquiry-section .enquiry-form-block .enquiry-form-block select {
      border-radius: 0%;
      padding: 0px 10px !important;
      border: 1px solid #97979745 !important;
      color: #777;
      font-size: 14px;
      margin-bottom: 20px;
      box-shadow: none !important; }
      .enquiry-section .enquiry-form-block .enquiry-form-block select:focus {
        box-shadow: none !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block .select_box:after {
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #fba604;
      position: absolute;
      top: 40%;
      right: 5px;
      content: "";
      z-index: 98; }
    .enquiry-section .enquiry-form-block .enquiry-form-block input {
      border-radius: 0%;
      color: #777;
      padding: 8px 10px !important;
      border: 1px solid  #97979745 !important;
      font-size: 14px;
      margin-bottom: 20px;
      box-shadow: none; }
      .enquiry-section .enquiry-form-block .enquiry-form-block input:focus {
        box-shadow: none !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block ::placeholder {
      color: #777;
      font-size: 14px;
      /* Firefox */ }
    .enquiry-section .enquiry-form-block .enquiry-form-block ::-ms-input-placeholder {
      /* Edge 12-18 */
      color: #777;
      font-size: 14px; }
    .enquiry-section .enquiry-form-block .enquiry-form-block .gfield_checkbox {
      display: flex !important;
      flex-direction: unset !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block label {
      color: #777; }
    .enquiry-section .enquiry-form-block .enquiry-form-block .gform_footer {
      margin-top: 0 !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block #gform_submit_button_2 {
      padding: 10px 20px !important;
      text-align: center;
      text-transform: uppercase;
      transition: 0.5s;
      background-size: 200% auto;
      color: white;
      border-radius: 6px;
      display: block;
      border: 0px;
      font-weight: 400;
      box-shadow: 0px 0px 14px -7px #fba604;
      background: #fba604 !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block textarea {
      outline: none;
      border: 1px solid #97979745;
      box-shadow: none !important;
      margin-bottom: 20px; }
      .enquiry-section .enquiry-form-block .enquiry-form-block textarea:focus {
        box-shadow: none !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block .contact-btn {
      width: 96px;
      color: #fff;
      font-size: 14px;
      margin-top: 20px;
      margin-left: 10px;
      transition: all 0.9s ease;
      border-color: #fba604; }
      .enquiry-section .enquiry-form-block .enquiry-form-block .contact-btn:focus {
        box-shadow: none !important; }
      .enquiry-section .enquiry-form-block .enquiry-form-block .contact-btn:hover {
        background: #140355 !important;
        transition: all 0.9s ease;
        border-color: #140355 !important; }

.news-detals {
  position: relative;
  overflow: visible !important; }
  @media (max-width: 1023.98px) {
    .news-detals .develop-wrapper {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .news-detals .develop-wrapper .side-img ul {
      margin-left: 0;
      display: flex; } }
  .news-detals .develop-wrapper .side-img ul li {
    margin-bottom: 15px;
    transition: all .9s ease; }
    .news-detals .develop-wrapper .side-img ul li:hover {
      transform: translateY(-9px);
      transition: all .9s ease; }
      .news-detals .develop-wrapper .side-img ul li:hover img {
        box-shadow: 0px 7px 25px 0px #eee;
        transition: all .9s ease; }
    .news-detals .develop-wrapper .side-img ul li img {
      width: 90.5%;
      height: 139px;
      border: 1px dashed #a6aab1;
      padding: 8px;
      transition: all .9s ease; }
      @media (max-width: 767.98px) {
        .news-detals .develop-wrapper .side-img ul li img {
          width: 100%; } }
      @media (max-width: 1024px) {
        .news-detals .develop-wrapper .side-img ul li img {
          height: 115px; } }
      @media (max-width: 1023.98px) {
        .news-detals .develop-wrapper .side-img ul li img {
          height: 131px; } }
  .news-detals .develop-wrapper .develop-thumb {
    margin-bottom: 30px; }
    .news-detals .develop-wrapper .develop-thumb:hover img {
      box-shadow: 0px 7px 25px 0px #eee;
      transition: all .9s ease;
      transform: translateY(-9px); }
    .news-detals .develop-wrapper .develop-thumb img {
      transition: all .9s ease;
      width: 100%;
      border: 1px dashed #a6aab1;
      padding: 8px;
      transition: all .9s ease; }
    .news-detals .develop-wrapper .develop-thumb .img-height {
      height: 445px; }
      @media (max-width: 1024px) {
        .news-detals .develop-wrapper .develop-thumb .img-height {
          height: 375px; } }
      @media (max-width: 1023.98px) {
        .news-detals .develop-wrapper .develop-thumb .img-height {
          height: 422px; } }
  .news-detals .single-cat {
    margin-top: 20px;
    padding: 34px 30px;
    background-color: #f3f3f3; }
    .news-detals .single-cat h5 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      margin-bottom: 26px;
      color: #140355;
      padding-left: 8px;
      border-left: 3px solid #fba604; }
    .news-detals .single-cat .popular-tags {
      margin: 0;
      padding: 0; }
      .news-detals .single-cat .popular-tags li {
        list-style: none;
        display: inline-block;
        margin: 0 5px 20px 0; }
        .news-detals .single-cat .popular-tags li a {
          padding: 5px 11px;
          border: 1px solid #fba604;
          color: #fff;
          background: transparent;
          font-size: 14px;
          background: #fba604;
          font-weight: 500; }
          .news-detals .single-cat .popular-tags li a:hover, .news-detals .single-cat .popular-tags li a:focus {
            background: #140355;
            border: 1px solid #140355;
            color: #fff;
            text-decoration: none; }
  .news-detals .footer-media-block {
    margin-top: 36px; }
    .news-detals .footer-media-block ul {
      display: flex;
      margin-top: 16px;
      margin-bottom: 0px; }
      .news-detals .footer-media-block ul li {
        padding-right: 12px;
        transition: all 0.9s ease; }
        .news-detals .footer-media-block ul li:hover {
          transition: all 0.9s ease; }
          .news-detals .footer-media-block ul li:hover a {
            transition: all 0.9s ease;
            transform: translateY(-6px);
            background: #fba604 !important; }
            .news-detals .footer-media-block ul li:hover a i {
              color: #fff !important;
              transition: all 0.9s ease; }
        .news-detals .footer-media-block ul li a {
          transition: all 0.9s ease;
          width: 30px;
          height: 30px;
          background: #140355;
          border-radius: 30px;
          display: inline-block;
          text-align: center;
          position: relative;
          left: 30%;
          right: 30%; }
          .news-detals .footer-media-block ul li a i {
            color: #fff;
            font-size: 15px;
            position: absolute;
            transition: all 0.9s ease; }
  .news-detals .develop-content p {
    margin-bottom: 20px; }
  .news-detals .develop-content strong {
    color: #1a046b; }
  .news-detals .develop-content h3, .news-detals .develop-content h4, .news-detals .develop-content h5, .news-detals .develop-content h6 {
    color: #140355;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 18px;
    padding-left: 14px;
    border-left: 4px solid #fba604; }
    @media (max-width: 767.98px) {
      .news-detals .develop-content h3, .news-detals .develop-content h4, .news-detals .develop-content h5, .news-detals .develop-content h6 {
        font-size: 18px;
        line-height: 26px; } }
  .news-detals .develop-content ul li {
    list-style-position: outside;
    padding-left: 1.3em;
    margin-bottom: 7px;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 16px;
    color: #777;
    font-weight: 400; }
    .news-detals .develop-content ul li:hover::before {
      color: #fba604;
      transition: all .9s ease; }
    .news-detals .develop-content ul li:before {
      content: "\f2f7";
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      color: #fba604;
      transition: all .9s ease;
      font-size: 16px; }
  .news-detals .sidebar-wrap {
    position: sticky;
    top: 120px; }
    @media (max-width: 767.98px) {
      .news-detals .sidebar-wrap {
        margin-top: 30px; } }
    .news-detals .sidebar-wrap h4 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 30px;
      color: #fba604;
      font-weight: 800; }
      .news-detals .sidebar-wrap h4 span {
        color: #140355;
        font-size: 30px;
        line-height: 35px;
        font-weight: 800; }
    .news-detals .sidebar-wrap ul {
      padding-left: 0;
      box-shadow: 0px 8px 21px 0px #0000001a;
      background-color: #FFFFFF;
      border: 0;
      display: block;
      margin: 0 30px 0 0;
      margin: 20px 0px;
      transition: all .9s ease; }
      .news-detals .sidebar-wrap ul li {
        border-left: 4px solid #fba604;
        border-radius: 0;
        transition: all .9s ease;
        padding: 20px 15px;
        border-bottom: 1px dashed #eeee;
        color: #777; }
        .news-detals .sidebar-wrap ul li:last-child {
          border-bottom: none; }
        .news-detals .sidebar-wrap ul li:hover {
          border-left: 4px solid #140355; }
          .news-detals .sidebar-wrap ul li:hover .relate-box {
            color: #fba604;
            transition: all .9s ease; }
        .news-detals .sidebar-wrap ul li .relate-box {
          font-size: 18px;
          color: #777;
          transition: all .9s ease; }
          @media (max-width: 767.98px) {
            .news-detals .sidebar-wrap ul li .relate-box {
              font-size: 16px;
              line-height: 20px; } }
  .news-detals .pro_table tbody tr:nth-of-type(odd) {
    background-color: #f2f6fb !important; }
  .news-detals .pro_table tbody td {
    border: 1px solid #97b8d9; }
  .news-detals .pro_table tbody strong {
    color: #140355;
    font-size: 16px;
    line-height: 20px; }

.features-section {
  background-color: #ededed; }
  .features-section .features-block {
    background: url("../images/wallpaper.webp") #333;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 14px;
    transition: all 0.9s ease;
    min-height: 250px; }
    @media (max-width: 767.98px) {
      .features-section .features-block {
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .features-section .features-block {
        min-height: 160px; } }
    .features-section .features-block:hover {
      box-shadow: 0px 7px 25px 0px #eee;
      transition: all 0.9s ease; }
    .features-section .features-block img {
      height: 120px; }
      @media (max-width: 1023.98px) {
        .features-section .features-block img {
          height: 89px; } }
      @media (max-width: 767.98px) {
        .features-section .features-block img {
          height: 65px; } }
    .features-section .features-block h3 {
      color: #ffffff;
      font-size: 30px;
      margin-top: 15px;
      letter-spacing: 1px; }
      @media (max-width: 1023.98px) {
        .features-section .features-block h3 {
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .features-section .features-block h3 {
          font-size: 18px; } }

.welcome-msg .msg-sec {
  background-color: #6c1218; }
.welcome-msg .msg-img {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: justify; }
.welcome-msg .msg h4 {
  text-align: left;
  color: #fff;
  padding-top: 40px;
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 10px; }
  @media (max-width: 767.98px) {
    .welcome-msg .msg h4 {
      font-size: 20px; } }
.welcome-msg .msg p {
  padding-right: 10px;
  color: #fff !important;
  line-height: 30px;
  padding-bottom: 10px; }
  .welcome-msg .msg p span {
    padding-right: 10px;
    color: #fff !important;
    line-height: 30px; }

.package {
  border: 0px !important;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }
  .package:hover {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .package .package-body {
    padding: 10px 15px;
    background: #140355;
    color: #fff; }
  .package .package-cover {
    position: relative;
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
    .package .package-cover .cover {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      -ms-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0; }
    .package .package-cover img {
      height: auto; }
  .package .top-day-night {
    background: #140355;
    margin-top: -35px;
    height: 35px;
    width: 200px;
    padding: 10px 12px 0px 15px;
    font-size: 16px;
    z-index: 9;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -ms-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0; }
    .package .top-day-night .fa {
      font-size: 18px;
      color: #140355; }
  .package .package-head {
    min-height: 35px;
    color: #4d4d4d; }
    .package .package-head h5 {
      letter-spacing: 1.1px;
      font-size: 18px;
      line-height: 1.4;
      text-transform: capitalize;
      color: #fff;
      margin-top: .5rem;
      margin-bottom: .5rem;
      text-align: center; }
  .package .package-facility {
    text-align: center;
    color: #444343;
    font-size: 10px; }
    .package .package-facility .col {
      padding-right: 0px; }
    .package .package-facility .fa {
      display: block;
      color: #140355;
      font-size: 16px;
      margin-bottom: 5px; }

.single-event h3 {
  color: #1c1b1b; }
.single-event h5 {
  color: #fba604;
  font-weight: normal; }
.single-event strong {
  font-weight: normal;
  font-family: "poppins", sans-serif;
  color: #140355;
  letter-spacing: 2px; }
.single-event .card img {
  height: auto; }

.single .single-thumbnail {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px; }
.single strong {
  color: #fba604;
  letter-spacing: 1px;
  font-family: "poppins", sans-serif;
  font-weight: normal; }
.single em {
  font-family: "poppins", sans-serif; }
.single h3,
.single h4,
.single h2 {
  color: #605d5d;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 1px; }
@media (min-width: 1024px) {
  .single .single-left .single-thumbnail {
    max-width: 30em; } }
.single .single-sidebar .card .card-header {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333; }

.single-product {
  font-size: 16px;
  color: #777; }
  .single-product em {
    font-family: "poppins", sans-serif; }
  .single-product h3,
  .single-product h4,
  .single-product h2 {
    color: #605d5d;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 1px; }

.commen-sidebar h3 {
  font-size: 22px;
  font-family: "poppins", sans-serif;
  font-weight: 700; }
.commen-sidebar ul {
  list-style: none;
  padding: 0; }
  .commen-sidebar ul li {
    padding-left: 1.3em;
    margin-bottom: 7px; }
    .commen-sidebar ul li:before {
      content: "\f469";
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      color: #140355; }

#sidebarmenu li a {
  text-transform: capitalize; }

.custom-gallery .wp-block-gallery .blocks-gallery-item {
  background: #fff;
  padding-left: 0; }
  .custom-gallery .wp-block-gallery .blocks-gallery-item:before {
    display: none; }
  .custom-gallery .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 18px;
    font-family: "poppins", sans-serif;
    font-weight: 500; }
  .custom-gallery .wp-block-gallery .blocks-gallery-item img {
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
    .custom-gallery .wp-block-gallery .blocks-gallery-item img:hover {
      border: 1px solid #140355;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease;
      -webkit-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0 5px rgba(0, 0, 0, 0.2); }

.wp-block-embed-youtube {
  float: left;
  padding-right: 10px;
  padding-left: 10px; }
  .wp-block-embed-youtube iframe {
    width: 100%; }

.single .single-left ul, .single-product ul, .loop-change ul, .wp-style ul {
  list-style: none;
  padding: 0; }
.single .single-left ul li, .single-product ul li, .loop-change ul li, .wp-style ul li {
  padding-left: 1.3em;
  margin-bottom: 7px;
  color: #777;
  font-size: 14px; }
.single .single-left ul li:before, .single-product ul li:before, .loop-change ul li:before, .wp-style ul li:before {
  content: "\f469";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #fba604; }

.loop-change h2 {
  text-transform: capitalize; }

.loop-change:nth-of-type(2n + 1) {
  background: #f7f7f7; }

.loop-change:last-of-type .btn-enroll {
  display: none; }

@media (max-width: 1023.98px) {
  footer .footer-col {
    margin-bottom: 30px; } }
footer .footer-bg {
  background: url(../images/footer-patern.jpg), #1e0261;
  padding: 60px 0 0px; }
footer .foot-logo {
  background: #fff;
  width: 100%;
  padding: 30px 15px; }
footer p {
  font-size: 14px;
  line-height: 24px; }
footer strong {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  color: #fba604; }
footer .footer-main {
  color: #fff;
  background: url(../images/footer-bg.jpg) #120353;
  background-repeat: repeat;
  padding: 60px 0 45px; }
  @media (max-width: 768px) {
    footer .footer-main {
      background-position: left; } }
  @media (max-width: 1023.98px) {
    footer .footer-main {
      padding: 60px 0 6px; } }
  footer .footer-main h5 {
    text-transform: uppercase;
    color: #fff;
    font-family: "poppins", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    margin-bottom: 1.5em; }
    footer .footer-main h5:before {
      content: "";
      position: absolute;
      display: block;
      width: 60%;
      height: 3px;
      background-color: #fba604;
      bottom: -10px; }
  footer .footer-main .cure-well-logo {
    width: 55%; }
    @media (max-width: 767.98px) {
      footer .footer-main .cure-well-logo {
        width: 30%; } }
  footer .footer-main .footer-media-block ul {
    display: flex;
    margin-top: 30px; }
    footer .footer-main .footer-media-block ul li {
      padding-right: 12px;
      transition: all 0.9s ease; }
      footer .footer-main .footer-media-block ul li:hover {
        transition: all 0.9s ease; }
        footer .footer-main .footer-media-block ul li:hover a {
          transition: all 0.9s ease;
          transform: translateY(-6px);
          background: #fff !important; }
          footer .footer-main .footer-media-block ul li:hover a i {
            color: #1a046b !important;
            transition: all 0.9s ease; }
      footer .footer-main .footer-media-block ul li a {
        transition: all 0.9s ease;
        width: 30px;
        height: 30px;
        background: #fba604;
        border-radius: 30px;
        display: inline-block;
        text-align: center;
        position: relative;
        left: 30%;
        right: 30%; }
        footer .footer-main .footer-media-block ul li a i {
          color: #fff;
          font-size: 15px;
          position: absolute;
          transition: all 0.9s ease; }
  footer .footer-main .foot-list {
    margin: 0;
    list-style: none;
    padding: 0; }
    footer .footer-main .foot-list li:before {
      content: "\f101";
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      width: 1.4em;
      color: #fba604;
      font-size: 16px; }
    footer .footer-main .foot-list li:hover a {
      transition-duration: 0.2s;
      padding-left: 10px;
      transition: all .9s ease; }
    footer .footer-main .foot-list li a {
      color: #fff;
      line-height: 28px; }
      footer .footer-main .foot-list li a:hover, footer .footer-main .foot-list li a:focus {
        color: #fba604; }
  footer .footer-main address strong {
    display: block;
    font-family: "poppins", sans-serif;
    font-weight: normal; }
  footer .footer-main address span {
    color: #140355;
    font-family: "poppins", sans-serif; }
  footer .footer-main .popular-tags {
    margin: 0;
    padding: 0; }
    footer .footer-main .popular-tags li {
      list-style: none;
      display: inline-block;
      margin: 0 5px 15px 0; }
      footer .footer-main .popular-tags li a {
        padding: 5px 11px;
        border: 1px solid #fba604;
        color: #fff;
        background: transparent;
        font-size: 14px; }
        footer .footer-main .popular-tags li a:hover, footer .footer-main .popular-tags li a:focus {
          background: #fba604;
          border: 1px solid #fba604;
          color: #fff;
          text-decoration: none; }
  footer .footer-main .foot-add p {
    color: #fff;
    margin-bottom: 0; }
footer .footer-copyright {
  padding: 25px 0 15px 0;
  background: #6c1218; }
  footer .footer-copyright .copy-right {
    color: #fff; }
    footer .footer-copyright .copy-right a {
      color: #fba604; }
      footer .footer-copyright .copy-right a:hover, footer .footer-copyright .copy-right a:focus, footer .footer-copyright .copy-right a:active {
        color: #fff; }
  footer .footer-copyright ul.social-media {
    float: right;
    display: block;
    margin-bottom: 0;
    margin-top: 5px; }
    footer .footer-copyright ul.social-media li {
      display: inline-block;
      margin-right: 15px; }
      footer .footer-copyright ul.social-media li a {
        font-size: 20px;
        display: inline-block;
        color: #fba604; }
        footer .footer-copyright ul.social-media li a:hover {
          color: #fff; }

/*# sourceMappingURL=index.css.map */
