@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Catamaran", serif;
    font-size: 1rem;
    background-color: #fffcf7;
    font-weight: 400;
    line-height: 1.5;
    color: #999;
}

h1 {
    color: #333;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-family: "Catamaran", serif;
}

p {
    color: #c5c5c7;
    font-family: "Catamaran", serif;
}

.banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 600px;
    position: relative;
}
.banner::before{
  background-color: rgba(0, 0, 0, 0.60);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.caption {
    position: relative;
    z-index: 1;
}
.banner .caption {
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
    padding-top: 120px;
}
.banner .caption h1 {
    font-family: "Catamaran", serif;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}
.banner .caption h3 {
    font-family: "Catamaran", serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 25px 0;
    font-size: 24px;
}
.btn-primary {
    color: #fff;
    background-color: #1D3557;
    border-color: #1D3557;
    /* background-color: #07737d;
    border-color: #07737d; */
    border-radius: 7px;
    padding: 7px 25px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3px
}
.btn-primary:hover {
    color: #fff;
    background-color: #097f8d;
    border-color: #097f8d;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    color: #fff;
    background-color: #097f8d;
    border-color: #097f8d;
}
.about .container-fluid {
    padding-left: 0;
}
.icons {
    text-align: center;
    padding: 40px;
}
.pot{
     background-color: #e7f9f9;
}
.about .about_content{
    padding: 40px;
}
.about_content p {
    font-family: "Catamaran", serif;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.resources_sec{
    padding-top: 40px;
    padding-bottom: 40px;
}
.resources_sec .container {
    max-width: 1100px;
}
.grid{
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 0 3px #1e293b26 !important;
}
.grid .detail {
    padding-left: 20px;
}
.grid .detail_2 h5 {
    max-width: 60%;
}
.grid h5 {
    font-family: "Catamaran", serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.grid p {
    font-family: "Catamaran", serif;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
.banner .caption h1 {
    font-size: 28px;
}
.banner .caption h3 {
    padding: 15px 0;
    font-size: 20px;
}  
.banner .caption {
    max-width: 100%;
    padding-top: 80px;
}
.banner {
    min-height: 430px;
} 
.about .container-fluid {
    padding-left: 10px;
}
.about .container-fluid .row .col-sm-3.col-12 {
    padding-left: 0;
    padding-right: 0;
}
.icons {
    padding: 20px;
}
.about .icons img {
    max-width: 25%;
}
.about .about_content {
    padding: 15px;
}
.about_content p {
    font-size: 18px;
}
.grid {
    display: inline-block !important;
    padding: 18px;
    margin-bottom: 20px;
}
.grid .detail {
    padding-left: 0px;
}
.grid .icon {
    margin-bottom: 15px;
    text-align: center;
}
.grid .detail_2 h5 {
    max-width: 100%;
}
.grid .northern {
    display: inline-block !important;
}
.grid .detail a.btn.btn-primary {
    display: table;
    margin: 0 auto;
}
.grid a.btn.btn-primary {
    display: table;
    margin: 0 auto;
}
.resources_sec {
    padding-top: 20px;
    padding-bottom: 20px;
}
.grid h5 {
    font-size: 20px;
}
.grid p {
    font-size: 17px;
}
}