.top-logo-bar {
    padding: 30px 0;
}

.top-logo-bar .logo img {
    width: 180px;
}
.pst-rel {
    position:relative;
}
.nav-ptr {
    position: absolute;
    margin: 0 auto;
    left: 245px;
    z-index: -1;
        top: -30px;
}
.footer-ptr img {
    width:100%;
}
.top-logo-bar .membership-btn {
    background-color: #EB3047;
    padding: 10px 30px;
    border: 1px solid #EB3047;
}

.top-logo-bar .membership-btn:hover {
    background-color: white;
}

.top-logo-bar .membership-btn:hover a {
    color: #EB3047;
    text-decoration: none;
}

.top-logo-bar .membership-btn a {
    font-family: "Cabin Medium";
    color: white;
}

.vcenter-item {
    display: flex;
    align-items: center;
}

.bread-crub .masthead .home-bread-content {
    padding: 50px 0;
}

.masthead {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bread-crub .masthead .home-bread-content h1 {
    color: white;
    font-size: 79px;
    font-family: "Cabin Medium";
    line-height: 70px;
    margin: 0;
}

.bread-crub .masthead .page-bread-content h1 {
    font-size: 36px;
    font-family: "Cabin Medium";
    color: white;
}

.bread-crub .masthead .home-bread-content p {
    color: white;
    font-family: "Cabin Medium";
    font-size: 22px;
    margin: 0;
    padding-top: 15px;
}

.bread-crub .jumbotron-fluid {
    margin: 0;
}

.main-menu {
    background-color: #EB3047 !important;
}

nav {
    background-color: #EB3047 !important;
}

nav li a {
    color: white;
    font-family: "Cabin Medium";
    background-color: #C22D49;
    margin-left: 2px;
    text-transform: uppercase;
    border-top: 5px solid #C22D49;
    border-bottom: 5px solid #C22D49;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    width: 100%;
    text-align: center;
}

.dropdown-item {
    color: white;
    font-family: "Cabin Medium";
    background-color: #C22D49;
    margin-left: 2px;
    text-transform: uppercase;
    border-top: 5px solid #C22D49;
    border-bottom: 5px solid #C22D49;
    margin: 0;
}

nav li a:hover {
    border-top-color: #69DEF9;
    color: #69DEF9;
}

a.nav-link.active {
    border-top-color: #69DEF9;
}

.heading {
    font-family: "Cabin Bold";
    color: #EB3047;
    font-size: 24px;
}

.welcome-message p {
    margin-bottom: 0;
}

.welcome-message .inner-content {
    background-color: #FAFAFA;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 40px;
}

.welcome-message .inner-content p {
    font-family: "Cabin Medium";
    font-size: 16px;
    color: #4D4D4D;
    text-align: justify;
    text-align-last: left;
    line-height: 26px;
}

.welcome-message .inner-content .right-image {
    padding-top: 40px;
}

.welcome-message .inner-content .right-image img {
    width: 100%;
}

.welcome-message {
    padding-top: 40px;
}

.welcome-message>h2 {
    padding-left: 40px;
}


/* ........ */

.about-content p {
    margin-bottom: 0;
}

.about-content .inner-content {
    background-color: #FAFAFA;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 40px;
}

.about-content .inner-content p {
    font-family: "Cabin Medium";
    font-size: 16px;
    color: #4D4D4D;
    text-align: justify;
    text-align-last: left;
}

.about-us .about-content .inner-content .right-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.about-us .about-content .inner-content .right-image img {
    padding-bottom: 0;
}

.about-content .inner-content .right-image img {
    width: 100%;
    padding-bottom: 40px;
}

.about-content .inner-content .spacing-div ul {
    padding-left: 20px;
    margin: 0;
}

.about-content .inner-content .spacing-div ul li {
    font-family: "Cabin Medium";
    font-size: 16px;
    color: #4D4D4D;
}

.about-content {
    padding-top: 40px;
}

.about-content .inner-content .spacing-div h3 {
    padding-top: 30px;
    font-size: 20px;
}

.about-content .inner-content h3 {
    font-family: "Cabin Medium";
    margin: 0;
    color: #4D4D4D;
}

.events-highlights h2 {
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.events-highlights .events-list .event-image {
    width: 100%;
}

.events-highlights .events-list .event-image img {
    width: 100%;
}

.image-con {
    position: relative;
    text-align: center;
    color: white;
}

.image-con img {
    width: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-right {
    position: absolute;
    bottom: 15px;
    right: 16px;
}

.other-links {
    padding-top: 60px;
}

.other-links .read-more a {
    color: white;
    background-color: #EB3047;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

footer {
    background-color: #EB3047;
    padding: 30px 0;
    margin-top: 60px;
}

footer .middle-content ul li a {
    color: white;
    font-family: "Cabin Regular";
    font-weight: 300;
    text-transform: uppercase;
}

footer .middle-content ul li a:hover {
    color: #69DEF9;
}

.list-inline-item:not(:last-child) {
    margin: 0;
}

footer .middle-content ul {
    margin-bottom: 0;
}

footer .middle-content ul li {
    border-right: 2px solid white;
    line-height: 10px;
}

footer .middle-content ul li:last-child {
    border-right: 0;
}

footer .middle-content p {
    color: white;
    font-family: "Cabin Regular";
    margin: 0;
}

footer .nav-link {
    line-height: 2px;
}

footer .middle-content p a {
    color: white;
    text-decoration: none;
}

footer .middle-content p a:hover {
    color: #69DEF9;
}

.events .events-content {
    padding-top: 50px;
}

.events .events-content .event-item {
    padding-top: 20px;
}

.events .events-content .event-items .event-item .left-image img {
    width: 100%;
}

.events .events-content .event-items .event-item .right-content {
    height: 100%;
    background-color: #FAFAFA;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 20px;
}

.events .events-content .event-items .event-item .row {
    width: 100%;
}

.events .events-content .event-items .event-item .right-content p {
    margin-bottom: 0;
    font-family: "Cabin Regular";
    color: #4D4D4D;
    line-height: 20px;
}

.line-hr {
    width: 98%;
    height: 2px;
    background-color: #EB3047;
}

.events .line-hr {
    margin-top: 60px;
    margin-bottom: 60px;
}

.events .more-events .more-image {
    padding-bottom: 50px;
}

.events .more-events .more-image img {
    width: 100%;
}

.contact-us .contact-form {
    border: 1px solid #ced4da;
    background-color: white;
    border-radius: 10px;
}

.contact-us .contact-form h2 {
    text-align: center;
    font-size: 30px;
    font-family: "Cabin Regular";
    color: #5B6972;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-us .form-container {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.contact-us .contact-form .form-container input,
.contact-form .form-container textarea {
    font-size: 16px;
    font-family: "Cabin Regular";
    color: #5B6972;
    padding: 20px;
}

.btn-style-1 {
    background: transparent;
    border: 1px solid #5B6972;
    font-family: "Cabin Regular";
    color: #5B6972;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 40px;
}

.contact-us .contact-form {
    margin-top: 50px;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.board-members .board-members-list .board-member {
    height: 100%;
    background-color: #FAFAFA;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

.board-members .board-members-list .board-member img {
    width: 75%;
    border-radius: 100%;
    padding: 10px
}

.board-members .board-members-list .board-member h3 {
    font-family: "Cabin Bold";
    font-size: 14px;
    color: #4D4D4D;
    margin-bottom: 0;
}

.board-members .board-members-list .board-member p {
    font-size: 14px;
    padding-top: 5px;
}

.osh-working-group {
    padding: 50px 0;
}

.osh-working-group p,
.osh-working-group li {
    font-family: "Cabin Medium";
    font-size: 16px;
    color: #4D4D4D;
    text-align: justify;
    text-align-last: left;
}

.osh-working-group table {
    width: 100%;
}

.osh-working-group table,
.osh-working-group td,
.osh-working-group th {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px 10px;
}

.eha-image img {
    width: 100%;
}

@media (max-width:1450px) {
    .welcome-message>h2 {
        padding-left: 20px;
    }
    .welcome-message .inner-content {
        padding: 20px;
    }
    .welcome-message .inner-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .about-content .inner-content {
        padding: 20px;
    }
    .events-highlights h2 {
        padding-left: 20px;
    }
    .about-content .inner-content p {
        font-size: 14px;
    }
    .about-content .inner-content .spacing-div ul li {
        font-size: 14px;
    }
}

@media (max-width:1370px) {
    .bread-crub .masthead .home-bread-content h1 {
        font-size: 70px;
    }
    .bread-crub .masthead .home-bread-content p {
        font-size: 20px;
    }
}

@media (max-width:1199px) {
    .top-logo-bar {
        padding: 20px 0;
    }
    .bread-crub .masthead .home-bread-content {
        padding: 0;
    }
    .bread-crub .masthead .home-bread-content h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .bread-crub .masthead .home-bread-content p {
        padding-top: 10px;
        font-size: 17px;
    }
}

@media (max-width:767px) {
    .col-2dot4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .board-members .board-members-list .board-member h3 {
        font-size: 18px;
    }
    .board-members .board-members-list .board-member p {
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .top-logo-bar .logo {
        text-align: center;
        padding-bottom: 10px;
    }
    .top-logo-bar .float-right {
        float: none !important;
        text-align: center;
    }
    .bread-crub .masthead .home-bread-content h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .bread-crub .masthead .home-bread-content p {
        padding-top: 10px;
        font-size: 14px;
    }
    .events-highlights .events-list .event-image {
        width: 100%;
        margin-bottom: 20px;
    }
    .image-con {
        margin-bottom: 20px;
    }
    .other-links {
        padding-top: 0;
    }
    .main-menu nav button {
        padding: 10px;
        border: 1px solid white;
    }
    .main-menu nav img {
        width: 40px;
    }
    .main-menu .justify-content-center {
        justify-content: left !important;
    }
    .main-menu nav {
        padding: 10px 0 !important;
    }
    .bread-crub .masthead .page-bread-content h1 {
        font-size: 30px;
    }
    .events .events-content .event-item {
        padding-top: 30px;
    }
    .events .events-content .event-items .event-item .left-image img {
        width: 103%;
        margin-bottom: 10px;
    }
}

@media (max-width:420px) {
    .bread-crub .masthead .home-bread-content h1 {
        font-size: 26px;
        line-height: 28px;
    }
    footer {
        background-color: #EB3047;
        padding: 30px 0;
        margin-top: 0;
    }
    .btn-style-1 {
        margin-bottom: 40px;
    }
}
@media (max-width:1199px){
    .nav-ptr {
        left: 230px;
        top: -20px;
    }
     .nav-ptr img {
         width:550px;
     }
}
@media (max-width:991px){
    .nav-ptr {
        left: 230px;
        top: -20px;
    }
     .nav-ptr img {
         width:550px;
     }
}
@media (max-width:480px){
   .nav-ptr {
    left: 45px;
    top: 0;
    }
    .nav-ptr img {
    width: 400px;
}

}
@media (max-width:440px){
   .nav-ptr {
    left: 25px;
    }

}
@media (max-width:440px){
      .nav-ptr img {
    width: 350px;
}

}

@media (max-width:370px){
      .nav-ptr img {
    width: 290px;
}

}



