.banner-section-3 {
    position: relative;
    overflow: hidden
}

.banner-section-3 .slide-item {
    position: relative;
    min-height: 780px
}

@media only screen and (max-width:1023px) {
    .banner-section-3 .slide-item {
        min-height: auto
    }
}

.banner-section-3 .slide-item .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner-section-3 .slide-item .bg-image:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-image: url(../images/pattern/p33.png);
    background-repeat: no-repeat;
    opacity: .77;
    content: ""
}

.banner-section-3 .content-box {
    position: relative;
    padding: 220px 0 120px;
    text-align: right
}

@media only screen and (max-width:1023px) {
    .banner-section-3 .content-box {
        padding: 180px 0;
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .banner-section-3 .content-box {
        padding: 120px 0
    }
}

.banner-section-3 .content-box .title {
    font-size: 100px;
    line-height: .9em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
    .banner-section-3 .content-box .title {
        font-size: 80px
    }
}

@media only screen and (max-width:1023px) {
    .banner-section-3 .content-box .title {
        font-size: 70px
    }
}

@media only screen and (max-width:767px) {
    .banner-section-3 .content-box .title {
        font-size: 48px;
        line-height: 1em
    }
}

.banner-section-3 .content-box .text {
    font-size: 24px;
    color: rgba(255, 255, 255, .7);
    font-weight: 400;
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-bottom: 30px
}

.banner-section-3 .content-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

@media only screen and (max-width:1023px) {
    .banner-section-3 .content-box .btn-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.banner-section-3 .content-box .btn-box .theme-btn {
    margin-right: 10px
}

@media only screen and (max-width:767px) {
    .banner-section-3 .content-box .btn-box .theme-btn {
        font-size: 14px;
        padding: 10px 30px;
        margin: 0 5px
    }
}

.service-block-new-3 {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.service-block-new-3 .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 25px;
    background-color: var(--bg-theme-color1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    min-height: 280px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top: 6px solid #b48f3a;
}

.service-block-new-3 .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.service-block-new-3 .inner-box:hover:before {
    height: 0
}

.service-block-new-3 .inner-box:hover .title {
    color: #fff
}

.service-block-new-3 .inner-box:hover .text {
    color: #8c8f94
}

.service-block-new-3 .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    font-size: 64px;
    color: var(--theme-color1);
    font-weight: 900;
    line-height: 64px;
    background-color: #f4f5f8;
    border-radius: 50%;
    margin: 0 auto 25px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.service-block-new-3 .title {
    margin-bottom: 10px;
    line-height: 1.2em
}

.service-block-new-3 .title:hover {
    color: var(--theme-color1)
}

.service-block-new-3 .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #797582;
    font-weight: 500;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.service-block-new-1 {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.service-block-new-1 .inner-box {
    position: relative;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e6e8ed;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-new-1 .inner-box:hover {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.service-block-new-1 .inner-box:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.service-block-new-1 .inner-box:hover .image-box .image:after {
    left: 0;
    right: 0;
    opacity: 0
}

.service-block-new-1 .image-box {
    position: relative
}

.service-block-new-1 .image-box::before {
    background: var(--gradient-3);
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.service-block-new-1 .image-box .image {
    overflow: hidden;
    margin-bottom: 0
}

.service-block-new-1 .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-new-1 .image-box .image:after {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.service-block-new-1 .image-box .icon-box {
    position: absolute;
    left: 25px;
    bottom: -10px;
    height: 90px;
    width: 90px;
    background: var(--bg-theme-color1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 58px;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.service-block-new-1 .image-box .icon-box:before {
    position: absolute;
    bottom: 0;
    left: -10px;
    border-right: 10px solid var(--border-theme-color1);
    border-bottom: 10px solid transparent;
    content: ""
}

.service-block-new-1 .image-box .icon-box:after {
    position: absolute;
    bottom: 0;
    right: -10px;
    border-left: 10px solid var(--border-theme-color1);
    border-bottom: 10px solid transparent;
    content: ""
}

.service-block-new-1 .content-box {
    position: relative;
    padding: 35px 25px 15px
}

.service-block-new-1 .content-box .title {
    margin-bottom: 14px
}

.service-block-new-1 .content-box .title:hover {
    color: var(--theme-color2)
}

.service-block-new-1 .content-box .text {
    position: relative;
    margin-bottom: 0
}

.service-block-new-1 .content-box .read-more {
    font-size: 12px;
    line-height: 30px;
    color: #808287;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .1em;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    margin-top: 15px
}

.service-block-new-1 .content-box .read-more i {
    margin-left: 10px;
    color: var(--theme-color2);
    font-size: 16px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.service-block-new-1 .content-box .read-more:hover {
    color: var(--theme-color2)
}

.service-block-new-1 .content-box .read-more:hover i {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0
}

.video-section-new-3 {
    position: relative;
    z-index: 9
}

.video-section-new-3 .video-box-new-3 {
    position: relative;
    min-height: 560px;
    margin-top: 20px
}

.video-section-new-3 .video-box-new-3 .bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.video-section-new-3 .video-box-new-3 .bg::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #141417;
    opacity: .2;
    content: ""
}

.video-section-new-3 .video-box-new-3 .content {
    padding: 240px 0 95px;
    text-align: center
}

.video-section-new-3 .video-box-new-3 .content .title {
    position: relative;
    color: #fff;
    font-size: 60px;
    margin-bottom: 0;
    margin-top: 60px;
    font-weight: 700
}

@media only screen and (max-width:1199px) {
    .video-section-new-3 .video-box-new-3 .content .title {
        margin-bottom: 30px;
        font-size: 32px
    }
}

.video-section-new-3 .video-box-new-3 .content .play-now {
    position: relative;
    display: inline-block;
    margin-bottom: 30px
}

.video-section-new-3 .video-box-new-3 .content .play-now .icon {
    color: #fff;
    font-size: 30px;
    background-color: var(--bg-theme-color2)
}

.play-now .icon {
    width: 100px;
    height: 100px;
    line-height: 100px
}

.about-section-white .sec-title.light .text,
.about-section-white .info-box .inner .text {
    color: #fff !important
}

.about-section-white .info-box .inner:hover .icon {
    color: #fff
}

.about-section-white .info-box .inner .title {
    text-transform: capitalize
}

.fun-fact-section-new-3 {
    position: relative;
    background: #000;
    padding: 220px 0 85px;
    margin-top: -100px
}

.fun-fact-section-new-3::before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/pattern-1.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover
}

.fun-fact-section-new-3 .fact-counter {
    position: relative;
    z-index: 2
}

.counter-block-new-3 {
    position: relative;
    margin-bottom: 50px
}

.counter-block-new-3:last-child .inner:before {
    display: none
}

.counter-block-new-3 .inner {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    padding: 35px 30px 30px;
    background-color: #171717
}

.counter-block-new-3 .inner:hover::before {
    height: 0
}

.counter-block-new-3 .inner:hover:after {
    height: 100%
}

.counter-block-new-3 .content {
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 9
}

.counter-block-new-3 .content:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.counter-block-new-3 .icon {
    position: relative;
    display: inline-block;
    color: var(--bg-theme-color2);
    border-radius: 50%;
    font-size: 45px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 20px
}

.counter-block-new-3 .count-box {
    position: relative;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    line-height: 1em;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 15px
}

.counter-block-new-3 .count-box .count-text {
    font-size: 30px;
    font-weight: 700;
    line-height: 1em
}

.counter-block-new-3 .counter-title {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

.contact-section-new-3 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 70px
}

.contact-section-new-3 .bg-image {
    position: absolute;
    right: 60px;
    bottom: 0
}

@media only screen and (max-width:1700px) {
    .contact-section-new-3 .bg-image {
        right: -60px
    }
}

@media only screen and (max-width:1439px) {
    .contact-section-new-3 .bg-image {
        display: none
    }
}

.contact-section-new-3 .sec-title {
    margin-bottom: 40px
}

.contact-section-new-3 .title-column {
    position: relative;
    margin-bottom: 50px
}

.contact-section-new-3 .form-column {
    margin-bottom: 50px
}

.contact-section-new-3 .form-column .inner-column {
    padding-right: 80px
}

@media only screen and (max-width:1199px) {
    .contact-section-new-3 .form-column .inner-column {
        padding-right: 0;
        margin-left: 0
    }
}

.contact-form {
    position: relative;
    background-color: #fff;
    /* padding: 50px 60px; */
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07)
}

.contact-form::before {
    position: absolute;
    right: 30px;
    bottom: 30px;
    height: 414px;
    width: 340px;
    border-bottom: 5px solid;
    -o-border-image: linear-gradient(to left, var(--border-theme-color2), transparent) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(var(--border-theme-color2)), to(transparent)) 1;
    border-image: linear-gradient(to left, #b48f3a, transparent) 1;
    z-index: 2;
    pointer-events: none;
    content: ""
}

@media only screen and (max-width:1023px) {
    .contact-form::before {
        display: none
    }
}

.contact-form:after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    height: 414px;
    width: 340px;
    pointer-events: none;
    border-right: 5px solid;
    -o-border-image: linear-gradient(transparent, var(--border-theme-color2)) 1;
    border-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--border-theme-color2))) 1;
    border-image: linear-gradient(transparent, #b48f3a) 1;
    z-index: 2;
    content: ""
}

@media only screen and (max-width:1023px) {
    .contact-form:after {
        display: none
    }
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 10px
}

.contact-form .form-group:last-child {
    margin-bottom: 0
}

.contact-form .form-group .select2-container--default .select2-selection--single,
.contact-form .form-group input:not([type=submit]),
.contact-form .form-group textarea,
.contact-form .form-group select {
    font-weight: 400
}

.contact-form .form-group input[type=submit],
.contact-form .form-group button {
    margin-top: 10px;
    line-height: 30px;
    padding: 15px 50px
}

.news-block .inner-box .lower-content .text {
    padding: 0 20px;
    margin-bottom: 20px
}

.call-to-action-three-new {
    position: relative;
    padding: 120px 0;
    z-index: 2
}

.call-to-action-three-new .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bg-theme-color2);
    overflow: hidden
}

.call-to-action-three-new .outer-box::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(../images/icons/shape-3-3.png);
    background-position: center right;
    background-repeat: no-repeat;
    content: ""
}

.call-to-action-three-new .content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 30px 80px
}

.call-to-action-three-new .image-box {
    position: relative;
    height: 100%
}

.call-to-action-three-new .image-box .image {
    position: relative;
    margin-bottom: 0
}

.call-to-action-three-new .image-box .image img {
    height: 100%;
    min-width: 340px;
    -o-object-fit: cover;
    object-fit: cover
}

.call-to-action-three-new .title-box .title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

.call-to-action-three-new .btn-box {
    position: relative;
    z-index: 8
}

.call-to-action-three-new.alternate::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 477px;
    width: 470px;
    border-radius: 0 0 0 500px;
    background-color: var(--bg-theme-color3);
    content: "";
    z-index: -1;
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear
}

.why-choose-us-three {
    position: relative;
    padding: 120px 0 70px;
    overflow: hidden
}

.why-choose-us-three:before {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 350px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #f6f6f6 40%, rgba(255, 255, 255, 0) 30%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #f6f6f6), color-stop(30%, rgba(255, 255, 255, 0)));
    content: "";
    background-repeat: no-repeat;
    background-position: center right
}

.why-choose-us-three .sec-title .text {
    font-size: 22px;
    margin-bottom: 30px;
    color: var(--bg-theme-color2)
}

.why-choose-us-three .image-column {
    position: relative;
    margin-bottom: 50px
}

.why-choose-us-three .image-column .image-box {
    position: relative;
    padding-right: 50px
}

.why-choose-us-three .image-column .image-box .image {
    margin-bottom: 0
}

.why-choose-us-three .image-column .image-box .image img {
    width: 100%
}

.why-choose-us-three .work-block .inner-box {
    border-bottom: none;
    margin-bottom: 10px
}

.why-choose-us-three .work-block .inner-box .title {
    margin-bottom: 10px;
    text-transform: capitalize
}

.why-choose-us-three .work-block .inner-box .text {
    margin-top: 20px
}

.why-choose-us-three .work-block .inner-box .icon {
    color: #fff;
    font-size: 28px
}

.main-footer-3 .text,
.main-footer-3 .user-links li a {
    color: #ccc
}

.main-footer-3 .subscribe-form .form-group input[type=text],
.main-footer-3 .subscribe-form .form-group input[type=email] {
    background: #000
}

.main-footer-3 .theme-btn .btn-title {
    color: #222020
}

.main-footer-3 .footer-bottom .copyright-text p {
    color: #8c8f94
}

@media only screen and (max-width:1023px) {
    .call-to-action-three-new .image-box {
        display: none
    }

    .call-to-action-three-new .content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 40px 30px 50px
    }

    .call-to-action-three-new .btn-box {
        margin-top: 20px
    }
}