.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-prev i {
    font-size: 18pt;
    color: #fff;
    padding-top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fa-angle-left:before {
    content: "\f104";
}

.owl-next i {
    font-size: 18pt;
    color: #fff;
    padding-top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fa-angle-right:before {
    content: "\f105";
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 2px;
    height: 5px;
    border-radius: 0px;
    margin: 10px;
    background: #ED1638;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #869791;
}

.owl-theme .owl-dots .owl-dot.active span {
    height: 80px;
    background: #ED1638;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span ,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 80px;
    background: #ED1638;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

#owl-gal .owl-prev {
    top: 30%;
}

#owl-gal .owl-next {
    top: 30%;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-prev {
    width: 50px;
    height: 45px;
    position: absolute;
    top: 40%;
    left: 0px;
    display: block !important;
    border: 0px solid black;
    background: rgba(0,0,0,.3) !important;
    -webkit-border-radius: 50px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-prev:hover {
    color: #999 !important;
    background: #FF2E00!important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-next {
    width: 50px;
    height: 45px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border: 0px solid black;
    background: rgba(0,0,0,.3) !important;
    -webkit-border-radius: 50px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-next:hover {
    color: #999;
    background: #FF2E00 !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-nav {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    right: -20px;
    top: 0px;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.projects-grid .hovereffect-color .overlay div {
    padding: 10%;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    color: rgba(255,255,255,1);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.shin {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}

a.shin:hover {
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.projects-grid .hovereffect-color:hover .overlay a.shin {
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.projects-grid .hovereffect-color:hover .overlay .start-align h3,
.projects-grid .hovereffect-color:hover .overlay a.shin {
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.shine {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px;
    background: -webkit-linear-gradient(top, transparent, rgba(255,255,255,0.2) 5%, transparent);
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.2) 5%, transparent);
    -webkit-transform: rotateZ(60deg) translate(-1em, 5.5em);
    transform: rotateZ(60deg) translate(-1em, 5.5em);
}

.btn-slider:hover .shine {
    -webkit-animation: sheen .9s alternate;
    animation: sheen .9s alternate;
}

.btn-slider a {
    color: #fff;
}

.btn-slider:hover a {
    color: #fff;
}

a.shin.col {
    position: relative;
    display: block;
    font-size: 0.9rem;
    width: 100%;
    color: #ED1638;
    font-weight: 600;
    background: transparent;
    border: 3px solid transparent;
    margin-top: 15px;
    padding: 0px 20px;
    text-align: right;
}

a.shin.col:hover {
    background: transparent;
    border: 3px solid transparent;
}

.gal-home-content {
    background-color: #272727;
    padding-left: 15px;
}

.gal-home-content h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.gal-home-content p {
    font-size: 10px;
    color: white;
}

.gal-home .hovereffect a {
    display: block;
    cursor: zoom-in;
    position: relative;
    z-index: 999;
}

body.black #imghome::before {
    background: url(../img/dot-black.png);
}

.wrapheading {
    margin-bottom: 30px;
}

#imghome::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 105%;
    background: url(../img/dot-black.png);
    left: -50px !important;
    top: 15px;
    opacity: 0.8;
}

.projects-grid .hovereffect-color:hover .overlay {
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.projects-grid .hovereffect-color .overlay {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.projects-grid:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.start-align {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}

.gal-home:hover img {
    width: 100%;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.gal-home img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.projects-grid img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.hovereffect-color:before,
.hovereffect-color:after,
.hovereffect:before,
.hovereffect:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gal-home .hovereffect {
    width: 100%;
    height: auto;
    max-height: 560px;
    overflow: hidden;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.year .heading {
    display: inline-block;
    font-size: 10.3rem;
    margin-bottom: 30px !important;
    line-height: 55px;
    border-bottom: 18px solid #dedede;
    color: rgb(255, 255, 255);
    margin-right: 15px;
}

.year .subheading {
    display: inline-block;
    font-size: 1.8rem;
    line-height: normal;
}

.headingcontent {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 2rem;
    color: white;
}

.heading:after {
    content: "";
    width: 7rem;
    position: relative;
    display: block;
    padding-bottom: 20px !important;
    margin-bottom: 50px;
    border-bottom: .28rem solid #ED1638;
}

.heading {
    margin-top: 80px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.year .heading-line {
    display: inline-block;
    font-size: 9.3rem !important;
    margin-bottom: 30px !important;
    line-height: 55px;
    border-bottom: 18px solid #dedede;
    color: rgb(255, 255, 255);
    margin-right: 15px;
}

.heading-line:after {
    content: "";
    width: 7rem;
    position: relative;
    display: block;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}

.heading-line {
    margin-top: 80px;
    font-size: 5.5rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.animated {
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.projects-grid {
    position: relative;
    letter-spacing: 1pt;
    text-transform: uppercase;
    overflow: hidden;
}

.projects-grid .hovereffect-color {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.gal-home {
    position: relative;
    letter-spacing: 1px;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 0;
}

.onStep {
    opacity: 0;
}

.m-5-hor {
    margin-left: 5% !important;
    margin-right: 5% !important;
    padding: 0;
    position: relative;
}

@keyframes animateHeight {
    0% {
        opacity: 1;
        height: 0;
        opacity: 1;
        height: 0px;
    }

    40%,
    80% {
        height: 30%;
        opacity: 1;
        height: 30%;
        opacity: 1;
    }

    100% {
        height: 100%;
        opacity: 0;
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateWidth {
    0% {
        opacity: 1;
        width: 0;
        opacity: 1;
        width: 0px;
    }

    40%,
    80% {
        width: 30%;
        opacity: 1;
        width: 30%;
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 100%;
        opacity: 0;
        width: 100%;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0);
        opacity: 0;
        transform: translate3d(-100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0);
        opacity: 0;
        transform: translate3d(100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@media screen and (max-width:414px) {
    .owl-dots {
        display: none;
    }
}

@media screen and (max-width:375px) {
    .owl-dots {
        display: none;
    }
}

@media screen and (max-width:320px) {
    .owl-dots {
        display: none;
    }
}
