@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900,900i|Open+Sans:400,400i,600,600i,700,700i,800|Poppins:300,400,400i,500,500i,600,600i,700,700i,800,800i,900|Rufina:400,700');
/*==============================================
   Base Css
===============================================*/

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.secpd1 {
    padding: 100px 0;
}

.secpd2 {
    padding: 100px 0 60px;
}

.secpd3 {
    padding: 100px 0 70px;
}

/*==============================================
   Red Button  Css
===============================================*/

.btn {
    color: #fff;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    border: 2px solid #0f0e0d;
    padding: 14px 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.btn:hover {
    color: #fff;
    background-color: #fff;
}

.btn:before, .btn:after {
    content: '';
    background-color: #0f0e0d;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

.btn:hover:before {
    transform: scale(0);
}

.btn:after {
    height: 100%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    left: 50%;
    top: 50%;
}

.btn:hover:after {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.btn.red {
    border-color: #e20021;
}

.btn.red:before, .btn.red:after {
    background-color: #e20021;
}

@media only screen and (max-width: 767px) {
    .btn {
        margin-bottom: 20px;
    }
}

/*==============================================
  featured-area-box2 Css 
===============================================*/

.btn-one {
    position: relative;
    display: inline-block;
    background: #e20021;
    color: #ffffff;
    font-size: 17px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
}

.btn-one img {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    width: auto;
}

.btn-one span:before {
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 4px;
}

.btn-one:hover {
    color: #ffffff;
    background: #27282c;
}

.btn-two {
    color: #27282c;
    font-size: 15px;
    line-height: 20px;
    ;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}

.btn-two span:before {
    position: relative;
    top: 5px;
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
}

.btn-two:hover {
    color: #e20021;
}

.btn-three {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #203260;
    font-size: 14px;
    line-height: 62px;
    font-weight: 700;
    height: 60px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding: 0 30px 0;
    border-radius: 5px;
    transition: all 500ms ease;
}

.btn-three span:before {
    position: relative;
    display: inline-block;
    top: 4px;
    padding-left: 9px;
    font-size: 20px;
    font-weight: 400;
}

.btn-three:hover {
    color: #3aa40c;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 26px;
}

.sec-title.max-width {
    max-width: 650px;
    margin: -5px auto 0;
}

.sec-title.with-text {
    padding-bottom: 52px;
}

.sec-title p {
    color: #e20021;
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}

.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rufina', serif;
}

.sec-title .title.clr-white {
    color: #ffffff;
}

.sec-title .title span {
    font-weight: 400;
}

.sec-title .bottom-text {
    color: #7c7e84;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
    margin: 13px 0 0;
    font-family: 'Rufina', serif;
}

/*** 
=============================================
    About Area style      
=============================================
***/

.about-area {
    position: relative;
    display: block;
    padding-top: 90px;
    padding-bottom: 60px;
}

.about-image-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    background: #f6f6f6;
    padding-top: 60px;
    padding-left: 60px;
}

.about-image-box:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #ffffff;
    content: "";
    z-index: 1;
}

.about-image-box .inner-box {
    position: relative;
    display: block;
    z-index: 2;
}

.about-image-box .inner-box img {
    width: 100%;
}

.about-image-box .inner-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-image-box .inner-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.about-image-box .inner-box .overlay .box .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.about-image-box .inner-box .overlay .box .icon img {
    width: auto;
}

.about-image-box .text-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 52px;
    padding-right: 20px;
    margin-right: 60px;
    z-index: 1;
}

.about-image-box .text-box p {
    color: #787878;
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 17px;
}

.about-image-box .text-box h3 {
    color: #27282c;
    font-size: 18px;
    font-weight: 600;
}

.about-image-box .text-box h3 span {
    color: #e20021;
    font-size: 17px;
    font-weight: 500;
}

.about-text {
    position: relative;
    display: block;
    padding-left: 50px;
}

.about-text .sec-title {
    padding-bottom: 10px;
}

.about-text .inner-content {
    position: relative;
    display: block;
}

.about-text .inner-content .text {
    display: block;
    padding-bottom: 26px;
}

/* Overlay styles */

.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 33, 48, 0.85);
    transition: all 700ms ease 100ms;
    opacity: 0;
    z-index: 2;
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}

.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}

.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    font-size: 16px;
    color: #e20021;
}

.sociallinks-style-one {}

.sociallinks-style-one li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.sociallinks-style-one li:last-child {
    margin-right: 0px;
}

.sociallinks-style-one li a i {
    color: #9491a2;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
}

.sociallinks-style-one li a:hover i {
    color: #39345a;
}

.sociallinks-style-two {
    overflow: hidden;
}

.sociallinks-style-two li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: #203260;
    border: 1px solid #31426c;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    color: #3398fd;
    transform: rotate(360deg);
}

/* Update header Style */

@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }
    50% {
        margin-top: -74px;
    }
    100% {
        margin-top: 0;
    }
}

/*** 
=============================================
    progress-bar-wrap style      
=============================================
***/

.heading3 {
    color: #27282c;
    font-size: 17px;
    font-weight: 500;
    padding: 0px 0px 25px;
}

.progress-title {
    font-size: 16px;
    font-weight: 600;
    color: #787878;
    margin: 0 0 10px;
}

.progress {
    height: 10px;
    line-height: 15px;
    background: #f0f0f0;
    border-radius: 0;
    margin-bottom: 40px;
    padding: 4px;
    box-shadow: none;
    overflow: visible;
}

.progress:last-child {
    margin-bottom: 0;
}

.progress .progress-bar {
    position: relative;
    animation: animate-positive 2s;
}

.progress .progress-bar:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    top: -9px;
    right: -2px;
}

.progress .progress-value {
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    padding: 7px 7px;
    background: #0f0f0f;
    position: absolute;
    top: -50px;
    right: -35px;
}

.progress .progress-value:after {
    content: "";
    border: 5px solid transparent;
    border-top: 5px solid #0f0f0f;
    border-left: 5px solid #0f0f0f;
    position: absolute;
    bottom: -6px;
    left: 0;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

/*** 
=============================================
    about2-area  style      
=============================================
***/

.about2-area {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 130px;
}

.about-two__image {
    position: relative;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
    box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
}

.about-two__image-title {
    margin: 0;
    color: #222222;
    font-size: 40px;
    background-color: #fff;
    mix-blend-mode: screen;
    font-weight: bold;
    line-height: 1em;
    padding-top: 30px;
    opacity: .95;
}

.about-two__image-text {
    margin: 0;
    text-transform: uppercase;
    color: #222222;
    font-size: 14px;
    background-color: #fff;
    mix-blend-mode: screen;
    font-weight: bold;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 40px;
    opacity: .95;
}

.about-two__image-block {
    display: inline-block;
    position: relative;
    margin-right: 50px;
    margin-top: 35px;
}

.about-two__image-block:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #e20021;
    z-index: 0;
}

.about-two__image-block:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 85px;
    width: 100%;
    height: 71%;
    background-color: #fff;
    background-image: url(../image-2/bg-dot.png);
    background-repeat: repeat;
    background-position: -4px 0;
    z-index: 1;
}

.about-two__image-block .inner {
    position: relative;
    z-index: 10;
}

.about-two__image-content {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    max-width: 240px;
    text-align: center;
}

.about2-solution-box.default {
    display: flex;
    background: #fff;
    border-radius: 3px;
    position: relative;
    padding: 15px 0px 15px 60px;
    transition: .5s;
    z-index: 1;
    margin-bottom: 26px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.about2-solution-box.default:before {
    background: #e20021;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
}

.about2-solution-box.default:hover::before {
    width: 100%;
}

.about2-solution-box-icon {
    position: absolute;
    left: 0;
    width: 55px;
    height: 100%;
    background: #e20021;
    text-align: center;
    align-items: center !important;
    top: 0;
    border-radius: 5px 0 0 5px;
    transition: .5s;
}

.about2-solution-box-title h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    transition: .5s;
    color: #27282c;
}

.about2-solution-box-icon i {
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}

.about2-solution-box.default:hover .about2-solution-box-title h5 {
    color: #fff;
}

/*** 
=============================================
    about3-area  style      
=============================================
***/

.about3-area {
    padding-top: 70px;
    padding-bottom: 60px;
}

.gray-bg {
    background: #f0f1f5;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-sm-40 {
    margin-bottom: 40px;
}

.interor_about3-box {
    font-size: 30px;
    line-height: 1.5;
    color: #27282c;
    font-weight: 600;
}

.interor_ab-card3, .box_pic {
    position: relative;
    overflow: hidden;
}

.interor_ab-card3 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.text-boxhover {
    background-color: rgba(29, 29, 29, 0.7);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.boda-cols {
    width: 100%;
    text-align: left;
}

.boda-cols span {
    font-size: 18px;
    vertical-align: middle;
    font-weight: 700;
}

.hover_title .boda-cols span {
    color: #fff;
}

.boda-cols span.icon_bg {
    background: #e20021;
    width: 50px;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 55px;
    margin-right: 10px;
}

.ab3-show-hover {
    color: #fff;
    background: #e20021;
    padding: 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    transition: all 0.4s ease-in-out;
}

.box_pic {
    transition: all 0.4s ease-in-out;
    opacity: 1;
}

.interor_ab-card3:hover .ab3-show-hover {
    right: 0px;
}

.interor_ab-card3:hover .box_pic {
    transform: translateX(100%);
    opacity: 0;
}

.hover_title .boda-cols span.icon_bg {
    background: #222;
    color: #fff;
}

.hover_title {
    margin-bottom: 15px;
}

.top_about .left_about h4 {
    color: #8e8e8e;
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 18px;
}

.ab3-show-hover p {
    margin: 0px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ab3-show-hover {
        padding: 10px;
    }
}

/*** 
=============================================
   interior-project-box-2-area style
=============================================
***/

.interior-project-box-2-area {
    position: relative;
    display: block;
    padding: 110px 0 90px;
    background-image: url(../image-2/bg3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.interior-project-box-2-area::before {
    background: #101011 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}

.interior-project-box-2-area .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

.style-project-card-2 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.style-project-card-2 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.style-project-card-2 .img-holder:before, .style-project-card-2 .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all 700ms ease 100ms;
    border-radius: 0px;
    z-index: 3;
}

.style-project-card-2 .img-holder:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 40px solid #ffffff;
    border-bottom: 40px solid #ffffff;
}

.style-project-card-2:hover .img-holder:before {
    transform: scale(1, 1);
    transition: all 700ms ease 100ms;
}

.style-project-card-2 .img-holder:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 40px solid #ffffff;
    border-right: 40px solid #ffffff;
}

.style-project-card-2:hover .img-holder:after {
    transform: scale(1, 1);
    transition: all 700ms ease 100ms;
}

.style-project-card-2 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.style-project-card-2:hover .img-holder img {
    transform: scale(1.2) rotate(2deg);
}

.style-project-card-2 .overlay-content {
    position: absolute;
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    content: "";
    background: rgba(40, 41, 46, 0.95);
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
    z-index: 5;
}

.style-project-card-2:hover .overlay-content {
    transform: scaleY(1);
}

.style-project-card-2 .overlay-content .inner-content {
    display: table;
    width: 100%;
    height: 100%;
}

.style-project-card-2 .overlay-content .inner-content .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    transition: all 300ms ease 100ms;
    z-index: 3;
}

.style-project-card-2:hover .overlay-content .inner-content .title-box {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: all 700ms ease 500ms;
}

.style-project-card-2 .overlay-content .inner-content .title-box span {
    color: #8c8c8c;
    font-size: 18px;
}

.style-project-card-2 .overlay-content .inner-content .title-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin: 3px 0 0;
}

.style-project-card-2 .overlay-content .inner-content .title-box a {
    color: #ffffff;
    transition: all 500ms ease;
}

.style-project-card-2 .overlay-content .inner-content .title-box a:hover {
    color: #e20021;
}

.interior-project-box-2-area .project-carousel-2 .owl-nav, .interior-project-box-2-area .project-carousel-2 .owl-dots {
    display: none;
}

.project-carousel-2.owl-carousel .owl-stage-outer {
    padding: 0px;
}

.project-carousel-2 .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 43px !important;
    line-height: 14px;
    text-align: center;
}

.project-carousel-2 .owl-dots .owl-dot {
    background-image: none;
    width: 20px;
    height: 5px;
    margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
    padding: 0px;
    border-radius: 0%;
    transition: all 500ms ease;
    display: inline-block;
}

.project-carousel-2 .owl-dots .owl-dot span {
    display: none;
}

.project-carousel-2 .owl-dots .owl-dot.active {
    background: #e20021;
    border-color: #e20021;
}

/*** 
=============================================
    Footer area style
=============================================
***/

.footer-area {
    position: relative;
    display: block;
    background: #27282c;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 1;
}

.footer-shape-bg {
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top right;
    height: 695px;
    width: 695px;
    background-image: url(../images/footer/footer-shape.png);
    z-index: -1;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 27px;
    margin-top: -1px;
    margin-bottom: 40px;
    z-index: 1;
}

.single-footer-widget .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #404043;
    content: "";
    z-index: -1;
}

.single-footer-widget .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #e20021;
    content: "";
    z-index: 1;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .contact-info-box {
    position: relative;
    display: block;
}

.single-footer-widget .contact-info-box .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 33px;
}

.single-footer-widget .contact-info-box .footer-logo a {
    display: inline-block;
}

.single-footer-widget .contact-info-box ul {
    position: relative;
    display: block;
}

.single-footer-widget .contact-info-box ul li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.single-footer-widget .contact-info-box ul li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .contact-info-box ul li h6 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #404043;
}

.single-footer-widget .contact-info-box ul li p {
    color: #7c7e84;
    margin: 13px 0 0;
}

.single-footer-widget .services-links {
    position: relative;
    display: block;
}

.single-footer-widget .services-links ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -19px;
}

.single-footer-widget .services-links ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #333438;
    line-height: 50px;
}

.single-footer-widget .services-links ul li a {
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}

.single-footer-widget .services-links ul li a:hover {
    color: #ffffff;
}

.single-footer-widget .services-links ul li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f107";
    font-family: "Flaticon";
    color: #7c7e84;
    font-size: 10px;
    transition: all 500ms ease;
    font-weight: 600;
    line-height: 20px;
    margin: 14px 0 16px;
}

.single-footer-widget .services-links ul li a:hover:before {
    content: "\f108";
    color: #ffffff;
    transition: all 500ms ease;
}

.single-footer-widget .recent-news {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .recent-news li {
    position: relative;
    display: block;
    padding-left: 75px;
    min-height: 75px;
    margin-bottom: 30px;
}

.single-footer-widget .recent-news li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .recent-news li .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    display: block;
    overflow: hidden;
}

.single-footer-widget .recent-news li .img-holder img {
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    transform: scale(1.0, 1.0);
}

.single-footer-widget .recent-news li:hover .img-holder img {
    transform: scale(1.2, 1.2);
}

.single-footer-widget .recent-news li:hover .img-holder .overlay-style-one {
    opacity: 1;
}

.single-footer-widget .recent-news li .img-holder .overlay-style-one .content a span:before {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: perspective(1200px) rotateY(-90deg) scale(5);
    transition: all 0.5s ease-in-out 0.3s;
}

.single-footer-widget .recent-news li:hover .img-holder .overlay-style-one .content a span:before {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: perspective(1200px) rotateY(0deg) scale(1.0);
    transition-delay: 0.1s;
}

.single-footer-widget .recent-news li .title-holder {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-footer-widget .recent-news li .title-holder p {
    color: #7c7e84;
    line-height: 16px;
    margin: 0 0 9px;
}

.single-footer-widget .recent-news li .title-holder h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.single-footer-widget .recent-news li .title-holder h5 a {
    color: #ffffff;
}

/*** 
=============================================
    Footer Bottom Area Style      
=============================================
***/

.footer-bottom-area {
    position: relative;
    display: block;
    padding: 20px 0;
    background: #ffffff;
    z-index: 10;
}

.footer-bottom-area .copyright-text {
    margin: 0;
}

.footer-bottom-area .copyright-text p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.footer-bottom-area .copyright-text p a {
    color: #e20021;
    font-weight: 500;
    transition: all 500ms ease;
}

.footer-bottom-area .copyright-text p a:hover {
    color: #fff;
}

.footer-social-links {
    position: relative;
    display: block;
}

.footer-social-links span {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 15px;
    color: #27282c;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

.footer-social-links .sociallinks-style-one {
    position: relative;
    display: inline-block;
    line-height: 30px;
    float: left;
}

.footer-social-links .sociallinks-style-one li a i {
    color: #7c7e84;
    font-size: 14px;
    font-weight: 400;
    transition: all 500ms ease;
}

.footer-social-links .sociallinks-style-one li a:hover i {
    color: #e20021;
}

/*** 
=============================================
    Working Style1 Area style
=============================================
***/

.working-process-style1 .block-title__title {
    color: #27282c;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    margin: 0;
}

.working-process-style1__parallax {
    padding: 140px 0 250px;
    position: relative;
    background-position: top center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.working-process-style1__single {
    padding: 60px 30px;
    background-color: white;
    -webkit-box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
    box-shadow: 0px 15px 39px 0px rgba(9, 24, 33, 0.1);
    margin-top: -140px;
    position: relative;
    z-index: 10;
}

.working-process-style1__single:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1b1a1c;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: top center;
    transition: transform .4s ease;
}

.working-process-style1__single:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.working-process-style1__icon {
    font-size: 80px;
    color: #222222;
    opacity: .5;
}

.working-process-style1__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #27282c;
    margin: 0;
    margin-top: 35.5px;
    position: relative;
}

.working-process-style1__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.working-process-style1__title a:hover {
    color: #fff;
}

.working-process-style1__text {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 35px;
    margin-top: 20.5px;
    position: relative;
}

.working-process-style1__single:hover .working-process-style1__icon, .working-process-style1__single:hover .working-process-style1__title, .working-process-style1__single:hover .working-process-style1__text {
    color: #fff;
}

.working-process-style1__home-two {
    padding-top: 150px;
    padding-bottom: 110px;
}

.working-process-style1__home-two .working-process-style1__single {
    margin-top: 0px;
    margin-bottom: 40px;
}

.working-process-style1__home-two .block-title {
    margin-bottom: 50px;
}

.working-style-bottom2 {
    position: relative;
    display: block;
    padding-top: 40px;
}

.working-style-bottom2 a {
    padding: 12px 30px;
}

/*** 
=============================================
    interor-work-process-area Style      
=============================================
***/

.interor-work-process-area {
    position: relative;
    display: block;
    padding: 110px 0 120px;
}

.single-work-process {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-work-process .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.single-work-process .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.single-work-process:hover .img-holder img {
    transform: scale(1.2);
}

.single-work-process:hover .overlay-style-two {
    opacity: 1;
}

.single-work-process .img-holder .overlay-style-two:before {
    background-color: rgba(40, 41, 46, 0.90);
}

.single-work-process:hover .img-holder .overlay-style-two:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
}

.single-work-process .img-holder .overlay-style-two:after {
    background-color: rgba(40, 41, 46, 0.90);
}

.single-work-process:hover .img-holder .overlay-style-two:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
}

.single-work-process .overlay-content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.single-work-process .overlay-content-box .box {
    display: table;
    width: 100%;
    height: 100%;
}

.single-work-process .overlay-content-box .box .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single-work-process .overlay-content-box .icon {
    position: relative;
    display: block;
    margin: 0 0 11px;
    opacity: 0;
    transform: translate3d(0px, -50%, 0px);
    transition: all 300ms ease 100ms;
}

.single-work-process:hover .overlay-content-box .icon {
    opacity: 1;
    transform: translate3d(0px, 0%, 0px);
    transition: all 700ms ease 800ms;
}

.single-work-process .overlay-content-box .icon span:before {
    display: inline-block;
    color: #fff;
    font-size: 60px;
    line-height: 70px;
}

.single-work-process .overlay-content-box .title {
    position: relative;
    display: block;
    opacity: 0;
    transform: translate3d(0px, 50%, 0px);
    transition: all 300ms ease 100ms;
}

.single-work-process:hover .overlay-content-box .title {
    opacity: 1;
    transform: translate3d(0px, 0%, 0px);
    transition: all 700ms ease 900ms;
}

.single-work-process .overlay-content-box .title h3 {
    color: #ffffff;
    font-weight: 600;
}

.single-work-process .text-holder {
    position: relative;
    display: block;
    border: 2px solid #ededed;
    padding: 35px 30px 28px;
}

.single-work-process .text-holder .inner-content {
    position: relative;
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all 700ms ease 800ms;
}

.single-work-process:hover .text-holder .inner-content {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    transition: all 700ms ease 500ms;
}

.single-work-process .text-holder .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.single-work-process .text-holder .top .icon {}

.single-work-process .text-holder .top .icon span:before {
    color: #b3b3b3;
    font-size: 60px;
    line-height: 60px;
}

.single-work-process .text-holder .top .count {}

.single-work-process .text-holder .top .count h1 {
    font-size: 48px;
    line-height: 40px;
    font-weight: 500;
    background-color: #e20021;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D0000', endColorstr='#415E52', GradientType=1);
    /* ie6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Rubik', sans-serif;
}

.single-work-process .text-holder .bottom {
    padding-top: 7px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.single-work-process .text-holder .bottom .title {}

.single-work-process .text-holder .bottom .title h3 {
    color: #27282c;
    font-weight: 600;
    font-size: 22px;
    margin-top: 15px;
}

.single-work-process .text-holder .bottom .read-more a span:before {
    color: #b3b3b3;
    font-size: 25px;
    line-height: 36px;
}

.single-work-process .text-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: block;
    padding: 28px 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 700ms ease 100ms;
}

.single-work-process:hover .text-holder .overlay-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 700ms ease 500ms;
}

.single-work-process .text-holder .overlay-content .text {
    position: relative;
    display: block;
}

.single-work-process .text-holder .overlay-content .text p {
    margin: 0;
}

.single-work-process .text-holder .overlay-content .read-more a span:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #e20021;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
}

/*** 
=============================================
    Testimonial Section area style
=============================================
***/

.testimonial-section {
    position: relative;
    padding: 95px 0px 95px;
    background-color: #f0f1f5;
}

.testimonial-section .owl-nav, .testimonial-section .owl-dots {
    display: none;
}

.testimonial-carousel-2 .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 0px !important;
    line-height: 14px;
    text-align: center;
}

.testimonial-carousel-2 .owl-dots .owl-dot {
    background-image: none;
    width: 20px;
    height: 5px;
    margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
    padding: 0px;
    border-radius: 0%;
    transition: all 500ms ease;
    display: inline-block;
}

.testimonial-carousel-2 .owl-dots .owl-dot span {
    display: none;
}

.testimonial-carousel-2 .owl-dots .owl-dot.active {
    background: #e20021;
    border-color: #e20021;
}

.single-testimonial-item {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .07);
    margin-bottom: 50px;
}

.single-testimonial-item .inner-content {
    position: relative;
    display: block;
    padding: 73px 30px 52px;
    background: #ffffff;
}

.single-testimonial-item .inner-content .client-info {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.single-testimonial-item .inner-content .client-info h3 {
    color: #27282c;
    font-weight: 600;
    margin: 0 0 3px;
}

.single-testimonial-item .inner-content .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}

.single-testimonial-item .inner-content .img-box::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 0;
    z-index: 4;
}

.single-testimonial-item:hover .inner-content .img-box::before {
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    transition-delay: 0.1s;
    opacity: 1;
}

.single-testimonial-item .inner-content .img-box img {
    width: 100%;
    transition: all 700ms ease 800ms;
    border-radius: 50%;
}

.single-testimonial-item:hover .inner-content .img-box img {
    transform: rotate(360deg);
}

.single-testimonial-item .inner-content .text-box {
    position: relative;
    display: block;
    padding-top: 24px;
}

.single-testimonial-item .inner-content .text-box p {
    margin: 0;
}

.single-testimonial-item .quote-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    background: #e20021;
    z-index: 3;
}

.single-testimonial-item .quote-icon span:before {
    color: #ffffff;
    font-size: 30px;
    display: block;
    padding: 20px 0;
}

.testimonial-rating {
    padding: 0;
    margin-top: 18px;
}

.testimonial-rating li {
    list-style-type: none;
    display: inline-block;
}

.testimonial-rating li.icon {
    color: #e20021;
    font-size: 18px;
}

/*** 
=============================================
    Footer Area Style2 style
=============================================
***/

.footer-area.style2 {
    padding: 110px 0 100px;
    z-index: 10;
}

.single-footer-widget .title-style2 {
    position: relative;
    display: block;
    margin-top: 38px;
    padding-bottom: 35px;
}

.single-footer-widget .title-style2 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .our-info-box {}

.single-footer-widget .our-info-box .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 34px;
}

.single-footer-widget .our-info-box .footer-logo a {
    display: inline-block;
}

.single-footer-widget .our-info-box .text {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.single-footer-widget .our-info-box .text p {
    color: #fff;
    margin: 0;
}

.single-footer-widget .our-info-box .follow-us-social-links {
    position: relative;
    display: block;
}

.single-footer-widget .our-info-box .follow-us-social-links span {
    position: relative;
    display: inline-block;
    padding-right: 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    float: left;
}

.single-footer-widget .our-info-box .follow-us-social-links ul {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
}

.single-footer-widget .our-info-box .follow-us-social-links ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 11px;
    margin-right: 10px;
}

.single-footer-widget .our-info-box .follow-us-social-links ul li:before {
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 11px;
    background: #404146;
    content: "";
    transform: rotate(15deg);
}

.single-footer-widget .our-info-box .follow-us-social-links ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.single-footer-widget .our-info-box .follow-us-social-links ul li a {
    color: #fff;
    font-size: 15px;
    transition: all 300ms ease 100ms;
}

.single-footer-widget .our-info-box .follow-us-social-links ul li a:hover {
    color: #e20021;
}

.single-footer-widget .usefull-links {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -12px;
}

.single-footer-widget .usefull-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .usefull-links ul.marleft30 {
    margin-left: 30px;
}

.single-footer-widget .usefull-links ul.borders-left {
    position: relative;
    margin-left: 60px;
    padding-left: 30px;
}

.single-footer-widget .usefull-links ul li {
    position: relative;
    display: block;
    line-height: 36px;
}

.single-footer-widget .usefull-links ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}

.single-footer-widget .usefull-links ul li a:hover {
    color: #e20021;
}

.single-footer-widget .usefull-links ul li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f108";
    font-family: "Flaticon";
    color: #fff;
    font-size: 10px;
    transition: all 500ms ease;
    font-weight: 600;
    line-height: 36px;
    margin: 0px 0 0px;
}

.single-footer-widget .usefull-links ul li a:hover:before {
    color: #e20021;
    content: "\f108";
    transition: all 500ms ease;
}

.single-footer-widget .usefull-links ul.borders-left:before {
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 7px;
    width: 1px;
    background: #404043;
    content: "";
}

.single-footer-widget .subscribe-box {
    position: relative;
    display: block;
}

.single-footer-widget .subscribe-form {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.single-footer-widget .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #fff;
    color: #62656f;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 52px;
    margin-bottom: 0px;
    padding: 0 20px;
    transition: all 500ms ease;
}

.single-footer-widget .subscribe-form input::-webkit-input-placeholder {
    color: #62656f;
}

.single-footer-widget .subscribe-form input:-moz-placeholder {
    color: #62656f;
}

.single-footer-widget .subscribe-form input::-moz-placeholder {
    color: #62656f;
}

.single-footer-widget .subscribe-form input:-ms-input-placeholder {
    color: #62656f;
}

.single-footer-widget .subscribe-form button {
    margin-top: 14px;
    line-height: 25px;
}

.single-footer-widget .subscribe-form input[type="email"]:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #222222;
}

.single-footer-widget .subscribe-form input[type="email"]:focus+button, .single-footer-widget .subscribe-form button:hover {
    background: #fff;
    color: #fff;
}

.single-footer-widget .subscribe-box .text {
    position: relative;
    display: block;
    padding-top: 14px;
}

.single-footer-widget .subscribe-box .text p {
    color: #ffff;
    font-size: 15px;
    margin: 0;
}

.single-footer-widget .subscribe-box .text p span {
    color: #e20021;
}

/*** 
=============================================
    Topbar Style3 Area style
=============================================
***/

.topbar-style3-area {
    position: relative;
    display: block;
    border-bottom: 1px solid #ededed;
    padding: 12px 0;
}

.topbar-style3-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.topbar-style3-left {
    position: relative;
    display: block;
}

.topbar-style3-left ul {}

.topbar-style3-left ul li {
    display: inline-block;
    float: left;
    margin-right: 30px;
    line-height: 28px;
}

.topbar-style3-left ul li:last-child {
    margin-right: 0;
}

.topbar-style3-left ul li a {
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
}

.topbar-style3-left ul li a:hover {
    color: #e20021;
}

.topbar-style3-right {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
}

.topbar-style3-right ul {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    border-right: 1px solid #dadada;
    padding-right: 20px;
}

.topbar-style3-right ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 28px;
}

.topbar-style3-right ul li:last-child {
    margin-right: 0;
}

.topbar-style3-right ul li a {
    color: #7c7e84;
    font-size: 14px;
    font-weight: 400;
}

.topbar-style3-right ul li a:hover {
    color: #e20021;
}

/*** 
=============================================
    Featured Area style
=============================================
***/
.featured-area {
    position: relative;
    display: block;
    z-index: 10;
    background: transparent;
    padding: 80px 0 35px;
}

.single-hover-effect-4 {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    margin-bottom: 30px;
}

.single-hover-effect-4 .overlay, .single-hover-effect-4 .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.single-hover-effect-4 img {
    display: block;
    position: relative
}

.single-hover-effect-4 h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    padding: 10px;
    margin: 20px 0 0 0
}

.single-hover-effect-4 p {
    padding: 10px 20px 0px;
}

.single-hover-effect-4 img {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.single-hover-effect-4 .overlay {
    background-color: rgba(12, 19, 27, 0.3);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.single-hover-effect-4 img {
    transform: scaleY(1);
    transition: all .7s ease-in-out;
}

.single-hover-effect-4 .overlay {
    background-color: #f0f0f0;
    transition: all 0.5s linear;
    opacity: 0;
}

.single-hover-effect-4 h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    transform: scale(0);
    color: #333;
    transition: all 0.5s linear;
    opacity: 0;
}

.single-hover-effect-4 p {
    color: #555555;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}

.single-hover-effect-4 a.btn-lg {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}

.single-hover-effect-4:hover img {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0;
}

.single-hover-effect-4:hover .overlay {
    opacity: 1;
}

.single-hover-effect-4:hover h2, .single-hover-effect-4:hover p, .single-hover-effect-4:hover a.btn-lg  {
    transform: scale(1);
    opacity: 1;
}

.about-style3-content {
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 110px;
}

.about-style3-content .sec-title {
    padding-bottom: 40px;
    margin: 0;
}

.about-style3-content .sec-title p {
    margin: 15px 0 27px;
}

.about-style3-content .button {}

.about-style3-content .button a {
    padding: 0 40px;
    margin: 0 13px;
}

.about-style3-content .button a.black {
    background: #27282c;
}

.about-style3-bg {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
    opacity: 1;
}

@-webkit-keyframes banner-animate {
    0% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

@keyframes banner-animate {
    0% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

.banner-animate {
    animation-name: banner-animate;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: banner-animate;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: banner-animate;
    -moz-animation-duration: 70s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: banner-animate;
    -ms-animation-duration: 70s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: banner-animate;
    -o-animation-duration: 70s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/*** 
=============================================
    Services Style2 Area style
=============================================
***/

.services-style2-area {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 90px 0 80px;
    z-index: 1;
}

.block-image-rotate-in-left {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.block-image-rotate-in-left .hover-anim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block-image-rotate-in-left:before, .block-image-rotate-in-left:after, .block-image-rotate-in-left .hover-anim:before, .block-image-rotate-in-left .hover-anim:after {
    background-color: #1b1a1c;
    opacity: 0;
    position: absolute;
    content: '';
    height: 50%;
    width: 50%;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.65s ease;
    opacity: 0;
}

.block-image-rotate-in-left:before {
    top: 0;
    right: 0;
}

.block-image-rotate-in-left:after {
    bottom: 0;
    left: 0;
}

.block-image-rotate-in-left .hover-anim:before {
    top: 0;
    left: 0;
}

.block-image-rotate-in-left .hover-anim:after {
    bottom: 0;
    right: 0;
}

.block-image-rotate-in-left:hover:before, .block-image-rotate-in-left:hover:after, .block-image-rotate-in-left:hover .hover-anim:before, .block-image-rotate-in-left:hover .hover-anim:after {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

/* block-image-rotate-in-left
   ----------------------------- */

.block-image-rotate-in-left:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.block-image-rotate-in-left:after {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.block-image-rotate-in-left .hover-anim:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.block-image-rotate-in-left .hover-anim:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.interor-service-box .inner-box {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 60px 13px 62px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .07);
    margin-bottom: 40px;
    display: block;
}

.interor-service-box .inner-box .content-box {
    position: relative;
    z-index: 5;
}

.interor-service-box .icon-box {
    font-size: 70px;
    color: #222;
    margin-bottom: 30px;
    line-height: 60px;
    transition: all .5s ease;
}

.interor-service-box h3 {
    color: #27282c;
    margin-bottom: 21px;
    transition: all .5s ease;
}

.interor-service-box .text-2 {
    margin-bottom: 35px;
    line-height: 1.8em;
    transition: all .5s ease;
}

.interor-service-box .inner-box:hover .icon-box {
    color: #fff;
}

.interor-service-box .inner-box:hover h3 {
    color: #fff;
}

.interor-service-box .inner-box:hover .text-2 {
    color: #fff;
}

/*** 
=============================================
    Team-section-area style
=============================================
***/

.team-section-area {
    position: relative;
    display: block;
    padding-top: 95px;
    padding-bottom: 95px;
}

.mb-60 {
    margin-top: 60px;
}

.our-team-box-1 {
    margin-bottom: 30px;
    border-radius: 8px;
    transition: all 500ms ease;
}

.our-team-box-1:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .07);
}

.our-team-box-1__inner {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.our-team-box-1__image img {
    width: 100%;
}

.our-team-box-1__hover, .our-team-box-1__content {
    border: 1px solid #e9ebee;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f0f1f5;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.our-team-box-1__content {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.our-team-box-1:hover .our-team-box-1__content {
    opacity: 0;
    visibility: hidden;
    transform: scale(1, 0);
}

.our-team-box-1__hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f0f1f5;
    opacity: 0;
    visibility: hidden;
    transform: scale(1, 0);
    transform-origin: bottom center;
}

.our-team-box-1:hover .our-team-box-1__hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
}

.our-team-box-1__social {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.our-team-box-1__social a {
    display: flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #1b1a1c;
    font-size: 16px;
    color: #fff;
    transition: all 500ms ease;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.our-team-box-1__social a:hover {
    background-color: #e20021;
    color: #fff;
}

.our-team-box-1__social li+li {
    margin-left: 10px;
}

.our-team-box-1__name {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    color: #27282c;
    letter-spacing: 2px;
    line-height: 1;
}

.our-team-box-1__designation {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    letter-spacing: .1em;
    margin-top: 10px;
    color: #555555;
}

/*** 
=============================================
    Footer Bottom Area Style2 Style      
=============================================
***/

.footer-bottom-area.style2 {
    background: #1f1f23;
}

.footer-social-links.clr-white span {
    color: #ffffff;
}

/*** 
=============================================
    Footer Area Style4 Style      
=============================================
***/

.footer-area.style4 {
    padding: 65px 0 115px;
    z-index: 10;
}

/*** 
=============================================
    Footer Contact Info Area Style      
=============================================
***/

.footer-contact-info-area {
    position: relative;
    display: block;
    background: transparent;
    margin: -82px 0 -60px;
    z-index: 100;
}

.footer-contact-info {
    position: relative;
    display: block;
    background: #ffffff;
}

li .footer-contact-info {}

li .single-footer-contact-info {
    position: relative;
    display: inline-block;
    float: left;
    width: 480px;
    border-right: 1px solid #ededed;
}

li:last-child .single-footer-contact-info {
    border-right: 0px solid;
}

li .single-footer-contact-info .inner {
    position: relative;
    display: block;
    padding: 30px 30px 30px;
}

li .single-footer-contact-info .icon {
    width: 60px;
}

li .single-footer-contact-info .icon span:before {
    color: #2f3033;
    font-size: 50px;
    transition: all 500ms ease;
}

li .single-footer-contact-info:hover .icon span:before {
    color: #e20021;
}

li .single-footer-contact-info .icon, li .single-footer-contact-info .text {
    display: table-cell;
    vertical-align: middle;
}

li .single-footer-contact-info .text p {
    color: #27282c;
    margin: 0;
}

li .single-footer-contact-info .text p span {
    color: #27282c;
}

/*** 
=============================================
    Footer bottom Area Style3 Style      
=============================================
***/

.footer-bottom-area.style3 {
    position: relative;
    display: block;
    padding: 88px 0 28px;
    background: #0f0f0f;
    z-index: 10;
}