/*===========================
    1. COMMON css 
===========================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #292D36;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #585F6E;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #CE2F3B;
}

.footer_logo{
  max-width: 50%;
}

@media (max-width: 767px) {
  .main-btn {
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .footer_logo{
    max-width: 90%;
  }
}

.main-btn:hover {
  background-color: rgba(206, 47, 59, 0.9);
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

/*===== All Section Title Style =====*/
.section_title .line {
  width: 75px;
  height: 4px;
  background-color: #CE2F3B;
  margin: 0 auto;
}

.section_title .title {
  font-size: 44px;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .section_title .title {
    font-size: 30px;
  }
}

.section_title p {
  margin-top: 15px;
}

.section_title.section_title_2 .title,
.section_title.section_title_2 p {
  color: #fff;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #CE2F3B #CE2F3B #f7f7fd;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #f7f7fd;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #f7f7fd;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
      02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
/*.styles-module_whatsappButton__tVits{
  position: sticky !important;
}*/

.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  overflow-x: hidden;
  border-bottom: 1px solid black;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .navbar {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .sticky .navbar {
    padding: 20px 0;
  }
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 20px !important;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler .close-icon {
  width: 30px;
  color: #222;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(41, 45, 54, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(41, 45, 54, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  margin-right: 45px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #585F6E;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 30px 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  background-color: #CE2F3B;
  width: 0;
  height: 4px;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

.navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #CE2F3B;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.navbar-btn .main-btn {
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  border: 0;
}

.sticky .navbar-nav .nav-item a {
  padding: 25px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .navbar-nav .nav-item a {
    padding: 4px 0;
  }
}

@media (max-width: 767px) {
  .sticky .navbar-nav .nav-item a {
    padding: 4px 0;
  }
}

/*===== HEADER HERO =====*/
.header-hero {
  position: relative;
  z-index: 5;
  height: 700px;
}

@media only screen and (min-width: 1400px) {
  .header-hero {
    height: 900px;
  }
}

.header-hero::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#292d36), color-stop(50%, rgba(69, 87, 128, 0.6)), to(#292d36));
  background: linear-gradient(to right, #292d36 0%, rgba(69, 87, 128, 0.6) 50%, #292d36 100%);
  opacity: 0.6;
}

.header-hero-content {
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-content {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .header-hero-content {
    padding-top: 120px;
  }
}

.header-hero-content .header-title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-hero-content .header-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-content .header-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 40px;
  }
}

.header-hero-content .header-title span {
  font-weight: 700;
  display: contents;
}

.header-hero-content p {
  margin-top: 30px;
  color: #fff;
}

.header-hero-content ul li {
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .header-hero-content ul li {
    margin: 0px 6px;
  }
}

.header-hero-content .main-btn {
  margin-top: 40px;
}

.header-hero-content .main-btn:hover {
  -webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.header-hero-content .main-btn.main-btn-2 {
  line-height: 46px;
  border: 2px solid #fff;
  background-color: transparent;
}

@media (max-width: 767px) {
  .header-hero-content .main-btn.main-btn-2 {
    line-height: 36px;
  }
}

.header-hero-content .main-btn.main-btn-2:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}

/*===========================
      02.5.LANDING css 
===========================*/
.home-landing{
  height: 100vh;
}

.home-h1{
  font-size: 50px;
  color: white;
}

.home-h2{
  font-size: 20px;
  color: white;
}

.home-highlight-container {
  position: absolute;
  top: 100vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80%;
}

.home-highlight {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  border: 1px solid black;
  border-collapse: separate;
}

.home-highlight-row {
  display: table-row;
}

.home-highlight-row-full-width{
  width: 100%;
  text-align: center;
}

.home-highlight-column-full-width{
  width: 100%;
  padding: 20px;
}

.home-highlight-column{
  border-right: 1px solid black;
}

.home-highlight-column:last-child{
  border-right: 0px;
}

.home-highlight-column {
  display: table-cell;
  width: 25%;
  padding: 20px;
}

.home-highlight-content {
  margin: 0;
}

.highlight-content {
  color: black;
  font-size: 20px;
}

.highlight-content-number{
  font-size: 20px;
}

.home-landing-motivation{
  margin-top: 120px;
}

.home-landing-motivation-parent {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.home-landing-motivation-container {
  flex: 1;
  padding: 20px !important;
  margin-right: auto;
}

.home-landing-motivation-image-parent {
  flex: 1;
  display: flex;
  align-items: center;
}

.home-landing-motivation-image {
  width: 100%;
  height: 100%;
  max-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.home-landing-motivation-h2{
  font-weight: 700;
  font-size: 44px;
}

.home-landing-motivation-list-container {
  margin-top: 20px;
}

.home-landing-motivation-list-item {
  margin-bottom: 20px;
}

.home-landing-motivation-list-item h3 {
  font-size: 18px;
  font-weight: 700;
}

.home-landing-motivation-list-item h4 {
  font-size: 16px;
  margin-top: 5px;
}

.home-landing-motivation-btn-div{
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .home-landing-motivation{
    padding-bottom: 0px !important;
  }

  .home-landing-motivation-parent {
    flex-direction: column;
  }

  .home-landing-motivation-image-parent {
    display: none;
  }

  .home-landing-motivation-container {
    width: 100%;
  }
  .home-highlight{
    display: table;
  }
  .home-highlight-container {
    width: 90%;
    margin-top: 100px;
  }
  .home-highlight-column{
    display: flex;
    width:100%;
  }
  .home-highlight-column{
    border-right: 0px;
    border-bottom: 1px solid black;
  }
  .home-highlight-column:last-child{
    border-right: 0px;
    border-bottom: 0px;
  }
  .highlight-content {
    font-size: 16px;
  }
  .home-h1{
    font-size: 30px;
  }
  .home-h2{
    font-size: 16px;
  }
  .home-landing-motivation{
    margin-top: 350px;
  }
  .home-landing-motivation-h2{
    font-size: 30px;
  }
}

/*===========================
      03.COURSES css 
===========================*/
.courses_area{
  background-color: #f9f9f9;
}

.single_courses img {
  border-radius: 5px;
  width: 100%;
}

.single_courses .title a {
  color: #292D36;
  font-size: 30px;
  font-weight: 700;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_courses .title a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .single_courses .title a {
    font-size: 24px;
  }
}

.single_courses .title a:hover {
  color: #CE2F3B;
}

.single_courses p {
  margin-top: 15px;
}

/*===========================
      04.ABOUT css 
===========================*/
.about_wrapper {
  position: relative;
  padding: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_wrapper {
    padding: 0;
  }
}

.about_wrapper .about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-bottom-right-radius: 80px;
}

.about_content .about_title {
  font-size: 70px;
  font-style: italic;
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_content .about_title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content .about_title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .about_content .about_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_content .about_title {
    font-size: 40px;
  }
}

.about_content .about_content_wrapper {
  max-width: 530px;
  margin-left: auto;
  padding-top: 40px;
  padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_content .about_content_wrapper {
    max-width: 460px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content .about_content_wrapper {
    max-width: none;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about_content .about_content_wrapper {
    max-width: none;
    padding-left: 0;
  }
}

.about_content .about_content_wrapper .main-btn {
  margin-top: 35px;
}

/*===========================
      05.COUNTER css 
===========================*/
.counter_area {
  position: relative;
}

.counter_area::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 45, 54, 0.8);
}

.single_counter i {
  font-size: 84px;
  color: #fff;
  line-height: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter i {
    font-size: 60px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .single_counter i {
    font-size: 60px;
    line-height: 55px;
  }
}

.single_counter .count {
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter .count {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .single_counter .count {
    font-size: 30px;
    line-height: 30px;
  }
}

.single_counter p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single_counter p {
    font-size: 16px;
  }
}

/*===========================
      06.TEAM css 
===========================*/
.single_team {
  margin-bottom: 30px;
}

.single_team .team_image img {
  width: 100%;
}

.single_team .team_image img:hover {
  cursor: pointer;
}

.single_team .team_content {
  margin-top: -25px;
  position: relative;
  z-index: 5;
}

.single_team .team_content .social {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #CE2F3B;
  border-radius: 50px;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_team .team_content .social {
    padding: 0 5px;
  }
}

.single_team .team_content .social li {
  display: inline-block;
  margin: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_team .team_content .social li {
    margin: 5px;
  }
}

.single_team .team_content .social li a {
  font-size: 16px;
  color: #585F6E;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_team .team_content .social li a {
    font-size: 14px;
  }
}

.single_team .team_content .social li a:hover {
  color: #CE2F3B;
}

.single_team .team_content .team_name {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_team .team_content .team_name {
    font-size: 18px;
  }
}

.single_team .team_content p {
  margin-top: 10px;
}

.single_team:hover .social {
  opacity: 1;
  visibility: visible;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto !important;
}

.modal-content {
  margin: 10% auto;
  width: 80%;
  max-width: 700px;
  background-color: #fefefe;
  padding: 20px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*===========================
      07.SCHEDULE css 
===========================*/
.schedule_area {
  position: relative;
  z-index: 5;
}

.schedule_area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(41, 45, 54, 0.85);
  top: 0;
  left: 0;
  z-index: -1;
}

.single_schedule {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_schedule {
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_schedule {
    padding: 20px;
  }
}

.single_schedule .number {
  color: rgba(255, 255, 255, 0.46);
  font-size: 34px;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_schedule .time {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_schedule .title a {
  font-size: 24px;
  color: #fff;
  color: #fff;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_schedule .title a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_schedule .title a {
    font-size: 20px;
  }
}

.single_schedule p {
  color: #fff;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_schedule:hover {
  background-color: #fff;
}

.single_schedule:hover .number {
  color: rgba(41, 45, 54, 0.46);
}

.single_schedule:hover .time {
  color: #292D36;
}

.single_schedule:hover .title a {
  color: #292D36;
}

.single_schedule:hover p {
  color: #292D36;
}

/*===========================
      08.PRICING css 
===========================*/
.single_pricing {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(143, 143, 143, 0.16);
  box-shadow: 0px 0px 15px 0px rgba(143, 143, 143, 0.16);
}

.single_pricing .pricing_wrapper {
  padding: 25px;
}

.single_pricing .pricing_wrapper .pricing_header .title {
  font-size: 30px;
  font-weight: 400;
}

.single_pricing .pricing_wrapper .pricing_header .price {
  font-size: 18px;
  font-weight: 500;
  color: #585F6E;
  margin-top: 15px;
  padding-bottom: 20px;
}

.single_pricing .pricing_wrapper .pricing_header .price span {
  color: #CE2F3B;
  font-size: 40px;
  font-weight: 700;
}

.single_pricing .pricing_wrapper .pricing_content {
  border-top: 1px solid #D2D2D2;
  padding-top: 15px;
}

.single_pricing .pricing_wrapper .pricing_content ul li {
  margin-top: 15px;
  font-size: 18px;
  color: #585F6E;
}

.single_pricing .pricing_btn {
  padding-bottom: 25px;
}

.single_pricing .pricing_btn a {
  background-color: #000000;
  color: #fff;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_pricing .pricing_wrapper .information_div .pricing_btn button {
  background-color: #CE2F3B;
  color: #fff;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_pricing .pricing_wrapper .information_div .pricing_btn button:hover {
  background-color: rgba(206, 47, 59, 0.8);
}

.single_pricing .pricing_btn a:hover {
  background-color: rgba(88, 95, 110, 0.8);
}

.single_pricing .pricing_btn span {
  background-color: #000000;
  color: #fff;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_pricing .pricing_btn span:hover {
  background-color: rgba(88, 95, 110, 0.8);
}

.single_pricing .pricing_btn.pricing_btn_2 a {
  background-color: #CE2F3B;
}

.single_pricing .pricing_btn.pricing_btn_2 a:hover {
  background-color: rgba(206, 47, 59, 0.8);
}

/*===========================
      09.TESTIMONIAL css 
===========================*/
.testimonial_area {
  position: relative;
}

.testimonial_area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(41, 45, 54, 0.8);
  top: 0;
  left: 0;
}

.testimonial_active .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

.testimonial_active .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.testimonial_active .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 50px;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 2px solid #fff;
}

.testimonial_active .slick-dots li.slick-active button {
  background-color: #fff;
}

.single_testimonial img {
  border-radius: 30px;
  display: inline-block;
}

.single_testimonial .author_name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 25px;
}

.single_testimonial .sub_title {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}

.single_testimonial p {
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

/*===========================
      10.CONTACT css 
===========================*/
.contact_area {
  position: relative;
}

.contact_map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_map {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .contact_map {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

.contact_map .gmap_canvas {
  width: 100%;
  height: 100%;
}

.contact_map .gmap_canvas iframe {
  width: 100%;
  height: 100%;
}

.contact_form {
  padding-right: 30px;
}

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #292D36;
  background: #f7f7fd;
  padding: 10px 15px;
  margin-top: 30px;
}

p.form-message.success.form-message.error, p.form-message.error.form-message.error {
  color: #f00;
}

.single_form {
  margin-top: 30px;
}

.single_form input,
.single_form textarea {
  width: 100%;
  padding: 0 25px;
  height: 50px;
  border: 1px solid #585F6E;
  border-radius: 5px;
  background-color: #fff;
  color: #585F6E;
}

.single_form textarea {
  height: 140px;
  padding-top: 15px;
  resize: none;
}

/*===========================
      11.FOOTER css 
===========================*/
.footer_area {
  background-color: #292D36;
}

.footer_title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.footer_info .info {
  margin-top: 35px;
}

.footer_info .info li {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

.footer_link .link {
  margin-top: 20px;
}

.footer_link .link li a {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_link .link li a:hover {
  color: #CE2F3B;
}

.footer_social .social {
  margin-top: 20px;
}

.footer_social .social li {
  display: inline-block;
}

.footer_social .social li + li {
  margin-left: 15px;
}

.footer_social .social li a {
  background-color: rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_social .social li a:hover {
  background: #CE2F3B;
}

.footer_copyright .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.58);
  padding: 25px 0;
}

.footer_copyright .copyright p {
  color: #fff;
}

.footer_copyright .copyright p a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_copyright .copyright p a:hover {
  color: #CE2F3B;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 3vh;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #CE2F3B;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #CE2F3B;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */

/*additional styles*/
.my-custom-row{
  display: flex;
  flex-wrap: wrap;
}

.header-logo{
  width: 175px; 
  height: 75px;
}
.padding-style-divs{
  padding: 40px;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
}

.slick-track{
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto;
  overflow: hidden;
}

.partner-icons{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.partner-icons-mofit{
  max-width: 600px !important;
  height: auto;
  cursor: pointer;
}

.partner-slide.larger img {
  min-width: 150px !important;
  max-width: 300px !important;
  height: auto;
}

.partner-slide.smaller img {
  min-width: 100px !important;
  max-width: 150px !important;
  height: auto;
}

.slick-slide>div {padding: 0 50px;}

.modal-content {
  text-align: center;
}

.modal-header {
  margin-bottom: 20px;
}

.logo-container {
  margin-top: 10px;
}


@media (max-width: 991px) {
  .partner-slide.larger img {
    min-width: 150px !important;
    max-width: 200px !important;
    height: auto;
  }
  
  .partner-slide.smaller img {
    min-width: 100px !important;
    max-width: 150px !important;
    height: auto;
  }
}

@media (max-width: 767px) {
  .header-logo{
    width: 150px; 
    height: 50px;
  }
  .padding-style-divs{
    padding: 5px;
  }
  .partner-slide.larger img {
    min-width: 150px !important;
    max-width: 200px !important;
    height: auto;
  }
  
  .partner-slide.smaller img {
    min-width: 100px !important;
    max-width: 150px !important;
    height: auto;
  }

  .partner-icons-mofit{
    width: 100% !important;
    max-width: 300px !important;
  }
}

/*==== RECENSIONS ====*/
.recensions_area {
  background: #f9f9f9;
  padding: 60px 0;
}

.single_recension {
  background: #fff;
  padding: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

.single_recension:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.recension_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.stars {
  margin-bottom: 10px;
}

.stars .filled {
  color: #CE2F3B;
}

.stars .empty {
  color: #ccc;
}

.recension-button {
  background: #CE2F3B;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 10px;
}

.recension-button:hover {
  background: #CE2F3B;
}


/*==== FAQ ====*/
.faq_area {
  background: #fff;
  padding: 60px 0;
}

.single_faq {
  background: #fff;
  padding: 20px 30px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
}

.single_faq:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.faq_question h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  font-size: 16px;
}

.faq_answer {
  margin-top: 10px;
}

.faq_answer p {
  color: #323435;
}
