@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Fleur+De+Leah&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Montserrat+Underline:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rouge+Script&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;

  color: rgb(24, 24, 24);
}



p {
    font-family: "Cormorant Garamond", serif; 
  font-size: 18px;
  color: #000000;
  font-weight:400;
  font-style: normal;
}
a{
  color: #ffffff;
  text-decoration: none;
}



.navbar {
  transition: 0.3s;
}

.bg {
  background-color: #ffffff;
}
.navbar .navbar-nav .nav-link {
    color: #000000 !important;
    font-size:20px;
    font-family: "Cormorant Garamond", serif;
  }
  
  .navbar .dropdown-item {
    background-color: #ffffff;
    color: #000000 !important;
    font-size: 1.1em;
  }
  
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    font-size:20px;
  }
  
  .navbar .navbar-nav .nav-link:hover {
    color: #000000 !important;
    transition: 0.2s ease-in-out;
  
  }
  
  .navbar-logo-centered .navbar-nav .nav-link {
    padding: .5em 1em;
  }
  
  .top-bar {
    background: #c9f3f9d1;
    padding: 10px 0px;
    color: #6c7e4b !important;
    border-bottom: 1px solid #00191C;
  }

.border-bottom {
  border-bottom: 1px solid rgb(0, 0, 0);
}






hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


 .btn2{
    background-color:#0B4FB5;
    padding: 10px 20px;
    border:#ffffff 1px solid;
    color: #ffffff;
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
  }
  
  .btn2:hover{
    background: #ffffff;
    padding: 10px 20px;
    color: #000000;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: 0.4s ease-in-out;
  }
 




/*Animations*/
.fadeinleft {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}

.fadeinright {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}

.fadeindown {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}

.fadeinup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}

.fade-in {
  opacity: 0;
  transition: all 1.3s ease-in;
}

.active-left,
.active,
.active-right,
.active-down,
.active-up {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

.fadein {
  opacity: 0;
}


/* ------------------------ */




    /* footer */
    .contact section p {
        color: white;
        text-align: center;
      }
      
      .contact section a {
        font-family: "Cormorant Garamond", serif;
        text-decoration: none;
        color: inherit;
        transition: .1s;
        border-bottom: 1px solid transparent;
      }
      
      .contact section a:hover {
        border-color: var(--bs-secondary);
      }
      
      
      @media only screen and (min-width: 992px) {
      
        header .navbar .link-btn {
          margin: 0;
          margin-left: auto;
        }
      
        .im-img {
          width: 28%;
        }
    
      }
      .footer_wrapper {
        background: linear-gradient(0deg, #051f45, #062757), url('image/663913691.jpg') center / cover no-repeat , #000000;
        padding: 5% 0 5% 0;
      }
      
      .footer_wrapper h5 {
        color: #ffffff;
        margin-bottom: 1.25rem;
        font-family: "Cormorant Garamond", serif;
        font-weight: 500;
      }
      
      .footer_wrapper ul li {
        margin-bottom: .5rem;
        list-style: none;
      }
      
      .footer_wrapper .contact-info li a {
        color: rgb(255, 255, 255);
      }
      
      .footer_wrapper .link-widget li a,
      .footer_wrapper p {
        color: rgb(255, 255, 255);
        font-size: 18px;
        padding-left: 1.5rem;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
      }
      
      /* .footer_wrapper .link-widget li a::before {
        content: '\f105';
        font-family: Cormorant Garamond, serif;
        font-weight: 900;
        position: absolute;
        left: 0.3rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      
      } */
      
      .footer_wrapper .link-widget li a:hover {
        margin-left: .625rem;
        color: hsl(0, 0%, 100%);
      }
      
      
      .footer_wrapper .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: var(--secondary-color);
      }
      
      .footer_wrapper .copyright-section {
    
        padding: 1.10rem 0 .3125rem;
        text-align: center;
      }
      
      .footer_wrapper .copyright-section a {
        color: white;
      }
      
      @media (max-width: 767px) {
        .footer_wrapper>div {
          padding: 0 1.875rem;
        }
      }
    
      .footer_wrapper .social-network a {
        width: 2.1875rem;
        height: 2.1875rem;
        margin: .5rem;
        line-height: 2rem;
        font-size: .975rem;
        display: inline-block;
        border: .125rem solid #ffffff;
        color: var(--text-gray);
        text-align: center;
        border-radius: 100%;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      }
      .footer_wrapper .social-network a:hover {
        background-color: rgba(0, 0, 0, 0.233);
        border-color: var(--secondary-color);
        color: var(--text-white);
        box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
        transform: translateY(-0.1875rem);
        border: .125rem solid #192841;
      }
      .footer1 a{
        font-family: "Cormorant Garamond", serif;
        font-size: 20px;
      }
      .footer2 a{
        font-family: "Cormorant Garamond", serif;
       font-size: 20px;
      }
      
    /* ---------------------------------------------- */
    hr {
        margin: 1rem 0;
        color: white;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: 0.25;
    }
    
    .t1{
        font-family: "Forum", serif;
        font-size: 20px ;
        letter-spacing: 0.2px;
    }
    /* ---------------------------- */
      .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #ffffff;
  }

/* Home-page */
.hero-image {
    background-image: url("../image/yyy.jpg");
    width: 100%;
    height:650px;
    background-size: cover;
    background-position: center;
    margin: 0;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.514);
   

  }
  

  
  .hero-section {
    position: relative;
  }
  
  .particles-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  
  .lh-hero-contain {
    max-width: 830px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .lh-hero-contain h3 {
    max-width: 250px;
    margin: auto;
    position: relative;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    
    font-weight: 700;
  }
  .lh-hero-contain h3::after {
    content: "";
    width: 50px;
    border: 1px solid #BA946B;
    position: absolute;
    right: -60px;
    top: 15px;
    z-index: -1;
  }
  .lh-hero-contain h3::before {
    content: "";
    border: 1px solid #BA946B;
    width: 50px;
    position: absolute;
    left: -60px;
    top: 15px;
    z-index: -1;
  }
  .lh-hero-contain h1 {
    margin: 30px 0;
    font-size: 48px;
    font-weight: 700;
    word-spacing: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .lh-hero-contain h1 span {
    color: #BA946B;
    position: relative;
  }
  .lh-hero-contain h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: block;
    width: 100%;
    height: 3px;
    background: #BA946B;
  }
  
  /* ========================================= */
/*         Content Main CSS        */
/* ======================================== */
.services-main{

  margin-top: -50px;
}
.services-main .service-main {
  height: 100%;
  
}
.services-main .service-list-wrap .service-ct-list {
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.2);
}
.services-main .service-list-wrap .service-ct-list i {
  font-size: 3.5rem;
  color: #06bbcc;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .services-main .service-list-wrap .service-ct-list {
    padding: 30px 5px;
  }
}
@media (max-width: 991px) {
  .services-main .service-list-wrap .service-ct-list {
    padding: 30px 20px;
  }
  .services-main .service-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .services-main .service-list-wrap .service-ct-list {
    margin-bottom: 1.5rem;
  }
  .services-main .service-inner {
    text-align: center;
  }
}
.faf{
    color:#ffffff  !important;
}


/* ========================================= */
/*         About CSS        */
/* ======================================== */
.about-company {
  position: relative;
}
.about-company .about-wrap-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.about-company .about-us-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
.about-company .about-us-wrap .about-title {
  position: relative;
}
.about-company .about-us-wrap .about-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 3rem;
  border-bottom: 4px dotted #333;
}
.about-company .about-us-wrap .about-title h2 {
  text-transform: uppercase;
}

.inner-about .about-wrap-img {
  border-radius: 0;
}

@media (max-width: 991px) {
  .about-company .about-wrap-img {
    width: 55%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 480px) {
  .about-company {
    text-align: center;
  }
  .about-company .about-wrap-img {
    width: 80%;
  }
  .about-company .about-us-wrap .about-title::after {
    right: 0;
    margin: 0 auto;
  }
}







/* 6. services */
.img22 {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.services-area  {
    padding-top: 70px ;
     padding-bottom: 100px !important ;
}
.services-area .section-title h5,.services-area .section-title h2{
    color: #fff;
}
.services-area .section-title p{
    color: #fff;
    margin-top: 20px;
}
.services-area .services-box {
background: none;
padding: 30px;
    border-radius: 5px;
border: 2px solid rgba(255, 255, 255, 0.20);
     color: #ffffff91;
}
.services-area .services-box .icon {
    margin-top: -80px;
}
.services-area .services-box .icon img{
    height: auto;
}
.services-area .services-box h3{   
    margin-bottom: 20px;
    font-size: 24px;
}
.services-area .services-box h3 a{
     color: #fff;
  
}
.services-area .services-box a{
  color: #fff;
  font-family: Lora;
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
}
.services-area .services-box a i{
    margin-left: 5px;
}
.feature-area {

    margin-top: -80px;
    z-index: 1;
    position: relative;

}
.services-box{
     border-radius: 10px;
  background-color: #fff;
    padding: 40px 50px;
    box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.10);
    position: relative;
   border-bottom: 5px solid #FF7E3D;
}
.services-box p{
     color: #fff;
    margin-bottom: 20px;
     opacity: 0.7; 

}



.newslater-area4 .container{
    background: #F8DC95;
    border-radius: 5px;
    padding: 80px 80px;
    position: relative;
}
.newslater-area4 p{
    margin-top: 30px;
}
.newslater-area4 #contact-form4 button {
  height: 64px;
  z-index: 1;
  text-align: center;
  font-size: 15px;
  right: 0;
  top: 0;
  border: none;
  padding: 10px 30px;
  text-transform: capitalize;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
    background:#6DD89F;
    color: #06070B;
}
.newslater-area4 .newslater input {
background: #fff !important;
  border: 1px solid #D0D0D0 !important;
  box-shadow: none !important;
  padding: 9px 20px !important;
  color: #030c26 !important;
  height: calc(2em + .75rem + 20px);
  width: 72% !important;
  position: relative;
  z-index: 1;
  margin-right: 21px;
  border-radius: 10px !important;
}
.newslater-area4 .newslater ::placeholder{
     color: #030c26 !important;
}
.newslater-area4 #contact-form4.footer-newlater {
  position: relative;
  float: left;
  margin-top: 0;
  width: 100%;
  margin-bottom: 30px;
}
.newslater-area4 #contact-form4.footer-newlater button {
position: absolute;
  right: 0;
  border-radius: 0px 5px 5px 0px;
  top: 0;
  width: 64px;
  height: 64px;
  padding: 0;
}
.newslater-area4 #contact-form4.footer-newlater button i{
    margin: 0;
}
.newslater-area4 #contact-form4.footer-newlater input {
width: 100% !important;
  border-color: #fff !important;
  color: #fff !important;
  background: #fff !important;
  color: #181818 !important;
}
.newslater-area4 #contact-form4
{
  margin-top: 20px;
  position: relative;
width: 80%;
}



  @media screen and (max-width: 991px) {
    .lh-hero-contain h1{
        font-size: 35px !important;
    }
    .cls{
        margin-left: 0px !important ;
    }
    .services-area .services-box .icon{
        margin-top: 0px !important  ;
    }
  }



   .about-bg1{
    background: url('image/d494972c77afb5b9f2bef6810c9e37c4.jpg') rgba(0, 0, 0, 0.658);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
  }
  .gallery-bg1{
    background: url('image/a22fc83fee58d9b04de312022d36290a.jpg') rgba(0, 0, 0, 0.667);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
   
  }

  .contact-bg1{
    background: url('image/a954c6ba57aaf75e33a70d7837737c9f.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
   
  }

  .materiale-bg1{
    background: url('image/c06d34ad148c3a351e9fb06fe2c3bfba.jpg') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
  
  }
   .kurset-bg1{
    background: url('image/a954c6ba57aaf75e33a70d7837737c9f.jpg') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  
  
  }

  .bg01{
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top: 70px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 120px !important;
        }
      }
  .section-about{
    position: relative;
  }

  .background-text {
    top: 85%;
   left: 35%;
    position: absolute;
    font-size: 125px; 
    font-weight: bold;
    color: rgba(0, 0, 0, 0.082); 
    text-transform: uppercase;
    z-index: 2;
}

.section-about{
    padding: 100px  0px;
}



/* ========================================= */
/*          Homepage 3 CSS        */
/* ======================================== */
.home-3.services-main {
  z-index: 1;
}
.home-3.services-main .service-list-wrap .service-ct-list {
  flex-direction: row;
  justify-content: center;
  padding: 40px 15px;
}
.home-3.services-main .service-list-wrap .service-ct-list i {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 0;
}
.home-3.services-main .service-list-wrap .service-ct-list .serv-list {
  color: #fff;
  padding-left: 15px;
}
.home-3.services-main .serv-us-wrap {
  position: relative;
  height: 100%;
  padding: 55px;
  background-image: url(../image/yyy.jpg);
  background-attachment: fixed;
   
  z-index: -1;
}


 .service-ct-list{
    
  min-height: 160px; /* ose sa të dëshirosh që të jetë njësoj për të gjitha */
  padding: 20px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }


.home-3.services-main .serv-us-wrap::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #242b50;
  opacity: 0.8;
  content: "";
  z-index: -1;
}


/* ========================================= */
/*         Instructors CSS        */
/* ======================================== */
.instructors {
  position: relative;
  overflow: hidden;
}
.instructors .instruct-main {
  text-align: center;
  flex-wrap: wrap;
}
.instructors .ins-main-list {
  position: relative;
  flex: 0 0 23%;
  margin-bottom: 45px;
}
.instructors .ins-main-list img {
  border-radius: 3px;
}
.instructors .ins-main-list .ins-names {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  background: #fff;
  padding: 15px;
  width: 85%;
  margin: 0 auto;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(204, 204, 204, 0.2509803922);
  transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s;
}
.instructors .ins-main-list:hover .ins-names {
  bottom: -25px;
}
.instructors::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12rem;
  height: 100%;
  margin: auto;
  background-image: url(../);
  width: 35%;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: bgshape1 4s infinite;
          animation: bgshape1 4s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bgshape1 {
  0% {
    right: -15px;
  }
  25% {
    right: -10px;
  }
  50% {
    right: 0px;
  }
  75% {
    right: -10px;
  }
  100% {
    right: -15px;
  }
}

@keyframes bgshape1 {
  0% {
    right: -15px;
  }
  25% {
    right: -10px;
  }
  50% {
    right: 0px;
  }
  75% {
    right: -10px;
  }
  100% {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .instructors .ins-main-list {
    margin-bottom: 70px;
  }
}


.home-3.instructors {
  background-image: url(../image/mj.png) ;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
  margin-bottom: 50px;
 
}
.home-3.instructors .section-title.borderline::after {
  background-color: #fff;
}
.home-3.blog-article .article-list .article-content .article-avatar {
  left: 30px;
  right: inherit;
}
.home-3.blog-article .article-list .article-content .artl-bottom {
  padding: 15px 30px;
}

.banner-main.banner-3 .slide-contain {
  max-width: 80%;
  margin: 0 auto;
}
.banner-main.banner-3 .slider .slick-prev,
.banner-main.banner-3 .slider .slick-next,
.banner-main.banner-3 .slider .slick-prev:hover,
.banner-main.banner-3 .slider .slick-next:hover {
  background: transparent;
}
.banner-main.banner-3 .slick-prev:before,
.banner-main.banner-3 .slick-next:before {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.5098039216);
}


   .gallery1 {
      display: grid;
      grid-template-columns: repeat(5, 1fr); /* 5 kolona */
      gap: 15px; /* hapësirë mes fotove */
      padding: 20px;
    }

    .gallery1 img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }

    .gallery1 img:hover {
      transform: scale(1.05);
    }

     .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px;

  
  }
  .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 140s linear infinite;

  }
  .marquee .content {
    opacity: 0.05;
    line-height: 1.2
  }
  @keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-30%)
    }
  }
  
  

  
      .contact-info {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(200, 200, 200, 0.6);
        
    }
    .contact-info .item {
        border-right: 1px solid rgba(200, 200, 200, 0.6);
    }
    .contact-info .item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background:#343B66;
        margin: 0 auto 25px;
        width: 70px;
        height: 70px;
        min-width: 70px;
        border-radius: 50%;
    }
    .contact-info .item .icon i {
        color: #ffffff;
        font-size: 26px;
    }
    .contact-info .item h5 {
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 14px;
        font-family: 'Gilda Display', serif;
        color: #000000;
        height: 400;
    }
    .contact-info .item p {
        margin-bottom: 2px;
        font-family: 'Gilda Display', serif;
    }
    
    @media screen and (max-width: 991px) {

      .abb::before {
    
      display: none;
       
    }
        
        .contact-info {
          display: unset !important;
          border-bottom: none !important;
        }
        .contact-info .item {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid rgba(200, 200, 200, 0.6);
          padding-bottom: 40px;
          margin-bottom: 40px;
        }

        .con21{
            width: 100%  !important;
            
        }
        .l1{
            display: none;
        }
        .background-text {
    top: 90%;
    left: 0%;
font-size: 70px;
        }    
        .home-3{
            margin-bottom: 0px !important;
            padding: 0px;
        }
        .gallery1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fff{
    text-align: left !important;
  }
}



 .card {
      transition: 0.3s;
    }
    .card:hover {
      transform: scale(1.02);
    }

    .mater{
      padding: 70px 0px ;
    }

    .card-img-top {
  height: 250px;
  object-fit: cover;
}
.card-title{
    font-size: 22px;
    padding-top: 10px;
}


.course-section {
  background: #f9f9f9;
  padding: 60px 0;
}

.course-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: transform 0.3s;
}

.course-card:hover {
  transform: translateY(-5px);
}

.course-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.course-content {
  padding: 20px;
}

.course-content h4 {
  margin-bottom: 15px;
  color: #333;
}

.course-content ul {
  list-style: none;
  padding-left: 0;
}

.course-content ul li {
  padding: 5px 0;
  font-size: 17px;
  color: #555;
}



 /* testimin */


  .testimonials{
background-color: #fffaf3;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
padding-bottom: 70px;
padding-top: 80px;
  }
  
  
  .testimonials-section{
    background: #2F4137;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .testim {
    width: 100%;
    position:relative;
    top: 0%;
  color: #000000;
  }
  
  .testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
  }
  
  .testim .arrow {
    display: block;
    position: absolute;
    color: #06234D;
    cursor: pointer;
    font-size: 2em;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
  }
  
  .testim .arrow:before {
    cursor: pointer;
  }
  
  .testim .arrow:hover {
    color: rgb(0, 0, 0);
  }
    
  
  .testim .arrow.left {
   bottom:300px;
    left: 700px;
  }
  
  .testim .arrow.right {
    right: 70px;
    bottom:300px;
  }
  
  .testim .dots {
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
  }
  
  .testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #06234D;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
  }
  
  .testim .dots .dot.active,
  .testim .dots .dot:hover {
    background: #06234D;
    border-color: #06234D;
  }
  
 
    
  .testim .cont {
    position: relative;
    overflow: hidden;
  }
  
  .testim .cont > div {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
  }
  
  .testim .cont > div.inactive {
    opacity: 1;
  }
    
  
  .testim .cont > div.active {
    position: relative;
    opacity: 1;
  }
    
  
  .testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
  }
  
  .testim .cont div h2 {
    font-family: "Cormorant Garamond", serif;
    color: #06234D;
    font-size: 25px;
    margin: 15px 0;
  }
  
  .testim .cont div p {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    color: #000000;
    width: 100%;
    margin: auto;
  }
  

  .testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
  }
  
  .testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
  }



  
  @-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
  }
  