﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
   
    font-family: Poppins,Sans-serif;
}
.heading {
    position: relative;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    align-items: center;
    text-align: center;
    color: #2A7CB7;
}
.subheading {
    position: relative;
    font-weight: 300;
    font-size: 25px;
    line-height: 60px;
    align-items: center;
    text-align: center;
    color: #2A7CB7;
}
.informationtext {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    align-items: center;
    text-align: center;

    color: #2A7CB7;
}
.emp-profile {
    /*padding: 3%;*/
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}


.profile-img .profile-head {
    text-align: center;
}

    .profile-img img {
        width: 70%;
        height: 70%;
    }
.profile-head img {
    width: 50px;
    height: 50px;
    border-radius:50% !important;
}

    .profile-img .file {
        position: relative;
        overflow: hidden;
        margin-top: -20%;
        width: 70%;
        border: none;
        border-radius: 0;
        font-size: 15px;
        background: #212529b8;
    }

        .profile-img .file input {
            position: absolute;
            opacity: 0;
            right: 0;
            top: 0;
        }

.itemcontainer{
    margin-right:20px;
}
.logo-size {
    width: 200px;
    height: 50px;
}


.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}
.header {
    width: 100%;

    background: #fff;
 /*   box-shadow: 0 4px 10px 0 rgba(86,108,142,.1);*/
    padding: 10px 0 10px 0;
}
.topheader {
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(86,108,142,.1);
}
.bodycontent {
    width: 100%;
    background-color: #fff;
    padding: 100px 30px 30px 25px;
    justify-content: center;
    align-items: center;
}
.containerbtn {
    width: 100%;
    background-color: #fff;
    padding: 25px 30px;
    justify-content: center;
    align-items: center;
    display:flex;
}

.btn-ghb {
    font-weight: 400;
    color: #fff;
    background-color: #005694;
    border: 1px solid #005694;
    cursor: pointer;
}
    .btn-ghb:hover {
        font-weight: 400;
        color: #fff;
        background-color: #CA3C00;
        border: 1px solid #CA3C00;
        cursor: pointer;
    }

.action-btn {
    width: 200px;
    height: 44px;
    top: 2px;
    left: 16px;
    color: #CA3C00;
    font-size: 18px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
    background: #fff;
}



.action-btn-filled {
    width: 200px;
    height: 44px;
    top: 2px;
    left: 16px;
    background-color: #CA3C00;
    color: #fff;
    font-size: 18px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
}

.subcontainer {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}
    .subcontainer form{
        margin:10px;
    }

    li ul {
        list-style: none;
        display: inline-flex;
        text-align: left;
    }
.listitem {
    text-align: left;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;
    padding: 0px 0px 5px 40px;
}
li .headercontent {
    width: 20px;
}
.listitem .content {
    list-style: none;
    text-align: left;
    justify-content: space-between;
    padding: 0px 0px 0px 5px;
    width: 95%;
}

    
.tcheading{
    color:#000;
    text-decoration:underline;
    text-transform:uppercase;
    font-size:22px;
    text-align:center;
}
.tcpara {
    color: #000;
    font-size: 18px;
    padding: 20px;
    text-align: left;
    justify-content: space-between;
}
.tclink {
    color: #CA3C00;
    text-decoration:underline;
    cursor:pointer;
}

.footer {
    margin-top: auto;
}
.footercontent {
    height: 44px;
    color: #fff;
    background-color: #012857;
    width: 100%;
    bottom: 0;
}
    .footercontent .container-content {
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }
        .footercontent .container-content .content-row
        {
            width:100%;
            display:flex;
        }
        .footercontent .container-content .content-row .legalmenus{
          width:48%;
          margin-left:auto;
        }
            .footercontent .container-content .content-row .legalmenus .widget-container {
               padding:10px;
            }
                .footercontent .container-content .content-row .legalmenus .widget-container .heading-title a {
                    color: #fff;
                    padding: 0;
                    margin: 0;
                    font-weight: 900;
                    font-size: 0.8rem;
                    line-height: 1;
                }
        }
        .footercontent .container-content .content-row .copyright-content {
            width: 52%;
            margin-left: auto;
        }
            .footercontent .container-content .content-row .copyright-content .widget-container {
                padding: 10px;
            }
                .footercontent .container-content .content-row .copyright-content .widget-container .heading-title {
                    color: #fff;
                    padding: 0;
                    margin: 0;
                    font-weight: 600;
                    font-size: 0.9rem;
                    line-height: 1;
                }

        .wrapper {
            margin: 0;
        }

    .wrapper .header {
        display: flex;
       
    }

        .wrapper .header .module-title {
            margin-left: 15.5px;
            margin-bottom: 15px;
            flex: auto;
        }

            .wrapper .header .module-title .title {
                font-weight: bold;
                font-size: 18px;
                color: #333;
                letter-spacing: 0.54px;
                padding-bottom: 10px;
            }
            .wrapper .header .module-title .underline {
                background: #005694;
                border-radius: 5px;
                width: 200px;
                height: 4px;
            }

.ghbimagecontainer
{
    padding: 10px;
    text-align:center;
    display:flex;
    justify-content:center;
}
    .ghbimagecontainer img {
        width: 50%;
        max-width: 50%;
        border-style: solid;
        border-width: 10px 10px 10px 10px;
        border-color: #FFFFFF2E;
        border-radius: 50% 50% 50% 50%;
        box-shadow: -20px 0 0 0 #184780;
        vertical-align: middle;
        display: inline-block;
    }
.info-lbl {
    float: right;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}
   