

.fd::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

.co {
    color: #D2042D;
}

.mt-5 {
    margin-top: 50px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-1 {
    margin-top: 10px;
}


.mb-5 {
    margin-bottom: 50px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-1 {
    margin-bottom: 10px;
}

.to {
    transition: all 0.2s linear;
}

.to:hover {
    color: #D2042D;
}


.text-black {
    color: #000 !important;
}

.pera {
    font-size: 16px;
    font-weight: bold;
    color: black !important;
}

/* .vc--parent::after {
z-index: 1;
} */

.banner--content>* {
    z-index: 100;
}

.service--item:hover .icon {
    color: #D2042D;
}

.about--summery .social .nav>li>a:hover {
    color: #fff !important;
    background-color: #D2042D;
    transform: translateY(-10px);
}

.nav li a {
    font-weight: bold;
    color: #000 !important;
}
.nav li a i{
    font-size:18px;
   
}
.nav li a:hover {
    font-weight: bold;
    color: red !important;
}

.off {
    color: white !important;
    transition: all 0.2s linear;
}

.off.hover {
    color: white !important;
}

.nav li:active a {
    color: red !important;
}

.nav li a:focus {
    color: red !important;
}

.toxix {
    box-shadow: 0px 0px 1.5px #808080;
    padding: 20px;
    transition: all 0.2s linear;
}

.toxix:hover {
    box-shadow: 0px 2px 5px #D2042D;
    transform: translateY(-10px);
    border-radius: 15px;
}

.toxix:hover .cope {
    background-color: #D2042D;
    border: 1px solid white;
}

.toxix:hover .cope i {
    color: white;
}

.cope {
    border: 1px solid red;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: auto;
    transition: all 0.2s linear;
}

.cope i {
    font-size: 24px;
    color: #D2042D;
    padding: 17px 17px;
    transition: all 0.2s linear;
}

.bg_a {
    background-color: #5c5b5b !important;
}

.footer--social a {
    transition: all 0.2s linear;
    border-radius: 50%;
}

.footer--social i {
    color: white !important;
    transition: all 0.2s linear;
}

.footer--social a:hover {
    transform: translateY(-10px);

}

#testimonial {
    background-color: #505050;
}

.testimonial--item {
    background-color: white;
    padding: 20px;
}

.testimonial--item .info .name,
.content p {
    color: #000 !important;
}

.gs {
    color: #000 !important;
}

.cir {
    border-radius: 50%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;

}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details .content-title {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.pop {
    animation: dop 1.2s 2 alternate;
    animation-delay: 0.2s;
}

.popi {
    animation: dop 1.2s 2 alternate;
    animation-delay: 0.6s;
}

.popii {
    animation: dop 1.2s 2 alternate;
    animation-delay: 1s;
}

.popri {
    animation: dop 1.2s 2 alternate;
    animation-delay: 1.4s;
}

.popdi {
    animation: dop 1.2s 2 alternate;
    animation-delay: 1.8s;
}

.popei {
    animation: dop 1.2s 2 alternate;
    animation-delay: 2.2s;
}

@keyframes dop {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(0%);
    }
}

.gallery2 {
    width: 100%;
    /* min-height: 100vh; */
    padding: 50px 8%;
    box-sizing: border-box;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.gallery .img {
    width: 100%;
}

.lb-next {
    color: black !important;
    background-color: white;
}

.bod {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.fox {
    position: relative;
    width: 200px;
    height: 100px;
    transform-style: preserve-3d;
    animation: animate 30s linear infinite;
}

@keyframes animate {

    0% {
        transform: perspective(1000px) rotateY(0deg);
    }

    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}

.fox span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: rotateY(calc(var(--i)* 45deg)) translateZ(400px);
    -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, red);
}

.fox span:hover img {
    /* transform: s; */
}

.fox span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
    transition: all 0.2s linear;
}

.fot {
    overflow: hidden;
    transition: all 0.4s linear;
    border-radius: 7px;
    box-shadow: 0px 2px 5px lightgreen;
}

.fot img {
    overflow: hidden;
    transition: all 0.4s linear;
    border-radius: 7px;

}

.fot:hover img {
    transform: scale(1.3);
}

.recent--shot img{
   object-fit: cover !important;
}

