/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 13, 2022, 1:27:33 AM
    Author     : ANMOL
*/

           .testimonial-sec{
    padding: 200px 0;
    background-color: #33c9dd;
}

#testimonial-header-svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: rotateX(180deg);
    height: 200px;
}

#testimonial-foot-svg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
    height: 200px;
}

.testimonial-sec .testimonial-title .sub-heading{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 18px;
}

.testimonial-sec .testimonial-title .heading{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 36px;
    margin: 15px 0;
}

.testimonial-sec .testimonial-title .heading span{
    color: #ffffff;
}

.testimonial-sec .testimonial-area .testimonial-carousel{
    margin-top: 70px;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .icon-holder{
    display: block;
    margin-bottom: 30px;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .icon-holder i{
    color: #ffffff;
    font-size: 32px;
    display: inline-block;
    font-style: italic;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .text{
    color: #ffffff;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .img-holder{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .img-holder img{
    border-radius: 50%;
    width: 100%;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .user-name{
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    text-transform: initial !important;
}

/* ===================================
            Event sec css
====================================== */

.event-sec{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23d0c7c8' stroke-width='10' stroke-opacity='0.08'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}
.event-sec .heading-area{
    margin-bottom: 50px;
}
.event-sec .events-cards{
    padding-left: 0;
}
.event-sec .events-cards .card-li{
    list-style: none;
    margin-bottom: 10px;
}
.event-sec .events-cards .card-li .card-header{
    padding: 0 !important;
    background-color: #fff;

}
.event-sec .events-cards .event-card .event-date-area{
    /*border-right: solid 1px #000000;*/
    padding: 20px;
    background-color: #EEEEEE;
}
.event-sec .events-cards .event-card .event-date-area .event-date{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #6479bf;
}
.event-sec .events-cards .event-card .event-date-area .event-month{
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.event-sec .events-cards .event-card .event-des{
    padding: 20px;
}
.event-sec .events-cards .event-card .event-des .event-title{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px;
}
.event-sec .events-cards .event-card .event-des .event-location{
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}
.event-sec .events-cards .event-card .event-des .event-location i{
    margin-right: 5px;
    color: #6479bf;
}
.event-sec .events-cards .event-card .event-des .event-detail{
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    opacity: .8;
}
.event-sec .card{
    background-color: transparent;
    border: none !important;
}
.event-sec  .c-btn{
    /*font-size: 20px;*/
    color: #000000;
    background-color: #FFFFFF;
    border: none;
    padding: 0;

}
.event-sec .e-counter-row{
    overflow: hidden;
    margin-top: 10px;
}
.event-sec .event-counter{
    background-color: #6479bf;
    padding: 20px 10px;
}
.event-sec .event-counter .count-card{
    display: inline-block;
    min-width: 130px;
    padding: 20px 10px;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 15px;
}
.event-sec .event-counter .count-card span{
    color: #FFFFFF;
    display: block;
    font-size: 16px;
}
.event-sec .event-counter a.readbtn{
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    margin-left: 12px;
}
.event-sec .event-counter a.readbtn i{
    display: block;
}
/* ===================================
           event spaces sec css
====================================== */
.event-sec .img-space{
    position: relative;
}
.event-sec .img-space img{
    width: 100%;
}
.event-sec .img-space .overlay-spaces{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.57);
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    transition: .8s ease;
    cursor: pointer;
}
.event-sec .img-space i{
    color: #FFFFFF;
    font-size: 60px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: 1s ease;
    cursor: pointer;
}
.event-sec .img-space:hover .overlay-spaces{
    bottom: 0;
}
.event-sec .img-space:hover i{
    opacity: 1;
}