/*================ 

Template Name: Apex Estate

Description: Apex Estate - Real Estate Website HTML Template

Version: 1.0 

Author: https://www.templatemonster.com/authors/coderkart 

=======================*/



/********************** 

[Table Of Content]



01. Default CSS Here

02. Fonts CSS Here

03. Header Section CSS Here

04. Home CSS Here

05. Footer Section CSS Here

06. About Us Page CSS Here

07. Contact Us Page CSS Here

08. Agents Page CSS Here

09. Services Page CSS Here

10. 404 Error & Coming Soon Page CSS Here



**********************/







/************************************** 

01. Default CSS Here

**************************************/

* {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

    outline: none;
	

}



:root {

    --primary-font: 'Lato';

    --secondary-font: 'Raleway';

    --heading-font: 'Open Sans Condensed';

    --primary-color: #DC3026;

    --secondary-color: #151515;

    --white: #FFF;

    --black: #000;

    --text-color: #252525;

    --theme-white: #F6F6F6;

    --light-gray: #5C5C5C;

    --theme-transition: .4s all ease;

}



html,

main {

    height: 100%;

}



body {

    font-family: var(--secondary-font);

    padding: 0;

    margin: 0;

    max-width: 2000px;

    margin: auto;

    overflow-x: hidden;

    scroll-behavior: smooth;

    background: var(--white);

}



/*** list ***/

ul,

ol,

li {

    padding: 0px;

    margin: 0px;

    list-style: none;

}



/*** link ***/

a {

    text-decoration: none;

    padding: 0;

    margin: 0;

    transition: all 0.3s ease;

}



a,

a:active,

a:focus,

a:active {

    text-decoration: none;

}



a:hover,

a:focus {

    outline: none;

    text-decoration: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    padding: 0;

    margin: 0;

    font-family: var(--heading-font);

}



h1 {

    font-size: 52px;

    line-height: 62px;

    font-weight: 900;

}



h2 {

    font-size: 32px;

    line-height: 52px;

    font-weight: 800;

}



h3 {

    font-size: 32px;

    line-height: 42px;

    font-weight: 700;

}



h4 {

    font-size: 20px;

    line-height: 30px;

    font-weight: 700;

}



h5 {

    font-size: 18px;

    line-height: 28px;

    font-weight: 500;

}



h6 {

    font-size: 16px;

    line-height: 26px;

    font-weight: 700;

}



p {

    padding: 0;

    margin: 0;

    font-size: 16px;

    line-height: 1.5;

    font-weight: 400;

    font-family: var(--primary-font);

    color: var(--text-color);

}





/*** padding-top-bottom ***/

.ptb-120 {

    padding: 120px 0px;

}



.pt-120 {

    padding-top: 120px;

}



.pt-110 {

    padding-top: 110px;

}



.pt-100 {

    padding-top: 100px;

}



.pt-90 {

    padding-top: 90px;

}

.menuAro{
width:20%
}

.pt-80 {

    padding-top: 80px;

}



.pt-70 {

    padding-top: 70px;

}



.pt-60 {

    padding-top: 60px;

}



.pt-50 {

    padding-top: 50px;

}



.pt-40 {

    padding-top: 40px;

}



.pt-30 {

    padding-top: 30px;

}



.pt-20 {

    padding-top: 20px;

}



.pt-10 {

    padding-top: 10px;

}



.pb-120 {

    padding-bottom: 120px;

}



.pb-110 {

    padding-bottom: 110px;

}



.pb-100 {

    padding-bottom: 100px;

}



.pb-90 {

    padding-bottom: 90px;

}



.pb-80 {

    padding-bottom: 80px;

}



.pb-70 {

    padding-bottom: 70px;

}



.pb-60 {

    padding-bottom: 60px;

}



.pb-50 {

    padding-bottom: 50px;

}



.pb-40 {

    padding-bottom: 40px;

}



.pb-30 {

    padding-bottom: 30px;

}



.pb-20 {

    padding-bottom: 20px;

}



.pb-10 {

    padding-bottom: 10px;

}



/*** margin-top-bottom ***/

.mt-10 {

    margin-top: 10px;

}



.mt-20 {

    margin-top: 20px;

}



.mt-30 {

    margin-top: 30px;

}



.mt-40 {

    margin-top: 40px;

}



.mt-50 {

    margin-top: 50px;

}



.mt-60 {

    margin-top: 60px;

}



.mt-70 {

    margin-top: 70px;

}



.mt-80 {

    margin-top: 80px;

}



.mt-90 {

    margin-top: 90px;

}



.mt-100 {

    margin-top: 100px;

}



.mb-10 {

    margin-bottom: 10px;

}



.mb-20 {

    margin-bottom: 20px;

}



.mb-30 {

    margin-bottom: 30px;

}



.mb-40 {

    margin-bottom: 40px;

}



.mb-50 {

    margin-bottom: 50px;

}



.mb-60 {

    margin-bottom: 60px;

}



.mb-70 {

    margin-bottom: 70px;

}



.mb-80 {

    margin-bottom: 80px;

}



.mb-90 {

    margin-bottom: 90px;

}



.mb-100 {

    margin-bottom: 100px;

}



/*** Page Scrollbar ***/

::-webkit-scrollbar,

::-webkit-scrollbar-width {

    width: 4px;

    height: 3px;

}



::-webkit-scrollbar-thumb,

::-webkit-scrollbar-color {

    background: var(--primary-color);

}



::-webkit-scrollbar-track {

    background: var(--white);

}



img {

    max-width: 100%;

}



.common-bg {

    background: #F2F8FE;

}



form .form-group:last-child {

    margin-bottom: 0px;

}



label {

    font-size: 16px;

    text-transform: capitalize;

    color: var(--secondary-color);

    line-height: 1.3;

    margin-bottom: 5px;

}



label span {

    color: var(--primary-color);

}



.user-input,

.nice-select {

    width: 100%;

    border: none;

    padding: 14px 20px;

    color: var(--secondary-color);

    font-size: 16px;

    font-weight: 500;

    border-radius: 5px;

    outline: none;

    box-shadow: none;

    border: 1px solid rgba(0, 0, 0, .2);

    line-height: 1.4;

    transition: var(--theme-transition);

}



.nice-select{

    height: auto;

}



.nice-select span,

.nice-select .option{

    font-size: 16px;

}





.nice-select:after{

    background: url(../img/icon/select-arrow.svg) no-repeat;

    border: none;

    transform: rotate(0);

    margin: 0;

    width: 10px;

    height: 5px;

    top: 50%;

    transform: translateY(-50%);

    right: 20px;

    transform-origin: unset;

}



.nice-select.open:after{

    transform: rotate(-180deg);

    margin-top: -2px;

}



.nice-select.open .list{

    width: 100%;

}



.user-input::placeholder {

    font-size: 16px;

    font-weight: 500;

    line-height: 1.5;

    color: #333333;

    opacity: 60%;

}



.user-input:focus,

.user-input:hover,

.nice-select:focus,

.nice-select:hover {

    outline: none;

    border-color: var(--primary-color);

    transition: var(--theme-transition);

}



input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus,

textarea:-webkit-autofill,

textarea:-webkit-autofill:hover,

textarea:-webkit-autofill:focus,

select:-webkit-autofill,

select:-webkit-autofill:hover,

select:-webkit-autofill:focus {

    -webkit-text-fill-color: var(--white);

    transition: background-color 5000s ease-in-out 0s

}



textarea {

    min-height: 150px;

    height: 150px;

    resize: none;

}



.form-group {

    margin-bottom: 20px;

}



.common-gap {

    padding:25px 0;

}







.common-inner-gap-both {

    padding: 100px 0;

}



.common-section-title {

    color: var(--secondary-color);

    font-size: 48px;

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 6px;

    text-transform: capitalize;

}



.common-title-bottom-gap {

    margin-bottom: 40px;

}



.lh-0 {

    line-height: 0;

}



.common-para {

    font-size: 16px;

    color: var(--text-color);

    font-weight: 400;

    line-height: 1.7;

}



.common-btn {

    display: block;

    border: none;

    width: fit-content;

    text-transform: capitalize;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.5;

    color: var(--white);

    font-family: var(--heading-font);

    background: var(--primary-color);

    border: 2px solid var(--primary-color);

    border-radius: 5px;

    padding: 12px 30px;

    position: relative;

    transition: var(--theme-transition);

    -webkit-transition: var(--theme-transition);

    -moz-transition: var(--theme-transition);

    -ms-transition: var(--theme-transition);

    -o-transition: var(--theme-transition);

}



.common-btn:hover {

    background: var(--white);

    transition: var(--theme-transition);

    color: var(--primary-color);

}



.common-section-heading {

    font-size: 46px;

    font-weight: 700;

    line-height: 1.1;

    color: var(--secondary-color);

}



.common-bg-wrapper {

    background: #F2F8FE;

}



.common-both-gap-para {

    max-width: 700px;

    margin: auto;

}



.breadcrumbs-wrapper {

    padding: 320px 0 200px;

    position: relative;

    z-index: 1;

}



.breadcrumbs-wrapper:after {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    background: #003970;

    left: 0;

    top: 0;

    opacity: .5;

    z-index: -1;

}



.breadcrumbs-wrapper h1 {

    color: var(--white);

    font-size: 120px;

    font-weight: 700;

    line-height: 1.1;

    text-align: center;

}



.breadcrumbs-wrapper.about-us {

    /* background: url(../img/about-breadcrumbs.png) no-repeat; */

    background-size: cover;

    background-position: top;

}



.breadcrumbs-wrapper.properties {

    background: url(../img/properties-breadcrumbs.png) no-repeat;

    background-size: cover;

    background-position: top;

}



.breadcrumbs-wrapper.contact-us {

    background: url(../img/contact-breadcrumbs.png) no-repeat;

    background-size: cover;

    background-position: top;

}



.breadcrumbs-wrapper.service {

    background: url(../img/services-breadcrumbs.png) no-repeat;

    background-size: cover;

    background-position: top;

}



.breadcrumbs-wrapper.agents {

    background: url(../img/agents-breadcrumbs.png) no-repeat;

    background-size: cover;

    background-position: top;

}



.swiper-pagination {

    position: unset;

}



.swiper-pagination .swiper-pagination-bullet {

    transition: var(--theme-transition);

}



.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: var(--primary-color);

    transition: var(--theme-transition);

}



.swiper-wrapper {

    padding-bottom: 20px;

}



.swiper-pagination .swiper-pagination-bullet {

    margin: 0 6px;

}



/************************************** 

02. Fonts CSS Here

**************************************/



/* --- LATO FONTS HERE --- */



@font-face {

    font-family: 'Lato';

    src: url('../fonts/Lato/Lato-Light.woff2') format('woff2'),

        url('../fonts/Lato/Lato-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Lato';

    src: url('../fonts/Lato/Lato-Bold.woff2') format('woff2'),

        url('../fonts/Lato/Lato-Bold.woff') format('woff');

    font-weight: 700;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Lato';

    src: url('../fonts/Lato/Lato-Regular.woff2') format('woff2'),

        url('../fonts/Lato/Lato-Regular.woff') format('woff');

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}



/* --- OPEN SANS FONTS HERE --- */



@font-face {

    font-family: 'Open Sans Condensed';

    src: url('../fonts/Open_Sans/OpenSansCondensed-Regular.woff2') format('woff2'),

        url('../fonts/Open_Sans/OpenSansCondensed-Regular.woff') format('woff');

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans Condensed';

    src: url('../fonts/Open_Sans/OpenSansCondensed-Medium.woff2') format('woff2'),

        url('../fonts/Open_Sans/OpenSansCondensed-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans Condensed';

    src: url('../fonts/Open_Sans/OpenSansCondensed-Bold.woff2') format('woff2'),

        url('../fonts/Open_Sans/OpenSansCondensed-Bold.woff') format('woff');

    font-weight: 700;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans Condensed';

    src: url('../fonts/Open_Sans/OpenSansCondensed-ExtraBold.woff2') format('woff2'),

        url('../fonts/Open_Sans/OpenSansCondensed-ExtraBold.woff') format('woff');

    font-weight: 800;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Open Sans Condensed';

    src: url('../fonts/Open_Sans/OpenSansCondensed-SemiBold.woff2') format('woff2'),

        url('../fonts/Open_Sans/OpenSansCondensed-SemiBold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}





/* --- RALEWAY FONTS HERE --- */



@font-face {

    font-family: 'Raleway';

    src: url('../fonts/Raleway/Raleway-Light.woff2') format('woff2'),

        url('../fonts/Raleway/Raleway-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Raleway';

    src: url('../fonts/Raleway/Raleway-ExtraBold.woff2') format('woff2'),

        url('../fonts/Raleway/Raleway-ExtraBold.woff') format('woff');

    font-weight: 800;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Raleway';

    src: url('../fonts/Raleway/Raleway-Bold.woff2') format('woff2'),

        url('../fonts/Raleway/Raleway-Bold.woff') format('woff');

    font-weight: 700;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Raleway';

    src: url('../fonts/Raleway/Raleway-Medium.woff2') format('woff2'),

        url('../fonts/Raleway/Raleway-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Raleway';

    src: url('../fonts/Raleway/Raleway-SemiBold.woff2') format('woff2'),

        url('../fonts/Raleway/Raleway-SemiBold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Raleway';

    src: url('../fonts/Raleway/Raleway-Regular.woff2') format('woff2'),

        url('../fonts/Raleway/Raleway-Regular.woff') format('woff');

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}





/**************************************

03. Header Section CSS Here

**************************************/

header {

    /* margin-top: 30px; */

    position: absolute;

    width: 100%;

    z-index: 999;
    background-color: #DC3026;
    

}



header .navbar {

    background: transparent;

    padding: 25px;

    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

    border-radius: 10px;

    transition: var(--theme-transition);

}



header .navbar .logo {

    max-width: 200px;

}



header .navbar .navbar-nav {

    margin: auto;

}



header .navbar ul li {

    margin: 0 20px;

}



header .navbar ul li a {

    padding: 0 !important;

    position: relative;

    padding-bottom: 4px !important;

    color:#fff;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.3;

    font-family: var(--primary-font);

}



header .navbar ul li a::after {

    content: "";

    position: absolute;

    width: 0;

    height: 2px;

    background: var(--primary-color);

    left: 50%;

    transform: translateX(-50%);

    bottom: 0;

    transition: var(--theme-transition);

}



header .navbar ul li a:hover::after,

header .navbar ul li a.active::after {

    width: 100%;

    transition: var(--theme-transition);

}



header .navbar ul li a:hover,

header .navbar ul li a.active {

    color: var(--primary-color) !important;

}



.header-btn {

    background: transparent;

    color: var(--white);

}



.header-btn.active-btn {

    background: transparent;

    color: var(--primary-color);

}



header .navbar .navbar-toggler {

    border: none;

    padding: 10px;

    line-height: 0;

    width: 40px;

    height: 40px;

    background: var(--primary-color);

    outline: none !important;

    box-shadow: none !important;

}



header .navbar .navbar-toggler span:nth-child(3) {

    animation: ease .7s bottom forwards

}



header .navbar .navbar-toggler span:nth-child(2) {

    animation: ease .7s scaled forwards

}



header .navbar .navbar-toggler span:nth-child(1) {

    animation: ease .7s top forwards

}



header .navbar .navbar-toggler span {

    display: block;

    width: 100%;

    border-radius: 3px;

    width: 100%;

    height: 2px;

    background: var(--white);

    transition: all .3s;

    position: relative

}



header .navbar .navbar-toggler span:nth-child(3) {

    animation: ease .7s bottom forwards

}



header .navbar .navbar-toggler span:nth-child(2) {

    animation: ease .7s scaled forwards

}



header .navbar .navbar-toggler span:nth-child(1) {

    animation: ease .7s top forwards

}



header .navbar .navbar-toggler span+span {

    margin-top: 5px

}



header .navbar .navbar-toggler.collapsed span:nth-child(1) {

    animation: ease .7s top-2 forwards;

}



header .navbar .navbar-toggler.collapsed span:nth-child(2) {

    animation: ease .7s scaled-2 forwards

}



header .navbar .navbar-toggler.collapsed span:nth-child(3) {

    animation: ease .7s bottom-2 forwards;

}



.navbar.mob-menu-active {

    border-radius: 10px 10px 0 0;

    transition: var(--theme-transition);

}



@keyframes top {

    0% {

        top: 0;

        transform: rotate(0)

    }



    50% {

        top: 7px;

        transform: rotate(0)

    }



    100% {

        top: 7px;

        transform: rotate(45deg)

    }

}



@keyframes top-2 {

    0% {

        top: 7px;

        transform: rotate(45deg)

    }



    50% {

        top: 7px;

        transform: rotate(0deg)

    }



    100% {

        top: 0;

        transform: rotate(0deg)

    }

}



@keyframes bottom {

    0% {

        bottom: 0;

        transform: rotate(0)

    }



    50% {

        bottom: 7px;

        transform: rotate(0)

    }



    100% {

        bottom: 7px;

        transform: rotate(135deg)

    }

}



@keyframes bottom-2 {

    0% {

        bottom: 7px;

        transform: rotate(135deg)

    }



    50% {

        bottom: 7px;

        transform: rotate(0)

    }



    100% {

        bottom: 0;

        transform: rotate(0)

    }

}



@keyframes scaled {

    50% {

        transform: scale(0)

    }



    100% {

        transform: scale(0)

    }

}



@keyframes scaled-2 {

    0% {

        transform: scale(0)

    }



    50% {

        transform: scale(0)

    }



    100% {

        transform: scale(1)

    }

}





/************************************** 

04. Home CSS Here

**************************************/

.hero-banner-wrapper {

    background: url(../img/banner.png) no-repeat;

    background-size: cover;

    padding: 250px 0;

    position: relative;

}



.hero-banner-wrapper:after {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: var(--black);

    opacity: .7;

}



.hero-banner-wrapper .banner-content {

    position: relative;

    z-index: 1;

    color: var(--white);

}



.hero-banner-wrapper .banner-content h1 {

    font-size: 120px;

    font-weight: 700;

    line-height: 1.1;

    margin-bottom: 30px;

    text-transform: uppercase;

}



.hero-banner-wrapper .banner-content p {

    margin-bottom: 40px;

    max-width: 650px;

    font-size: 18px;

    font-family: var(--secondary-font);

    color: var(--theme-white);

}



.real-estate-wrapper .estate-img img {

    width: 100%;

}



.real-estate-wrapper .real-estate-content h2 {

    margin-bottom: 20px;

}



.real-estate-content p {

    margin-bottom: 15px;

}



.mission-wrapper .home-content h6 {

    color: var(--primary-color);

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 20px;

}



.mission-wrapper .home-content p {

    margin-bottom: 20px;

}



.mission-wrapper .home-content .h-dlts {

    display: flex;

    align-items: center;

    margin-top: 20px;

    gap: 40px;

    flex-wrap: wrap;

}



.mission-wrapper .home-content .h-dlts li {

    display: flex;

    align-items: flex-start;

    gap: 10px;

}



.mission-wrapper .home-content .h-dlts li .dlts {

    text-align: left;

}



.mission-wrapper .home-content .h-dlts li .dlts h5 {

    font-size: 30px;

    color: #151515;

    font-weight: 700;

    margin-bottom: 10px;

}



.mission-wrapper .home-content .h-dlts li .dlts span {

    font-size: 16px;

    font-weight: 400;

    color: #252525;

    font-family: var(--primary-font);

}



.mission-wrapper .video .video-inner {

    position: relative;

    height: 100%;

    overflow: hidden;

    line-height: 0;

    border-radius: 10px;

    height: 350px;

}



.mission-wrapper .video .video-inner video {

    height: 100% !important;

    width: 100%;

    -o-object-position: center;

    object-position: center;

    object-fit: cover;

}



.mission-wrapper .video .video-inner button {

    width: 100%;

    cursor: pointer;

    position: absolute;

    top: 50% !important;

    left: 50% !important;

    -webkit-transform: translate(-50%, -50%) !important;

    transform: translate(-50%, -50%) !important;

   /* z-index: 999;*/

    height: 100%;

}



.mission-wrapper .video .video-inner button .gym-video {

    position: relative;

    display: block;

    /*z-index: 99;*/

    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;

}



.mission-wrapper .video .video-inner button .video_text {

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    z-index: 21;

    width: 100%;

    height: 100%;

    background: url(../img/video-img.png) no-repeat center;

    background-size: cover;

    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;

    -webkit-transition: .3s all;

    transition: .3s all;

}



.mission-wrapper .video .video-inner button .video_text::after {

    content: "";

    position: absolute;

    background: rgba(0, 0, 0, .3);

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

}



.mission-wrapper .video .video-inner button.playing .video_text {

    opacity: 0;

}



.mission-wrapper .video .video-inner button.playing {

    opacity: 0;

}



.mission-wrapper .video .video-inner button.playing .gym-video .play {

    display: none;

}



.mission-wrapper .video .video-inner button.playing .gym-video .pause {

    display: block;

}



.mission-wrapper .video .video-inner button .gym-video .pause {

    display: none;

}



.mission-wrapper .video .video-inner button.playing .video_text {

    opacity: 0;

}



.explore-property-wrapper .property-box {

    height: 300px;

    position: relative;

    overflow: hidden;

}



.about-company-image {

    position: relative;

    overflow: hidden;

}



.explore-property-wrapper .property-box::after,

.about-company-image::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 0;

    transition: .5s all ease;

    background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);

    left: 0;

    bottom: 0;

}



.explore-property-wrapper .property-box:hover::after,

.about-company-image:hover::after {

    height: 100%;

    transition: .5s all ease;

}



.explore-property-wrapper .property-box img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.explore-property-wrapper .property-box .property-dtls,

.about-contents {

    position: absolute;

    left: 0;

    bottom: -200px;

    transition: .5s all ease;

    z-index: 1;

    width: 100%;

    padding: 22px;

}



.explore-property-wrapper .property-box:hover .property-dtls,

.about-company-image:hover .about-contents {

    bottom: 0;

}



.explore-property-wrapper .property-box .property-dtls h4,

.explore-property-wrapper .property-box .property-dtls span,

.about-contents h4,

.about-contents span {

    color: var(--white);

    transition: .5s all ease;

}



.explore-property-wrapper .property-box .property-dtls h4,

.about-contents h4 {

    font-size: 38px;

    font-weight: 700;

    margin-bottom: 3px;

    line-height: 1.3;

}



.explore-property-wrapper .property-box .property-dtls span,

.about-contents span {

    font-family: var(--primary-font);

    font-size: 16px;

    font-weight: 400;

}



.property-rent-wrapper .rent-property-box .property-details,

.property-rent-wrapper .rent-property-box {

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



.property-rent-wrapper .rent-property-box .property-details {

    flex-direction: column;

    padding: 12px;

}



.property-rent-wrapper .rent-property-box {

    border-radius: 10px;

    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);

    overflow: hidden;

}



.property-rent-wrapper .rent-property-box .img-box img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.property-rent-wrapper .rent-property-box .property-details .content {

    display: flex;

    flex-direction: column;

    gap: 10px;

    margin-bottom: 10px;

}



.property-rent-wrapper .rent-property-box .property-details .content p {

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



.property-rent-wrapper .rent-property-box .property-details ul {

    display: flex;

    align-items: center;

    gap: 20px;

}



.property-rent-wrapper .rent-property-box .property-details .content h4 {

    font-size: 24px;

    font-weight: 700;

    line-height: 1.3;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



.property-rent-wrapper .rent-property-box .property-details .content .price {

    font-size: 18px;

    font-weight: 700;

    color: var(--primary-color);

    font-family: var(--heading-font);

    line-height: 1.3;

}



.property-rent-wrapper .rent-property-box .property-details ul li span {

    font-family: var(--primary-font);

    font-size: 16px;

    font-weight: 400;

}



.property-rent-wrapper .rent-property-box .property-details ul li {

    display: flex;

    align-items: center;

    gap: 10px;

}



.property-rent-wrapper .rent-property-box .property-details ul li .icon svg {

    width: 18px;

    height: auto;

}



.property-rent-wrapper .rent-property-box .property-details ul li .icon svg path {

    fill: var(--primary-color);

}



.why-choose-wrappers {

    background: url(../img/why-choose.png) no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

    background-attachment: fixed;

}



.why-choose-wrappers::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: #002549;

    opacity: .7;

    z-index: -1;

}



.why-choose-wrappers h2,

.why-choose-wrappers p,

.why-choose-wrappers h6 {

    color: var(--white);

}



.why-choose-wrappers .why-choose-content ul li .content h6 {

    font-size: 24px;

    font-weight: 700;

    margin-bottom: 10px;

}



.why-choose-wrappers .why-choose-content ul li {

    display: flex;

    align-items: flex-start;

    margin-bottom: 40px;

    gap: 20px;

}



.why-choose-wrappers .why-choose-content ul li .icon {

    background: var(--white);

    width: 84px;

    height: 84px;

    min-height: 84px;

    min-width: 84px;

    border: 1px solid var(--primary-color);

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.why-choose-wrappers .why-choose-content ul li:last-child {

    margin: 0;

}



.why-choose-wrappers .why-choose-content ul li .icon img {

    width: 40px;

}



.why-choose-wrappers .why-choose-form {

    padding: 30px;

    border-radius: 15px;

    background: var(--white);

}



.discover-wrapper .discover-pro .dis-pro-img {

    border-radius: 3px;

    overflow: hidden;

}



.discover-wrapper .discover-pro .total-pro {

background: rgba(255, 255, 255, .9);

  border-radius: 10px;

  position: absolute;

  left: 10px;

  right: 10px;

  bottom: 10px;

  padding: 15px 20px;

  text-align: center;

  z-index: 1;

}



.discover-wrapper .discover-pro .total-pro h6 {

    background: var(--primary-color);

    color: var(--white);

    font-family: var(--secondary-font);

    padding: 4px 15px;

    border-radius: 20px;

    margin-top: 0px;

    font-size: 14px;

    font-weight: 700;

    position: absolute;

    top: -15px;

    left: 50%;

    transform: translateX(-50%);

    width: max-content;

}



.discover-wrapper .discover-pro .total-pro .no {

    font-size: 30px;

    font-weight: 700;

    line-height: 1.3;

    color: var(--secondary-color);

    font-family: var(--heading-font);

}



.discover-wrapper .discover-pro .total-pro span {

    font-size: 17px;

    font-weight: 600;

    line-height: 1.3;

    color: var(--secondary-color);

}



.discover-wrapper .discover-pro .dis-pro-img {

    position: relative;

}



.discover-wrapper .discover-pro .dis-pro-img img {

    width: 100%;

}



.discover-wrapper .discover-pro .dis-pro-img::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: var(--black);

    opacity: .3;

    opacity: 0;

    transition: var(--theme-transition);

}



.discover-wrapper .discover-pro .dis-pro-img .view-btn {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    opacity: 0;

    transition: var(--theme-transition);

    z-index: 1;

}



.discover-wrapper .discover-pro:hover .dis-pro-img::after {

    opacity: .3;

    transition: var(--theme-transition);

}



.discover-wrapper .discover-pro:hover .dis-pro-img .view-btn {

    opacity: 1;

    transition: var(--theme-transition);

}



.discover-wrapper .discover-pro .dis-pro-img .view-btn {

    border: none;

    background: var(--white);

    color: var(--primary-color);

    transition: var(--theme-transition);

}



.discover-wrapper .discover-pro .dis-pro-img .view-btn:hover {

    background: var(--primary-color);

    color: var(--white);

}





/**************************************

05. Footer Section CSS Here

**************************************/

footer {

    background: url(../img/footer-bg-img.jpg) no-repeat;

    position: relative;

    z-index: 1;

    background-size: cover;

    background-position: center;

}



footer::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background: linear-gradient(180deg, #DC30264F 0%, var(--primary-color) 50%);

    z-index: -1;

}



footer .news-sign-up,

footer .our-info {

    padding: 60px 0;

    border-bottom: 1px solid #FFFFFF82;

}



footer .copyright {

    padding: 20px 0;

}



footer .news-sign-up .newsletter h2 {

    font-size: 37px;

    font-weight: 700;

    color: var(--white);

    margin-bottom: 20px;

    line-height: 1.4;

}



footer p,

footer a {

    color: var(--white);

}



footer .our-info .foot-info .foot-logo {

    margin-bottom: 20px;

    display: block;

    width: max-content;

}



footer .our-info .our-pages h6 {

    color: var(--white);

    font-size: 30px;

    margin-bottom: 20px;

    line-height: 1.3;

}



footer .our-info .our-pages.contact-us ul li {

    display: flex;

    align-items: center;

    gap: 10px;

}



footer .our-info .our-pages.contact-us ul li .icon {

    width: 18px;

}



footer .our-info .our-pages .social-icon {

    gap: 30px;

}



footer .our-info .our-pages .social-icon li {

    margin: 0;

}



footer .our-info .our-pages ul li {

    margin-bottom: 10px;

}



footer .our-info .our-pages ul li:last-child {

    margin-bottom: 0;

}



footer .our-info .our-pages ul li a,

footer .our-info .our-pages ul li p {

    font-size: 16px;

    font-weight: 500;

    transition: var(--theme-transition);

    font-family: var(--primary-font);

}



footer .our-info .our-pages ul li a:hover {

    transition: var(--theme-transition);

    color: var(--secondary-color);

}



footer .our-info .foot-info a img {

    max-width: 210px;

}



footer .our-info .foot-info p {

    max-width: calc(300px + 50px);

}



.footer-form .form-group {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-bottom: 0 !important;

}



.footer-form .form-group .common-btn {

    background: var(--white);

    color: var(--primary-color);

    border-color: var(--white);

    padding: 12px 60px;

}



.footer-form .form-group .common-btn:hover {

    background: var(--primary-color);

    color: var(--white);

}





/**************************************

06. About Us Page CSS Here

**************************************/



/* About Property Estate CSS Here */

.about-estate-wrapper .about-content {

    display: flex;

    align-items: center;

    gap: 20px;

}



.about-estate-wrapper .about-content .customer-text h5 {

    color: var(--primary-color);

    margin-bottom: 20px;

    font-size: 24px;

    font-weight: 700;

    line-height: 1.3;

}



.about-estate-wrapper .about-content .customer-text p {

    margin-bottom: 15px;

}



.about-estate-wrapper .about-content .customer-text .custom-dtls {

    display: flex;

    align-items: center;

    gap: 30px;

}



.about-estate-wrapper .about-content .customer-text .custom-dtls {

    margin-top: 40px;

}



.about-estate-wrapper .aboutSwiper .about-estate-img img {

    border-radius: 20px;

    width: 100%;

	margin-bottom:30px;

}



.about-estate-wrapper .about-content .customer-text .custom-dtls .dtls h6 {

    font-size: 18px;

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 5px;

    color: var(--secondary-color);

}



.about-estate-wrapper .about-content .customer-text .custom-dtls .dtls span {

    font-size: 16px;

    font-weight: 500;

    line-height: 1.3;

    color: var(--text-color);

}



.why-choose-wrapper .choose-boxes .img-box h6 {

    font-size: 24px;

    text-transform: capitalize;

    line-height: 1.2;

    padding: 20px;

    text-align: center;

    transition: var(--theme-transition);

    color: var(--secondary-color);
	z-index:-1

}



.why-choose-wrapper .choose-boxes {

    border: 1px solid transparent;

    transition: var(--theme-transition);

    overflow: hidden;

    border-radius: 0;

    text-align: center;

    height: 100%;

}



.why-choose-wrapper .choose-boxes:hover {

    border-color: var(--primary-color);

    transition: var(--theme-transition);

    border-radius: 20px;

}



.why-choose-wrapper .choose-boxes:hover .img-box h6 {

    color: var(--primary-color);

    transition: var(--theme-transition);

}



.why-choose-wrapper .choose-boxes .img-box img {

    width: 100%;

    border-radius: 10px;

}



.why-choose-wrapper .choose-boxes p {

    padding: 20px;

    padding-top: 0 !important;

}



.partners-wrapper .partnerSwiper .partner-img {

    text-align: center;

    line-height: 0;

}



.partners-wrapper .partnerSwiper .partner-img img {

    max-width: calc(100px + 20px);

}





/**************************************

07. Contact Us Page CSS Here

**************************************/

.contact-us-wrapper .info-box {

    background: var(--white);

    padding: 30px;

    text-align: center;

}



.contact-us-wrapper .info-box .icon {

    margin-bottom: 20px;

}



.contact-us-wrapper .info-box a,

.contact-us-wrapper .info-box p {

    font-family: var(--heading-font);

    font-size: 18px;

    color: var(--secondary-color);

    font-weight: 700;

}



.contact-us-wrapper .info-box a {

    transition: var(--theme-transition);

}



.contact-us-wrapper .info-box a:hover {

    color: var(--primary-color);

    transition: var(--theme-transition);

}



.map-wrapper .map {

    width: 100%;

    height: 500px;

}





/**************************************

08. Agents Page CSS Here

**************************************/

.agents-section {

    padding: 100px 0;

}



.agents-section .agents-card {

    box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.07);

    padding: 10px;

    border-radius: 10px;

    text-align: center;

}



.agents-section .agents-card img {

    width: 100%;

    display: block;

    border-radius: 10px;

}



.agents-section .agents-card h5 {

    font-size: 24px;

    line-height: 34px;

    margin: 10px 0;

    color: var(--secondary-color);

    font-weight: 700;

}



.agents-section .agents-card p {

    font-size: 16px;

    line-height: 26px;

    margin: 0;

    text-transform: capitalize;

}





/**************************************

09. Services Page CSS Here

**************************************/

.one-service-sec .one-service-header {

    text-align: center;

}



.one-service-sec .one-service-box {

    text-align: center;

}



.one-service-sec .one-service-box svg {

    width: 50px;

    height: 50px;

}



.one-service-sec .one-service-icon {

    background: var(--primary-color);

    display: inline-block;

    padding: 7px;

    border-radius: 10px;

    margin-bottom: 20px;
	font-size:34px;

}



.one-service-sec .one-service-content h5 {

    font-size: 17px;

    line-height: 14px;

    font-weight: 600;

    color: #151515;

 /*   margin-bottom: 10px;*/

}



.one-service-sec .one-service-content p {

    font-size: 16px;

    line-height: 26px;

    font-weight: 400;

    max-width: 360px;

    margin: 0 auto;

}



.our-company-section {

    background-image: url('../img/our-company-bg-img.png');

    padding: 60px 0;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    position: relative;

}



.our-company-section::before {

    background: var(--primary-color);

    content: '';

    display: block;

    height: 100%;

    position: absolute;

    width: 100%;

    top: 0;

    opacity: 0.28;

}



.our-company-section .our-company-icon {

    margin-bottom: 15px;

}



.our-company-section .our-company-icon svg {

    width: 60px;

    height: 60px;

    z-index: 1;

}



.our-company-section .our-company-content .text {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

}



.our-company-section .our-company-content .text h3,

.our-company-section .our-company-content .text span {

    font-size: 38px;

    line-height: 48px;

    font-weight: 600;

    color: #fff;

    margin: 0;

    font-family: var(--heading-font);

}



.our-company-section .our-company-content p {

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    color: #fff;

    margin: 0;

}



.about-company-wrapper .about-company-image img {

    width: 100%;

    border-radius: 8px;

}



.about-company-wrapper .about-company-image:after {

    border-radius: 8px;

}



.about-company-wrapper .about-content-box {

    padding: 20px;

    margin-bottom: 20px;

    border-radius: 8px;

    background-color: #F2F8FE;

}



.about-company-wrapper .about-content-box:last-child {

    margin-bottom: 0;

}



.about-company-wrapper .about-content-box h4 {

    font-size: 30px;

    line-height: 1.3;

    font-weight: 700;

    color: var(--primary-color);

    margin-bottom: 10px;

}



.service-banner-wrapper {

    background-image: url('../img/call-to-image.jpg');

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    padding: 120px 0;

    position: relative;

    z-index: 1;

}



.service-banner-wrapper::before {

    background-color: #000000;

    content: '';

    display: block;

    height: 100%;

    position: absolute;

    width: 100%;

    top: 0;

    opacity: 0.5;

    z-index: -1;

}



.service-banner-wrapper .service-banner-content {

    display: flex;

    align-items: center;

    gap: 20px;

    justify-content: space-between;

}



.service-banner-wrapper .service-banner-content h2 {

    color: var(--white);

    line-height: 1.3;

    max-width: 700px;

}



.testimonial-slider-wrapper {

    padding: 20px 0;

    background-color: #F2F8FE;

}



.testimonial-slider-wrapper .testimonial-header {

    text-align: center;

}



.testimonial-slider-wrapper .testimonial-header p {

    max-width: 440px;

    margin: 0 auto 30px;

}



.testimonial-slider-wrapper .slide-content p {

    font-size: 16px;

    line-height: 26px;

    color: #252525;

    margin: 0;

}



.testimonial-slider-wrapper .slide-content {

    background-color: #fff;

    padding: 30px;

    margin-bottom: 15px;

    position: relative;

}



.testimonial-slider-wrapper .slide-content::after {

    content: " ";

    position: absolute;

    display: block;

    height: 14px;

    width: 14px;

    left: 50%;

    bottom: -7px;

    background-color: #fff;

    transform: translateX(-50%) scaleX(.75) rotate(45deg);

}



.testimonial-slider-wrapper .swiper-slide {

    text-align: center;

}



.testimonial-slider-wrapper .slide-image img {

    width: 80px;

    height: 80px;

    border-radius: 50%;

}



.testimonial-slider-wrapper .mySwiper .swiper-pagination {

    position: unset;

}



.testimonial-slider-wrapper .swiper-slide .custumer-name p {

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    color: #252525;

    margin: 0;

}



.testimonial-slider-wrapper .swiper-slide .slide-image {

    margin-bottom: 0px;

}



.testimonial-slider-wrapper .swiper-wrapper {

    margin-bottom: 15px;

}



.testimonial-slider-wrapper .swiper-pagination .swiper-pagination-bullet {

    width: 6px;

    height: 6px;

}



.testimonial-slider-wrapper .customerSwiper .swiper-pagination {

    position: unset;

}





/****************************************

10. 404 Error & Coming Soon Page CSS Here

****************************************/

.common-wrap {

    height: 100%;

}



html,

main {

    height: 100%;

}



.common-section-wrapper {

    display: flex;

    align-items: center;

    flex-direction: column;

    height: 100%;

    justify-content: center;

    padding: 80px 0;

}



.error-wrapper .error-content img {

    max-width: 500px;

    margin-bottom: 30px;

}



.error-wrapper .error-content p {

    max-width: 200px;

}



.coming-soon-wrapper .coming-img {

    max-width: 500px;

    margin: auto;

}



.coming-soon-wrapper form .form-group {

    display: flex;

    align-items: center;

    gap: 20px;

}



.coming-soon-wrapper form .form-group button {

    white-space: nowrap;

}



.coming-soon-wrapper .home-back {

    text-transform: capitalize;

    display: block;

    width: fit-content;

    text-decoration: underline;

    margin: auto;

    color: var(--primary-color);

    font-size: 18px;

    font-weight: 700;

    line-height: 1.3;

    transition: var(--theme-transition);

}



.coming-soon-wrapper .home-back:hover {

    transition: var(--theme-transition);

    color: var(--black);

}







/* End Services Style */

/* Start Tab Style */

.tab-section {

  position: relative;

}

.tab-section .tabs-work {
position: relative;
	

 /* position: absolute;*/

  padding-left: 0;

  /*left: -145px;*/

  top: 50%;

 /* transform: translateY(-50%);
*/
}

.tab-section .tabs-work li {

  list-style-type: none;
 

}

.tab-section .tabs-work li.current a {

  background-color: #DC3026;

  color: #ffffff;

}

.tab-section .tabs-work a {

  color: #212121;

  padding: 16px 28px;

  display: inherit;

  font-size: 16px;

  background-color: #ffffff;

  margin-bottom: 6px;

}

.tab-section .tabs-work a:hover {

  background-color: #DC3026;

  color: #ffffff;

  transition: 0.6s;

  -webkit-transition: 0.5s;

}

.tab-section .tab-style-area {

  position: relative;

}

.tab-section .tab-style-area .tab_content .tabs_item {

  display: none;

}

.tab-section .tab-style-area .tab_content .tabs_item:first-child {

  display: block;

}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content {

  max-width: 540px;

  width: 100%;

  padding-left: 50px;

  padding-top: 30px;

  padding-bottom: 30px;

}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content h2 {

  font-size: 25px;

  margin: 0 0 15px;

}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-list {

  padding-left: 0;

  margin-top: 15px;

  margin-bottom: 0;

}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-list li {

  list-style-type: none;

  color: #212121;

  position: relative;

  font-weight: 500;

  margin-bottom: 8px;

  padding-left: 20px;

}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-list li::before {

  content: "";

  position: absolute;

  height: 12px;

  width: 12px;

  background-color: transparent;

  border: 1px solid #DC3026;

  border-radius: 30px;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  font-weight: bold;

}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-btn {

  margin-top: 30px;

}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-btn .tab-btn-one {

  background-color: #DC3026;

  color: #fff;

  display: inline-block;

  padding: 10px 30px;

}

.tab-section .tab-style-area .tab_content .tabs_item .tab-inner-content .tab-btn .tab-btn-one:hover {

  background-color: #212121;

  color: #fff;

}

.tab-section .tab-video {

  position: relative;

 /* background-image: url("../img/tab-bg.jpg");*/

  background-size: cover;

  background-position: center center;

  position: relative;

  height: 600px;

}

.tab-section .tab-video::before {

  content: "";

  background-color: #000;

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  opacity: 0.3;

}

.tab-section .tab-video .video-btn {

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  text-align: center;

  margin-top: -30px;

  margin-left: -30px;

}

.tab-section .tab-video .video-btn a {

  color: #ffffff;

  display: inline-block;

  width: 80px;

  height: 80px;

  line-height: 82px;

  background: #DC3026;

  position: relative;

  font-size: 30px;

  z-index: 1;

  border-radius: 50%;

  padding-left: 2px;

}

.tab-section .tab-video .video-btn a::after {

  z-index: -1;

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 80px;

  height: 80px;

  animation: ripple 1.6s ease-out infinite;

  opacity: 0;

  border-radius: 50%;

  background: #DC3026;

}

.tab-section .tab-video .video-btn a:hover {

  color: #DC3026;

  background: #ffffff;

  transition: 0.6s;

  -webkit-transition: 0.5s;

  text-decoration: none;

}

.tab-section .tab-video .video-btn a i::before {

  font-size: 50px;

}

@keyframes ripple {

  0%, 35% {

    transform: scale(0);

    opacity: 1;

  }

  50% {

    transform: scale(1.5);

    opacity: 0.8;

  }

  100% {

    opacity: 0;

    transform: scale(2);

  }

}



/* End Tab Style */

.section-title {

  text-align: center;

  margin-bottom: 30px;

}

.section-title h2 {

  font-size: 32px;

  margin: -5px 0 0;

  position: relative;

  padding-bottom: 2px;

}

.section-title h2::before {

  content: "";

  position: absolute;

  background-color: #DC3026;

  height: 2px;

  width: 100px;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

}

.section-title p {

  max-width: 600px;

  width: 100%;

  margin: 20px auto 0;

}



a {

  transition: 0.5s;

}

a:hover {

  text-decoration: none;

}





/* End Property Style */

/* Start Gallery Style */

.gallery-section {

  padding-top: 50px;

  padding-bottom: 50px;

  background-color: #f9f9f9;
 

}

.gallery-section .filter-menu {

  list-style-type: none;

  padding: 0;

  margin: 45px auto;

  text-align: center;

  border-bottom: 3px solid #e5e5e5;

  max-width: 750px;

}

.gallery-section .filter-menu li {

  display: inline-block;

  font-weight: 500;

  margin: 0 16px 20px;

  cursor: pointer;

  color: #212121;

}

.gallery-section .filter-menu li:hover {

  color: #DC3026;

  transition: 0.6s;

  -webkit-transition: 0.5s;

}

.gallery-section .filter-menu .filter.active {

  position: relative;

  color: #DC3026;

}

.gallery-section .filter-menu .filter.active::before {

  position: absolute;

  content: "";

  height: 3px;

  width: 100%;

  background-color: #00b3ff;

  bottom: -23px;

}

.gallery-section .single-work {

  margin-bottom: 30px;

}

.gallery-section .single-work .work-image {

  display: block;

  position: relative;

}

.gallery-section .single-work .work-image::before {

  content: "";

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  transition: 0.4s;

}

.gallery-section .single-work .work-image:hover::before, .gallery-section .single-work .work-image:focus::before {

  height: 100%;

  background-color: #DC3026;

  opacity: 0.4;
 

}

.gallery-section .single-work .work-image .popup-btn {

  position: absolute;

  left: 0;

  top: 50%;

  text-align: center;

  right: 0;

  color: #ffffff;

  margin-top: 0;

  font-size: 24px;

  opacity: 0;

  visibility: hidden;

}

.gallery-section .single-work .work-image .popup-btn:hover {

  text-decoration: none;

}

.gallery-section .single-work .work-image:hover .popup-btn, .gallery-section .single-work .work-image:focus .popup-btn {

  opacity: 1;

  visibility: visible;

  margin-top: -15px;

}

.gallery-section .gallery-btn {

  margin-top: 20px;

  text-align: center;

}

.gallery-section .gallery-btn .gallery-btn-one {

  background-color: #DC3026;

  color: #fff;

  display: inline-block;

  padding: 10px 30px;

}

.gallery-section .gallery-btn .gallery-btn-one:hover {

  background-color: #212121;

  color: #fff;

}



/* End Gallery Style */





.get-appointment-form {

  background-color: rgba(0, 0, 0, 0.6);

  padding: 40px 30px;

/*      z-index: 30000000;
*/
    position: relative;

}

.get-appointment-form h3 {

  font-size: 25px;

  margin-bottom: 30px;

  color: #fff;

  text-align: center;

  margin-top: -6px;

}

.get-appointment-form .form-group {

  margin-bottom: 15px;

}

.get-appointment-form .form-control {

  border-radius: 0;

  height: 50px;

  padding: 8px 15px;

  font-size: 14px;

  border-color: #fff!important;

  background-clip: inherit;

}

.get-appointment-form textarea.form-control {

  height: auto !important;

}

.get-appointment-form .btn {

  background-color: #DC3026;

  border-color: #DC3026;

  color: #fff;

  border-radius: 0;

  font-size: 15px;

  padding: 10px 30px;

  margin-top: 20px;

}

.get-appointment-form .btn:hover {

  background-color: #fff;

  border-color: #fff;

  color: #DC3026;

}



.one-service-box {
  flex: 1;                         /* expand to equal height */
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;          /* allow content stacking */
  justify-content: center;         /* vertically center content */
}

.one-service-box:hover {
  background: #007bff;
  border-color: #007bff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transform: translateY(-8px);
}

.one-service-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.one-service-box:hover h5 {
  color: #fff;
}

.one-service-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.one-service-box:hover .one-service-icon {
  background: #fff;
  color: #007bff;
}



/*********

  Service 

**********/

.service {

    overflow: hidden;

}



.service .section-title {

    margin-left: 50px;

}



.service .service-slider {

    margin-left: 35px;

}



.service .section-title .content {

    margin: 15px 0 30px;

}



.service-slider-content {

    border-radius: 10px;

}



.service-slider-content img {

    border-radius: 10px;

}



.service-slider-content a {

    color: #;

    font-size: 30px;

    margin: 16px 0 0;

    text-transform: capitalize;

    font-weight: 600;

    text-decoration: none;

    display: inline-block;

}



.service .blog-buttons-block {

    margin-top: 40px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 16px;

}







.section-title h2 {

    font-size: 18px;

    font-weight: 400;

    color:#000;

    margin: 0 0 10px;

}



.section-title h5 {

    font-size: 44px;

    font-weight: 700;

    color: #000;

    margin: 0;

}





.blog-buttons-block .owl-next,

.blog-buttons-block .owl-prev {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    outline: none;

    border: 2px solid var(--light-gray);

    background-color: transparent;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;



}



.blog-buttons-block .owl-next:hover,

.blog-buttons-block .owl-prev:hover {

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    background-color: var(--black);

}



.blog-buttons-block .owl-next:hover svg,

.blog-buttons-block .owl-next:hover path,

.blog-buttons-block .owl-prev:hover svg,

.blog-buttons-block .owl-prev:hover path {

    fill: #fff;

}



****************/

.theme-btn {

    font-weight: 600;

    font-size: 16px;

    text-transform: capitalize;

    color: #000;

    display: inline-block;

    border-radius: 35px;

    padding: 7px 20px;

    text-decoration: none;

    border: 1px solid #000!important;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    background-color: #fff;

}



.theme-btn:hover, .theme-btn:focus {

    background-color: #000 !important;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    color: #fff;

}





/* End Middle Style */

/* Start Services Style */

.services-section {

  padding-bottom: 70px;

  background-image: url(../../assets/img/building.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  position: relative;

  z-index: 1;

}

.services-section::before {

  content: "";

  position: absolute;

  height: 100%;

  width: 100%;

  left: 0;

  right: 0;

  top: 0;

  background-color: #ffffff;

  opacity: 0.9;

  z-index: -1;

}

.services-section .services-content {

  border: 1px solid #eee;

  padding: 30px;

  margin-bottom: 30px;

}

.services-section .services-content:hover {

  background: #DC3026;

  border: 1px solid #DC3026;

  transition: 0.6s;

  -webkit-transition: 0.5s;

}

.services-section .services-content:hover:hover h2 {

  color: #ffffff;

}

.services-section .services-content:hover:hover p {

  color: #ffffff;

}

.services-section .services-content:hover:hover i::before {

  color: #ffffff;

}

.services-section .services-content:hover:hover .read-more-btn {

  color: #ffffff;

}

.services-section .services-content h2 {

  font-size: 18px;

  margin: 20px 0 10px;

}

.services-section .services-content p {

  margin: 0;

}

.services-section .services-content i::before {

  font-size: 45px;

  color: #DC3026;

  line-height: 1;

}

.services-section .services-content .services-btn {

  margin-top: 10px;

}

.services-section .services-content .services-btn .read-more-btn {

  display: inline-block;

  color: #DC3026;

}

.services-section .services-content .services-btn .read-more-btn:hover {

  text-decoration: none;

}

.services-section .services-content .services-btn i::before {

  font-size: 16px;

  color: #424242;

  position: relative;

  top: 2px;

  left: 4px;

}



/* End Services Style */





/* End About Three Style */

/* Start Services two Style */

.services-two {

  padding-top: 100px;

  padding-bottom: 70px;

  background-image: url(../../assets/img/building.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  position: relative;

  z-index: 1;

}

.services-two::before {

  content: "";

  position: absolute;

  height: 100%;

  width: 100%;

  left: 0;

  right: 0;

  top: 0;

  background-color: #ffffff;

  opacity: 0.9;

  z-index: -1;

}

.services-two .services-content {

  text-align: left;

  border: 1px solid #bcbcbc;

  padding: 30px;

  margin-bottom: 30px;

}

.services-two .services-content:hover {

  background: #DC3026;

  border: 1px solid #DC3026;

  transition: 0.6s;

  -webkit-transition: 0.5s;

}

.services-two .services-content:hover:hover h2 {

  color: #ffffff;

}

.services-two .services-content:hover:hover p {

  color: #ffffff;

}

.services-two .services-content:hover:hover i::before {

  color: #ffffff;

}

.services-two .services-content:hover:hover .read-more-btn {

  color: #ffffff;

}

.services-two .services-content h2 {

  font-size: 20px;

  color: #212121;

  font-weight: 600;

  margin: 20px 0 5px;

}

.services-two .services-content p {

  font-size: 16px;

  color: #797979;

  font-weight: 500;

  line-height: 30px;

}

.services-two .services-content i::before {

  font-size: 50px;

  color: #DC3026;

}

.services-two .services-content .services-btn .read-more-btn {

  display: inline-block;

  font-size: 16px;

  color: #DC3026;

  font-weight: 500;

}

.services-two .services-content .services-btn .read-more-btn:hover {

  text-decoration: none;

}

.services-two .services-content .services-btn i::before {

  font-size: 16px;

  color: #424242;

  position: relative;

  top: 2px;

  left: 4px;

}



/* End Services two Style */



.services-section .services-content i::before {

    font-size: 45px;

    color: #DC3026;

    line-height: 1;

}







/* ===== 12. Call Area CSS ===== */

.constak_call_area {

    background-image: url("assets/img/call-to-image.jpg");

    background-position: center center;

    background-size: cover;

    padding: 70px 0px 75px 0px;

/*    z-index: 9;*/

}

.constak_content.col_content_width_100 {

    width: 100%;

}

.all_cal_color h2 {

    color: #fff;

    font-size: 40px;

    font-weight: 700;

    padding: 0px 0px 10px 0px;

	margin:0;

}

.all_cal_color p {

    color: #fff;

    margin: 0;

    padding: 0;

}

.constak_button.no_margin {

    margin-top: 0;

    width: 60%;

}

.all_cal_color a, .all_cal_color button {

    color: #000C30;

    background: #fff;

    padding: 17px 50px 17px 50px;

    border-radius: 100px;

    font-size: 16px;

    font-weight: 500;

    display: inline-block;

    margin-right: 15px;

}

.constak_button.no_margin {

    margin-top: 0;

    width: 60%;

}

.cal_to_toggole {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.all_cal_color a:hover,.all_cal_color button:hover {

    color: #fff;

    background: #000F3C;

}





/* Start Blog Style */

.blog-section {

  padding-top: 30px;

  padding-bottom: 0px;

}



.single_blog {

  margin-bottom: 30px;

}

.single_blog .blog-image a {

  display: block;

}

.single_blog .blog-image a img {

  width: 100%;

}



.blog-item {

  background-color: #ffffff;

  border: 1px solid #eee;

  padding: 25px 20px;

}

.blog-item .blog-list {

  padding-left: 0;

}

.blog-item .blog-list li {

  list-style-type: none;

  display: inline-block;

  font-size: 13px;

  font-weight: 500;

  margin-right: 10px;

  color: #666;

}

.blog-item .blog-list li:last-child {

  margin-right: 0;

}

.blog-item .blog-list li i::before {

  font-size: 14px;

  margin-right: 8px;

}

.blog-item .blog-list a {

  color: #666;

}

.blog-item .blog-list i::before {

  font-size: 15px;

  color: #3dc5ff;

  margin-right: 6px;

}

.blog-item .blog-content h3 {

  color: #212121;

  font-size: 20px;

  margin: 10px 0px 10px 0;

  line-height: 30px;

}

.blog-item .blog-content h3:hover {

  color: #DC3026;

  transition: 0.6s;

  -webkit-transition: 0.5s;

  text-decoration: none;

}

.blog-item .blog-content p {

  margin: 0;

}

.blog-item .blog-content .blog-btn-one {

  font-size: 15px;

  border: 1px solid #DC3026;

  padding: 7px 20px;

  display: inline-block;

  margin-top: 20px;

  background-color: #DC3026;

  color: #fff;

}

.blog-item .blog-content .blog-btn-one:hover {

  background-color: #212121;

  color: #fff;

  border: 1px solid #212121;

}

.blog-item .blog-content .blog-btn-one i::before {

  font-size: 12px;

  position: relative;

  left: 2px;

}



/* Faq style */

#accordion .panel {

  margin-bottom: 20px;

}

#accordion .panel:last-child {

  margin-bottom: 0;

}

#accordion .panel-heading {

  position: relative;

}

#accordion .panel-heading .panel-title {

  margin: 0;

}

#accordion .panel-heading .panel-title a {

  display: block;

     padding: 15px 39px 15px 30px;

  margin: 0;

  background: #DC3026;

  font-size: 21px;

  color: #fff;

  text-transform: capitalize;

  position: relative;

}

#accordion .panel-heading .panel-title a:before, #accordion .panel-heading .panel-title a.collapsed:before {

  content: "";

  width: 20px;

  height: 2px;

  background: #fff;

  position: absolute;

  top: 30px;

  right: 30px;

}

#accordion .panel-heading .panel-title a:after, #accordion .panel-heading .panel-title a.collapsed:after {

  content: "";

  width: 2px;

  height: 20px;

  background: #fff;

  position: absolute;

  top: 22px;

  right: 39px;

  transition: all 0.3s ease 0s;

}

#accordion .panel-heading .panel-title a:after {

  height: 0;

}

#accordion .panel-body {

  padding: 20px 30px 10px;

  background: #f9f9f9;

  border: 1px solid #f5f1f1;

}



/* End Faq style */



.section-title h2 {

    font-size: 32px;

    font-weight: 700;

    position: relative;

}





.testimonial-slider-wrapper .swiper-slider .slide-content i::before {

    font-size: 30px;

    color: #585959;

}

.customer-text h2{

	font-size: 18px;

    font-weight: 400;

    color: var(--black);

    margin: 0 0 10px;

	font-family: "Work Sans", sans-serif;

}

.customer-text h5 {

        font-size: 38px!important;

        line-height: 46px!important;

		color: var(--black)!important;

		font-family: "Work Sans", sans-serif!important;

 }

 .theme-btn2 {

    font-weight: 600;

    font-size: 16px;

    text-transform: capitalize;

    color: var(--black);

    display: inline-block;

    border-radius: 35px;

    padding: 7px 20px;

    text-decoration: none;

    border: 1px solid var(--black);

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

 background-color: #fff;}

 

 .theme-btn2:hover {

	background-color: #000;

   color:#fff;	

 }

 

.flaticon-quotation-mark:before{

	font-size:30px!important;

}

.section-title h2 span{

	color:#DC3026;

}

.customer-text h2 span{

color:#DC3026;	

}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0.125em;
}