@font-face{
	font-family:IRANSans;
	font-style:normal;
	font-weight:bold;
	src:url("../fonts/IRANSansWeb_Bold.eot");
	src:url("../fonts/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb_Bold.woff2") format("woff2"),url("../fonts/IRANSansWeb_Bold.woff") format("woff"),url("../fonts/IRANSansWeb_Bold.ttf") format("truetype")}@font-face{font-family:IRANSans;font-style:normal;font-weight:500;src:url("../fonts/IRANSansWeb_Medium.eot");src:url("../fonts/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb_Medium.woff2") format("woff2"),url("../fonts/IRANSansWeb_Medium.woff") format("woff"),url("../fonts/IRANSansWeb_Medium.ttf") format("truetype")
}
@font-face{
	font-family:IRANSans;
	font-style:normal;font-weight:300;
	src:url("../fonts/IRANSansWeb_Light.eot");
	src:url("../fonts/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb_Light.woff2") format("woff2"),url("../fonts/IRANSansWeb_Light.woff") format("woff"),url("../fonts/IRANSansWeb_Light.ttf") format("truetype")
}
@font-face{
	font-family:IRANSans;
	font-style:normal;font-weight:200;
	src:url("../fonts/IRANSansWeb_UltraLight.eot");
	src:url("../fonts/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb_UltraLight.woff2") format("woff2"),url("../fonts/IRANSansWeb_UltraLight.woff") format("woff"),url("../fonts/IRANSansWeb_UltraLight.ttf") format("truetype")
}
@font-face{
	font-family:IRANSans;
	font-style:normal;
	font-weight:normal;src:url("../fonts/IRANSansWeb.eot");
	src:url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb.woff2") format("woff2"),url("../fonts/IRANSansWeb.woff") format("woff"),url("../fonts/IRANSansWeb.ttf") format("truetype")
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html body{
	font-family: 'IRANSans';
	font-size: 100%;
	box-sizing: border-box;
    background: url(../images/team.jpg);
    background-size:cover;
    background-attachment:scroll;
    background-repeat: no-repeat;
    background-position:center;
    height: 657px;
    direction: ltr;

}
/*syle header*/
.nav {
	background-color: #2d3436;
	opacity:0.8;
}
.nav li {
	margin-top: 8px;
	
}
.nav-bg {
	background: none !important;
	position: absolute!important;
	z-index: 10!important;
}
.navbar-nav a{
		z-index:-1;
		font-family: 'arial';
		font-size: 15px;
		text-transform: uppercase;

		color:white;
	}
.hover-link:hover{
		color: green!important;
	}
.navbar-nav i{
	font-size: 19px;
}
/*style button open*/
button.openbtn{
    float: right;
    padding: 11px;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    color: #e6e6e6;
    cursor: pointer;
    border: none;
    display:block;
    transition: all 0.3s ease-in-out;
}

.menubar1,
.menubar2,
.menubar3 {
    width: 28px;
    height: 3px;
    background: #dfe6e9;
    display: block;
    margin: 3px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top:0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a, .dropdown-btn {
  padding:20px 8px;
  text-align:right;
  text-decoration: none!important;
  font-size: 20px;
  color:white;
  display: block;
  border: none;
  background: none;
  width: 100%;
   cursor: pointer;
  outline: none!important;
  transition: 0.5s;
}
.sidebar a:hover, .dropdown-btn:hover{
  color:#2ecc71!important;
  
}
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
  transition:all 0.5s;
}
.dropdown-btn:hover .dropdown-container {
	display: block!important;
}
.fa-caret-down {
  
  padding-right: 8px;
}

.sidebar .closebtn {
   position: absolute;
  top: 0;
  right:9px;
  font-size: 36px;
  margin-left: 50px;
  color: white;
  cursor: pointer;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-right .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top:10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height:auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%!important;

}
.modal-content h3{
  font-family: 'IRANSans';
    color: #2d3436;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    text-align:right;
}
.modal-content p{
   line-height: 1.5;
    font-size: 16px;
    font-weight:500;
    color: #2d3436;
    font-family: 'IRANSans';
    text-align: right;
    padding:11px 0;
}
/* The Close Button */
.closee{
  color: #aaaaaa;
  float:left!important;
  text-align: left;
  font-size:31px;
  font-weight: bold;
}

.closee:hover,
.closee:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}




.container{
    height: 100%;
    align-content: center;
}

.card{
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.social_icon span:hover{
    color: white;
    cursor: pointer;
}

.card-header h3{
    color: white;
}

.card-footer{
    text-align: center;
}

.social_icon{
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span{
    width: 50px;
    background-color: #FFC312;
    color: black;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;

}

.remember{
    color: white;
}

.remember input
{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn{
    color: black;
    background-color: #FFC312;
    width: auto;

}

.login_btn:hover{
    color: black;
    background-color: white;
}

.links{
    color: white;
}

.links a{
    margin-left: 4px;
}
