@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap');
body {
    margin: 0;
    padding:100px 0 0 0;
    font-size: 14px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    color: #333;
    font-weight: 300;
}


a{text-decoration:none; color:#0E6DDB;}
a:hover{text-decoration:none;}
a:focus{outline:none;}
h6 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
p {
    margin-bottom: 15px;
    color: #555;
}
.upper-head {
    background: #0E6DDB;
    padding: 10px;
}   
.hupper-head {
    background: #0E6DDB;
    padding: 12px;
}
    .navbar-brand{
	font-weight:600;
}
.contact-info {
    display: inline-block;
}
.upper-head p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    font-weight: 400;
}
.login-btn a {
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 400;
}
#_CaptchaIdImg  {
    width: 100%;
    height: auto;
}
.navbar {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42);
    border: 0px;
    background-color: #fff;
}
.menu-navbar {
    box-shadow: none;
    margin-bottom:0;
}
label {
    font-weight: 500;
    margin-bottom: 5px;
}
input[type=text], input[type=email], input[type=number], input[type=search], input[type=password], input[type=tel], input[type=date], textarea, select, .form-control {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #eceaea;
    border-radius: 0px;
    padding: 10px 25px;
    width: 100%;
    color: #444444;
    height: auto;
    margin-bottom: 0px;
    box-shadow: none;
}
.checkbox-outer {
    margin: 0 0 10px;
}
.comment-btn {
    margin-top: 10px;
}

.btn-blue {
    border: 1px solid #005294;
    padding: 7px 25px;
    display: inline-block;
    background: #005294;
    color: #fff;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.btn-blue:hover{
  background: #fff;
  color: #005294;
  border-color: #005294;
}
.btn-red {
    background: #D60D45;
    border-color: #D60D45;
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: white;
}
.btn-red:hover{
  background: #fff;
  color: #D60D45;
  border-color: #D60D45;
}
.section-title {
    position: relative;
    padding: 0 0;
    margin-bottom: 20px;
    z-index: 1;
}
.section-title h2 {
    position: relative;
    margin-bottom: 10px;
	margin-top: 0px;
    text-transform: uppercase;
}
.section-title p {
    margin-bottom: 0;
}
/* Customize the label (the chkcontainer) */
.chkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
