html, body {
    overflow-x: hidden;
    height: 100%;
}
.maindiv {padding:20px}
body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: IRANSans222, 'Varela Round', sans-serif;
}
* {
	    line-height: 28px;

    font-family: IRANSans222, 'Varela Round', sans-serif;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #392d9d;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    z-index: 222;
	    background: #392d9d;
    background-position: center bottom;
    background-position-y: calc(100% - 100px);
    background-size: 60%;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  height:5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* width */
.carousel::-webkit-scrollbar {
  width: 10px;
height: 90px;
background-color:transparent;
}

/* Track */
.carousel::-webkit-scrollbar-track {
  background: #eaeaea;
  border-top: 2px solid #392d9d;
   border-bottom: 2px solid #392d9d;
}
 
/* Handle */
.carousel::-webkit-scrollbar-thumb {
	background-color:transparent;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-image: url(iconscroll.png);
    background-size: auto 90%;
    background-position: center;
}

/* Handle on hover */
.carousel::-webkit-scrollbar-thumb:hover {

	background-color:transparent;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-image: url(iconscroll.png);
    background-size: auto 90%;
    background-position: center;
}

/* Style the tab */
.tab {
  overflow: hidden;
  padding-bottom:20px;
  text-align:center;
  width: calc(100% + 40px);
  left: -20px;
  position: relative;
  background: #eaeaea;
  top: -20px;
  padding-top: 20px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 12px;
  transition: 0.3s;
  font-size: 17px;
      border-radius: 10px;
	  border:2px solid #392d9d;
	  margin:5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #5448b9;
    color:white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #392d9d;
  color:white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  /*padding: 6px 12px 0px 12px;*/
  border-top: none;
}
.tabcontent img {width:100%}
.carousel{overflow:scroll;overflow-y: hidden;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;}
h2 {
    position: relative;
    z-index: 20000;
    color: white;
    margin-top: 16px;
    padding-left: 0;
    margin-left: 50px;
}
.mainspace {margin-top:60px;}
.mainspace2 {margin-top:20px;}
.sidebarMenuInner > a {text-decoration:none}

@viewport{height:device-height}
@viewport{width:device-width}
@-ms-viewport{height:device-height}
@-ms-viewport{width:device-width}
* {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
			}