.adstood-foo{
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 20px 30px;
	border-top: 1px solid #28a7e9;
	border-right: 1px solid #28a7e9;
	color: #28a7e9;
}

body
	{
 		background: #303030;
 		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
section#team {
    background-color: rgba(40, 166, 232, 0.66);
}
	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
/* end h2 */

.address_span{
	padding: 3px 0px !important; 
	display: block;
}

/* start about1 team service1 portfolio contact1 */
#about1, #team, #service1,
#portfolio, #contact1, #feedback1, .footer-nav1
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about1 team service1 portfolio contact1 */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 5px; /*18px*/
		padding-bottom: 5px; /*10px*/
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 0px 0px 0px 0px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 70px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #28A7E9; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	/* z-index: 1000; */
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */
.home_img
	{
		background: url('../images/home-bg.jpg') no-repeat;
		background-size: cover;
		padding-top: 160px;
		padding-bottom: 100px;
		min-height: 650px;
	}
.about_img
	{
		background: url('../images/home-bg-2.jpg') no-repeat;
		background-size: cover;
		padding-top: 160px;
		padding-bottom: 100px;
		min-height: 650px;
	}
.client_img
	{
		background: url('../images/clients.jpg') no-repeat;
		background-size: cover;
		padding-top: 160px;
		padding-bottom: 100px;
		min-height: 650px;
	}	
.product_img
	{
		background: url('../images/products.jpg') no-repeat;
		background-size: cover;
		padding-top: 160px;
		padding-bottom: 100px;
		min-height: 650px;
	}		
.it_sol_img
{
	background: url('../images/it-solution.jpg') no-repeat;
		background-size: cover;
		padding-top: 160px;
		padding-bottom: 100px;
		min-height: 650px;
}
#home h1
	{
		font-weight: 300;
		font-size: 48px;
		padding-bottom: 20px;
	}
#home h1 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}
/* end home */

/* start about1 */
#about1 .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about1 .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #28a6e8;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about1 .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}

#about1{
		background: #202020;
	}

/* end about1 */

/* start team */
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/*Product List Image*/
.list-img{
	float:left;  margin-right: 30px;margin-top: 30px; height: 800px;
}
.list-img1{
	float:left;  margin-right: 30px;margin-top: 30px; height: 350px;
}
.list-img2{
	float:left;  margin-right: 30px;margin-top: 30px; height: 450px;
}
.list-img3{
	float:left;  margin-right: 30px;margin-top: 30px; height: 650px;
}

/*end product list image*/

/* start service1 */
#service1 .col-md-4
	{
		padding: 5px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service1 .col-md-4:hover
	{
		background: #505050;
	}
#service1 .active
	{
		background: #505050;
		padding: 40px;
	}
#service1 .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #28a6e8;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
		margin-right: 10px;

	}

#service1 p{

	margin: 30px 0px;
}
#service1 h4
	{
		color: #fff;
		font-weight: 600;
		padding-top: 27px;
		padding-bottom: 27px;

	}


/* end service1 */


/* start feedback1 */
#feedback1 .col-md-4
	{
		padding: 5px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#feedback1 .col-md-4:hover
	{
		background: #505050;
	}
#feedback1 .active
	{
		background: #505050;
		padding: 40px;
	}
#feedback1 .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #28a6e8;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
		margin-right: 10px;

	}

#feedback1 p{

	margin: 30px 0px;
}
#feedback1 h4
	{
		color: #fff;
		font-weight: 600;
		padding-top: 27px;
		padding-bottom: 27px;

	}


/* end feedback1 */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}


#portfolio{
	background-color: #202020;
}
/* end portfolio */


/*start feedback1*/

#carousel {
position: relative;
width:60%;
margin:0 auto;
}

#slides {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
}

#slides ul {
list-style: none;
width:100%;
height:250px;
margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:100%;
height:250px;
float:left;
text-align: center;
position: relative;
font-family:lato, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
}

 #buttons {
padding:0 0 5px 0;
float:right;
}

#buttons a {
text-align:center;
display:block;
font-size:50px;
float:left;
outline:0;
margin:0 60px;
color:#28a7e9;
text-decoration:none;
display:block;
padding:9px;
width:35px;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #28a7e9;  
}

.quote-phrase, .quote-author {
font-family:sans-serif;
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
height: 200px;
font-size:18px;
color:#FFF;
font-style:italic;
text-shadow:.5px 0px #28a7e9;  
}

.quote-marks {
font-size:25px;
padding:0px 0px 0px;
position:inherit;
color: #28a7e9; 
}

.quote-author {
font-style:normal;
font-size:20px;
color:#28a7e9;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;

}

/*end feedback1*/

/* start contact1 */
#contact1
	{
		background: #202020;
	}
#contact1 .form-control
	{
		background: transparent;
		border: 1px solid #28a7e9;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact1 label
	{
		font-weight: 500;
	}
#contact1 input
	{
		height: 50px;
	}
#contact1 input[type="submit"]
	{
		background: #28a7e9;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact1 input[type="submit"]:hover
	{
		background: transparent;
	}
#contact1 address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact1 address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact1 address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact1 address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #28a7e9;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact1 */

/* start footer-nav */
#footer-nav .col-md-4
	{
		padding: 5px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

#footer-nav .active
	{
		background: #505050;
		padding: 40px;
	}
#footer-nav .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #28a6e8;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
		margin-right: 10px;

	}

#footer-nav p{

	margin: 20px 0px;
}
#footer-nav h4
	{
		color: #fff;
		font-weight: 600;
		padding-top: 27px;
		padding-bottom: 27px;

	}
#footer-nav a{
	color: #fff;
}

#footer-nav a:hover{
	color: #28a6e8;
}

/* end footer-nav */

/* start copyright */
#copyright
	{
		padding: 20px;
		background-color: #202020;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #fff;
		border-color: transparent;
	}

.social-icon .fa{
	color: #28a7e9;
}	
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 32px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	.list-img{
		float:left;  margin-right: 30px;margin-top: 30px; height: auto !important;
	}
	.list-img1{
		float:left;  margin-right: 30px;margin-top: 30px; height: auto !important;
	}
	.list-img2{
		float:left;  margin-right: 30px;margin-top: 30px; height: auto !important;
	}
	.list-img3{
		float:left;  margin-right: 30px;margin-top: 30px; height: auto !important;
	}

	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}

	#feedback1{
		display: none !important;
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
		.list-img{
		float:left;  margin-right: 30px;margin-top: 30px; height: auto !important;
	}
	.list-img1{
		float:left;  margin-right: 30px;margin-top: 30px; height: auto !important;
	}
	.list-img2{
		float:left;  margin-right: 30px;margin-top: 30px; height: auto !important;
	}
	.list-img3{
		float:left;  margin-right: 30px;margin-top: 30px; height: auto !important;
	}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 22px;
		}

	#feedback1{
		display: none !important;
	}	
}
/* end 360 media quires */