@import url("https://fonts.googleapis.com/css?family=Outfit:100,200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Sora:100,200,300,400,500,600,700");
@import url(classy-nav.css);

:root {
  --brand: #fc531c;
  --sub: #D1A617;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

html,
body {
	font-family: "Outfit", sans-serif;
	-webkit-font-smoothing: antialiased;
  background-color: #7913ad;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 900;
	font-family: "Sora", sans-serif;
  text-transform: uppercase;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 17px;
	font-family: "Outfit", sans-serif;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0; 
}
ul li {
  margin: 0;
  padding: 0; 
}

a {
  color: var(--body);
  text-decoration: none;
}

a:hover {
  color: var(--brand);
  text-decoration: none;
}

.text-brand{
  color: var(--brand);
}

.text-sub{
  color: var(--sub);
}

.background-brand{
  background-color: var(--brand);
}

.btn-brand{
  background-color: var(--brand);
  color: #f4f5f7;
}

.btn-brand:hover{
  background-color: rgb(250, 81, 58,0.8);
  color: #f4f5f7;
}

/* Topbar */
.topbar .icons a{
  color: black;
  background-color: #f4f5f7;
  border: 1px solid #f4f5f7;
}

.topbar .icons a:hover{
  background-color: black;
  color: #f4f5f7;
  border: 1px solid #f4f5f7;
}

.topbar{
  background: var(--brand);
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/* Back to Top */
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
  background-color: var(--brand);
  color: #f4f5f7;
}

/* Float Icons */
.float {
  position:fixed;
  width:60px;
  height:60px;
  bottom:110px;
  left:20px;
  background-color:#37b6ff;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

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

.my-float {
  margin-top:16px;
}

.float:hover {
  color: #37b6ff;
  background-color: #f4f5f7;
  border: 1px solid #37b6ff;
}

.float-2:hover {
  color: #25d366;
  background-color: #f4f5f7;
  border: 1px solid #25d366;
}

/*** Footer ***/
.footer{
  background: linear-gradient(25deg, #7365e0, #7913ad,#7913ad);
}

.footer a{
  text-decoration: none;
}

.footer-head{
  color: #f4f5f7;
  font-weight: 900;
}

.footer-color{
  color: #ffffff;
  /* color: black; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4f5f7;
  transition: .3s;
  /* background-color: var(--brand);
  border: 1px solid var(--brand); */
}

.footer .btn.btn-social:hover {
  color: black;
  /* background-color: #f4f5f7; */
  /* background-color: black;
  border: 1px solid var(--brand); */
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  /* color: black; */
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: #f4f5f7;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .3);
}

.footer .copyright a {
  color: #f4f5f7;
}

.footer .copyright a:hover {
  color: #b9babc;
}

.main-header-area {
position: relative;
z-index: 1;
background-color: #7913ad;
}
.main-header-area .book-now-btn a {
padding: 10px 20px;
background-color: var(--brand);
/* height: 80px;
line-height: 80px; */
text-align: center;
color: #ffffff;
font-size: 16px; }
.main-header-area .book-now-btn a i {
padding-left: 5px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.main-header-area .book-now-btn a {
/* height: 50px;
line-height: 50px;
border-radius: 30px; */
margin-top: 10px;
margin-left: 10px;
 } }
@media only screen and (max-width: 767px) {
.main-header-area .book-now-btn a {
/* height: 50px;
line-height: 50px;
border-radius: 30px; */
margin-top: 10px;
margin-left: 10px; } }
.main-header-area .book-now-btn a:hover, .main-header-area .book-now-btn a:focus {
  background-color: rgb(250, 81, 58,0.8);
color: #ffffff; }
@media only screen and (max-width: 767px) {
.classy-nav-container .classy-navbar .nav-brand {
/* max-width: 90px; */
margin-right: 15px; } }

.classy-nav-container {
background-color: transparent;
padding: 0; }
.classy-nav-container .classy-navbar {
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
height: 80px;
padding: 0; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.classy-nav-container .classy-navbar {
height: 70px; } }
@media only screen and (max-width: 767px) {
.classy-nav-container .classy-navbar {
height: 70px; } }
@media only screen and (max-width: 767px) {
.classy-nav-container .classy-navbar .nav-brand {
/* max-width: 90px; */
margin-right: 15px; } }
.classy-nav-container .classy-navbar .classynav ul li a {
font-size: 16px;
text-transform: capitalize;
color: #f4f5f7;
font-weight: 500;
padding: 0 20px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.classy-nav-container .classy-navbar .classynav ul li a {
font-size: 14px;
padding: 0 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.classy-nav-container .classy-navbar .classynav ul li a {
font-size: 14px;
color: black; }
.classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
color: var(--brand); } }
@media only screen and (max-width: 767px) {
.classy-nav-container .classy-navbar .classynav ul li a {
font-size: 14px;
color: black; }
.classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:focus {
color: var(--brand); } }
.classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover,
.classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:active {
color: var(--brand);
font-weight: 500; }
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
font-size: 14px;
text-transform: capitalize;
height: 100%;
padding: 0 30px;
color: black; }
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover
, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:active {
background-color: var(--brand);
color: #f4f5f7;
}

.classynav ul li.active a {
position: relative;
z-index: 1; }
.classynav ul li.active a::before {
width: 80%;
height: 2px;
background-color: #ffffff;
position: absolute;
bottom: 0;
left: 10%;
z-index: 1;
content: ''; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.classynav ul li.active a::before {
display: none; } }
@media only screen and (max-width: 767px) {
.classynav ul li.active a::before {
display: none; } }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
color: var(--brand); }

@media only screen and (min-width: 975px) {
.main-header-area .classy-nav-container .classy-navbar .classy-menu .classynav #nav li .dropdown-laptop {
/* Your specified width for laptops */
width: 280px;
}
}

@media only screen and (min-width: 975px) {
.main-header-area .classy-nav-container .classy-navbar .classy-menu .classynav #nav li .dropdown-laptop li ul {
/* Your specified width for laptops */
margin-left: 80px;
width: 250px;
}
}

.sticky-top {
  top: -100px;
  transition: .5s;
}

.sticky-top .main-header-area .classy-nav-container .classy-navbar .nav-brand img{
  height: 90px;
}

.sticky-top .main-header-area .classy-nav-container .classy-navbar .nav-brand {
  color: #f4f5f7;
  font-weight: 900;
	font-family: "Sora", sans-serif;
}

.close {
  color: #000;
  opacity: 0.7;
  font-size: 40px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.close:hover {
  opacity: 1;
}

#header {
  background-image: url(../img/image-1/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.btn-play {
  position: relative;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  box-sizing: content-box;
  width: 60px; /* Adjusted width to match the circle */
  height: 70px; /* Adjusted height to match the circle */
  border-radius: 50%; /* Make the button circular */
  border: none;
  outline: none !important;
  background: var(--brand);
  cursor: pointer; /* Add pointer cursor */
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--brand);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: all 200ms;
}

.btn-play .icon-play, .btn-play .icon-pause {
  position: relative;
  z-index: 3;
  font-size: 25px;
  color: var(--brand);
}


@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

.top-button{
  /* background-color: rgba(255, 255, 255, 0.2); */
  background-color: black;
  padding: 5px 15px;
  font-size: 15px;
}

#header h2{
  /* font-size: 40px; */
  font-size: 32px;
}
#header .typed-text{
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #header h2{
    /* font-size: 25px; */
    font-size: 20px;
  }
  .h2-heading{
    font-size: 25px;
  }
}

.single-cat{border:1px solid #e1ebf7;border-radius:6px;padding:61px 22px;-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;-ms-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;
transition:all .4s ease-out 0s;position:relative;z-index:1}.categories-area .single-cat::before
{position:absolute;content:"";width:100%;height:0;background:#7365e0;transition:.6s;bottom:0;left:0;
z-index:-1;border-radius:6px}.categories-area .single-cat .cat-icon i{color:var(--brand);font-size:50px;
margin-bottom:30px;display:block;margin-bottom:50px;width:100px;height:100px;background:#fff4f4;
line-height:100px;text-align:center;border-radius:50px;display:inline-block}.categories-area .single-cat 
.cat-cap h5{font-size:20px;font-weight:700;margin-bottom:21px;display:block;-webkit-transition:all .2s ease-out 0s;-moz-transition:all .2s ease-out 0s;-ms-transition:all .2s ease-out 0s;-o-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s}@media only screen and (min-width: 576px) and (max-width: 767px){
.categories-area .single-cat .cat-cap h5{font-size:21px}}@media (max-width: 575px){
.categories-area .single-cat .cat-cap h5{font-size:21px}}.categories-area .single-cat .cat-cap p
{margin-bottom:36px;color:#ffffff;font-size:16px;-webkit-transition:all .2s ease-out 0s;
-moz-transition:all .2s ease-out 0s;-ms-transition:all .2s ease-out 0s;-o-transition:all .2s ease-out 0s;
transition:all .2s ease-out 0s;margin:0}@media only screen and (min-width: 576px) and (max-width: 767px)
{.categories-area .single-cat .cat-cap p{font-size:15px}}.categories-area .single-cat .cat-cap h5
{color:#ffffff;font-weight:600;-webkit-transition:all .2s ease-out 0s;
-moz-transition:all .2s ease-out 0s;-ms-transition:all .2s ease-out 0s;-o-transition:all .2s ease-out 0s;
transition:all .2s ease-out 0s}.categories-area .single-cat:hover{border:1px solid transparent}
.categories-area .single-cat:hover::before{height:100%}.categories-area .single-cat 
.cat-icon i{background:black}.categories-area .single-cat:hover .cat-cap h5{color:#fff !important}
.categories-area .single-cat:hover .cat-cap p{color:#fff}.categories-area .single-cat:hover 
.cat-cap a{color:#fff}.categories-area .single-cat:hover .cat-icon i{color: #f4f5f7;}
.cat-cap i{color: var(--brand);font-size: 20px;margin-right: 10px;}.cat-cap ul li{color: #f4f5f7;}.single-cat:hover .cat-cap i{color: #f4f5f7}
.cat-cap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 967px) {
  .single-cat{
    height: 500px;
  }
}

.cat-icon img{
  margin-bottom:30px;display:block;margin-bottom:50px;width:150px;height:150px;background:#fff4f4;
  line-height:100px;text-align:center;border-radius:150px;display:inline-block;object-fit: cover;border: 3px solid #f4f5f7;
}
.cat-icon img{
  background:black
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
}

.facilities_area {
  position: relative;
  z-index: 1;
  background: #04091e;
  overflow: hidden;
}

.facilities_area .bg-parallax {
  background: url("../img/image-1/contact-bg.avif") no-repeat fixed center 0/cover;
  opacity: 0.15;
}

.facilities_item {
  border: 1px solid #ffffff;
  border-radius: 10px;
  background-color: rgba(249, 249, 255, 0.102);
  padding: 10px;
  color: #fff;
  margin-bottom: 30px;
  cursor: pointer;
}

.facilities_item .sec_h4 {
  color: #fff;
  font-size: 22px;
}

.facilities_item i {
  color: var(--brand);
  font-size: 20px;
  line-height: 38px;
  display: inline-block;
  vertical-align: bottom;
  padding: 0px 10px;
}

.hidden-para {
  display: none;
}

.latest-news .latest-news-carousel.owl-carousel{
  position: relative;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  bottom: -50px;
  right: 70px;
  font-size: 20px;
  padding: 2px 20px;
  transition: 0.5s;
  margin-right: 10px;
  border: 1px solid var(--brand);
  color: #f4f5f7;
  background-color: var(--brand);
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: -50px;
  right: 0;
  font-size: 20px;
  margin-left: 10px;
  padding: 2px 20px;
  transition: 0.5s;
  border: 1px solid var(--brand);
  color: #f4f5f7;
  background-color: var(--brand);
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: transparent;
  color: var(--brand);
  border: 1px solid var(--brand);
}

.latest-news-item img{
  height: 100%;
}

#modules{
  background-image: linear-gradient(330deg, rgba(225, 225, 225, 0.05) 0%, rgba(225, 225, 225, 0.05) 33.333%,rgba(114, 114, 114, 0.05) 33.333%, rgba(114, 114, 114, 0.05) 66.666%,rgba(52, 52, 52, 0.05) 66.666%, rgba(52, 52, 52, 0.05) 99.999%),linear-gradient(66deg, rgba(181, 181, 181, 0.05) 0%, rgba(181, 181, 181, 0.05) 33.333%,rgba(27, 27, 27, 0.05) 33.333%, rgba(27, 27, 27, 0.05) 66.666%,rgba(251, 251, 251, 0.05) 66.666%, rgba(251, 251, 251, 0.05) 99.999%),linear-gradient(225deg, rgba(98, 98, 98, 0.05) 0%, rgba(98, 98, 98, 0.05) 33.333%,rgba(222, 222, 222, 0.05) 33.333%, rgba(222, 222, 222, 0.05) 66.666%,rgba(228, 228, 228, 0.05) 66.666%, rgba(228, 228, 228, 0.05) 99.999%),linear-gradient(90deg, #7913ad,#7913ad);
}

.fplus-about-us-area .about-us-content {
  /* background-color: black; */
  border-radius: 2px;
}

.fplus-about-us-area .about-us-thumb > img {
  border-radius: 2px 0 0 2px;
}

.fplus-about-us-area .about-us-text p{
  text-align: justify;
}

.fplus-about-us-area .about-us-text {
  padding: 15px 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fplus-about-us-area .about-us-text {
      padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fplus-about-us-area .about-us-text {
      padding: 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .fplus-about-us-area .about-us-text {
      padding: 10px;
  }
  .fplus-about-us-area .about-us-text h4{
      font-size: 20px;
  }
}

.about {
  /* background: #100028; */
  background: transparent;
  padding-bottom: 50px;
}

.about__pic__item {
  height: 235px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.about__pic__item.about__pic__item--large {
  height: 490px;
}

.about__text {
  padding-left: 10px;
}

.about__text p{
  text-align: justify;
}

@media (min-width: 320px) and (min-width: 967px) {
  .about__text {
    padding-left: 30px;
  }
}

.about__text .services__item .services__item__icon:after {
  border-color: #281A3E;
}

.about__text__desc {
  margin-top: -10px;
}

.about__text__desc p{
  color: #f4f5f7;
}


.counter .counter__content {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.counter .counter__item .counter__item__text h5 {
	color: #ffffff;
  font-size: 16px;
}

.counter__content {
	border-top: 1px solid rgba(183, 183, 183, 0.2);
	padding-top: 70px;
	margin-top: 40px;
}

.counter__item {
	margin-bottom: 30px;
}

.counter__item__number {
	float: left;
	margin-right: 28px;
}

.counter__item__number h2 {
	color: var(--brand);
	font-size: 45px;
	line-height: 52px;
}

.counter__item__text {
	overflow: hidden;
}

.counter__item__text h5 {
	color: #111111;
	line-height: 24px;
	text-transform: uppercase;
}

.s-testimonials {
  background: linear-gradient(rgba(15, 23, 43, .8), rgba(15, 23, 43, .8)), url(../img/image-1/rain-bg.jpg) fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  overflow: hidden;
  position: relative;
}

.testimonials-header {
  text-align: center;
  padding: 0 14rem;
  position: relative;
}

.testimonials-header h2 {
  font-family: "librebaskerville-bold", serif;
  font-size: 4.2rem;
  margin-top: 0;
  color: #FFFFFF;
}

.testimonials {
  margin-top: 4.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.testimonials__slider {
  position: relative;
}

.testimonials__slider .slick-slide {
  outline: none;
}

.testimonials__slider .slick-arrow {
  position: absolute;
  top: -8rem;
  color: #f4f5f7;
  border-radius: 100%;
  padding-right: 0;
  padding-left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.testimonials__slider .slick-arrow .im {
  font-size: 1.2rem;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
}

.testimonials__slider .slick-arrow {
  background: none;
}

.testimonials__slider .slick-prev {
  left: 4.5rem;
}

.testimonials__slider .slick-next {
  right: 4.5rem;
}

.testimonials__slider .slick-dots {
  display: block;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 1.5rem 0 0 0;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
}

.testimonials__slider .slick-dots li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 9px;
  cursor: pointer;
}

.testimonials__slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #959595;
  border: none;
  line-height: 10px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.testimonials__slider .slick-dots li button:hover, 
.testimonials__slider .slick-dots li button:focus {
  outline: none;
}

.testimonials__slider .slick-dots li.slick-active button, 
.testimonials__slider .slick-dots li:hover button {
  background: #375636;
}

.testimonials__slide {
  position: relative;
  padding-top: 4.5rem;
  padding-left: 12rem;
  padding-right: 3rem;
  line-height: 2.063;
}

.testimonials__slide::before {
  content: "";
  display: block;
  width: 1px;
  height: 3rem;
  position: absolute;
  left: calc(3.3rem + .9rem);
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.testimonials__avatar {
  width: 6.6rem;
  height: 6.6rem;
  box-shadow: 0 0 0 0.9rem rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  position: absolute;
  left: .9rem;
  top: 4.8rem;
  outline: none;
}

.testimonials__author {
  margin-top: 0rem;
  color: var(--brand);
  font-weight: 900;
}

.testimonials__author span {
  display: block;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.3rem;
  color: rgba(255, 255, 255);
  text-transform: none;
  letter-spacing: 0;
}

.testimonials__slide p{
  text-align: justify;
}


/* ------------------------------------------------------------------- 
* responsive:
* testimonials
* ------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
  .testimonials-header h1 {
      font-size: 3.8rem;
  }
}

@media only screen and (max-width: 1000px) {
  .testimonials__slide {
      padding-left: 11rem;
  }
  .testimonials__avatar {
      width: 6rem;
      height: 6rem;
  }
}

@media only screen and (max-width: 800px) {
  .testimonials-header h1 {
      font-size: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  .testimonials {
      margin-top: 3rem;
  }
  .testimonials__slider .slick-arrow {
      top: 5.1rem;
  }
  .testimonials__slider .slick-prev {
      left: 1rem;
  }
  .testimonials__slider .slick-next {
      right: 1rem;
  }
  .testimonials-header {
      padding: 0;
  }
  .testimonials-header h1 {
      font-size: 2.7rem;
  }
  .testimonials__slide {
      padding: 13.2rem 0 0;
      text-align: center;
  }
  .testimonials__slide::before {
      left: 50%;
  }
  .testimonials__avatar {
      left: 50%;
      margin-left: -3rem;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  background: transparent;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  position: relative;
  border-bottom: 1px solid rgb(0, 0, 0,0.1);
}

.faq .faq-list li p{
  padding: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 20px 0px 20px 20px;
  outline: none;
  cursor: pointer;
  color: #f4f5f7;
  background-color: #7365e0;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #f4f5f7;
  z-index: 1;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 5%;
  top: 40%;
  font-weight: 900;
  color: #f4f5f7;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color: #f4f5f7;
  background-color: rgb(0, 0, 0,0.5);
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #f4f5f7;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.profiles {
  padding:  80px;
}
.profiles-content .col-sm-3{
  padding:0;
}
.profile-txt {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.single-profile {
  position: relative;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #b2c1ce;
  overflow:hidden;
  -webkit-transition:background 0.5s linear; 
  -moz-transition:background 0.5s linear; 
  -ms-transition:background 0.5s linear; 
  -o-transition:background 0.5s linear; 
  transition:background 0.5s linear;
}
.profile-icon-name {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}
.single-profile.profile-no-border{
  border-right:transparent;
}
.profile-border {
  border-bottom: 1px solid #b2c1ce;
}
.single-profile-overlay{
  display:flex;
  align-items:center;
  text-transform: capitalize;
  justify-content:center;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width:100%;
  height: 100%;
  background: #fa513a;
  background: -moz-linear-gradient(left, #fa513a 0%, #fa513a 100%);
  background: -webkit-linear-gradient(left, #fa513a 0%,#fa513a 100%);
  background: linear-gradient(to right, #fa513a 0%,#fa513a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa513a', endColorstr='#fa513a',GradientType=1 );
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.single-profile:hover .single-profile-overlay{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  top:0;
}
.single-profile:hover .profile-icon-name,.single-profile:hover .profile-txt a>i{
  color: #fff;
}
.single-profile:hover .profile-border {
  border:transparent;
}
.profiles-content .single-profile .profile-txt i{
  color: #f4f5f7;
  font-size: 30px;
  margin: 10px 0px;
}

.single-profile .profile-txt img {
  height: 100px;
  width: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}

#contact{
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/image-1/contact-bg.avif) fixed;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.contact-left{
  /* background: url(../img/image-1/contact-bg.avif) fixed;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-img {
  padding: 0px 100px;
  gap: 20px;
  position: relative;
  height: 100%;
  min-height: 500px;
  /* background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/image-1/contact-bg.avif) fixed;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 900px) {
.contact-point ul div{
  padding: 10px 50px;
}
.contact-point ul div li,
.contact-point ul div i{
  font-size: 25px;
}
.contact-point ul div i{
  margin: 0px 10px;
}
}

.contact-point ul div{
  padding: 5px 0px;
}
.contact-point ul div i{
  color: var(--brand);
}

.contact-left{
  border: none;
}

@media (max-width: 400px) {
  .contact-img{
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .contact-left{
      border-left: none;
  }
}

#contact .contact-img h3{
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 19px;
}

#contact .contact-img p{
	font-size: 16px;
}

.icon-bg{
  background-color: var(--brand);
}

/*-- Pricing table  --*/
.ts-pricing-box {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  background: #f9f9f9;
}

.ts-pricing-box .ts-pricing-header {
  background: #7365e0;
  color: #fff;
  position: relative;
  padding: 30px 20px;
}

.ts-pricing-box .ts-pricing-name {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px 0;
  color: #fff;
}

.ts-pricing-box .ts-pricing-price {
  font-size: 44px;
  color: #fff;
  margin: 15px 0 0;
  display: inline-block;
}

.ts-pricing-box .ts-pricing-price > small {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-top: 15px;
  color: #fff;
}

.ts-pricing-box .ts-pricing-features {
  padding: 15px 0;
}

.ts-pricing-box .ts-pricing-features ul {
  padding: 0 20px;
}

.ts-pricing-box .ts-pricing-features ul > li {
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}

.ts-pricing-box .ts-pricing-features ul > li:first-child {
  border-top: 0;
}

.ts-pricing-box .plan-action {
  padding-bottom: 40px;
}

/* Pricing featured */
.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
  background: var(--brand);
}

.btn-price-white{
  background-color: black;
  padding: 15px 40px;
}

.btn-price{
  background-color: var(--brand);
  padding: 15px 40px;
}

@media (min-width: 967px) {
  .price-recommend{
    margin-top: -30px;
  }
}

/*** Categories & Courses ***/
.category img{
    transition: .5s;
}

.category a:hover img{
    transform: scale(1.1);
}

.category h5{
  font-size: 12px;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  z-index: 1000;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background-color: rgba(249, 249, 255, 0.102);
  padding: 10px 20px;
  color: #fff;
  width: 450px;
}

.services_section {
  width: 100%;
  float: left;
}

.services_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.services_text_1 {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  color: #ffffff;
  padding-top: 20px;
  text-align: center;
}

.services_text {
  width: 100%;
  font-size: 18px;
  margin-top: 10px;
  padding: 5px 0px;
  color: #ffffff;
}

.services_section_2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}

.box_main {
  width: 100%;
  background-color: #7913ad;
  height: auto;
  padding: 40px 20px 40px 20px;
  border-radius: 20px;
  margin-top: 30px;
  transition: 0.5s;
}

.box_main:hover {
  background-color: #7913ad;
  box-shadow: 0px 0px 20px 0px;
}

.box_main.active {
  background-color: #7913ad;
  box-shadow: 0px 0px 20px 0px;
}

.development_text {
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 0px;
  text-transform: uppercase;
}

.bullet-icon{
  color: var(--brand);
  margin-right: 20px;
  background-color: white;
  padding: 5px 7px;
  border-radius: 5px;
}

.book-now-btns{
  display: flex;
  gap: 8px;
  align-items: center;
}

.lang-text{
  font-weight: 500;
  color: black;
}

.button-box{
  border: 2px solid var(--brand);
  width: 140px;
  position: relative;
  border-radius: 30px;
  background-color: var(--brand);
}
.toggle-btn{
  font-weight: 500;
  width: 65px;
  background: transparent;
  border: none;
  padding: 0px 10px;
  cursor: pointer;
  outline: none;
  text-align: center;
  position: relative;
  font-size: 12px;
}
.btns{
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 100%;
  border-radius: 30px;
  background-color: white;
}
.btnss{
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 100%;
  border-radius: 30px;
  background-color: white;
}

@media (max-width: 967px) {
  .button-box{
    margin-top: 20px;
    margin-left: 20px;
  }
}