@charset "UTF-8";

@font-face {
    font-family: 'naristhin';
    src: url('../fonts/neris/Neris-Thin.otf') format('opentype')
}
@font-face {
    font-family: 'narislight';
    src: url('../fonts/neris/Neris-Light.otf') format('opentype')
}
@font-face {
    font-family: 'narissemibold';
    src: url('../fonts/neris/Neris-SemiBold.otf') format('opentype')
}

.hide {
    display: none !important;
}
html{
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    font-family: 'naristhin';
    font-size: 14px;
}
a {
    text-decoration: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
a:hover, a:focus, img:focus, button:focus, input[type='submit']:focus{
    text-decoration: none;
    outline: none;
}
img{
    max-width: 100%;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-banner {
    /*float: left;*/
    width: 100%;
    padding: 40px 0 0;
    background: url('../image/main-bg.png') no-repeat;
    background-size: cover;
    position: relative;
    background-position: top left;
    /*text-shadow: 0px 4px 4px #00000050;*/
}
.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    width: 95%;
}
.navbar-brand img {
    max-width: 240px;
}

nav.navbar {
    padding: 0;
}

nav.navbar a.nav-link {
    color: #494f53;
    text-transform: uppercase;
    padding: 0 5px;
    text-shadow:none;
    font-family: narissemibold;
    font-size: 13px;
}

nav.navbar li.nav-item {
    padding: 0 5px;
    position: relative;
}

nav.navbar li.nav-item + li {
    border-left: 2px solid #494f53;
}

ul.navbar-nav {
    margin-top: 10px;
}

.top-caption {
    float: left;
    width: 100%;
    margin: 50px 0;
    position: relative;
    padding-left: 50px;
}

ul.nav-social {
    position: absolute;
    left: 0;
    top: 0;
}

ul.nav-social a {
    padding: 5px;
    background: #707070;
    color: #fff;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 4px;
}

.top-caption h2 {
    font-size: 70px;
    color: #fff;
    font-weight: normal;
    line-height: 69px;
    text-shadow: 0 10px 10px #00000030;
    text-transform: uppercase;
}

.top-caption h2 span {
    display: block;
    margin-left: 70px;
}
.top-caption h2 p {
    font-size: 53px;
}

.ciat-block {
    color: #960059;
    position: relative;
    line-height: 18px;
    top: -30px;
    text-transform: uppercase;
}
.ciat-block h4 {
    font-family: narissemibold;
    font-size: 1.5rem;
    color:#960059;
}
.ciat-block p {
    font-size: 24px;
}
.ciat-block img {
    margin-bottom: 10px;
}

.top-srv-block {
    float: right;
    max-width: 90%;
    text-shadow: none;
}

.top-srv-block h3 {
    color: #5bd3db;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
}

.top-srv-block h4 {
    background: #5bd3db;
    color: #fff;
    font-size: 23px;
    padding: 15px;
}


.dif-block h4 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.dif-desc {
    background: #fffffff0;
    padding: 20px 20px 10px;
    text-shadow: none;
    font-size: 14px;
}

.dif-block {
    float: left;
    width: 100%;
    margin-top: 55%;
}

.dif-block h4 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.dif-desc {
    background: #fffffff0;
    padding: 20px 20px 10px;
    text-shadow: none;
    font-size: 14px;
}

.imp-block {
    float: right;
    margin-top: 50px;
    max-width: 550px;
    width: 100%;
}
.imp-block h3 {
    color: #fff;
    text-align: center;
}

.imp-tab {
    width: 50%;
    float: left;
    height: 220px;
    color: #fff;
    font-size: 13px;
    background: #5b5b5dcc;
    padding: 20px;
    position: relative;
}

.imp-tab.imp-top:before, .imp-tab.imp-top:after
{
    content: '';
    width: 2px;
    height: 80%;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.imp-tab.imp-top:after {
    width: 80%;
    height: 2px;
}
.imp-tab.imp-right:before, .imp-tab.imp-right:after {
    content: '';
    width: 2px;
    height: 80%;
    background: #fff;
    position: absolute;
    left: -1px;
    top: -2px;
}
.imp-tab.imp-right:after {
    width: 80%;
    height: 2px;
}
.imp-tab span {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #5bd3db;
}

.imp-tab:nth-child(3) span {
    right: 10px;
    left: auto;
}

.imp-tab:nth-child(4) span {
    bottom: 10px;
    top: auto;
}

.imp-tab:nth-child(5) span {
    right: 10px;
    left: auto;
    bottom: 10px;
    top: auto;
}
.imp-tab span {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #5bd3db;
}

.imp-tab:nth-child(3) span {
    right: 10px;
    left: auto;
}

.imp-tab:nth-child(4) span {
    bottom: 10px;
    top: auto;
}

.imp-tab:nth-child(5) span {
    right: 10px;
    left: auto;
    bottom: 10px;
    top: auto;
}

.imp-tab.imp-top {
    text-align: right;
    padding-top: 50px;
}

.imp-tab:nth-child(3) {
    padding-top: 50px;
}

.imp-tab:nth-child(4) {
    padding-left: 50px;
}

.imp-tab:nth-child(5) {
    padding-right: 50px;
}


.imp-tab.imp-tab-full {
    background: none;
    width: 100%;
    text-align: center;
    font-size: 19px;
}

.imp-tab.imp-tab-full span {
    position: relative;
    font-size: 36px;
}

.build-src-cot, .est-plan-cot {
    float: left;
    width: 100%;
    position: relative;
}

.build-src-cot:before, .est-plan-cot:after,.est-plan-cot:before {
    right: 0;
    top: 0;
    width: 50%;
    position: absolute;
    content: '';
    height: 100%;
    z-index: -1;
}

.build-src-cot {
    float: left;
    width: 100%;
    position: relative;
}

.build-src-cot:before {
    right: 0;
    top: 0;
    width: 50%;
    position: absolute;
    content: '';
    height: 100%;
}



.build-dark-block{
    padding-left: 90px;
    color: #fff;
}

.build-white-block {
    padding-right: 70px;
    padding-left: 0;
    overflow-y: auto;
    max-height: 500px;
}

.build-dark-block h4 {
    color: #5bd3db;
    margin-bottom: 30px;
    font-size: 30px;
}

.est-plan-cot:before{
    left: 0;
    right: auto;
    background: #5bd3db;
}
.est-plan-cot:after{
    background: url('../images/New\ builds\ \(10\).jpeg')no-repeat;
    background-size: cover;
}
.galry-cot,.plan-block {
    max-height: 500px;
    overflow-y: auto;
}

.galry-cot {
    padding-right: 50px;
    color: #5b5b5d;
}

.plan-block {
    padding-left: 50px;
    padding-right: 20px;
}
.galry-block {
    display: flex;
    width: 100%;
    justify-content: end;
    margin-bottom: 40px;
    align-items: flex-end;
}

.galry-block img {
    width: 220px;
    margin-left: 10px;
}

.galry-block p {
    margin: 0;
}

.galry-cot h4 {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    position: relative;
    margin-bottom: -30px;
}

.plan-block h2 {
    font-size: 45px;
    padding: 10px 20px;
    margin: 0 0 30px;
    background: #5fd3d9;
    color: #fff;
    font-weight: bold;
}
.blue-block {
    width: 100%;
    display: inline-block;
    padding: 20px;
    background: #5bd3dbdd;
    font-size: 17px;
    font-weight: bold;
    color: #5b5b5d;
    margin: 10px 0 30px;
}

.plan-block-full{
    background: url('../images/New\ builds\ \(10\).jpeg')no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    max-height: 100%;
    padding: 20px 40px;
}

.blue-block span {
    color: #fff;
    display: block;
}

.blue-block h4 {
    font-weight: bold;
}

h4 {
}

.blue-block p span {
    font-size: 13px;
}

.dark-block {
    background: #607072;
    padding: 20px 40px;
    color: #fff;
    font-size: 1.5rem;
}

.dark-block h3 {
    color: #71d9e0;
    margin: 20px 0;
    font-size: 2rem;
}

.dark-block ul {
    list-style: disc;
    margin-left: 20px;
}

.dark-block p {
    font-size: 1rem;
    margin: 10px 0 0;
}

.light-block {
    margin-top: 30px;
    background: #fff;
    padding: 30px 40px;
    color: #666;
    font-size: 1rem;
}

.light-block h1 {
    font-size: 4rem;
    margin-top: 40px;
    color: #5fd3d9;
}

.light-block h4 {
    font-weight: bold;
}

.plan-block .light-block h2 {
    background: no-repeat;
    padding: 0;
    color: #5fd3d9;
    font-size: 1.5rem;
    max-width: 730px;
}

.light-block a {
    display: inline-block;
    width: auto;
}

.light-block a:hover {
    color: #fff;
}

h4.fx-3 {
    font-size: 2rem;
}

.light-block p a {
    color: #08b925;
}


.address {
    background-color: #960059;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    font-family: "narissemibold";
}
.top-nav a {
    color: #51626e;
    font-size: 25px;
}
.main-nav {
    border-top: 2px solid #496a80;
    border-bottom: 2px solid #496a80;
    padding-bottom: 10px;
}
.welcome-block {
    background-color: #808080;
    padding: 15px;
    margin-bottom: 20px;
}
.welcome-block h4{
    color: #fff;
    font-size: 1.5rem;
}
.welcome-block p{
    color: #fff;

}
.carousel-area {
    background-color: #960059;
}
.carousel-item {
    color:#fff;
}
.carousel-caption {
    width: 30%;
}
.gallery-text {
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
}
.carousel {
    border:none;
    box-shadow: none;
}
.slider-img, .slider-content {
    width:50%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.caption {
    padding: 0 24px 40px;
}
.caption h5 {
    font-size: 1.25rem;
    color: #fff;
}
#carouselExampleCaptions{
    /*height: 270px;*/
    margin: 0 40px;
}
.footer {
    margin-top: 50px;
    padding: 45px;
    background-color: #bcbec0;
    color: #960059;
}
.footer h3 {
    font-family: narissemibold;
    font-size: 16px;
    letter-spacing: 2px;
}

/** --------------------------- Responsive ------------------------**/

@media screen and (max-width:1200px){

    .top-caption h2 {
        font-size: 50px;
        color: #fff;
        font-weight: normal;
        line-height: 59px;
        text-shadow: 0 10px 10px #00000030;
    }
    .ciat-block {
        top: 0px;
        margin: 20px 0 10px;
    }
    .navbar  button.navbar-toggler {
        background: #5bd2da;
    }
    .galry-cot h4 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:991px){
    .main-banner:before {
        background: rgba(0,0,0,0.3);
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    nav.navbar.navbar-expand-lg {
        background: #000000aa;
        border-radius: 6px;
        padding: 10px 20px;
    }

    .navbar-toggler {
        padding: 2px 5px;
        background: #5ad3db;
    }
    .navbar-toggler-icon {
        position: relative;
    }
    .navbar-toggler-icon:before {
        content: "\f0c9";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        font-family: 'FontAwesome';
        color: #fff;
        line-height: 1.5em;
    }
    .main-banner {
        padding: 5px 0 0;
        margin-bottom: 20px;
    }

}


@media screen and (max-width:767px){
    .dif-block {
        margin-top: 30px;
    }
    .ciat-block {
        margin: 30px 0 10px;
        width: 100%;
        max-width: 100%;
    }
    .top-srv-block {
        max-width: 100%;
        width: 100%;
    }
    .imp-block {
        margin-top: 30px;
        max-width: 100%;
        width: 100%;
    }
    .build-src-cot:before, .est-plan-cot:before, .est-plan-cot:after {
        display: none;
    }
    .build-dark-block, .galry-cot, .plan-block {
        padding-left: 0;
        max-height: 400px;
        background: #5b5b5d;
        padding: 20px 30px;
    }
    .plan-block-full{
        height: auto;
        max-height: 100%;
    }
    .build-src-cot, .est-plan-cot{
        padding: 0;
    }
    .galry-cot {
        background: #5bd3db;
    }
    .plan-block {
        background: url(../images/New\ builds\ \(10\).jpeg)no-repeat;
        background-size: cover;
    }
    .row {
        margin: 0;
    }
    div[class*="col-"]{
        padding: 0 5px;
    }
}

@media screen and (max-width:550px){
    .address span{
        color: #fff;
        text-transform: uppercase;
        font-family: "narissemibold";
    }
    .navbar-brand img {
        max-width: 170px;
    }
    .top-caption {
        margin: 20px 0;
    }
    .top-caption h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .top-caption h2 span {
        margin-left: 0;
    }
    .imp-block .imp-tab {
        width: 100%;
        padding: 10px 20px 10px 50px;
        height: auto;
        text-align: left;
    }

    .imp-tab:before,.imp-tab:after {
        display: none;
    }

    .imp-tab + .imp-tab {
        border-top: 1px solid #fff;
    }

    .imp-block .imp-tab span {
        left: 10px;
        right: auto;
        top: 10px;
        bottom: auto;
    }

    .imp-block .imp-tab.imp-tab-full {
        font-size: 14px;
        text-align: left;
        background: #5b5b5dcc;
        margin-bottom: 20px;
    }

    .imp-block .imp-tab.imp-tab-full span {
        position: absolute;
        width: auto;
        right: auto;
    }
    .galry-block {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    .galry-block img {
        width: 220px;
        margin: 10px auto;
        display: table;
    }
    .galry-block + .galry-block {
        border-top: 1px solid #fff;
        padding-top: 20px;
    }
    .top-caption{
        padding-left:0
    }
    .ciat-block {
        background: #960059;
        color: #fff;
        padding: 10px;
    }
    .ciat-block p{
        line-height: 26px;
    }
    /*Slider*/
    .slider-img, .slider-content {
        width:100%;
    }
    #carouselExampleCaptions {
        margin: 0
    }
    .caption {
        padding: 15px 0;
    }
    .footer{
        margin-top: 0
    }
    .main-nav{
        border-bottom:none;
        border-top:none
    }
}