.event_block {
   padding: 13px;
    padding-bottom: 0;
    background-color: #0d1f35;
    position: relative;
    overflow: hidden;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin-bottom: 30px;
}
.event_img:before,
.event_img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
    opacity: 0;
    background-color:#0d1f35;
    transform: rotate(90deg);
    transform-origin: 100% 100%;
	z-index: 11;
}
.event_img:after {
    top: initial;
    left: initial;
    right: 0;
    bottom: 0;
    transform-origin: 0 0;
}
.event_img .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.event_img .img-overlay:before,
.event_img .img-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 50%;
    width: 50%;
    opacity: 0;
    background-color:#0d1f35;
    transform: rotate(-90deg);
    transform-origin: 0 100%;
}
.event_img .img-overlay:after {
    top: initial;
    right: initial;
    left: 0;
    bottom: 0;
    transform-origin: 100% 0;
}
.event_block:hover .event_img:before,
.event_block:hover .event_img:after,
.event_block:hover .img-overlay:before,
.event_block:hover .img-overlay:after {
    opacity: .90;
    transform: rotate(0deg);
}
.transition,
.event_img:before,
.event_img:after,
.event_img .img-overlay:before,
.event_img .img-overlay:after {
    transition: all .4s ease;
}

.event_block .event_caption {
    padding: 10px 0px 0px;
    position: absolute;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    display:none;
	transition: all .4s ease;
}
.event_block:hover .event_caption{
	display:flex;
	transition: all .5s ease;
}
.event_block:hover .event_caption {
    display: flex;
    transition: all .5s ease;
    z-index: 1111111;
    color: #fff;
}
.event_block:hover .event_caption .event_text h5 {
    color: #fff;
}
.relative {
    position: relative;
}
.header-icon-img.f-left img {
    position: relative;
    top: -3px;
}
.event_block .event_img img {
   border-radius: 0;
    height: 345px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
    padding-bottom: 12px;
    transform: scale(1);
}
.Event-Main-Section_N_M .event_block .event_img img {
    border-radius: 0;
    height: 320px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    padding-bottom: 12px;
    transform: scale(1);
}
.event_text h5 {
    margin-top: 5px;
    font-size: 23px;
    line-height: 30px;
	 text-transform: capitalize;
}
.tag_badge.style_3 {
    border-radius: 8px;
}
.bg-thm-color-four {
    background-color: #fff;
}
.event_block .event_caption .event_text {
    margin-right: 20px;
}
.event_block .event_caption .event_btn {
    margin-bottom: 20px;
}
section.event-main-section-NAVM {
    background: #f5f5f5;
    padding: 100px 0;
}
.thm-btn {
    font-size: 14px;
    font-weight: bold;
    color: #FCA8B6;
    display: inline-flex;
    align-items: center;
    background: #0d1f3512;
    border: none;
    padding: 16px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.5s all;
}

.hero-area .slick-initialized .slick-slide {
    display: block;
    background: #d3d3d3 !important;
    background-color: #f7fbff;
    padding: 0;
}
header.header-transparent.header-1 {
    padding-top: 8px;
	padding-bottom:8px;
}
.about-area.ab-padding.pos-rel {
    background: #f5f5f5;
    padding: 80px 0 80px;
}
.services-area {
    position: relative;
    z-index: 1;
}
.c-video.pos-rel {
    position: relative;
    z-index: 11;
}
.serve-image {
    height: 350px;
    width: 100%;	
}
.serve-image img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.serve-image:after {
    content: '';
    background: #39476d8a;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.serve-image {
    position: relative;
	overflow: hidden;
}
.serve-box-main:hover img {
    transform: scale3d(1.5, 1.5, 1.5);
    transition: 0.5s all;
}
.serve-box-main img {
    transition: 0.5s all;
}
.server-content-box {
    position: absolute;
    padding: 1rem;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.server-content-box h3 {
    font-family: "heebo";
    padding: 2rem 0 0;
    color: #fff;
    line-height: 52px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
}
.contact_faq_box {
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    padding: 60px;
	box-shadow:0px 1px 30px 1px #ecf2ff;
    align-items: flex-start;
}
.contact_faq_box .icon {
    width: 100px;
    margin-right: 30px;
    position: relative;
    top: 10px;
}
.contact_faq_box .text h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 28px;
    white-space: nowrap;
}
.contact_faq_box .text {
    padding: 24px 0 0px 24px;
}
.viewall-serv {
    padding-top: 2.5rem;
    text-align: center;
}
section.psd-section-download {
    padding: 60px 0;
}
.serve-box-main {
    margin: 15px 0;
}



.Event-Main-Section_N_M .event_img:before, .Event-Main-Section_N_M .event_img:after{
	display:none;
}

.Event-Main-Section_N_M .event_text h5 {
    margin-top: 0;
    font-size: 17px;
    line-height: 22px;
}
.Event-Main-Section_N_M .event_block .event_caption {
    padding: 10px 0px 0px;
    position: relative;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding: .5rem;
    display: block;
    height: 25vh;
    transition: all .4s ease;
}
.Event-Main-Section_N_M .event_block {
    background-color: #fff;
}
.Event-Main-Section_N_M .event_block:hover .event_caption .event_text h5 {
    color: #000;
}

.test-active .slick-track {
    margin-left: 0;
}
section.event-page-section-main {
    display: none;
}
.aboutmain-page {
    padding: 0px !important;
}

.page-template-templates .blog-area.grey-bg.pt-100.pb-90 {
    display: none;
}