﻿.moreevent.ShowSection {
    background: #fff;
    padding: 0px 0 20px 0;
}

.moreevent.ShowSection .Main-Heading {
    padding-left: 15px;
}

.moreevent.ShowSection .post {
    box-shadow: 0px 0px 13px -4px #000;
    height: 460px;
    position: relative;
    margin-bottom: 30px;
}

.moreevent.ShowSection .ShowSectionSlider .post {
    box-shadow: 0px 0px 13px -4px #000;
    height: 430px;
    position: relative;
    margin-bottom: 30px;
    width: 94%;
    margin-left: 13px;
}

.moreevent.ShowSection .post .content {
    padding: 1px 20px 20px 20px;
}

.moreevent.ShowSection .post .content .author {
    color: #b01f35;
}

.moreevent.ShowSection .post .content .WebsiteUrl {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 88%;
    transform: translate(-50%, -50%);
}

.moreevent.ShowSection .post .content .WebsiteUrl a.showmore-button.showmore-buttonNew {
    padding: 6px 24px 6px 24px;
    font-size: 16px;
}

.ShowDescription,
.ShowDescription p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}


/**/


.MainWrapperInnerBox:hover .HoverContent_ {
    bottom: 0px;
}

.HoverContent_ {
    position: absolute;
    background: #b01f35;
    bottom: -68%;
    padding: 0px 10px 32px 12px;
    height:270px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.HoverContent_ a.Button-Red {
    background: #fff !important;
    color: #b01f35 !important;
    text-align: center;
    margin: 3px 0 0 0;
}

.HoverContent_ a.Button-Red:hover {
    background: transparent !important;
    color: #fff !important;
    border-color: #fff;
}

.HoverContent_:before {
content: "";
position: absolute;
background: #b01f35 url(../images/CRU-Element.png?v=1.2) no-repeat;
background-position: right;
width: 100%;
top: -40px;
left: 0;
height: 100px;
-webkit-transform: skew(0deg, 7.5deg);
-ms-transform: skew(0deg, 7.5deg);
transform: skew(0deg, 7.5deg);
-webkit-transform-origin: bottom right;
-ms-transform-origin: bottom right;
transform-origin: bottom right;
z-index: 1;
}

.MainWrapperInnerBox {
    position: relative;
}

.HoverContent_ h3 {
    position: relative;
    z-index: 99;
    color: #fff;
    margin: -20px 0 23px 0;
    font-size: 20px;
}

.MainWrapperInnerBox .HoverContent_ p {
    color: #fff;
    font-size: 16px;
    margin: 26px 0 28px 0;
    position: relative;
    z-index: 999
}

.MainWrapperInnerBox:hover .HoverContent_ em {
    transform: rotate(184deg);
}

.HoverContent_ em {
    position: absolute;
    color: #fdfdfded;
    z-index: 999;
    right: 20px;
    top: -14px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.MainWrapperInnerBox {
    overflow: hidden;
    height: 360px;
}

/**/

.about-home {
    position: relative;
    margin-left: 90px
}

.mt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.mt-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    transition: all 7s ease-in-out 0s;
    -moz-transition: all 7s ease-in-out 0s;
    -webkit-transition: all 7s ease-in-out 0s;
    -o-transition: all 7s ease-in-out 0s;
}

.mt-img-effect.zoom-slow:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.about-home:before {
    content: "";
    position: absolute;
    width: 218px;
    height: 386px;
    right: 112px;
    bottom: 22px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 30px solid rgba(191, 191, 191, .1);
    z-index: -1;
}

.about-home:after {
    content: "";
    position: absolute;
    top: 90px;
    left: -54px;
    width: 68%;
    height: 84%;
    background-color: transparent;
    border: 30px solid rgba(191, 191, 191, .1);
    z-index: -1;
}

.about-home-right p {
    color: #fff;
    margin: 10px 0 18px 0;
    font-size: 16px;
}

.about-home-right span.Sub-Heading-Blue {
    color: #fff;
}

.about-home-right {
    margin-right: 53px;
    margin-left: -125px;
    margin-top: 50%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    padding: 24px 15px 20px 15px;
    height:272px;
}

.about-home-right {
    margin-right: 53px;
    margin-left: -125px;
    margin-top: 50%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    background: #b01f35;
    padding: 24px 10px 20px 10px;
    height: 272px;
}

.about-home-right.about-right-v2 {
    margin-left: 0;
    margin-top: 0;
    min-height: 375px
}



.DarkSection {
    background: #141414 !important;
    width: 86.7%;
    margin: 0 auto;
    padding: 16px 0 12px 0;
    margin-bottom: 20px;
}

.about-home-right a.Button-Red {
    background: #fff !important;
    color: #b01f35 !important;
    text-decoration: none !important
}

    .about-home-right a.Button-Red:hover {
        background: transparent !important;
        color: #fff !important;
        border-color: #fff !important;
    }

@media only screen and (max-width:1200px) {
    .about-home-right.about-right-v2 {
        margin-top: 30px;
        margin-top: 0;
        min-height: inherit
    }
}

@media only screen and (max-width:991px) {
    .about-home {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:768px) {
    .about-home {
        margin-top: 50px
    }
}

@media only screen and (max-width:420px) {
    .about-home {
        margin-left: 0;
        margin-bottom: 0
    }

    .about-home:after {
        display: none
    }

    .about-home-right {
        margin-top: 15px
    }
}

@media only screen and (max-width:991px) {
    .about-home {
        margin: 0
    }

    .about-home-right {
        margin-left: 0
    }

    .about-home:after {
        top: 90px;
        left: 0;
        width: 100%
    }
}

/**/

.LeftRightSection {
    margin: 50px 0 50px 0;
}

.LeftRightSection .leftSideImage.leftSideImageNew img {
    width: 100%;
}

.LeftRightSection .leftSideImage.leftSideImageNew {
    position: relative;
    text-align: center;
}

.LeftRightSection .leftSideImage.leftSideImageNew:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 32px;
    width: 100%;
    height: 98%;
    background: #323232;
    z-index: -1;
}

.LeftRightSection .leftSideImage.leftSideImageNew a.Button-Red {
    margin: 20px 0 0 0;
}

.LeftRightSection .leftSideImage.leftSideImageNew .video-play-icon {
    top: 42%;
}

.rightSideTextft.rightSideTextftNew {
    background: #f2f2f2;
    padding: 20px 10px 60px 20px;
    display: flex;
    height: 478px;
    flex-wrap: wrap;
    align-items: center;
}

/**/

.CounterSection_.d-flex.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.CounterSection_.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.CounterSection_ .counter {
    padding: 0 20px 20px;
    text-align: center;
    z-index: 1;
    position: relative;
    flex-basis: 18%;
    margin: 0 10px;
}

/*.CounterSection_ .counter .counter-content {
    width: 100%;
    background: #b01f35;
    padding: 25px 0;
    margin-bottom: 15px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-clip-path: polygon(100% 0, 100% 85%, 80% 85%, 70% 100%, 60% 85%, 0 85%, 0 15%);
    clip-path: polygon(100% 0, 100% 85%, 80% 85%, 70% 100%, 60% 85%, 0 85%, 0 15%);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}*/

    .CounterSection_ .counter .counter-content {
        width: 100%;
        background: #323232;
        padding: 20px 0;
        margin-bottom: 7px;
        overflow: hidden;
        z-index: 1;
        position: relative;
        -webkit-clip-path: polygon(100% 0, 100% 85%, 80% 85%, 70% 100%, 60% 85%, 0 85%, 0 15%);
        clip-path: polygon(100% 0, 100% 85%, 80% 85%, 70% 100%, 60% 85%, 0 85%, 0 15%);
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }

/*.CounterSection_ .counter .counter-value {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
}*/

.CounterSection_ .counter .counter-value {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 8px 0;
}

.CounterSection_ .counter .title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 24px;
}

    .CounterSection_ .counter:after {
        content: "";
        width: 100%;
        height: 75%;
        /*background: linear-gradient(to right, #141414, #222);*/
        background: linear-gradient(to right, #b01f35, #b01f35);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: all .3s ease 0s;
    }

.ShowSectionSlider.owl-carousel .owl-stage-outer {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 20px 0;
}

.m-about {
    position: relative;
    z-index: 2;
}

.m-about .item {
    -webkit-box-shadow: 0 10px 40px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 40%);
    margin: 50px;
}


.m-about .about-us-carousel .owl-dots {
    position: absolute;
    bottom: 27px;
    z-index: 9999;
    width: 200px;
    left: 100px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-about .about-us-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin: 4px 5px 0;
}
.m-about .about-us-carousel .owl-dots .owl-dot.active {
    background: #000;
    border: 1px solid #fff;
}

    .m-about:after {
        content: "";
        position: absolute;
        width: 75%;
        height: 75%;
        background-color: #b01f35;
        left: 15px;
        top: 20%;
        z-index: -1;
    }

.m-about-containt.text-black {
    margin-top: 48px;
}

/*New Design CSS*/

.Sample-blog-sec {
    padding: 10px;
    background: rgb(247 247 247 / 90%);
    border-radius: 4px;
    transition: 1s;
}

.Sample-text-border {
    border: 1px solid #dbdbdb;
    padding-bottom: 10px;
    background: #fff;
}

.Sample-text-border .img-box {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.Sample-text-border .img-box img {
    transition: all 700ms ease;
    border-radius: 0 !important;
}

.Sample-caption_ {
    text-align: left;
    -webkit-animation-delay: 5s;
    padding: 8px;
    height: 250px;
}

.Sample-caption_ h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.Sample-caption_ p {
    font-size: 14px;
    margin: 0px 0 10px 0;
    color: #000;
}

.Sample-caption_ .top-but3 {
    padding: 10px 15px !important;
    font-size: 14px;
    line-height: 1.5;
    background-color: #00519e;
    text-decoration: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 2px;
    transition: 0.5s ease-in;
    text-decoration: none;
    display: inline-block;
}

/**/