.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  
  .section-title .sub-title {
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: block;
    z-index: 1;
    padding-top: 7px;
    margin-bottom: 20px;
  }
  
  .section-title .sub-title:before {
    position: absolute;
    content: '';
    width: 130px;
    height: 40px;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
            transform: skewX(-28deg);
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background-color:rgb(252,107,0);
  }
  
  .section-title h2 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 0;
  }
  
  .section-title p {
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
@media only screen and (max-width: 767px) {
    .section-title {
      margin-bottom: 40px;
    }
    .section-title h2 {
      font-size: 25px;
    }
}
  
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
      margin-bottom: 40px;
    }
    .section-title h2 {
      font-size: 25px;
    }
}
.address-area{
    position: relative;
    z-index: 1;
}
.address-area .row {
    -webkit-box-shadow: 0px 10px 20px 0px #dddddd8a;
            box-shadow: 0px 10px 20px 0px #dddddd8a;
    margin-top: -40px;
    position: relative;
    background-color:rgb(255,255,255);
}

.address-area .address-one:before {
    display: none;
}

.address-item {
    margin-bottom: 30px;
    text-align: center;
    margin-top: -30px;
    position: relative;
}

.address-item:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 70px;
    right: 0;
    top: 80px;
    background-color: #c9f0dd;
}

.address-item i {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 38px;
    color: rgb(252,107,0);
}

.address-item h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.address-item span {
    display: block;
    font-size: 14px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.address-item a {
    display: block;
    color: ;
}

.address-item a:hover {
    color: rgb(252,107,0);
}
@media only screen and (max-width: 767px) {
    .address-area {
        padding-top: 50px;
        padding-bottom: 20px;
        -webkit-box-shadow: 0px 10px 20px 0px #dddddd8a;
                box-shadow: 0px 10px 20px 0px #dddddd8a;
    }
    .address-area .row {
        margin-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .address-item {
        margin-top: 0;
    }
    .address-item:before {
        display: none;
    }
    .address-item i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
        -webkit-box-shadow: 0px 0px 20px 0px #dddddd78;
                box-shadow: 0px 0px 20px 0px #dddddd78;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .address-area {
        padding-top: 70px;
        padding-bottom: 40px;
        -webkit-box-shadow: 0px 10px 20px 0px #dddddd8a;
                box-shadow: 0px 10px 20px 0px #dddddd8a;
    }
    .address-area .row {
        margin-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .address-item {
        margin-top: 0;
    }
    .address-item:before {
        display: none;
    }
    .address-item i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
        -webkit-box-shadow: 0px 0px 20px 0px #dddddd78;
                box-shadow: 0px 0px 20px 0px #dddddd78;
        margin-bottom: 20px;
    }
}

.service-area{
    background-color:rgba(255,255,255,0.98);
}

.service-item {
    margin-bottom: 30px;
}

.service-item:hover .service-content {
    max-width: 100%;
    opacity: 0.8;
    background-color:rgb(252,107,0);
}

.service-item:hover .service-content i {
    color: #ffffff;
}

.service-item:hover .service-content .service-icon {
    color: #ffffff;
}

.service-item a {
    display: block;
}

.service-item .service-content {
    max-width: 320px;
    padding: 20px 15px 20px 20px;
    position: relative;
    margin-top: -100px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color:rgb(252,107,0);
}

.service-item .service-content i{
    display: inline-block;
    font-size: 55px;
    margin-bottom: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color:#ccc;
}

.service-item .service-content .service-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 135px;
    opacity: .20;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.service-item .service-content h3 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 12px;
}

.service-item .service-content p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
    .service-item .service-content {
        margin-top: -50px;
    }
}

.engineer-area{
    background: rgba(213,213,213,0.32);
}
.engineer-area .owl-theme .owl-dots .owl-dot span {
    background: #333333;
}
  
.engineer-area .owl-theme .owl-dots .owl-dot.active span {
    background:rgb(252,107,0);
}
  
.engineer-item {
    text-align: center;
    margin-bottom: 30px;
}
  
.engineer-item:hover .engineer-bottom {
    max-width: 100%;
    background-color:rgb(252,107,0);
}
  
.engineer-item:hover .engineer-bottom h3 {
    color: #ffffff;
}
  
.engineer-item:hover .engineer-bottom span {
    color: #ffffff;
}
  
.engineer-item .engineer-bottom {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd59;
            box-shadow: 0px 0px 20px 0px #dddddd59;
    padding: 16px 15px 20px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
  
.engineer-item .engineer-bottom h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
  
.engineer-item .engineer-bottom span {
    display: block;
    font-size: 14px;
    color: #808291;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.review-area {
    position: relative;
    overflow: hidden;
    background-color:rgba(43,43,43,0.94);
}

.review-area .col-lg-6 {
    padding-right: 0;
    padding-left: 0;
}

.review-area .review-shape img {
    position: absolute;
    left: 0;
    top: 77px;
    opacity: .10;
    z-index: 1;
}

.review-area .review-bg {
    position: relative;
    width: 100%;
    height: 100%;
}

.review-area .review-bg:before {
    position: absolute;
    content: '';
    left: -170px;
    top: -70px;
    width: 285px;
    height: 700px;
    background-color:rgba(43,43,43,0.94);
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
}

.review-area .review-bg img {
    display:block;
    width: 100%;
    height: 100%;
}
.review-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }

.review-area .review-slider {
    max-width: 650px;
    margin-left: auto;
    padding-right: 50px;
}

.review-area .review-slider .owl-prev {
    width: 25px;
    height: 25px;
    line-height: 28px !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    font-size: 18px !important;
    border: 1px solid rgb(252,107,0) !important;;
    color: rgb(252,107,0) !important;;
}

.review-area .review-slider .owl-prev:hover {
    color: #ffffff !important;
    background-color:rgb(252,107,0) !important;;
}

.review-area .review-slider .owl-next {
    width: 25px;
    height: 25px;
    line-height: 28px !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    font-size: 18px !important;
    border: 1px solid rgb(252,107,0) !important;;
    color: rgb(252,107,0) !important;
}

.review-area .review-slider .owl-next:hover {
    color: #ffffff !important;
    background-color: rgb(252,107,0) !important;;
}

.review-area .review-slider .review-item {
    margin-bottom: 10px;
}

.review-area .review-slider .review-item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 25px;
    color: rgb(255,255,255);
}

.review-area .review-slider .review-item p {
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 35px;
    color: rgb(255,255,255);
}

.review-area .review-slider .review-item .review-inner {
    position: relative;
    padding-top: 4px;
}

.review-area .review-slider .review-item .review-inner img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 65px;
}

.review-area .review-slider .review-item .review-inner h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    color: rgb(255,255,255);
}

.review-area .review-slider .review-item .review-inner span {
    margin-bottom: 0;
    font-style: 14px;
    display: block;
    color: rgb(255,255,255);
}

.review-area .video-wrap {
    position: absolute;
    top: 200px;
    right: 0;
    left: 235px;
    display: inline-block;
    text-align: center;
}

.review-area .video-wrap a {
    z-index: 10;
    display: block;
    width: 120px;
    height: 120px;
    line-height: 130px;
    border-radius: 50%;
    position: relative;
    font-size: 70px;
    text-align: center;
    color: rgb(252,107,0);
    margin-left: auto;
    margin-right: auto;
}

.review-area .video-wrap a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}

.review-area .video-wrap a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.review-area .video-wrap a:hover {
    color: #ffffff;
}

.review-area .video-wrap a:hover:before {
    background-color: rgb(252,107,0);
}

.review-area .video-wrap a:hover:after {
    background-color: rgb(252,107,0);
}

@-webkit-keyframes pulse-border {
0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}

@keyframes pulse-border {
0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}
@media only screen and (max-width: 767px) {
    .review-area {
        text-align: center;
    }
    .review-area .col-lg-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .review-area .review-img img:nth-child(1) {
        display: none;
    }
    .review-area .review-bg {
        display: none;
    }
    .review-area .owl-theme .owl-nav {
        position: relative;
        margin-top: 15px;
    }
    .review-area .review-slider {
        max-width: 100%;
        margin-left: auto;
        padding-right: 0;
    }
    .review-area .review-slider .review-item {
        margin-bottom: 10px;
    }
    .review-area .review-slider .review-item i {
        margin-bottom: 20px;
    }
    .review-area .review-slider .review-item p {
        font-size: 16px;
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .review-area .review-slider .review-item .review-inner {
        padding-left: 0;
    }
    .review-area .review-slider .review-item .review-inner img {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        margin-bottom: 12px;
    }
    .review-area .video-wrap {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin-top: 50px;
    }
    .review-area .video-wrap a {
        width: 110px;
        height: 110px;
        line-height: 125px;
    }
    .review-area .video-wrap a:before {
        width: 110px;
        height: 110px;
    }
    .review-area .video-wrap a:after {
        width: 110px;
        height: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .review-area {
        text-align: center;
        padding-top: 70px;
    }
    .review-area .review-img img:nth-child(1) {
        display: none;
    }
    .review-area .owl-theme .owl-nav {
        position: relative;
        margin-top: 15px;
    }
    .review-area .review-slider {
        max-width: 100%;
        margin-right: auto;
        padding-right: 0;
    }
    .review-area .review-slider .review-item {
        margin-bottom: 10px;
    }
    .review-area .review-slider .review-item i {
        margin-bottom: 20px;
    }
    .review-area .review-slider .review-item p {
        font-size: 15px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .review-area .review-slider .review-item .review-inner {
        padding-left: 0;
    }
    .review-area .review-slider .review-item .review-inner img {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        margin-bottom: 12px;
    }
    .review-area .video-wrap {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
    }
    .review-area .video-wrap a {
        width: 110px;
        height: 110px;
        line-height: 125px;
    }
    .review-area .video-wrap a:before {
        width: 110px;
        height: 110px;
    }
    .review-area .video-wrap a:after {
        width: 110px;
        height: 110px;
    }
}
@media only screen and (min-width: 1199px) and (max-width: 1300px) {
    .review-area .review-slider {
      max-width: 560px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .review-area .container-fluid {
        padding-left: 15px !important;
    }
    .review-area .review-slider {
        max-width: 490px;
    }
}

.blog-area {
    padding-bottom:100px;
    background: ;
}

.blog-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd7a;
            box-shadow: 0px 0px 20px 0px #dddddd7a;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: #ffffff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.blog-item:hover {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
}

.blog-item:hover .blog-top .blog-date {
    left: 0;
}
.blog-item img{
    display: block;
    width: 100%;
}
.blog-item .blog-top {
    position: relative;
}

.blog-item .blog-top a {
    display: block;
}

.blog-item .blog-top .blog-date {
    display: inline-block;
    text-align: center;
    padding: 7px 12px 8px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    bottom: 0;
    left: 20px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: rgb(252,107,0);
}

.blog-item .blog-top .blog-date p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}

.blog-item .blog-top .blog-date span {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.blog-item .blog-bottom {
    padding: 22px 30px 26px;
}

.blog-item .blog-bottom h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-item .blog-bottom h3 a {
    color: #333333;
    display: block;
}

.blog-item .blog-bottom h3 a:hover {
    color: rgb(252,107,0);
}

.blog-item .blog-bottom ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.blog-item .blog-bottom ul li {
    list-style-type: none;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
}

.blog-item .blog-bottom ul li a {
    color: #808291;
    font-size: 14px;
}

.blog-item .blog-bottom ul li a:hover {
    color: rgb(252,107,0);
    }

.blog-item .blog-bottom ul li:last-child {
    text-align: right;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
}

.blog-item .blog-bottom ul li:last-child a {
    margin-top: 8px;
}

.blog-item .blog-bottom ul li:last-child a i {
    display: inline-block;
    font-size: 19px;
    position: relative;
    top: 4px;
}
@media only screen and (max-width: 767px) {
    .blog-area {
        padding-bottom: 60px;
    }
    .blog-item .blog-bottom {
        padding: 22px 20px 26px;
    }
    .blog-item .blog-bottom ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%;
    }
    .blog-item .blog-bottom ul li img {
        margin-right: 3px;
    }
    .blog-item .blog-bottom ul li:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area {
        padding-bottom: 140px;
    }
    .blog-item .blog-bottom {
        padding: 22px 20px 26px;
    }
    .blog-item .blog-bottom ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%;
    }
    .blog-item .blog-bottom ul li img {
        margin-right: 3px;
    }
    .blog-item .blog-bottom ul li:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
    }
}
