/*
 * Excellis Reality
 * Author: Ikbal Hossain
 */

@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;800&family=Exo:wght@100;200;900&display=swap');


body {
    overflow-x: hidden;
    font-family: 'Exo', sans-serif;
    transition: ease-in all 0.3s;
    background-color: #fff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

ul {
    padding: 0;
    margin: 0 !important;
}

:focus {
    outline: none !important;
}

li {
    list-style: none;
    font-family: 'Exo', sans-serif;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.mmt {
    margin-top: -100px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-200 {
    margin-top: 200px;
}

.ptb-50 {
    padding-top: 50px;
}

.theme_color {
    color: #e85516 !important;
}

.theme_bg {
    background-color: #e85516 !important
}

.cursor {
    display: none;
}

.hoverable {
    cursor: none
}

.common_padding {
    padding: 80px 0px
}


/**************************************************************************/
/**Home Banner Section**/
/**************************************************************************/

.menu_width {
    width: 50%
}

.hero_banner_sec {
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
    position: relative
}

.hero_banner_img_part {
    height: 100vh
}

.hero_banner_img_part video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero_banner_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 20%);
}

.Hero_content_wrapper h1 {
    font-size: 130px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 30px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 10px 12px 16px rgb(0 0 0 / 41%);
}



.Hero_content_wrapper span {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 50px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase
}

.Hero_content_wrapper {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.banner_link {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Poppins', sans-serif;
}

.hero_services_link {
    right: 15px;
}

.hero_services_link::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    background-color: #fff;
    left: -60%;
    top: 50%;
}

.hero_property_link::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    background-color: #fff;
    right: -60%;
    top: 50%;
}

.hero_property_link {
    left: 15px
}



.hscroll-line {
    bottom: 80px;
    right: 46%;
    height: 2px;
    position: absolute;
    overflow: hidden;
    width: 130px;
    transform: rotate(90deg);
    tranform-origin: -50% -50%;

}


.hscroll-line::before,
.hscroll-line::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.hscroll-line:before {
    background: #fff;
}

.hscroll-line::after {
    background: #000;
    animation: move 3s infinite
}

@keyframes move {
    0% {
        transform: translate3d(-200%, 0, 0)
    }

    60% {
        transform: translate3d(100%, 0, 0)
    }

    100% {
        transform: translate3d(100%, 0, 0)
    }
}


/********************  Loader ********************/

.preloader.complete {
    opacity: 0;
    visibility: hidden;
}
.preloader.complete .box h1{
    font-size: 0
}

.preloader::before {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    content: '';
    z-index: 99
}


.box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.box h1 {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-size: 70px;
    color: #fff;
    background: #000;
    mix-blend-mode: difference;
    font-family: 'Exo', sans-serif;
}

.box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 100%;
    background: #fff;
    animation: animate 5s infinite linear;
}

@keyframes animate {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 130px);
    }

    100% {
        left: 0;
    }
}



/********************About Us ***********************/

.about_sec {
    position: relative;
    background-color: #fff
}

.abt_video_sec {
    position: relative
}


.abt_content p {
    font-size: 20px;
    font-weight: 200;
    font-family: 'Exo', sans-serif;
    line-height: 45px;
    color: #000
}

.abt_content {
    position: relative;
    z-index: 99;
}

.Read_more {
    font-size: 28px;
    font-weight: 100;
    font-family: 'Exo', sans-serif;
    color: #000;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: ease-in all 0.3s;
    z-index: 1
}

.Read_more span {
    height: 1px;
    width: 90px;
    background-color: #000;
    margin-left: 20px;
    display: block;
    transition: ease-in all 0.3s
}

.Read_more:hover span {
    height: 44px;
    z-index: -1;
    margin-left: -90px;
    background-color: #b5b5b5;
    transition: ease-in all 0.3s;
    width: 150px;
}

.Read_more:hover {
    color: #000
}

.black_bg {
    color: #fff !important;
}

.black_bg span {
    background-color: #fff;
}

.black_bg:hover span {
    background-color: #525252;
}



@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap .ticker {
    display: inline-block;
    white-space: nowrap;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 200s;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 100px;
    color: #000;
    font-family: 'Exo', sans-serif;
    font-weight: 100;
    line-height: 120px
}

.black_ticker {
    color: #fff !important;
}

.ticker-wrap {
    overflow: hidden;
    width: 100%;
    left: 0;
    margin-bottom: 40px
}

.sticky_div_blank {
    position: absolute;
    bottom: 40px;
    background-color: #3b3b3b;
    width: 30px;
    height: 250px;
    left: 0;
    transition: ease-in all 0.3s
}

.sticky_div_blank2 {
    position: absolute;
    top: 0px;
    background-color: #3b3b3b;
    width: 30px;
    height: 250px;
    right: 0;
    transition: ease-in all 0.3s
}


/*****************Services Section*************************/

.services_sec {
    background-color: #000000;
    position: relative
}

.services_left_con h4 {
    font-size: 40px;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    line-height: 70px
}

.services_left_con p {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    line-height: 35px;
    font-family: 'Exo', sans-serif;
}

.serv_img {
    margin-top: 40px;
    position: absolute
}

.services_left_con {
    padding-right: 50px
}

.services_right_part ul li {
    padding: 18px 0px
}

.services_right_part ul li a {
    font-size: 22px;
    color: #a1a1a1;
    font-weight: 200;
    font-family: 'Exo', sans-serif;
    display: flex;
    align-items: center;
    transition: ease-in all 0.3s
}

.services_right_part ul li a span {
    width: 50px;
    height: 2px;
    background-color: #424242;
    display: block;
    margin-left: 10px;
    transition: ease-in all 0.3s
}

.services_right_part ul li:hover a {
    letter-spacing: 3px;
    color: #fff;
    font-weight: 300;
    transition: ease-in all 0.3s
}

.services_right_part ul li:hover a span {
    background-color: #fff;
    transition: ease-in all 0.3s
}



/******************Portfolio section************************/

.portfolio_title p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 35px;
    font-family: 'Exo', sans-serif;
}

.portfolio_title {
    margin-top: -30px
}

.portfolio_sec {
    background-color: #fff;
    padding-top: 110px
}

.single_port_folio {
    padding-right: 50px;
}

.single_port_folio.right_port {
    padding-left: 50px;
    padding-right: inherit
}

.portfolio_wrapper {
    position: relative;
    margin-top: 70px
}

.card_wrapper{
    column-count: 2
}
.card_wrapper .card{
    margin-bottom: 100px;
    border: none
}

/*
.portfolio_wrapper::before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #d7d7d7;
    position: absolute;
    left: 50%
}
*/

/*
.left_port::before {
    content: '';
    width: 3px;
    height: 125px;
    background-color: #000;
    position: absolute;
    right: -3px;
    z-index: 9;
    top: 50%;
    transform: translate(0px, -50%)
}*/
/*
.right_port::before {
    content: '';
    width: 3px;
    height: 125px;
    background-color: #000;
    position: absolute;
    left: 0px;
    z-index: 9;
    top: 50%;
    transform: translate(0px, -95%)
}
*/

.right_port {
    margin-top: -400px
}

.portfolio_content {
    font-family: 'Exo', sans-serif;
    background-color: #ffffff;
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 70%;
}

.portfolio_content h4 {
    font-size: 20px;
    font-weight: 500;
}

.portfolio_location {
    font-size: 15px;
}

.right_port .portfolio_content {
    right: 30px !important;
    bottom: 20px;
    left: inherit;
}


/*********************Property Sector********************/

.property_sec {
    background-color: #f6f6f6;
}

.property_title p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 35px;
    font-family: 'Exo', sans-serif;
}

.property_title {
    background-color: #000000;
    padding: 40px 40px 190px 40px
}

.property_slider_wrapper {
    margin-top: -130px
}

.property_content {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px
}

.property_content h4 {
    color: #fff;
    z-index: 9;
    position: relative;
    font-size: 25px;
    font-family: 'Exo', sans-serif;
    font-weight: 300
}

.property_img_wrapper img {
    transition: ease-in all 0.3s
}

.single_property {
    overflow: hidden
}

.single_property:hover .property_img_wrapper img {
    transform: scale(1.1);
    transition: ease-in all 0.3s
}

.property_content::before {
    content: '';
    background: linear-gradient(359deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.835171568627451) 26%, rgba(0, 0, 0, 0.42620798319327735) 72%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;

}


#property_slider .owl-nav {
    position: absolute;
    top: -110px;
    right: 0;
}

#property_slider .owl-nav .owl-prev {
    margin-right: 40px
}

#property_slider .owl-nav button:hover {
    background: none;
}




/***************We work with section**********************/

.we_work_with_sec {
    background-color: #000000;
    position: relative
}

.work_with_title p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 35px;
    font-family: 'Exo', sans-serif;
}

.work_with_title {
    margin-top: -30px
}

section.we_work_with_sec::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #bcbcbd;
    height: 237px;
}



#partner_slide .owl-nav .owl-next {
    position: absolute;
    top: 40px;
    left: -120px;
}

#partner_slide .owl-nav .owl-prev {
    position: absolute;
    bottom: 50px;
    left: -120px;
}

#partner_slide .owl-nav button:hover {
    background: none;
}


/*****************Contact Us section***************************/

.contact_sec {
    background-color: #fff;
    position: relative
}



.contact_title p {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 35px;
    font-family: 'Exo', sans-serif;
}

.contact_title {
    margin-top: -20px
}

.contact_details_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_details .phone_number span a,
.contact_details .email_address span a {
    font-size: 35px;
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    color: #000
}

.contact_details .phone_number img,
.contact_details .email_address img {
    margin-right: 15px;
    width: 40px
}

.or_option {
    font-size: 35px;
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    color: #000;
    text-transform: uppercase;
    margin: 40px 0;
    display: block
}

.contact_fomr_sec {
    background-color: #000;
    padding: 60px 150px 60px 60px;
    position: relative;
    z-index: 2;
}

.custom_input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #959595;
    background-image: none;
    outline: none;
    padding: 15px;
    margin-bottom: 30px;
    font-family: 'Exo', sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
    color: #959595;
    cursor: none;
    transition: ease-in all 0.3s
}

.custom_input::placeholder {
    font-family: 'Exo', sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
    color: #959595
}

.custom_input:focus {
    border-color: #fff;
    transition: ease-in all 0.3s
}

.form_submit_btn {
    background-color: transparent;
    border: none;
    font-size: 35px;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    letter-spacing: 3px;
    width: 300px;
    text-align: center;
    position: relative;
    transition: ease-in all 0.3s
}

.form_submit_btn::before {
    position: absolute;
    bottom: 0px;
    height: 24px;
    width: 100%;
    background-color: #252525;
    content: '';
    left: 0;
    z-index: -1;
    transition: ease-in all 0.3s
}

.form_submit_btn:hover::before {
    height: 54px;
    transition: ease-in all 0.3s
}

.map_sec iframe {
    filter: grayscale(1)
}



/**********************Footer Section********************/

.footer_sec {
    padding: 80px 0px;
    background: rgb(37, 37, 37);
    background: linear-gradient(90deg, rgba(37, 37, 37, 1) 50%, rgba(53, 52, 52, 1) 50%);
    position: relative
}

.left_footer p {
    font-size: 20px;
    color: #898989;
    letter-spacing: 0.5px;
    font-family: 'Exo', sans-serif;
    line-height: 35px
}

.left_footer img {
    width: 250px;
    margin-bottom: 25px
}

.right_footer ul li {
    display: flex;
    align-items: center;
    color: #a9a9a9;
    font-size: 20px;
    font-family: 'Exo', sans-serif;
    margin: 25px 0px
}

.right_footer ul li img {
    padding-right: 10px
}

.left_footer {
    padding-right: 60px
}

.right_footer {
    padding-left: 60px
}

.footer_sec span.big_text {
    font-size: 200px;
    color: #000;
    opacity: 0.15;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 50px
}


.copyrigh_sec {
    padding: 30px 0px;
    background-color: #000;
}

.copyrigh_inner {
    text-align: center;
}

.copyrigh_inner p {
    margin-bottom: 0px;
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    color: #c2c2c2;
}



#back-to-top {
   display: inline-block;
    background-color: #ff9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #000;
    font-family: 'Exo';
}


#back-to-top:hover {
    cursor: pointer;
    background-color: #333;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}


.services_page_sec {
    padding: 100px 0px
}


.solutions-2-sing {
    position: relative;
    opacity: 0;
    background-color: #fff;
    margin-bottom: 180px
}

.solutions-2-sing,
.solutions-2-sing.is-inview {
    -webkit-transition: opacity 1.2s cubic-bezier(.24, .64, .4, 1);
    transition: opacity 1.2s cubic-bezier(.24, .64, .4, 1)
}

.solutions-2-sing.is-inview {
    opacity: 1
}

.solutions-2-sing.is-inview .solutions-2-sing__img > div {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.24, .64, .4, 1);
    transition: -webkit-transform 1.2s cubic-bezier(.24, .64, .4, 1);
    transition: transform 1.2s cubic-bezier(.24, .64, .4, 1);
    transition: transform 1.2s cubic-bezier(.24, .64, .4, 1), -webkit-transform 1.2s cubic-bezier(.24, .64, .4, 1)
}

.solutions-2-sing:last-of-type {
    margin-bottom: 0
}

.solutions-2-sing:before {
    content: "";
    position: absolute;
    top: 0;
    left: -webkit-calc(50% - 1px);
    left: calc(50% - 1px);
    height: 90%;
    width: 2px;
    background: #e96c24
}

.solutions-2-sing__circ {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    overflow: hidden
}

.solutions-2-sing__circ-int {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

.solutions-2-sing__circ1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(37, 37, 37, .5);
    border-radius: 100%;
    -webkit-animation: a 40s infinite linear;
    animation: a 40s infinite linear
}

.solutions-2-sing__circ1:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 100%;
    z-index: 2
}

.solutions-2-sing__circ2 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid rgba(37, 37, 37, .5);
    border-radius: 100%;
    -webkit-animation: a 25s infinite linear;
    animation: a 25s infinite linear
}

.solutions-2-sing__circ2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 100%;
    z-index: 2
}

.solutions-2-sing__img {
    position: absolute;
    top: 40px;
    left: 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
    border-radius: 100%;
    overflow: hidden
}

.solutions-2-sing__img > div {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.24, .64, .4, 1);
    transition: -webkit-transform 1.2s cubic-bezier(.24, .64, .4, 1);
    transition: transform 1.2s cubic-bezier(.24, .64, .4, 1);
    transition: transform 1.2s cubic-bezier(.24, .64, .4, 1),
        -webkit-transform 1.2s cubic-bezier(.24, .64, .4, 1)
}

.solutions-2-sing__tit p {
    margin: 20px 0 5px
}

.solutions-2-sing__subtit p {
    margin: 0
}

.rotating {
    -webkit-animation: rotating 15s linear infinite;
    -moz-animation: rotating 15s linear infinite;
    -ms-animation: rotating 15s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 15s linear infinite;
}

.rotating2 {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}

.solutions-2-sing__cont {
    margin-top: 25px
}

.solutions-2-sing__cont p {
    margin: 0 0 10px;
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.solutions-2-sing.switch-side .solutions-2-sing__sx {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 20px;
    padding-right: 0
}

.solutions-2-sing.switch-side .solutions-2-sing__dx {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 50px;
    text-align: right
}

.solutions-2-sing.switch-side .solutions-2-sing__circ {
    margin-left: 0
}



.solutions-2-sing__tit p {
    font-size: 35px;
    font-weight: 800;
    font-family: 'Exo', sans-serif;
}


@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating2

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating2 {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




/* Reveal block */
.reveal-holder {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%
}

.portfolio_img_wrapper .reveal-holder img {
    width: 100%
}

.reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: #2d2d2d;
}

.reveal-holder .reveal-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transition-property: transform;
    transition-duration: 0.5s;
}

.reveal-block.gradient::before {
    background: linear-gradient(to left, #eebf56, #f46ca3);
}

.reveal-block.gradient-two::before {
    background: linear-gradient(to left, #1b9edf, #af74c3);
}

.reveal-block.extra {
    background: #1b9edf;
}

.reveal-block.extra::before {
    background: #af74c3;
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
    transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
    transform: scaleX(1);
}

.reveal-block.top::before {
    transform: scaleY(0);
    transform-origin: 0% 100%;
}

.reveal-block.left::before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
}

.reveal-block.right::before {
    transform: scaleX(0);
    transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
    transform: scaleY(0);
    transform-origin: 100% 0%;
}

/* AOS animate */
[data-aos=reveal-top],
[data-aos=reveal-left],
[data-aos=reveal-right],
[data-aos=reveal-bottom] {
    transition-property: transform;
    transition-delay: 0.5s;
}

[data-aos=reveal-top] {
    transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
    transform: scaleY(0);
    transform-origin: 100% 0%;
}

[data-aos=reveal-left] {
    transform: scaleX(1);
}

[data-aos=reveal-left].aos-animate {
    transform: scaleX(0);
    transform-origin: 0% 100%;
}

[data-aos=reveal-right] {
    transform: scaleX(1);
}

[data-aos=reveal-right].aos-animate {
    transform: scaleX(0);
    transform-origin: 100% 0%;
}

[data-aos=reveal-bottom] {
    transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
    transform: scaleY(0);
    transform-origin: 0% 100%;
}

[data-aos=reveal-item] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
}

[data-aos=reveal-item].aos-animate {
    visibility: visible;
}

.inner_banner_title {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 11;
    top: 75%;
    mix-blend-mode: difference;
}

.inner_banner_sec {
    position: relative;
}

.inner_banner_title h2 {
    font-size: 50px;
    color: #fff;
    mix-blend-mode: difference;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
    text-align: left;
}

.abt_inner_content {
    background-color: #f6f6f6;
    padding: 50px;
    margin-bottom: 70px;
    padding-left: 25%
}

#waves {
    width: 100%;
    height: 520px;
}

.inner_banner_title {
    width: 40%;
    position: absolute;
    top: 50%;
}

.inner_banner_conb_secc {
    position: relative
}

.inner_banner_img {
    position: absolute;
    right: 0;
    top: -320px;
    width: 50%;
    height: 700px;
}

.inner_banner_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.abt_inner_content p {
    font-size: 18px;
    font-family: 'Exo';
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    margin-right: 25px;
}

.abt_con_inner .abnt_inner_img_wrapper {
    margin-bottom: 30px;
}

.abnt_inner_img_wrapper.right_img {
    float: right;
    margin-left: 30px
}

.abnt_inner_img_wrapper.left_img {
    float: left;
    margin-right: 30px
}

.abt_con_inner p {
    font-size: 20px;
    font-weight: 200;
    font-family: 'Exo', sans-serif;
    line-height: 40px;
    color: #000;
}

.single_team_dp {
    margin: 25px
}

.team_name {
    margin-left: 25px
}

.team_name h4 {
    color: #fff;
    font-size: 30px;
    font-family: 'Exo', sans-serif;
}

.team_name p {
    color: #fff;
    font-size: 15px;
    font-family: 'Exo', sans-serif;
    letter-spacing: 2px
}

.property_desc {
    padding: 20px;
    background-color: #000;
}

.property_desc h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Exo';
}

.property_desc p {
    font-size: 14px;
    font-family: 'Exo';
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #fff;
}

.single_property_img .reveal-holder img,
.single_property_img .reveal-holder {
    width: 100%
}
