:root{
    --theme-color: #3A9E1E;
    --secondary-color: #0E1D40;
    --pink-color: #FFC0CB;
    --violet-color: #7F00FF;
    --crimson-color: #DC143C;
    --orange-color: #FFA500;
    --text-color: #101A30;
    --title-color: #101A30;
    --text-font: 'Poppins', sans-serif;
    --title-font: 'Fraunces', serif;
    }
     .settings-menu ul li a{
        color:black !important;
    }
    .settings-menu ul li.active a{
      color:red !important;
  }
 body {
    font-size:16px;
    color: var(--text-color);
    line-height:28px;
    font-weight:400;
    background:#ffffff;
    font-family: var(--title-font);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    -webkit-font-smoothing: antialiased;
}
.footer-about-content p{
    color:white !important;
}
.footer-title{
color:white !important;
}
.footer-menu ul li a {
color:white !important;
}
.footer-contact-info p{
color:white !important;

}
.slick-slide {
margin: 0 10px;
}
.slick-prev, .slick-next {
font-size: 24px;
color:  #f66962;
background: none;
border: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1000;

}
.slick-prev { left: -40px; }
.slick-next { right: -40px; }
.slick-prev:hover, .slick-next:hover {
color:#f66962;
}
.text-right {
    float:right;
    text-align:right;
}
.clear-fix {
    clear:both;
}
.underline {
    text-decoration: underline;
}
a {
    color :blue;
}
.red {
    color : red;
}

.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    display: block;
    color: #dc3545;
}
.otp-input {
    border: 1px solid #1b1632;
    color: #1b1632;
    font-size: 15px;
    min-height: 44px;
    padding: 6px 15px;
}
.otp-input:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #716f79 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(86, 7, 7, 0.25) !important;
}

.chat .fa-whatsapp:before{

	margin-left:-7px;
}
.my-float{
	margin-top:13px;

}
.chat i,fa{


	box-shadow:none!important;
}
.chat .fa-whatsapp:before {
    margin-left: -7px;
}


.float1{
	position:fixed;
	width:55px;
	height:55px;
	bottom:80px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.chat .fa-whatsapp:before{

	margin-left:-7px;
}
.my-float{
	margin-top:13px;

}
.chat i,fa{


	box-shadow:none!important;
}
.chat .fa-whatsapp:before {
    margin-left: -7px;
}



.contact-sec .contact-info {
    margin-bottom: 26px;
  }
  .contact-sec .contact-form {
    background: linear-gradient(90deg, #FEE0DE 0%, #E4F5FD 51.39%, #DDEDFF 100%);
  }
  .contact-sec .contact-icon span {
    display: block;
    width: 60px;
    height: 60px;
    color: #AEA9C9;
  }
  .contact-sec .contact-map {
    margin-top: 60px;
  }
  .contact-sec .contact-map iframe {
    filter: grayscale(1);
    transition: 0.3s;
    width: 100%;
    height: 260px;
  }
  .contact-sec .contact-map iframe:hover {
    filter: grayscale(0);
  }

  .card {

      background-color: white;
      transition: all .5s ease-in-out;
      position: relative;
      border-radius: 10px;
      border:1px solid gray-100;
      box-shadow: none;
      color: inherit;
      margin-bottom: 1.5rem;

      }


  .social-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      color: white;
      font-size: 18px;
      text-decoration: none;
  }
  .social-icon.facebook { background-color: #3b5998; }
  .social-icon.twitter { background-color: #1da1f2; }
  .social-icon.instagram { background-color:red;}
  .social-icon.linkedin { background-color: #0077b5; }
  .social-icon:hover { opacity: 0.8; }



  .text-gray-5 {
      color: var(--gray-500);
  }

  .text-decoration-underline {
      text-decoration: underline !important;
  }


  .section-badge {
    padding: 10px 20px;
    background-color: #ffeef0;
    color: #ff4d6d;
    font-weight: bold;
    border-radius: 24px;
    font-size: 14px;
    white-space: nowrap;
    height: fit-content;
  }
  a {
    word-break: break-word;
  }

  .nav{
    background : black !important;
    height : 80px !important;
  }
  .footer-about-content p{
    color:white !important;
  }


  .footer-title{
    color:white !important;
  }
  .footer-menu ul li a {
    color:white !important;
  }
  .footer-contact-info p{
    color:white !important;

  }
  .slick-slide {
      margin: 0 10px !important;
  }
  .slick-prev, .slick-next {
      font-size: 24px !important;
      color:  #f66962 !important;
      background: none !important;
      border: none !important;
      position: absolute !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
      z-index: 1000 !important;

  }
  .slick-prev { left: -40px !important; }
  .slick-next { right: -40px !important; }
  .slick-prev:hover, .slick-next:hover {
      color:#f66962 !important;
  }

  /* Overlay blocks interaction and is fully opaque */
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
  }

  /* Preloader on top of overlay */
  .preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
  }

  .preloader img {
    width: 800px;
    height: 700px;
    opacity: 0;
    z-index: 0 !important;
  }

  /* When hidden, fade out and disable pointer events */
  .loader-hidden {
    opacity: 1 !important;
    z-index: 9999 !important; /* Max z-index to cover all */
  }
  .loader-hidden img {
    opacity: 1 !important;
    z-index: 9999 !important; /* Max z-index to cover all */
  }
  .card-header {
    font-size: larger;
  }
  .settings-widget {
    margin-bottom: 5px !important;
}
.sub-title-color {
  color : #de690a;
}
.testimonial-four .slick-prev:hover:before, .testimonial-four .slick-prev:focus:before, .testimonial-four .slick-next:hover:before, .testimonial-four .slick-next:focus:before, .testimonial-four .swiper-button-prev:hover:before, .testimonial-four .swiper-button-next:hover:before {
  color: #c94c4c !important;
  opacity: 1;
}
.card-header {
  cursor: pointer;
}
.float-right {
  float:right !important;
}
.btn {
  --bs-btn-padding-x: 0.70rem !important;
  --bs-btn-padding-y: 0.275rem !important;
}
.modal .modal-header {
  padding: 10px 15px;
  justify-content: space-between;
}
.account-settings .settings-menu ul {
  display: block;
  border: 0;
  padding: 0px;
  margin: 0 0 20px !important;
  list-style: none;
}
.account-settings .settings-menu ul li {
  position: relative;
  margin-bottom: 10px !important;
}
.profile-group {
  padding: 25px 0 0;
}
.dash-profile .settings-menu {
  padding: 15px;
}
.course-list-wrap .card-image {
  max-width: 175px;
  overflow: hidden;
  min-width: 175px
   !important;
}

.text-black {
  color : black !important;
}
.footer-icons li {
  font-size : 1.5rem !important;
  padding-left:4%;
padding-right:4%;
}
@media (max-width: 767.98px) {
    .course-list-wrap .card-image {
        max-width: unset!important;
    }
}

.testimonial-four .slick-list
{
       max-height:600px;


}
.testimonial-four {

  margin-top: 6%;
}
@media (max-width: 767.98px) {
    .testimonial-four .testimonial-two-head p {
        margin: 0px 0px 15px !important;
    }
}

@media (max-width: 767.98px) {
    .testimonial-four .testimonial-two-head p {
        font-size: 12px !important;
    }
}
  .testimonial-four .testimonial-two-head p{
     margin: 0px 0px 15px !important;
  }


  @media (max-width: 767.98px) {
  .testimonial-four {
    margin-bottom:12% !important;
}

}

@media (max-width: 575.98px) {
    .course-group-img {
        flex-direction: initial !important;
    }
}
.course-group-img img {
  width: 50px !important;
}
 .para-height,.paras {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.paras {
   min-height: calc(1em * 1.5 * 3);
  line-height: 1.5;

}
.paras:hover,.para-height:hover{
   color:#ff4667 !important;
}

.product-content h3 {
   line-height: 1.5 !important;
}
p {
    font-size: 15px !important;
}


@media (max-width: 767.98px) {
    .price {
        min-width: auto !important;
    }
  }

   @media (max-width: 991.98px) {
         .float {
           bottom:160px !important;
         }
        }

        .table tbody tr td a:hover {
    color:#ff4667 !important;
}

 .receipt.table th,
.receipt.table td{
    padding: 20px 8px !important;
  }



/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}



.slick-dots{
	display: flex !important;
	justify-content: center !important;

	margin: 0;
	padding: 1rem 0;

	list-style-type: none;
}
	.slick-dots	li {
			margin: 0 0.25rem;
		}

	.slick-dots	button {
			display: block;
			width: 1rem;
			height: 1rem;
			padding: 0;

			border: none;
			border-radius: 100%;
			background-color: blue;

			text-indent: -9999px;

		}

	.slick-dots	li.slick-active button {
			background-color: red;
		}


/*** Testimonial End ***/
