/* All Section Single */
.Section-Single {
    padding: 80px 10px 0px 10px !important;
}
.Section-Single  h2{
    line-height: 56px !important;
}
.Section-Single  p{
    line-height: 150%;
    width: 95%;
}
.Section-Single img {
    width: 100% !important;
    height: auto !important;
    border-radius: 2px !important;
}
/* All Section Double */
.Section-Double{
    padding: 80px 10px 0px 10px;
}
.Section-Double h2{
    margin: 0px;
}
.Section-Double h3{
    margin: 0px;
}
.Section-Double p{
    line-height: 150%;
    width: 95%;
    margin: 0px;
}
.Section-Double img{
    width: 100% !important;
    height: 310px !important;
    border-radius: 2px !important;
}
/* All Section Triple */
.Section-Triple {
    padding: 80px 10px 0px 10px;
}
.Section-Triple p{
    line-height: 150%;
    width: 95%;
    margin: 0px;
}
.Section-Triple a{
    margin-bottom: : 15px;
}
.Section-Triple img{
    width: 100% !important;
    height: auto !important;
    border-radius: 2px !important;
}
/* All Single Video  */
.Section-Single-Video {
    padding: 80px 10px 0px 10px;
    border-radius: 50px !important;
    object-fit: cover;
    z-index: 1001;
}
.Section-Single-Video video{
    border-radius: 50px !important;
    object-fit: cover;
}
.Section-Single-Video h3{
    
}
.Nav-Banner{
    padding: 25px 0px 25px 0px;
    margin: 0 auto;
    max-width: 1200px;
    background-color: #ffffff;
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);*/
    transition: all 0.3s ease-in-out;
}
/* All Single column for one column and text */
.Single-Column {
    padding: 80px 10px 0px 10px;
    width: 420px !important;
}
/* All Section Testimonials */
.Official_Testimonials {
}
/* All Section Team Member*/
.Team-Member {
    margin: 25px 0px 70px 0px !important; 
}
.Team-Member img{
    width: 440px !important;
    height: 550px !important;
    border-radius: 2px !important;
    object-fit: cover;
}
.Loop_Itempost img{
    
    height: 260px !important;
    object-fit: cover !important;
    object-position: center !important;
}