/*  ========================== Author : Mukesh Kumar ============================== */
/*  ========================== Date : 09-12-2017 ============================== */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|PT+Sans&subset=cyrillic,latin-ext,vietnamese');
body {
  font-family: 'PT Sans', sans-serif;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: green;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
#wpforms-226-field_2{width:60%;}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #7796B4;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #fff;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}
.login_wraper{
    background: url('../images/login_background.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 650px;
}
.login_icon {
    margin-top: 10px;
    height: 60px;
}
.login_inner{
	background: rgba(255, 255, 255, .3);
	height: 60%;
	margin-top: 1%;
	border-radius: 10%;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .4);
	text-align: center;
	color: #fff;
}

.login_icon2 {
    height: 100%;border-radius: 7px;margin: 0 auto;
}
.login_logo {
    height: 150px;
    width: 150px;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #ddd;
}
.login_logo img {
    width: 130px;
    margin-top: 50px;
}
.login_header_logo {
    width: 25%;
}
.btn-login {
    padding: 10px 25px;
    font-size: 16px;
    background: #7796B4;
    border: none;
    color: #fff;
    line-height: 16px;
}
.btn-login:hover {
	color:  #001C2A;
	font-size: 16px;
	background: #fff;
}

.login_form input[type="text"], .login_form input[type="password"] {
    height: 42px;
    border-radius: 8px;
}
.login_form.input-group.input-group-addon {
    background: #fff;
}

.login_footer {
    text-align: center;
    min-height: 40px;
    border-top: 1px solid rgba(255,255,255,.4);
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    margin-top: 35px;
}
.footer_ul {
    list-style: none;
    display: inline-flex;
}
.footer_ul li{
	padding: 5px 15px;
}
.footer_ul li:first-child {
    border-right: 1px solid rgba(255,255,255,.4);
}
.footer_ul li a{
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
/* home page css */
.home_wraper{
	background: url('../images/home_bg.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 650px;
}
.home_inner{
  margin-top: 50px;
margin-bottom: 80px;
}
iframe {
    border: none;
    width: 100%;
}
.post_info {
    min-height: 200px;
    background: #041E3999;
    padding: 10px;
    color: #fff;
	margin-top: 20px;
}
.post_img {
  width: 128px;
  margin: 0 auto;
}
.atag a {color:#041f38;}

@media only screen and (max-width: 768px) {
    .login_header_logo{
        width: 80%;
    }
    .login_footer {
        margin-top: 65px;
    }
    .home_inner {
        margin-top: 15px;
        margin-bottom: 80px;
    }
}
/*  ========================== Date : 09-12-2017 ============================== */

/* =========================== Date : 13-12-2017=============================== */
  .theme_footer {
    margin: auto;
    text-align: center;
}.theme_footer_ul {
    display: inline-flex;
}.theme_footer_ul li {
    padding: 0px 12px;
}
.theme_footer_ul li:first-child{
    border-right: 1px solid;
}
.theme_footer_ul li a {
    color: #fff;
    text-decoration: none;
}
.category_heading {
    color: #fff;
    background: #ffffff4d;
    padding: 10px;
    font-weight: bold;
}
.category_heading p{
	  font-weight:bold;
	      font-size: 18px;
}
.post_inner {
    margin-top: 0px;
    margin-bottom: 80px;
}.post_info h2 a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}
.post_div{
  margin-bottom: 20px;
}
.single_post_header {
    border-bottom: 1px solid;
    margin-bottom: 50px;
}
.post_div_header {
    border-bottom: 1px solid #dddddd47;
    margin-bottom: 20px;
    border-left: 3px solid #7d9bb8;
    padding-left: 20px;
}.resources_ul {
    margin-left: 40px;
}.resources_ul li {
    padding: 6px 0px;
    list-style-image: url('../images/list_icon.png');
}
@media (max-width: 640px) {
	 .login_logo{height:136px; width:136px;}
	 .login_inner{height:56%;}
	
}
/* =========================== Date : 13-12-2017=============================== */
