html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto', sans-serif !important;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
.choose-id{
    background: #bb9c5e;
    border: 0 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
div.articles .small-article span{
    display: none;
}
.box-shadow {
    box-shadow: 0 0 15px 5px #EBEBEB
}

.dt {
    display: table;
    width: 100%
}
div.slogan + .head-section{
    padding-bottom: 50px;
}

header .topbar {
    background-color: #dc9f34;
}

header .topbar .top-menu ul {
    display: table
}

header .topbar .top-menu ul li {
    display: table-cell;
    width: 1%
}
.new-pd .item{
    padding:0 15px;
}
header .topbar .top-menu ul li a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    display: block;
    text-decoration: none;
}

header .topbar .top-menu ul li a img {
    vertical-align: middle;
    margin-right: 5px
}

header .topbar .top-menu ul li a .telephone {
    width: 7px;
    margin-left: 5px;
}

header .topbar .top-menu ul li a .mail {
    width: 15px
}
aside .search form select option{
    text-align: center !important;
}
header .topbar .currency-menu ul {
    float: right;
    width: 50%;
    display: block
}

header .topbar .currency-menu ul li {
    display: block;
    width: 25%;
    float: left;
    text-align: center
}

header .topbar .currency-menu ul li a {
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 5px 5px 5px;
    display: block;
    text-decoration: none
}

header .topbar .currency-menu ul li .active {
    color: black;
    background-color: white
}

header .topbar .language-menu ul {
    float: right;
    width: 70%;
    display: block
}

header .topbar .language-menu ul li {
    display: block;
    width: 20%;
    float: left;
    text-align: center
}

header .topbar .language-menu ul li a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px 5px 5px;
    display: block;
    text-decoration: none
}

header .topbar .language-menu ul li .active {
    color: black;
    background-color: white
}

header .bottom {
    background-color: #fff;
    box-shadow: 1px 6px 5px #00000017;
}
.instagram{
    display: none;
}
header .bottom .logo {
    margin-bottom: -85px;
    margin-top: 30px;
    position: relative;
    z-index: 3
}

header .bottom .logo img {
    width: 80%;
    max-width: 100%
}

header .bottom .menu {
    margin: 40px 0
}

header .bottom .menu ul {
    width: auto;
    display: table;
    float: right;
    margin-right: 0;
}

header .bottom .menu ul li {
    display: block;
    width: auto;
    text-align: center;
    float: left;
    margin: 0px 18px;
}

header .bottom .menu ul li a:hover {
    border-bottom: 1px solid white;
}

header .bottom .menu ul li a {
    font-size: 14px;
    color: #000 !important;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    padding: 5px 0px 5px 0;
    padding-right: 0px;
}

header .bottom .menu ul li:last-child a {
    border-right: 0;
    padding-right: 0
}

aside .slider {
    position: relative;
    width: 100%
}

aside .slider .social-media-menu {
    width: 5%;
    position: absolute;
    text-align: center;
    z-index: 5;
    top: 25%;
    display: none !important;
}

aside .slider .social-media-menu ul {
    background-color: rgba(0, 0, 0, 0.7);
    width: 60%;
    margin-left: 15px;
    padding: 15px 0px;
    border-radius: 25px;
}


	.owl-dots .owl-dot.owl-dot.owl-dot {
	    display:none; 
	}

	.owl-dots .owl-dot.active span {
	    display:none; 
	}

	.owl-dots {
	    display:none;
	}

aside .slider .social-media-menu ul li {
    margin-bottom: 70%
}

aside .slider .social-media-menu ul li:last-child {
    margin-bottom: 0px
}

aside .slider .social-media-menu ul li a img {
    width: 70%
}

aside .content {
    margin-top: 90px;
    margin-bottom: 30px
}

aside .content .project-detail {
    display: block
}

aside .content .project-detail .project-head {
    font-size: 18px;
    color: white;
    background-color: #405986;
    padding: 10px 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px
}

aside .content .project-detail .project-slider {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

aside .content .project-detail .project-slider .item {
    position: relative
}

aside .content .project-detail .project-slider .location {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #333;
    background-color: white;
    padding: 7px 10px;
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 15px;
}

aside .content .project-detail .project-slider .item .location img {
    width: 20px;
    float: left;
    vertical-align: middle;
    margin-top: 3px;
    margin-right: 10px
}

aside .content .project-detail .project-slider .owl-nav {
    position: absolute;
    z-index: 3;
    top: 45%;
    width: 100%
}

aside .content .project-detail .project-slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    outline: none
}

aside .content .project-detail .project-slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    outline: none
}

aside .content .project-detail .project-price-code {
    display: table;
    width: 100%;
    box-shadow: 0 0 15px 5px #EBEBEB;
    margin-bottom: 10px
}

aside .content .project-detail .project-price-code .project-price {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    color: white;
    background-color: #bb9c5e;
    padding: 10px 15px;
}

aside .content .project-detail .project-price-code .project-code {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 46px;
    font-weight: 600;
    color: #405986;
    text-align: center
}

aside .content .project-detail .project-price-code .project-document {
    background-color: #405986;
    padding: 5px 10px;
    margin-bottom: 5px;
    text-align: center
}

aside .content .project-detail .project-description {
    box-shadow: 0 0 15px 5px #EBEBEB;
    margin-bottom: 10px;
    padding: 15px
}

aside .content .project-detail .project-description p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
    margin-bottom: 20px;
}

aside .content .project-detail .project-description p:last-child {
    margin-bottom: 0px;
}

aside .content .project-detail .project-description p b {
    font-size: 30px;
    font-weight: 600
}

aside .content .project-detail .project-features {
    box-shadow: 0 0 15px 5px #EBEBEB;
    display: table;
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 10px
}

aside .content .project-detail .project-features .project-feature {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    color: #405986;
    margin-bottom: 15px
}

aside .content .project-detail .project-features .project-feature img {
    vertical-align: middle;
    float: none;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

aside .content .project-detail .project-apartment-table {
    display: table;
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 10px;
    background-color: #F1F1F7
}

aside .content .project-detail .project-apartment-table table {
    display: table;
    width: 100%
}

aside .content .project-detail .project-apartment-table table thead {
    background-color: #405986;
    padding: 15px;
    text-align: center;
    color: white;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 33px
}

aside .content .project-detail .project-apartment-table table thead tr th {
    padding: 10px;
    width: 1%;
    display: table-cell
}

aside .content .project-detail .project-apartment-table table tbody {
    padding: 15px;
    text-align: center;
    color: #405986;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 33px
}

aside .content .project-detail .project-apartment-table table tbody tr {
    border-bottom: 1px solid #405986
}

aside .content .project-detail .project-apartment-table table tbody tr td {
    padding: 10px;
    width: 1%;
    font-size: 17px;
    display: table-cell;
    border-right: 1px solid #405986;
    border-left: 1px solid #405986
}

aside .content .project-detail .project-apartment-table table tbody tr td:last-child {
    border-left: 0
}

aside .content .project-detail .project-apartment-table table tbody tr td:first-child {
    border-right: 0
}

aside .content .form {
    display: table;
    width: 100%;
    background-color: #405986;
    border: 1px solid #707070;
    padding: 15px 30px;
    margin-bottom: 10px
}

aside .content .form .form-head {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: white;
    text-align: center;
    
}

aside .content .form .form-head p {
    margin-bottom: 30px
}

aside .content .form .form-head form input,
aside .content .form .form-head form textarea,
aside .content .form .form-head form select {
    border: 0;
    padding: 15px 10px;
    font-size: 19px;
    line-height: 23px;
    color: #333;
    width: 100%;
    margin-bottom: 8px;
}

aside .content .form .form-head form button {
    background-color: #405986;
    color: white;
    border: 1px solid white;
    font-size: 19px;
    line-height: 23px;
    padding: 10px
}

aside .content .map {
    display: table;
    width: 100%;
    margin-bottom: 10px
}

aside .content .services {
    box-shadow: 0 0 15px 5px #EBEBEB;
    display: table;
    width: 100%;
    padding: 50px 0;
    margin-bottom: 10px
}

aside .content .services .service {
    padding: 15px
}

aside .content .services .service img {
    width: auto;
    display: block;
    margin: 0 auto;
    border: 1px solid #707070;
    padding: 20px
}

/*aside .content .services .service p {
    text-align: center;
    padding: 0 15px;
    margin: 30px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #405986;
    font-weight: 400
    }*/


    aside .content .articles {
        display: table;
        width: 100%;
        background-color: transparent
    }

    aside .content .projects .project .features p {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 10px;
        line-height: 15px;
        color: #405986;
        padding: 5px 0
    }

    aside .content .projects .project .features img {
        vertical-align: middle;
        float: none;
        width: 15px;
        margin-right: 5px;
        margin-top: 0;
        height: 15px;
    }
    .new-filter-pro select{
        font-size: 12px;
        color: #132B57;
        font-weight: 500;
        background-color: #FFFFFF;
        text-align: center;
        width: 98%;
        padding: 18px;
        text-transform: uppercase;
        border: 0;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        margin-right: 15px;
    }
    .new-filter-pro ul{
        display: flex;
        justify-content: center;
    }
    .new-filter-pro ul li{
        display: contents;
    }
    .new-filter-pro{
        background-image: url(../img/search-bg.jpg);
        padding: 35px 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        -o-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
        margin-bottom: 20px !important;
    }
    .blog-category-tree{
        padding: 10px;
        background: #bb9c5e;
    }
    .blog-category-tree li{
        color: #fff;
        display: inline-block;
        margin-right: 5px;
    }
    .blog-category-tree li a{
        color:#fff;
    }
    .choose-blog{
        background: #bb9c5e;
        color: #fff;
        padding: 6px;
        -webkit-appearance: auto;
        border: 0;
    }
    .choose-blog option{
        background: #bb9c5e;
        color: #fff !important;
        padding: 6px;
        border: 0;
        font-size: 15px;
        text-transform: uppercase;
    }

    aside .content .filters {
        display: table;
        width: 100%;
        box-shadow: 0 0 15px 5px #EBEBEB;
        background-color: #bb9c5e;
        margin-bottom: 10px;
        padding: 15px
    }

    aside .content .filters img {
        float: left;
        vertical-align: middle;
        margin-right: 10px
    }

    aside .content .filters img {
        float: left;
        vertical-align: middle;
        margin-right: 10px;
        margin-top: 5px;
    }

    aside .content .filters ul {
        display: table;
        width: 50%;
        float: left
    }

    aside .content .filters ul li {
        display: table-cell;
        width: 0;
        border-right: 1px solid white
    }

    aside .content .filters ul li select {
        border: 0;
        color: white;
        background-color: transparent;
        margin-left: 10px;
        font-size: 12px;
        text-align: center;
        -webkit-appearance: inner-spin-button;
    }

    aside .content .filters #sorter {
        border: 0;
        color: white;
        background-color: transparent;
        padding-left: 10px;
        border-left: 1px solid white;
        float: right;
        font-size: 12px;
        text-align: center
    }

    aside .content .filters #sorter {
        border: 0;
        color: white;
        background-color: transparent;
        padding-left: 10px;
        border-left: 1px solid white;
        float: right;
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
    }

    aside .search {
        background-image: url(../img/search-bg.jpg);
        padding: 35px 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        -o-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
    }

    aside .search form .f-btn {
        font-size: 12px;
        color: #132B57;
        font-weight: 500;
        background-color: #D5D5D5;
        text-align: center;
        width: 95%;
        padding: 20px 0;
        border: 0;
        margin-right: 15px
    }

    aside .search form select {
        font-size: 12px;
        color: #132B57;
        font-weight: 500;
        background-color: #FFFFFF;
        text-align: center;
        width: 95%;
        padding:0 15px !important;
        border: 0;
        text-transform: uppercase;
        margin-right: 15px;
        /*-webkit-appearance: auto;*/
        -webkit-border-radius: 0px;
        line-height: 20px;
    }
   
    aside .search form .s-btn, .new-search {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 500;
        background-color: #dc9f34;
        text-align: center;
        width: 100%;
        padding: 18px 0;
        text-transform: uppercase;
        border: 0;
        margin-right: 15px;
    }

    aside .search-sub {
        background-image: url(../img/search-sub-bg.jpg);
        padding: 35px 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: none !important;
    }

    aside .search-sub p {
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
        color: white
    }

    aside .search-sub form .f-btn {
        font-size: 12px;
        color: #132B57;
        font-weight: 500;
        background-color: #D5D5D5;
        text-align: center;
        width: 95%;
        padding: 20px 0;
        border: 0;
        margin-right: 15px
    }

    aside .search-sub form input {
        font-size: 12px;
        color: #132B57;
        font-weight: 500;
        background-color: #FFFFFF;
        text-align: left;
        width: 95%;
        padding: 10px;
        border: 0;
        margin-right: 15px
    }

    aside .search-sub form .s-btn {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 500;
        background-color: #405986;
        text-align: center;
        width: 100%;
        padding: 7px 0;
        border: 3px solid white
    }

    aside .banner .banner-img {
        position: relative;
    }

    aside .banner .banner-img img {
        width: 100%;
        max-width: 100%
    }

    aside .banner .banner-img .more {
        background-color: rgba(64, 89, 134, 0.75);
        color: #ffffff;
        padding: 10px 15px;
        display: block;
        width: 30%;
        text-align: center;
        position: absolute;
        z-index: 2;
        bottom: 10px;
        left: 25px;
        text-decoration: none;
        font-weight: 500;
        border-radius: 5px;
    }
    @media (min-width: 1300px) and (max-width:1450px){
        .banner iframe {
            height: 245px !important;
        }
    }
    aside .head-section .head {
        margin: 40px 0
    }
    aside .head-section .heads {
        margin: 0 0;
    }
    aside .head-section .headcit {
        margin: 0px;
    }
    aside .head-section .headss {
        margin: 7px 0;
    }

    aside .head-section .head .big {
        font-family: 'Mitr', sans-serif !important;
        font-weight: 500;
        font-size: 45px;
        color: #303036;
        line-height: 55px;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        background-color: rgba(64, 89, 134, 0.2);
        color: #405986 !important;
        padding: 10px;
        border-radius: 5px;
    }
    aside .content .text-section .head .bigs {
        font-family: 'Mitr', sans-serif !important;
        color: #405986;
        margin: 0px 15px;
        padding: 0px;
    }
    aside .head-section .head .bigs {
      font-family: 'Mitr', sans-serif !important;
      font-size: 39px;
      color: #405986;
      line-height: 55px;
      text-align: center;
      display: block;
      padding: 20px 0px;
  }
  aside .content .text-section .head .citizz {
    color: #405986;
    margin: 0px 15px;
    font-family: 'Mitr', sans-serif !important;
}
aside .head-section .head .citizz {
  font-family: 'Mitr', sans-serif !important;
  font-size: 40px;
  color: #303036;
  line-height: 53px;
  text-align: center;
  display: block;
  
}
aside .content .text-section .head .b1 {
    font-family: 'Mitr', sans-serif !important;
    color: #405986;
    margin: 0px 15px;
}
aside .head-section .head .b1 {
  font-family: 'Mitr', sans-serif !important;
  font-size: 40px;
  color: #303036;
  line-height: 53px;
  text-align: left;
  display: block
}
.projects + .head-section{
    margin-bottom: 40px;
}
aside .head-section .head .project {
  font-family: 'Mitr', sans-serif !important;
  font-size: 35px;
  color: #405986;
  line-height: 56px;
  text-align: center;
  display: block;
}

aside .head-section .head .real {

    font-size: 39px;
    color: #405986;
    line-height: 55px;
    text-align: center;
    display: block
}
.txt{
    margin-top:10px !important;

}
.cittxt2{
    margin-top:20px !important;
}
.cittxt3{
    margin-top:3px !important;
}
.cit1txt{
    margin-top:15px !important;

}
p.parag{
    margin-left: 55px;
}
.txts{
    margin-top:4px !important;

}
aside .head-section .head .desc {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #303036;
    text-align: center;
    display: block;
    font-weight: 400
}

aside .projects .project {
    position: relative;
    box-shadow: 0 0 15px 5px #EBEBEB;
    float: left;
    margin-bottom: 30px
}

aside .projects .project .image img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 225px;
    object-fit: cover;
}

aside .projects .project .info .title {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    background-color: #dc9f34;
    padding-top: 10px;
    padding-bottom: 10px;
}

aside .projects .project .info .code {
    font-weight: 600;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    background-color: white;
    color: #bb9c5e  ;
    line-height: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

aside .projects .project .features {
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
    /*height: 235px;*/
}

aside .projects .project .features p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 9px;
    line-height: 10px;
    color: #405986;
    padding: 15px 0;
    height: 35px;
}

aside .projects .project .features p img {
    vertical-align: middle;
    float: none;
    width: 15px;
    margin-right: 5px;
    height: 15px;
}

aside .projects .project .details {
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 3px solid #EBEBEB
}

aside .projects .project .details p {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
    color: #303036;
    padding: 0
}

aside .projects .project .details p img {
    vertical-align: middle;
    float: left;
    width: 8px;
    margin-right: 5px
}

aside .projects .project .details .rooms p img {
    width: 15px
}

aside .slogan {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/slogan-bg.jpg);
    padding: 80px 0
}

aside .slogan .slogan-img {
    text-align: center
}

aside .slogan .slogan-img img {
    max-width: 100%
}

aside .articles {
    background-color: #F1F1F7;
    padding-bottom: 50px
}

aside .articles .big-article {
    padding: 15px 15px 30px 15px;
    background-color: white;
    box-shadow: 0 0 15px 5px #EBEBEB
}

aside .articles .big-article .image {
    position: relative
}

aside .articles .big-article .image img {
    width: 100%;
    max-width: 100%;
}

aside .articles .big-article .image .type {
    font-size: 32px;
    line-height: 39px;
    font-weight: 300;
    color: #303036;
    background-color: white;
    position: absolute;
    top: 20px;
    right: 0;
    padding: 5px 25px 5px 5px
}

aside .articles .big-article .desc {
    margin: 15px 0 40px 0;
}

aside .articles .big-article .desc p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #061012
}

aside .articles .big-article a {
    font-size: 18px;
    line-height: 22px;
    color: white;
    background-color: #405986;
    padding: 10px 15px;
    text-decoration: none
}

aside .articles .small-article {
    padding: 15px 15px 15px 15px;
    background-color: white;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 0 15px 5px #EBEBEB;
    margin-bottom: 20px;
    min-height:190px;
}

aside .articles .small-article .image {
    position: relative
}

aside .articles .small-article .image img {
    width: 100%;
    max-width: 100%;
}

aside .articles .small-article .image .type {
    font-size: 17px;
    font-family: 'Mitr', sans-serif !important;
    line-height: 20px;
    font-weight: 300;
    color: #303036;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 25px 5px 5px
}
.servicess.services-carousel .item a:last-child{
    line-height: 29px;
}
aside .articles .small-article .desc {
    padding: 0 10px 10px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #061012
}

aside .articles .small-article .desc p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #061012
}

aside .articles .small-article a {
    font-size: 9px;
    line-height: 12px;
    color: white;
    font-weight: 300;
    background-color: #405986;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 10px
}

aside .newsletter {
    margin: -30px 0 -35px 0;
    display: none;
}

aside .newsletter .bg {
    background-color: #405986;
    padding: 20px 15px 15px 15px
}

aside .newsletter .bg .text p {
    font-family:Roboto;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: white
}

aside .newsletter .bg .text p img {
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 5px
}

aside .newsletter .bg .form form input {
    font-family: Roboto;
    font-size: 17px;
    line-height: 23px;
    color: #989898;
    font-weight: 400;
    border: 0;
    outline: none;
    padding: 10px 15px;
    width: 80%;
    float: left
}

aside .newsletter .bg .form form button {
    border: 0;
    width: 20%;
    float: left;
    font-family: Roboto;
    font-size: 17px;
    line-height: 23px;
    color: white;
    background-color: #303036;
    padding: 10px 15px;
    text-align: center
}

footer {
    padding: 15px 0 0 0;
            background-color:#f2f2f2 !important;
}
footer a{
    color:#303036 !important;
}
footer .top {
    margin-top: 50px;
}

footer .top .footer-menu .head {
    font-family: 'Roboto', sans-serif;
    color: #303036;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px
}

footer .top .footer-menu hr {
    height: 1px;
    color: #303036;
    background-color: white;
    border: 0
}

footer .top .footer-menu .desc {
    font-family: 'Roboto', sans-serif;
    color: #303036;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 15px 0;
}

footer .top .footer-menu .contact p {
    font-family: 'Roboto', sans-serif;
    color: #303036;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 15px 0;
}

footer .top .footer-menu .contact p a {
    color: #303036 !important;
    text-decoration: none
}

footer .top .footer-menu .contact p img {
    float: left;
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 5px
}

footer .top .footer-menu .news {
    margin: 15px 0
}

footer .top .footer-menu .news p {
    font-family: 'Roboto', sans-serif;
    color: #303036;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 15px 0 30px 0;
}

footer .top .footer-menu .news p a {
    color: #303036;
    text-decoration: none;
    font-weight: 600
}

footer .top .footer-menu .news p img {
    margin-right: 10px;
    float: left;
    width: 100px;
    height: 50px;
    object-fit: cover;
}

footer .top .footer-menu .news p .footer-link img {
    margin-top: 5px;
    margin-right: 5px;
    float: left
}

footer .top .footer-menu .news p .other-img {
    float: left;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -15px
}

footer .copyright {
    padding: 20px 0;
    background-color: #fff;
}

footer .copyright .text {
    display: block;
}

footer .copyright .text p {
    text-align: center;
    color: #bb9c5e;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

footer .copyright .footer-social {
    margin-top: 15px;
    display: block;
    text-align: right
}
.search#search form .row{
    display: flex;
}
.search#search form .row .col-md-2, .search#search form .row .col-md-3{
    display: inline-block;
    width: 100%;
}
.search#search form .row .col-md-2.m-on{
    display: none;
}
aside .search form select, aside .search form .s-btn{
    height: 52px !important;
    padding: 0 !important;
}
.sticky {
    position: fixed;
    z-index: 101;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    /*padding: 15px 0px !important;*/
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

aside .head {
    position: relative;
    margin-top: -150px;
}

aside .head .head-content {

}

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

aside .head .head-text {
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    z-index: 9999;
    color: white;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.clear-fix {
    clear: both !important;
}

aside .head .head-text img {

}

aside .sub-content {
    margin-top: 0px;
}

aside .content .video-bg {
    margin-top: 110px;
}
aside .content .cit1 {
    margin-top: 110px;
}
aside .content .cit3 {
    margin-top: 30px;
}
aside .content .cit5 {
    margin-top: 18px;
}
aside .content .cit2 {
    margin-top: 0;
}
aside .content .city1-bg {
    margin-top: 119px;
}
aside .content .city2-bg {
    margin-top: 0px;
}


aside .content .video-bg img {
    width: 100%;
    max-width: 100%;
    display: block;
}

aside .content .text-section {
    margin-top: 20px;
    
    padding: 15px;
}
aside .content .sections {
    margin-top: 7px;
    
    padding: 15px;
}
aside .content .sectionss {
    margin-top: 10px;
    
    padding: 15px;
}

aside .content .text-section .text {
    font-size: 20px; color: #000000;
    text-align: center;
    padding: 0px 15px;
}
@media(max-width: 768px){
    .search#search form .row{
        display: block;
    }
    .new-filter-pro ul{
        display: block;
        justify-content: center;
    }
    .new-filter-pro select{
        width:100%;
        margin-bottom: 5px;
    }
    aside .search form select{
        border-radius: 0 !important;
        text-align: center !important;
    }
    #search input, #search select, #search option{
        border-radius: 0 !important;
    }
}

.texts{
    font-size: 19px !important;
    color: #000000 !important;
    text-align: left !important;
    padding: 0px 0px !important;
    line-height: 25px !important;
    font-family: Roboto !important;
}

aside .content .text-section .image {
    text-align: center;
    margin-bottom: 15px;
}

aside .content .text-section .head {
    margin-top: 0px;
}

aside .content .text-section .head .big {
    color: #405986;
}

aside .content .services-head {
    background-color: #405986;
    font-size: 41px;
    font-weight: bold;
    color: white;
    padding: 35px 0px;
    text-align: center;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
}

aside .sub-content .services {
    padding: 0px;
    box-shadow: none;
}

aside .sub-content .services .service {

    padding: 0px 15px;
    margin-top: 10px;
}

aside .sub-content .services .service .image img {
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 100%;
    display: block;
    max-width: 100%;
}

aside .sub-content .services .service .text .head {
    color: #405986;
    font-size: 35px;
    line-height: 43px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
aside .sub-content .services .service .text .servicee {
    color: #405986;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Mitr', sans-serif !important;
    text-align: left !important;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(64, 89, 134, 0.2);
}
aside .sub-content .services .image .servicee {
    color: #405986;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Mitr', sans-serif !important;
    text-align: center;
    margin: 0px;
    position: absolute;
    z-index: 3;
    top: 40%;
    background-color: rgba(255, 255, 255, 0.75);
    display: block;
    border-radius: 30px;
    left: 10%;
    right: 10%;
    padding: 10px;
}
li{
    font-size:19px;
    line-height:25px;
    font-family: Roboto;
}
li.cships{
    font-size:17px;
    line-height:25px;
    font-family: Roboto;
}

.list-vip-service-1{
    list-style: none;
    margin-left: 5px;
    /*margin-top: 55px;*/
}

.list-vip-service-1 li::before{
    content: "\2022";
    color: #405986;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    font-size: 35px;
}
.list-vip-service-1 li{
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    display: flex;
    line-height: 23px;
}
.list-vip-service-2{
    list-style: none;
    margin-left: 5px;
    /*margin-top: 55px;*/
}

.list-vip-service-2 li::before{
    content: "\2022";
    color: #405986;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    font-size: 35px;
}
.list-vip-service-2 li{
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    display: flex;
    line-height: 23px;
}
.list-vip-service-3{
    list-style: none;
    margin-left: 5px;
    /*margin-top: 55px;*/
}

.list-vip-service-3 li::before{
    content: "\2022";
    color: #405986;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    font-size: 35px;
}
.list-vip-service-3 li{
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    display: flex;
    line-height: 23px;
}

aside .sub-content .c-sec {
    background-color: #FEFCFC;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 0 15px 5px #EBEBEB;
    margin-top: 20px;
}
aside .sub-content .csec {

    text-align: center;
    margin-top: 45px;
}
aside .sub-content .csec2 {

    text-align: center;
    margin-top: 15px;
}
aside .sub-content .cship {


    text-align: center;
    
}

aside .sub-content .c-sec .c-head {
    font-size: 40px;
    line-height: 49px;
    font-weight: bold;
    color: #405986;
    text-transform: uppercase;
}

aside .sub-content .c-content p {
    font-size: 30px;
    line-height: 41px;
    color: #000000;
}

aside .sub-content .c-content img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

aside .sub-content .c-content .c-text {
    font-size: 20px;
    line-height: 29px;
}

aside .sub-content .left-slider {
    margin-top: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
}

aside .sub-content .left-slider .left-text .full-text {
    height: 250px;
    overflow-y: scroll;
}

aside .sub-content .left-slider .left-text {
    color: white;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px;
}

aside .sub-content .left-slider .left-image {

}

aside .sub-content .left-slider .left-image img {
    display: block;
    max-width: 100%;
}

aside .sub-content .left-slider .left-text .left-head {
    color: white;
    font-size: 35px;
    line-height: 43px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

aside .sub-content .city-guide-slider .owl-nav {
    display: block !important;
    position: absolute;
    right: -10px;
    top: 50px;
    transform: rotate(90deg);
}

aside .sub-content .city-guide-slider .owl-nav button {
    margin-right: 5px;
    outline: none;
}

aside .sub-content .right-slider {
    margin-top: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
}

aside .sub-content .right-slider .right-text .full-text {
    height: 250px;
    overflow-y: scroll;
}

aside .sub-content .right-slider .right-text {
    color: #082145;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px;
    text-align: right;
}

aside .sub-content .right-slider .right-image {

}

aside .sub-content .right-slider .right-image img {
    display: block;
    max-width: 100%;
}

aside .sub-content .right-slider .right-text .right-head {
    color: #082145;
    font-size: 35px;
    line-height: 43px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    text-align: right;
}

aside .sub-content .city-guide-slider-2 .owl-nav {
    display: block !important;
    position: absolute;
    left: -10px;
    top: 50px;
    transform: rotate(90deg);
}

aside .sub-content .city-guide-slider-2 .owl-nav button {
    margin-right: 5px;
    outline: none;
}

.mobile-whatsapp-call-button {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    background-color: #41bc51;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}

.mobile-google-maps-button {
    position: fixed;
    bottom: 160px;
    right: 15px;
    z-index: 99;
    background-color: #435b8c;
    border-radius: 15px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}

.slide-image {
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

.page-item {
    background-color: #405986;
    color: white;
    padding: 5px 15px;
    border: 1px solid white;
    text-decoration: none;
    margin-right: 5px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
}
.text-center{
    text-align: center;
}
.page-item:hover {
	background-color: white;
	color: #405986;
	border: 1px solid #405986;
}

.mobil-menu {
    display: none;
}

.home-slider .item div {
    width: 100%;
    height: 31.25vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide-image-thumb {
    padding: 5px;
    border-right: 0px;
    width: 100%;
    max-width: 100%;
    height: 125px;
    object-fit: cover;
    cursor: pointer;
}

.project-slider-thumb {
    margin-bottom: 10px;
    border: 1px solid #405986;
}

.project-image {
    margin-bottom: 10px;
}

.project-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.video-bg .head-section {
    position: absolute;
    z-index: 3;
    top: 40%;
    background-color: rgba(255, 255, 255, 0.75);
    display: block;
    border-radius: 30px;
    left: 30%;
    right: 30%;
    text-align: center;
}

.text-section .head-section {
    position: absolute;
    z-index: 3;
    top: 35%;
    background-color: rgba(255, 255, 255, 0.75);
    display: block;
    border-radius: 30px;
    left: 5%;
    right: 5%;
    text-align: center;
    padding: 20px;
}

.cit3 .head-section {
    position: absolute;
    z-index: 3;
    top: 35%;
    background-color: rgba(255, 255, 255, 0.75);
    display: block;
    border-radius: 30px;
    left: 5%;
    right: 5%;
    text-align: center;
    padding: 20px;
}

.csec .head-section {
    position: absolute;
    z-index: 3;
    top: 35%;
    background-color: rgba(255, 255, 255, 0.75);
    display: block;
    border-radius: 30px;
    left: 5%;
    right: 5%;
    text-align: center;
    padding: 20px;
}

.csec2 .head-section {
    position: absolute;
    z-index: 3;
    top: 35%;
    background-color: rgba(255, 255, 255, 0.75);
    display: block;
    border-radius: 30px;
    left: 5%;
    right: 5%;
    text-align: center;
    padding: 20px;
}


.services .image {
    position: relative;
    padding: 15px 15px 15px 0px;
}

.head-blog {
    padding: 0 10px 10px 10px;
    color: #405986;
    font-weight: 400;
    font-family: 'Mitr', sans-serif !important;
}

.head-blog-2 {
    padding: 0 10px 10px 0;
    color: #405986;
    font-weight: 400;
    font-family: 'Mitr', sans-serif !important;
    margin-top: 25px;
    font-size: 23px;
}

aside .content .project-detail .project-head-2 {
    font-size: 30px;
    color: #405986;
    background-color: #ffffff;
    padding: 10px 15px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: 'Mitr', sans-serif !important;
    box-shadow: 0 0 15px 5px #EBEBEB;
}

.c-d {
    padding: 0px 15px;
    display: table;
    height: 100%;
    position: relative;
}

.c-d ul {
    padding: 0px 15px;
    display: table;
    height: 100%;
    position: relative;
    background-color: #ffffff;
}

.c-d ul li {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    border: 1px solid #e1e1e1;
    background-color: #fcfcfc;
}

.c-d ul li a {
    font-weight: 400;
    color: #333;
    display: block;
    padding: 27px 20px;

}

.c-d ul li a i {
    color: #bb9c5e;
    margin: 0px 10px;

}

.features ul {

}

.features ul li {
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ebebeb;
}

.features ul li:last-child {
    border-bottom: 0px;
}

.features ul li i {
    color: black;
    font-size: 19px;
    vertical-align: middle;
    margin-right: 3px;
}

.porjects ul {

}

.porjects ul li {
    font-size: 12px;
    display: block;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ebebeb;
}

.porjects ul li:last-child {
    border-bottom: 0px;
}

.porjects ul li i {
    color: black;
    font-size: 19px;
    vertical-align: middle;
    margin-right: 3px;
}

.services .service p {
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.head-section .c-big.c-big.c-big.c-big {
    background-color: rgba(64, 89, 134, 0.2);
    color: #405986 !important;
    padding: 10px;
    border-radius: 5px;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
.projeler .owl-dots{
    bottom: -25px;
}
.owl-dots .owl-dot.owl-dot.owl-dot {
    width: 15px;
    height: 15px;
    background-color: rgba(58, 62, 65, 0.6);
    margin: 0px 0px 0px 5px;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span {
    width: 9px;
    height: 9px;
    background-color: white;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    border-radius: 50%;
}

.footer-social a {
    color: white;
    margin-right: 5px;
    background: #bb9c5e;
    text-decoration: none;
    height: 40px;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border:1px solid #bb9c5e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.footer-social a:hover{
    background: transparent;
    color:#bb9c5e;
}
.footer-social a i{
    font-size: 23px;
}
.mobile-bar {
    display: none;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none !important;
}

.footer-social {
    margin-top: 15px;
}

.follow-us {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0b65b7;
    color: white;
    font-family: 'Mitr', sans-serif;
    width: 15%;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.follow-us a {
    color: white;
    text-decoration: none;
}

.QR {
    margin-top: 0px;
}

.m-on {
    display: none;
}

.m-off {
    display: block;
}

aside .content .project-detail .project-slider .location img {
    vertical-align: middle;
    margin-right: 5px;
    width: 12px;
    margin-top: -3px;
}

.imap {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gmap {
    margin-top: 15px;
}

.gmap iframe {
    width: 100%;
    height: 570px;
}

.features ul li:nth-child(1) {
    height: 55px;
    font-weight: bold;
    color: black;
    font-size: 18px;
}

.features ul li:nth-child(1) i {
    display: none;
}

.QR img {
    width: 20% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 10px 0px;
}

.QR a {
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

select option {
    color: black !important;
}

.page-item.active {
    background-color: white;
    color: #405986;
    border: 1px solid #405986;
}

.page-item.active:hover {
    background-color: #405986;
    color: white;
    border: 1px solid white;
}

.fa-eye span:parent {
    display: none !important;
}

header{
    background-color: white;
}

header .logo{
    width:12%;
}

header .topMenu *{
    color:#000;
}