:root {
    --blue: #0d035c;
    --lightblue: #f1f5f7;
    --hover1:#e5e2ff;
    --fullwidth: 100%;
  }
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family: 'Poppins', sans-serif;
}
body{

   background-color: #ffffff;
   background-position: center;
   overflow-x: hidden;
    background-size: cover;
}
/*-- banner --*/
.banner{
    background: url(../images/10.png);
    background-position: center;
    
    background-size: cover;

}
.bann{
     background: url(../images/141.jpg) no-repeat 0px 0px;
     background-position: center;
    background-size: cover;
    padding: 1em 0 3em;
}

/*--Welcome section--*/
.time{
	
	font-size: 1.2em;
   margin-left: 0;
	color: #FFFFFF;
 
}
.mnm{
    position: relative;
    font-size: 1.2em;
   margin-left: 0;
	color: #FFFFFF;
}
.wel{
    position: relative;
    font-size: 1.5em;
   margin-left: 0;
	color: Gold;
	
}

.wel a{
        color: gold;
        
      }
      
      /*--//Welcome section--*/
.header {
    border-bottom: 1px ridge rgba(255, 255, 255, 0.29);
    position: relative;
    padding-top: 1em;
    
}
/*--logo--*/
.navbar-header h1 {
    font-size: 2.5em;
    margin: 0;
    display: block;
}
.navbar-header h1 a {
    color: #FFFFFF;
    text-decoration: none;
    padding: .5em 0.5em;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    
}
.navbar-header h1 a span {
    color: #FF9800;
    font-weight: 400;
    font-size: 1em !important;
    text-transform: capitalize;
}

.navbar-header h3 {
    color: #FFFFFF;
    font-size: 1em;
    margin: 0 100px;
    
}

/*--//logo--*/
/*--top-nav--*/
.navbar-default {
    background: none;
    border: none;
	margin: 0;
    display: block;
    
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
    background: none;
}
.navbar-nav > li {
    margin: 0 .2em;
}
.navbar-default .navbar-nav > li > a {
    color: #EFF30F;
    font-size: 18px;
    padding: 1em 0.5em;
    position: relative;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
	color: #FF9800;
}
.navbar-default .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    background: #FF9800;
    height: 3px;
    width: 0;
    left: 0;
    transition: .5s all;
}
.navbar-default .navbar-nav li  a:hover:before,.navbar-default .navbar-nav li a.active:before{
	width: 100%;
}
/*--dropdown--*/

.cd-signin, .cd-signup {
    padding: .6em 1em;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50em;
  }
   .cd-signup{
    background: gold;
    border: none;
  }
  
  
  .cd-signin{
    background: #2f889a;
    border: none;
  }


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #fff; 
  
}
.navbar-nav > li > .dropdown-menu:before { 
  border-bottom: 15px solid #48575a; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 25px;
  top: -15px;
  width: 0;
}
.navbar-nav > li > .dropdown-menu li a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  color: black;
  display: block;  
  opacity: 0.8;
  padding: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-nav > li > .dropdown-menu > li:last-child a {
  border-bottom: medium none;
  
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color:red;  
  text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;  
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: orange;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}


/*--//top-nav--*/

#div1{
   
    margin:0; padding:0;
}
.sidebar-profile {
  
    padding: 25px 50px;
    
}
.sidebar-profile .sidebar-profile-image img {
    width: 120px;
    height: 120px;
}

nav.navigation {
    margin: 10px 0px;
}


/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
padding: 0 20px;
 
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  color: #000;
 
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: var(--hover1)
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 300px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  color: #2874A6;
  position: relative;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  background-color: pink;
  
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
}


/*--dropdown--*/







/*-- welcome --*/
.welcome,.about,.services,.blog,.news,.feedback,.wthree-subscribe,.contact{
    
	padding:4em 0;
}
.w3-welcome-heading h2,.w3-welcome-heading h3{
    
    
    color: #FF9800;
    font-size: 3em;
    margin: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.w3l-welcome-info {
    
    margin: 4em 0 2em 0;
}
/*--//welcome--*/
img.zoom-img {
     transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover{
     transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
.welcome-img {
    overflow: hidden;
    border: 8px solid #E4E4E4;
    margin: 0;
    
}
.w3l-welcome-text p {
    font-size: 1.8em;
    margin: .5em 0 0 0;
    color: red;
    line-height: 1.8em;
    text-align: center;
}
/*-- //welcome --*/

/*-- ab --*/





/*-- about --*/
.about {
    background: #E4E4E4;
}
.w3ls-about-grids{
	margin:4em 0 0 0;
}
.about-right {
    float: right;
   
}

.about-left {
    padding-right: 6em;
}
.about-left h4 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 1em 0;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 800;
}
.about-left p {
    font-size: .875em;
    margin: 0 0 2em 0;
    color: #000;
    line-height: 1.8em;
}
.about-left p span{
	display:block;
	margin:1em 0 0 0;
}
.about-left ul {
    padding: 0;
}
.about-left ul li {
    display: block;
    font-size: .875em;
    color: #999999;
    margin-top: 1em;
}
.about-left ul li  span.glyphicon {
    padding-right: 6px;
}
.about-right img {
    margin: 0px auto;
    
}
/*-- //about --*/






/*-- services --*/

.feature{
  background:url(../images/bg.jpg);
  background-position: center;
    
    background-size: cover;
    padding: 1em 0 0;
}
.agileits-services-grids{
	
    margin:4em 0 0 0;
}
.agileits-services-left h4,.agileits-services-right h4{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 1em 0;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 800;
}
.agileits-services-text p{
	color:#999999;
	font-size:.875em;
	margin:1em 0 0 0;
	line-height:1.8em;
}
.credit-grids{
	margin:2em 0 0 0;
}
.credit-grids h5{
	color: #000;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 1em 0;
    font-size: 1.2em;
    font-weight: 800;
}
.credit-grid{
	float:left;
	width:30%;
}
.credit-grid:nth-child(2){
	margin:0 1em;
}
.credit-grid img{
    width: 55%;
    border: solid 2px #e4e4e4;
}
.credit-grid h6{
	color:#FF9800;
	font-size:1em;
	margin:1em 0;
}
.credit-grid p{
	color:#999999;
	font-size:.875em;
	margin:0;
}
.agileinfo-services-right img{
    width: 100%;
}
.w3-services-grids {
    margin: 4em 0 0 0;
}
.w3l-services-grid{
	text-align:center;
}
.w3ls-services-img i.fa.fa-money,.w3ls-services-img i.fa.fa-credit-card,.w3ls-services-img i.fa.fa-line-chart{
	width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 1.7em;
    background: #dadada;
    padding: .75em 0 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits-services-info h4{
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #000000;
    font-size: 1em;
    margin: 1em 0;
}
.w3l-services-grid:hover div.w3ls-services-img i.fa.fa-money,.w3l-services-grid:hover div.w3ls-services-img i.fa.fa-credit-card,.w3l-services-grid:hover div.w3ls-services-img i.fa.fa-line-chart{
    background: #ff9800;
    padding: 1.2em 0 0 0;
    color: #FFFFFF;
    font-size: 1.2em;	
}
.debit-grids-text p{
	color:#999999;
	font-size:.875em;
	line-height:1.8em;
	margin:1em 0;
}
.agileinfo-services-right h6{
    font-size: .875em;
    margin: 1em 0;
    color: #000;
    line-height: 1.8em;
}
div#design {
    min-height: 250px;
}
.date-text{
	position:relative;
	margin-bottom:1em;
}
.date-text a{
	font-size: .875em;
    margin:0;
    line-height: 1.8em;
    color: orange;
    text-decoration: none;
}
.date-text a:hover{
    color: #ff9800;
}
.date-text p{
    color: #999999;
    font-size: .9em;
    margin: .5em 0;
    line-height: 1.8em;
}
.date-text img{
	padding-left:1em;
}
.services-two-grids{
	border: solid 1px gold;
    padding: 1em;
}



/*-- //services --*/
/*-- blog --*/

div#design1 {
    min-height: 250px;
}
.date-text{
	position:relative;
	margin-bottom:1em;
}
.date-text a{
	font-size: .875em;
    margin:0;
    line-height: 1.8em;
    color: orange;
    text-decoration: none;
}
.date-text a:hover{
    color: #ff9800;
}
.date-text p{
    color: #999999;
    font-size: .9em;
    margin: .5em 0;
    line-height: 1.8em;
}
.date-text img{
	padding-left:1em;
}
.services-two-gridss{

    padding: 1em;
}

.blog{
    background:url(../images/bg1.jpg) no-repeat 0px 0px;
	background-size:cover;
	
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.wthree-blog-grids {
    margin: 4em 0 0 0;
}
.blog-left h4{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 1em 0;
    font-size: 2.5em;
    font-weight: 800;
}
.blog-left ul{
	padding:0;
	margin:1em 0 0 0;
}
.blog-left ul li{
    display: block;
    color: #FFFFFF;
    font-size: .875em;
	margin:.5em 0;
}
.blog-left ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
.blog-left ul li a:hover{
	color:#FF9800;
}
.blog-left ul li a:focus,.blog-right a:focus,.date-text a:focus{
	outline:none;
}
.blog-right a{
	color: #FFFFFF;
    font-size: .875em;
    margin: 0;
    line-height: 1.8em;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.blog-right a:hover{
	color:#FF9800;
}
.blog-right p{
    color: #d8d8d8;
    font-size: .875em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
}
/*-- //blog --*/
/*-- feedback --*/
.feedback{
	background:url(../images/bg3.jpg) no-repeat 0px 0px;
    
}
.agileits-feedback-grids {
    margin: 4em 0 0 0;
}
.feedback-top{
    padding: 1em;
    background: rgba(255, 255, 255, 0.18);
	position:relative;
}
.feedback-top:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 27%;
    width: 0;
    height: 0;
    border-top: 9px solid rgba(227, 227, 227, 0.23);
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    transform: rotate(0deg);
}
.feedback-top p{
	color:blue;
	font-size:.9em;
    font-weight: bold;
	margin:0;
	line-height:1.8em;
}
.feedback-img{
    float: left;
    width: 28%;
}
.feedback-grids {
    margin: 2em auto 0;
    width: 55%;
}
.feedback-img img{
	width:100%;
}
.feedback-info {
    margin: 1em !important;
}
.feedback-img-info{
    float: left;
    width: 65%;
    margin-left: .5em;
}
.feedback-img-info h5{
    color: black;
    font-size: 1em;
    margin: 0;
    font-weight: 600;
}
.feedback-img-info p{
    color: #cecece;
    font-size: .9em;
    margin: 0;
}
/*-- //feedback --*/

/*-- map --*/
.map-grid iframe{
    border: none;
    width: 100%;
    height: 400px;
}
/*-- //map --*/
/*-- contact --*/
.contact-form {
    text-align: right;
}
.agile-contact-grids {
    margin: 4em 0 0 0;
}
.contact input[type="text"],.contact input[type="email"] {
    width: 100%;
    color: #999;
    float: left;
    background: none;
    outline: none;
    font-size: .875em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #e4e4e4;
    -webkit-appearance: none;
    display: inline-block;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: .875em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #e4e4e4;
    min-height: 12em;
    -webkit-appearance: none;
}
.contact input[type="submit"]{
    color: #FFFFFF;
    font-size: .875em;
    border: solid 2px #FF9800;
    padding: .5em 2em;
    text-align: center;
    margin-top: 1em;
    text-decoration: none;
    background: #ff9800;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact input[type="submit"]:hover{
	background: none;
    border: solid 2px #000000;
    color: #000000;
}
.agileits-w3layouts-address-top h5{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 1em 0;
    font-size: 1em;
    font-weight: 800;
	text-transform:uppercase;
}
.agileits-w3layouts-address-top ul{
	padding:0;
	margin:0;
}
.agileits-w3layouts-address-top ul li{
	display:block;
	margin:.5em 0;
	color: #999999;
    font-size: .875em;
}
.agileits-w3layouts-address-top ul li a{
	color: #999999;
	text-decoration:none;
}
.agileits-w3layouts-address-top ul li a:hover{
	color:#FF9800;
}
.agileits-w3layouts-address-top:nth-child(2){
    margin: 2em 0 0 0;
}
/*-- //contact --*/

/*-- //visitor --*/

#success_message{ display: none;}


/*-- footer --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.footer{
    background-size:cover;
	text-align:center;
	padding:10px;
        position: fixed;
        width: 100%;
        bottom: 0;
        background-color: var(--blue);
}
.footer-logo h3 {
    font-size: 2.5em;
    margin: 0;
    display: block;
}
.footer-logo h3 a {
    color: #FFFFFF;
    text-decoration: none;
    padding: .2em 0.5em;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.footer-logo h3 a span {
    color: #FF9800;
    font-weight: 400;
    font-size: 1em !important;
    text-transform: capitalize;
}
.agileinfo-social-grids {
    margin: 2em 0;
}
.agileinfo-social-grids h4{
	color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 1em 0;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
}
.border{
    border-bottom: solid 1px #FFFFFF;
    width: 6%;
    margin: 0 auto;
}
.agileinfo-social-grids ul{
	padding:0;
	margin:0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
}
.agileinfo-social-grids ul li a {
	color: #333;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	color: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk{
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	color: #45668e;
}
.agileinfo-social-grids ul li:nth-child(2){
	margin:.5em 0;
}
.agileinfo-social-grids ul li:nth-child(3){
	margin:0 0 .5em 0;
}
/* .copyright{
	margin:2em 0 0 0;
} */
.copyright p{
	color:#FFFFFF;
	font-size:.875em;
	margin:0;
}
.copyright p a{
	color:#FFFFFF;
	text-decoration:none;
}
.copyright p a:hover{
	color:#FF9800;
}
/*-- //footer --*/





/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1080px){
	.agileits-banner-info {
		width: 80%;
	}
	div#design {
		min-height: 290px;
	}
	.news-right-grid h4 a {
		font-size: .9em;
	}
}
@media(max-width:991px){
	.navbar-default .navbar-nav > li > a {
		padding: 1.8em 0.2em;
	}
	.agileits-banner-info {
		width: 100%;
	}
	.welcome-img img {
		width: 100%;
	}
	.about-right {
		float: none;
		margin-bottom: 1em;
	}
	.about-left {
		padding-right: 1em;
	}
	.w3l-services-grid {
		float: left;
		width: 33%;
	}
	.w3-services-grids {
		margin: 4em 0 2em 0;
	}
	div#design {
		min-height: 235px;
	}
	.w3-agileits-blog-grid:nth-child(2) {
		margin: 3em 0 0 0;
	}
	.news-right-grid {
		float: left;
		width: 33.33%;
	}
	.feedback-grids {
		width: 90%;
	}
	.agile-news-info img {
		width: 100%;
	}
	.agileits-w3layouts-address {
		margin: 2em 0 0 0;
	}
}
@media(max-width:768px){
	.w3layouts-banner-info {
		text-align: center;
		margin-top: 6em;
	}
}
@media(max-width:736px){
	.navbar-default .navbar-toggle {
		border-color: gold;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: red;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    background: rgba(0, 0, 0, 0.71);
		text-align: center;
		border: none;
		position: absolute;
		width: 100%;
		z-index: 9990;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 1em 0;
        
	}
	.agileits-banner-info h3 {
		font-size: 2em;
	}
	.welcome-grids {
		float: left;
		width: 50%;
	}
	.blog-left {
		float: left;
		width: 24%;
	}
	.blog-right {
		float: right;
		width: 75%;
	}
}
@media(max-width:600px){
	.news-right-grid {
		float: none;
		width: 100%;
		padding: 0 1em;
	}
	.news-right-grid:nth-child(2) {
		margin: 1em 0;
	}
}
@media(max-width:568px){
	.w3layouts-banner-info {
		margin-top: 3em;
	}
	.mouse {
	    margin: 5em auto 0;
	}
	.callbacks_tabs {
		top: 106%;
		left: 46%;
	}
}
@media(max-width:480px){
	.agileits-banner-info h3 {
		font-size: 1.5em;
	}
	.agileits-banner-info p {
		width: 93%;
	}
	.banner {
		padding: 1em 0 2em;
	}
	.welcome, .about, .services, .blog, .news, .feedback, .wthree-subscribe, .contact {
		padding: 2em 0;
	}
	.w3l-welcome-info {
		margin: 2em 0 1em 0;
	}
	.w3ls-about-grids {
		margin: 2em 0 0 0;
	}
	.w3-welcome-heading h2, .w3-welcome-heading h3 {
		font-size: 2em;
	}
	.agileits-services-left h4, .agileits-services-right h4 {
		font-size: 1.2em;
	}
	.agileits-services-grids {
		margin: 2em 0 0 0;
	}
	.w3-services-grids {
		margin: 2em 0 2em 0;
	}
	.agileits-services-info h4 {
		letter-spacing: 0px;
	}
	.blog-left {
		width: 30%;
	}
	.blog-right {
		width: 70%;
	}
	.w3ls-news-grids {
		margin: 2em 0 0 0;
	}
	.agileits-feedback-grids {
		margin: 2em 0 0 0;
	}
	.w3-agileits-subscribe-form {
		margin: 2em 0 0 0;
	}
	.agile-contact-grids {
		margin: 2em 0 0 0;
	}
	.wthree-blog-grids {
		margin: 2em 0 0 0;
	}
}
@media(max-width:414px){
	.agileits-banner-info p {
		width: 100%;
	}
	.callbacks_tabs {
		left: 45%;
	}
	.blog-left h4 {
		font-size: 2em;
	}
	.map-grid iframe {
		height: 300px;
	}
	.agileinfo-social-grids {
		margin: 1em 0;
	}
	.copyright {
		margin: 1em 0 0 0;
	}
	.banner {
		background: url(../images/1.jpg) no-repeat -190px 0px;
        background-position: center;
		background-size:cover;
	}
	.navbar-header h1 {
		font-size: 2em;
	}
	.navbar-default .navbar-nav > li > a {
		padding: .5em 0;
	}
	.w3-agileits-blog-grid {
		padding: 0;
	}
	.news-right-grid {
		padding: 0;
	}
	.contact-form {
		padding: 0;
	}
	.agileits-w3layouts-address {
		padding: 0;
	}
}
@media(max-width:384px){
	.agileits-banner-info h3 {
		font-size: 1.3em;
	}
	.credit-grid {
		float: none;
		width: 100%;
		text-align:center;
	}
	.credit-grid img {
		width: 28%;
	}
	.credit-grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3l-services-grid {
		float: none;
		width: 100%;
	}
	.w3l-services-grid:nth-child(2) {
		margin: 2em 0;
	}
	div#design {
		min-height: 280px;
	}
	.blog-left {
		width: 55%;
		float: none;
		margin: 0 0 1em 0;
	}
	.blog-right {
		width: 100%;
		float: none;
	}
	.w3-agileits-blog-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.w3-agileits-subscribe-form input[type="text"] {
		width: 54%;
	}
}
@media(max-width:375px){
	.banner {
		padding: 0em 0 2em;
	}
}
@media(max-width:320px){
	.navbar-header h1 {
		font-size: 1.8em;
	}
	.w3layouts-banner-info {
		margin-top: 2em;
	}
	.agileits-banner-info h3 {
		font-size: 1.1em;
	}
	.callbacks_tabs {
		left: 43%;
		top: 100%;
	}
	.mouse {
		margin: 3.2em auto 0;
	}
	.banner {
		padding: 0em 0 1em;
	}
	.agileits-banner-info p {
		line-height: 1.5em;
	}
	.welcome-grids {
		float: none;
		width: 100%;
	}
	.welcome-grids:nth-child(2) {
		margin: 1em 0 0 0;
	}
	.about-left h4 {
		font-size: 1em;
	}
	.agileits-services-left {
		padding: 0;
	}
	.agileits-services-right {
		padding: 0;
	}
	div#design {
		min-height: 310px;
	}
	.blog-left h4 {
		font-size: 2em;
		margin: 0 0 .5em 0;
	}
	.blog-left {
		width: 70%;
	}
	.agileits-feedback-grids {
		margin: 1em 0 0 0;
	}
	.w3-agileits-subscribe-form input[type="text"] {
		width: 90%;
		padding: .5em;
	}
	button.btn1 {
		padding:.5em 1em;
		margin: 1em 0 0 0;
	}    
	.footer-logo h3 {
		font-size: 2em;
	}
	.mouse {
		height: 40px;
	}
}

/*-- Modify Bootstrap --*/

.check{
	
	color: green;
	font-size: 2em;
	}
.check-head h4,.check-head h3{
    color: blue;
    font-size: 1em;
    margin: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
#studentsTestimonial{
  background-color: #f6f6f6;
  float: left;
  display: inline;
  width: 100%;  
  padding: 60px 0px;
}
.studentsTestimonial_content{
  float: left;
  display: inline;
  width: 100%;
}
.single_stsTestimonial{
  float: left;
  display: inline;
  width: 100%;
  text-align: center;
}
.stsTestimonial_msgbox {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  display: inline;
  float: left;
  margin-bottom: 25px;
  padding: 13px;
  width: 100%;
  position: relative;
}


.stsTestimonial_msgbox:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  bottom: -15px;
  content: "";
  height: 0;
  left: 46%;
  position: absolute;
  width: 0;
}
.stsTesti_img {
  border: 5px solid #dbe2e9;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.stsTestimonial_content{
  float: left;
  display: inline;
  width: 100%;
}
/*-- //Modify Bootstrap --*/

table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}



/*-- //responsive --*/
/* New CSS */

.top-bar img {
    width: 60%;
}
.top-bar {
    background-color: var(--blue);
    padding: 10px;
}
ul li{
    list-style-type: none;
    padding: 0;
}
.sidebar-cols {
    background-color: var(--lightblue);
    height: auto;
    padding: 0;
    box-shadow: 0.15rem 0 1.75rem 0 rgba(33, 40, 50, 0.15) !important;
    width: 13%;
    min-height: 100vh;
}
.dashb {
    padding: 40px;
}
p{
    font-size: 14px;
}
thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 14px;
}
.right-dsh {
    padding: 10px;
    width: 87%;
    background-color: #f7f7f7;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 13px;
}