@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700&family=Open+Sans:wght@300;400;700&display=swap');
html {height: 100%;}
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size:13px;
}
strong {font-weight: 500 !important;}
.btn-orange {
    color: #fff;
    background-color: #ff6a18;
    border-color: #ff6a18;
}
.btn-orange:hover {
    color: #fff;
    background-color: #f15e0d;
    border-color: #f15e0d;
}

header {box-shadow: 0 3px 10px -8px #000;}
header ul.nav {margin-top: 4px !important;}
header .nav-link {
    padding: 0 !important;
    padding-top: 10px;
    padding-bottom: 2px !important;
    margin: 0 15px;
}
header .nav-link.active {color:#d74442 !important;border-bottom: solid 1px #d74442;}
.marketing i {
    /*color: #b33c3a;*/
    font-size: 55px;
    margin-bottom: 15px;
}

rect {
    background-color: yellow !important;
    fill: yellow !important;
}

img.bd-placeholder-img {
    width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 50%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}
p.plg {
    font-size: 16px;
    font-weight: 400;
}
.card {
    border-radius: 15px;
}
.card .thumbCntr {
    height: 292px;
    overflow: hidden;
}