.testimonial-story {
    min-height: 375px;
    position: relative;
    background: url(https://atharvhostels.in/wp-content/uploads/2023/02/Copy-of-ATIXA-CTA.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}

.hero {
  height:450px;
  background: url("images/Home-header-2.jpeg") center center no-repeat;
  background-size: cover!important;
}

.heading-Story{
    color: #000000;
    font-size: 45px;
    font-weight: 900;
    line-height: 55px;
    margin-left: -4%;
    margin-top: -100%!important;
  }

.heading-parastory{
   color: #000000;
    font-size: 15px;
    margin-left:3%;
    margin-top:-60%!important;
}


.text-uppercase{
    color: #F6D172;
    font-size: 15px;
    font-weight:400;
    letter-spacing: 0.5px;
}

.book-button{
    background-color: #01aef0 !important;
    color: #fff!important;
    border-radius:5px;
    border:none;
    padding:10px;
}


.swiper-container {
  width: 300px!important;
  height: 440px;
  margin-left:40%;
}

.h3 {
    font-size: var(--heading--font-size-h3);
    letter-spacing: var(--heading--letter-spacing-h3);
    line-height: var(--heading--line-height-h3);
}
.service-section .icon-box {
    margin-bottom:-10px;
    padding: 10px;
    border-radius: 6px;
/*    background-color: #f8f9fa;*/
}
.service-section .icon-box:hover .service-title a {
    color: #41A1FD;
}
.service-section .icon-box .service-icon {
    float: left;
    color: #41A1FD;
    font-size: 40px;
}
.service-section .icon-box .service-title {
   margin-left: 90px;
    font-weight: 700;
    margin-bottom:20px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin-top: -45px;
}

.service-section .service-main-heading {
    color: #556270;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 60px;
    font-weight: 600;
}
.twins-svg{
    width: 60px;
}


/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
    text-align: center;
    color: #E51C23;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 23px;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: auto;
}

.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.studio-left{
    color: #F6D172;
    font-size: 15px;
    line-height: 1px;
    margin-left:0%;

}
.studio-right{
    font-size: 25px;
    line-height: 0px;
    margin-bottom:30px;
    margin-top:30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 0%;
}

.back-maps{
    background-color: #015228;
}

.locat-top{
  display: flex;
  color:#fff;
  font-size:20px;
  font-family:auto;
  letter-spacing:1px;
  font-weight: 500;
  margin-left:20px;
}

.locat-down{
   margin-left:25px;
   color: #ffc30a;
   font-size:16px;
   font-family:auto;
  letter-spacing: 0.5px;
}

.twin-yellow{
    background-color: #FFC30A;
    height:38vh;
    margin-top:5%;
}

.elementor-heading-title {
   font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 60px;
    width:100%;
    text-align: center;
    letter-spacing: 1px;
    margin-left:-15%;
}


.sec-pad {
    padding:70px 10px;
    margin:40px;
    margin-top: -4%;
    height:330px;
}

.contact-sec {
  align-item: center;
  background-color:#A2DBED;
}


form.contFrm {
  max-width:550px;
  margin: auto;
}

.inptFld {
    width: 100%;
    height: 40px;
    border: 0;
    margin: 0 0 10px;
    /* border-radius: 8px; */
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    border: 1px solid #999999;
    background: #dddddd;
    margin-bottom:10px;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #999999;
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}
.inptBtn {
    height: 35px;
    border: 0;
    background: #e51c23 !important;
    font-size: 14px;
    color: #fff;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 96%;
    max-width: 100px;
    text-align: center;
}

/* Responcive css Start */

@media (max-width: 991px) {
  .sec-pad {
    padding: 20px 0 0px;
  }

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }

  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-detail span {
    width: auto;
  }
  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 26px;
    font-weight: 500;
  }
  .contact-sec {
    border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
  }

  .contact-sec .contact-ul i {
    border: none;
  }
  .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
}


.form-left{
    color: #F6D172;
    font-size: 15px;
    line-height: 1px;
    margin-left:14%;
}

.form-right{
    font-size: 25px;
    line-height: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 1px;
     margin-left:14%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0px!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0px!important;
}
.swiper-button-next, .swiper-button-prev{
      width: 25px!important;
}