strong{font-weight:700;}
input, select, textarea{ outline:none;}
input[type="submit"], input[type="button"]{-webkit-appearance:none; }
input[type="text"],input[type="password"], textarea{-webkit-appearance:none; }
input, button { border: none;outline: none;}
*, *:before, *:after {box-sizing: border-box;margin: 0;padding: 0;}

/* headings */
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;text-transform: uppercase; padding:0 0 10px 0;}
h1{font-size: 30px;}
h2{font-size: 28px; text-align:center; font-weight:600;}
h3{font-size: 26px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size:18px;}

button{outline: none;}
ul{margin:0px;padding:0px;}
li{list-style:none;text-decoration:none;}
a{text-decoration:none;color:#000;}
i{font-style:normal;}
img{vertical-align:top;}
body {overflow-x: hidden;}

ul[class*="grid-"]{display: inline-block; vertical-align: top; width: 100%;}
ul.grid-4 > li{float: left; width: 25%; padding:15px;}
ul.grid-3 > li{float: left; width: 33.33%; padding:20px 15px;}
ul.grid-2 > li{float: left; width: 50%; padding:20px 15px;}	
html{height:100%;}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 24px;
/*	background: #eaeef3;*/
	background: url(../images/index-bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	
}

.clear{clear:both;}
.row{margin:0px -15px;}
.tip {font-size: 20px;margin: 40px auto 50px;text-align: center;}

/*=========================
	main css
=======================*/
.form-element input[type="text"], .form-element input[type="password"], .form-element input[type="email"], .form-element input[type="search"] {display: block;width: 100%;
    height: 35px;padding: 0;font-size: 14px;line-height: 1.42857143;color: #666;background-color: #ffffff;    border: none;border-bottom: 1px solid #e0e0e0;    border-radius: 0;    -webkit-appearance: none;    -moz-appearance: none;    appearance: none;}
.button {font-size: 14px;border-radius: 2px;display: block;width: 100%;font-family: inherit;padding: 13px 24px;border: 0 none;text-transform: uppercase;position: relative;overflow: hidden;cursor: pointer;vertical-align: middle;border: none;background: #797a7e;color: #fff;text-align: center;transition: all .1s ease-in-out}
.form-element select:focus {border:0px;border-bottom: solid 1px #ef392b;}
.form-element input:focus {border-bottom: solid 1px #ef392b; outline: none;}
.form-element textarea:focus {border-bottom: solid 1px #000;}

.form-element label{font-size:13px;font-weight:400;white-space:nowrap;-ms-transition:all 200ms ease 0;-webkit-transition:all 200ms ease 0;transition:all 200ms ease 0;color:#959595;text-transform:uppercase}
.form-element label.checkbox{cursor:pointer}
.form-element{position:relative;margin:15px 0;display:inline-block;width:100%}

/***/


/* radio and checkbox */

.checkbox, .radio {display: inline-block;  position: relative; vertical-align:middle; padding: 0 0 0 25px; height: 20px;float:left;}
.checkbox input,.radio input {top: 0;left: 0;margin: 0 !important;z-index: 1;cursor: pointer;opacity: 0;filter: alpha(opacity=0);}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {  position: absolute;  margin-left: -20px;
  margin-top: 4px \9;}



.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}

.checkbox .input-helper:before,
.radio .input-helper:before {
  left: 0;
  border: 1px solid #ccc;
}

.checkbox.disabled,
.radio.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.checkbox input {
  width: 17px;
  height: 17px;
}

.checkbox input:checked + .input-helper:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.checkbox input:checked + .input-helper:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox .input-helper:before {top: 3px;width: 17px;height: 17px;}

.checkbox .input-helper:after {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(0) rotate(80deg);-ms-transform: scale(0) rotate(80deg);-o-transform: scale(0) rotate(80deg);transform: scale(0) rotate(80deg);width: 22px;height: 9px;border-bottom: 2px solid #ef392b;border-left: 2px solid #ef392b;order-bottom-left-radius: 2px;left: -1px;top: 1px;}
.radio input {width: 19px;  height: 19px;}
.radio input:checked + .input-helper:after {-webkit-transform: scale(1);-ms-transform: scale(1); -o-transform: scale(1);transform: scale(1);}

.radio .input-helper:before {top: -1px;width: 19px;height: 19px;border-radius: 50%;}
.radio .input-helper:after {width: 11px;height: 11px;background: #2196f3;border-radius: 50%;  top: 3px;left: 4px;-webkit-transform: scale(0);-ms-transform: scale(0);
-o-transform: scale(0);transform: scale(0);}

.link-exired{text-align:center;padding-top: 55px; }
.link-exired h2{text-align:center; }
.link-exired h6{font-size: 14px;  margin-top: 5px;     text-transform: unset;}


/*** error-message ***/
.error-msg{background: red;color: #fff;font-size: 12px;
padding: 5px 8px;display: none;}


/*USer Login CSS Start*/
.login-container{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	left: 0;
	right: 0;
}
.theme-conatiner{ 
    height: 200px;
    width: 1000px;
    background-color: #ec2515;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 150px;
    margin-top: 150px;
  	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.18), 0 4px 6px rgba(0, 0, 0, 0.14);
		position: relative
}
#main{
    height: 460px;
    width: 450px;
    background-color:white;
    border-radius: 5px;
    position: absolute;
    top:50%;
    left: 77.5%;
    transform: translate(-50%,-50%);
    z-index: 99;
    box-shadow: 0 10px 30px 0 rgba(12, 12, 12, 0.05);
    border: 1px solid #ecebeb;
}
#change-password{
    height: 460px;
    width: 450px;
    background-color:white;
    border-radius: 5px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    box-shadow: 0 10px 30px 0 rgba(12, 12, 12, 0.05);
    border: 1px solid #ecebeb;
}
#change-password .password_screen{
	position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 300px;
}
#loginform,#signupform{
    position: absolute;
    top: 50%;
    left: 77.5%;
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 300px;
}
#signupform{
    top:45%;
    left: 75%;
    visibility: hidden;
}
#loginform h1,#signupform h1,#change-password h1{
    font-family: arial;
    font-size: 25px;
    color:#ec2515;
	
}

#login_btn,#signup_btn{
 	height: 45px;
    width: 170px;
    background-color: white;
    color: #797a7e;
	font-size: 14px;
    border: 1px solid white;
    border-radius: 3px;
    outline: none;
    position: absolute;
    left: 72%;
    top: 62%;
    transform: translate(-50%,-50%);
    transition: all .5s;
    box-shadow: 0px 0px 3px rgba(0,0,0,.14), 0 1px 7px rgba(0,0,0,.12), 0 3px 1px rgba(0,0,0,.2);
}
#signup_btn{
    left: 28%;
}
#login_btn:hover,#signup_btn:hover{
    background-color:white;
    color:#2d2d2d;
    cursor: pointer;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	transition: 0.5s;
}
#login_msg,#signup_msg{
    font-family: arial;
    font-size: 25px;
    color:white;
    position: absolute;
    top:35%;
    left: 72%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
#signup_msg{
    left: 28%;
}
.logo {
    width: 250px;
    display: block;
    position: absolute;
    top: -80px;
    left: 18%;
}
.logo img{width: 100%}
/*USer Login CSS End*/


.button .text {
  transition: 0.5s;position: relative;z-index: 2
}
.button .left, .button .right,  .button:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  background: #ec2515;
  transition: 0.5s;
}
 
.button:after {
  content: "";
}
.button:hover{
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	transition: 0.5s;
}
.button:hover .text {
  color: #fff;
}
.button:hover .left, .button:hover .right, .button:hover:after {
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}



/** check box animation
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}


/*** invalid ***/

.invalid{
	text-align: center;
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
.invalid .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid rgba(239, 8, 8, 0.9);
}
.invalid .check-icon::before, .invalid .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(180deg);
}
.invalid .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 47%;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(180deg);
    background-color: #FFFFFF;
}
.invalid .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(239, 8, 8, 0.5);
}
.invalid .check-icon .icon-line {
    height: 5px;
    background-color: #f00;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.invalid .check-icon .icon-line.line-long {
    top: 29px;
    right: 0;
    width: 35px;
    transform: rotate(90deg);
    animation: icon-line-top 0.75s;
    left: 0;
    margin: auto;
}
.invalid .check-icon .icon-line.line-tip {
    bottom:15%;
    left: 47%;
    width: 5px;
    transform: rotate(90deg);
    animation: icon-line 0.75s;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line {
  0% {
    width: 0;
    left: 40%;
    top: 19px;
  }
  54% {
    width: 0;
    left:42%;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -45%;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 47%;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 40%;
    top: 45px;
  }
}
@keyframes icon-line-top {
  0% {
    width: 0;
    right: 0px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 0x;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 0px;
    top: 38px;
  }
}
/*** modal box css ***/


.modal-window.small {
	width: 500px;
	padding-top: 10px;
}

.modal-window.small .title {
	padding: 15px 0 0;
	border-bottom: none;
	text-align: center
}

.modal-window.small .title h2 {
	font-size: 28px;
	padding-top: 15px
}

.modal-window.small p {
	text-align: center;
	padding-bottom: 10px
}

.modal-window.small .popup-form-outer {
	padding: 25px
}

.modal-window.small .field_control {
	margin-bottom: 10px;
	text-align: center
}

.modal-window.small p {
	margin-bottom: 10px !important;
	color: #333
}

.modal-window.lg {
	max-width: 1000px;
	width: 1000px;
	padding: 30px;
	position: relative
}

.modal-window .close-button {
	width: 35px;
	height: 35px;
	position: absolute;
	border-radius: 100px;
	right: -15px;
	top: -15px;
	text-align: center;
	display: block;
	z-index: 2;
	overflow: hidden
}

.modal-window .close-button:after {
	content: "\F156";
	color: #fff;
	background: #00aff0;
	font-family: "Material Design Icons";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	line-height: 35px;
	z-index: -1
}

.field_control.submit-btn .common-btn {
	display: inline-block;
	max-width: 200px
}

.popup-heading h2 {
	font-size: 28px;
	text-align: left;
	color: #333;
	font-weight: 500;
	padding: 40px 40px 15px;
}

.modal-window-wrapper {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	overflow: auto;
	display: none
}

.overlay-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none
}

.modal-window-wrapper.modal-wrapper-visible {
	display: block
}

.modal-window.modal-window-visible {
	display: block;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(0px, -100px);
	-ms-transform: translate(0px, -100px);
	transform: translate(0px, -100px)
}

.modal-window.modal-window-visible1 {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px)
}

.modal-window {
	width: 600px;
	height: auto;
	background: #fff;
	margin: 65px auto 50px;
	position: relative;
	max-width: 98%;
	border-radius: 2px;
	display: none
}

.modal-window .title {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 2px solid #00aff0;
	padding: 20px 60px 20px 40px
}

.modal-window .form .form-element > label {
	font-size: 16px;
	padding-bottom: 15px;
	font-weight: 500;
}

.modal-window .form input,
.modal-window .form select,
.modal-window .form textarea {
	border-color: #cac8c8;
	color: #888;
	line-height: normal;
}

.modal-window .checkbox .input-helper::before {
	border-color: #cac8c8;
}

.modal-window .checkbox .input-helper::after {
	border-bottom: 2px solid #323c48;
	border-left: 2px solid #323c48;
}

.modal-window .checkbox,
.modal-window .radio {
	padding-left: 35px;
}

.field_outer {
	margin-bottom: 40px;
	float: left;
	width: 100%
}

.popup-close-button {
	width: 35px;
	height: 35px;
	position: absolute;
	border-radius: 100px;
	right: -15px;
	top: -15px;
	text-align: center;
	display: block;
	z-index: 2;
	overflow: hidden
}

.popup-form-outer {
	padding: 40px
}

.popup-form-outer .submit {
	margin: 0px;
}

.popup-close {
	position: absolute;
	top: -20px;
	right: -20px;
	background: #333;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
}

.popup-close:after {
	content: "\F156";
	color: #fff;
	cursor: pointer;
	font-family: "Material Design Icons";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
}

.modal-window .title h2 {
	font-size: 26px;
	color: #000;
	margin: 0;
	height: auto;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: capitalize
}

.delete_box,
.block_box {
	text-align: center
}

.common-btn,
.popup-form-outer .btn-submit {
	width: 100%;
	color: #fff;
	background: #333;
	opacity: 0.8;
	border: 0;
	border-radius: 2px;
	height: 42px;
	font-size: 15px;
	cursor: pointer;
	border: 2px solid transparent;
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-weight: 500;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.common-btn:hover,
.popup-form-outer .btn-submit:hover {
	background: #333
}

.popup-form-outer .btn-submit {
	max-width: 100%
}

@media (max-width:1199px){
	.theme-conatiner {
    height: 200px;
    max-width: 900px;
    width: 100%;
}
	#main {
    left: 76.5%;
}
	#loginform, #signupform {
    left: 76.5%;
    width: 327px;
}
}