@import url("https://fonts.googleapis.com/css?family=Big+Shoulders+Text:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinslight';
  src: url("../fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsmedium';
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsmedium_italic';
  src: url("../fonts/poppins-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/poppins-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
.btn {
  background-color: #e31c25 !important;
  color: #fff !important; }

.btn-primary {
  background: #111111;
  border-color: #111111;
  -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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .btn-primary:hover, .btn-primary:focus {
    background: #000000;
    border-color: #000000; }

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-border {
  background: #111111;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  padding: 7px 20px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-border:hover {
    background: #e31c25;
    color: #fff;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }

.btn-border-back {
  background: #e31c25;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  padding: 7px 20px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  @media (max-width: 767.98px) {
    .btn-border-back {
      display: none; } }
  .btn-border-back i {
    margin-left: 0px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
  .btn-border-back:hover {
    background: #111111;
    color: #fff;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
    .btn-border-back:hover i {
      margin-left: 12px;
      -webkit-transition: all 0.9s ease;
      -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease; }

.btn-border-xs {
  background: #e31c25;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-border-xs i {
    margin-left: 0px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
  .btn-border-xs:hover {
    background: #111111;
    color: #fff;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
    .btn-border-xs:hover i {
      margin-left: 10px;
      -webkit-transition: all 0.9s ease;
      -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease; }

.btn-border-second {
  background: #fff;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  color: #444343;
  padding: 7px 20px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-border-second i {
    margin-left: 0px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
  .btn-border-second:hover {
    background: #111111;
    color: #fff;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease; }
    .btn-border-second:hover i {
      margin-left: 12px;
      -webkit-transition: all 0.9s ease;
      -moz-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
      -o-transition: all 0.9s ease;
      transition: all 0.9s ease; }

.button {
  margin: 0 15px;
  float: left;
  position: relative;
  text-transform: uppercase;
  color: #444343;
  cursor: pointer; }
  @media (max-width: 1023.98px) {
    .button {
      margin: 0 4px !important; } }

.button .label {
  padding: 10px;
  display: inline-block;
  color: #444343;
  font-size: 14px;
  font-family: "poppinsmedium"; }

.button.v19 .label {
  padding: 7px 25px;
  display: inline-block;
  z-index: 10;
  position: relative;
  white-space: nowrap;
  line-height: 24px;
  transition: all 0.225s;
  transition-delay: 0.45s;
  color: #444343; }
  .button.v19 .label:hover {
    color: #fff; }
  @media (max-width: 575.98px) {
    .button.v19 .label {
      padding: 7px 20px; } }

.button.v19.button-start .label {
  padding: 12px 65px; }

.button.v19 .icon2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.225s;
  -webkit-transform: skew(-40deg, 0deg) scaleX(1);
  transform: skew(-40deg, 0deg) scaleX(1);
  background: rgba(240, 32, 47, 0.8);
  transition-delay: 0.45s;
  background: #fff; }

.button.v19 .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.225s;
  -webkit-transform: scale(0.9) skew(0deg, 0deg);
  transform: scale(0.9) skew(0deg, 0deg);
  transition-delay: 0.15s; }

.button.v19 .icon:before, .button.v19 .icon:after {
  width: 60px;
  opacity: 0;
  content: '';
  height: 1px;
  position: absolute;
  display: block;
  background: #fff;
  transition: all 0.375s;
  transition-delay: 0.3s; }

.button.v19 .icon:before {
  top: 0;
  left: calc(50% - 30px); }

.button.v19 .icon:after {
  bottom: 0;
  right: calc(50% - 30px); }

.button.v19 .icon span:before, .button.v19 .icon span:after {
  height: 0;
  transition-delay: 0s;
  content: '';
  background: #fff;
  position: absolute;
  display: block;
  width: 2px;
  transition: all 0.225s; }

.button.v19 .icon span:before {
  left: 0;
  top: 0; }

.button.v19 .icon span:after {
  right: 0;
  bottom: 0; }

.button.v19:hover .icon {
  -webkit-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg); }

.button.v19:hover .icon:before, .button.v19:hover .icon:after {
  transition-delay: 0s;
  width: 30px;
  opacity: 1; }

.button.v19:hover .icon:before {
  left: 0; }

.button.v19:hover .icon:after {
  right: 0; }

.button.v19:hover .icon span:before, .button.v19:hover .icon span:after {
  height: 30px;
  transition-delay: 0.45s; }

.button.v19:hover .icon2 {
  -webkit-transform: skew(-40deg, 0deg) scaleX(0.2);
  transform: skew(-40deg, 0deg) scaleX(0.2);
  background: transparent;
  transition-delay: 0s;
  opacity: 0; }

.button.v19.white:hover .label {
  color: #111111;
  transition-delay: 0s; }

.button.v19.white .icon2 {
  background: #e31c25; }

.button.v19.white .icon:before, .button.v19.white .icon:after {
  background: #111111; }

.button.v19.white .icon span:before, .button.v19.white .icon span:after {
  background: #111111; }

.button.v19.labelred .label {
  color: #111111; }

.button.v19.labelgray .label {
  color: #fff; }

.button.v19.transparent {
  float: none;
  display: inline-block;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px); }

.button.v19.transparent .label {
  color: #fff;
  transition-delay: 0s; }

.button.v19.transparent .icon2 {
  background: transparent; }

.button.v19.transparent .icon {
  -webkit-transform: scale(1) skew(10deg, 0deg);
  transform: scale(1) skew(10deg, 0deg); }

.button.v19.transparent .icon:before, .button.v19.transparent .icon:after {
  background: #fff; }

.button.v19.transparent .icon span:before, .button.v19.transparent .icon span:after {
  background: #fff; }

.button.v19.transparent:hover .icon {
  -webkit-transform: scale(1) skew(-40deg, 0deg);
  transform: scale(1) skew(-40deg, 0deg); }

header .header-row {
  box-shadow: 0px 5px 15px 0px #0021551a; }
header .icon-white {
  color: #fff;
  font-size: 14px; }
header .navbar-brand {
  padding: 15px 10px;
  line-height: 3.355;
  background: #e31c25;
  margin: 0;
  text-align: center;
  width: 100%; }
  @media (max-width: 1023.98px) {
    header .navbar-brand {
      padding: 10px; } }
  header .navbar-brand img {
    width: 194px; }
header .pt-top-header {
  background-color: #111111; }
  @media (max-width: 1023.98px) {
    header .pt-top-header {
      display: none; } }
  header .pt-top-header .pt-header-social {
    position: fixed;
    right: 0; }
    header .pt-top-header .pt-header-social ul {
      padding-left: 0;
      display: flex;
      margin-bottom: 0 !important; }
      header .pt-top-header .pt-header-social ul li {
        color: #fff;
        display: inline-block;
        float: left;
        padding: 10px 15px;
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
        header .pt-top-header .pt-header-social ul li:hover i {
          color: #e31c25;
          transition: all 0.9s ease; }
        header .pt-top-header .pt-header-social ul li a {
          font-size: 12px; }
          header .pt-top-header .pt-header-social ul li a i {
            color: #fff;
            font-size: 14px;
            transition: all 0.9s ease; }
header .pt-header-contact p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 10px 0 0 10px; }
  header .pt-header-contact p i {
    color: #fff; }
header .pt-header-contact ul {
  display: flex;
  margin-bottom: 0 !important;
  padding-left: 0; }
  header .pt-header-contact ul li {
    font-size: 14px;
    padding: 10px 15px;
    font-family: "Montserrat";
    font-weight: normal; }
    header .pt-header-contact ul li a i {
      margin-right: 10px;
      color: #fff;
      font-size: 14px; }
    header .pt-header-contact ul li a span {
      color: #fff;
      font-size: 14px;
      font-family: "Montserrat";
      font-weight: normal; }
header .pt-bottom-header {
  min-height: auto;
  background-color: #fff;
  z-index: 9; }
  @media (max-width: 1023.98px) {
    header .pt-bottom-header {
      padding: 23px 0px; } }
  header .pt-bottom-header .navbar {
    padding: 0px 15px;
    background-color: #fff; }
    header .pt-bottom-header .navbar .navbar-highlight {
      padding: 17px 25px;
      background-color: #e31c25; }
      header .pt-bottom-header .navbar .navbar-highlight a {
        color: #fff;
        font-size: 14px;
        font-family: "Montserrat";
        font-weight: normal; }
    header .pt-bottom-header .navbar .navbar-toggler {
      background-color: #e31c25;
      border: none;
      outline: none;
      border-radius: 0;
      padding: 10px 20px; }
    @media (max-width: 1023.98px) {
      header .pt-bottom-header .navbar .navbar-collapse {
        box-shadow: 0px 5px 15px 0px #0021551a;
        background-color: #fff;
        z-index: 999;
        max-height: 330px;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        position: absolute;
        top: 61px;
        left: 0; }
        header .pt-bottom-header .navbar .navbar-collapse .navbar-nav .nav-item {
          padding: 15px !important;
          font-family: "Montserrat";
          font-weight: normal; }
          header .pt-bottom-header .navbar .navbar-collapse .navbar-nav .nav-item:hover {
            background-color: #e31c25;
            color: #fff; } }
    header .pt-bottom-header .navbar .collapse .navbar-nav .dropdown #drop-list {
      box-shadow: 0px 5px 15px 0px #0021551a !important;
      background: #fff !important;
      position: absolute !important;
      left: 0 !important;
      padding-left: 0 !important;
      border: none !important;
      width: 210px !important;
      z-index: 999 !important;
      top: 52px !important;
      padding-top: 0;
      padding-bottom: 0; }
      header .pt-bottom-header .navbar .collapse .navbar-nav .dropdown #drop-list .dropdown-item {
        margin: 0;
        width: 100%;
        color: #777777;
        line-height: 2;
        text-transform: capitalize;
        padding: 10px 15px;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        font-family: "Montserrat";
        font-weight: normal; }
        header .pt-bottom-header .navbar .collapse .navbar-nav .dropdown #drop-list .dropdown-item:hover {
          background-color: #e31c25;
          color: #fff; }
    header .pt-bottom-header .navbar .collapse .navbar-nav .nav-item {
      font-size: 14px;
      line-height: 22px;
      position: relative;
      display: inline-block;
      float: left;
      color: #777777;
      text-transform: uppercase;
      font-family: "Montserrat";
      font-weight: normal;
      letter-spacing: 1px;
      padding: 9px; }
      @media (max-width: 1023.98px) {
        header .pt-bottom-header .navbar .collapse .navbar-nav .nav-item {
          border-bottom: 1px solid #eeeeee; } }
      header .pt-bottom-header .navbar .collapse .navbar-nav .nav-item .nav-link {
        color: #111111; }
        header .pt-bottom-header .navbar .collapse .navbar-nav .nav-item .nav-link:hover {
          color: #e31c25; }
          @media (max-width: 1023.98px) {
            header .pt-bottom-header .navbar .collapse .navbar-nav .nav-item .nav-link:hover {
              color: #fff; } }
    header .pt-bottom-header .navbar .search-enquiry {
      display: flex;
      position: relative;
      right: -15px;
      top: 0px; }
      @media (max-width: 1023.98px) {
        header .pt-bottom-header .navbar .search-enquiry {
          display: none; } }
      header .pt-bottom-header .navbar .search-enquiry .searchbar {
        border-left: 1px solid #eeeeee;
        padding: 17px 25px; }
        header .pt-bottom-header .navbar .search-enquiry .searchbar i {
          font-size: 18px; }
      header .pt-bottom-header .navbar .search-enquiry .togglesearch {
        background: #fff;
        position: absolute;
        top: 70px;
        right: 65.7%;
        width: 301px;
        line-height: 45px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-top: 4px solid #e31c25;
        display: none; }
        @media (max-width: 1023.98px) {
          header .pt-bottom-header .navbar .search-enquiry .togglesearch {
            top: 17px;
            right: -453.3%; } }
      header .pt-bottom-header .navbar .search-enquiry .togglesearch:before {
        content: "";
        position: absolute;
        top: -32px;
        right: 13px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 14px solid transparent;
        border-bottom: 14px solid #e31c25; }
        @media (max-width: 1023.98px) {
          header .pt-bottom-header .navbar .search-enquiry .togglesearch:before {
            content: none; } }
      header .pt-bottom-header .navbar .search-enquiry .togglesearch input[type="text"] {
        width: 200px;
        padding: 5px 10px;
        margin-left: 23px;
        border: none !important;
        outline: none; }
      header .pt-bottom-header .navbar .search-enquiry .togglesearch input[type="button"] {
        width: 80px;
        padding: 5px 0;
        background: #e31c25;
        color: #fff;
        margin-left: -6px;
        border: 1px solid #e31c25;
        outline: none;
        cursor: pointer; }
      @media only screen and (min-width: 240px) and (max-width: 768px) {
        header .pt-bottom-header .navbar .search-enquiry .navbar ul li {
          float: none;
          display: block;
          text-align: center;
          margin: 0 auto; } }
    header .pt-bottom-header .navbar .pt-toggle-btn {
      line-height: 51px;
      padding: 10px 20px;
      background-color: #e31c25;
      color: #fff; }
      header .pt-bottom-header .navbar .pt-toggle-btn a {
        position: relative;
        display: block;
        top: 15px;
        width: 25px;
        height: 2px;
        margin: 0 auto;
        border: none;
        cursor: pointer;
        background: currentColor;
        color: inherit;
        font-size: 0;
        transition: 0.35s; }

.parallax, #Benefits-of-Public-Speaking, #home-parallax, #enquiry-parallax, #header-paralex, #contact-parallax {
  position: relative;
  width: 100%;
  z-index: 4;
  background: #333; }
  .parallax .img-para, #Benefits-of-Public-Speaking .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, #Benefits-of-Public-Speaking .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, #Benefits-of-Public-Speaking .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, #Benefits-of-Public-Speaking .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, #Benefits-of-Public-Speaking .img-para, #home-parallax .img-para, #enquiry-parallax .img-para, #header-paralex .img-para, #contact-parallax .img-para {
        right: 0;
        top: 0;
        height: 100%; } }
  .parallax .img-para-overlap, #Benefits-of-Public-Speaking .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.5); }

#Benefits-of-Public-Speaking {
  padding: 80px 0px 60px 0px;
  background: #444343;
  color: #fff; }
  @media (max-width: 575.98px) {
    #Benefits-of-Public-Speaking {
      padding: 6em 0 4em 0; } }
  #Benefits-of-Public-Speaking h2 {
    color: #fff; }
  #Benefits-of-Public-Speaking li {
    color: #edeeef;
    font-size: 16px;
    letter-spacing: 1.5px; }
    #Benefits-of-Public-Speaking li strong {
      color: #e31c25;
      font-weight: normal; }

#home-parallax {
  padding: 0;
  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 {
  margin-top: -20px;
  padding: 100px 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: #e31c25; }

#contact-parallax {
  background: #444343;
  color: #111111; }
  #contact-parallax h1 {
    font-family: "poppinsbold";
    color: #111111;
    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: "poppinsregular";
  background: #fff;
  color: #464545;
  font-size: 14px;
  outline: none; }
  body a {
    color: #111111;
    -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: #000000;
    text-decoration: none;
    outline: none 0; }

p {
  font-size: 16px;
  line-height: 26px;
  color: #6c757d;
  letter-spacing: 1px; }

.p-i {
  font-family: "Montserrat"; }

.tag-line {
  font-family: "Montserrat";
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  line-height: 1em;
  margin-bottom: 18px; }
  .tag-line:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #111111;
    display: inline-block;
    margin-left: 15px; }

.bottom-tag {
  font-family: "Montserrat";
  font-size: 16px;
  color: #515151;
  letter-spacing: 1.5px;
  margin-bottom: 15px; }

.m-t-h {
  margin-top: 30px; }

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  color: #111111; }

h1 {
  font-family: "poppinssemibold";
  color: #444343; }
  @media (max-width: 768px) {
    h1 {
      font-size: 1.6rem; } }

h2 {
  font-family: "Montserrat";
  color: #444343;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.5rem; } }

h3 {
  font-family: "Montserrat";
  color: #444343; }

h4 {
  font-family: "Montserrat";
  color: #444343; }

h5 {
  font-family: "Montserrat"; }

.borderline-heading {
  text-align: center;
  font-size: 32px;
  font-family: "poppinssemibold";
  line-height: 48px;
  color: #fff;
  margin-bottom: 50px; }
  .borderline-heading::before {
    content: "";
    position: absolute;
    display: block;
    width: 12%;
    height: 3px;
    border-bottom: 2px solid #fff;
    top: 55px;
    left: 44%; }
    @media (max-width: 1023.98px) {
      .borderline-heading::before {
        width: 22%;
        position: absolute;
        left: 39%; } }
    @media (max-width: 767.98px) {
      .borderline-heading::before {
        width: 39%;
        position: absolute;
        left: 30%; } }
  .borderline-heading::after {
    content: "";
    position: absolute;
    display: block;
    width: 8%;
    height: 3px;
    border-bottom: 2px solid #fff;
    top: 61px;
    left: 46%; }
    @media (max-width: 1023.98px) {
      .borderline-heading::after {
        width: 14%;
        position: absolute;
        left: 43%; } }
    @media (max-width: 767.98px) {
      .borderline-heading::after {
        width: 22%;
        position: absolute;
        left: 39%; } }

section {
  overflow: hidden;
  padding: 80px 0; }
  @media (max-width: 768px) {
    section {
      padding: 45px 0; } }

.indro-section {
  background: #111111;
  position: relative;
  padding-bottom: 0;
  z-index: 3; }
  .indro-section h1,
  .indro-section p {
    color: #fff; }
  .indro-section .btn-border {
    border-color: #fff;
    color: #fff; }
  .indro-section::before {
    content: "";
    position: absolute;
    width: 100%;
    background: radial-gradient(circle, #293c5d 0%, #1dd5e4 28%, #8540c1 38%, #293c5d 63%);
    opacity: 0.5;
    left: 0;
    top: -20%;
    z-index: -1;
    filter: blur(111px); }
  .indro-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-position: 105px 105%;
    background-size: 150%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    background-position: 505px 110%;
    background-size: auto;
    background-position: 657px 110%;
    background-size: auto; }
    @media (min-width: 480px) {
      .indro-section::after {
        background-position: 102px 105%;
        background-size: 126%; } }
    @media (min-width: 768px) {
      .indro-section::after {
        background-position: 325px 110%;
        background-size: 93%; } }
    @media (min-width: 1024px) {
      .indro-section::after {
        background-position: 296px 110%;
        background-size: auto; } }

#bg-hash, .bg-hash {
  background: #F7F7F7; }

.bg-theme {
  background-color: #e31c25; }

#bg-patern {
  background: url(../images/leaves.png) repeat;
  position: relative;
  overflow: visible !important; }

.bg-icon-view {
  position: relative;
  overflow: visible !important; }

.center-icon {
  position: absolute;
  bottom: -46px;
  left: 45%;
  z-index: 9; }
  @media (max-width: 767.98px) {
    .center-icon {
      bottom: -26px; }
      .center-icon img {
        width: 60px; } }

.listing {
  list-style: none;
  padding: 0; }

.listing li {
  padding-left: 1.3em;
  margin-bottom: 7px; }

.listing li:before {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #111111; }

.product-box {
  text-align: center; }
  .product-box img {
    height: auto !important; }
  .product-box h5 {
    color: #111111;
    font-size: 18px;
    text-transform: capitalize !important;
    margin-bottom: 7px;
    margin-top: 20px; }
  .product-box .sub-date {
    color: #e31c25;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase !important; }
    .product-box .sub-date p {
      font-size: 22px;
      text-transform: uppercase;
      color: #e31c25; }
  .product-box .pro-cont {
    min-height: 140px; }
  .product-box .card-body {
    padding-top: 0; }
    .product-box .card-body p {
      font-size: 14px;
      line-height: 20px; }
    .product-box .card-body .price-wrap {
      padding-top: 4px;
      font-size: 16px;
      font-family: "Montserrat"; }
      .product-box .card-body .price-wrap .price-new {
        color: #444343; }
  @media (max-width: 768px) {
    .product-box {
      margin-bottom: 30px; } }

.bg-image {
  background-image: url("../images/home-stay-palakkad.png");
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767.98px) {
    .bg-image {
      height: 250px; } }

.bg-image-mythily {
  background-image: url("../images/Mythily-Remesh-trainer.png");
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767.98px) {
    .bg-image-mythily {
      height: 250px; } }

.video-box .widget-title {
  background-color: #e31c25;
  margin-bottom: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  font-family: "poppinsregular";
  letter-spacing: 1px;
  font-weight: normal;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0; }

.contact-section address strong {
  display: block;
  color: #e31c25 !important;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: normal;
  font-family: "poppinssemibold"; }
.contact-section address span {
  color: #e31c25; }

#map {
  padding: 0; }
  #map iframe {
    margin: 0;
    padding: 0; }

.blog .blog-item figure {
  margin-bottom: 0; }
.blog .blog-item .card-title {
  color: #444343; }

@media (max-width: 767.98px) {
  ol {
    margin-bottom: 0rem; } }

ul li {
  list-style: none; }

.whatsappchat {
  position: fixed;
  right: 5px;
  bottom: 0;
  z-index: 999; }
  .whatsappchat i {
    font-size: 76px;
    color: #e31c25; }

.whatsappchat img {
  width: 120px; }

@media only screen and (max-width: 600px) {
  .whatsappchat img {
    width: 80px; } }
.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); } }
.circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #e31c25;
  color: #ffffff;
  max-height: 50px;
  z-index: 2; }

.how-it-works.row {
  display: flex; }
  .how-it-works.row p {
    color: #444343; }
    @media (max-width: 1023.98px) {
      .how-it-works.row p {
        font-size: 14px;
        letter-spacing: 1px; } }
  .how-it-works.row h5 {
    font-family: "poppinssemibold";
    color: #000000; }

.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center; }

.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #e31c25;
  z-index: 1; }

.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%; }

.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px); }

.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0; }

.timeline div {
  padding: 0;
  height: 40px; }

.timeline hr {
  border-top: 3px solid #e31c25;
  margin: 0;
  top: 17px;
  position: relative; }

.timeline .col-2 {
  display: flex;
  overflow: hidden; }

.timeline .corner {
  border: 3px solid #e31c25;
  width: 100%;
  position: relative;
  border-radius: 15px; }

.timeline .top-right {
  left: 50%;
  top: -50%; }

.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px); }

.timeline .top-left {
  left: -50%;
  top: -50%; }

.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px); }

/* Gallery */
.ovrly14 {
  width: 100%;
  height: 190px;
  border: 4px solid #e31c25;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3); }
  @media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
    .ovrly14 {
      height: 180px; } }

.ovrly14 * {
  position: absolute;
  margin: 0;
  padding: 0; }

.ovrly14 img {
  width: 100%;
  top: 0;
  left: 0; }

.ovrly14 .ovrly {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.815, 1.65, 0.4, 0.68);
  -moz-transition: all 0.3s cubic-bezier(0.815, 1.65, 0.4, 0.68);
  -o-transition: all 0.3s cubic-bezier(0.815, 1.65, 0.4, 0.68);
  transition: all 0.3s cubic-bezier(0.815, 1.65, 0.4, 0.68); }

.ovrly14 .fa {
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #e31c25;
  display: block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  top: 60px;
  -webkit-transition: all .2s .3s;
  -moz-transition: all .2s .3s;
  -o-transition: all .2s .3s;
  transition: all .2s .3s;
  opacity: 0;
  z-index: 99; }

.ovrly14 .fa:hover {
  background: #fff;
  color: #e31c25; }

.ovrly14 .fa-share, .ovrly14 .fa-search {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ovrly14:hover .ovrly {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ovrly14:hover .fa {
  opacity: 1; }

.ovrly14 .gallery-fix {
  width: 100%;
  background: #e31c25;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  z-index: 99;
  font-family: "poppinsmedium"; }

.career-section {
  background-color: #f3f3f3; }
  @media (max-width: 1023.98px) {
    .career-section .career-img {
      margin-bottom: 44px; } }
  .career-section .career-img img {
    width: 100%; }
  .career-section .career-content .bg-title {
    color: #c9c9c9; }
  .career-section .career-content h2 {
    font-weight: bold;
    font-size: 4.3rem;
    z-index: 9;
    position: relative;
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      .career-section .career-content h2 {
        font-size: 3.6rem;
        line-height: 58px; } }
    @media (max-width: 767.98px) {
      .career-section .career-content h2 {
        font-size: 2.3rem;
        line-height: 24px; } }
  .career-section .career-content h6 i {
    color: #111111; }
  .career-section .career-content h6 span {
    color: #777777;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat";
    font-weight: normal; }

.welcome-section {
  position: relative;
  overflow: visible;
  margin-bottom: 6%; }
  @media (max-width: 1024px) {
    .welcome-section {
      margin-bottom: 0%; } }
  .welcome-section .welcome-img-block .img1 {
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 1023.98px) {
      .welcome-section .welcome-img-block .img1 {
        position: relative; } }
  .welcome-section .welcome-img-block .img2 {
    position: absolute;
    top: 124px;
    right: -65px;
    z-index: 1; }
    @media (max-width: 1023.98px) {
      .welcome-section .welcome-img-block .img2 {
        position: relative;
        top: -77px;
        right: -86px; } }
    @media (max-width: 375px) {
      .welcome-section .welcome-img-block .img2 {
        right: -86px; } }
  .welcome-section .welcome-img-block .img-width {
    width: 100%;
    transition: all .9s ease; }
    @media (max-width: 1023.98px) {
      .welcome-section .welcome-img-block .img-width {
        margin-bottom: 30px; } }
    .welcome-section .welcome-img-block .img-width img {
      width: 100%;
      border: 3px solid #fff; }
  .welcome-section .welcome-content-block {
    padding-top: 68px; }
    @media (max-width: 1023.98px) {
      .welcome-section .welcome-content-block {
        padding-top: 0px; } }
    .welcome-section .welcome-content-block .bg-title {
      top: 32px; }
      @media (max-width: 1023.98px) {
        .welcome-section .welcome-content-block .bg-title {
          font-size: 6em;
          top: -35px; } }
      @media (max-width: 767.98px) {
        .welcome-section .welcome-content-block .bg-title {
          font-size: 5em; } }
    .welcome-section .welcome-content-block h1 {
      font-size: 54px;
      line-height: 75px; }
      @media (max-width: 1024px) {
        .welcome-section .welcome-content-block h1 {
          font-size: 48px;
          line-height: 54px; } }
      @media (max-width: 1023.98px) {
        .welcome-section .welcome-content-block h1 {
          font-size: 36px;
          line-height: 38px; } }
      @media (max-width: 767.98px) {
        .welcome-section .welcome-content-block h1 {
          font-size: 28px;
          line-height: 33px; } }

body {
  font-family: "Montserrat"; }
  body .bg-title {
    line-height: 1;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
    color: #eeeeee;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 9em;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    text-align: left; }
    @media (max-width: 1024px) {
      body .bg-title {
        font-size: 7em; } }
    @media (max-width: 767.98px) {
      body .bg-title {
        font-size: 5em; } }
  body p {
    font-size: 1rem;
    color: #777777;
    line-height: 25px;
    font-family: "Montserrat";
    font-weight: normal;
    letter-spacing: 1px; }
  body h1 {
    font-size: 56px;
    line-height: 64px;
    z-index: 9;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: "Montserrat";
    font-weight: bold; }
  body ul {
    padding-left: 0; }
    body ul li {
      list-style: none; }

.facilities-section {
  padding: 0; }
  .facilities-section .facilities-content-block {
    padding: 15px 25px;
    background-color: #111111;
    min-height: 378px;
    transition: all .9s ease; }
    @media (max-width: 767.98px) {
      .facilities-section .facilities-content-block {
        padding: 15px 15px; } }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .facilities-section .facilities-content-block {
        min-height: 384px; } }
    .facilities-section .facilities-content-block .facilities-icon {
      text-align: center;
      margin-top: 20px; }
      .facilities-section .facilities-content-block .facilities-icon img {
        width: 90px; }
    .facilities-section .facilities-content-block h3 {
      font-size: 26px;
      text-align: center;
      font-style: normal;
      line-height: 36px;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Montserrat";
      letter-spacing: 1px;
      color: #fff;
      margin-top: 10px; }
    .facilities-section .facilities-content-block p {
      color: #fff;
      text-align: center;
      line-height: 20px; }
      @media (max-width: 1024px) {
        .facilities-section .facilities-content-block p {
          font-size: 14px;
          line-height: 20px; } }
    .facilities-section .facilities-content-block ul {
      padding-left: 20%; }
      @media (max-width: 1024px) {
        .facilities-section .facilities-content-block ul {
          padding-left: 3%; } }
      @media (max-width: 767.98px) {
        .facilities-section .facilities-content-block ul {
          padding-left: 0%;
          text-align: center; } }
      .facilities-section .facilities-content-block ul li {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        font-family: "Montserrat";
        margin-bottom: 10px; }
        @media (max-width: 1024px) {
          .facilities-section .facilities-content-block ul li {
            font-size: 14px;
            line-height: 20px; } }
        .facilities-section .facilities-content-block ul li i {
          font-size: 16px;
          color: #fff;
          margin-right: 10px; }
          @media (max-width: 1024px) {
            .facilities-section .facilities-content-block ul li i {
              font-size: 14px;
              line-height: 20px; } }
          @media (max-width: 767.98px) {
            .facilities-section .facilities-content-block ul li i {
              margin-right: 0px; } }
        .facilities-section .facilities-content-block ul li a {
          color: #fff;
          font-size: 16px; }
          @media (max-width: 1024px) {
            .facilities-section .facilities-content-block ul li a {
              font-size: 14px;
              line-height: 20px; } }
  .facilities-section .bg-second {
    background-color: #e31c25;
    transition: all .9s ease; }
  @media (max-width: 1023.98px) {
    .facilities-section .md-bg1 {
      background-color: #111111 !important; } }
  @media (max-width: 1023.98px) {
    .facilities-section .md-bg2 {
      background-color: #e31c25 !important; } }
@keyframes fade-out {
  0% {
    opacity: 0; }
  /*start fading in*/
  8.333% {
    opacity: 1; }
  /*complete the fade in in 2 seconds*/
  33.333% {
    opacity: 2; }
  /*remain at opacity 1 until 8 seconds*/
  41.666% {
    opacity: 1; }
  /*fade out until 10 seconds*/ }
  .facilities-section .banner ul.kf-slider {
    list-style: none;
    margin: 0;
    padding: 0; }
  .facilities-section .banner ul.kf-slider li {
    width: 100%;
    height: 378px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fade-out 15s infinite;
    background: url("../images/facilities-img1.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1023.98px) {
      .facilities-section .banner ul.kf-slider li {
        height: 384px; } }
  .facilities-section .banner ul.kf-slider li:nth-child(2) {
    background: url("../images/facilities-img2.jpg");
    animation-delay: 10s;
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .banner ul.kf-slider1 li {
    background: url("../images/facilities-img3.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .banner ul.kf-slider1 li:nth-child(2) {
    background: url("../images/facilities-img4.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .banner ul.kf-slider2 li {
    background: url("../images/facilities-img5.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .banner ul.kf-slider2 li:nth-child(2) {
    background: url("../images/facilities-img6.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .banner ul.kf-slider3 li {
    background: url("../images/facilities-img7.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .banner ul.kf-slider3 li:nth-child(2) {
    background: url("../images/facilities-img8.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .banner ul.kf-slider4 li {
    background: url("../images/facilities-img9.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .banner ul.kf-slider4 li:nth-child(2) {
    background: url("../images/facilities-img10.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .banner ul.kf-slider5 li {
    background: url("../images/facilities-img11.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .banner ul.kf-slider5 li:nth-child(2) {
    background: url("../images/facilities-img12.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .facilities-section .facilities-image-block .facilities-img {
    min-height: 360px; }
  .facilities-section .facilities-image-block .big-heading-title1 {
    font-size: 6.5em;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px; }
    @media (max-width: 1023.98px) {
      .facilities-section .facilities-image-block .big-heading-title1 {
        right: 35px;
        bottom: 3px; } }

.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 2px 30px; }
    @media (max-width: 767.98px) {
      .enquiry-section .enquiry-form-block .enquiry-form-block {
        padding: 35px 30px 0px 30px; } }
    .enquiry-section .enquiry-form-block .enquiry-form-block h6 {
      font-family: "poppinsbold";
      font-size: 16px;
      color: #e31c25;
      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 h3 {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: 1px;
      margin: 0 0 30px;
      position: relative;
      color: #111111;
      font-family: "poppinssemibold"; }
      @media (max-width: 1024px) {
        .enquiry-section .enquiry-form-block .enquiry-form-block h3 {
          font-size: 25px;
          line-height: 32px; } }
      @media (max-width: 1023.98px) {
        .enquiry-section .enquiry-form-block .enquiry-form-block h3 {
          font-size: 20px;
          line-height: 27px;
          margin: 0 0 17px; } }
      @media (max-width: 767.98px) {
        .enquiry-section .enquiry-form-block .enquiry-form-block h3 {
          font-size: 18px;
          line-height: 25px; } }
    .enquiry-section .enquiry-form-block .enquiry-form-block form .search-row {
      justify-content: center;
      align-items: center; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form .dropdown-item.active {
      background-color: #111111 !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form .dropdown-item:hover {
      background-color: #e31c25 !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form button:focus {
      outline: none !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form .form-group {
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 767.98px) {
        .enquiry-section .enquiry-form-block .enquiry-form-block form .form-group {
          margin-bottom: 15px; } }
      @media (max-width: 767.98px) {
        .enquiry-section .enquiry-form-block .enquiry-form-block form .form-group .form-icon2 {
          top: 12px !important; } }
      .enquiry-section .enquiry-form-block .enquiry-form-block form .form-group .form-icon {
        position: absolute;
        top: 12px;
        left: 18px;
        z-index: 99; }
        .enquiry-section .enquiry-form-block .enquiry-form-block form .form-group .form-icon i {
          font-size: 14px;
          color: #e31c25; }
        @media (max-width: 767.98px) {
          .enquiry-section .enquiry-form-block .enquiry-form-block form .form-group .form-icon {
            left: 16px;
            top: 9px; } }
      .enquiry-section .enquiry-form-block .enquiry-form-block form .form-group .textarea-icon {
        top: 16px; }
        @media (max-width: 767.98px) {
          .enquiry-section .enquiry-form-block .enquiry-form-block form .form-group .textarea-icon {
            top: 17px; } }
    .enquiry-section .enquiry-form-block .enquiry-form-block form label {
      font-size: 16px;
      color: #a2a5ab; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form .btn-light {
      background-color: transparent !important;
      border-color: #edeeef !important;
      box-shadow: none !important;
      border: 1px solid #edeeef !important;
      color: #959ba9 !important;
      font-size: 14px !important;
      font-family: "poppinsregular" !important; }
      .enquiry-section .enquiry-form-block .enquiry-form-block form .btn-light:hover span {
        color: #fff !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form ::-webkit-input-placeholder {
      /* Edge */
      color: #959ba9 !important;
      font-size: 14px !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #959ba9 !important;
      font-size: 14px !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form ::placeholder {
      color: #959ba9 !important;
      font-size: 14px !important;
      letter-spacing: 1px;
      font-family: "poppinsregular" !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form .selectize-input {
      padding: 10px 0px 10px 35px !important;
      border-bottom: 1px solid #edeeef;
      border-top: 1px solid #edeeef;
      border-left: 1px solid #edeeef;
      border-right: 1px solid #edeeef;
      display: block; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form .selectize-input input {
      width: 100% !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form input {
      padding: 10px 0 10px 35px;
      background: transparent;
      border: none;
      border-bottom: 1px solid #edeeef;
      border-top: 1px solid #edeeef;
      border-left: 1px solid #edeeef;
      border-right: 1px solid #edeeef;
      display: block;
      width: 100%;
      color: #959ba9 !important;
      border-color: #edeeef;
      font-family: "poppinsregular";
      letter-spacing: 0;
      font-size: 14px !important;
      transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -webkit-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form select {
      padding: 10px 0 10px 35px;
      color: #959ba9 !important; }
    .enquiry-section .enquiry-form-block .enquiry-form-block form textarea {
      background: transparent;
      border: none;
      border: 1px solid #edeeef !important;
      display: block;
      width: 100%;
      color: #8b97b1;
      font-family: "poppinsregular";
      letter-spacing: 0;
      font-size: 16px !important;
      transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -webkit-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      padding: 15px 0 0 35px;
      color: #959ba9;
      border-color: #ecebff; }

.quick-contact {
  padding: 25px 0px;
  background: url("../images/cta-2-bg-1-1.png"), #111111 repeat;
  transition: all .9s ease; }
  .quick-contact p {
    color: #fff; }
  .quick-contact h2 {
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 35px;
    line-height: 67px;
    font-family: "poppinssemibold"; }
    @media (max-width: 1023.98px) {
      .quick-contact h2 {
        margin-bottom: 25px;
        font-size: 40px; } }
    @media (max-width: 425px) {
      .quick-contact h2 {
        font-size: 27px;
        line-height: 45px; } }
    @media (max-width: 320px) {
      .quick-contact h2 {
        font-size: 22px;
        line-height: 37px; } }
  @media (max-width: 425px) {
    .quick-contact .pb {
      padding-bottom: 30px; } }
  .quick-contact .reg-icon i {
    color: #fff;
    margin-right: 25px;
    font-size: 63px; }
    @media (max-width: 320px) {
      .quick-contact .reg-icon i {
        font-size: 55px; } }
  .quick-contact .reg-content h4 {
    color: #fff;
    letter-spacing: 1px;
    line-height: 29px;
    font-size: 25px;
    font-family: "poppinsmedium"; }
    @media (max-width: 320px) {
      .quick-contact .reg-content h4 {
        font-size: 22px;
        line-height: 35px; } }
  .quick-contact .reg-content a {
    background-color: #fff;
    color: #333;
    padding: 5px 10px; }

.contact-map-section {
  padding-bottom: 0;
  padding-top: 0; }
  .contact-map-section .contact-form-block {
    padding: 55px 20px 0px 20px;
    background: url("../images/counter-bg.jpg"), #111111 no-repeat;
    min-height: 600px; }
    @media (max-width: 1023.98px) {
      .contact-map-section .contact-form-block {
        padding: 42px 15px 0px 15px; } }
    .contact-map-section .contact-form-block .bg-title {
      font-size: 5em;
      top: 50px;
      text-align: center; }
    .contact-map-section .contact-form-block h3 {
      color: #fff;
      letter-spacing: 1px;
      font-size: 48px;
      line-height: 47px;
      font-family: "Montserrat";
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px;
      margin-top: 10px;
      z-index: 999; }
      @media (max-width: 1023.98px) {
        .contact-map-section .contact-form-block h3 {
          font-size: 32px;
          line-height: 39px;
          margin-top: 0;
          margin-bottom: 0; } }
      @media (max-width: 767.98px) {
        .contact-map-section .contact-form-block h3 {
          font-size: 28px;
          line-height: 34px; } }
    .contact-map-section .contact-form-block .query_form {
      margin-top: 70px; }
      @media (max-width: 1023.98px) {
        .contact-map-section .contact-form-block .query_form {
          margin-top: 20px; } }
      .contact-map-section .contact-form-block .query_form .form-group input, .contact-map-section .contact-form-block .query_form .form-group textarea {
        background-color: transparent !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #706f6f !important;
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: 1px !important;
        font-family: "Montserrat" !important;
        font-weight: normal !important;
        padding: 15px !important;
        border-radius: 0rem !important;
        color: #fff !important; }
        .contact-map-section .contact-form-block .query_form .form-group input:focus, .contact-map-section .contact-form-block .query_form .form-group textarea:focus {
          outline: none !important;
          box-shadow: none !important; }
      .contact-map-section .contact-form-block .query_form .form-group ::placeholder {
        color: #fff;
        font-size: 16px !important;
        letter-spacing: 1px !important;
        line-height: 27px !important;
        font-family: "Montserrat" !important;
        font-weight: normal !important; }
      .contact-map-section .contact-form-block .query_form .send_btn {
        margin-top: 56px !important;
        text-align: center; }
        .contact-map-section .contact-form-block .query_form .send_btn button {
          background-color: #e31c25 !important;
          color: #fff !important;
          padding: 10px 20px; }

.address-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../images/cta-2-bg-1-1.png"), #fff no-repeat;
  max-width: 100%; }
  @media (max-width: 1023.98px) {
    .address-section .top-margin {
      margin-top: 10px; } }
  @media (max-width: 767.98px) {
    .address-section .sm-top-margin {
      margin-top: 10px; } }
  .address-section .address-block {
    display: flex; }
    @media (max-width: 767.98px) {
      .address-section .address-block {
        margin-bottom: 10px; } }
    .address-section .address-block:hover {
      transition: all .9s ease; }
    .address-section .address-block .address-icon i {
      font-size: 45px;
      color: #e31c25;
      margin-right: 15px; }
      @media (max-width: 767.98px) {
        .address-section .address-block .address-icon i {
          font-size: 35px; } }
    .address-section .address-block .address-content {
      margin-top: 7px;
      transition: all .9s ease; }
      .address-section .address-block .address-content:hover h6 {
        color: #e31c25 !important;
        transition: all .9s ease !important; }
      .address-section .address-block .address-content h6 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
        color: #111111;
        font-family: "Montserrat";
        font-weight: 600;
        transition: all .9s ease; }
        @media (max-width: 767.98px) {
          .address-section .address-block .address-content h6 {
            font-size: 17px; } }
      .address-section .address-block .address-content p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .address-section .address-block .address-content p {
            font-size: 14px;
            line-height: 17px; } }

.single-event h3 {
  color: #1C1B1B; }
.single-event h5 {
  color: #e31c25;
  font-weight: normal; }
.single-event strong {
  font-weight: normal;
  font-family: "poppinssemibold";
  color: #111111;
  letter-spacing: 2px; }
.single-event .card img {
  height: auto; }

.single .single-thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }
.single strong {
  color: #e31c25;
  letter-spacing: 1px;
  font-family: "poppinsmedium";
  font-weight: normal; }
.single em {
  font-family: "poppinsmedium_italic"; }
.single h3, .single h4, .single h2 {
  color: #605D5D; }
@media (min-width: 1024px) {
  .single .single-left .single-thumbnail {
    max-width: 30em; } }
.single .single-sidebar .card .card-header {
  font-family: "poppinsmedium";
  font-size: 16px;
  color: #333; }

.commen-sidebar h3 {
  font-size: 22px;
  font-family: "poppinssemibold"; }
.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: "\f005";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      color: #111111; }

#sidebarmenu li a {
  text-transform: capitalize; }

.custom-gallery .wp-block-gallery .blocks-gallery-item {
  background: #fff; }
  .custom-gallery .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 18px;
    font-family: "poppinsmedium"; }
  .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 #111111;
      -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%; }

#Benefits-of-Public-Speaking strong, .single .single-left strong, .contact-section strong, .loop-change strong, .wp-style strong {
  color: #e31c25;
  font-weight: normal;
  font-family: "poppinssemibold";
  letter-spacing: 2px; }
#Benefits-of-Public-Speaking ul, .single .single-left ul, .contact-section ul, .loop-change ul, .wp-style ul {
  list-style: none;
  padding: 0; }
#Benefits-of-Public-Speaking ul li, .single .single-left ul li, .contact-section ul li, .loop-change ul li, .wp-style ul li {
  padding-left: 1.3em;
  margin-bottom: 7px; }
#Benefits-of-Public-Speaking ul li:before, .single .single-left ul li:before, .contact-section ul li:before, .loop-change ul li:before, .wp-style ul li:before {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #e31c25; }

.loop-change h2 {
  text-transform: capitalize; }

.loop-change:nth-of-type(2n+1) {
  background: #F7F7F7; }

.loop-change:last-of-type .btn-enroll {
  display: none; }

.footer {
  background: url("../images/dark-bg2.jpg"), #111111 no-repeat;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 32px; }
  .footer h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat";
    letter-spacing: 1.6px; }
  .footer .sec-heading {
    border-bottom: 2px solid #e31c25;
    width: 30%;
    position: relative; }
  .footer #media {
    width: 45%; }
  @media (max-width: 1023.98px) {
    .footer .about {
      margin-bottom: 30px; } }
  .footer .about .footer-contact {
    margin-top: 20px;
    background-color: #ffffff1a;
    padding: 15px; }
    .footer .about .footer-contact .contact-content span {
      color: #fff;
      font-size: 13px;
      letter-spacing: 1px;
      font-family: "Montserrat";
      font-weight: normal;
      margin-bottom: 10; }
      @media (max-width: 1024px) {
        .footer .about .footer-contact .contact-content span {
          font-size: 11px; } }
      @media (max-width: 1023.98px) {
        .footer .about .footer-contact .contact-content span {
          font-size: 15px; } }
    .footer .about .footer-contact .contact-content h5 {
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 1px;
      margin-bottom: 0;
      font-family: "Montserrat";
      font-weight: bold; }
      @media (max-width: 1024px) {
        .footer .about .footer-contact .contact-content h5 {
          font-size: 12px; } }
      @media (max-width: 1023.98px) {
        .footer .about .footer-contact .contact-content h5 {
          font-size: 18px; } }
    .footer .about .footer-contact .contact-icon {
      margin-right: 10px;
      background-color: #e31c25;
      padding: 15px;
      text-align: center; }
      @media (max-width: 1024px) {
        .footer .about .footer-contact .contact-icon {
          padding: 10px; } }
      @media (max-width: 1023.98px) {
        .footer .about .footer-contact .contact-icon {
          padding: 15px; } }
      .footer .about .footer-contact .contact-icon i {
        color: #fff;
        font-size: 26px; }
        @media (max-width: 1024px) {
          .footer .about .footer-contact .contact-icon i {
            font-size: 20px; } }
  .footer .about .logoimg img {
    width: 90%; }
  .footer .about p {
    margin-top: 25px;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: normal;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 0 !important; }
  @media (max-width: 767.98px) {
    .footer .footer-col {
      margin-bottom: 30px; } }
  .footer .footer-col h4 {
    color: #fff;
    letter-spacing: 1px;
    line-height: 27px;
    font-size: 20px;
    font-weight: bold; }
  .footer .footer-col .social-list ul {
    padding-top: 20px; }
    .footer .footer-col .social-list ul li {
      padding-bottom: 5px; }
      .footer .footer-col .social-list ul li:hover i {
        padding-right: 15px;
        transition: all 0.9s ease; }
      .footer .footer-col .social-list ul li a {
        color: #fff;
        font-family: "Montserrat";
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 16px; }
        .footer .footer-col .social-list ul li a i {
          color: #e31c25;
          font-size: 17px;
          margin-right: 7px;
          transition: all 0.9s ease; }
  .footer .footer-col .link-list ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;
    margin-bottom: 0 !important; }
    .footer .footer-col .link-list ul li {
      padding: 0px 0px 5px 0px;
      transition: all 0.9s ease; }
      .footer .footer-col .link-list ul li:hover {
        transition: all 0.9s ease; }
        .footer .footer-col .link-list ul li:hover a {
          padding-left: 15px; }
      .footer .footer-col .link-list ul li::before {
        content: "\f192";
        font-family: "Font Awesome 5 Pro";
        display: inline-block;
        width: 1.4em;
        color: #e31c25;
        font-size: 10px; }
      .footer .footer-col .link-list ul li a {
        color: #ffffff;
        font-size: 16px;
        font-family: "Montserrat";
        font-weight: normal;
        transition: all 0.9s ease;
        padding-left: 7px; }
  .footer .footer-col .open-time {
    padding-top: 20px; }
    .footer .footer-col .open-time .table th, .footer .footer-col .open-time td {
      border-top: none;
      padding: 0px 0px 7px 0px !important; }
    .footer .footer-col .open-time .table tr::before {
      content: "\f192";
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      width: 1.4em;
      color: #e31c25;
      font-size: 10px; }
    .footer .footer-col .open-time .table th {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-transform: uppercase;
      font-family: "Montserrat";
      transition: all 0.9s ease; }
      .footer .footer-col .open-time .table th:hover {
        color: #e31c25;
        transition: all 0.9s ease; }
      @media (max-width: 767.98px) {
        .footer .footer-col .open-time .table th {
          font-size: 14px; } }
    .footer .footer-col .open-time .table td {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: #fff; }
      @media (max-width: 767.98px) {
        .footer .footer-col .open-time .table td {
          font-size: 13px; } }

.footer-copyright {
  background-color: #000000; }
  .footer-copyright .copy-right {
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    font-family: "poppinsregular";
    font-weight: 400; }
    .footer-copyright .copy-right a {
      color: #e31c25; }

/*# sourceMappingURL=index.css.map */
