@charset "utf-8";
/* CSS Document */
*{
	direction: rtl;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face {
    font-family: 'IRAN';
    font-style: normal;
    font-weight: normal;
    src: local('dana regular'), url('../fonts/IRAN/IRAN.woff') format('woff');
    }

@font-face {
    font-family: 'dana regular';
    font-style: normal;
    font-weight: normal;
    src: local('dana regular'), url('../fonts/dana/dana medium.woff') format('woff');
    }
html{
    scrollbar-width:thin;
    scrollbar-color:#555 #999 ;
}
body{
	min-height: 100vh;
	width: 100%; 
	font-family: "IRAN","dana regular", "sans-serif", "serif";
	background-color: #ffffff;
}
::-webkit-scrollbar{
	    width:0.7vw;
	    height:1.5vh;
	    
	}
	::-webkit-scrollbar-track{
	    background-color:#999;
	    border-radius:10em;
	}
	::-webkit-scrollbar-thumb{
	    background-color:#555;
	    border-radius:10em;
	}

a{
	text-decoration: none;
}

.link-simple{
	text-decoration: none;
	color: #333;
}

.cover-left-float{
			padding: 10px;
		}
		.cover-left-float .left-float{
			display: flex;
			float: left;
			padding: 10px;
		}
		.cover-left-float .left-float .field{
			
			padding: 5px;
			border-radius: 5px;
		}
		.green-tag{
			background: #01d743;
			color: #fff;
			box-shadow: 0
		}
		.blue-tag{
			background: #3699ff;color: #fff;
		}
		.yellow-tag{ 
			background: #fdd13d;color: #fff;
		}

.column3{
  display: grid;
	grid-column: 3;
	grid-gap: 4rem;
	max-width: 100%;
	grid-template-columns: repeat(3, 1fr);
}

.news-link{
    padding:20px;
	color:#090909;
	text-decoration: none;
}

.news-link:before{
    display:block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FF9300;
    position: absolute;
    right: 0px;
    top: 40%;
}
		
.news-link:hover{
	color:#005689
}


/********************************/
.grayscale
{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  cursor: not-allowed;
}

.channel-icon{
    width:50px;
}

.content-item{
	max-width:100%;
	margin: auto;
	/*/padding: 15px 40px 15px 40px;*/
	list-style: none;
}

@media screen and (min-width: 768px){
	.content-item {
  width: 100%;
	}
}


.content-item ul{
	list-style: none;
}

.post-item{
	padding: 15px 15px;
	width: 100%;
}
.post-item .post-title{
	border-bottom: 1px solid #0F5894;
}
.post-item img{
	width: 90%;
	height: 320px;
	border-radius: 17px;transition: 0.3s;
}
@media screen and (max-width: 600px){
	.post-item img{
	    height:auto;
	}
}

.post-item img:hover,.thumb img
{
	opacity: 0.8;
}

.flex{
	display: flex;
	flex-flow: row wrap;
	
}

.flex.center{
	justify-content: center;
}

.flex .item{
	order: 2;
	padding: 20px;justify-content: flex-end;
}

.item li{
    font-size:14px;
}

.post-details{
	float: right;
	display:block;
	width:80%;
	
}

.post-details h2{
	font-size: 14px;
	font-weight: 500;
}

.post-details h3{
	font-size: 20px;
}

.thumb{
	width: 110px;
	height: 110px;
	display: block;
	position: relative;
	float: right;
}
.thumb img{
	width: 100%;
	height: 100%;
	
}

.post-meta span{
	display: inline-block;
	margin: 0px 5px;
	color: #767676;
	font-size: 12px;
}

.post-meta span:hover{
	color: #767676;
}

.row:after {
  content: "";
  display: table;
	clear: both;}

.middle-aps{
	background: linear-gradient(to right,#363795,#005C97);
	
	color: #fff;
	font-size: 17px;
}

.middle-aps .item-icon img{
	display: block;
  margin-left: auto;
  margin-right: auto;
	width: 100px;
	border-radius: 20%;
}


.middle-aps .item-detail{
	text-align: center;
}

.footer-title{
	font-size: 20px;
	font-weight: 400;
	padding: 15px 0;
}
.footer-detail{
	font-size: 15px;
}

.footer-detail p{
	text-align: justify;
}

.footer-detail li{
	list-style: none;
	
}

.footer-detail li input{
	font-size: 15px;
	padding: 15px;
}
.footer-detail .footer-button{
	padding: 20px 0px;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgimg-1 {
  background-image: url("../img/bmig1.jpg");
  min-height: 400px;
}

@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}

/********************************/

.content-datail{
	background-color: #fafafa;
}

.detail-info{
	
	border: 1px #ccc solid;
}

.detail-comment{
	background-color: #fafafa;
	border: 1px red solid;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/*input:invalid{
	animation: shake 300ms;
}

@keyframes shake{
	25%{transform: translateX(14px)}
	50%{transform: translateX(-14px)}
	75%{transform: translateX(14px)}
}*/

.clock input{
	color: #888;
	width: 20%;
	height: 35px;
	padding-right: 10px;
	border-radius: 24px;
	margin: 20px 20px;
	border: none;
	background: none;
	outline: none;
	box-shadow:inset 5px 5px 7px #c4c4c4,
		-5px -5px 7px #f2f2f2;
}





section{
	background-color: #e2e2e2;
}

.bxs-edit-alt{
	padding: 10px;
	font-size: 25px;
	color: red;
}

/*dropdown*/
.dropdown {
  position: relative;
  display: inline-block;
	
}

.dropdown-content {
  display: none;
  margin: 25px -20px;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.profile-details:hover .dropdown-content {display: block;}

/*ordinery css*/

.box-shadow
{
	background-color: #f7f7f7;
	box-shadow: 8px 8px 16px #c4c4c4,
		-2px -2px 16px #f2f2f2;
	border-radius: 10px;
	padding: 15px;
	color: #000;margin-top: 10px;
}

.box-shadow .img{
	width: 100%;
	border-radius: 5px;
}

.titleShadow{
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	text-shadow: 3px 3px 6px #c4c4c4,
		-3px -3px 6px #f2f2f2;
	margin: 20px 0;
}

.display{
	display: none;
}
table{
	border-collapse: collapse;
	user-select: none;
	width: 100%;
}

tr{
	width: 100%;
}
tr:nth-child(even){
	background-color:#e2e2e2;
}
thead{
	border-collapse: separate;
	
}
td,th{
	height: 60px;
}

input{
	font-size: 18px;
	border: none;
	outline: none;
	padding: 5px 10px;
	letter-spacing: 1px;
}


input[type=text]{
	font:15px/24px;
	color: #333;
	min-width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	border: 0;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
	left: 0;
	
}

input[type=text] ~ .focus-border{
	position:absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #4CAf50;
	transition: 0.4s;
}

.button,.button1{
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 15px;
	margin: 10px auto;
	transition: all 0.2s linear 0s;
  text-align: center;
  text-decoration: none;
}

.button{
	background: #FFA200;
	color: #000;

}

.button:disabled{
	background: #FFD58D;
	color: #9B9B9B;
	cursor:no-drop;
}

.button1{
	background: #196ec0;
	color: #fff;
}

.button2{
	font-size: 24px;
	border-radius: 5px;
	cursor: pointer;
	padding: 20px 30px;
	margin: 10px 20px;
	transition: all 0.2s linear 0s;
  text-align: center;
  text-decoration: none;
	background: #FFA200;
	color: #000;
}

@media screen and (max-width: 600px) {
	.button2{
	font-size: 14px;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 10px 10px;
	}
}

.input-title{
	font-size: 20px;
	padding: 10px;
}

.duty-panel{
	margin-right: 25px;
	min-height: 450px
}

.button3 {
  position:static;
  display: inline-block;
  padding: 0.618rem 1.618rem;
  cursor: pointer;
  color: #FFF;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  background: #555 none repeat scroll 0% 0%;
  border: 1px solid #242424;
  border-radius: 4px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 0 0 rgba(0, 0, 0, 0.5) inset,
    0 1.25rem 0 rgba(255, 255, 255, 0.08) inset,
    0 -1.25rem 1.25rem rgba(0, 0, 0, 0.3) inset,
    0 1.25rem 1.25rem rgba(255, 255, 255, 0.1) inset;

  transition: all 0.2s linear 0s;

  text-align: center;
  text-decoration: none;
  margin: 0.618rem;
}
		.button:hover,
.button:focus,.button1:focus,.button1:hover,.button2:focus {
  text-decoration: none;
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 0 0 rgba(0, 0, 0, 0.25) inset,
    0 20px 0 rgba(255, 255, 255, 0.03) inset,
    0 -20px 20px rgba(0, 0, 0, 0.15) inset,
    0 20px 20px rgba(255, 255, 255, 0.05) inset;
}
.button:active,.button1:active,.button2:active {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 0 rgba(255, 255, 255, 0) inset,
    0 0 5px rgba(0, 0, 0, 0.5) inset,
    0 20px 0 rgba(255, 255, 255, 0.03) inset,
    0 -20px 20px rgba(0, 0, 0, 0.15) inset,
    0 20px 20px rgba(255, 255, 255, 0.05) inset;
}
.button::before,.button1::before,.button2::before  {
  content: "";
  display: block;
  position: absolute;
  background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
  background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  background:linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  padding: x 12px;
  top: 0;
  left: 15%;
  height: 1px;
  width: 40%;
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out 0s;
}
.button:active::before,.button1:active::before,.button2:active::before {
  opacity: 0;
}
.button:hover::before,.button1:hover::before,.button2:hover::before {
  left: 45%;
}

/*sidebar*/

.sidebar{
	position: fixed;
	height: 100%;
	width: 240px;
	background: #0a2558;
	transition: all 0.5s ease;
}
.sidebar.active{
	width: 60px;
}
.sidebar .logo-details{
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
}

.sidebar .logo-details i{
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	min-width: 60px;
	text-align: center;
}

.sidebar .logo-details .logo_name{
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.sidebar .nav-links{
	margin-top: 16px;
	width: 100%;
}

.sidebar .nav-links li{
	height: 50px;
	width: 100%;
	list-style: none;
}

.sidebar .nav-links li a{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: all 0.4s ease;
}

.sidebar .nav-links li a:hover{
	background: #081D45;
}

.sidebar .nav-links li a i{
	min-width: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.sidebar .nav-links li a .link_name{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
}

/*home section css*/
.home-section{
	background: #f5f5f5;
	position: relative;
	min-height: 100vh;
	width: calc(100% - 240px);
	right: 240px;
	transition: all 0.5s ease;
}

.sidebar.active ~ .home-section{
	width: calc(100% - 60px);
	right: 60px;
}

.home-section nav{
	position: fixed;
	width: calc(100% - 240px);
	right: 240px;
	height: 80px;
	background: #fff;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.5s ease;
}

.sidebar.active ~ .home-section nav{
	width: calc(100%,60px);
	right: 60px;
}

.home-section nav .sidebar-button{
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 500;
}

.home-section nav .sidebar-button i{
	font-size: 35px;
	margin-left: 10px;/**/
}

.home-section nav .search-box{
	height: 50px;
	width: 550px;
	margin: 0 20px;
	position: relative;
}

nav .search-box input{
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	padding: 0 15px;
	font-size: 17px;
	background: #f5f6fa;
	border: 2px solid #efeef1;
	outline: none;
}

nav .search-box .bx-search{

	position: absolute;
	left: 5px;/**/
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	background: #2697ff;
	border-radius: 6px;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
}

.home-section nav .profile-details{
	display: flex;
	align-items: center;
	height: 50px;
	min-width: 190px;
	background: #f5f6fa;
	border: 2px solid #EFEEF1;
	border-radius: 6px;
	padding: 0 15px 0 2px;
}

nav .profile-details img{
	height: 40px;
	width: 40px;
	object-fit: cover;
	border-radius: 6px;
}
nav .profile-details .admin_name{
	font-size: 15px;
	font-weight: 500;
	color: #333;
	margin: 0 10px;
	white-space: nowrap;
}

nav .profile-details i{
	color: #333;
	font-size: 25px;
}


/*home content*/
.home-section .home-content{
	/*position: relative;*/
	padding-top: 100px; 
}

.home-content .overview-boxes{
	display: flex; 
	width: 100%; 
	padding: 0 20px; 
	justify-content: space-between; 
	flex-wrap: wrap;
}

.home-content .overview-boxes .box{
	display: flex; 
	align-items: center; 
	padding: 14px 15px; 
	background: #fff; 
	justify-content: center; 
	
	width: calc(100% / 4 - 15px); 
	border-radius: 12px; 
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.home-content .overview-boxes .box_topic{
	font-size: 20px; 
	font-weight: 500; 
}

.home-content .overview-boxes .number{
	font-size: 35px; 
	font-weight: 500; 
	margin-top: -5px; 
	display: inline-block; 
}

.overview-boxes .indicator{
	display: flex; 
	align-items: center; 
}

.overview-boxes .indicator i{
	height: 20px; 
	width: 20px;
	background: #8fdacb; 
	color:#fff; 
	border-radius: 50%; 
	font-size: 20px; 
	margin-left: 5px; /**/
}

.overview-boxes .indicator i.down{
	background: #e87d88; 
}

.overview-boxes .indicator .text{
	font-size: 12px; 
}

.overview-boxes .box .cart{
	font-size: 32px; 
	font-weight: 500; 
	height: 50px; 
	width: 50px; 
	background: #cce5ff; 
	color: #66b0ff; 
	line-height: 50px; 
	text-align: center; 
	border-radius: 12px; 
	
}

.overview-boxes .box .cart.two{
	background: #C0F2D8; 
	color: #2BD47D; 
}

.overview-boxes .box .cart.three{
	background: #FFE8B3; 
	color: #FFC233; 
}

.overview-boxes .box .cart.four{
	background: #f7d4d7; 
	color: #e05260; 
}

.reg_emp {
	padding: 20px;
}

.reg_emp span{
	padding-right: 35px;
	font-size: 20px;
}

.reg_emp input[type=text],input[type=password]{
	color: #888;
	width: 80%;
	height: 35px;
	padding-right: 10px;
	border-radius: 24px;
	margin: 20px 20px;
	border: none;
	background: none;
	outline: none;
	box-shadow:inset 5px 5px 7px #c4c4c4,
		-5px -5px 7px #f2f2f2;
}

.reg_emp select{
	width: inherit;
	font-size: 15px;
	padding: 2px;
	margin: 10px;
	box-shadow:inset 5px 5px 7px #c4c4c4,
		-5px -5px 7px #f2f2f2;
}

.reg_emp select option{
	padding-top: 15px;
	
}
.reg_emp .column{
  float: right;
  width: 33.00%;
  
}
.column{
  float: right;
  width: 33.00%;
  
}

.column40{
	float: right;
  width: 30.00%;
	
}

.column60{
	float: right;
  width: 70.00%;
}

.columna20{
  float: right;
  width: 20%;
  margin-right: 1%;
}

.columna75{
  float: right;
  width: 75%;
	margin-right: 2%;
  
}

.column2{
  display: grid;
	grid-column: 2;
	grid-gap: 0rem;
	grid-template-columns: repeat(2, 1fr);
}

.column3{
	display: grid;
	padding: 20px 10px;
	grid-column: 3;
	grid-gap: 1rem;
	max-width: 1200px;
	grid-template-columns: repeat(3, 1fr);
}

.column4{
  display: grid;
	grid-column: 4;
	grid-gap: 1rem;
	max-width: 1200px;
	grid-template-columns: repeat(4, 1fr);
}

.column6{
  display: grid;
	grid-column: 6;
	grid-gap: 1rem;
	max-width: 1200px;
	grid-template-columns: repeat(6, 1fr);
}



.column7{
  display: grid;
	grid-column: 6;
	grid-gap: 1rem;
	max-width: 1200px;
	grid-template-columns: repeat(7, 1fr);
} 

.column50{
  display: grid;
	grid-column: 3;
	grid-gap: 1rem;
	max-width: 1200px;
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 600px) {
    .column2{
  	display: grid;
	grid-column: 1;

	grid-template-columns: repeat(1, 1fr);
    }
	.column3{
		display: grid;
		padding: 20px 10px;
		grid-column: 1;
		grid-gap: 1rem;
		max-width: 1200px;
		grid-template-columns: repeat(1, 1fr);
	}
    .column4{
  display: grid;
	grid-column: 1;
	grid-gap: 2rem;
	max-width: 1200px;
	grid-template-columns: repeat(1, 1fr);
    }
	.columna20{
		width: 100%;
	}
	.columna75{
		width: 100%;
	}
}

.history{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.history li{
	list-style:none;
}

.visited{
	color: red;
}

.recepted{
	color: limegreen;
}

.ordinary{
	color: #A3A3A3;
}
/*checkbox*/

.checkboxclass {
  display: none;
}

.cblable {
  position: absolute;
  
  
  width: 50px;
  height: 50px;
  margin: 50px auto;
  background-color: #f72414;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 7px 10px #ffbeb8;
  cursor: pointer;
  transition: 0.2s ease transform, 0.2s ease background-color,
    0.2s ease box-shadow;
  overflow: hidden;
  z-index: 1;
  border: 2px solid rgba(0, 0, 0, 0.44);
}

.cblable:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: inset 0 7px 10px #ffbeb8;
  transition: 0.2s ease width, 0.2s ease height;
  border: 1px solid black;
}

.cblable:hover:before {
  width: 22px;
  height: 22px;
  box-shadow: inset 0 7px 10px #ff9d96;
}

.cblable:active {
  transform: translateY(-50%) scale(0.9);
}

.tick_mark {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-left: 7px;
  transform: rotateZ(-40deg);
}

.tick_mark:before,
.tick_mark:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

.tick_mark:before {
  left: 0;
  bottom: 0;
  width: 5px;
  height: 15px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
  transform: translateY(-68px);
}

.tick_mark:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
  transform: translateX(78px);
}

.checkboxclass:checked + label {
  background-color: #07d410;
  box-shadow: 0 7px 10px #92ff97;
}

.checkboxclass:checked + label:before {
  width: 0;
  height: 0;
}

.checkboxclass:checked + label #tick_mark:before,
.checkboxclass:checked + label #tick_mark:after {
  transform: translate(0);
  opacity: 1;
}


/*input css*/

.inputText:focus{outline: none;}

.col-3{ width: 27.33%; min-width: 200px; margin: 20px 3%; position: relative;} /* necessary to give position: relative to parent. */
.inputText{ color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;border-radius: 5px 5px 0 0px;}

.effect-1{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #4caf50; transition: 0.4s;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}






.form__group {
	 position: relative;
	 padding: 15px 0 0;
	 margin-top: 10px;
	 width: 50%;
}
 .form__field {
	 font-family: inherit;
	 width: 100%;
	 border: 0;
	 border-bottom: 2px solid #9b9b9b;
	 outline: 0;
	 font-size: 1.3rem;
	 color: #000;
	 padding: 7px 0;
	 background: transparent;
	 transition: border-color 0.2s;
}
 .form__field::placeholder {
	 color: transparent;
}
 .form__field:placeholder-shown ~ .form__label {
	 font-size: 1.3rem;
	 cursor: text;
	 top: 20px;
}
 .form__label {
	 position: absolute;
	 top: 0;
	 display: block;
	 transition: 0.2s;
	 font-size: 1rem;
	 color: #9b9b9b;
}
 .form__field:focus {
	 padding-bottom: 6px;
	 font-weight: 700;
	 border-width: 3px;
	 border-image: linear-gradient(to left, #11998e, #38ef7d);
	 border-image-slice: 1;
}
 .form__field:focus ~ .form__label {
	 position: absolute;
	 top: 0;
	 display: block;
	 transition: 0.2s;
	 font-size: 1rem;
	 color: #11998e;
	 font-weight: 700;
}
/* reset input */
 .form__field:required, .form__field:invalid {
	 box-shadow: none;
}

/*imgage gallery*/

.imgcontainer {
  position: relative;
  font-family: Arial;
}

.text-search {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
/**/
select{
	font-size: 16px;
	min-width: 100px;
	box-shadow: -6px -6px 20px rgba(255,255,255,1),6px 6px 20px rgba(0,0,0,0.1);
	width: inherit;
	padding: 2px;
	margin: 10px;
	
}

.nolink{
	text-decoration: none;
	color: black;
	padding: 0;
}

.banner{
	width:100%;
	height: 550px;
	user-select: none;
}

.text-banner{
	position: absolute;
	left: 20%;
	right: 50%;
	top: 50%;
	bottom: 50%;
}

.banner-text{
	width: 100%;
	text-align:center;
}

.text-banner .abutton{
padding: 0 60px 0 0;
}
	
@media screen and (max-width: 600px) {
    .banner{
		width:100%;
	height:auto;
    }
	
	.text-banner{
	
	left: 20%;
	right: 20%;
	top: 50%;
	bottom: 50%;
}
}

.content-section{
padding-top: 4%;	
}

.content-box{
	background-color: #f7f7f7;
	box-shadow: 8px 8px 16px #c4c4c4,
		-2px -2px 16px #f2f2f2;
	border-radius: 10px;
	padding: 15px;
	color: #000;margin-top: 10px;
}

.content-box img{
	
	width: 100%;
	user-select: none;
	text-align: center;
}

.content-box a{
	text-decoration: none;
	color: #000;
}

footer{
    color:#fff;
	margin-top: 5%;
	background: #00092c;
	padding: 0px 5% ;
}

.content-box .special{
	text-align: center;
	user-select: none;
}

.footer-logo{
	text-align: center;
	user-select: none;
}

.footer-logo img{
	padding: 0 0 30px 0;
	width: 30%;
	/*box-shadow: 4px 4px 16px #c4c4c4,
		-2px -2px 16px #f2f2f2;*/
	border-radius: 10px;
}

@media screen and (max-width: 600px) {
    .footer-logo img{
	width: 70%;
    }
}

.footer-shoar{
	text-align: center;
}

footer .section{
	border-bottom: 1px solid rgba(100, 100, 100, 0.5);
	padding: 5% 0;
}

hr{
	font-size: 0px;
	margin: 5%;
}

.head-title{
    text-align:center;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

.resume{
	padding: 50px;display: flex;
	align-items: center;
	justify-content: center;
}

.resume .card{
	border-radius: 5px;
	padding: 20px;
	max-width: 400px;
	border: dashed 1px;
}

.resume .card .cover{
	display: flex;
	align-items: center;
	justify-content: center;
}

.resume .card img{
	width: 150px;
	border-radius: 5px;
}

.side{
	font-size: 15px;
	justify-content: center;
	height: 200px;
	overflow: hidden;
}

.enemad{
    width: 100px;
}

.docads{
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.docads img{
	display: flex;
	align-items: center;
	justify-content: center;

}

.swiper-slide{
	border: #eee 1px solid;
	border-radius: 5px;
	box-shadow: 2px 2px 16px #c4c4c4,
		-2px -2px 16px #f2f2f2;
	/*height:400px;*/
	-webkit-justify-content: right;
justify-content: right;
}

.favdoc{
	/*height: 400px;*/
}
.favdocname{
	font-size: 16px;
	padding: 10px 0px;
}
.favdocdes{
	font-size: 14px;
	
	height: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 20px 0px;
}