.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex-wrap-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-justify-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-align-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-box>div[class*=col] {
    padding-top: 5px;
    padding-bottom: 5px
}

div.jumbotron.carousel-hero {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0
}

div.jumbotron.hero-nature {
    background-image: url(../../assets/img/architect-at-the-construction.jpg?h=7b13db586f5ab98191e91d6d963e1f7f)
}

div.jumbotron.hero-photography {
    background-image: url(../../assets/img/architects-and-worker.jpg?h=f85f70e446dd8ff3debacee1c5e04bc6)
}

div.jumbotron.hero-technology {
    background-image: url(../../assets/img/young-college-students.jpg?h=3b924573ccef909c6753a54c7f30caf1)
}

h1.hero-title,
h2.hero-title,
h3.hero-title {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .4);
    color: #fff
}

p.hero-subtitle {
    max-width: 600px;
    margin: 25px auto;
    padding: 10px 15px;
    color: #fff
}

.plat {
    border-radius: 0
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0 #048f83!important
}

.btn-primary:hover {
    color: #fff;
    background-color: #016090;
    border-color: #016090
}

.btn.btn-primary {
    background-color: #048f83!important;
    border-color: #048f83!important
}

span {
    font-style: inherit;
    font-weight: inherit
}

body {
    font-family: Poppins!important
}

.pricing8 {
    font-family: Montserrat, sans-serif;
    color: #8d97ad;
    font-weight: 300
}

.pricing8 h1,
.pricing8 h2,
.pricing8 h3,
.pricing8 h4,
.pricing8 h5,
.pricing8 h6 {
    color: #3e4555
}

.pricing8 h5 {
    line-height: 22px;
    font-size: 18px
}

.pricing8 .subtitle {
    color: #8d97ad;
    line-height: 24px
}

.pricing8 .display-5 {
    font-size: 3rem
}

.pricing8 .font-14 {
    font-size: 14px
}

.pricing8 .pricing-box sup {
    top: -20px;
    font-size: 16px
}

.pricing8 .btn-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0, #316ce8 100%)
}

.pricing8 .btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0, #188ef4 100%)
}

.pricing8 .btn-danger-gradiant {
    background: #ff4d7e;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0, #ff6a5b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
    background: -webkit-linear-gradient(left, #ff4d7e 0, #ff6a5b 100%);
    background: -o-linear-gradient(left, #ff4d7e 0, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0, #ff6a5b 100%)
}

.pricing8 .btn-danger-gradiant:hover {
    background: #ff6a5b;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0, #ff4d7e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
    background: -webkit-linear-gradient(left, #ff6a5b 0, #ff4d7e 100%);
    background: -o-linear-gradient(left, #ff6a5b 0, #ff4d7e 100%);
    background: linear-gradient(to right, #ff6a5b 0, #ff4d7e 100%)
}

.snip1527 {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #fff;
    float: left;
    font-family: Lato, Arial, sans-serif;
    font-size: 16px;
    margin: 10px 1%;
    max-width: 310px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%
}

.snip1527 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.snip1527 img {
    max-width: 100%;
    vertical-align: top;
    position: relative
}

.snip1527 figcaption {
    padding: 25px 20px;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.snip1527 figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: -moz-linear-gradient(90deg, #700877 0, #ff2759 100%, #ff2759 100%);
    background: -webkit-linear-gradient(90deg, #700877 0, #ff2759 100%, #ff2759 100%);
    background: linear-gradient(90deg, #700877 0, #ff2759 100%, #ff2759 100%);
    opacity: .8;
    z-index: -1
}

.snip1527 .date {
    background-color: #fff;
    border-radius: 50%;
    color: #700877;
    font-size: 18px;
    font-weight: 700;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -25px
}

.snip1527 .date span {
    display: block;
    line-height: 14px
}

.snip1527 .date .month {
    font-size: 11px
}

.snip1527 h3,
.snip1527 p {
    margin: 0;
    padding: 0
}

.snip1527 h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -.4px;
    margin-bottom: 5px
}

.snip1527 p {
    font-size: .8em;
    line-height: 1.6em;
    margin-bottom: 0
}

.snip1527 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1
}

.snip1527.hover img,
.snip1527:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

img {
    border-radius: 5px
}

.footer-2 {
    background-color: #231f20;
    color: #fff
}
a.logo img{
    width: auto;
    padding-top: 1px;
    height: 100%;
}

.navbar.navbar-dark.navbar-expand-lg.fixed-top.bg-white.portfolio-navbar.gradient {
    background: #FFF
}

#carousel-1 .jumbotron {
    height: 100%
}
a.topbar-links{
    font-size: 14px;
    color: #6B2E11;
    padding-left: 20px;

}
a.topbar-links i{
    font-size: 18px;
    position: relative;
    top: 2px;
}
.header-text{
    text-align: right;
}
a.topbar-insta{

}
a.topbar-insta img{
    width: 30px;
    max-height: 25px;
    margin-left: 15px;
}
@media (max-width : 767px) {
    .footer-2 p {
        text-align: center
    }
    a.logo{
        display: block;
        padding-bottom: 10px;
    }
    a.logo img{
        width: auto;
        padding-top: 1px;
        height: 40px;
    }
    .header-text{
        text-align: center;
    }
}
@media (max-width: 420px) {
.    a.logo{
        display: block;
        padding-bottom: 5px;
    }
    a.topbar-links span{
        display: none;
    }
    .top-right-bar{
        position: fixed !important;
        right: 0;
        top: 36px;
        width: auto;
        height: auto !important;
    }
    .top-left-bar{
        position: fixed !important;
        left: 15px;
        top: 15px;
        width: auto;
    }
    a.logo img{
        height: 60px;
    }
}
.map-title{
    color: rgb(78,80,81);
    padding:100px 0 10px 0 ;
    text-align: center;
}