@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
	font-family: 'Open Sans',sans-serif;
	/*font-family: 'Roboto';*/
	/*background-image: url(../img/background-banner.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #f0f0f0;
}
a:hover {
	text-decoration: none;
}
.nav.navbar-nav li a {
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 5px 15px;
	background: transparent;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
header.navbar-fixed-top .top-menu {
	background: #0077bd;
}
nav.navbar.menubar {
	margin-bottom: 0px;
	min-height: auto;
}
ul.nav.navbar-nav .open>a, ul.nav.navbar-nav .open>a:focus, ul.nav.navbar-nav .open>a:hover {
	background: transparent;
}
ul.dropdown-menu {
	background: #a9a4a5;
	border: none;
}
ul.nav.navbar-nav ul.dropdown-menu li a {
	text-align: left;
}
ul.nav.navbar-nav ul.dropdown-menu {
	padding: 0px;
	margin: 0px;
}
.nav.navbar-nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}
.logo-brand {
	margin: 7px auto;
	float: left;
}
.logo-brand img {
	width: 100%;
}
header {
	position: relative;
}

.top-header {
	/*background: #e6e6e6;*/
	background-image:url(../img/head_bg.jpg);
	border-bottom: 5px #0072bc solid;
}
.copyright p {
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.footer-bottom {
	background: #0077bd;
}
ul.nav.navbar-nav ul.dropdown-menu li a:hover, .nav.navbar-nav li a:hover {
	background: #0077bd;
}
.header-right h3{
    font-weight: 600;
    color: #0072bc;
    margin: 10px 0px 5px 0px;
    text-align: right;
    font-size: 20px;
}
/* table */	
section#pro-detail{
	padding-top:80px;
}

h3.head-bor {
    color: #0072bc;
    font-size: 22px;
    font-weight: bold;
	border-bottom: 1px solid #e77817;
    display: table;
    padding-bottom: 10px;
	margin-bottom: 25px;
}
h3.head-bor1 {
    color: #0072bc;
    font-size: 22px;
    font-weight: bold;
	border-bottom: 1px solid #e77817;
    display: table;
    padding-bottom: 10px;
	margin-bottom: 25px;
	margin-inline-start: auto;
	color:blue;
	
   
   
    text-align: right;
}
.header-right ul {
  list-style-type: none;
  text-align:right;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table2 {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 30%;
  font-size: 12px;
 
}
.table2 tr { 
    overflow: hidden;
    height: 5px;
    white-space: nowrap;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
table td.bold{
	color:#333;
	font-weight:bold;
}

button {
    border: none;
    padding: 0.6em 1.2em;
    background: #0072bc;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 3px 2px;
    border-radius: 2px;
    margin: 0px auto;
    display: block;
}

#menu-1 .table-responsive, .sidebar-header .table-responsive {
    height: 278px;
    margin-bottom: 10px;
	overflow: scroll;
}

span.close-call-you-icon {
    width: 21px;
    height: 21px;
    background: url(../img/cross-black.png) no-repeat; 
    position: absolute;
    right: 14px;
    top: 16px;
    cursor: pointer;
    background-size: 70%;
}
/*tr:nth-child(even) {
  background-color: #dddddd;
}*/


/*steps bar*/
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}

.filled {
    transform: scaleY(0);
    transform-origin: top center;
    z-index: 1;
    background: #F3F1F3;
    animation: scaleDown 1s ease-in-out;
    animation-fill-mode: forwards;
	padding: 0px 0px 0px 0px;
    /*padding: 10px 5px 10px 0px;*/
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scaleDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}


.back-bot {
    padding: 25px 0px;
	text-align: center;
}

/*sidebar*/

*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

/*.st-content {
	overflow-y: scroll;
	background: #f3efe0;
}*/

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
	margin-top:80px
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	/*background: rgba(0,0,0,0.2);*/
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	bottom: 200px;
	right: 0;
	z-index: 100;
	visibility: hidden;
	width: 90%;
    height: 50%;
    margin: 200px 0px 20px 0px;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 5px 2px 10px 0px #0009;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2, .sidebar-header h2{
    margin: 0;
    padding: 15px 0px;
    color: rgb(0, 114, 188);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 600;
    font-size: 20px;
}

.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}

/* Individual effects */

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	padding: 5px 15px;
}

.st-effect-1.st-menu::after {
	display: none;
}



/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}





/*sidebar end*/




div#homemenu {
	padding: 0;
}
.nav.navbar-nav li:last-child a {
	margin-right: 0px;
}
/*********************************** Mobile Media Query*************/
@media (min-width:320px) and (max-width:767px) {
.navbar-toggle {
	background-color: #0072bb;
	margin-top: 23px;
	margin-right: 0px;
}
nav#sidebar{
	width:305px;
}
.logo-brand {
	width: 200px;
}
.nav.navbar-nav li a {
	color: #0072bb;
	padding: 5px 0px;
	text-align: left;
}
.nav.navbar-nav li a, .container, .fadein {
	width: 100%;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
	width: 25px;
}
.nav-pad {
	padding-left: 0px;
	padding-right: 0px;
}
.menubar ul li a {
	text-align: left;
	font-size: 15px;
	padding: 12px 11px;
	line-height: normal;
}
.menubar #homemenu {
	float: none;
}
.navbar {
	min-height: auto;
}
.nav li, .nav li a {
	float: none;
}
ul.nav.navbar-nav {
	margin-top: 0px;
	float: left;
	padding-left: 30px;
	margin-bottom: 5px;
}
.navbar-collapse {
	padding-left: 0px;
}
div#myCarousel {
	width: 100%;
	margin-bottom: 40px;
}
section#hr-section {
	padding-top: 83px;
}
.navbar {
	position: absolute;
	z-index: 999;
	width: 100%;
	border: 0px;
	left: 0;
	background: #f5f5f5;
}
.fadein p img {
	height: auto;
}
.fadein p{
	position:relative;
	}
	div#myCarousel .carousel-caption h3 {
    font-size: 12px;
}
div#myCarousel .carousel-caption {
    padding-right: 15px;
}
section#module-section {
    padding: 20px 0px 10px;
}

.header-right h3 {
    font-weight: 600;
    color: #0072bc;
    margin: 10px 0px 5px 0px;
    text-align: right;
    font-size: 10px;
}
.logo-brand img {
    width: 60%;
}
.st-menu {
    position: absolute;
    bottom: 420px;
    right: 0px;
    z-index: 100;
    visibility:hidden;
    width: 100%;
    height: 50%;
    margin: 50px 0px 20px 0px;
    background: #cbcbcb;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.butt .btn.btn-primary {
    margin-bottom: 5px;
}
.st-effect-1.st-menu {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
button {
    border: none;
    padding: 0.6em 1.2em;
    background: #0072bc;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 3px 2px;
    border-radius: 2px;
    margin: 0px auto;
    display: block;
}




/*demo*/
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.codrops-header,
.codrops-top {
	font-family: 'Lato', Arial, sans-serif;
}

.codrops-header {
	margin: 0 auto 3em;
	padding: 3em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	color: #aca89a;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
	font-weight: 400;
	background: rgba(255,255,255,0.3);
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.4);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.main {
	max-width: 69em;
	margin: 0 auto;
}

.column {
	width: 100%;
	padding: 0 2em;
	min-height: 0px;
	position: relative;
	text-align: right;
}

.column:nth-child(2) {
	/*box-shadow: -1px 0 0 rgba(0,0,0,0.1);*/
	text-align: left;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.5;
}

button {
	border: none;
	padding: 0.6em 1.2em;
	background: #0072bc;
	color: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
	margin: 0px auto;
    display: block;
}

button:hover {
	background: #004069;
}

.info {
	text-align: center;
	font-size: 1.5em;
	margin-top: 3em;
	clear: both;
	padding: 3em 0;
	opacity: 0.7;
	color: #aca89a;
}

.info a {
	font-weight: 700;
	font-size: 0.9em;
}
div#login-box {
    padding: 5px 0px;
}
#menu-1 .table-responsive {
    height: 290px;
    margin-bottom: 10px;
}
p.OR {
    text-align: center;
    font-weight: 600;
    color: #0072bc;
}

@media screen and (max-width: 46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 0em; 
		text-align: left;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		/*text-align: center;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);*/
	}
}

@media screen and (max-width: 25em) {

	.codrops-header {
		font-size: 80%;
	}

	.codrops-top {
		font-size: 120%;
	}

	.codrops-icon span {
		display: none;
	}

}

button.btn.btn-primary {
    background-color: #0077bd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}


}






/*demo end*/

/*login code*/
#login .container #login-row #login-column #login-box {
  margin-top: 120px;
  max-width: 600px;
  height: 320px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}
div#login-column {
    background: #ddd;
    margin: 50px auto;
    /* padding: 10px 10px; */
}

div#login {
    margin-top: 80px;
}
.text-info {
    color: #0072bc;
}
div#login a.btn.btn-primary.btn-md {
    margin: 0 auto;
    display: table;
}
p.OR {
    color: #0072bc;
    text-align: center;
    font-weight: 600;
}

/*form code*/
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align:left;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc;
}
.acceptbot{
	font-size: 14px; 
	text-align: left;
	 float: left;
}
.col-md-12.accpt-buttn {
    padding: 10px;
    position: relative;
	display:inline;
	text-align:center;
}

/* Sidebar style */
#sidebar {
    width: 1242px;
    position: fixed;
    top: 20%;
	right: -1242px;
   /* height: 100vh;*/
    z-index: 999;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right:  0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlays {
    display: none;
    position: fixed;
    width: 100vw;
      height: 100vh;
   /* background: rgba(0, 0, 0, 0.7);*/
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlays.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 10px 20px 20px 20px;
    background: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}




@media (min-width: 360px) and (max-width: 767px) {
	
	
}
@media (min-width:768px) and (max-width:1024px) {
.container {
	width: 100%;
}
}
@media (min-width:992px) and (max-width:1024px) {
nav#sidebar{
	width: 1008px;
}
}
@media (min-width:768px) and (max-width:991px) {
.container {
	width: 100%;
}
nav#sidebar{
	width: 750px;
}
header {
	width: auto;
}
.menubar ul li a {
	text-align: left;
	font-size: 15px;
	padding: 12px 11px;
	line-height: normal;
}
.nav-pad {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-header {
	float: none;
}
.navbar-collapse {
	padding-left: 0px;
}
.navbar-collapse.collapse.in {
	display: block !important;
}

.st-menu {
    position: absolute;
    bottom: 200px;
    right: 0;
    z-index: 100;
    visibility: hidden;
    width: 100%;
    height: 45%;
    margin: 200px 0px 20px 0px;
    background: #f3f1f3;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.st-menu st-effect-1.table-responsive{
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
   border:0px;
}
li.tl-item.is_completed .b-a {
    border: 1px solid #0072bc;
    /* padding: 5px 5px; */
}

}
 @media (min-width: 768px) {
.navbar-header {
	float: none;
}

}

@media only screen and (min-width : 992px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
 @media screen and (max-width: 768px) {
}

@media (min-width: 992px) {
    .collapsed {
        display: block;
        margin-right: -25%; 
    }
}
#row-main {
    overflow-x: hidden; /* necessary to hide collapsed sidebar */
}

#content {
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
#sidebar1 {
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}