/* 

TemplateMo 586 Scholar

https://templatemo.com/tm-586-scholar

/* 
---------------------------------------------
webservices Style
--------------------------------------------- 
*/

.webservices .webservice-item:hover .icon img {
  margin-top: -10px;
}

.webservices .webservice-item {
  position: relative;
  margin-top: 95px;
}

.webservices .webservice-item .icon {
  width: 190px;
  height: 190px;
  display: inline-block;
  text-align: center;
  line-height: 190px;
  background-color: #7a6ad8;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -95px;
}

.webservices .webservice-item .icon img {
  max-width: 130px;
  transition: all .2s;
}

.webservices .webservice-item .main-content {
  border-radius: 25px;
  padding: 80px 30px 50px 30px;
  background-color: #F1F8FF;;
  margin-bottom: 30px;
  margin-right: 80px;
  transition: all .4s;
}

.webservices .webservice-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
  transition: all .4s;
}

.webservices .webservice-item p {
  color: #424141;
  margin-bottom: 25px;
}
/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

.about-us {
  position: relative;
  padding: 0px;
  margin-top: 130px;
  margin-left: -100px;
}

.about-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 84%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.accordion {
  margin-top: -40px;
  margin-bottom: -40px;
  background-color: #7a6ad8;
  border-radius: 40px;
  padding: 80px 50px 50px 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 40px !important;
  margin-bottom: 30px;
  border: none;
}

.accordion-item .accordion-button {
  outline: none;
  box-shadow: none;
  border-radius: 40px !important;
}

.accordion-button:not(.collapsed) {
  color: #7a6ad8;
  background-color: #fff;
}

h2.accordion-header button {
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
}

.accordion-button::after {
  font-size: 18px;
  font-weight: 500;
  background-image: none;
  content: '+';
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #7a6ad8;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  line-height: 32px;
  content: '-';
}

.accordion-body {
  padding: 0px 25px 30px 25px;
  font-size: 16px;
  line-height: 28px;
  color: #4a4a4a;
}

.about-us .section-heading {
  margin-left: 60px;
  margin-bottom: 0px;
}
.about-us .section-heading h2{
color:#7a6ad8;
}
.about-us .section-heading p{
  font-size:18px;
  color:#281A3E;
  text-align: justify;
  }
.about-us .section-heading .main-button {
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 370px) {
  .webfaq{
    width:auto;
    margin-left: 90px;
  }
}
/* Responsive Design */
@media (min-width:375px) and (max-width: 500px) {
  .webfaq{
    width:auto;
    margin-left: 90px;
    padding:5px 10px 5px 10px;
  }
}
/* 
---------------------------------------------
Courses Style
--------------------------------------------- 
*/

.courses {
  margin-top: 160px;
}

.event_filter {
  text-align: center;
}

.event_filter {
  background-color: #f1f0fe;
  border-radius: 50px;
  padding: 15px 40px;
  list-style: none;
  margin: 0 auto 70px;
  max-width: max-content;
}

.event_filter li {
  display: inline-block;
  margin: 0px 20px;
}

.event_filter li a {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all .3s;
}

@media (max-width:470px){
  .event_filter li a {
    font-size: 13px;
    font-weight: 500;
  }
}
.event_filter li

.event_filter li a.is_active,
.event_filter li a:hover {
  color: #7a6ad8;
}

.events_item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 300px;
}

.events_item .thumb img {
  margin-bottom: -5px;
  width:100%;
  height:auto;
  transition: transform 1s ease-in-out;
}
.events_item .thumb .scroll {
  animation: scrollImage 10s linear forwards;
}

@keyframes scrollImage {
  0% { transform: translateY(0); }
  100% { transform: translateY(calc(-100% + 300px)); }
}
.events_item .thumb span.category {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #7a6ad8;
  background-color: rgba(250, 250, 250, 0.95);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
}

.events_item .thumb span.price {
  position: absolute;
  right: -30px;
  top: -50px;
  background-color: rgba(122, 106, 216, 0.95);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.events_item .thumb span.price i {
  margin-top: 72px;
  margin-left: 33px;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.events_item {
  background-color: #f1f0fe;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
} 

.events_item .down-content {
  text-align: center;
  padding: 20px 30px 25px 30px;
}

.events_item .down-content span.author {
  color: #7a6ad8;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
  text-align: center;
}

.events_item .down-content h4 {
  font-size: 22px;
  font-weight: 600;
  transition: all .3s;
}

.events_item:hover .down-content h4 {
  color: #7a6ad8;
}

.events_item:hover .thumb span.price {
  transform: scale(1.2);
}


/* 
---------------------------------------------
Team Style
--------------------------------------------- 
*/

.web-team {
  margin-top: 100px;
  padding-top: 140px;
}

.web-team-member {
  position: relative;
}

.web-team-member:hover img {
  top: -120px;
}

.web-team-member img {
  width: 260px; /* Set a specific width */
  height: 260px; /* Set a specific height */
  border-radius: 50%;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-125px);
  transition: all .3s;
}

.web-team-member .main-content {
  border-radius: 25px;
  padding: 140px 30px 40px 30px;
  background-color: #f1f0fe;
  text-align: center;
}

.web-team-member .main-content span.category {
  color: #7a6ad8;
  font-size: 15px;
}

.web-team-member .main-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 15px;
}

.web-team-member .main-content li {
  margin: 0px 2px;
  text-align: left;
}

.web-team-member .main-content ul li a {
  background-color: #fff;
  color: #7a6ad8;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .3s;
}

.web-team-member .main-content ul li a:hover {
  background-color: #7a6ad8;
  color: #fff;
}
.web-team-member .price{
  text-align: center;
  padding: 5px 0px 5px 0px;
  border-radius: 10%;
  color:white;
  width:120px;
  background-color: #7a6ad8;
  margin-bottom: 10px;
}
/* 
---------------------------------------------
Events Style
--------------------------------------------- 
*/

.events .section-heading {
  margin-bottom: 100px;
}

.events .item {
  background-color: #f1f0fe;
  border-radius: 25px;
  position: relative;
  padding: 40px;
  margin-bottom: 96px;
}

.events .item .image {
  position: relative;
}

.events .item .image img {
  position: absolute;
  border-radius: 25px;
  max-width: 260px;
  left: 0;
  top: -55px;
}

.events .item ul li {
  display: inline-block;
  width: 17.5%;
  vertical-align: middle;
}

.events .item ul li:first-child {
  width: 35%;
}

.events .item ul li:nth-of-type(2) {
  width: 28%;
}

.events .item ul li span.category {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a6ad8;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}

.events .item ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.events .item ul li span {
  display: inline-block;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.events .item ul li h6 {
  font-size: 16px;
  color: #7a6ad8;
  font-weight: 600;
}

.events .item a {
  position: absolute;
  right: 0;
  top: 22px;
  background-color: #7a6ad8;
  width: 60px;
  height: 120px;
  display: inline-block;
  text-align: center;
  line-height: 120px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  border-radius: 60px 0px 0px 60px;
}

/* Responsive styling for mobile */
@media (max-width: 767px) {
  .events .item ul {
    display: flex;
    flex-direction: column;
  }

  .events .item ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .events .item ul li span,
  .events .item ul li h6,
  .events .item ul li h4 {
    display: block;
    width: 100%;
  }

  .events .item ul li span.category {
    margin-bottom: 10px;
  }

  .events .item a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    top: 10px;
  }
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact-us {
  margin-top: 80px;
  position: relative;
  padding: 50px 0px;
}

.contact-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}


.contact-us  .section-heading {
  margin-right: 110px;
  margin-bottom: 0px;
}

.contact-us  .section-heading p {
  margin-top: 50px;
}

.contact-us .special-offer {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 120px;
  display: inline-block;
  position: relative;
}

.contact-us .special-offer span.offer {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7a6ad8;
  width: 80px;
  padding: 30px 8px;
  line-height: 25px;
  height: 120px;
  border-radius: 15px 60px 60px 15px; 
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}

.contact-us .special-offer span.offer em {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.contact-us .special-offer h6 {
  font-size: 15px;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-us .special-offer h6 em {
  font-style: normal;
  color: #7a6ad8;
  font-weight: 600;
}

.contact-us .special-offer h4 {
  font-size: 22px;
  font-weight: 600;
}

.contact-us .special-offer h4 em {
  font-style: normal;
  color: #7a6ad8;
}

.contact-us .special-offer a {
  position: absolute;
  right: 30px;
  top: 35px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #7a6ad8;
  color: #fff;
  border-radius: 50%;
}
.web-btn{
  background-color: white;
  color:#7a6ad8;
  border-radius: 10px;
  font-size:18px;
}
.web-btn:hover{
  transform: scale(1.1);
  color:#7a6ad8;
}
.contact-us .contact-us-content {
  border-radius: 25px;
  padding: 80px;
  background-color: #7a6ad8;
  position: relative;
  z-index: 1;
}

.contact-us .contact-us-content::before {
  background: url(../img/contact-dec-01.png);
  position: absolute;
  left: 50%;
  transform: translateX(-149px);
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

.contact-us .contact-us-content::after {
  background: url(../img/contact-dec-02.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 183px;
  height: 149px;
  content: '';
  z-index: 2;
}

#contact-form input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(249, 235, 255, 0.15);
  border: none;
  outline: none;
  font-weight: 300;
  padding: 0px 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

#contact-form input::placeholder {
  color: #fff;
}

#contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 25px;
  background-color: rgba(249, 235, 255, 0.15);
  border: none;
  outline: none;
  font-weight: 300;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

#contact-form textarea::placeholder {
  color: #fff;
}

#contact-form button {
  border: none;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  padding: 0px 25px;
  border-radius: 25px;
  color: #7a6ad8;
  transition: all .4s;
  position: relative;
  z-index: 3;
}

#contact-form button:hover {
  opacity: 0.8;
}

.contact-us-content .more-info {
  text-align: center;
  background: rgb(85,0,227);
  background: linear-gradient(90deg, rgba(85,0,227,1) 0%, rgba(198,61,255,1) 100%);
  border-radius: 0px 0px 23px 23px;
  padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-content .more-info i {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .event_filter  {
    padding: 15px 20px;
  }
  .event_filter li {
    display: inline-block;
    margin: 0px 10px;
  }
}

@media (max-width: 992px) {
  .webservices {
    margin-top: 80px;
  }
  .about-us {
    margin-top: 100px;
  }
  .accordion {
    padding: 40px 25px 10px 25px;
  }
  .webservices .webservice-item .icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
  .about-us .section-heading {
    margin-left: 0px;
    margin-top: 120px;
  }
  .about-us::before,
  .testimonials::before,
  .contact-us::before {
    display: none;
  }
  .about-us .section-heading p,
  .testimonials .section-heading p,
  .contact-us .section-heading p {
    margin-top: 30px;
  }
  .about-us .section-heading .main-button {
    margin-top: 30px;
  }
  .about-us .main-button a {
    background-color: #7a6ad8;
    color: #fff;
  }
  .courses {
    margin-top: 100px;
  }
  .event_filter ul li {
    display: block;
    margin: 12px 5px;
  }
  .web-team {
    margin-top: 160px;
  }
  .web-team-member {
    margin-bottom: 140px;
  }
  .events {
    margin-top: 80px;
  }
  .events .item {
    margin-bottom: 66px;
  }
  .events .item .image img {
    position: relative;
    max-width: 100%;
  }
  .events .item ul {
    margin-top: -40px;
  }
  .events .item ul li:first-child {
    width: 100% !important;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .events .item ul li:nth-child(2) {
    width: 40% !important;
  }
  .events .item ul li {
    display: inline-block;
    width: 28% !important;
  }
  .events .item ul li:last-child {
    text-align: right;
  }
  .events .item a {
    bottom: 150px;
    top: auto;
  }
  .events .item ul li h6 {
    font-size: 14px;
  }
  .contact-us {
    padding-top: 20px;
  }
  .contact-us .section-heading {
    margin-right: 0px;
  }
  .contact-us .special-offer {
    background-color: #f1f0fe;
    margin-bottom: 60px;
    padding: 34px 30px 34px 100px;
    width: 100%;
  }
  .contact-us .special-offer h4 {
    font-size: 17px;
  }
  .contact-us .special-offer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 15px;
    right: 15px;
  }
  .contact-us .contact-us-content {
    padding: 30px;
  }
}

/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius:20px;
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: rgba(86, 193, 243, 0.75);
  border-radius: 20px;
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  color:white;
}

.artists-hover p strong {
  color: white;
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color:white;
}

.artists-hover p a:hover {
  color: white;
}

.artists-hover hr {
  margin: 1.5rem 0;
}
/*---------------------
  Features - Testing.html
-----------------------*/
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature-item {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.feature-item img {
  width: 150px;
  height:130px;
  margin-bottom: 10px;
}

.feature-item h6 {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.5;
  font-weight: bold;
  color:#100028
}

.feature-item:hover {
  transform: translateY(-10px);
}

@media (max-width: 576px) {
  .feature-item {
      margin-bottom: 30px;
  }
}
/*---------------------
  Services
-----------------------*/
.services {
  background: #100028;
  padding-bottom: 60px;
  padding-top: 110px;
  color:white;
  text-align: justify;
}
.services__title{
  color:white;
  padding-right: 20px;
}
.services__title h2 {
  color:white;
}
.services__title p {
  margin-bottom: 45px;
}

.services__item {
  margin-bottom: 45px;
  padding-right: 20px;
  color: white;
  text-align: justify;
}
.services__item:hover .services__item__icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.services__item h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 18px;
}
.services__item p {
  margin-bottom: 0;
}

.services__item__icon {
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size:35px;
}
.services__item__icon:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00bfe7;
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 15px;
  font-family: "Play", sans-serif;
  font-weight: 700;
  padding: 14px 32px 12px;
  color: #00bfe7;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.primary-btn:hover{
  color: #00bfe7;
}
.primary-btn:hover:before {
  height: 100%;
  width: 100%;
}
.primary-btn:hover:after {
  height: 100%;
  width: 100%;
}
.primary-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-left: 2px solid #00bfe7;
  border-top: 2px solid #00bfe7;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}
.primary-btn:after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-right: 2px solid #00bfe7;
  border-bottom: 2px solid #00bfe7;
  content: "";
  z-index: -1;
  -webkit-transition: all, 0.7s;
  -o-transition: all, 0.7s;
  transition: all, 0.7s;
}

/*---------------------
  Work
-----------------------*/
.work {
  overflow: hidden;
  background: #100028;
}

.work__gallery {
  margin-right: -10px;
}

.work__item {
  height: 311px !important;
  width: calc(16.67% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
  overflow: hidden;
  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;
}
.work__item:hover .work__item__hover {
  bottom: 0;
}
.work__item.large__item {
  height: 633px !important;
  width: calc(33.33% - 10px);
}
.work__item.wide__item {
  width: calc(33.33% - 10px);
  height: 311px !important;
}
.work__item .play-btn {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.grid-sizer {
  width: calc(16.67% - 10px);
}

.work__item__hover {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  padding: 25px 30px 20px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.work__item__hover h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}
.work__item__hover ul li {
  color: #adadad;
  list-style: none;
  font-size: 16px;
  margin-right: 23px;
  position: relative;
  display: inline-block;
}
.work__item__hover ul li:after {
  position: absolute;
  right: -18px;
  top: 1px;
  content: "/";
}
.work__item__hover ul li:last-child {
  margin-right: 0;
}
.work__item__hover ul li:last-child:after {
  display: none;
}

/*---------------------
  Team
-----------------------*/
.team {
  padding-bottom: 90px;
  background-color:  #100028;
}

.team .team__title {
  margin-bottom: 90px;
}

.team__item {
  height: 390px;
  position: relative;
  overflow: hidden;
}
.team__item:hover .team__item__text {
  bottom: 0;
}
.team__item.team__item--second {
  margin-top: -60px;
}
.team__item.team__item--third {
  margin-top: -120px;
}
.team__item.team__item--four {
  margin-top: -180px;
}

.team__item__text {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  padding: 50px 0 30px;
  z-index: 1;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.team__item__text:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-hover.png);
  content: "";
  z-index: -1;
}
.team__item__text h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team__item__text p {
  color: #ffffff;
  font-weight: 300px;
  margin-bottom: 12px;
}
.team__item__text .team__item__social a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  margin-right: 18px;
}
.team__item__text .team__item__social a:last-child {
  margin-right: 0;
}

.team__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*---------------------
  Contact Widget
-----------------------*/
.contact-widget {
  background: #100028;
  padding-bottom: 70px;
}

.contact__widget__item {
  margin-bottom: 30px;
}

.contact__widget__item__icon {
  height: 70px;
  width: 70px;
  border: 1px solid #131f3b;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}
.contact__widget__item__icon i {
  font-size: 30px;
  color:#131f3b;
}

.contact__widget__item__text {
  overflow: hidden;
  padding-top: 7px;
}
.contact__widget__item__text h4 {
  font-size: 22px;
  color:#131f3b; 
  font-weight: 700;
  margin-bottom: 10px;
}
.contact__widget__item__text p {
  margin-bottom: 0;
}

/*---------------------
  Contact
-----------------------*/
.contact {
  background: #100028;
  padding-top: 0;
  overflow: hidden;
}

.contact__map {
  height: 450px;
}
.contact__map iframe {
  width: 100%;
}

.contact__form h3 {
  color:  #100028;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.contact__form form input {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(225, 225, 225, 0.5);
  background: transparent;
  font-size: 16px;
  color: #adadad;
  padding-left: 20px;
  font-weight: 300;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.contact__form form input:placeholder {
  color: #adadad;
}
.contact__form form input:focus {
  border-color: #e1e1e1;
}
.contact__form form textarea {
  height: 110px;
  width: 100%;
  border: 1px solid rgba(225, 225, 225, 0.5);
  background: transparent;
  font-size: 16px;
  color: #adadad;
  padding-top: 12px;
  padding-left: 20px;
  font-weight: 300;
  margin-bottom: 14px;
  resize: none;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.contact__form form textarea:placeholder {
  color: #adadad;
}
.contact__form form textarea:focus {
  border-color: #e1e1e1;
}


/*---------------------
  About
-----------------------*/
.about {
  background: #100028;
  padding-bottom: 150px;
}

.about__pic__item {
  height: 235px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.about__pic__item.about__pic__item--large {
  margin-top:100px;
  height: 500px;
  width:500px;
}

.about__text {
  padding-left: 30px;
}
.about__text .services__item .services__item__icon:after {
  border-color: #00bfe7;
}

.about__text__desc {
  margin-top: -10px;
  color:white;
}
.section-title{
 color:white;
}
.section-title h2{
  color:white;
 }
 
 /* Media query for mobile screens */
@media only screen and (max-width: 768px) {
  .about__pic__item {
    height: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px; /* Adjust as needed for spacing */
  }

  .about__pic__item.about__pic__item--large {
    margin-top: 50px; /* Adjust margin-top for spacing */
    width: 100%; /* Make the image take full width on mobile */
    max-width: none; /* Remove maximum width */
    height: auto;
  }

  .about__text {
    padding-left: 15px; /* Adjust padding for smaller screens */
  }
}
/*--------------------------------- Responsive Media Quaries -----------------------------*/
/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__title {
    margin-bottom: 50px;
  }
  .team__item.team__item--second {
    margin-top: 0;
  }

  .team__item.team__item--third {
    margin-top: 0;
  }

  .team__item.team__item--four {
    margin-top: 0;
  }

  .team__btn {
    position: relative;
    padding-top: 50px;
  }

  .about__pic {
    margin-bottom: 50px;
  }

  .about__text {
    padding-left: 0;
  }
}
/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  .services__title {
    margin-bottom: 50px;
  }
  .team__item.team__item--second {
    margin-top: 0;
  }

  .team__item.team__item--third {
    margin-top: 0;
  }

  .team__item.team__item--four {
    margin-top: 0;
  }

  .team__btn {
    position: relative;
    padding-top: 50px;
  }

  .about__pic {
    margin-bottom: 50px;
  }

  .about__text {
    padding-left: 0;
  }
  .hero__text h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .grid-sizer {
    width: calc(50% - 10px);
  }

  .work__item.wide__item {
    width: calc(50% - 10px);
  }

  .work__item {
    width: calc(50% - 10px);
  }

  .work__item.large__item {
    width: calc(50% - 10px);
  }

  .input__list {
    margin-right: 0;
  }

  .input__list input {
    width: 100%;
    margin-right: 0;
  }

  .contact__map {
    margin-bottom: 40px;
  }

  .team__item {
    margin-bottom: 20px;
  }

  .team .p-0 {
    padding: 0 15px !important;
  }

  .about__pic__item {
    margin-right: 0;
  }
}
/* Small Device = 320px */
@media only screen and (max-width: 479px) {
  .hero__text h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-sizer {
    width: 100%;
  }

  .work__item.wide__item {
    width: 100%;
  }

  .work__item {
    width: 100%;
    margin-right: 0;
  }

  .work__item.large__item {
    width: 100%;
  }

  .work__gallery {
    margin-right: 0;
  }
}
/* Constructions */

/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/
.constructions .card-item {
  border: 1px solid rgba(82, 86, 94, 0.2);
  background: #fff;
  position: relative;
  border-radius: 0;
}

.constructions .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.constructions .card-item .card-body {
  padding: 30px;
}

.constructions .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color:  #52565e;
}

.constructions .card-item p {
  color:  #52565e;
  margin: 0;
}


/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: #feb900;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #feb900;
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 50px;
}

.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #feb900;
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color:#feb900;
  color: #fff;
}

.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.alt-services .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: #feb900;
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color:#52565e;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 14px;
  }
}

.features .nav-link:hover {
  color: #feb900;
}

.features .nav-link.active {
  color: #feb900;
  background-color: transparent;
  border-color: #feb900;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background:#feb900;
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #feb900;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/* Start Package Search Area css
============================================================================================ */
.package-search-area .main_title p {
  margin-bottom: 15px; }

.contact-form-section {
  position: relative;
  background: url(tour-10.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 70px 50px;
  z-index: 1; }
  @media (max-width: 400px) {
    .contact-form-section {
      padding: 70px 10px; } }
  .contact-form-section:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: .5;
    z-index: -1; }
  .contact-form-section h4 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff; }
  .contact-form-section .contact-form-area .form-group {
    position: relative; }
    .contact-form-section .contact-form-area .form-group .ui-datepicker-trigger {
      position: absolute;
      top: 15px;
      right: 30px;
      color:#fff;
      cursor: pointer; }
  .contact-form-section .contact-form-area .form-control {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 20px;
    font-size: 16px;
    background: transparent;
    border-radius: 0;
    color: #fff; }
    .contact-form-section .contact-form-area .form-control.placeholder {
      color: #fff !important; }
    .contact-form-section .contact-form-area .form-control:-moz-placeholder {
      color: #fff !important; }
    .contact-form-section .contact-form-area .form-control::-moz-placeholder {
      color: #fff !important; }
    .contact-form-section .contact-form-area .form-control::-webkit-input-placeholder {
      color: #fff !important; }
    .contact-form-section .contact-form-area .form-control:focus {
      outline: none;
      box-shadow: none; }
  .contact-form-section .primary-btn {
    margin-top: 20px; }
  .contact-form-section .form-selectt select {
    padding: 0px;
    background: transparent;
    padding-left: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    height: 60px;
    width:100%;
    color:#fff;}
    .contact-form-section .form-selectt select option {
      color: #000;
  }
    .contact-form-section .form-selectt select span {
      color: #fff; }
    .contact-form-section .form-selectt select .list {
      z-index: 999;}
  .contact-form-section .main_btn {
    border-color: #4681ff;
    color: #fff;
    cursor: pointer;
    background: transparent;
    margin-top: 30px;
    padding:10px 10px 10px 10px; }
    .contact-form-section .main_btn img {
      -webkit-filter: invert(1);
      -moz-filter: invert(1);
      -ms-filter: invert(1);
      -o-filter: invert(1);
      filter: invert(1); }
      @media (max-width: 400px) {
        .contact-form-section .main_btn img {
          display: none; } }
    .contact-form-section .main_btn:hover {
      background: #4681ff;
      border-color: #4681ff;
      color: #fff; }


/*******************************/
/********* Construction Service CSS *********/
/*******************************/
.con-service {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.con-service .con-service-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.con-service .con-service-img {
  position: relative;
  overflow: hidden;
}

.con-service .con-service-img img {
  width: 100%;
  height:350px;
}

.con-service .con-service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 15, 39, .7);
  transition: .5s;
  opacity: 0;
}

.con-service .con-service-item:hover .con-service-overlay {
  opacity: 1;
}

.con-service .con-service-overlay p {
  margin: 0;
  color: #ffffff;
}

.con-service .con-service-text {
  display: flex;
  align-items: center;
  height: 60px;
  background: #030f27;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.con-service .con-service-text h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 20px;
  font-weight: 700;
  color: #fdbe33;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.con-service .con-service-item a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #030f27;
  background: #fdbe33;
  border-radius: 0;
  transition: .3s;
}

.con-service .con-service-item:hover a.btn {
  color: #ffffff;
}

/* CSS for modal */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height:auto;
  overflow: auto;
}
.modal-content {
  padding: 20px;
  background: linear-gradient(to bottom, rgba(1, 38, 77, 0.5), rgba(0, 26, 54, 0.5)), url(tourmodal.avif);
  background-size: cover;
  border: 0px solid #fff;
  max-width: 400px;
  border-radius: 10px;
  margin: 20px auto;
  color:#fff;
}
.modal-content h2{
  color:#fff;
}
.modal-content .btn-outline-primary:hover {
  color: white;
  background-color: transparent;
  border-color: #fdbe33}
.modal-body{
  font-size: 18px;
}
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


.four.jumbotron{
  margin-top: auto;
  }
  
.four .text1{
    padding: 3%;
  }
  
.local {
  background-image: url(https://i.pinimg.com/564x/83/be/f8/83bef83fb94dddb3e067611a1e6ddd0b.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

.local2 {
  background-image: url(https://i.pinimg.com/564x/33/85/07/33850795d1ee732dc89ad9fd2ca0cc6d.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}
.local3 {
  background-image: url(https://i.pinimg.com/564x/10/a4/0f/10a40f83d18f51cb65ccd41146ae030d.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}
.local4 {
  background-image: url(https://i.pinimg.com/564x/75/8a/f4/758af4fd1a0be63b6d8c5a3917e68bdc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

/* blog section start */

.blog_section {
  width: 100%;
  float: left;
}

.blog_section_2 {
  display:flex;
  width: 100%;
  float: left;
  padding-top: 60px;
}

.blog_box {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px;
  padding: 0px 0px 30px 0px;
}

.blog_img img{
  width: 100%;
  height:350px;
}

.date_text {
  width: 100px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0px;
  background-color: #f01c1c;
  position: absolute;
}

.prep_text {
  width: 100%;
  font-size: 20px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 20px 10px 20px;
}

.lorem_text {
  width: 100%;
  font-size: 14px;
  color: #3b3b3b;
  margin: 0px;
  padding: 0px 20px;
}

.read_btn {
  width: 150px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  display: flex;
}

.read_btn a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #f01c1c;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f01c1c;
  text-transform: uppercase;
  padding: 8px;
}

.read_btn a:hover {
  color: #3b3b3b;
  border: 1px solid #3b3b3b;
}

/* blog section end */

/*  Image Overlay
------------------------------------------------------------- */
/* .text-box {
  width: 100%;
  
} */

.blog-area {
  position: relative;}
  .blog-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60.6%;
    content: ""; }
    @media (max-width: 1024px) {
      .blog-area:before {
        height: 58.6%; } }
    @media (max-width: 991px) {
      .blog-area:before {
        height: 100%; } }

.single-blog {
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 991px) {
    .single-blog {
      margin-bottom: 30px; } }
  .single-blog .blog-thumb {
    position: relative;
    overflow: hidden; }
    @media (max-width: 575px) {
      .single-blog .blog-thumb img {
        width: 100%; } }
    .single-blog .blog-thumb:before {
      position: absolute;
      content: "";
      background: rgba(255, 255, 255, 0.4);
      z-index: 999;
      left: 110%;
      top: 0;
      height: 100%;
      width: 130%;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .single-blog .blog-details {
    padding: 25px;
  text-align: justify; }
    .single-blog .blog-details .blog-meta {
      text-align: center;
      margin-top: 15px; }
      .single-blog .blog-details .blog-meta .m-gap {
        padding-right: 20px; }
        .single-blog .blog-details .blog-meta .m-gap span {
          padding-right: 10px;
          text-transform: uppercase; }
          .single-blog .blog-details .blog-meta .m-gap span i.fa {
            padding-right: 10px; }
    .single-blog .blog-details h5 {
      text-align: center;
      font-size: 18px;
      margin: 15px 0px 15px; }
      .single-blog .blog-details h5 a {
        color: #222222;
        font-size: 23px;
        line-height: 27px; }
  .single-blog:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent; }
    .single-blog:hover .blog-thumb:before {
      left: -130%; }

/*---------------------------------------------------- */
/*** Products ***/
.product-carousel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.product-item {
  flex: 1 1 calc(25% - 20px); /* Adjust the percentage to fit 4 items per row with some space */
  margin: 10px;
  box-sizing: border-box;
}

.product-item img {
  width: 100%;
  height: auto;
}

/* Styles for mobile devices */
@media (max-width: 767.98px) {
  .product-item {
    flex: 1 1 100%; /* Take full width for each item */
    margin: 10px 0; /* Adjust margins for mobile view */
  }

  .product-carousel {
    flex-direction: column;
    align-items: center;
  }
}
/*** Testimonial ***/
.testimonial {
  background: linear-gradient(rgba(15, 23, 43, .8), rgba(15, 23, 43, .8)), url(https://images.pexels.com/photos/214165/pexels-photo-214165.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1) center center no-repeat;
  background-size: cover;
}
/*
---------------------------------------------
featured
---------------------------------------------
*/ 

#exp-team .exp-item .exp-thumb {
  position: relative;
}

#exp-team .exp-item .exp-thumb img {
  border-radius: 15px;
  height:400px;
  width:400px;
}

#exp-team .exp-item .exp-thumb:hover .hover-effect {
  top: 0;
  opacity: 1;
}

#exp-team .exp-item .exp-thumb .hover-effect {
  background-color: rgba(250, 250, 250, 0.92);
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  opacity: 0;
  transition: all .3s;
}

#exp-team .exp-item .exp-thumb .hover-effect .exp-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 15px;
}

#exp-team .exp-item .exp-thumb .hover-effect .exp-content h4 {
  font-size: 20px;
  color: #100028;
  margin-bottom: 22px;
}

#exp-team .exp-item .exp-thumb .hover-effect .exp-content h4 i {
  font-size: 14px;
  margin-left: 5px;
  font-weight: 600;
}

#exp-team .exp-item .exp-thumb .hover-effect .exp-content h4 span {
  font-size: 14px;
  font-weight: 500;
  color: #636363;
}

#exp-team .exp-item .exp-thumb .hover-effect .exp-content ul li {
  font-size: 15px;
  font-weight: 400;
  color: #575757;
  margin-bottom: 7px;
}

#exp-team .exp-item .exp-thumb .hover-effect .exp-content ul li:last-child {
  margin-bottom: 0px;
}

#exp-team .exp-item .exp-thumb .hover-effect .exp-content ul li span {
  color: #2a2a2a;
  font-weight: 500;
}

