@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --global-font-family:  "Inter", sans-serif;
  --global-font-family-2:  "Poppins", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #737373;
  --global-background-color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #737373;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #EC1313;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}

body ::-moz-selection {
  background-color: #EC1313;
  color: #fff;
}

body ::selection {
  background-color: #EC1313;
  color: #fff;
}

body .container {
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}

body .center {
  text-align: center;
}

body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}

body .wpb_single_image {
  margin-bottom: 0;
}

body .wpb_text_column {
  margin-bottom: 0;
}

body .vc_icon_element {
  margin-bottom: 0;
}
.event-gal-row{margin-top:20px !important;}
body .hidden {
  display: none !important;
}

body .desk-hide {
  display: none !important;
}

body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}

body a {
  color: var(--global-font-color);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body a:hover {
  color: #EC1313;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}

body .mg-bottom {
  margin-bottom: 2em;
}

body .mg-none {
  margin: 0 !important;
}

body .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .flex-row .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.34%;
          flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.67%;
          flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33%;
          flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33%;
          flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66%;
          flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}

body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

body .no-pad {
  padding: 0 !important;
}

body .no-pad > .vc_column-inner {
  padding: 0 !important;
}

body header#masthead {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}

body header#masthead.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

body header#masthead.sticky .top-bar {
  padding: 0;
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

body header#masthead .top-bar {
  padding: 0.5rem 0;
  background: #1A1A1A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body header#masthead .top-bar .flex-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header#masthead .top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  list-style: none;
}

body header#masthead .top-bar ul li {
  list-style: none;
  color: #FFF;
}

body header#masthead .top-bar ul li a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .top-bar ul li a:hover {
  color: #EC1313;
}

body header#masthead .top-bar ul li span {
  color: #fff;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body header#masthead .header-main {
  padding: 0.5rem 0;
}

body header#masthead .header-main .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body header#masthead .header-main .flex-row > div {
  padding: 0;
}

body header#masthead .header-main .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body header#masthead .header-main .logo img {
  width: 50%;
  height: auto;
  max-width: initial !important;
}

body header#masthead .header-main ul.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.222rem;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
.red-txt p{color:red !important;}
body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1A1A1A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 500;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #EC1313;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #EC1313;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #EC1313;
  display: block;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #000;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #EC1313;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body header#masthead .header-main .head-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body header#masthead .header-main .btn {
  margin-bottom: 0;
}

body header#masthead .header-main .btn a {
  background: #EC1313;
  color: #fff;
  border: 1px solid #EC1313;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #EC1313;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body header#masthead .header-main .btn a:hover {
  background: #C61010;
  color: #fff;
  border-color: #C61010;
}

body header#masthead .header-main .btn-2 {
  margin-bottom: 0;
}

body header#masthead .header-main .btn-2 a {
  background: transparent;
  color: #EC1313;
  border: 1px solid #EC1313 !important;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #EC1313;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body header#masthead .header-main .btn-2 a:hover {
  background: #EC1313;
  color: #fff;
}

body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #1A1A1A;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #1A1A1A;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content .vc_row {
  margin: 0;
}

body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.444rem 0;
}

body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .max-80 {
  max-width: 80%;
}

body #content .m-auto {
  margin-left: auto;
  margin-right: auto;
}

body #content .mg-bottom {
  margin-bottom: 2rem;
}

body #content .full-img > .vc_figure {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}

body #content .desk-hidden {
  display: none;
}

body #content .wht-head {
  color: #fff !important;
}

body #content .wht-txt p {
  color: #fff !important;
}

body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}

body #content .yellow {
  color: #EC1313 !important;
}

body #content .main-head {
  font-size: 2.5rem;
  font-family: var(--global-font-family-2);
  font-weight: 700;
  color: #000;
  margin-bottom: 1.167rem;
}

body #content .main-head b {
  color: #EC1313;
  font-weight: 700;
}

body #content .sub-head {
  font-size: 1.25rem;
  font-family: var(--global-font-family-2);
  font-weight: 500;
  color: #EC1313;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

body #content .txt .pass-badge {
  background: #0EC879;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  font-size: 1.125rem;
  margin: 0 auto 1.5rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body #content .txt ul {
  padding-left: 1.5rem;
}

body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt p strong {
  color: #EC1313;
  font-weight: 600;
}

body #content .txt a {
  color: var(--global-font-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: inherit;
}

body #content .txt a:hover {
  opacity: 0.8;
}

body #content .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body #content .btn {
  margin-bottom: 0;
}

body #content .btn a {
  background: #EC1313;
  color: #fff;
  border: 1px solid #EC1313;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #EC1313;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn a:hover {
  background: #C61010;
  color: #fff;
  border-color: #C61010;
}

body #content .btn-2 {
  margin-bottom: 0;
}

body #content .btn-2 a {
  background: transparent;
  color: #1A1A1A;
  border: 1px solid #1A1A1A !important;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #1A1A1A;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn-2 a:hover {
  background: #1A1A1A;
  color: #fff;
}

body #content .btn-3 {
  margin-bottom: 0;
}

body #content .btn-3 a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff !important;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #EC1313;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn-3 a:hover {
  background: #fff;
  color: #000;
}

body #content .btn-arrow {
  margin-bottom: 0;
}

body #content .btn-arrow a {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #EC1313;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  padding-right: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body #content .btn-arrow a:hover {
  color: #C61010;
  padding-right: 2rem;
}

body #content .btn-arrow a:before {
  content: '\f061';
  font-family: 'FontAwesome';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
}

body #content .page-header {
  background: #1A1A1A;
  padding: 0.8rem;
  margin-bottom: 2rem;
}

body #content .page-header .page-header-container h1.page-title {
  font-size: 2.5rem;
  font-family: var(--global-font-family-2);
  font-weight: 600;
  color: #fff;
  margin: 0;
}

body #content .hero-sec {
  position: relative;
  height: 100vh;
}

body #content .hero-sec::before {
  content: '';
  background: rgba(0, 0, 0, 0.76);
  position: absolute;
  display: block;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body #content .hero-sec .full-img img {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 100vh !important;
}

body #content .hero-sec .hero-row {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  margin: 0 auto;
}

body #content .hero-sec .hero-row .hero-txt h1 {
  font-size: 3.1rem;
  line-height: 1;
  font-family: var(--global-font-family-2);
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}

body #content .hero-sec .hero-row .hero-txt p {
  font-size: 1.3rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #fff;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  line-height: 1.5;
}

body #content .hero-sec .hero-row .hero-txt p strong {
  font-weight: 600;
  color: #EC1313;
}

body #content .hero-sec .hero-row .hero-txt .btn a {
  font-size: 1.3rem;
}

body #content .hero-sec .hero-row .hero-txt .btn-3 a {
  font-size: 1.3rem;
}

body #content .hero-sec .hero-row .hero-txt .rating-badge {
  margin-top: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.4rem 0.9rem;
  border-radius: 8px;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content .hero-sec .hero-row .hero-inner .wpb_column > .vc_column-inner {
  padding: 0 0.5rem;
}

body #content .hero-sec .hero-row .hero-inner .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
}

body #content .hero-sec .hero-row .hero-inner .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: #EC1313;
}

body #content .hero-sec .hero-row .hero-inner .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image img {
  width: 60%;
  margin: 0 auto;
}

body #content .dc-sec .dc-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
}

body #content .dc-sec .dc-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

body #content .dc-sec .dc-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .wpb_single_image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body #content .dc-sec .dc-row .wpb_single_image {
  margin-bottom: 1rem;
  background: #F5F5F5;
  padding: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

body #content .dc-sec .dc-row .wpb_single_image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body #content .process-sec .process-row {
  counter-reset: my-awesome-counter;
}

body #content .process-sec .process-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
  position: relative;
  counter-increment: my-awesome-counter;
}

body #content .process-sec .process-row > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
  content: counter(my-awesome-counter, decimal);
  font-family: var(--global-font-family);
  font-size: 1.5rem;
  color: #fff;
  background: #EC1313;
  /* padding: 0.5rem 1rem; */
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  left: 8%;
  text-align: center;
  z-index: 1;
}

body #content .process-sec .process-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

body #content .process-sec .process-row .process-txt .sub-head {
  color: #1A1A1A;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 1rem;
}

body #content .process-sec .process-row .process-txt p strong {
  color: #1A1A1A;
  font-weight: 600;
}

body #content .home-courses-sec .home-courses-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
}

body #content .home-courses-sec .home-courses-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

body #content .home-courses-sec .home-courses-row .main-head {
  font-size: 1.8rem;
}

body #content .home-courses-sec .home-courses-row .txt {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

body #content .home-courses-sec .home-courses-row .txt ul {
  list-style: none;
  padding: 0;
}

body #content .home-courses-sec .home-courses-row .txt ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  color: #0EC879;
}

body #content .home-courses-sec .home-courses-row .btn, body #content .home-courses-sec .home-courses-row .btn-2 {
  margin-bottom: 0.5rem;
}

body #content .areas-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

body #content .areas-list .area-item {
  padding: 1rem 1.5rem;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #1A1A1A;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0.5rem;
  background: #F5F5F5;
}

body #content .areas-list .area-item i {
  color: #EC1313;
}

body #content .areas-list .area-item:hover {
  background: #EC1313;
  color: #fff;
}

body #content .areas-list .area-item:hover i {
  color: #fff;
}

body #content .cont-detail {
  margin: 2rem 0;
}

body #content .cont-detail > .wpb_column > .vc_column-inner {
  padding: 0;
}

body #content .cont-detail .contact-icon {
  text-align: left !important;
}

body #content .cont-detail .contact-icon > div {
  background: #EC1313;
  border-radius: 50%;
}

body #content .cont-detail .cont-link .sub-head {
  text-transform: capitalize;
}

body #content .cont-detail .cont-link p {
  font-size: 1.1rem;
  color: #fff;
  opacity: 0.8;
}

body #content .cont-detail .cont-link p a {
  color: #EC1313;
}

body #content .cont-detail .cont-link p a:hover {
  text-decoration: underline;
  color: #fff;
}

body form.wpcf7-form {
  padding: 2rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body form.wpcf7-form .main-head {
  font-size: 1.8rem !important;
  font-family: var(--global-font-family-2);
  font-weight: 600 !important;
  color: #1A1A1A !important;
  margin-bottom: 1.167rem;
}

body form.wpcf7-form:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-color: #EC1313;
}

body form.wpcf7-form .flex-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body form.wpcf7-form .form-group {
  padding-bottom: 1rem;
  width: 100%;
}

body form.wpcf7-form label {
  font-size: 1rem;
  line-height: 2;
}

body form.wpcf7-form label span {
  color: #EC1313;
}

body form.wpcf7-form input[type="text"], body form.wpcf7-form input[type="email"], body form.wpcf7-form input[type="tel"], body form.wpcf7-form input[type="date"] {
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f5f5f5;
  color: #000;
}

body form.wpcf7-form input[type="text"]:focus, body form.wpcf7-form input[type="email"]:focus, body form.wpcf7-form input[type="tel"]:focus, body form.wpcf7-form input[type="date"]:focus {
  outline: none;
  border-color: #EC1313;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .error {
  color: #EC1313;
}

body form.wpcf7-form .success {
  color: #0EC879;
}

body form.wpcf7-form select {
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f5f5f5;
  color: #000;
}

body form.wpcf7-form select:focus {
  outline: none;
  border-color: #EC1313;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form textarea {
  width: 100%;
  padding: 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  height: 200px;
  background: #f5f5f5;
  color: #000;
}

body form.wpcf7-form textarea:focus {
  outline: none;
  border-color: #EC1313;
  border-radius: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

body form.wpcf7-form .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

body form.wpcf7-form .radios input {
  margin: 0;
  width: 20px;
  accent-color: #EC1313;
}

body form.wpcf7-form .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

body form.wpcf7-form .submit-btn {
  text-align: right;
  margin-bottom: 0;
  position: relative;
}

body form.wpcf7-form .submit-btn input, body form.wpcf7-form .submit-btn button {
  padding: 0.806rem 3.333rem;
  border-radius: 0.5rem;
  background-color: #EC1313;
  color: #fff;
  border: none;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body form.wpcf7-form .submit-btn .wpcf7-spinner {
  left: 0;
  top: 15%;
  position: absolute;
}

body form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #EC1313;
}

body footer#colophon .footer-main {
  padding: 2rem 0;
  background: #1A1A1A;
}

body footer#colophon .footer-main .flex-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 25% 25% 25% 25%;
      grid-template-columns: 25% 25% 25% 25%;
  grid-column-gap: 2em;
}

body footer#colophon .footer-main .foot-1 .logo {
  margin-bottom: 1rem;
}

body footer#colophon .footer-main .foot-1 .logo img {
  height: auto;
  width: 40%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

body footer#colophon .footer-main .foot-1 ul.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  gap: 0.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li {
  font-size: 1.2rem;
  margin-bottom: 0;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a {
  color: #fff;
  font-size: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  padding: 0.2rem;
  background: #262626;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a i {
  margin-right: 0;
  color: #fff;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a:hover {
  background: #EC1313;
  color: #fff;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a:hover i {
  color: #fff;
}

body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family-2);
  font-weight: 600;
  font-size: 1.23rem;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 1.5rem;
}

body footer#colophon .footer-main section.widget p {
  font-size: 1rem;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

body footer#colophon .footer-main section.widget ul {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.5em;
}

body footer#colophon .footer-main section.widget ul li {
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
  color: #fff;
}

body footer#colophon .footer-main section.widget ul li a {
  font-size: inherit;
  color: #fff;
}

body footer#colophon .footer-main section.widget ul li a i {
  margin-right: 0.5rem;
  color: #EC1313;
}

body footer#colophon .footer-main section.widget ul li a:hover {
  color: #EC1313;
}

body footer#colophon .copyright {
  padding: 1rem 0;
  background: #1A1A1A;
  border-top: 1px solid #ffffff8c;
}

body footer#colophon .copyright p {
  font-size: 0.95rem;
  font-family: var(--global-font-family);
  color: #ffffff8c;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

body footer#colophon .copyright p a {
  color: #fff;
}

body footer#colophon .copyright p a:hover {
  color: #EC1313;
}
/*# sourceMappingURL=template.css.map */