html {
    scroll-padding-top: 250px;
}
rs-layer {
    color: #ffffff !important;
}

rs-layer a{
    color: #ffffff;
}

.featured-imagebox-post .featured-content .featured-title h5 {
    margin-bottom: 15px;
}

.featured-imagebox-post .featured-content.featured-content-post .post-bottom {
    justify-content: center;
}

.cmt-icon.cmt-icon_element-size-md i {
    font-size: 24px;
}

.footer-logo img {
    width: 60%;
}

.rs-track-form {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.rs-track-form .track-form {
    width: 450px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 5px;
}

.rs-track-form .track-form label {
    color: #436b6a;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.rs-track-form .track-form .btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background-color: #436b6a;
    border-color: #436b6a;
    border-radius: 0px;
    padding: 8px 24px;
    color: #ffffff;
}

.second-footer {
    position: relative;
    border-top: 2px solid#436b6a;
}

.second-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
}
/* 214270
169800 */
.cmt-page-title-row {
    background: url(../images/about-banner.jpg);
}

.track-block .track-title {
    color: #436b6a;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.featured-icon-box.icon-align-top-content.style5 {
    padding: 15px;
}

.featured-icon-box.icon-align-top-content.style5 .featured-title h5 {
    margin-bottom: 15px;
}

.featured-icon-box.icon-align-top-content.style5 .featured-content-inner {
    height: 310px;
}

  .privacy-policy .privacy-content {
    box-shadow: 0px 0px 30px rgb(73 78 92 / 15%);
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
  }
  
  .privacy-policy .privacy-content p:last-child {
    margin-bottom: 0;
  }
  
  .privacy-policy .privacy-content h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
  }
  
  .privacy-policy .privacy-content p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #494e5c;
  }


@media screen and (min-width:1025px) and (max-width:1199px){
    .rs-track-form {
        transform: translate(-20%, -50%);
    }
    .rs-track-form .track-form {
        width: 400px;
    }
}
@media screen and (min-width:992px) and (max-width:1024px){
    .rs-track-form {
        transform: translate(-15%, -50%);
    }
    .rs-track-form .track-form {
        width: 300px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .rs-track-form {
        display: none;
    }
}
@media screen and (min-width:320px) and (max-width:767px){
    .rs-track-form {
        display: none;
    }
}