﻿
@import url('../fonts/stylesheet.css');

.bg-custom {
    background: #293046 !important;
}

.bg-primary {
    background-color: #4e73df !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #2653d4 !important;
}

.bg-secondary {
    background-color: #858796 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #6b6d7d !important;
}

.bg-success {
    background-color: #1cc88a !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #169b6b !important;
}

.bg-info {
    background-color: #36b9cc !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #2a96a5 !important;
}

.bg-warning {
    background-color: #f6c23e !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #f4b30d !important;
}

.bg-danger {
    background-color: #e74a3b !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #d52a1a !important;
}

.bg-light {
    background-color: #f5f7fb !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #d4daed !important;
}

.bg-dark {
    background-color: #5a5c69 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #42444e !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic', sans-serif;
}

h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

h4 {
    font-size: 20px;
}

body, p, div {
    font-family: 'Century Gothic', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.body-pattern {
    background-image: url(../images/bg/bg-white-3.png);
}

.btn {
    border-radius: 0px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1250px;
}

.nabvar-1 {
    display: none;
}
/***************loader*/
/* Absolute Center Spinner */
#loading {
    position: fixed;
    z-index: 999;
    height: 80px;
    width: 80px;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    box-shadow: 0 0 0rem 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 8px;
}

    /* Transparent Overlay */
    #loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 11111;
        background-color: rgba(32, 51, 100, 0.57);
        /*backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);*/
    }
/***************hover animation************/
.hover-icon img {
    transition: linear 0.2s;
}

.hover-icon:hover img {
    transform: scale(1.1);
    transition: linear 0.2s;
}

.hover-text .text-cover {
    transition: linear 0.2s;
}

    .hover-text .text-cover .btn-link {
        transition: linear 0.2s;
        display: none;
    }

.hover-text:hover .text-cover {
    opacity: 0.8;
    transform: translateY(-10%);
    transition: linear 0.2s;
}

    .hover-text:hover .text-cover .btn-link {
        transition: linear 0.2s;
        display: block;
    }

.hover-shadow {
    transition: linear 0.6s;
}

    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1) !important;
        transition: linear 0.6s;
    }

/*************************/



.top-head {
    background-color: transparent !important;
    border-bottom: 1px solid #f2f2f2;
}

..top-head {
    box-shadow: 0 0 0rem 0 rgba(0, 0, 0, 0.2);
}

.top-head:before {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-brand img {
    width: 140px;
}

    .navbar-brand img.logo-1 {
        margin-top: 10px !important;
    }

    .navbar-brand img.logo-2 {
        margin-top: 30px !important;
    }

.navbar.bg-transparent .navbar-brand img, .logo-white {
    /*filter: brightness(0) invert(1);*/
}

.btn-primary, .nav-pills .nav-link.active {
    background-color: #293046 !important;
    font-family: 'Century Gothic', sans-serif;
}

.blogSwiper .swiper-wrapper {
    padding-bottom: 40px;
}

.mySwiper .swiper-wrapper .swiper-slide:first-child, .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) {
    background-color: #687389;
}

.mySwiper .swiper-wrapper .swiper-slide:nth-child(2), .mySwiper .swiper-wrapper .swiper-slide:nth-child(5) {
    background-color: #64827c;
}

.mySwiper .swiper-wrapper .swiper-slide:nth-child(3), .mySwiper .swiper-wrapper .swiper-slide:nth-child(6) {
    background-color: #d4aa32;
}

.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .h1 {
    animation-name: animate__fadeInDown;
    animation-duration: 2s;
}

.slide-left-social ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .slide-left-social ul li {
        float: left;
        margin-right: 60px;
        position: relative;
    }

        .slide-left-social ul li a {
            color: #000;
            font-size: 10px;
            letter-spacing: 5px;
            text-transform: uppercase;
            font-weight: bolder;
            text-decoration: none;
        }

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.slide-left-social ul li:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 1px;
    right: -46px;
    top: 50%;
    margin-top: 1px;
    background-color: #000;
}

.slide-left-social ul li:last-child:after {
    content: '';
    position: absolute;
    width: 0px;
}

.bg-lightblue {
    background-color: #eef1f2 !important;
}

.text-gray {
    color: rgb(101, 101, 101) !important;
}

.blog-avatar {
    width: 40px !important;
}

.nav-pills .nav-link {
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}


.text-primary, .nav-link {
    color: #293046;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.nabvar-1 .nav-link {
    color: #1e2028 !important;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.border-primary {
    border-color: #293046 !important;
}

.mySwipernav .swiper-button-next, .mySwipernav .swiper-button-prev {
    background-color: #293046;
    opacity: 1 !important;
    font-size: 25px;
    padding: 10px !important;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    margin: 0px !important;
    left: 0px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    top: 0px;
}

    .mySwipernav .swiper-button-next:hover, .mySwipernav .swiper-button-prev:hover {
        background-color: #fff;
    }

    .mySwipernav .swiper-button-prev:after, .mySwipernav .swiper-button-next:after {
        font-size: 15px !important;
        color: white;
    }

    .mySwipernav .swiper-button-prev:hover:after, .mySwipernav .swiper-button-next:hover:after {
        font-size: 25px !important;
        color: #293046;
    }

.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    /*min-height: 550px;*/
}

    .mySwiper .swiper-slide .main-title {
        font-size: 104px;
    }

    .mySwiper .swiper-slide .heading-1 {
        font-size: 44px;
    }

    .mySwiper .swiper-slide .heading-2 {
        font-size: 44px;
    }

    .mySwiper .swiper-slide img {
    /*    display: block;
        width: 100%;
        margin-left: 36%;
        max-height: 650px;*/
    }

.mySwiper .swiper-caption {
    z-index: 99999;
    top: 20%;
    left: 10%;
}

/*************ext*/
.section-title {
    border-left: 20px solid;
    padding-left: 30px;
}

.main-title {
    font-size: 40px;
}

.section-title {
}

.dot-bottom {
    border-bottom: 1px dotted #666;
}

/*****************form control*/
.form-control, .form-select {
    font-size: medium;
    height: 50px !important;
    border-radius: 0px !important;
}
/********************aboutus*/
.aboutus-cover {
    background-image: url(../images/bg/bg-about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

/****************card*/
.card-img-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.8));
}
/*********footer*/
.footer .title:after {
    display: block;
    height: 2px;
    margin-top: 0;
    margin-bottom: -12px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 25px;
    left: 0;
    background-color: black;
}

.footer .title {
    line-height: 25px;
    display: inline-block;
    position: relative;
}
/**************social icon*/
ul.social-icon {
    list-style: none;
    padding-left: 0px;
}

    ul.social-icon li {
        margin: 5px 5px;
        float: left;
    }

.wp-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    margin-right: 5px;
}

.fa-facebook-f {
    background: #293046;
}

.fa-linkedin {
    background: #293046;
}

.fa-twitter {
    background: #293046;
}

.fa-instagram {
    background: #293046;
}

.fa-google-plus {
    background: #293046;
}

.fa-youtube {
    background: #293046;
}

.fa-pinterest {
    background: #293046;
}


/*******************header*/


.nav-header {
    background: url(../images/temp/header.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    margin-top:110px;
}


.nav-cover {
    background-color: rgba(34, 45, 53, 0.10);
}

.nav-property, .nav-property .nav-cover, .nav-property .container, .nav-property .row {
    min-height: 400px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
    content: '•';
}

/*******************card contact*/
.card-contact {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 51, 100, 0.8)), to(rgba(32, 51, 100, 0.8))), url(../images/bg/bg-testimonials.jpg) no-repeat center center;
    background: linear-gradient(rgba(32, 51, 100, 0.8), rgba(32, 51, 100, 0.8)), url(../images/bg/bg-testimonials.jpg) no-repeat center center;
    padding: 2rem;
    background-size: cover;
}

.propetiesSwiper .card {
    min-height: 400px;
}

    .propetiesSwiper .card .card-img {
        min-height: 400px;
    }
   
    .navbar-mobile{
        display:none;
    }
    .navbar-mobile .fa{
        margin-top:5px;
        font-size:26px !important;
    }
/************mobile*/
@media only screen and (max-width: 840px) {
    .navbar-1, .navbar-2{
        display:none !important;
    }
    .mySwiper .swiper-slide .main-title {
        font-size: 32px;
    }

    .mySwiper .swiper-slide .heading-1 {
        font-size: 18px;
    }

    .mySwiper .swiper-slide .heading-2 {
        font-size: 14px;
    }

    .slide-left-social ul li:after {
        content: '';
        width: 0px;
    }

    /*.navbar.bg-transparent {
        background-color: #293046 !important;
    }*/
  
    .mySwiper .swiper-slide img {
        min-height: 350px;
        margin-top: 88px;
        margin-left: 0px !important;
    }

    .mySwiper .swiper-caption {
        z-index: 99999;
        top: 49%;
        left: 2% !important;
        padding: 14px !important;
    }

        .mySwiper .swiper-caption p {
            width: 100% !important;
        }

    .nav-header {
        margin-top: 125px !important;
    }
}
