@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600&display=swap');

/*  ==========================================================================
    Common Styles
    ========================================================================== */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    color: #6A6A6A;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
    line-height: 1.2;
}

::selection {
    background-color: #B8BA39;
    color: #fff
}

-webkit-::selection {
    background-color: #B8BA39;
    color: #fff
}

::-moz-selection {
    background-color: #B8BA39;
    color: #fff
}

/* h1, h2, h3, h4, h5, h6 {
    color: #263a4f;
} */

.bg-dark h1, .brown-bg h1,
.bg-dark h2, .brown-bg h2,
.bg-dark h3, .brown-bg h3,
.bg-dark h4, .brown-bg h4,
.bg-dark h5, .brown-bg h5 {
    color: #fff;
}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5 {
    color: #285654;
}

.title {
    margin-bottom: 40px;
    position: relative;
}

.bg-white .owl-controls i {
    color: #A45435;
}

.bg-dark .owl-controls i {
    color: white;
}

.bg-white .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 150px;
    background: #A45435;
    height: 4px;
}

.bg-dark .title::before, .brown-bg .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 150px;
    background: white;
    height: 4px;
}

.bg-dark p,
.bg-dark span, .brown-bg p, .brown-bg span {
    color: white;
}

.overflow {
    overflow: hidden;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #263a4f;
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
    color: #263a4f;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h3, h4 {
    margin: 0 0 10px;
    font-weight: 400;
    color: #263a4f;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5, h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    height: auto;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p, li, a, span {
}

p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
}

a, a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #6A6A6A !important;
    font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    color: #6A6A6A !important;
    font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
    color: #6A6A6A !important;
    font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #6A6A6A !important;
    font-size: 16px;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
}

* {
    outline: 0 !important;
}

button {
    border: none;
    background: none;
}

/* Helper Class */
.padding {
    padding: 70px 0;
}

.no-padding {
    padding: 0;
}

.padding-medium {
    padding: 50px 24px;
}

.padding-small {
    padding: 30px 30px;
}

.box-padding {
    padding: 0 50px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f9fafa;
}

.blog-thumb .single-carousel {
    height: 300px;
    overflow: hidden;
}

.bd-top {
    border-top: 1px solid #e5e5e5;
}

.bd-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.page-inner h1 {
    padding-top: 60px;
}

/* .mb-10 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

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

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

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

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

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: #333;
}

.text-white {
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
} */

#post-67 .subservice-links {
    justify-content: center;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: #B8BA39;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* Button Style */
.btn_group {
}

.btn_group a {
    margin: 5px;
}

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px;
}

.default-btn {
    font-size: 20px;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #B8BA39;
    text-align: center;
    color: #fff;
    display: inline-block;

    min-width: 240px;
}

.bordered-btn {
    min-width: 240px;
    text-align: center;
    background-color: white;
    color: #285654;
    font-size: 20px;
    border: 2px solid #B8BA39;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 30px;

}

.bordered-btn:hover {
    box-shadow: 0px 0px 20px rgba(184, 186, 57, 0.3);
}

.default-btn:hover {
    box-shadow: 0px 4px 20px rgba(40, 86, 84, 0.25), 0px 0px 20px rgba(184, 186, 57, 0.3);
}


/* Transition Effect */
a, a:hover, .overlay, img, .form-control, .form-control:hover, button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

body.elementor-page .entry-content {
    margin-top: 0px;
}

body.elementor-page article.page, body.elementor-page article.post {
    margin: 0px;
}


/* ==========================================================================
   Header Section
   ========================================================================== */
.top__bar {
    background: #232323;
}

.top__bar .social__col {
    align-items: center;
}

.top__bar .top__bar-tels a {
    color: #FCEE21;
}

.top__bar .top__bar-address {
    margin-left: 15px;
}

.top__bar .top__bar-address a {
    color: #FCEE21;
    text-align: left;
    font-size: 14px;
}

.top__bar-callback {
    display: none;
}

.top__bar .icon-box {
    margin: 5px 5px;
    display: block;
}

.top__bar .icon-box .icon-wrap a {
    width: 30px;
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 100%;
}

.top__bar .icon-box i {
    color: #232323;
    font-size: 18px;
    padding: 6px;
}

.contacts-wrapper {
    position: relative;

}

.contacts-wrapper > *:first-child {
    position: absolute;

    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 2;
    width: 100%;
}

.contacts-wrapper > *:first-child * {
    position: relative;
}

.contacts-wrapper > *:first-child::before {
    content: '';
    position: absolute;

    width: 100vw;

    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: #B8BA39;
    z-index: -1;
}

.contacts-wrapper a {
    color: white;
}

.contact__col.d-flex p {
    margin: 0;
    color: #fff;
    text-align: right;
    font-size: 14px;
    color: #FCEE21;
}

.contact__col.d-flex p.top__bar-text {
    font-size: 14px;
    margin-right: 15px;
}


.mobile-nav {
    background: white;
    position: fixed;
    top: 0;
    left: -1000px;
    bottom: 0;
    z-index: 10;
    padding-top: 80px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all linear .3s;
}

.mobile-nav .container > * {
    margin-bottom: 40px;
}

.mobile-nav .nav {
    flex-direction: column;
}

.mobile-nav .sub-menu {
    display: none;
}

.mobile-nav ul.nav > li > a {
    font-size: 16px;
    margin: 0;
}

.mobile-icons, .slider-icons {
    display: flex;
}

.mobile-icons a {
    margin-right: 30px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #285654;
    border-radius: 100px;
}

.slider-icons {
    margin-top: -60px;
    z-index: 9;
    position: relative;
}

.slider-icons a {
    margin-right: 30px;
    background: white;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #A45435;
    border-radius: 100px;
}

.slider-icons i {
    color: #A45435;
    font-size: 23px;
}

.mobile-icons i {
    color: #285654;

}

.mobile-icons i.icon-whatsapp {
    font-size: 18px;

}

.mobile-icons i.icon-viber {
    font-size: 18px;

}

.owl-carousel.owl-loaded {
    margin: 40px 0;
}

section {
    overflow-x: hidden;
}

.mobile-nav .menu-item-has-children {
    position: relative;
}

.mobile-nav .menu-item-has-children::before {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 4px;
    width: 20px;
    height: 20px;

}

.mobile-nav .sub-menu_active {
    display: block;
}


.header-section {
    background-color: #fff;
    width: 100%;
    z-index: 99;
    position: sticky;
    left: 0;
    top: 0px;
    padding: 0;
}

.navbar .bordered-btn {
    min-width: auto;
    white-space: nowrap;
}

.navbar-fixed-top.header-section {
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    height: 80px;
    border-bottom: 0;
    padding: 0;
    top: 0px;
}

.navbar-fixed-top ul.nav > li > a {
    color: #263a4f;
}

.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a {
    color: #263a4f;
}

.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
    transition: all 0.3s ease-in-out;
}

.navbar {
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hamburger {
    display: none;
}

.hamburger span {
    display: block;
    width: 23px;
    height: 2px;
    background: #285654;
    margin: 4px 0;
    border-radius: 4px;
}

.hamburger.hamburger_active > *:last-child {
    display: none;
}

.hamburger.hamburger_active > *:nth-child(1) {
    transform: rotate(-45deg);
}

.hamburger.hamburger_active > *:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -6px;
}

nav.navbar .menu-wrap ul li:last-child a {
    padding-right: 0px;
}

.navbar-header {
    padding: 17px 0;
}

.navbar-header .brand {
    font-size: 25px;
    color: #333;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px;
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px;
}

.navbar-header .nav-btn .icon-bar {
    background-color: #fff;
    width: 18px;
}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
    background-color: #777;
}

.header-section {
    top: 0px;
    box-shadow: 0px 4px 4px rgb(40 86 84 / 25%);
}

.header-section.navbar-fixed-top {
    top: 0px;
}

.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
    opacity: 0.8;
}

.header-section .navbar-brand img {
    height: 64px;
}

.header__tel {
    font-size: 24px;
    color: #fff;
}

.owl-carousel .owl-stage-outer {
    padding: 0;
}

article .owl-controls .owl-nav {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #A45435;
}

.owl-controls .owl-nav {
    position: absolute;

    bottom: -50px;
    right: 12px;
    width: 120px;
    display: flex;
    justify-content: space-between;
}

article.type-dreamhomes .owl-dots {
    display: none !important;
}

.pum-title {
    line-height: 1.2 !important;
}

.pum-theme-tema-po-umolchaniyu .pum-content ul {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 35px;
}

#popmake-1400 img {
    margin-bottom: 20px;
}

#popmake-1400 .default-btn {
    margin-top: 20px;
    color: white;
}

body .pum-container.custom-position {
    max-width: 600px !important;
    width: 100%;
    background-image: url('http://crocusdigital.h1n.ru/wp-content/uploads/2023/01/popup-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    padding: 60px 90px;
}

/* body .pum-theme-158 .pum-container, .pum-theme-tema-po-umolchaniyu .pum-container {
	
} */
.popmake-close {
    position: absolute;
    right: 10px !important;
    top: 0px !important;
    width: 32px !important;
    height: 32px !important;
    opacity: 0.3;
    font-size: 0px !important;
    background: transparent !important;
}

.popmake-close:hover {
    opacity: 1;
}

.popmake-close:before, .popmake-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.popmake-close:before {
    transform: rotate(45deg);
}

.popmake-close:after {
    transform: rotate(-45deg);
}

/*Dropdown Style
==================*/
#mainmenu li ul {
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

#mainmenu li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}

#mainmenu li ul li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    position: relative;
    padding: 0;
}

#mainmenu li ul li:last-child {
    border: none;
}

#mainmenu li ul li a {
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #8d9aa8;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}

#mainmenu li > ul > li:hover a {
    background-color: #B8BA39;
    color: #fff;
}

#mainmenu li > ul ul {
    background-color: #fff;
    left: 200px;
}

#mainmenu li > ul li:hover > ul li a {
    color: #777;
}

#mainmenu li ul li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#mainmenu li > ul li:hover > ul li > a:hover {
    background-color: transparent;
    color: #fff;
}

#mainmenu li ul li li a:hover {
    color: #ffca3f !important;
}

/* Nav Menu */
#navbar {
    z-index: 999;
    padding: 0 15px;
}


ul.nav > li {
    position: relative;
}

ul.nav > li > a {
    color: #6A6A6A;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font-size: 20px;
    z-index: 1;
    position: relative;

}

ul.nav > li > a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #B8BA39;
    transition: all linear .3s;
    bottom: 0;
    left: 0;

}

ul.nav li.phone {
    font-size: 14px;
    color: #263a4f;
    font-weight: 600;
    padding-left: 50px;

}

ul.nav li.phone i {
    color: #B8BA39;
    margin-right: 5px;
}

ul.nav > li > a:hover::before,
ul.nav > li > a:focus::before,
ul.nav > li > a.active::before {
    width: 100%;

}

.menu-btn {
    margin-left: 10px;
    margin-top: 10px;
}

/* ==========================================================================
   call to action
   ========================================================================== */
.container-fluid {
    padding: 0;
}

.call-to-action img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
   About Section
   ========================================================================== */


.about-content .default-btn {
    margin-top: 40px;
}


.dots {
    position: absolute;
    left: -80px;
    top: 150px;
    width: 50%;
    height: 50%;
    background: url(../img/dots.png) 0 0 repeat;
    z-index: -1;
}

.year-content {
    position: absolute;
    width: auto;
    height: auto;
    left: 80px;
    top: 90px;
}

.year-content h2 {
    color: #263a4f;
    font-size: 100px;
    position: relative;
    margin-bottom: 0px;
    z-index: 1;
}

.year-content h2:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border: 5px solid #B8BA39;
    left: -10px;
    top: -60px;
    z-index: -1;
}

.year-content span {
    color: #263a4f;
    text-transform: uppercase;
    font-weight: 600;
}

.about-section {
    margin-bottom: 100px;
}

.about-section .container {
    position: relative;
}

.about-section .container::before {
    content: '';
    width: 100vw;
    background: #A45435;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}


.count-section {
    background: url(../img/count-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left 35vw center;
    margin-bottom: 100px;
}

.consult-section {
    background: url(../img/consult.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left 35vw center;
}


.consult-form {
    max-width: 400px;
    position: relative;
}

.consult-item {
    position: relative;
}

.consult-item::before {
    content: '';
    width: 100vw;
    background: #A45435;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;

}

/* About Style 2
===============*/

.about-img {
    position: absolute;
    width: 42vw;
    height: 530px;
    overflow: hidden;
    bottom: -620px;
}

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

.about-image-wrap {
    position: relative;
}

.about-wrap {
    display: flex;
    align-items: center;

}

.section-2 .about-content {
}

.section-2 .about-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-list {
}

.about-list li {
    display: flex;
    align-items: center;
    color: #263a4f;
}

.about-list li i {
    font-size: 10px;
    color: #B8BA39;
    margin-right: 10px;
}

.year-box {
    padding-left: 150px;
}

.year-text-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.year-bg {
    padding: 60px;
    background-size: 100%;
    background-position: top center;
    width: auto;
    position: relative;
}

.year-bg:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: #fff;
}

.year-info {
    color: #263a4f;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
}

.year-tittle {
    background: inherit;
    font-size: 200px;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    font-weight: 700;
    letter-spacing: -2px;
}

.year-description {
    color: #263a4f;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}


/* Video Box
=============*/
.about-section.bg-dark .video-play-bg {
    background-image: url(../img/video-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 350px;
    border-radius: 5px;
}

.about-section.bg-dark .play-icon {
    background-color: #B8BA39;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

.about-section.bg-dark .play-icon:hover {
    transform: scale(1.1);
    color: #fff;
}

/* About Style 4*/
.about-section .about-slider-wrap {
    background-image: url(../img/about-slider-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80%;
    padding-right: 30px;
}

.about-carousel {
    width: 400px;
    height: auto;
    padding: 100px 0;
    margin-left: auto;
}

/* Nav Style
=============*/
.about-carousel.carousel-nav .owl-nav div {
    background-color: #fff;
    width: 80px;
}

.carousel-nav .owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    bottom: 100px;
    z-index: 1;
    display: inline-block;
}

.carousel-nav .owl-nav div {
    background-color: #f2f2f2;
    display: inline-block;
    color: #999;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;

}

.carousel-nav .owl-nav div:hover {
    color: #222;
}

/* ==========================================================================
   Service Section
   ========================================================================== */

.subservice-content h2 {
    text-transform: none;
    color: #6A6A6A;
}

.service-section {
    position: relative;
    z-index: 1;
}

.service-count {
    font-size: 60px;
    font-weight: bold;
    color: #B8BA39;
    margin-bottom: 20px;
}

.service-section .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}


.service-item .underline {
    text-decoration: underline;
}

.service-thumb {
    overflow: hidden;
    z-index: -1;
}


.service-content i {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    z-index: 1;
}

.service-content i:before {
    background-color: #B8BA39;
    border-radius: 2px;
    padding: 10px;
}

.service-item span {
    font-size: 20px;
    color: white;
    text-decoration: underline;
}

.subservice-photo {
    padding: 0;
}


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

.subservice-links {
    flex-wrap: wrap;
}


/* Service Style 2
====================*/
.section-2 .service-item {
    min-height: 200px;
    padding: 40px 30px;
}

.section-2 .service-item img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0px;
    max-width: 120px;
}

.section-2 .service-item p {
    text-align: center;
    margin-bottom: 0px;
}


/*Dark Background*/
.bg-dark .service-item {
    display: flex;
    align-items: self-end;
    height: 500px;
    position: relative;
}

.bg-dark .service-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

/* Service Style 3
====================*/
.service-box {
    display: flex;
    align-items: center;
}


.service-box i:before {
    background-color: #B8BA39;
    padding: 15px;
    color: #fff;
    border-radius: 2px;
}

.service-box .service-info {
    padding-left: 20px;
}

.service-box .service-info h3 {
    margin-bottom: 5px;
}

.service-box .service-info p {
    margin-bottom: 0;
}

/* ==========================================================================
   Projects Section
   ========================================================================== */
.projects-section {
}

.projects-section .container-fluid {
    padding: 0;
}

.projects-carousel {
}

.project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project-item .overlay {
    background-color: rgba(192, 202, 2, 0.9);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.project-item:hover .overlay {
    visibility: visible;
    opacity: 1;
    transition: all 300ms ease;
}

.projects-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 50px;
    z-index: 1;
    transform: translateY(20px);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-item:hover .projects-content {
    transform: translateY(0);
}

.projects-content .category {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
}

.projects-content .tittle {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
}

.project-item .view-icon {
    position: absolute;
    width: auto;
    height: auto;
    right: 40px;
    top: 30px;
    display: block;
    font-size: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-item:hover .view-icon {
    cursor: pointer;
    right: 20px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

/* Project Style 2
===================*/
.project-2 {
    position: relative;
    z-index: 1;
}

.project-2 .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.project-2 .project-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.project-2 .project-item .project-thumb {
    width: 100%;
    height: 100%;
}

.project-2 .project-item .project-content {
    padding: 50px;
}

.project-2 .project-item .project-content h3 a {
    color: #263a4f;
}

.project-2 .project-item .project-content h3 a:hover {
    text-decoration: underline;
    color: #B8BA39;
}

.project-2 .project-item .project-content p {
    margin-bottom: 30px;
}

/* ==========================================================================
   Projects Single Section
   ========================================================================== */
.articles-block .subservice-wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(40, 86, 84, 0.15);
    border-radius: 4px;
    margin-bottom: 30px;
    /* 	min-height:300px; */
}

.single-page .articles-block {
    padding-bottom: 70px;
}

.subservice-content:not(.subservice-links) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-single-section {
    position: relative;
    z-index: 1;
}

.service-single-wrap {
    margin-bottom: 30px;
}

.project-single-title {
    font-size: 32px;
    padding-bottom: 20px;
}

.project-single-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.project-single-content {
    background-color: #fff;
    padding: 50px 0;
}

.project-single-content p,
.project-single-content h2 {
    margin-bottom: 20px;
}

.blog-price {
    color: #B8BA39;
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: auto;
    text-align: right;
}

.blog-content-item .project-details p {
    margin-bottom: 0;
}

/* .project-single-content .project-details span {
    text-transform: uppercase;
    font-weight: 600;
    color: #263a4f;
    font-size: 14px;
    letter-spacing: 0;
    width: 150px;
    display: inline-block;
} */

.custom__page {
    position: relative;
    z-index: 1;
}

.custom__page .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

/* ==========================================================================
   Counter Section
   ========================================================================== */
.counter-content {
    text-align: center;
}

.counter-content h2 {
    font-size: 48px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.counter-content h2:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    left: -55px;
    top: -20px;
    border: 5px solid #B8BA39;
    opacity: 0.5;
    z-index: -1;
}

.counter-content span {
    font-style: 12px;
    color: #263a4f;
    font-weight: 600;
    padding-left: 20px;
    display: block;
}


.counter-section.bg-dark span {
    color: #fff;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team-section {
}

.bg-dark {
    position: relative;
    z-index: 1;
    background-color: #285654;
}

.team-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.team-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 340px;
}

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

.team-item .team-content {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
}

.team-item .team-content h3 {
    display: block;
    padding: 0px;
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #285654;
    z-index: 2;
}


.team-item .team-content span {
    color: #A45435;
    z-index: 2;
}

.team-item .team-social {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    top: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s linear;
}

.team-item .team-social li {
    transform: translateX(100px);
    transition: all 0.3s linear;
}

.team-item .team-social li:nth-child(1) {
    transition-delay: 0ms;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: 100ms;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: 150ms;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: 200ms;
}

.team-item:hover .team-social li {
    transform: translateX(0);
}

.team-item .team-social li a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.team-item:hover img {
    transform: scale(1.08);
    cursor: pointer;
}

.team-item:hover .team-social {
    visibility: visible;
    opacity: 1;
}

.team-item .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.team-item:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.team-boss-wrap .team-item-boss {
    margin: 0 auto;
}

.team-boss-wrap .team-item-boss .row {
    align-items: flex-start;
    flex-wrap: nowrap;
    border-radius: 5px;
}

.team-boss-wrap .team-item-boss .team-photo {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 30px;
    flex-shrink: 0;
    padding: 0;
}

.team-item-boss.second__style .team-photo {
    margin-right: 0px;
    margin-left: 30px;
}

.team-boss-wrap .team-item-boss .team-photo img {
    height: auto;
    max-width: 338px;
}


/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial-section {
    position: relative;
    z-index: 1;
}

.testimonial-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

/*Dark Background*/
.bg-dark .dots {
    opacity: 0.1;
}

.testi-item img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
}

.testi-content {
    padding-left: 20px;
}

.testi-content h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin: 0;
}

.testi-content span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.testi-item {
    background-color: #fff;
    position: relative;
    padding: 30px;
    border-left: 4px solid #B8BA39;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.testi-item .fa-quote-right {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: #B8BA39;
    opacity: 0.5;
}

/*Rattings*/
.testi-content .rattings {
    display: inline-block;
    margin-left: 5px;
}

.testi-content .rattings li {
    display: inline-block;
}

.testi-content .rattings li i {
    font-size: 10px;
    color: #B8BA39;
    display: inline-block;
}

/*Boolets*/
.owl-controls .owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background-color: #555;
    margin: 0 3px;
    position: relative;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: #B8BA39;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-section {
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}

.cta-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .76);
    position: absolute;
    top: 0px;
    z-index: 4;
}

.cta-section .container {
    position: relative;
    z-index: 4;
}

.cta-content h2 {
    color: #fff;
}

.cta-content p {
    color: #ddd;
}

.cta-benefits .cta-benefits-item {
    padding: 30px;
    position: relative;
}

.cta-benefits .cta-benefits-item .cta-benefit-inner {
    border: 1px solid rgb(255 255 255 / 14%);
    padding: 30px;
    height: 100%;
    position: relative;
}

.cta-benefits .cta-benefits-item .cta-benefit-inner h3 {
    color: #fff;
    font-weight: bold;
}

.cta-benefits .cta-benefits-item .cta-benefit-inner p {
    color: #fff;
    margin-bottom: 80px;
}

.cta-benefits .cta-benefits-item .cta-benefit-inner a.default-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.cta-benefits .cta-benefits-item .cta-benefit-inner .second-btn {
    right: 30px;
    left: unset !important;
}

.benefits-wrap > * {
    padding-top: 12px;
    padding-bottom: 12px;
}

.benefit-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(40, 86, 84, 0.25);
    border-radius: 4px;
    display: block;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.benefit-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.benefit-img {
    min-width: 170px;
    width: 170px;

}

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

.benefit-item h3 {
    line-height: 1.2;
    margin: 0px;
}

.home-content__stuff {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    margin-top: 20px;
}

.home-content__stuff .icon-check {
    color: #B8BA39;
    margin-right: 10px;
}

.benefit-item h3 {
    font-size: 30px;
    color: #285654;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
    background-image: url(../img/home-classic-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 62px;
    color: #fff;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.hero-content p {
    color: #ddd;
}

.hero-section .scroll-down {
    width: 2px;
    height: 80px;
    position: absolute;
    left: calc(50% - 1px);
    bottom: 100px;
    overflow: hidden;
}

.hero-section .scroll-down:before {
    background-color: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: scroll-down 2.0s ease-in-out forwards infinite;
    animation: scroll-down 2.0s ease-in-out forwards infinite;
}

@-webkit-keyframes scroll-down {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

@keyframes scroll-down {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

/*Video Hero
=============*/
.hero-section.video-hero {
}

.hero-section.video-hero {
    background-image: url(../img/home-video-background.jpg);
}

.hero-section.video-hero:before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.video-hero h1 {
    font-size: 42px;
}

.hero-section .video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* ==========================================================================
   Page Header Section
   ========================================================================== */
.page-header {
    background-image: url(../img/page-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.page-header:before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}


.page-content h1 {
    color: #fff;
    font-size: 45px;
}

.page-content p {
    color: #ddd;
    margin: 0;
}

/* footer */
.footer-logo img {
    max-width: 200px;
}

.footer-title {
    opacity: .6;
}

.footer-phone a {
    line-height: 2;
    display: block;
    color: #6A6A6A;
}

.footer-phone a:hover {
    color: #B8BA39;
}

footer .row > * > *:not(:last-child) {
    margin-bottom: 40px;
}

footer .container:last-child {
    margin-top: 60px;

}

footer .container:last-child p {
    opacity: .6;
    font-size: 12px;
}

footer .container:first-child {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #cccccc;
}

footer {
    display: flex;
    flex-direction: column;
}

footer .social__col {
    display: flex;
    flex-wrap: wrap;
}

.widget-content .widget-links {
    column-count: 4;
}

.remont-kvartir, .geologicheskie-izyskaniya, .podshiv-svesov-krovli {
    break-after: column;
}

ul.widget-links.footer__links li a {
    padding: 8px 0;
    display: block;
}

ul.widget-links.footer__links li.strong__link a,
ul.widget-links.footer__links li.proektirovanie a,
ul.widget-links.footer__links li.dizajn-interera a,
ul.widget-links.footer__links li.remont-kvartir a {
    color: #B8BA39;

}


.homes-cta-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.homes-cta-logos a {
    margin: 0 20px;
}

.cta-content-logos a img {
    max-width: 270px;
    margin: 0 auto;
    display: block;
}

/* ==========================================================================
   404 Error Section
   ========================================================================== */

.error-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content img {
    max-width: 100%;
}

.error-content .error-info {
    padding-left: 50px;
    text-align: center;
}

.error-content .error-info h2 {
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -10px;
}

.error-content .error-info a {
    color: #263a4f;
    font-weight: 600;
    text-decoration: underline;
}

.error-content .error-info a:hover {
    color: #B8BA39;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}


.contact-info h4 {
    font-size: 15px;
}

.contact-info span {
    text-transform: uppercase;
    margin-right: 5px;
}

/* Form Style
===============*/
.form-control {
    background-color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #B8BA39;
    box-shadow: none;
    outline: none;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

/* Google Map*/
#google-map {
    width: 100%;
    height: 400px;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */


.home__labels {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}

.home__labels .home__label {
    background: #A45435 !important;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

.home__labels .home__label-novinka {
    background: blue;
}

.home__labels .home__label-skidka {
    background: #8b0000;
}

.home__labels .home__label-podklyuch {
    background: rebeccapurple;
}

.blog-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.light-title {
    font-weight: 400;
    text-transform: none;
    text-align: center;
    margin-bottom: 40px;
}

.blog-item.blog-item__dream .home-content__stuff span:first-child {
    font-weight: bold;
    width: 200px;
    display: inline-block;
}

.blog-item.blog-item__dream .home-content__stuff .label__value {
    font-size: 20px;
    font-weight: bold;
    color: #B8BA39;
    white-space: nowrap;
}

body .blog-item.blog-item__dream ul {
    padding-left: 0;

}

.blog-item.blog-item__dream ul li {

    list-style: none;
}

.blog-item.blog-item__dream .dream-project-details span {
    display: block;

}


.blog-item.blog-item__dream .dream-project-details span:first-child {
    font-weight: bold;

}

.blog-item.blog-item__dream {
    height: auto;
}

.project-single-carousel.owl-carousel.owl-loaded {
    margin: 0;
}

.project-single-carousel2.owl-carousel.owl-loaded {
    margin: 0;
}

.project-single-carousel2, .project-single-carousel2 .owl-stage-outer, .project-single-carousel2 .owl-stage-outer *:not(.owl-controls) {
    height: 100%;
}

.blog-item.blog-item__dream > * {
    position: relative;
}

.blog-item.blog-item__dream .blog-content {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.blog-item {
    display: flex;
    background: #FFFFFF;
    /* 	height:500px; */
    width: 100%;
}

.blog-item > *:first-child {
    width: 35%;
}

.blog-item > *:last-child {
    width: 65%;
}

.blog-item .blog-thumb {
    position: relative;
}

.blog-item .blog-thumb .category {
    background-color: #B8BA39;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    margin-bottom: -14px;
}

.blog-item .blog-thumb .category a {
    color: #fff;
}

.blog-item .blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*Bg-dark*/
.bg-dark .blog-content {
    background-color: #242323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 5px solid #B8BA39;
}


.blog-content h3 {
    line-height: 24px;
}

.blog-content h3 a {
    color: #263a4f;
    font-size: 18px;
    line-height: 24px;
}

.blog-content h3 a:hover {
    color: #B8BA39;
}

.blog-content .read-more {
    color: #263a4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.blog-content .read-more:hover {
    color: #B8BA39;
}

.blog-content .read-more:before {
    background-color: #B8BA39;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);

}

/* Pagination 
=============== */

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #263a4f;
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: #B8BA39;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: #B8BA39;
    border: 1px solid #B8BA39;
    color: #fff;
}

/* Sidebar Style
===============*/
.sidebar-wrap {
    padding-left: 40px;
}

.sidebar-wrap .widget-content {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-wrap .widget-content h4:before {
    background-color: #B8BA39;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline;
}

.widget-content .icon-box {
    margin: 5px 5px;
    display: block;
}

.widget-content .icon-box i {
    color: #fff;
    font-size: 18px;
    padding: 6px;
}

/* Search Form Style
===================*/
.search-form {
    position: relative;
    margin-left: -2px;
}

.search-form .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #263a4f;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #263a4f;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: #6A6A6A !important;
}

.search-form input:-moz-placeholder { /* Firefox 18- */
    color: #6A6A6A !important;
}

.search-form input::-moz-placeholder { /* Firefox 19+ */
    color: #6A6A6A !important;
}

.search-form input:-ms-input-placeholder {
    color: #6A6A6A !important;
}

/* Thumbnails Post Style
========================*/
.thumb-post {
}

.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

.thumb-post li:last-child {
    margin-bottom: 0;
}

.thumb-post li img {
    width: 100px;
    display: block;

}

.thumb-post li a {
    font-size: 15px;
    font-weight: 600;
    color: #263a4f;
    padding-left: 15px;
    letter-spacing: -0.5px;
}

.thumb-post li a:hover {
    color: #B8BA39;
    text-decoration: underline;
}

/* Tag Cloud Style
==================*/
.widget-content .tags {
}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #B8BA39;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Blog Single Section
   ========================================================================== */
.blog-thumb {
}

.blog-thumb img {
    margin-bottom: 20px;
}

.blog-single-content {
}

.blog-single-content h2 a {
    font-size: 28px;
    color: #263a4f;
}

.blog-single-content h2 a:hover {
    color: #B8BA39;
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: #B8BA39;
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #263a4f;
}

/* Blog Quote
===============*/
blockquote {
    background-color: #f5f5f5;
    padding: 40px;
    border-left: 4px solid #B8BA39;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

blockquote .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

blockquote p {
    color: #263a4f;
    font-size: 20px;

}

blockquote span {
    display: block;
    margin-top: 20px;
    color: #263a4f;
}

/* Post Tags Style
==================*/
.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: #B8BA39;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.post-tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Author Box Style
====================*/
.author-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #B8BA39;
}

.author-box img {
    border-radius: 50%;
}

.author-info {
    padding-left: 30px;
}

.author-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.author-box .social-icon {
}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.author-box .social-icon li a {
    font-size: 14px;
    color: #263a4f;
}

.author-box .social-icon li a:hover {
    color: #B8BA39;
}

/* Post Navigation
====================*/
.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, 0.04);
}

.post-navigation .col a {
    color: #263a4f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.post-navigation .col.next-post a {
    justify-content: flex-end;
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    color: #B8BA39;
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}

/* Comments Style
==================*/

.page-homes .blog-item-wrap, .page-blog .subservice-wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(40, 86, 84, 0.15);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}


.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}

.blog-single-wrap .comments-area li > div {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding: 35px;
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}

.blog-single-wrap .comments-area ol > li:last-child div {
    border-bottom: 0;
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-single-wrap .comments-area li > div {
    position: relative;
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 100px;
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-size: 12px;
    font-weight: 600;
    color: #B8BA39;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: #B8BA39;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.blog-single-wrap .comment-respond {
}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}


.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #B8BA39;
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-single-wrap .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #B8BA39;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}

/* ==========================================================================
   Sponsor Section
   ========================================================================== */
.sponsor-section {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.sponsor-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.sponsor-item {
}

.sponsor-item img {
    opacity: 0.5;
}

.sponsor-item:hover img {
    opacity: 1;
    cursor: pointer;
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget-section {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

/*Dark Background*/
.widget-section.bg-dark {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.widget-content img {
    margin-bottom: 20px;
}

.widget-content h4 {
}

.widget-content p {
}

.widget-content span {
    display: block;
}


.widget-content .widget-links li a {
    color: #6A6A6A;
}

.widget-content .widget-links li a:hover {
    color: #B8BA39;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-input {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-right: 140px;
    border-radius: 2px;
}

.subscribe-form .submit-btn {
    background-color: #B8BA39;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
    background-color: #fff;
    display: block;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.footer-section p {
    font-size: 12px;
    color: #ababc7;
    margin: 0;
}

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top {
    background-color: white;
    display: none;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
    font-size: 28px;
    border-radius: 50%;
    color: #285654;
    position: fixed;
    bottom: 150px;
    right: 25px;
    z-index: 999;
    filter: drop-shadow(0px 0px 20px rgba(23, 50, 49, 0.25));
}

#scroll-to-top:hover {
    background-color: #B8BA39;
    color: #fff;
    opacity: 0.8;
}

/* ==========================================================================
   Farik Styles
   ========================================================================== */

form.wpcf7-form label {
    width: 100%;
    font-size: 16px;
    color: #263a4f;
}

.form-group.privacy-group {
    font-size: 14px;
    color: #6A6A6A;
}

.form-group.privacy-group span {
    border-bottom: 1px solid #6A6A6A;
    cursor: pointer;
}

.wpcf7-list-item {
    margin: 0 10px 0 0;
}

.acceptance-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: start;
    margin-top: 40px;
}

form.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control,
form.wpcf7-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: 20px;
    border: none;
    border-bottom: 1px solid grey;
}

.brown-bg form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control, form.wpcf7-form .wpcf7-form-control-wrap textarea {

    border-bottom: 1px solid white;
    background: transparent;
    color: white;
}

.brown-bg form.wpcf7-form .wpcf7-form-control-wrap textarea::placeholder, .brown-bg form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control::placeholder {

    color: white !important;
}

.brown-bg .form-group.privacy-group {
    color: white;
}

.brown-bg .form-group.privacy-group span {
    border-bottom: 1px solid white;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: #B8BA39;
    color: #fff;
    border: 0px;
    padding: 10px 30px;
    font-size: 20px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;

}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 4px;
}

.wpcf7-response-output {
    font-size: 14px;
}

.subservice-wrap {
    background: #fff;
    margin-top: 20px;
}

.subservice-price {
    font-size: 24px;
    font-weight: bold;
    color: #B8BA39;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.subservice-price span {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    margin-right: 5px;
    color: #6A6A6A;
}

.subservice-descr ul {
    list-style: disc;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 10px 10px;
}

a.subservice-order {
    background: #B8BA39;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    padding: 5px;
    text-align: center;
    display: block;
    width: 150px;
}

.subservice-links {
    display: flex;
    flex-wrap: wrap;
}

.subservice-links a {
    color: #6A6A6A;
    border: 1px solid #6A6A6A;
    padding: 5px 20px;
    margin: 5px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;

}

.subservice-links a:hover {
    color: #fff;
    background: #285654;
    border: 1px solid #285654;

}

.team__shortcode {
    margin-top: 30px;
}

.team__shortcode h2.boss__title {
    text-align: center;
}

h2.team__title {
    text-align: center;
    margin-top: 50px;
    font-weight: 400;
    text-transform: none;
}

.boss-name h3 {
    color: #285654;
    font-weight: bold;
    margin-bottom: 0px;

}

.team-content-title {
    color: #285654;
    margin: 5px 0;
}

.boss-name span {
    color: #A45435;
    font-size: 20px;
}

.pum-theme-tema-po-umolchaniyu .pum-content ul {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 35px;
}

.pum-container.custom-position {
    max-width: 600px !important;
    width: 100%;
}

.popmake-close {
    position: absolute;
    right: 10px !important;
    top: 0px !important;
    width: 32px !important;
    height: 32px !important;
    opacity: 0.3;
    font-size: 0px !important;
    background: transparent !important;
}

.popmake-close:hover {
    opacity: 1;
}

.popmake-close:before, .popmake-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.popmake-close:before {
    transform: rotate(45deg);
}

.popmake-close:after {
    transform: rotate(-45deg);
}

.widget-content .icon-box {
    margin: 5px 10px;
    display: block;
}

.widget-content .icon-box .icon-wrap a {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #285654;
    border-radius: 100%;
}

.widget-content .icon-box i {
    color: #fff;
    font-size: 18px;
    padding: 6px;
}

.recent_homes-btns {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recent_homes-btns a {
    width: 110px;
    margin: 5px;
}

.cta-content-logos div img {
    max-width: 270px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

#domProjects .gall__section .uael-img-gallery-wrap .uael-grid-item:nth-child(n+4) {
    display: none;
}

#domProjects .gall__section.open .uael-img-gallery-wrap .uael-grid-item:nth-child(n+4) {
    display: block;
}

#domProjects .gall__section .gall-hide {
    display: none;
}

#domProjects .gall__section.open .gall-hide {
    display: block;
}

#domProjects .gall__section.open .gall-show {
    display: none;
}

body.page-template-page-land .dl-slider {
    position: relative;
}

.homes__btns {
    margin-top: 25px;
}

div.type-dreamhomes .project-single-content .homes__btns a {
    padding: 0px 15px;
}

.houses-carousel {
    margin: 0 auto;
    box-shadow: 0px 0px 20px rgba(40, 86, 84, 0.15);
    border-radius: 4px;
}


a.navbar-yandex {
    display: block;
    position: relative;
    z-index: 9999;
    max-width: 100px;
}


img.top__bar-cards {
    max-width: 98px;
}

.top__bar .contact__col a:hover, .top__bar .contact__col a:focus, .top__bar .contact__col a:active {
    color: #fff;
}

.project-single-wrap .home__labels {
    top: 30px;
    left: 30px;
    z-index: 9;
}

body.admin-bar .header-section {
       top: 2px;
}

section.kanal__page ul {
    list-style: none !important;
}

.service-thumb {
    max-height: 235px;
}

.service-content {
    padding: 20px;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.service-content h3 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 100px;
}

body.admin-bar .header-section.navbar-fixed-top {
    top: 32px;
}

.elementor-widget-container div#vk_groups {
    overflow: hidden;
}

.service-section .service-wrap .service-item .service-content h3 {
    line-height: 1.2;
}


.subservice-buttons a {
    margin-right: 15px;
}

.tooltipster-content span.uael-tooltip-text a {
    display: block;
}

.elementor-widget-wrap > .elementor-element ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.elementor-widget-wrap > .elementor-element ol {
    padding-left: 20px;
}

.uael-tooltip i {
    opacity: 0;
}

.slick-arrow {
    width: 40px !important;
    height: 40px;
    background: rgba(255, 255, 255, .5);
    border-radius: 100px;
    border: 1px solid #a45435;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ha-slick-content {
    position: relative !important;
}

body .ha-slick-content {
    background: white;
}

.team-wrap .slick-prev.slick-arrow, .houses-carousel .slick-prev.slick-arrow {
    left: -10px;
    z-index: 9;
}

.team-wrap .slick-next.slick-arrow, .houses-carousel .slick-next.slick-arrow {
    right: -10px;
}


.elementor-element.benefits__car .slick-track {
    display: flex !important;
    flex-wrap: wrap;
}

.elementor-element.benefits__car .slick-track .slick-slide {
    height: inherit !important;
    display: flex;
}

.elementor-element.benefits__car .slick-track .slick-slide .ha-slick-item {
    height: inherit !important;
    background: #181a25;
    display: flex;
}

.elementor-element.benefits__car .slick-track .slick-slide .ha-slick-item picture {
    position: absolute;
}

section.homes-cta-section p {
    color: #000;
    font-size: 24px;
    margin-bottom: 30px;
}

section.homes-cta-section p span {
    background: yellow;
}

.exhome__order i {
    margin-right: 20px;
}

.exhome-img {
    position: relative;
}

.exhome-img img {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 3px solid #B8BA39;
}

.exhome__order .bordered-btn {
    color: white;
    background: transparent;
    margin: 0 20px 20px 0;
}

.exhome__order .default-btn {
    margin: 0 20px 20px 0;
}

.exhome__order .container {
    position: relative;
}

.exhome__order .container::before {
    content: '';
    width: 100vw;
    background: #A45435;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

section.exhome__order .default-btn.f__btn {
    margin-right: 15px;
}

section.exhome__order .ex__guarantee {
    position: absolute;
    right: 0px;
    bottom: 0px;
    -webkit-transform: matrix(0.9563, -0.2924, 0.2924, 0.9563, -28, 38);
    -ms-transform: matrix(0.9563, -0.2924, 0.2924, 0.9563, -28, 38);
    transform: matrix(0.9563, -0.2924, 0.2924, 0.9563, -28, 38);
}

section.exhome__order .ex__price {

    margin-bottom: 35px;
}

.slick-prev:before, .slick-next:before {
    display: none !important;
}

.uael-gallery-parent .slick-prev:before, .uael-gallery-parent .slick-next:before {
    display: block !important;
    opacity: 1 !important;
}

.uael-img-carousel-wrap .slick-prev:before {
    content: "\f053" !important;
}

.uael-gallery-parent .slick-next:before {
    content: "\f054" !important;
}

.uael-img-carousel-wrap .slick-slide > div {
    margin-bottom: 20px;
}

div.fancybox-container {
    z-index: 9999999;
}

.slick-arrow i {
    font-size: 20px !important;
}

.team-wrap .slick-next.slick-arrow, .houses-carousel .slick-next.slick-arrow {
    width: auto;
}


div.type-dreamhomes {
    margin-bottom: 100px;
}

div.type-dreamhomes div#project-single-carousel .single-carousel {
    background: #fff;
}

div.type-dreamhomes div#project-single-carousel .single-carousel img {
    max-height: 540px;
    width: auto;
    margin: 0 auto;
}

div.type-dreamhomes .project-single-content {
    background-color: #fff;
    padding: 12px 15px;
}

div.type-dreamhomes .project-single-content .project-details li {
    line-height: 22px;
    margin-bottom: 10px;
}

div.type-dreamhomes .project-single-content ul.project-details li span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 18px;
}

div.type-dreamhomes .project-single-content ul.project-details li span.label__value {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

div.type-dreamhomes .project-single-content ul.project-details {
    list-style: none;
    padding: 0;
    margin: 0;
}


#breadcrumbs {
    margin-top: 30px;
}

p#breadcrumbs a {
    color: #6A6A6A;
}

p#breadcrumbs .breadcrumb_last {
    color: #A45435;
}

article .post-wrap a, body.single.single-post .site-main a, body.archive.category .site-main a {
    color: #263a4f;
}

.site-main article.post.type-post {
    margin: 0 0 1.7em;
}

article .post-wrap .entry-title {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    min-height: 48px;
}

article .post-wrap .entry-content {
    margin-top: 10px;
}

article .post-wrap .entry-content p {
    min-height: 145px;
}

article .post-wrap {
    background: #f9fafa;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

article .post-wrap .entry-header h2 {
    padding: 0 30px;
}

article .post-wrap .entry-content {
    padding: 0 30px 30px 30px;
}

.sadiya_excerpt {
    display: inline-block;
    border-bottom: 1px solid;
}

.sadiya_excerpt:hover {
    border-bottom: none;
}

div#lgSwitches {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 10px;
}

#lgSwitches button {
    font-size: 20px;
    padding: 10px 20px;
    color: #fff;
    border: 0;
    background: #285654;
    cursor: pointer;
}

.homes__items.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    width: 100%;
    max-width: 100%;
    gap: 25px;
}

.homes__items.grid .blog-item {
    display: block;
    background: #FFFFFF;
    height: auto;
    width: 100%;
}

.homes__items.grid .blog-item > *:first-child {
    width: 100%;
}

.homes__items.grid .blog-item .blog-thumb {
    position: relative;
}

.homes__items.grid .blog-item > *:last-child {
    width: 100%;
}

.homes__items.grid .recent_homes-btns a {
    width: 100%;
    margin: 5px;
}

.subservice-bottom .recent_homes-btns {
    width: 100%;
}

.exhome-img img {
    border: 0;
}

@media only screen and (max-width: 1400px) and (min-width: 767px)  {
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-size: 14px;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder { /* Firefox 18- */
        font-size: 14px;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder { /* Firefox 19+ */
        font-size: 14px;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 14px;
    }
    section.homes-cta-section p {
        color: #000;
        font-size: 14px;
        margin-bottom: 15px;
    }

    section.homes-cta-section .text-center {
        margin-bottom: 15px;
    }

    .subservice-links a {
        font-size: 14px;
    }

    ul.nav > li > a {
        font-size: 14px;
    }

    .bordered-btn {
        font-size: 14px;
        padding: 10px;
        line-height: 1;
    }

    .slider-content-wrap {
        height: 500px;
    }

    .dl-slider .dl-caption.big {
        font-size: 30px;
    }

    .dl-slider .dl-caption.small {
        font-size: 23px;
    }

    .default-btn {
        font-size: 14px;
        padding: 10px;
        line-height: 1;
        border: 2px solid #B8BA39
    }

    .recent_homes-btns a {
        width: auto;
        margin: 0;
    }

    h1, h2 {
        font-size: 23px;
    }

    .home__labels .home__label {
        padding: 5px 10px;
        font-size: 14px;
    }

    .project-single-title {
        font-size: 23px;
        padding-bottom: 10px;
    }

    .blog-price {
        font-size: 23px;
    }

    p {
        font-size: 14px;
    }

    .service-count {
        font-size: 42px;
    }

    .service-content h3 {
        font-size: 23px;
    }

    .service-item span {
        font-size: 14px;
    }

    h3 {
        font-size: 20px;
    }

    .boss-name span {
        color: #A45435;
        font-size: 20px;
    }

    form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
        font-size: 14px;
    }

    .benefit-item h3 {
        font-size: 21px;
    }

    .about-img {
        height: 515px;
        bottom: -573px;
    }

    .team-content-item {
        margin-bottom: 15px;
    }

    .team-content-item p {
        margin: 0;
        font-size: 14px;
    }

    .team-content-item li {
        font-size: 14px;
    }

    .blog-content {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    body.page-template-page-land .form-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    body.page-template-page-land .form-inline .form-group {
        flex-basis: 30%;
    }

    body.page-template-page-land .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    body.page-template-page-land .form-inline input.wpcf7-form-control.wpcf7-submit {
        margin: 0;
        position: relative;
        flex-basis: 30%;
    }
}

body.page-template-page-land .slider-icons {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .homes__btns a {
        padding: 0px 15px;
    }

    .sadiya-icon-box .elementor-icon-box-description a {
        display: block;
    }

    .contact__col.d-flex p.top__bar-text {
        font-size: 16px !important;
        margin-right: 10px !important;
    }

    .contact__col.d-flex p {
        font-size: 16px !important;
        line-height: 1.2;
    }

    .header-height {
        display: none;
    }

    .header-section .navbar-brand {
        z-index: 999;
    }

    .houses-carousel .slick-prev.slick-arrow, .team-wrap .slick-prev.slick-arrow {
        left: 0px;
        z-index: 9;
    }

    .houses-carousel .slick-next.slick-arrow, .team-wrap .slick-next.slick-arrow {
        right: 0px;
    }

    .top__bar-callback {
        margin-left: 15px;
    }
}

@media (max-width: 440px) {
    .project-single-content {
        background-color: #fff;
        padding: 50px 10px 20px 10px;
    }
}

@media (max-width: 340px) {
    .top__bar .top__bar-tels {
        margin-left: 10px;
        margin-right: 10px;
    }

    .top__bar-callback {
        margin-left: 0px;
    }

    img.top__bar-cards {
        max-width: 70px;
    }
}
