/* Custom Styles */
.feature__text {
    padding: 20px;
}
.feature__text ul{
    padding:0px;
    list-style: none;
    
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
font-weight: 400 !important;
font-family: "Crimson Pro" !important;
}

p{
    font-family: 'Montserrat', Medium !important;
    font-weight: 500;
    font-size:18px;
    line-height: 24px;
}
.feature__text {
    padding: 10px;
}
.feature__text h6 {
    font-family: 'Montserrat', semi-bold;
    font-size: 20px;
    font-weight:600;
}
.feature__text p {
    font-size: 16px;
}
.feature__text p, .feature__text h4, .feature__text h6 {
    color: #645E71 !important;
}
.feature__text .bold-heading {
    margin-bottom: 5px !important;
}
.feature__text ul {
    padding: 0px;
    list-style: none;
    margin-top: 5px;
}

.cust_items li, .live-exp-blk ul li{
    font-size: 15px !important;
    margin-bottom: 0px !important;
}
.live-exp-blk {
    padding: 0px 10px;
}
.live-exp-blk h5, .live-exp-blk li {
    color: #645E71;
}
.live-exp-blk h5 {
    font-family: 'Montserrat', semi-bold;
    color: #645E71 !important;
}
.block-type--text[data-reveal-offset="last-block"] .btn--large {
    padding: 10px 100px;
}
.section[data-reveal-offset="max-1000"] .container {
    max-width: 1000px !important;
    margin: 0 auto !important;
}
.section[data-reveal-offset="max-1000"]  .slick-prev {
    left: 80px;
    z-index: 99;
}
.section[data-reveal-offset="max-1000"]  .slick-next {
    right: 80px;
}
.section[data-reveal-offset="max-1000"] 
.slick-prev, .section[data-reveal-offset="max-1000"]  .slick-next{
    top:29% !important;
}
footer .row .col-sm-4 {
    width: 30%;
}
footer .row .col-sm-3 {
    width: 25%;
}
footer .row .col-sm-5 {
    width: 45%;
}
.footer__content {
    background-color: #312444;
    color: #fff !important;
    padding: 20px 0px;
}
.footer__content span {
    color:#fff;
}
footer .link-list__links{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
footer .link-list__links a {
    width: 40% !important;
    display: inline-flex !important;
    justify-content: space-between;
}
.footer a.link-list__link,footer ul li {
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Montserrat', semi-bold;
    font-weight: 600;
}
footer ul{
    list-style:none;
    padding:0px;
}
footer > .container{
    padding-top: 50px;
    padding-bottom: 50px;
}

footer ul li {
    padding-left: 40px;
    position: relative;
}
form .form-control::placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

form .form-control {
    background-color: #fbfaf8;
    border: 1px solid #C0BBC9;
    border-radius: 0px;
}
.block-type--cta[data-reveal-offset='cust-border'] .btn {
    border: 2px solid #000 !important;
    border-radius: 0px !important;
}
section[data-reveal-offset="max-980"] .container {
    max-width: 1000px !important;
    margin: 0 auto;
}
.feature img {
    margin-bottom: 0;
}

.box-shadow- .feature {
    box-shadow: 1px 0px 5px #00000029;
    background-color: #fff !important;
    margin: 7px;
    border-radius: 12px;
}
ul.black-icons, ul.blue-icons {
    list-style: none;
    padding: 0;
}
ul.black-icons li {
    display: inline-block;
    margin-right: 20px;
}
ul.black-icons {
    margin-top: 0px;
}

ul.blue-icons li{
    position:relative;
    padding-left:50px;
    margin-bottom:15px;
}

ul.blue-icons .fa {
    color: #fff;
    background-color: #33F2EC;
    font-size: 14px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    left:0px;

}

.black-icons .fa {
    background-color: #595959;
    color: #fff;
    width: 40px;
    border-radius: 50%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-type--form[data-reveal-offset="contactform"] textarea {
    height: 200px;
}
ul.blue-tick li b {
    color: #33f2ec;
}
.module-img {
    margin: 20px 0px;
}
.blue-color p {
    color: #38eaea;
    padding-left:2px;
}
.blue-tick {
    list-style: none;
    padding: 0;
}


@media(min-width:769px){
    section[data-reveal-offset="main-banner"] > div {
     min-height: 498px;
     display:flex;
     align-items:center;
    }
}