html, body{
	font-family: 'Roboto', sans-serif;
    font-size: 100%;
	background-color: #fff;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	background:#011D4A!mportant;
}
.blinking{
    animation:blinkingText 3s infinite;
}
@keyframes blinkingText{
    10%{
		color: transparent;
	}
}

.inner-block
{
    min-height: 80vh;
}
a:focus, a:active, a:hover ,a.dropdown-toggle{
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	text-decoration:none;
}
a {
    background-color:none;
}
body p{
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5 {
    	font-family: 'Montserrat', sans-serif;
}
a {
  color: #008DE7;
  font-weight:400;
}
a:hover { transition: all 200ms ease-in-out; }

.page-container {
  min-width: 1260px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0px auto;
}
/* logo------------------*/
.logo-w3-agile {
    float: left;
    width: 24.25%;
    text-align: center;
}

.logo-w3-agile img{
    height: 50px;
    width: 170px;
}
/* logo-end-----------------*/

/*start search---------------------*/

.w3layouts-left {
    float: left;
    width: 24.25%;
    margin-top: .5em;
    background-color: #fff;
}

.w3-search-box {
    float: left;
    width:100%;
	position: relative;
    z-index: 1;
    display: inline-block;
    border:1px solid #fff;
}

.w3-search-box input[type="text"] {
    outline: none;
    background: #fff;
    width: 88%;
    margin: 0;
    z-index: 10;
    font-size: 0.9em;
    color: #7A7B78;
    padding: 0.5em 0.5em;
    border: none;
    -webkit-appearance: none;
    display: inline-block;
}
.w3-search-box input[type="submit"] {
    background: url(../images/search.png)no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
   vertical-align: text-top;
    border: none;
    outline: none;
}
::-webkit-input-placeholder{
   color:#7A7B78 !important;
}
/*--search-ends -----------------------*/

/*--profile-details --*/
.profile_details {
    float: left;
    width: 24.25%;
    text-align: center;
}

.profile_details_drop .fa.fa-angle-up{
	display:none;
}
.profile_details_drop.open .fa.fa-angle-up{
    display:block;
	color:#fff ! important;
}
.profile_details_drop.open .fa.fa-angle-down{
	display:none;
	color:#fff ! important;
}

/*--profile-details-end--*/

/*--header --*/
.header-main {
    padding:.5em;
	background:#333333;
	 box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

li.breadcrumb-item i.fa.fa-angle-right {
    font-size: 25px;
    padding: 0 8px;
    color: #000;
	vertical-align: middle;
}
.breadcrumb > li {
    color: green! important;
    font-size: 16px ! important;
    vertical-align: middle ! important;
}
/*--copyrights start here--*/
.copyrights {
    padding: .5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    background: #333333;
}
.copyrights p {
    font-size: 1em;
    color: #fff;
    margin-bottom: 0;
}
.copyrights p a{
    color: #1b93e1;
}
.copyrights p a:hover{
    color:#696969;
}

/*--copyrights end here--*/

/*----our partner start here--*/
.portlet .row{
    padding: 10px;
}

.portlet-grid-page{
    font-size: 23px;
    font-weight: 600;
    padding: 13px;
    color:#000;
    background-color: skyblue;
    margin-bottom: 1em;
}

.portlet-grid {
    padding: 0px;
    height: 280px;
    float:left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;    
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.portlet-grid .panel-heading .panel-title span{
    font-weight: 600 !important; 
    padding-left: 10px;
}

.panel-body{
    text-align: justify;
}

.btn-pad{
    padding: 1em;
}

.btn-pad .btn{
    border-radius: 10px; 
}

/*--our partner end here--*/

/*-----buy now----------*/

.pro-head h2 {
    font-size: 2em;
    background-color: #33929b;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin:0em 0em 1em 0em;
    font-family: 'Carrois Gothic', sans-serif;
}
.pro-head1 h2 {
    font-size: 2em;
    background-color: #e60000;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin:0em 0em 1em 0em;
    font-family: 'Carrois Gothic', sans-serif;
}

.project-eff{
    cursor: pointer;
}

.project-eff a img{
    height:50px;
    width:50px;
}

.project-eff h4{
    font-size: .8em;
    font-weight: 100;   
    color: #000;
    margin-bottom: 0.5em;
    font-family: 'Carrois Gothic', sans-serif;
}

.project-eff:hover{
    background-color: #33929b;
    font-size: .8em;
    color: #000;
    margin-bottom: 0.5em;
    font-family: 'Carrois Gothic', sans-serif;
}
.project-eff:hover a img{
    height:60px;
    width:60px;
    padding-top: 5px;
}
 
.project-eff:hover h4{
    font-size: 1.5em;
    color: #fff !important;
    padding-bottom: 10px;
}

.project1-eff{
    cursor: pointer;
}

.project1-eff a img{
    height:50px;
    width:50px;
}

.project1-eff h4{
    font-size: .8em;
    font-weight: 100;   
    color: #000;
    margin-bottom: 0.5em;
    font-family: 'Carrois Gothic', sans-serif;
}

.project1-eff:hover{
    background-image: linear-gradient(to right, #852990 , #d9098c);
    font-size: .8em;
    color: #000;
    margin-bottom: 0.5em;
    font-family: 'Carrois Gothic', sans-serif;
}
.project1-eff:hover a img{
    height:60px;
    width:60px;
    padding-top: 5px;
}
 
.project1-eff:hover h4{
    font-size: 1.5em;
    color: #fff !important;
    padding-bottom: 10px;
}

.godigit-eff{
    cursor: pointer;
}

.godigit-eff .image
{
    border-radius: 50%;
    border: 3px solid #fff;
    padding: 20px;
    height: 100px;
    width: 100px;
    background: #fff;
}
.godigit-eff .image img{
    height:30px;
    width:60px;
}

.godigit-eff .image span{
    font-weight: 700;
    color: #636363;
    font-family: 'Carrois Gothic', sans-serif;
}

.godigit-eff .image:hover {
    border-radius: 50%;
    border: 3px solid #ffcc33;
}
 
.godigit-eff .image:hover span{
    color: #e8b314 !important;
}

img.gogif{
    height: 100%;
    width: 100%;
}

.gogifheading{
    font-size: 1.8em;
    color:#444444;
    font-weight: 600;
}



/*-----buy now end----------*/

/*-----account----------*/

.account_headding{
    background-color:skyblue;
    padding:13px;
    font-size:19px;
    font-weight:500;
}

.account_form{
    padding:30px 0px 30px 0px;
    background-color:#fff;
}

/*-----account-end---------*/

/*-----broucher----------*/

.broucher_tr{
    padding:15px;
    margin-right:70px;
    background-color:#3C8DBC;
    color:#fff;
}

.broucher_td{
    padding:10px;
    margin-right:70px;
    background-color:white;
}
/*-----broucher end----------*/

/*-----google----------*/


/*-----google end----------*/


.left-content {
    float: right;
    width: 87%;
}
a.sidebar-icon:hover{
	color:#1b93e1;
}
.page-container.sidebar-collapsed {
  transition: all 100ms linear;
  transition-delay: 300ms;
}

.page-container.sidebar-collapsed .left-content {
   float: right;
   width: 97%;
}
.page-container.sidebar-collapsed-back {
    transition: all 100ms linear;
}
.page-container.sidebar-collapsed-back .left-content {
  transition: all 100ms linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
	float: right;
    width:87%;
	padding: 0 2em;
}
 .left-content {
    width:87%;
	padding: 0 2em;
}
.page-container.sidebar-collapsed .sidebar-menu {
  width: 65px;
  transition: all 100ms ease-in-out;
  transition-delay: 300ms;
}
.page-container.sidebar-collapsed-back .sidebar-menu {
  width: 230px;
  transition: all 100ms ease-in-out;
}
.page-container.sidebar-collapsed .sidebar-icon {
   transform: rotate(90deg);
   transition: all 300ms ease-in-out;
   margin-right: 0em;
    margin-top: -8px;
	color: #fff;
    background: #1b93e1;
    border-radius: 0;
}
.page-container.sidebar-collapsed-back .sidebar-icon {
  transform: rotate(0deg);
  transition: all 300ms ease-in-out;
}
.page-container.sidebar-collapsed .logo {
  padding: 21px 0;
  height: 63px;
  box-sizing: border-box;
  transition: all 100ms ease-in-out;
  transition-delay: 300ms;
}
.page-container.sidebar-collapsed #logo {
    opacity: 0;
    transition: all 200ms ease-in-out;
    display: none;
}
.page-container.sidebar-collapsed .down {
    display: none;
}
.page-container.sidebar-collapsed-back #logo {
  opacity: 1;
  transition: all 200ms ease-in-out;
  transition-delay: 300ms;;
}
.page-container.sidebar-collapsed #menu span {
  opacity: 0;
  transition: all 50ms linear;
}
.page-container.sidebar-collapsed-back #menu span {
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 300ms;
}
.sidebar-menu {
    overflow:hidden; 
    position: fixed;
    float: left;
    width: 230px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:#333333;
    color: #aaabae;
    box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
	-o-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
	-webkit-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
	-moz-box-shadow: 0px 0px 10px 0px rgb(58, 41, 31);
   z-index: 999;
}
label.col-sm-2.control-label {
    font-size: 16px;
    margin-top: 0px;
}
#menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
#menu li {
  position: relative;
  margin: 0;
  border-bottom:1px ridge rgba(255, 255, 255, 0.04);
  padding: 0;
  padding: 0;
}

#menu li a {
	font-style: normal;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 13px 20px;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
    background-color: #333333;
    font-size:0.9em;
    font-family: 'Roboto', sans-serif;
	border:none;
	border-left: 4px solid #333333;
}
#menu li a:hover {
  color: #ffffff;
  background-color:#1b93e1;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
   border-left: 4px solid #4A4A4A;
}
#menu li.active > a {
  background-color: #2b303a;
  color: #ffffff;
}
#menu ul li {
    background-color: #333333;
}
#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


li#menu-mensagens,li#menu-arquivos {
background-color:#00C6D7!important;
}


#menu .fa { margin-right: 5px; }

.logo1 {
    width: 100%;
    padding: 15px 14px 15px;
    box-sizing: border-box;
    background: #337ab7;
    text-align: center;
}
.sidebar-icon {
    margin-top: -2px;
    border: 1px solid #337ab7;
    text-align: right;
    line-height: 1;
    font-size: 19px;
    padding: 5px 10px;
    border-radius: 0px;
    color: #1b93e1;
    background: #fff;
    float: none;
}
ul#menu i {
    font-size: 1.1em;
    margin-right: 6px;
    width: 10%;
    float: left;
    padding-top: 2px;
}
ul#menu-academico-sub {
    z-index: 999;
}
li#menu-academico{
 z-index: 999;
}


.fa-html5 {
  color: #fff;
  margin-left: 50px;
}
.menu {
    text-align: left;
}
/*----*/




/*-- status --*/
.contain {
	width: 100%;
	margin: 0 auto;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none !important;
}
span.logo-clr{
	color:#fdbb30;
}
.page-container.sidebar-collapsed-back #menu span.fa.fa-angle-right{
	position: absolute;
    top: 0px;
    right: 20px;
}

/********* profile details **********/
ul.dropdown-menu.drp-mnu i.fa {
    margin-right: 0.5em;
}
ul.dropdown-menu {
    padding: 0;
    min-width: 230px;
    top:101%;
}
.dropdown-menu > li > a {
    padding: 3px 15px;
	font-size: 1em;
}
i.fa.fa-angle-down{
	color:#fff ! important;
}
.profile_details_drop a.dropdown-toggle {
    display:block;
	padding:0em 3em 0 1em;
}
.profile_img span.prfil-img{
	float:left;
}
.user-name{
	 float:left;
	 margin-top:7px;
	 margin-left:11px;
	 height:35px;
}
.profile_details ul li{
	list-style-type:none;
	position:relative;
}
.profile_details li a i.fa {
    position: absolute;
    top: 34%;
    right: 8%;
    color: #1b93e1;
    font-size: 1.6em;
}
.profile_details ul li ul.dropdown-menu.drp-mnu {
    padding: 1em;
    min-width: 190px;
    top: 122%;
    left:0%;
}
ul.dropdown-menu.drp-mnu li {
    list-style-type: none;
    padding: 3px 0;
}
.user-name p{
	font-size:1em;
	color:#fff;
	line-height:1em;
	font-weight:700;
}
.user-name span {
    font-size: 16px;
    font-style: italic;
    color: #fff;
    font-weight: normal;
    margin-top: .3em;
}
.profile_details ul {
    padding: 0px;
}
/*--header strip end here-*/
/*--header --*/
/*---four-grids-----*/ 
.four-agileits {
    background: #ff4a43;
    text-align: center;
    padding: 2em 0;
	border-radius: 15px;
}
.four-agileinfo {
    background: #22beef;
    padding: 2em 0;
    text-align: center;
	border-radius: 15px;
}
.four-w3ls {
    background: #a2d200;
    padding: 2em 0;
    text-align: center;
	border-radius: 15px;
}
.four-wthree {
    background: #8e44ad;
    padding: 2em 0;
    text-align: center;
	border-radius: 15px;
}
.four-grid:nth-child(1) {
    padding-left: 0;
}
.four-grid:nth-child(4) {
    padding-right: 0;
}
.four-grids {
    margin: 2em 0;
}
.four-grid i.glyphicon {
    color: #fff;
    font-size: 32px;
}
.four-grid h3 {
    font-size: 20px;
    color: #fff;
    margin: 14px 0;
}
.four-grids h4 {
    font-size: 30px;
    color: #fff;
    margin: 0;
}
.four-grid {
	transition: all 0.25s ease; 
}
.four-grid:hover {
	transform: translateY(-4px) scale(1.08);
	box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
	z-index: 999;
	padding: 0 0 0 0;
	border-radius: 15px;
}
/*---//four-grids-----*/ 

.p-r-20 {
    padding-right: 20px!important;
}
.p-l-20 {
    padding-left: 20px!important;
}
.p-b-10{
    padding-bottom: 10px !important;
}
.m-0 {
    margin: 0!important;
}

.f-300 {
    font-weight: 300!important;
}
.m-t-20 {
    margin-top: 20px!important;
}
.text-right {
    text-align: right;
}
.p-15 {
    padding: 15px!important;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}
/*---errorpage-----*/
.main {
    background: #3b8fc5;
    min-height: 794px;
}
.main p {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #ffffff;
    line-height: 32px;
    padding-top: 10px;
}

.image {
	width: 30%;
	float: left;
	margin-top:40px;
}
.image img{
	width:100%;
}
.text {
    width: 64%;
    float: left;
    padding: 5em 0em 3em 0em;
}
.text a{
	color:#000;
	text-decoration:undrline;
}
.text a:hover{
	color:#003b64;
	text-decoration:underline;
}
.main h1 {
    font-size: 70px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #ffffff;
    font-weight: 700;
}
.agileits_main_grid_right {
    float: right;
    margin: 1.2em 0 0;
}
.agileits_main_grid_left {
    float: left;
}
.wthree {
    background: #000;
    padding: 1em;
}
.back a {
    display: block;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    padding-top: 6px;
    text-align: center;
    margin: 2em 0 0;
}

.back a:hover {
    
    color: #000;
    
}
.w3l-txt {
    margin: 6.5em 0;
}
/*---- responsive-design -----*/
@media(max-width:1336px){
.main h1 {
    font-size: 66px;
}
.main p {
    font-size: 18px;
}
}
@media(max-width:1280px){
.main h1 {
    font-size: 62px;
}
}
@media(max-width:1024px){
.main h1 {
    font-size: 56px;
}
.w3l-txt {
    margin: 1em 0;
}
}
@media(max-width:800px){
.text {
    width: 70%;
    padding: 3em 0em 3em 0em;
}
.main h1 {
    font-size: 52px;
}
p {
    font-size: 16px;
}
}
@media(max-width:768px){

}
@media(max-width:736px){
	
	.main h1 {
    font-size: 48px;
}
}
@media(max-width:667px){
	
	.main h1 {
    font-size: 43px;
    
}
.text {
    padding: 3em 0em 1em 0em;
}
}
@media(max-width:640px){
.main h1 {
    font-size: 40px;
}
.main p {
    line-height: 26px;
}
}
@media(max-width:600px){
.main h1 {
    font-size: 37px;
}
	
}
@media(max-width:568px){
	.main p{
		font-size:16px;
	}
	
	.main h1 {
    font-size: 34px;
}
.back a {
    font-size: 1em;
    padding-top: 8px;
}
}
@media(max-width:480px){
.main h1 {
    font-size: 32px;
}
.text {
    padding: 3em 0em 0em 0em;
}
}
@media(max-width:414px){
	.text{
		width:100%;
		float: none;
	}
	
	.text {
    padding: 2em 0em 0em 0em;
}
.image {
    width: 60%;
    float: none;
    margin: 16px auto;
}

}

@media(max-width:320px){
.agileits_main_grid_left h1 {
    font-size: 1.8em;
}
.main h1 {
    font-size: 28px;
	margin-bottom:0;
}
.main p {
    font-size: 14px;
	line-height:24px;
}

.back a {
    padding-top: 0px;
}
.text {
    padding: 1em 0em 0em 0em;
}
}
/*---//errorpage-----*/
ul.bt-list {
    padding: 0;
}
/*---signin-----*/
.main-wthree{
		background-image: linear-gradient(to right, #1b5778,#1f759d);
		min-height:794px;
}
span.prfil-img img {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
}
.main-wthree h2 {
    font-size: 30px;
    color: #FFF;
    margin-bottom: 2em;
    letter-spacing: 3px;
	text-align:center;
}
.main-wthree form span {
    width: 29%;
    float: left;
    background: #005377;
    padding: 10.2px 10px;
    position: relative;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.main-wthree form span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -11px;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #005377;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    top: 14px;
}
.main-wthree input.name {
	width: 71%;
	padding:10px 10px 10px 15px;
	border: none;
	outline: none;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 35px;
	float:left;
}

.main-wthree input.password {
	width: 71%;
	padding:10px 10px 10px 15px;
	border: none;
	outline: none;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 35px;
	float:left;
}
.rem-for-agile{
	width:50%;
	float:right;
	text-align:right;
	font-size:13px;
	color:rgb(238, 223, 179);
}
.rem-for-agile a{
	color:rgb(238, 223, 179);
	margin-top:3px;
	display:inline-block;
	padding-left:18px;
}
.rem-for-agile a:hover{
	color: #fff;
}
.main-wthree input[type="checkbox"] {
    margin: 10px 5px 0px 0px;
    vertical-align: sub;
}
.login-w3 {
    width: 50%;
    float: left;
    text-align: left;
}
.main-wthree input[type="submit"]{
	background-color:#005377;
	color:#fff;
	padding:11px;
	outline: none;
	border:none;
	font-size: 17px;
	width:50%;
	cursor:pointer;
	margin-top:5px;
		transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.main-wthree input[type="submit"]:hover{
	background:green;
}

.sin-w3-agile {
    padding: 8em 0 0;
    margin: 0 auto;
    width: 50%;
}

@media screen and (max-width: 1440px) {
	.main-wthree form span {
		font-size:14px;
		padding:10.5px 10px;
	}
    
}
@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1080px) {
.sin-w3-agile {
    width: 59%;
	padding: 3em 0 0;
}
.main-wthree {
    min-height: 675px;
}
}
@media screen and (max-width: 991px) {
.sin-w3-agile {
    width: 77%;
}
.main-wthree {
    min-height: 600px;
}
}

@media screen and (max-width: 800px) {

.main-wthree {
    min-height: 929px;
}
}
@media screen and (max-width: 768px) {
.main-wthree input.name {
		width: 70%;
		
	}
	.main-wthree input.password{
		width: 70%;
	}
	.main-wthree form span {
		width: 30%;
	}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }
    
	}
@media screen and (max-width: 736px) {
	.main-wthree h2 {
		font-size: 28px;
		letter-spacing: 2px;
	}
	.main-wthree {
    min-height: 530px;
}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }

}
@media screen and (max-width: 667px) {
.main-wthree input.name {
		width: 67%;
		
	}
	.main-wthree input.password{
		width: 67%;
	}
	.main-wthree form span {
		width: 33%;
	}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }
}
@media screen and (max-width: 640px) {
.main-wthree input.name {
		width: 66%;
		
	}
	.main-wthree input.password{
		width: 66%;
	}
	.main-wthree form span {
		width: 34%;
	}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }
}
@media screen and (max-width: 600px) {
.main-wthree input.name {
		width: 63%;
		
	}
	.main-wthree input.password{
		width: 63%;
	}
	.main-wthree form span {
		width: 37%;
	}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }
}
@media screen and (max-width: 568px) {

.main-wthree input.name {
		width: 61%;
		
	}
	.main-wthree input.password{
		width: 61%;
	}
	.main-wthree form span {
		width: 39%;
	}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }
}
@media screen and (max-width: 480px) {
	.main-wthree input[type="submit"] {
		margin-top:8px;
	}
	.sin-w3-agile {
    width: 80%;
}
.main-wthree {
    min-height: 600px;
}
	.main-wthree form span {
		width: 45%;
	}
	.main-wthree input.name {
		width: 55%;
		padding: 9px 9px 9px 15px;
	}
	.main-wthree input.password{
		width: 55%;
		padding: 9px 9px 9px 15px;
	}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }
}
@media screen and (max-width: 414px) {
	.main-wthree form span {
		font-size: 12px;
	}
	.main-wthree input.name {
		width: 55%;
		padding: 9px 9px 9px 15px;
	}
	.main-wthree input.password{
		width: 55%;
		padding: 9px 9px 9px 15px;
	}
	
	.main-wthree {
    min-height: 672px;
}
	.main-wthree form span {
		width: 45%;
	}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }
}

@media screen and (max-width: 384px) {
.main-wthree form span {
    width: 51%;
}
.main-wthree input.name {
		width: 49%;
	}
	.main-wthree input.password{
		width: 49%;
	}
	.main-wthree input[type="submit"] {
    width: 71%;
	}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }
}

@media screen and (max-width: 375px) {
	.main-wthree h2 {
		font-size: 24px;
	}
	.main-wthree form span{
		padding-left:5px;
	}
.sin-w3-agile {
    width: 90%;
}
.main-wthree form span {
    width: 45%;
}
.main-wthree input.name {
		width: 55%;
	}
	.main-wthree input.password{
		width: 55%;
	}
.main-wthree {
    min-height: 603px;
}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }
}
@media screen and (max-width: 320px) {
	.main-wthree h2 {
		font-size: 19px;
		letter-spacing:1px;
		padding-top:25px;
	}
	.main-wthree form span {
		font-size: 11px;
	}
	.rem-for-agile{
		font-size:11px;
	}
	.main-wthree input[type="submit"] {
		padding: 9px;
		font-size: 16px;
		width: 60%;
		margin-top:10px;
	}
	.main-wthree {
    min-height: 504px;
}
.main-wthree form span {
    width: 51%;
}
.main-wthree input.name {
		width: 49%;
	}
	.main-wthree input.password{
		width:49%;
	}
	.sin-w3-agile {
    padding: 0em 0 0;
}
    .portlet-grid{
        height: auto;
    }
    .account_form{
        padding:20px;
    }
}
ul.bs-glyphicons-list {
    padding: 0;
}
/*---//signin-----*/
.breadcrumb {
    padding: 8px 15px ! important;
    margin: 20px 0 ! important;
    background-color: #ffffff ! important;
    border-radius: 0 ! important;
}

/*---responsive 1600px-----*/
@media (max-width:1600px){
	.left-content {
		float: right;
		width: 86%;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width: 86%;
	}
	.page-container.sidebar-collapsed .left-content {
		float: right;
		width: 96%;
	}
}
/*---responsive 1440px-----*/
@media (max-width:1440px){
	.left-content {
		float: right;
		width: 84%;
	}
	.stay-left {
		float: left;
		width: 74%;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width: 84%;
	}
	
}
ul.bt-list li a {
    padding: 1em 2.5em 1em 1em;
}
}
/*---responsive 1366px-----*/
@media (max-width:1366px){


	
.button-sizes {
    padding: 28px 26px;
}
}
/*---responsive 1280px-----*/
@media (max-width:1280px){
	.left-content {
		float: right;
		width: 83%;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width: 83%;
	}
	
.w3-search-box input[type="text"] {
    width: 85%;
}
.profile_details_drop a.dropdown-toggle {
    padding: 0em 1em 0 1em;
}
.profile_details li a i.fa {
    font-size: 1.6em;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.button-sizes {
    padding: 28px 14px;
}
.button-states-top-grid {
    padding: 28px 14px;
}
.hover-buttons {
    padding: 28px 14px;
}
.icon-box {
    float: left;
    width: 33.33%;
}
}
/*---responsive 1080px-----*/
@media (max-width:1080px){
	.page-container {
		min-width: 1032px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.page-container.sidebar-collapsed .left-content {
		float: right;
		width: 94%;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width: 78%;
	}
	.left-content {
		float: right;
		width: 78%;
	}
	.logo-w3-agile h1 {
    font-size: 27px;
}
.w3-search-box input[type="text"] {
    width: 78%;
}
.w3layouts-left {
    padding: 0.73em;
}

.profile_details_drop a.dropdown-toggle {
    padding: 0em 0em 0 0em;
}
.profile_img span.prfil-img {
    width: 29%;
}
.profile_details li a i.fa {
    right: -7%;
}
span.prfil-img img {
    width: 40px;
    height: 40px;
}
.user-name p {
    margin-bottom: 0;
}
.user-name span {
    font-size: 13px;
}
.profile_details {
    padding: 0.28em 1em;
}
.wthree-crd {
    padding-left: 0;
    width: 100%;
    padding: 0;
}

.w3-agile-crd {
    padding-right: 0;
    float: left;
    width: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wthree-pan {
    float: left;
    width: 40%;
}

h4.title, .hightchat-grid1 h3 {
    font-size: 18px;
}
.jqcandlestick-container {
    width: 100%;
    height: 300px;
}
canvas#bar, canvas#line, canvas#pie {
    width: 100% !important;
    height: 270px !important;
}
.main {
    background: #3b8fc5;
    min-height: 675px;
}
.questions h5, .questions h2 {
    font-size: 1.2em;
}
.button-states-top-grid {
    float: left;
    width: 50%;
}
.button-size-grids {
    float: left;
    width: 50%;
	padding-right:0;
}
.hover-buttons {
    width: 100%;
    margin-top: 1em;
	 float: left;
}
.grid-form1 h2, .grid-form1 h3 {
    font-size: 1.5em;
}
}
/*---responsive 991px-----*/
@media (max-width:991px){
	#menu li a {
		padding: 12px 20px;
		font-size: 0.85em;
	}
	.sidebar-menu {
		position: fixed;
		float: left;
		width: 200px;
	}
	.page-container.sidebar-collapsed-back .sidebar-menu {
		width: 200px;
		transition: all 100ms ease-in-out;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width: 81%;
	}
	.left-content {
		float: right;
		width: 81%;
	}
	.page-container {
		min-width: 991px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
.four-grid {
    float: left;
    width: 50%;
}
.four-grid:nth-child(3) {
    padding-left: 0;
	margin-top:2em;
}
.four-grid:nth-child(4) {
     padding-right: 0;
	margin-top:2em;
}
.four-grid:nth-child(2) {
    padding-right: 0;
}
.compose.w3layouts {
    padding: 0;
}
.tab-content-in {
    padding: 0;
}

.w3layouts-char {
    padding: 0;
}
.w3-char {
    padding: 0;
    margin: 1em 0;
}
.w3l-char {
    padding: 0;
}
.w3ls-high {
    padding: 0;
}
.agileits-high {
    padding: 0;
    margin-top: 1em;
}
.main {
    min-height: 929px;
}
.w3l-txt {
    margin: 12em 0 0;
}
.agileits-bnt,.agile-bnt,.w3-agile-bnt,.agileits-w3layouts-bnt,.w3-agileits-bnt,.wthree-bnt,.agileinfo-bnt,.agileits-bnt,.w3layouts-bnt {
    float: left;
    width: 50%;
}

.agileinfo-map {
    margin-bottom: 1em;
}
.icon-box {
    width: 50%;
}
}
/*---responsive 800px-----*/
@media (max-width:800px){
	.page-container {
		min-width:800px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width: 76%;
	}
	.left-content {
		float: right;
		width: 76%;
	}
	.page-container.sidebar-collapsed .left-content {
		float: right;
		width: 93%;
	}
.logo-w3-agile {
    width: 48%;
    margin-right: 4%;
	margin-bottom:1em;
}
.w3layouts-left {
    width: 48%;
	margin-bottom:1em;
}


.profile_details {
    width: 48%;
}
.profile_details li a i.fa {
    right: -2%;
}

.w3-agile-crd {
    width: 100%;
    padding: 0;
}
.wthree-pan {
    width: 100%;
    padding: 0;
}

.w3-search-box input[type="text"] {
    width: 86%;
}

}
/*---responsive 768px-----*/
@media (max-width:768px){
	.page-container {
		min-width:775px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.sidebar-menu {
		position: fixed;
		float: left;
		width: 200px;
	}
	.page-container.sidebar-collapsed-back .sidebar-menu {
		width: 200px;
		transition: all 100ms ease-in-out;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width:76%;
	}
	.left-content {
		float: right;
		width:76%;
	}

/*---responsive 736px-----*/
@media (max-width:736px){
	.page-container {
		min-width:736px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.sidebar-menu {
		position: fixed;
		float: left;
		width: 180px;
	}
	span.name-caret {
    margin: 10px 0px 0px 0px;
    font-size: 1.2em;
	}
	.sidebar-icon {
		margin-top: -2px;
		font-size: 19px;
		padding: 8px 9px;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width: 76%;
	}
	.left-content {
		float: right;
		width: 76%;
	}
	.page-container.sidebar-collapsed .left-content .main-search {
		float: right;
		width: 35%;
		height: 60px;
		padding: 15px 15px 69px 17px;
		position: absolute;
		top: 75px;
		left: 78px;
	}
	.sidebar-menu {
       position:absolute;
	}
	
.w3l-txt {
    margin: 1em 0 0;
}
.main {
    min-height: 480px;
}

}
/*---responsive 667px-----*/
@media (max-width:667px){
	.page-container {
    min-width: 675px;
}

.w3-search-box input[type="text"] {
    width: 82%;
}


}
/*---responsive 640px-----*/
@media (max-width:640px){
	.page-container {
		min-width:650px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.sidebar-menu {
		position: fixed;
		float: left;
		width: 170px;
	}
	.sidebar-icon {
		margin-top: -6px;
		font-size: 19px;
		padding: 6px 7px;
		margin-right: 0px;
	}
	li.dropdown.note a {
		padding: 1.3em 1.8em;
		display: block;
	}
	.left-content {
		float: right;
	    width: 92%;
	}
	.page-container.sidebar-collapsed {
		transition: all 100ms linear;
		transition-delay: 300ms;

	}
	.page-container.sidebar-collapsed .left-content {
		    float: right;
    width: 74%;
	}
	.page-container.sidebar-collapsed-back {
		transition: all 100ms linear;
	}
	.page-container.sidebar-collapsed-back .left-content {
		transition: all 100ms linear;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		float: right;
		width: 92%;
	}
	.page-container.sidebar-collapsed .sidebar-menu {
		 width:180px;	
		transition: all 100ms ease-in-out;
		transition-delay: 300ms;
	}
	.page-container.sidebar-collapsed-back .sidebar-menu {
		width: 65px;
		transition: all 100ms ease-in-out;
	}
	.page-container.sidebar-collapsed .sidebar-icon {
		transition: all 300ms ease-in-out;
		margin-right: 0.1em;
		margin-top: -7px;
		color: #fff;
		background: #1b93e1;
		border-radius: 0;
		transform: rotate(0deg);
	}
	.page-container.sidebar-collapsed-back .sidebar-icon {
		transform: rotate(90deg);
		transition: all 300ms ease-in-out;
		margin-top: -2px;
		font-size: 19px;
		padding: 6px 7px;
		margin: 0px 14px;
	}
	.page-container.sidebar-collapsed .logo {
		padding: 21px 15px;
		height: 63px;
		box-sizing: border-box;
		transition: all 100ms ease-in-out;
		transition-delay: 300ms;
	}
	.logo1 {
	    padding: 21px 0;
		height: 63px;
		box-sizing: border-box;
		transition: all 100ms ease-in-out;
		transition-delay: 300ms;
	}
	span#logo1 {
		display: none;
	}
	.page-container.sidebar-collapsed-back span#logo {
		display:block;
	}
	.page-container.sidebar-collapsed-back .logo {
		width: 100%;
		padding: 13px 14px;
		height:60px;
		box-sizing: border-box;
		transition: all 100ms ease-in-out;
	}
    .page-container.sidebar-collapsed #logo {
	      opacity: 0;
		  transition: all 200ms ease-in-out;
	      display:block;
		  float:left;
	}
	.page-container.sidebar-collapsed .down {
				display:block;
			}
			.page-container.sidebar-collapsed #logo {
				opacity:1;
				transition: all 200ms ease-in-out;
				display:block;
			}
			.page-container.sidebar-collapsed-back #logo {
			  opacity: 1;
			  transition: all 200ms ease-in-out;
			  transition-delay: 300ms;
			  display:block;
			}
			.page-container.sidebar-collapsed-back span#logo{
			  opacity: 1;
			  transition: all 200ms linear;
			  transition-delay: 300ms;
			  display:none;
			}
			.page-container.sidebar-collapsed-back #menu span{
			  display:none;
			}
			.page-container.sidebar-collapsed #menu span {
			  display:block;
			}
			.page-container.sidebar-collapsed #menu span {
					opacity: 1;
					transition: all 50ms linear;
					display: inline-block;
					margin-left: 10px;
				}
				#menu span {
				opacity:0;
				transition: all 50ms linear;
				display: inline-block;
				margin-left: 10px;
			}
			span.fa.fa-angle-right,span.fa.fa-angle-double-right {
				float: right!important;
				position:absolute!important;
				right: 15px!important;
			}
            .sidebar-menu {
				width: 65px;
				transition: all 100ms ease-in-out;
				transition-delay: 300ms;
			}
			.main-search {
			float: right;
			width: 35%;
			height: 60px;
			padding: 9px 10px 67px 10px;
			position: absolute;
			top: 75px;
			left: 75px;
		 }
		.page-container.sidebar-collapsed.main-search {
			float: right;
			width: 35%;
			height: 60px;
			padding: 9px 10px 67px 10px;
			position: absolute;
			top: 75px;
			left: 75px;
		 }
		 .page-container.sidebar-collapsed-back.srch button {
			cursor: pointer;
			background: url('../images/search.png') no-repeat 19px 16px rgba(3, 182, 197, 0.68);
			width: 70px;
			height: 63px;
			display: block;
			border: none;
			outline: none;
			position: absolute;
			top: 0px;
			left: 12%;
		}
	 .sidebar-menu {
          position:absolute;
	  }
	 .page-container.sidebar-collapsed .left-content .srch button {
		cursor: pointer;
		background: url('../images/search.png') no-repeat 25px 15px rgba(3, 182, 197, 0.68);
		width: 80px;
		height: 63px;
		display: block;
		border: none;
		outline: none;
		position: absolute;
		top: 0px;
		left: 32%;
	}
	.page-container.sidebar-collapsed .left-content .main-search {
		float: right;
		width: 35%;
		height: 60px;
		padding: 15px 15px 69px 17px;
		position: absolute;
		top: 75px;
		left: 198px;
	}
	
.w3-search-box input[type="text"] {
    width: 85%;
}

.main {
    min-height: 600px;
}
}
/*---responsive 600px-----*/
@media (max-width:600px){
	.page-container {
		min-width:600px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.page-container.sidebar-collapsed .left-content {
		float: right;
		width: 72%;
	}
	.page-container.sidebar-collapsed-back {
		width:72%;
	}
	
.main {
    min-height: 430px;
}
}
/*---responsive 568px-----*/
@media (max-width: 568px){
	.page-container {
		min-width:568px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.page-container.sidebar-collapsed .left-content .srch button {
		cursor: pointer;
		background: url('../images/search.png') no-repeat 25px 15px rgba(3, 182, 197, 0.68);
		width: 80px;
		height: 63px;
		display: block;
		border: none;
		outline: none;
		position: absolute;
		top: 0px;
		left: 31%;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width: 91%;
	}
	.page-container.sidebar-collapsed .left-content {
		float: right;
		width: 70%;
	}
	li.dropdown.note a {
		padding:1.2em 1.8em;
		display: block;
	}
	span.badge {
		font-size: 10px;
		line-height: 17px;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 10%;
		padding: 2px 0 0;
		left: 67%;
	}
	.logo {
		padding: 18px 0;
		height: 58px;
	}
	.page-container.sidebar-collapsed .left-content .srch button {
		cursor: pointer;
		background: url('../images/search.png') no-repeat 23px 12px rgba(3, 182, 197, 0.68);
		width: 70px;
		height: 60px;
		display: block;
		border: none;
		outline: none;
		position: absolute;
		top: 0px;
		left: 35%;
	}
	
.w3-search-box input[type="text"] {
    width: 83%;
}
.inbox-right {
    padding: 0.8em;
}

}
/*---responsive 480px-----*/
@media (max-width:480px){
	.page-container {
		min-width:480px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	li.dropdown.note a {
		padding: 1.3em 1.2em;
		display: block;
	} 
	
	.page-container.sidebar-collapsed .left-content {
		float: right;
		width: 72%;
	}
	.page-container.sidebar-collapsed-back {
		width: 70%;
	}
	.left-content {
		float: right;
		width: 87%;
	}
	.page-container.sidebar-collapsed .left-content {
		float: right;
		width: 64%;
	}
	.page-container.sidebar-collapseddiv #container10 svg {
      width: 224px!important;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width: 87%;
	}
	.page-container.sidebar-collapsed .sidebar-menu {
		width: 180px;
		z-index: 999999999;
	}
	.page-container.sidebar-collapsed .left-content {
		float: right;
		width: 88%;
	}
	.logo-w3-agile {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
}
.w3layouts-left {
    width: 100%;
    margin-bottom: 1em;
}
.w3-search-box input[type="text"] {
    width: 89%;
}

.profile_details {
    width: 100%;
}
.profile_details li a i.fa {
    right: -2%;
}

.copyrights p {
    font-size: 0.9em;
    line-height: 1.8em;
}

.dropdown-menu {
    left: -74px;
}
.main {
    min-height: 500px;
}
.questions h5, .questions h2 {
    font-size: 1em;
}
.button-states-top-grid {
    width: 100%;
}
.button-size-grids {
    width: 100%;
    padding: 0;
    margin-top: 1em;
}
ul.bt-list li {
    width: 100%;
    margin: 2% 0;
}
.w3l-calendar-left {
    padding: 1em;
    margin: 1em 0;
}
.monthly-day-title-wrap div {
    font-size: 0.85em ! important;
}
.icon-box {
    width: 100%;
}
}
/*---responsive 414px-----*/
@media (max-width:414px){
	.page-container {
		min-width:414px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.left-content {
		float: right;
		width: 85%;
	}
	.page-container.sidebar-collapsed .left-content {
		float: right;
		width: 88%;
	}
	ul.dropdown-menu.two {
		padding: 0;
		min-width: 234px;
		top: 99%;
		left: -177px;
	}
	.page-container.sidebar-collapsed .sidebar-menu {
		width: 180px;
		z-index: 999999999;
	}
	.page-container.sidebar-collapsed .left-content {
		float: right;
		width: 88%;
	}
	.header_top {
		width: 79%;
	}
	.w3-search-box input[type="text"] {
    width: 86%;
}

.four-agileits,.four-agileinfo,.four-w3ls,.four-wthree {
    padding: 1em 0;
}
.four-grid {
    float: left;
    width: 100%;
    padding: 0;
}
.four-grid:nth-child(2) {
    margin: 1em 0;
}
.four-grid:nth-child(3) {
    margin-top: 0em;
}
.four-grid:nth-child(4) {
    margin-top: 1em;
}
.four-grids {
    margin: 1em 0;
}
.text-right {

    font-size: 25px;
}
.m-t-20 {
    margin-top: 7px!important;
}


.main {
    min-height: 672px;
}
.agileits-bnt, .agile-bnt, .w3-agile-bnt, .agileits-w3layouts-bnt, .w3-agileits-bnt, .wthree-bnt, .agileinfo-bnt, .agileits-bnt, .w3layouts-bnt {
    float: left;
    width: 100%;
}

.map iframe {
    height: 200px;
}
.grid-form1 h2, .grid-form1 h3 {
    font-size: 1.3em;
}
}
/*---responsive 384px-----*/
@media (max-width:384px){

	.page-container {
		min-width:384px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.ribbon1 {
		width: 211px;
		height: 80px;
		margin: 0px auto;
		left: -37px;
		top: -29px;
	}
	.ribbon-fold h4 {
		line-height: 75px;
		font-size: 17px;
	}
	.page-container.sidebar-collapsed-back .left-content {
		float: right;
		width: 85%;
	}
	.left-content {
		width: 86%;
	}
	.outter-wp {
		padding: 0.5em 1.5em;
		margin-bottom: 2em;
	}
	.page-container.sidebar-collapsed-back {
		width:86%;
	}
	

.main {
    min-height: 600px;
}
}
/*---responsive 375px-----*/
@media (max-width:375px){
	ul.dropdown-menu.two {
		padding: 0;
		min-width: 234px;
		top: 99%;
		left: -188px;
	}
	ul.dropdown-menu.two.first {
		padding: 0;
		min-width: 234px;
		top: 99%;
		left: -106px;
	}
	.page-container {
		min-width:375px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}


.bs-glyphicons li {
    width: 48%;
	margin:1% ;
}
}
/*---responsive 320px-----*/
@media (max-width:320px){
	.page-container {
		min-width:320px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		margin: 0px auto;
	}
	.outter-wp {
		padding: 0.5em 1em;
		margin-bottom: 2em;
	}
	.left-content {
    width: 87%;
    padding: 0 1em 0 2em;
}
.logo-w3-agile h1 {
    font-size: 24px;
}
.logo-w3-agile {
    padding: 0.5em;
}
.w3-search-box input[type="text"] {
    width: 82%;
}



.m-t-20 {
    margin-top: 20px!important;
}

.text-right {
    font-size: 20px;
}



.dropdown-menu {
    left: -97px;
}
ul.dropdown-menu {
    min-width: 200px;
}


}
/***responsive***/