/* CSS Document */

:root {
    --themcolor: #008080;
    /* #fcc609;*/
    --MenuBackground: #008080;
    --subHeaderColor: #2E8B57;
    --footerBackground: #2c2626;
}

.themcolor {
    background-color: var(--themcolor);
}

.MenuBackground {
    background-color: var(--MenuBackground);
    box-shadow: 0px 1px 3px #000000;
}

.menulinkcolor {
    color: #FFFFFF;
}

.menutopbordercolor {
    border-top-color: #C7C665 !important;
}

.box-back {
    background-color: rgba(242, 242, 242, 0.9);
}

.home_icon {
    border: 1px solid #d5d5d5;
    padding: 15px;
    border-radius: 50%;
    background: white;
    color: var(--themcolor);
}

.parastyle1 {
    color: #333333;
    font-size: 15px;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    text-align: justify;
    padding-bottom: 10px;
    margin: 0px;
}

@media screen and (max-width: 768px) {
    #welcome .container h2 {
        font-size: 20px;
    }
    #welcome .container p {
        text-align: justify;
    }
}

.NewsButton {
    display: inline-block;
    padding: 10px;
    border: 1px solid var(--themcolor);
    color: white;
    text-decoration: none;
}

.NewsButton:hover {
    transition: all .5s ease-in-out;
    background: var(--themcolor);
    color: white;
    text-decoration: none;
}

.NewsButton1 {
    display: inline-block;
    padding: 10px;
    color: var(--themcolor);
    text-decoration: none;
}

.NewsButton1:hover {
    transition: all .5s ease-in-out;
    background: var(--themcolor);
    color: white;
    text-decoration: none;
}

.NewsButton2 {
    display: inline-block;
    padding: 10px;
    border: 1px solid var(--themcolor);
    color: var(--themcolor);
    text-decoration: none;
}

.NewsButton2:hover {
    transition: all .5s ease-in-out;
    background: var(--themcolor);
    color: white;
    text-decoration: none;
}

.NewsButtonWithBack {
    display: inline-block;
    padding: 10px;
    background: var(--themcolor);
    border: 1px solid var(--themcolor);
    color: white;
    text-decoration: none;
}

.NewsButtonWithBack:hover {
    transition: all .5s ease-in-out;
    background: none;
    color: var(--themcolor);
    text-decoration: none;
}

.headding {
    padding: 10px;
    text-align: center;
    color: var(--themcolor);
    font-family: inherit;
    font-weight: bolder;
    margin: 0px;
}

.ourserviceIcon {
    padding: 36px 36px 25px 28px;
    width: 124px;
    border: 2px solid white;
    display: inline-block;
    border-radius: 100%;
    height: 15%;
    min-height: 24%;
    margin-left: 35%;
}

.ourserviceIconDark {
    padding: 36px 36px 25px 28px;
    width: 124px;
    border: 2px solid var(--themcolor);
    display: inline-block;
    border-radius: 100%;
    height: 15%;
    min-height: 24%;
    margin-left: 35%;
}

.ourserviceText {
    text-align: center;
    padding: 10px 10px 10px 30px;
    font-size: 15px;
}

.innerboxCourse {
    padding: 15px;
    background: #FFFFFF;
    border-left: 3px solid var(--themcolor);
}

.innerboxCourse:Hover {
    transition: all .5s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: -2px -7px 39px -9px rgba(0, 0, 0, 0.82);
    -moz-box-shadow: -2px -7px 39px -9px rgba(0, 0, 0, 0.82);
    box-shadow: -2px -7px 39px -9px rgba(0, 0, 0, 0.82);
}

.newsDate {
    width: 88px;
    height: 88px;
    border: 1px solid #ddd;
    float: left;
    position: relative;
    z-index: 2;
    background: #fff;
    text-align: center;
    background-color: #f4c119;
    border-radius: 100%;
    color: white;
    padding: 25px 15px 15px 4px;
    margin-right: 5px;
}

.CenterDivContent {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.subheader {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--subHeaderColor) !important;
}