@charset "UTF-8";

.hero-area {
    padding-top: 0px;
    padding-bottom: 0;
    position: relative
}

.hero-area .hero-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /*z-index: 1;*/
    padding-top: 170px;
    padding-bottom: 150px;
}
/*.hero-item.item-1{
    background-image: url(/images/new-room/slider-1.jpg)
}
.hero-item.item-2{
    background-image: url(/images/new-room/slider-2.jpg)
}*/
.hero-area .hero-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(1.82deg, #001c47 4.46%, rgba(196, 196, 196, 0) 75.35%, #001c47 103.46%);
    background: linear-gradient(88.18deg, #001c47 4.46%, rgba(196, 196, 196, 0) 75.35%, #001c47 103.46%);
    z-index: -1
}

.banner-txt {
    padding-top: 0;
    padding-bottom: 50px;
}

.hero-title {
    font-size: 96px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 100px;
}

.banner-txt p{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #EBEDF2;
    width: 65%;
}

.plus-text-btn {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    clear: both;
    margin-top: 0;
    margin-left: 20px;
    font-weight: 600
}

.plus-text-btn:hover {
    color: #f45905
}

.plus-text-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FF5E14;
    background: #fff;
    border-radius: 50px;
    margin-right: 20px;
    float: left;
    overflow: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.plus-text-btn .link-text {
    float: left;
    overflow: auto;
    padding-top: 3px;
}

.plus-text-btn span {
    display: block;
}

.hero-item .btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-area .owl-dots {
    position: absolute;
    width: 1200px;
    left: 50%;
    padding: 0 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15%;
    z-index: 3;
}

.hero-area .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #f45905;
    margin: 0 4px;
}

.hero-area .owl-dots .owl-dot.active {
    background: #fff;
}

.hero-area .btn_orange:after {
    background: #fff
}

.hero-area .btn_orange:hover {
    color: #f45905
}
.btn_orange {
    background: #FF5E14;
    color: #fff;
    position: relative;
    z-index: 1
}
.btn_orange:after {
    background: #001c47;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1
}

.btn_orange:hover:after {
    width: 100%
}

.btn_orange:hover {
    color: #fff
}
.cta-btn {
    display: inline-block;
    padding: 15px 35px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px
}

.cta-btn i {
    margin-left: 5px
}

.news-item{
    width: 70%;
}

@media(max-width: 767px) {
    .news-item{
        width: 100%;
    }
    .header-area:before {
        height: 50px;
    }
    .site-logo:after {
        right: -57px;
    }
    .site-logo:before {
        left: 20px;
    }
    .hero-area {
        padding-top: 0;
    }
    .hero-title {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 15px
    }
    .banner-txt p {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 20px
    }
    .heading-bg {
        font-size: 56px;
        top: -25px
    }
    .about-area .heading-bg {
        top: -25px;
    }
    .section-title {
        font-size: 32px;
        line-height: 36px;
    }
    .site-logo {
        padding: 17px 20px 17px 15px;
        width: 22%;
    }
    .hero-area .hero-item {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .banner-txt p {
        width: 70%
    }
    .hero-area .owl-dots {
        width: 100%;
    }
    .hero-item .btn_group {
        margin-bottom: 20px
    }
    .expertise-area {
        padding-top: 100px
    }
    .service-area {
        padding-top: 100px;
    }
    .facts-area {
        padding-top: 100px
    }
    .testimonial-area {
        padding-top: 100px;
    }
    .team-area {
        padding-top: 100px
    }
    .cta-btn {
        padding: 13px 15px;
    }
    .call-text h3 span {
        display: block
    }
    .expertise-inn {
        margin-top: 50px
    }
    .recent-project-area .cta-btn {
        margin-top: 30px
    }
    .partner-inn ul {
        gap: 20px;
    }
    .partner-inn ul li {
        margin-bottom: 10px;
        -ms-flex: 0 20%;
        -webkit-box-flex: 0;
        flex: 0 20%;
    }
    .partners-area {
        padding-bottom: 90px;
    }
    .blog-area {
        padding-top: 0
    }
    .blog-text {
    ;
        padding: 40px 15px;
    }
    .blog-bg-1 {
        display: none;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .footer-inn {
        padding-bottom: 60px;
        padding-top: 90px;
        padding-left: 50px;
        padding-right: 50px
    }
    .footer-widget .logo {
        margin-bottom: 30px
    }
    .footer-post li .img {
        width: 90px;
    }
    .footer-social {
        text-align: center
    }
    .copy-right {
        text-align: center
    }
    .single-testimonial-item {
        padding: 60px
    }
    .testimonial-slider .owl-nav button.owl-prev {
        left: 0;
    }
    .testimonial-slider .owl-nav button.owl-next {
        right: 0;
    }
    .single-testimonial-item p {
        font-size: 18px;
    }
    .single-testimonial-item .client-info {
        margin-top: 30px;
    }
    .single-testimonial-item .client-img {
        margin-bottom: -80px;
        bottom: -20px;
    }
    .review_quote {
        width: 75px;
        height: 75px;
        padding: 25px;
    }
    .testimonial-slider .owl-item {
        padding-bottom: 45px;
    }
    .foter-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .facts-area .video-main {
        right: 100px
    }
    .facts-area p {
        width: 70%;
    }
    .facts-area p br {
        display: none
    }
    .breadcrumb-area {
        padding-top: 130px;
        padding-bottom: 80px;
    }
    .breadcrumb-box h2 {
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 20px
    }
    .breadcrumb-box ul li {
        font-size: 16px;
    }
    .about-page-left .popup-video-block {
        width: 150px;
        height: 150px;
        right: auto;
        bottom: 5%;
        left: 55%;
    }
    .about-page-area {
        padding-top: 100px;
    }
    .about-page-right h3 {
        font-size: 18px;
        margin-top: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .about-page-right-listing>ul li {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .about-page-right-listing li i {
        margin-right: 2px;
    }
    .toll-box h3 {
        font-size: 32px;
    }
    .choose-right {
        margin-top: 50px
    }
    .choose-area>.choose_bg {
        bottom: 0
    }
    .proces-box h3 {
        font-size: 26px;
        line-height: 34px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .process-area {
        padding-bottom: 70px;
        padding-top: 100px;
    }
    .pricing-section {
        padding-top: 100px
    }
    .single-service-text h2 {
        font-size: 32px;
    }
    .service-details-right {
        margin-top: 30px
    }
    .about-service-left {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px
    }
    .portfolio-filter {
        text-align: center;
        margin-top: 30px
    }
    .recent-project-page .section-heading {
        text-align: center
    }
    .recent-project-page .section-heading .heading-bg {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .project-details-slider .owl-nav button {
        width: 50px;
        height: 50px;
        line-height: 50px !important;
        font-size: 20px;
        font-size: 18px !important;
    }
    .cmt-featured-wrapper {
        margin-top: 30px
    }
    .project-sidebar {
        padding-left: 0px;
        margin-top: 30px
    }
    .faq-search-area {
        padding-top: 100px
    }
    .faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
    .notfound-box h1 {
        font-size: 70px;
        line-height: 85px
    }
    .notfound-box h1 span {
        color: #FF5E14;
        font-size: 80px;
        margin: 0 10px;
    }
    .notfound-area {
        padding-top: 150px;
    }
    .notfound-box h2 {
        font-size: 24px;
    }
    .blog-page-left .blog-text h5 {
        font-size: 22px;
        line-height: 26px;
    }
    .widget__post-content h6 {
        font-size: 16px
    }
    .pagination {
        margin-top: 15px
    }
    .pagination-box-row {
        margin-bottom: 30px
    }
    .blog-page-left .blog-text h5 br {
        display: none
    }
    .single-comment-box.comment_reply {
        padding-left: 40px;
    }
    .leave-comment {
        margin-bottom: 30px
    }
    .contact-map-wrap {
        padding-top: 100px;
    }
    .single-contact-info h5 {
        font-size: 16px;
    }
    .contact-form h2,
    .contact-widget-right h2 {
        font-size: 28px;
    }
    .banner-txt{
        padding-top: 50px
    }
}
