@import "https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";

body {
    font-family: exo, sans-serif !important;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

p {
    color: black;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.d-table {
    display: table;
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

button {
    outline: 0 !important;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}

a:hover,
a:focus {
    color: #BD9344;
    text-decoration: none;
}

.bg-f9f9f9 {
    background-color: #f9f9f9;
}

.ptb-100 {
    /* padding-top: 100px; */
    padding-bottom: 100px;
}

.default-btn {
    display: inline-block;
    overflow: hidden;
    border: none !important;
    position: relative;
    background-color: #BD9344;
    color: #fff;
    padding: 14px 33px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(113, 177, 0, .25);
    box-shadow: 0 10px 20px 0 rgba(113, 177, 0, .25);
    font-weight: 500;
    font-size: 15px;
}
.brochure-button{
	width: 100%;
    margin-top: 50px;
    text-align: center;
}

.default-btn::before {
    content: '';
    background: #fff;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: .9s;
    transition: .9s;
    -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    width: 300px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}

.default-btn:hover,
.default-btn:focus {
    background-color: #BD9344;
    color: #fff;
}

.default-btn:hover::before,
.default-btn:focus::before {
    -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title p {
    max-width: 645px;
    margin: 0 auto;
}

.form-control {
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    border: none;
    border-radius: 0;
    background-color: #f3f3f3;
    -webkit-transition: .5s;
    transition: .5s;
}

.form-control:focus {
    border: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: #f3f3f3;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-ms-input-placeholder {
    color: #999;
}

.form-control::placeholder {
    color: #999;
}

textarea.form-control {
    height: auto !important;
    min-height: auto !important;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    background-color: #fff;
}

.main-banner {
    position: relative;
    z-index: 1;
    height: 800px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner::before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .65;
}

.home-area .d-table-cell {
    vertical-align: bottom;
}

.item-bg2 {
    background-image: url(../images/Banner-1-1024x634.jpg);
}

.main-banner-content {
    max-width: 560px;
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    z-index: 22;
    border: 10px solid rgba(0, 0, 0, .47);
    padding: 50px;
    margin-bottom: 120px;
}

.main-banner-content h1 {
    line-height: 44px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-banner-content h1  {
    color: #BD9344;
}

.main-banner-content p {
    font-size: 15px;
    color: #fff;
    opacity: .9;
    margin-bottom: 25px;
}

.main-banner-text {
    max-width: 560px;
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    z-index: 22;
    padding: 50px;
}

.main-banner-text h1 {
    line-height: 44px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-banner-text h1 span {
    color: #BD9344;
}

.main-banner-text p {
    font-size: 15px;
    color: #fff;
    opacity: .9;
    margin-bottom: 25px;
}

.hero-content {
    position: relative;
    z-index: 22;
    margin-top: 70px;
}

.hero-content span {
    color: #BD9344;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.hero-content h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
}

.hero-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}

.hero-content p i {
    color: #BD9344;
}


/* <---------about---------> */
.about-image {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.about-image .back-img1 {
    position: absolute;
    z-index: -1;
    right: 10px;
    top: -30px;
}

.about-image .back-img2 {
    position: absolute;
    z-index: -1;
    left: 10px;
    bottom: -30px;
}

.about-image .circle-img {
    position: absolute;
    bottom: -50px;
    right: -4px;
    z-index: 2;
    border-radius: 50%;
    border: 5px solid #BD9344;
}

.about-content h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-content p {
    margin-bottom: 0;
}

.mainabout{
    padding: 100px 0;
}
.abouticondiv{
    -webkit-transition: .5s;
    transition: .5s;
    color: #BD9344;
    font-size: 35px;
    border: 1.3px solid #BD9344;
    flex-basis: 65px !important;
    text-align: center;
    height: 70px;
    line-height: 68px;
    border-radius: 3px;
}
.abouticonh4{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.abouticoncard:hover .abouticondiv, .abouticoncard:focus .abouticondiv{
    color: #fff;
    background-color: #BD9344;
}


.property-details-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.property-details-area::before {
    position: absolute;
    right: -80%;
    background: #BD9344;
    content: '';
    top: 0;
    width: 260%;
    height: 585%;
    z-index: 22;
    -webkit-transform: skewY(108deg);
    transform: skewY(108deg);
}

.video-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
    background-image: url(../img/Location.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .video-image img {
    display: none;
} */

.video-image::before {
    position: absolute;
    right: 0;
    background: #000;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .39;
    z-index: -1;
}

.video-image .video-btn {
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background: rgba(255, 255, 255, .88);
    border-radius: 50%;
    font-size: 30px;
    color: #BD9344;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 65px;
    margin: 0 auto;
}

.video-image .video-btn::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.property-details-info {
    padding: 69px 60px;
    position: relative;
    z-index: 25;
}

.property-details-info .property-details {
    max-width: 540px;
}

.property-details-info .property-details h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.property-details-info .property-details ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.property-details-info .property-details ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.property-details-info .property-details ul li span {
    font-weight: 600;
}

.property-details-info .additional-details {
    margin-top: 35px;
    max-width: 540px;
}

.property-details-info .additional-details h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.property-details-info .additional-details ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.property-details-info .additional-details ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.property-details-info .additional-details ul li span {
    font-weight: 600;
}

.property-details-area-two {
    position: relative;
    z-index: 1;
}

.property-details-area-two::before {
    position: absolute;
    right: 0;
    background: #BD9344;
    content: '';
    top: 0;
    width: 53%;
    height: 100%;
    z-index: 22;
}

.photo-gallery-item {
    overflow: hidden;
    position: relative;
}

.photo-gallery-item a img {
    -webkit-transition: .9s;
    transition: .9s;
}

.photo-gallery-item:hover a img,
.photo-gallery-item:focus a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.floor-plans-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.tab .tabs {
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.tab .tabs li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 1;
    padding-right: 15px;
    padding-left: 15px;
}

.tab .tabs li::before {
    width: 30px;
    height: 30px;
    left: 0;
    bottom: -8px;
    position: absolute;
    background: #BD9344;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.tab .tabs li a {
    background-color: #fff;
    padding: 18px 40px;
    color: #3c3c3c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.tab .tabs li a:hover {
    background-color: #BD9344;
    color: #fff;
}

.tab .tabs li.current a {
    background-color: #BD9344;
    color: #fff;
}

.tab .tabs li.current::before {
    opacity: 1;
    visibility: visible;
}

.tab .tab_content {
    background-color: #fff;
    padding: 35px;
}

.tab .tab_content .tabs_item {
    display: none;
}

.tab .tab_content .tabs_item:first-child {
    display: block;
}

.tab .tab_content .tabs_item .tabs_item_content p {
    margin-bottom: 0;
}

.tab .tab_content .tabs_item .tabs_item_content ul {
    padding: 0;
    margin: 25px 0 30px;
    list-style-type: none;
}

.tab .tab_content .tabs_item .tabs_item_content ul li {
    margin-bottom: 12px;
    color: #9ea0a6;
    font-weight: 500;
    overflow: hidden;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.tab .tab_content .tabs_item .tabs_item_content ul li span {
    float: right;
    color: #3c3c3c;
    font-weight: 600;
}

.tab .tab_content .tabs_item .tabs_item_content ul li:last-child {
    margin-bottom: 0;
}

.agent-image {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.agent-image .back-img1 {
    position: absolute;
    z-index: -1;
    right: -23px;
    top: -30px;
}

.agent-image .back-img2 {
    position: absolute;
    z-index: -1;
    left: -23px;
    bottom: -30px;
}

.agent-content {
    padding-left: 30px;
    position: relative;
}

.agent-content .section-title {
    text-align: left;
    margin-bottom: 35px;
}

.agent-content .section-title p {
    margin-left: 0;
    margin-right: 0;
}

.agent-content .agent-info {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 15px 100px 20px 25px;
}

.agent-content .agent-info::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
    width: 100%;
    height: 100%;
    background: #BD9344;
}

.agent-content .agent-info::after {
    content: '';
    position: absolute;
    -webkit-clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
    clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #faf6f6;
}

.agent-content .agent-info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.agent-content .agent-info span {
    display: block;
    color: #BD9344;
}

.agent-content p {
    margin: 0;
}

.agent-content .agent-contact-info {
    padding: 0;
    margin: 5px 0 45px;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.agent-content .agent-contact-info li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 16px;
    color: #3c3c3c;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
}

.agent-content .agent-contact-info li span {
    color: #3c3c3c;
    display: block;
    font-weight: 600;
    margin-bottom: 3px;
}

.agent-content .agent-contact-info li i {
    color: #BD9344;
    position: relative;
    top: 5px;
    font-size: 35px;
}

.agent-content .agent-contact-info li a {
    display: inline-block;
    color: #3c3c3c;
}

.agent-content .agent-contact-info li a:hover,
.agent-content .agent-contact-info li a:focus {
    color: #BD9344;
}

.agent-content .social {
    position: absolute;
    left: 200px;
    bottom: 10px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.agent-content .social li {
    display: inline-block;
}

.agent-content .social li a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    background-color: #ededed;
    color: #BD9344;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}

.agent-content .social li a:hover,
.agent-content .social li a:focus {
    background-color: #BD9344;
    color: #fff;
}

.feedback-area {
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
    z-index: 1;
    background-image: url(../images/black.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.feedback-area .section-title h2 {
    color: #fff;
}

.feedback-area .section-title p {
    color: #fff;
    opacity: .9;
}

.single-feedback {
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    padding: 40px 30px;
}

.single-feedback .client-image img {
    border-radius: 50%;
}

.single-feedback .rating {
    padding: 0;
    margin: 20px 0 15px;
    list-style-type: none;
}

.single-feedback .rating li {
    display: inline-block;
    color: #ffc000;
    font-size: 18px;
}

.single-feedback p {
    margin-bottom: 0;
}

.single-feedback .bar {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
    height: 2px;
    background: #BD9344;
}

.single-feedback h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-feedback span {
    display: block;
    font-size: 14px;
    color: #3c3c3c;
}

.services-area {
    padding-bottom: 70px;
}

.single-services {
    margin-bottom: 30px;
    background-color: #fcfafa;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    border: 1px solid #fcfafa;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
}

.single-services .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #BD9344;
    font-size: 35px;
    border-radius: 3px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: 1.3px solid #BD9344;
}

.single-services h3 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-services .bar {
    position: relative;
    margin-top: 12px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
    height: 3px;
    background: #BD9344;
}

.single-services a {
    color: #BD9344;
    font-size: 15px;
}

.single-services a:hover,
.single-services a:focus {
    letter-spacing: 2px;
}

.single-services:hover,
.single-services:focus {
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.5);
    transition: all 0.7s 0s linear;
}

.single-services:hover .icon,
.single-services:focus .icon {
    background-color: #BD9344;
    color: #fff;
    border-radius: 50%;
}

#map {
    width: 100%;
    height: 450px;
}

#contactForm label {
    display: block;
    color: #3c3c3c;
    font-weight: 600;
    font-size: 14px;
}

#contactForm .has-error ul {
    padding: 0;
    margin: 10px 0 0;
    list-style-type: none;
}

#contactForm .has-error ul li {
    color: red;
}

#contactForm #msgSubmit {
    margin: 0;
}

#contactForm .text-danger {
    margin: 15px 0 0 !important;
    font-size: 20px;
    font-weight: 600;
}

.contact-box .agent-contact {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.contact-box .agent-contact .image {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.contact-box .agent-contact .image img {
    border-radius: 7px;
    border: 6px solid #eee;
}

.contact-box .agent-contact .content {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.contact-box .agent-contact .content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-box .agent-contact .content span {
    display: block;
    color: #BD9344;
    margin-bottom: 12px;
    font-size: 25px;
    font-weight: 500;
}

.contact-box .contact-info {
    padding: 15px 0 0;
    border-top: 1px solid #ececec;
    list-style-type: none;
    /* display: -ms-flexbox; */
    /* display: -webkit-box; */
    /* display: flex; */
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    margin-top: 20px;
    margin-bottom: 30px;
}

.contact-box .contact-info li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #3c3c3c;
    position: relative;
    font-size: 15px;
    margin-top: 10px;
    padding-left: 39px;
    padding-top: 5px;
}

.contact-box .contact-info li a {
    display: inline-block;
    color: #3c3c3c;
}

.contact-box .contact-info li a:hover,
.contact-box .contact-info li a:focus {
    color: #BD9344;
}

.contact-box .contact-info li i {
    color: #BD9344;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-box .social {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.contact-box .social li {
    display: inline-block;
}

.contact-box .social li a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    background-color: #ededed;
    color: #BD9344;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}

.contact-box .social li a:hover,
.contact-box .social li a:focus {
    background-color: #BD9344;
    color: #fff;
}

.footer-area {
    text-align: center;
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-area p {
    color: #fff;
}

.footer-area p a {
    display: inline-block;
    color: #fff;
}

.footer-area p a:hover,
.footer-area p a:focus {
    color: #BD9344;
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    font-size: 25px;
    color: #fff;
    background-color: #3c3c3c;
    z-index: 4;
    display: none;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
}

.go-top:hover {
    color: #fff;
    background: #BD9344;
}





#footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}

#footer .footer-top {
    background: #1A1A1A;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #008C92;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #eee;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #BD9344;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

#footer .footer-top h4::before {
    right: 0;
    background: #555;
}

#footer .footer-top h4::after {
    background: #BD9344;
    width: 60px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    /* padding-right: 8px; */
    color: #ddd;
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
    color: #BD9344;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}

.socialicon {
    color: #fff;
    background-color: #BD9344;
}


/*-------------Portfolio-------------*/

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}





/* .btn-outline-light{
    color: #BD9344 !important;
} */

.smallcap{
    color: #D5962C;
}
.bgcolor{
    background-color: #BD9344;
}
.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}




/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    /* padding-right: 50px; */
    height: 75px;
    display: flex;
    align-items: center;
    background: #634d26;
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: #BD9344;
    
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(74, 60, 20, 0.88) 0%, rgba(2, 36, 91, 0) 100%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}



    
@media (max-width:576px) {
    .header-unit{
        height: 225px !important;
    }
}
.colorhead{
    color:#BD9344 ;
}

.header-unit {
    height: 440px;
    border: 0px solid #000;
    border-right:none;
    border-left: none;
    position: relative;
    padding: 20px;
  }
  #video-container {
      position: absolute;
  }
  #video-container {
      top:0%;
      left:0%;
      bottom: 0%;
      right: 0%;
      /* height:55%; */
      width:100%;
      overflow: hidden;
  }
  #video {
      position:absolute;
      z-index:0;
  }
  #video-fillWidth {
      width: 100%;
  }
  
  .construction{
    padding: 0 80px;
  }



  .header-unit1 {
    /* height: 585px; */
    border: 0px solid #000;
    border-right:none;
    border-left: none;
    position: relative;
    padding: 20px;
  }


  


.footer-b p {
    line-height: 14px;
	text-align:left;
	color:#d5d5d5;
}
.footer-b a {
	color:#d5d5d5;
	display:inline-block;
}

.footer-b {
    border:1px solid #8b8b8b;
	max-width:900px;
	padding:10px 20px;
	margin: 20px auto;
	text-align:center;
	color:#d5d5d5;
}



  .ecomcard {
    border-radius: 3px;
    border: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background-color: #F8F8F8;
  }
  
  .ecomcard:hover {
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.5);
    transition: all 0.7s 0s linear;
  }
  
  .card-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    background-color: var(--primary-color);
    top: -3rem;
  }

  .textall{
    text-align: justify;
  }


  ul li::marker {
    content: '✔ ';
    font-size: 15px;
    color: #BD9344;
  }

.site::marker{
    content:'' ;
}

.slide2p{
	font-size: calc(1.275rem + .3vw);
	color:#fff;
}

.b-img {
    width: 500px;
    height: 450px;
}

.club-ul{
	list-style-type: square;
    text-align: left;
}
.visit-form {
    margin-top: 5px;
}
.b-download {
    color: #BD9344;
}
.f-img-logo {
    padding: 70px 0;
}