@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

:root {
  --maindir: left;
  --subdir: right;
}

/*Top Navigation*/
.topnav {
  overflow: hidden;
  background-color: #ccb571;
  font-family:BYekan, tahoma;
  font-size:12px;
}
.topnav a {
  float: var(--maindir);
  display: block;
  color: black;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  
}

.active {
  background-color: #c6a544;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: var(--maindir);
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 13px;    
  border: none;
  outline: none;
  color: white;
  padding: 10px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: var(--maindir);
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: black;
  color: #ccb571;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.link {
     color: white;
     text-decoration: none;

 }
.link:hover {
    text-decoration:blink;
}

.link1 {
    color: #2d0059;
    text-decoration: none;

}
.link1:hover {
    text-decoration:blink;
}
.link2 {
    color: red;	
    text-decoration: none;

}
.link2:hover {
	color:#990000;
    text-decoration:blink;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: var(--subdir);
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: var(--maindir);
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: var(--maindir);
  }
    .pad_panel{
        padding:10px 20px 10px 20px;
    }
    .extra_information{
        padding: 5px 0 10px 0 ;
    }
}
@media screen and (min-width: 600px){
    .pad_panel{
        padding:10px 50px 10px 50px;
    }
    .extra_information{
        padding: 150px 0 0 0 ;
    }
}

/*-- Side Nav--*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}



/*------*/

.floating{
	float:var(--maindir);
}
[class*="col-"] {
    float:var(--maindir);
    margin:0;
    /*border: 1px solid red;*/
}

.div_wrapper_v{
	width:10px;
	float:right;
	/*background-color:#00CC00;*/
	padding: 2px 0px 2px 0px;	
}
.div_wrapper{
	clear:both;
}
.div_wrapper_h{
	width:100%;
	height:10px;
	clear: both;
}
.div_wrapper_h_5{
	width:100%;
	height:5px;
	clear: both;
}
.div_curve{
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
.div_curve_10{
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}
.div_curve_15{
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col_center{
	margin: auto;
	float: none;
	text-align:center;
}
.div-1 {width: 8.33%;}
.div-2 {width: 16.66%;}
.div-3 {width: 25%;}
.div-4 {width: 33.33%;}
.div-5 {width: 41.66%;}
.div-6 {width: 50%;}
.div-7 {width: 58.33%;}
.div-8 {width: 66.66%;}
.div-9 {width: 75%;}
.div-10 {width: 83.33%;}
.div-11 {width: 91.66%;}
.div-12 {width: 100%;}
.centered {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	display: block;
}

[class*="div-"] {
    float:right;
    margin:0;
    /*border: 1px solid red;*/
}

[class*="rcol-"] {
    float:right;
    margin:0;
    /*border: 1px solid red;*/
}
.rcol-1 {width: 8.33%;}
.rcol-2 {width: 16.66%;}
.rcol-3 {width: 25%;}
.rcol-4 {width: 33.33%;}
.rcol-5 {width: 41.66%;}
.rcol-6 {width: 50%;}
.rcol-7 {width: 58.33%;}
.rcol-8 {width: 66.66%;}
.rcol-9 {width: 75%;}
.rcol-10 {width: 83.33%;}
.rcol-11 {width: 91.66%;}
.rcol-12 {width: 100%;}

#backToTop{
	position:fixed; 
	right:10px; 
	bottom:10px;
	width: 35px; 
	height:35px;
	display: none;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#backToTop:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


@media screen and (max-width: 600px) {
    [class*="col-"] {
        width: 100%;
    }
	[class*="rcol-"] {
        width: 100%;
    }
	.hidden-600{
		display:none;
	}
	#myArticle_BodyPanel{
		background-color:#b7e1e5;
	}
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
/*slideshow*/
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

.img_circle{
	float:right;
	border-radius: 50%;
	shape-outside: circle();
	-webkit-shape-outside:circle();
	shape-margin: 15px;
	margin-left:15px;
	width: 200px;
	height: 200px;	
}
.img_circle1{
	border-radius: 50%;
	shape-outside: circle();
	-webkit-shape-outside:circle();
	shape-margin: 15px;
	margin-left:15px;
	width: 200px;
	height: 200px;	
}

#pointer {
	 width: 200px; height: 40px; position: relative; background: red; 
	 color:#FFFFFF;
	 padding:5px;
} 
#pointer:after {
	 content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 20px solid white; border-top: 20px solid transparent; border-bottom: 20px solid transparent; 
	 } 
#pointer:before { 
	content: ""; position: absolute; right: -20px; bottom: 0; width: 0; height: 0; border-left: 20px solid red; border-top: 20px solid transparent; border-bottom: 20px solid transparent; 
	}
.shadow{
	-webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.75);
}
.shadow1{
-webkit-box-shadow: 5px 5px 0px 0px #289FED, 10px 10px 0px 0px #5FB8FF, 15px 15px 0px 0px #A1D8FF, 3px 3px 15px 5px rgba(0,0,0,0); 
box-shadow: 5px 5px 0px 0px #289FED, 10px 10px 0px 0px #5FB8FF, 15px 15px 0px 0px #A1D8FF, 3px 3px 15px 5px rgba(0,0,0,0);
}

.button1 {
    background-color: #cab175;
    color:#2d0059;    
    text-align: center;
    text-decoration: none;
    display: inline-block;
	padding:2px 5px 2px 5px; 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	border: 1px solid #cab175;
}
.button1:hover {
    color: white;
}
.button2 {
    background-color: white;
    color:#2d0059;    
    text-align: center;
    text-decoration: none;
    display: inline-block;
	padding:2px 5px 2px 5px; 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	border: 1px solid #2d0059;  
}
.button2:hover {    
    color: white;
	background-color:#2d0059;
}
.button3 {
    background-color: transparent;
    color:#2d0059;    
    text-align: center;
    text-decoration: none;
    display: inline-block;
	padding:2px 5px 2px 5px; 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	border: 1px solid #2d0059;  
}
.button3:hover {    
    color: white;
	background-color:#2d0059;
}
.button4 {
    background-color: #2d0059;
    color:white;    
    text-align: center;
    text-decoration: none;
    display: inline-block;
	padding:2px 5px 2px 5px; 
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	border: 1px solid #2d0059;  
}
.button4:hover {    
    color: #2d0059;
	background-color:white;
}

.button5 {
    background-color: white;
    color:#2d0059;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding:2px 5px 2px 5px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid #acdee2;
}
.button5:hover {
    color: white;
    background-color: #1ea6c0;
}

.button6 {
    background-color: #1ea6c0;
    color:white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding:2px 5px 2px 5px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 1px solid #acdee2;
}
.button6:hover {
    color: #1ea6c0;
    background-color: white;
}
.purple_color{
	color:#2d0059;
}
.gray_color{
	color:#464647;
}


/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  text-align: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlYzhkZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZThiNWRiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVjOGRlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #eec8de), color-stop(50%, #e8b5db), color-stop(100%, #eec8de));
  background: -moz-linear-gradient(left, #eec8de, #e8b5db 50%, #eec8de);
  background: -webkit-linear-gradient(left, #eec8de, #e8b5db 50%, #eec8de);
  background: linear-gradient(to right, #eec8de, #e8b5db 50%, #eec8de);
}
*/

.button_shape_content {
  width: 200px;
  margin: 20px auto;
  
}
aside {
  margin: 20px 0;
  line-height: 34px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
aside:hover {
  top: -1px;
}
aside:active {
  top: 1px;
}
aside.diamond {
  background-color: #C6ED8D;
}
aside.diamond:after, aside.diamond:before {
  border-color: transparent #C6ED8D;
}
aside.diamond:before {
  left: -17px;
  border-width: 17px 17px 17px 0;
}
aside.diamond:after {
  right: -17px;
  border-width: 17px 0 17px 17px;
}
aside.ribbon {
  background-color: #7DE3C8;
}
aside.ribbon:before, aside.ribbon:after {
  top: 5px;
  z-index: -10;
}
aside.ribbon:before {
  border-color: #53dab6 #53dab6 #53dab6 transparent;
  left: -25px;
  border-width: 17px;
}
aside.ribbon:after {
  border-color: #53dab6 transparent #53dab6 #53dab6;
  right: -25px;
  border-width: 17px;
}
aside.arrow {
  background-color: red;
  color:white;
}
aside.arrow:after, aside.arrow:before {
  border-width: 17px 0 17px 17px;
}
aside.arrow:before {
  border-color: red transparent;
  left: -17px;
}
aside.arrow:after {
  border-color: transparent red;
  right: -17px;
}
aside.rounded {
  background-color: #FC9E86;
  border-radius: 25px / 17px;
  left: -20px;
  width: 200px;
}
aside.sheer {
  background-color: #85C9ED;
  left: -5px;
  width: 170px;
}
aside.sheer:after, aside.sheer:before {
  border-width: 33px 10px 0 0;
}
aside.sheer:before {
  left: -10px;
  border-color: transparent #85C9ED;
}
aside.sheer:after {
  right: -10px;
  border-color: #85C9ED transparent;
}

aside:before, aside:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}



.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0;
    color: black;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    padding: 16px 20px 15px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
    border-color: black;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form-control::-moz-placeholder {
    color: black;
    opacity: 1;
    padding: 19px 20px 12px;
    text-transform: uppercase;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
}

.div_box{
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .75);
	height:auto;
}
.box{
	border: 1px solid #eee;
}


/**/

.bkg_pattern{
	background-color: #ccb571;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23d7c180' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.border-decor_top {
    border-top: 5px solid white;
}
.footer{
	padding-top:30px;
	padding-bottom:30px;
}
.footer_box_bottom{
	border-bottom: 1px solid white;
}
.footer_box_top{
	border-top: 1px solid white;
}
.pad_5{
	padding:5px 5px 5px 5px;
}
.pad_10{
	padding:10px 10px 10px 10px;
}
.pad_15{
	padding:15px 15px 15px 15px;
}
.pad_20{
	padding:20px 20px 20px 20px;
}
.pad_25{
	padding:25px 25px 25px 25px;
}
.pad_40{
	padding:40px 40px 40px 40px;
}

/*h3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font: 20px BYekan, sans-serif;
}*/


#burst-12 { 
background: red; width: 80px; height: 80px; position: relative; text-align: center; 
} 
#burst-12:before, #burst-12:after { 
content: ""; position: absolute; top: 0; left: 0; height: 80px; width: 80px; background: red; 
} 
#burst-12:before { 
transform: rotate(30deg); 
} 
#burst-12:after { 
transform: rotate(60deg); 
}

.table1 {
  font-family:IRANSans_Medium, BYekan, tahoma;
  font-size:14px;
  border-collapse: collapse;
}

.table1 td, .table1 th {
  border: 1px solid #1ea6c0;
  padding: 8px;
}

.table1 tr:nth-child(even){background-color: #f2f2f2;}

.table1 tr:hover {background-color: #acdee2;}

.table1 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color:#1ea6c0;
  color: white;
}

.border_turquoise{
	border: 5px solid #b7e1e5;
}

/****** Style Star Rating Widget *****/
.starRating:not(old){
    display        : inline-block;
    width          : 7.5em;
    height         : 1.5em;
    overflow       : hidden;
    vertical-align : bottom;
}

.starRating:not(old) > input{
    margin-right : -100%;
    opacity      : 0;
}

.starRating:not(old) > label{
    display         : block;
    float           : right;
    position        : relative;
    background      : url('../images/star-off.svg');
    background-size : contain;
}

.starRating:not(old) > label:before{
    content         : '';
    display         : block;
    width           : 1.5em;
    height          : 1.5em;
    background      : url('../images/star-on.svg');
    background-size : contain;
    opacity         : 0;
    transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
    opacity : 1;
}
.bkg_golden
{
	background-color:#FC0;
}
.bkg_white
{
	background-color:white;
}
.bkg_yellow{
	background-color:#FF0;
}
.bkg_lightpurple{
	background-color:#ad33c5;
}
.bkg_purple{
	background-color:#9a258f;
}
.bkg_graypurple{
	background-color:#FBF7FF;
}