*{
    margin: 0;
    padding: 0;
}
body{
    /* background-image: url('background-large.jpg'); */
    background-image: url('../images/background-large.jpg');
    font-family: "Montserrat", sans-serif;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}
/* hero section strat */
.heroimage{
    width: 100%;
}
.heroimage span{
    display: block;
    
}
.heroimage span img{
    width: 100%;
}
.heromain{
    position: relative;
}
.swiper {
    width: 100%;
    /* height: 300px; */
    
  }
 
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color:#fff;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    position: absolute;
    left: -44px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    position: absolute;
    left: 44px;
}
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color:#fff;
}

/*.nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 10px;
    width: 100%;
    align-items: center;
    z-index: 1;
}*/

.nav {
    display: flex;
    justify-content: space-between;
    position: fixed; /* Changed to fixed for sticky effect */
    top: 0; /* Aligns it to the top */
    width: 100%;
    align-items: center;
    z-index: 1000; 
    padding: 10px 0;
    transition: 0.5s all ease-in;
    

}



/* Background color after scrolling more than 100px */
.nav.scrolled {
    background-color: black;  /* Background color black after scroll */
    transition: 0.5s all ease-in;
}





.logo{
    width: 30%;
    padding-left: 50px;
}
.logo span{
    display: block;
    width: 30%;
}
.logo span img{
    width: 100%;
}
.navmenu ul{
    display: flex;
    margin-left: -500px;
    
}
.navmenu ul li{
    list-style: none;
    position: relative;
}

.navmenu ul li{
    list-style: none;
    padding: 25px;
    transition: 0.5 all ease-in;

}
/* .menu ul li a{
    list-style: none;
    text-decoration: none;
} */
.drop1{
    position: absolute;
    top:70px;
    left: 15px;
    width: 168px;
    background-color:#000;
    display: none;
    z-index: 3;
    color:black;
    
}

.drop1 ul{
    display: block;
    margin: 0;
    padding: 0;
}
.drop1 ul li{
    padding: 15px;
    border-bottom: 1px solid #c2e71f;
    

}
.navmenu ul li:hover .drop1{
    display: block;
    
    
}
.navmenu li a{
    text-decoration: none;
    color: #ffff;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 15px;
    font-weight: 700;
}
.navmenu li a:hover{
    color: #c2e71f;
}
.menuiccon .fa-magnifying-glass{
    color:#fff;
    font-size: 25px;
    cursor:pointer;
    margin-left: -55px;

}
.focustext{
    width: 50%;
    position:absolute;
    top:300px;
    left:300px;
    z-index: 1;
  
}
.focustext h1{
    font-size: 80px;
    color: #ffff;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    position: relative;
}
.focustext h1::after {
        content: '';
        width: 269px;
        height: 41px;
        background-color: #c2e71f;
        position: absolute;
        top: 28%;
        z-index: -1;
        left: 0%;
}
.foucsbtn{
    position: absolute;
    top:550px;
    left:310px;
    z-index: 1;
}

.foucsbtn a{
    background-color: black;
    text-decoration: none;
    color:#c2e71f ;
    padding: 18px 45px 18px 45px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    transition: 0.5s all ease-in-out;
}
.foucsbtn a:hover{
    background-color: #c2e71f;
    color:#000;
    transition: 0.5s all ease-in-out;

}



.owl-nav{
    display: none;
}
/* end hero section */
/* start card section */
.card{
    position:absolute;
    top:80%;
    left: 18%;
    z-index: 1;
}
.container1{
    width: 1200px;
    padding: 15px 0;
    margin: auto;
    box-sizing: border-box;
}
.container{
    width: 1400px;
    padding: 15px 0;
    margin: auto;
    box-sizing: border-box;
}
.cardmain{
    display: flex;
    justify-content: space-between;
}
.display-card{
    width: 21%;
    text-align: center;
    box-shadow: 1px 2px 5px #b4afaf;
    border-radius: 5px;
    padding: 50px;
    background-color: #ffff;
    transition: 0.5s all ease;

    
    


}

.display-card:hover {
    transition: 0.5s all ease;
    background-color: #c2e71f;
    color: #000;
    transform: scale(1.1);
    transition: 0.5s all ease;
    
}
.display-card:hover .card-img1 {
    display: block;
    transition: 0.9s all ease;

}
.card-img, .card-img1{
    transition: opacity 0.5s ease-in-out;

}
.card-img {
    margin-bottom: 22px;
    position: relative;
    opacity: 1;
    z-index: 1;

}

.card-img1 {
    position: absolute;
    top:0%;
    left: 29%;
    display: none;
    transition: 0.9s all ease;


}



.display-card a:hover{
    color: #ffffff;
    transition: 0.5s all ease;
}

.display-card h2{
    margin-bottom: 22px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 21px;
}
.display-card p{
    margin-bottom: 22px;
}
.display-card a{
    /* text-decoration: none; */
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: black;
    font-size: 14px;
    font-weight: 700;
    
}
/* end card */
.classes-body{
    margin-top: 280px;
}
.classes-body h1{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 50px;
    text-align: center;
    
}
.classes h1{
    position: relative;
}
.classes h1::after{
    content: '';
        width: 260px;
        height: 25px;
        background-color: #c2e71f;
        position: absolute;
        top: 52%;
        z-index: -1;
        left: 32%;
}
.table-btn{
    width: 43%;
    display:flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 100px;
}
.table-btn a{
    text-decoration: none;
    
}



.link1 a{
    background-color: #c2e71f;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    color: black;
    font-weight: 600;
    transition: 0.5s all ease-in-out;
    
}
.link1 a:hover{
    background-color:black;
    color:  #c2e71f;
    transition: 0.5s all ease-in-out;
}

.link2 a{
    background-color: black;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #c2e71f;
    font-weight: 600;
    transition: 0.5s all ease-in-out;
}
.link2 a:hover{
    background-color: #c2e71f;
    color: black;
    transition: 0.5s all ease-in-out;
}
.link3 a{
    background-color: black;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    color:#c2e71f;
    font-weight: 600;
}
.link4 a{
    background-color:black;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    color:#c2e71f;
    font-weight: 600;
}
.classes{
    margin-bottom: 50px;
}
#classes1{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border-style: hidden;
    /* display:none; */
}
#classes1 th{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #e4e3e3da;
}
#classes1 td{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Montserrat", sans-serif;
    /* font-style: italic; */
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #e4e3e3da;
    
}
#classes1 tr{
    background-color: #ffff;
}
#classes1 tr:nth-child(even){background-color:#D2FF72;}
/* table-2 */
#classes2{
    display:none;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border-style: hidden;
    
}
#classes2 th{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #e4e3e3da;
}
#classes2 td{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Montserrat", sans-serif;
    /* font-style: italic; */
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #e4e3e3da;
    
}
#classes2 tr{
    background-color: #ffff;
}
#classes2 tr:nth-child(odd){background-color:#D2FF72;}
/* table-3 */
#classes3{
    display:none;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border-style: hidden;
    
}
#classes3 th{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #e4e3e3da;
}
#classes3 td{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Montserrat", sans-serif;
    /* font-style: italic; */
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #e4e3e3da;
    
}
#classes3 tr{
    background-color: #ffff;
}
#classes3 tr:nth-child(even){background-color:#D2FF72;}
/* table-4 zumba */
#classes4{
    display:none;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border-style: hidden;
    
}
#classes4 th{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #e4e3e3da;
}
#classes4 td{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Montserrat", sans-serif;
    /* font-style: italic; */
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #e4e3e3da;
    
}
#classes4 tr{
    background-color: #ffff;
}
#classes4 tr:nth-child(odd){background-color:#D2FF72;}
/* end classes table */

/*end table*/
.workout{
    margin-bottom: 900px;
    margin-top: 100px;
}
.work{
/*    display: flex;*/
position: relative;

}
.work-txt{
    width: 45%;
    position: absolute;
    z-index: 2;
    margin-top: 14%;

}
.work-txt h1{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 58px;
    position: relative;
    
}
.work-txt h1::after{
    content: '';
        width: 190px;
        height: 30px;
        background-color: #c2e71f;
        position: absolute;
        top: 27%;
        z-index: -1;
        left: 0%;
}
.work-img{
    width: 65%;
    position: absolute;
    left:35%;
    top:0;
    box-shadow: 4px 4px 10px #ccc;
}
.work-img span{
    display:block;
}
.work-img span img{
    width: 100%;
}

.play{
    width: 45%;
/*    margin-top: 30px;*/
    /* border-radius: 50%; */
    
    position: absolute;
    top: 143%;
    font-size: 32px;
    
}

.paly-img span{
    width: 120px;
    height: 120px;
    display:block;
    border-radius: 60%;
    background-color: #ffff;
    box-shadow: 6px 6px 4px #ccc;
}
.paly-img span img{
    width: 100%;
}
.play-icon {
    position: absolute;
    top:35%;
    left:19%;
    
}
/* .paly-img span:hover{
    background-color: #c2e71f;
} */
 .paly-btn{
    position: absolute;
    background-color: black;
    color: #c2e71f;
   
    
 }
 .play-btn a{
    position: absolute;
    top:172%;
    left:25%;
    padding: 20px 25px 20px 25px;
    text-decoration: none;
    background-color: black;
    color: #c2e71f;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 16px;
    transition: 0.5s all ease-in-out;
 }
 .play-btn a:hover{
    background-color: #c2e71f;
    color: #000;
    transition: 0.5s all ease-in-out;
 }
/* end play*/
.testimonial{
    margin-bottom: 150px;
    position: relative;
}
/* .drum-img{
    position: relative;
} */
.drum1 img{
    position:absolute;
    right:0%;
    top:0%;
/* transform: translateY(50%);     */

    animation: drum 8s infinite alternate; /* Apply animation */
}
.drum2 img{
    position:absolute;
    left:0%;
    top:0%;
    /* transform: translateY(50%);   */
    animation: move 8s infinite alternate; /* Apply animation */
}
/* animation-dram image start */

@keyframes move {
    0% {
        /* transform: translateY(50%); Original position */
        left:5%;
        top:0%;
        
    }
    50% {
        /* transform: translateY(100%); Move up by 50% */
        left:5%;
        top:30%;
    }
    100%{
        left:5%;
        top:0%; 
    }
}
@keyframes drum {
    0% {
        /* transform: translateY(50%); Original position */
        right:5%;
        top:0%;
        
    }
    50% {
        /* transform: translateY(100%); Move up by 50% */
        right:5%;
        top:30%;
    }
    100%{
        right:5%;
        top:0%; 
    }
}


/* animation-dram image end */

.say-top{
    position:relative;
    

}
.quot-img{
    position: absolute;
    left:60%;
}
.say-txt{
    position: absolute;
    left: 33%;
    
    margin-top: 38px;
    width: 35%;

}
.say-txt h1{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 50px;
}
.test1{
margin-top: 200px;
text-align: center;

}
.test1 p{
    width: 70%;
    font-size: 20px;
    line-height: 35px;
    margin-left: 200px;

}
.test1 h3{
    margin-top: 50px;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;


}
.test-img1{
    width: 10%;
    margin-left: 613px;
    margin-bottom: 20px;
    
}
.test-img1 span{
    display:block;
    margin: 0;
}
.test-img1 span img{
    width: 140px;
    border-radius: 50%;
    height: 140px;
}

.fa-chevron-left{
    background-color: black;
    padding: 15px;
    color: #c2e71f;
    cursor: pointer;
}
.fa-chevron-right{
    background-color: black;
    padding: 15px;
    color: #c2e71f;
    cursor: pointer;
}
.nav-icon{
    text-align: center;
}
/* end testimonial */

/* start offer */


.offer {
    position: relative;
    margin-bottom: 150px;
    background-image: url('../images/px.png'); /* Path to your image */
    background-size: cover; /* Adjusts the image to cover the entire div */
    background-position: center; /* Centers the image in the div */
    background-repeat: no-repeat; /* Ensures the image doesn't repeat */
    width: 100%; /* Adjust according to your layout */
    height: 600px; /* Adjust height as needed */
    
    background-attachment: fixed;
}

.offer-imge{
    width: 100%;
    
}
.offer-imge span{
    display:block;
}    
.offer-imge span img{
    width: 100%;
}
.box-imge{
    position:absolute;
    top:16%;
    left:5%;
    
    z-index: 1;
}
.box-txt{
    width: 60%;
    position:absolute;
    top:14%;
    left:9%;
    background-color: #ffff;
    padding:30px;
    text-align: center;
    

}
.box-txt h5{
    margin-bottom: 40px;
    background-color: #c2e71f;
    padding: 15px 0 15px 0;
}
.box-txt h1{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 35px;
}
.box-txt h4{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
}
.off-txt{
    width: 60%;
    position: absolute;
    top: 34%;
    left: 24%;
    text-align: center;
}
.off-txt h1{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 80px;
    text-align: center;
    color: #ffff;
    margin-bottom: 80px;


}
.off-txt a{
    text-decoration: none;
    background-color: black;
    padding: 15px 35px 15px 35px ;
    color: #c2e71f;
    transition: 0.5s all ease-in-out;
}
.off-txt a:hover{
    background-color: #c2e71f;
    color: #000;
    transition: 0.5s all ease-in-out;
}

/* end offer */
/* start pricing */
.pricing{
    margin-bottom: 150px;
}
.pricing-txt{
    text-align: center;
}
.pricing-txt h1{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 50px;
    margin-bottom: 20px;

}
.pricing-txt p{
    width: 50%;
    margin-left: 350px;
    margin-bottom: 50px;
}
.pricing-card{
    display: flex;
    justify-content: space-between;
}
.pri-card{
    width: 30%;
    text-align: center;
}
.pri-head{
    background-color: #c2e71f;
    padding: 30px 0 30px 0;
    margin-bottom: 40px;
    
}
.pri-head h2{
    margin-bottom: 10px;
}
.price{
    width: 14%;
    background-color: #999999;
    border-radius: 50%;
    padding: 20px;
    margin-left: 160px;
    margin-bottom: 30px;
}

.price h1{
    margin-bottom: 10px;

}
.price p{
    font-size: 10px;
}
.pri-card{
    border: 1px solid #ccc;
}
.pri-list{
    margin-bottom: 20px;
}


.pri-list p{
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    padding: 10px;
}
.pri-btn {
    width: 25%;
    
    background-color: black;
    /* color: #fff; */
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 145px;
    /* transition: color 0.5s; Transition for text color */
}
.pri-btn a{
    text-decoration: none;
    color: #c2e71f;
    /* transition: color 0.5s; Transition for text color */
    
}
.pri-btn:hover {
    background-color:#c2e71f; /* Darker button color on hover */
    transition: 0.5s all ease-in;
    
}

.pri-btn:hover a {
    color: #000; /* Change text color on hover */
    transition: 0.5s all ease-in;
    
}


/* start galary */


/*new*/
.gallery {  
    margin-bottom: 150px;  
    /* display:none; */
}  

.gallery-image {  
    display: flex;  
    flex-wrap: wrap;  
}  

.gal {  
    width: 25%; 
    overflow: hidden; 
}  

.gal span {  
    display: block;  
}  

.gal span img {  
    width: 100%;  
    margin: 0;  
    display: block;  
    transition: transform 0.3s ease, filter 0.3s ease; /* Add transition effect */  
}  

.gal span img:hover {  
    transform: scale(1.05); /* Scale up slightly when hovered */  
    filter: brightness(90%); /* Darken the image slightly */  
}  

.lightbox {  
    display: none; /* Hidden by default */  
    position: fixed;  
    z-index: 1000;  
    padding-top: 100px;  
    left: 0;  
    top: 0;  
    width: 100%;  
    height: 100%;  
    overflow: hidden;  
    background-color: rgba(0, 0, 0, 0.9);  
}  

.lightbox-content {  
    position: relative;  
    margin: auto;  
    max-width: 800px;  
}  

.lightbox-image {  
    width: 100%;  
    max-height: 80vh;  
    margin: auto;  
    display: none; /* Hidden by default */  
}  

.close {  
    position: absolute;  
    top: 10px;  
    right: 25px;  
    color: white;  
    font-size: 35px;  
    font-weight: bold;  
    cursor: pointer;  
}  

.prev, .next {  
    cursor: pointer;  
    position: absolute;  
    top: 50%;  
    width: auto;  
    padding: 16px;  
    color: white;  
    font-weight: bold;  
    font-size: 18px;  
    transition: 0.6s ease;  
    user-select: none;  
}  

.prev {  
    left: 0;  
}  

.next {  
    right: 0;  
}


/*trainers start*/

.train-txt{
    width: 80%;
    text-align: center;
    margin-left: 170px;
     margin-bottom: 80px;

}
.train-txt h1{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 60px;
    margin-bottom: 30px;
    position: relative;
}
.train-txt h1::after{
    content: '';
        width: 490px;
        height: 30px;
        background-color: #c2e71f;
        position: absolute;
        top: 52%;
        z-index: -1;
        left: 13%;
}

.trainers-teams{
   display:flex;
   justify-content: space-between;
   
}


.team {
    width: 30%;
    box-shadow: 2px 2px 10px #ccc;
    position: relative;
    overflow: hidden; /* Ensure no overflow from the team element */
}

.team-name, .team-name1, .team-name2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d0ea5e;
    opacity: 0; /* Start hidden */
    visibility: hidden; /* Start hidden */
    transition: opacity 0.5s ease-in, visibility 0s 0.5s; /* Transition for opacity and visibility */
}

.team:hover .team-name,
.team:hover .team-name1,
.team:hover .team-name2 {
    opacity: 0.8; /* Show on hover */
    visibility: visible; /* Make it visible */
    transition: opacity 0.5s ease-in; /* Transition for hover */
}

.team-name h1, .team-name1 h1, .team-name2 h1 {
    margin-top: 300px;
    margin-left: 50px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
}

.link-icon, .link-icon1, .link-icon2 {
    margin-left: 50px;
}

.team span {
    display: block;
    padding: 0;
}

.team span img {
    width: 100%;
    margin: 0;
    display: block;
    transition: all 0.5s ease-in; /* Add transition for image if needed */
}



.trainers{
margin-bottom: 150px;
}
/* end team */
/* start map */
iframe{
    width: 100%;
    height: 480px;
    color: #999999;
}
.location{
    position: relative;
    margin-bottom: 150px;
}
.map{
    
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: 50px;
}
.pin_img{
    position: absolute;
    top:22%;
    left:48%;
    }

   
.conta_form form {
    display: block;

}
.contact-form {
    display: flex;
    flex-direction: column;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
button {
    background-color:BLACK;
    color: #c2e71f;
    border: none;
    padding: 15px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 25%;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    transition: 0.5s all ease-in;
}

button:hover {
    background-color:#c2e71f;
    color: #000;
}
.conta_form{
    width: 48%;
}
.contact{
    display:flex;
    justify-content: space-between;
}
.con{
    width: 48%;
}
.con-icon{
    display: flex;
    /* justify-content: space-between;  */
     width: 35%;
    /* margin-top: 15px; */
}
.ibox{
    margin-left: 10px;
}
.con-txt{
    margin-bottom: 30px;
}
.con-txt h1{
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    margin-bottom: 20px;
}
/* location end */
/* start footer */
.footer{
    background-color: #000;
}
.footer-item{
    margin-top:80px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
.footer1{
    width: 30%;
}
.footer1 p{
    color:#808080;
    margin-bottom: 25px;
    line-height: 30px;
    width: 80%;
    font-size: 14px;
    margin-left: 10px;
}
.footlogo{
    width: 50%;
    margin-bottom: 25px;
    margin-left: 10px;
}
.footlogo span{
    display:block;
}
.footlogo span img{
    width: 100%;
}
.sicon{
    color: #fff;
    /* margin-left: 20px; */
    width: 38%;
    /* padding: 20px; */
    font-size: 20px;
    border: 1px solid #ffff;
    text-align: center;
    border-radius: 60px;
    margin-left: 9px;
    padding: 8px;
}
    
.sicon:hover{
    background-color: #c2e71f;
    color: #000;
    transition: 0.5s all ease-in;
    cursor: pointer;
}

.social-icon {
    width: 50%;
    display:flex;
    justify-content: space-between;
    
}
.contact-us h1{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    margin-bottom: 30px;
    font-size: 20px;
}
.ibox-p{
    color:#808080;
    margin-left: 15px;
}
.icon-box{
    margin-bottom: 15px;
    display:flex;
    
}
.use-link{
    margin-bottom: 25px;
}
.use-link a{
    /* text-decoration: none; */
    color:#fff;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 700;
   
}
.use-link a:hover{
    color: #c2e71f;
    transition: 0.5s all ease;
}
.news{
    /* width: 30%; */
    display:flex;
    justify-content: space-between;
}
.news-img{
    width: 45%;
}
.news-img span{
    display:block;
}
.news-img span img{
    width: 100%;
}
.footer2{
    width: 20%;;

}
.footer3{
    width: 20%;;

}
.footer4{
    width: 20%;;

}
.calender{
    display:flex;
    justify-content: space-between;
}
.news-date h2{
    color:#808080;
    font-size: 10px;
}
.news-heading p{
    color:#fff;
    font-size:8px;
}
/* end footer */
.footer-bottom h4{
    color:#808080;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}


/*scroll to top css*/

#button {
  display: inline-block;
  background-color:#fff;
  border: 2px solid #ccc;
  width: 55px;
  height: 55px;
  /* box-shadow: 2px 2px 13px #808080; */
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #c2e71f;
}
#button:hover {
  cursor: pointer;
  background-color: #000;
  color:#c2e71f;
}
#button:active {
  background-color: #fff;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}


/*scroll to top end*/
.swiper-wrapper{
    /* overflow: hidden; */
    margin: 0 auto;
    width: 100%;
}



/*owl carousal animation*/

@keyframes zoomOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

.owl-item {
    animation-duration: 2s;
}

.zoomOut {
    animation-name: zoomOut;
}


/*owl carousal animation*/