/* 

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.img-responsive {
    display: block;
    height: auto;
    width: 100%;
    .gallery & {
        object-fit: cover;
        height: 100%;
    }
}

.offer {
    margin-top: 100vh;
    background-color: white !important;
}

.clearfix {
    overflow: auto;
}

.text-box {
    position: fixed;
    top: 230px;
    text-align: center !important;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
}

.banner {
    width: 100%;
    height: auto;
}

.about {
    margin-top: 50vh;
}

h6.description {
    font-weight: 300px;
    letter-spacing: 2px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255);
    padding-bottom: 5px;
    padding-top: 50px;
    font-size: 25px;
}

.testimonials {
    padding-top: 0;
    padding-bottom: 0;
}

.big-img img {
    height: 385px;
    width: 100%;
    
}

.inner-section {
    position: relative;
}

.inner-section h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.inner-section h3:after {
    content: '';
    position: absolute;
    border-bottom: 4px solid #1d2d40;
    width: 100%;
    max-width: 10%;
    top: 37px;
    left: 0;
}

.linear-grid img {
    width: 100%;
    height: 124px;
    object-fit: cover;
}

.big-img2 img {
    height: 472px;
    width: 100%;
   
}

.my-grid img {
    height: 228px;
    width: 100%;
    object-fit: cover;
}

.services {
    background-color: #FBFBFB;
}

.single-service {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 30px 20px;
    box-shadow: 0 1px 4px rgba(204, 203, 203)
}

.single-service:before {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #e31e24;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:after {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #e31e24;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:hover:after,
.single-service:hover:before {
    width: 50%;
    height: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:hover {
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}

.single-service.ser:hover {
    box-shadow: 1px 15px 23px 6px rgba(0, 0, 0, 0.10);
    background-color: white;
}

.single-service i.fa {
    font-size: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    line-height: 60px;
    margin-bottom: 30px;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:hover i.fa {
    background-color: #e31e24;
    color: #fff;
    border-color: #e31e24;
    border-radius: 0;
}

.single-service h4 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.single-service p {
    font-size: 15px;
    line-height: 1.8;
    color: white;
}

.col-big {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(14, 14, 14, 0.4);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    margin: 0px;
}

.hovereffect p.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 7px;
    font-size: small;
}

.hovereffect:hover p.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect p.info:hover {
    box-shadow: 0 0 5px #fff;
} */

