/**
*
* ---------------------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* --------------------------------------------------------------------------- 
*
*/

/* =================================== */
/*	Basic Style 
/* =================================== */

body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: #818181;
}

figure, p, address {
	margin: 0;
}

p {
	line-height: 25px;
}

iframe {
	border: 0;
}

a {
	-webkit-transition: all 0.3s ease-out 0s;
	  -moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
			transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	color: #252525;
}

main > section {
	padding: 70px 0;
}

.btn {
	border-radius: 0;
	border: 0;
	position: relative;
	text-transform: uppercase;
}

.btn-blue {
	background-color: rgba(0,158,227, 0.78);
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	padding: 15px 55px;
	color: #fff;
}

.btn-border {
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 35px;
}

.bg-blue {
	background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	  -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
			transform: translateZ(0);
		 
	-webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		 
	-webkit-transition-property: color;
	  -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		 
	-webkit-transition-duration: 0.3s;
	  -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		 
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	
	-webkit-transform: scaleX(0);
	  -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	  -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	  -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	  -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	  -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #009EE3;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	  -moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
			transform: scaleX(1);
}

.sec-title {
	margin-bottom: 50px;
}

.sec-title.white {
	color: #fff;
}

.sec-title h2 {
	font-size: 36px;
	margin: 0 0 30px;
	padding-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}

.sec-title.white h2 {
	color: #fff;
}

.sec-title h2:after {
	border-bottom: 1px solid #009ee3;
	content: "";
	display: block;
	left: 45%;
	bottom: 0;
	position: absolute;
	width: 115px;
}

.sec-title.white h2:after {
	border-bottom: 1px solid #fff;
}

.parallax {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/**
/*	Preloader
/* ==========================================*/

#preloader {
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

/*Battery*/
.loder-box {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 1px;
  height: 100px;
  left: 50%;
  margin-left: -64px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 128px;
}

.battery{
	width: 60px;
	height: 25px;
	top: 35%;
	border: 1px #2E2E2E solid;
	border-radius: 2px;
	position: relative;
	-webkit-animation: charge 5s linear infinite;
	  -moz-animation: charge 5s linear infinite;
			animation: charge 5s linear infinite;
	margin: 0 auto;
}

.battery:after {
  background-color: #2E2E2E;
  border-radius: 0 1px 1px 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 7px;
  width: 3px;
}

@-webkit-keyframes charge{
	0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
	100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@-moz-keyframes charge{
	0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
	100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@keyframes charge{
	0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
	100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

/**
/*	Header
/* ==========================================*/

#navigation {
	-webkit-transition: all 0.8s ease 0s;
	  -moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
			transition: all 0.8s ease 0s;

	background-color: rgba(0,0,0,.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	padding: 5px 0;
}

#navigation.animated-header {
	padding: 20px 0;
}

h1.navbar-brand {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

/*=================================================================
	Home Slider
==================================================================*/

#home-slider {
	position: relative;
	padding: 0;
}

.sl-slider-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

.slide-caption {
	color: #fff;
	display: table;
	height: 100%;
	left: 0;
	min-height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 11;
	background: url(../img/slide_bg.png) repeat scroll 0px 0px transparent;
}

.slide-caption .caption-content {
	vertical-align: middle;
	display: table-cell;
}

.caption-content h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	margin-bottom: 75px;
	text-transform: uppercase;
}

.caption-content > span {
	display: block;
	font-size: 24px;
	margin-bottom: 75px;
	text-transform: capitalize;
}

.caption-content p {
	font-size: 29px;
	margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	content: "";
	position: absolute;
	z-index: -1;

	-webkit-transition: all 0.3s ease-out 0s;
	  -moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
			transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
	color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
	width: 100%;
} */

/* Project laughtbox setup */

.fancybox-item.fancybox-close {
	background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
	height: 50px;
	right: 0;
	top: 0;
	width: 50px;
}

.fancybox-next span {
	background: url("../img/right.png") no-repeat scroll center center #009ee3;
	height: 50px;
	width: 50px;
	right: 0;
}

.fancybox-prev span {
	background: url("../img/left.png") no-repeat scroll center center #009ee3;
	height: 50px;
	width: 50px;
	left: 0;
}

/*=================================================================
	About
==================================================================*/

/* 
#about {
	background-color: #009EE3;
	color: #fff;
}
#about h3 {
	color: #fff;
	margin: 0 0 35px;
	text-transform: uppercase;
}
#about .welcome-block h3 {
	margin: 0 0 65px;
}
#about .welcome-block img {
	border: 3px solid #fff;
	border-radius: 50%;
	margin-right: 35px;
	max-width: 100px;
}
#about .message-body {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 70px;
}
.owl-buttons {
	border: 2px solid #fff;
	display: inline-block;
	float: right;
	padding: 1px 8px 5px;
}
.owl-buttons > div {
	display: inline-block;
	padding: 0 5px;
}
.welcome-message {
	padding: 0 50px;
}
.welcome-message img {
	display: block;
	height: auto;
	max-width: 100px;
	float: left;
}
.welcome-message p {
	font-size: 13px;
	margin-left: 135px;
}
 */

.tabs li a {
	padding: 1.1em;
	font-size: 1.3em;
	/*--W3layouts--*/
	/*-Agileits-*/
	border-right:3px solid #818181;
	color: #818181;
}
.tabs li a span{
   margin-right: 1em;
}
.tabs li a:hover,.tabs li.active a{
	border-right:3px solid #009EE3 !important;
	color: #EEE !important;
	background-color: #009EE3;
}
.tab-content {
	padding-left: 0px;
}
.facts{
	padding-top: 1em;
	text-align: center;
}
.facts p {
	font-size: 1em;
	line-height: 2em;
	padding:  1em 0 0;
}
.facts span{
	font-size: 5.5em;
	color:  #009EE3;
}

.facts .logo{
	width: 300px;
	height: auto;
}

/*=================================================================
	Services
==================================================================*/

#service {
	background-color: #009EE3;
	color: #fff;
}
#service h3 {
	color: #fff;
	margin: 0 0 35px;
	text-transform: uppercase;
}
.service-icon {
	border: 3px solid transparent;
	display: inline-block;
	height: 85px;
	width: 85px;
	line-height: 101px;

	-webkit-transform: rotate(47deg);
	  -moz-transform: rotate(47deg);
		-ms-transform: rotate(47deg);
		-o-transform: rotate(47deg);
			transform: rotate(47deg);

	-webkit-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

.service-item:hover .service-icon {
	border: 3px solid #009ee3;
	margin-bottom: 20px;
	color: #009ee3;
}

.service-icon i {
	-webkit-transform: rotate(-48deg);
	  -moz-transform: rotate(-48deg);
		-ms-transform: rotate(-48deg);
		-o-transform: rotate(-48deg);
			transform: rotate(-48deg);
}

.service-item h3 {
	font-size: 20px;
	text-transform: uppercase;
}

/*=================================================================
	Portfolio
==================================================================*/

/*-- Tabs-Styling --*/

.portfolio-tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.portfolio-tabs nav {
	text-align: center;
}
.portfolio-tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	/*--w3layouts--*/
	/*--agileits--*/
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.portfolio-tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.portfolio-tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2;
	padding: 1em;
	color: #818181;
}
.portfolio-tabs nav a span {
	vertical-align: middle;
	font-size: 1em;
	/*--w3layouts--*/
	/*--agileits--*/
}
.portfolio-tabs nav ul li a:hover, .portfolio-tabs nav ul li a:focus, .portfolio-tabs nav ul li.tab-current a {
	outline: none;
	color: #EEE !important;
	background-color: #009EE3;
}

/*-- Tabs-Styling --*/

/*-- Tabs-Content --*/
.content-wrap {
	position: relative;
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	text-align: center;
}
.content-wrap section.content-current {
	display: block;
}
.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	/*--w3layouts--*/
	/*--agileits--*/
	font-size: 4em;
	line-height: 1;
}

.portfolio-top {
	padding: 0;
}

.portfolio-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.portfolio-grids figure.effect-bubba:hover {
	background: url(../img/icons/slide_bg.png) repeat scroll 0px 0px transparent;
}

.portfolio-grids figure img {
	position: relative;
	display: block;
	width: 100%;
	border: 3px solid #FFF;
}

.portfolio-bottom {
	margin: 2.5em 0;
}

.portfolio-grids figure figcaption {
	padding: 2em;
	/*--w3layouts--*/
	/*--agileits--*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.portfolio-grids figure figcaption h4 {
	color: #FFF;
}

.portfolio-grids figure figcaption::before, .portfolio-grids figure figcaption::after {
	pointer-events: none;
}

.portfolio-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-- //Tabs-Content --*/

/*-- Fallback --*/
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
	display: block;
}
.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

/*figcaption.mask {
	background-color: rgba(54, 55, 50, 0.79);
	bottom: -126px;
	color: #fff;
	padding: 25px;
	position: absolute;
	width: 100%;
	text-align: left;
	
	-webkit-transition: all 0.4s ease 0s;
	  -moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
	bottom: 0;
}

figcaption.mask h3 {
	margin: 0;
	color: #fff;
}

ul.external {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: -47px;
	
	-webkit-transition: all 0.4s ease 0s;
	  -moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
}

ul.external li {
	display: inline-block;
}

ul.external li a {
	background-color: rgba(255, 255, 255, 0.9);
	color: #818181;
	display: block;
	padding: 10px 18px 13px;
	
	-webkit-transition: all 0.5s ease 0s;
	  -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}

ul.external li a:hover {
	background-color: #009EE3;
	color: #fff;
}

.portfolio-item:hover ul.external {
	top: 0;
}*/

.fancybox-skin {
	border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
	padding: 15px;
}

.fancybox-title h3 {
	margin: 0 0 15px;
}

.fancybox-title p {
	color: #818181;
	font-size: 16px;
	line-height: 22px;
}

.fancybox-title-inside-wrap {
	padding-top: 0;
}

/*=================================================================
	Special
==================================================================*/

#skill {
	background-image: url(../img/skill.jpg);
	padding: 0;
	color: #fff;
}

#skill .sec-title h2:after {
	border-bottom: 1px solid #fff;
}

#skill .overlay {
	background-color: rgba(15,155,224, 0.78);
	padding: 70px 0 40px;
}

.spldishes-w3left {
	padding: 3em 2em;
	background-color: #009EE3;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.spldishes-agileinfo:hover .spldishes-w3left {
	background-color: #FFF;
}
.spldishes-agileinfo:hover .spldishes-w3left h5, .spldishes-agileinfo:hover .spldishes-w3left p{
	color: #009EE3;
}
.spldishes-agileinfo h5 {
	font-size: 1.9em;
	line-height: 1.9em;
	color: #fff;
	text-transform: uppercase;
}
.spldishes-w3left p {
	color: #fff;
	line-height: 1.9em;
	font-size: 1em;
}
.spldishes-grids {
	padding: 0;
}
.g1 {
	position: relative;
	display: block;
}  
.agile-dish-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 999;
	background: rgba(5, 5, 3, 0.78);
	padding: 3.5em 0.5em;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transform-style: preserve-3d;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
}
.agile-dish-caption h4 {
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 0.5em;
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.agile-dish-caption h3 {
	font-weight: bold;
	color: #3d3d3d;
}
.agile-dish-caption span {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #cecece;
	font-weight: 300;
	letter-spacing:1px;
}
.g1:hover .agile-dish-caption {
	display: block;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
#owl-demo .item img { 
	width: 100%;
}


/*=================================================================
	Price
==================================================================*/

.text-desc{
	position: absolute;
	left: 0;top: 0;
	background-color:#009EE3;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.port{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
}
.port .text-desc{
	opacity: 0;
	transition: 0.5s;
}
.port .text-desc h6, .port .text-desc p{
	color: #FFF;
}
.port .text-desc h6{
	font-size: 1.5em;
	line-height:1.5em;
	margin-bottom:0.5em;
	font-weight: bold;
}
.port .text-desc p{
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 1.5em;
}
.port.effect-1 img{
	transition: 0.5s;
	position: relative;
	width: 100%;
	left: 0;
}
.port.effect-1:hover img{
	left: 50%;
}
.port.effect-1 .text-desc{
	transform: perspective(600px) rotateY(90deg);
	transform-origin: left center 0;
	width: 50%;
	position: absolute;
	left: 0;top: 0;
	padding: 2em 0.7em;
}
.port.effect-1:hover .text-desc{
	opacity: 1;
	transform: perspective(600px) rotateY(0deg);
	z-index: 99;
}
/*---- responsive-design -----*/

@media(max-width:1280px){
	.port .text-desc p {
		font-size: 0.87em;
		line-height: 1.9em;
	}
	.port .text-desc h6 {
		font-size: 1.4em;
		margin-bottom: 0.2em;
		font-weight: bold;
	}
}
@media(max-width:1080px){
	.port.effect-1 .text-desc {
		padding: 1em 0.5em;
	}
}
@media(max-width:991px){
	.port.effect-1 .text-desc {
		padding: 1em 0.5em;
	}
}
@media(max-width:800px){
	.port.effect-1 .text-desc {
	   padding: 1em 0.5em;
	}
}
@media(max-width:736px){
	.port.effect-1 .text-desc {
		padding: 1em 0.5em;
	}
}
@media(max-width:667px){
	.port.effect-1 .text-desc {
		padding: 1em 0.5em;
	}
}
@media(max-width:600px){
	.port.effect-1 .text-desc {
		padding: 10em 0.5em;
	}
}
@media(max-width:568px){
	.port.effect-1 .text-desc {
		padding: 10em 0.5em;
	}
}
@media(max-width:414px){
	.port.effect-1 .text-desc {
		padding: 10em 0.5em;
	}
}
/*--//responsive-design---*/

.webgldiv {
	width: 100%;
	height: 100%;
}
#WebGL-output {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*.price-table {
	border: 1px solid #e3e3e3;
}

.price-table.featured {
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
	  -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
			box-shadow: 0 4px 5px rgba(0,0,0,0.19);
}

.price-table > span {
	color: #252525;
	display: block;
	font-size: 24px;
	padding: 30px 0;
	text-transform: uppercase;
}

.price-table .value {
	background-color: #f8f8f8;
	color: #727272;
	padding: 20px 0;

	-webkit-transition: all 0.7s ease 0s;
	  -moz-transition: all 0.7s ease 0s;
		-ms-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
			transition: all 0.7s ease 0s;
}

.price-table.featured .value {
	background-color: #009EE3;
	color: #fff;
}

.price-table .value span {
	display: inline-block;
}

.price-table .value span:first-child {
	font-size: 32px;
	line-height: 32px;
}

.price-table .value span:nth-child(2) {
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 25px;
}

.price-table .value span:last-child {
	font-size: 16px;
}

.price-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.price-table ul li {
	border-top: 1px solid #e3e3e3;
	display: block;
	padding: 25px 0;

	-webkit-transition: all 0.7s ease 0s;
	  -moz-transition: all 0.7s ease 0s;
		-ms-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
			transition: all 0.7s ease 0s;
}

.price-table ul li a {
	display: block;
	text-transform: uppercase;
}

.price-table.featured ul li:last-child,
.price-table ul li:last-child:hover {
	background-color: #009EE3;
}

.price-table.featured ul li:last-child a,
.price-table ul li:last-child:hover a {
	color: #fff;
}*/

/*=================================================================
	social
==================================================================*/

#social {
	background-image: url(../img/social.jpg);
	padding: 0;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	position:relative;
}

#social .overlay {
	background: url("../img/slide_bg.png") repeat scroll 0 0 transparent;
}

#social .particals {
	position: absolute;
	padding: 0;
	margin:auto;
	left:0;
	right:0;
}

#social .particals .row {
	margin: auto;
	padding-top: 70px;
}

#particles-js{
  width: 100%;
  height: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#particles-js1{
  width: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#particles-js2{
  width: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
canvas.particles-js-canvas-el{
    height:650px!important;
}

/*=================================================================
	Contact
==================================================================*/

.contact-details h3 {
	border-bottom: 1px solid #008ecc;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.contact-details p {
	line-height: 35px;
	padding-top: 10px;
}

.contact-details p i {
	width: 12px;
	height: 12px;
	margin-right: 20px;
}

/*============================================================
	Footer
==============================================================*/

#footer {
	background-color: #2E2E2E;
	padding: 35px 0;
	color: #818181;
}

#footer a, #footer p {
	font-size: 12px;
	color: #818181;
	font-weight: 500;
}

.footer-content {
	margin: 0 auto;
}



/*============================================================ 
	Responsive Styles
 ============================================================*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

/*about*/
/* 
	#about .welcome-block img {
		margin-bottom: 30px;
	}
 */

/* portfolio */
	figcaption.mask {
		bottom: -151px;
	}
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

/* home slider  */
	.caption-content h2 {
		font-size: 40px;
	}

	.caption-content p {
		font-size: 25px;
	}

	.caption-content strong {
		font-size: 45px;
	}

/* about */
/* 
	.recent-works {
		margin-bottom: 50px;
	}

	.service-item {
		margin-bottom: 50px;
	}
 */

/* portfolio */
	.portfolio-item {
		width: 48%;
	}

	canvas.particles-js-canvas-el {
		height: 200px!important;
	}
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
	}

	.parallax {
		background-position: centet tip !important;
	}

	.sec-title h2 {
		font-size: 25px;
	}

	.sec-title h2:after {
		left: 30%;
	}

/*navigation*/
	.navbar-inverse .navbar-toggle {
		border-color: #fff;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background-color: transparent;
	}

/* slider */
	.caption-content h2 {
		font-size: 18px;
	}

	.caption-content > span {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.caption-content p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.caption-content strong {
		font-size: 22px;
	}

/* about */
/* 
	.recent-works {
		margin-bottom: 85px;
	}

	#about h3 {
		font-size: 18px;
		margin: 0 0 35px !important;
	}

	#about .owl-buttons {
		margin-top: 20px;
	}

	#about .message-body {
		margin-bottom: 45px;
	}

	#about .welcome-block img {
		margin: 0 25px 15px 0;
	}
 */

/* service */
	.service-item {
		width: 100%;
	}

/*portfolio*/
	.portfolio-item {
		margin: 0 auto 10px;
		font-size: 14px;
		width: 280px;
	}

	figcaption.mask {
		bottom: -107px;
		color: #fff;
		padding: 15px;
	}

/* lightbox */
	.fancybox-title h3 {
		font-size: 20px;
	}

	.fancybox-title p {
		font-size: 14px;
	}

/* footer */
	.footer-content {
		width: 100%;
	}

	.footer-social ul li {
		margin: 0 7px;
	}
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.sec-title h2:after {
		left: 38%;
	}
/* home slider */
	.caption-content h2 {
		font-size: 35px;
	}
	.caption-content p {
		font-size: 25px;
	}
	.caption-content strong {
		font-size: 35px;
	}

	canvas.particles-js-canvas-el {
		height: 150px!important;
	}
/*about*/
/* 
	#about .welcome-block h3 {
		margin: 0 0 35px;
	}
 */
/* service */
	.service-item {
		margin: 0 auto 50px;
		width: 55%;
	}
/* portfolio */
	.portfolio-item {
		width: 48%;
	}
	figcaption.mask {
		bottom: -132px;
	}

/* social */
	.social-button li:nth-child(2) {
		margin: 0 50px;
	}
	.social-button li a {
		height: 90px;
		line-height: 96px;
		width: 90px;
	}

/* price */
	.price-table {
		margin-bottom: 50px;
	}

/* contact form */
	.contact-form {
		margin-bottom: 50px;
	}

/* footer */
	.footer-content {
		width: 380px;
	}
}

/*--responsive 2019.11.08 --*/
@media(max-width:480px) {
	.agile-dish-caption {
		padding: 0.5em;
	}
	.agile-dish-caption span {
		font-size: 0.8em;
	}
}

@media(max-width: 1366px){
	.slider-info h4 {
		font-size: 3.8em;
	}
	.callbacks_nav.next {
		right: 46%;
	}
	.slider-info h3 {
		font-size: 1.8em;
	}
	.about.w3layouts-agileinfo, .services, .w3agile-spldishes, #team, section.portfolio-w3ls, .contact_w3agile {
		padding: 4em 0em;
	}
}

@media(max-width: 1280px){
	.callbacks_nav.next {
		right: 45.5%;
	}
	.agile-dish-caption {
		bottom: 30px;
		padding: 3em 0.5em;
	}
}

@media(max-width: 1080px){
	.logo h1 a {
		font-size:0.98em;
		letter-spacing: 0px;
	}
	.w3l_header_right ul li a {
		font-size: 1.05em;
		letter-spacing: 0px;
	}
	.w3l_header_right ul li:nth-child(2) {
		padding-left: 1em;
	}
	.w3l_header_right ul li:nth-child(3) {
		padding-left: 1em;
	}
	.agileinfo_search input[type="text"] {
		font-size: 13px;
	}
	.agileinfo_search input[type="submit"] {
		background: url(../images/search.png) no-repeat 0px 3px;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top3 {
		min-height: 540px;
	}
	.slider-info h3 {
		font-size: 1.5em;
	}
	.slider-info h4 {
		font-size: 3.4em;
	}
	.slider-info p {
		font-size: 1em;
	}
	.callbacks_nav.next {
		right: 45.2%;
	}
	.callbacks_nav.prev {
		left: 46%;
	}
	.about-wel h5 {
		font-size: 1.5em;
	}
	.about-wel p {
		font-size: 1em;
		margin: 1em 0 1em;
	}
	.about-img2 {
		padding: 0 3em;
	}
	.about-wel ul li a {
		font-size: 0.9em;
	}
	h3.top-about, .w3layouts-services-heading h3, h3.w3ls-title, #team h3, section.portfolio-w3ls h3, .skill h3, .agileits.contact h3, .contact_w3agile h3 {
		font-size: 2.8em;
	}
	.agileits-services-info h4 {
		font-size: 1.8em;
	}
	.agileits-services-info p {
		font-size: 0.9em;
	}
	.spldishes-agileinfo h5 {
		font-size: 1.8em;
		letter-spacing: 0px;
	}
	.spldishes-w3left p {
		font-size: 0.9em;
	}
	.spldishes-w3left {
		padding: 4em 2em;
	}
	.agile-dish-caption {
		bottom: 30px;
		padding: 2em 0.5em;
	}
	.team-text h4 {
		font-size: 23px;
	}
	.team-text p {
		font-size: 13px;
	}
	.team-text ul li a i {
		font-size: 0.9em;
	}
	.contact_w3agile form input[type="text"], .contact_w3agile form input[type="email"], .contact_w3agile textarea {
		font-size: 14px;
	}
	.contact_w3agile form input[type="submit"] {
		font-size: 1.2em;
	}
	.map iframe {
		min-height: 370px;
	}
	.logo-fo h2 a {
		font-size: 1.1em;
	}
	.navbar-nav > li > a {
		letter-spacing: 0px;
		font-size: 0.95em;
		padding: 1em 1.8em;
	}
	.menu--miranda .menu__item {
		margin: 1em 0.4em;
	}
}
@media(max-width: 1050px){
	.callbacks_nav.next {
		right: 44.9%;
	}
}
@media(max-width: 1024px){
	.callbacks_nav.next {
		right: 44.7%;
		background: url(../images/left.png) no-repeat 13px 11px #8e44ad;
	}
	.callbacks_nav.prev {
		background: url(../images/right.png) no-repeat 12px 12px #8e44ad;
	}
	.slider-info h3 {
		font-size: 1.3em;
	}
	.slider-info h4 {
		font-size: 3em;
	}
	.slider-info p {
		font-size: 0.9em;
	}
}
@media(max-width: 991px){
	.w3l_header_left {
		float: left;
		width: 50%;
	}
	.w3l_header_right {
		float: right;
		width: 50%;
	}
	.w3l_header_right.w3l-r {
		width: 100%;
		text-align: center;
		padding-bottom: 0.5em;
	}
	.w3l_header_right ul li a {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.logo h1 a {
		font-size: 1.05em;
		letter-spacing: 1px;
	}
	.navbar-nav > li > a {
		font-size: 0.85em;
		padding: 1em 1.5em;
	}
	.menu--miranda .menu__item {
		margin: 1em 0.2em;
	}
	.agileinfo_search input[type="submit"] {
		background-position: 0px;
		background-size: 19px;
	}
	.callbacks_nav.next {
		right: 44.4%;
	}
	.come {
		width: 100%;
		padding-bottom: 3em;
	}
	.red {
		width: 100%;
	}
	.about-img1 {
		float: left;
		width: 33%;
	}
	.about-img2 {
		float: right;
		width: 33%;
	}
	.about-img2, .about-img1 {
		padding: 0 6em;
	}
	.about.w3layouts-agileinfo, .services, .w3agile-spldishes, #team, section.portfolio-w3ls, .contact_w3agile {
		padding: 3.5em 0em;
	}
	h3.top-about, .w3layouts-services-heading h3, h3.w3ls-title, #team h3, section.portfolio-w3ls h3, .skill h3, .agileits.contact h3, .contact_w3agile h3 {
		font-size: 2.5em;
	}
	.w3l-services-grid {
		float: left;
		width: 33%;
	}
	.agileits-services-info h4 {
		font-size: 1.6em;
		letter-spacing: 1px;
	}
	.slider-info h4 {
		font-size: 2.8em;
	}
	.slider-info h3 {
		font-size: 1.2em;
		letter-spacing: 5px;
	}
	.spldishes-w3left {
		padding: 2.5em 2em;
	}
	.spldishes-agileinfo h5 {
		font-size: 1.9em;
		letter-spacing: 1px;
	}
	.agile-dish-caption span {
		font-size: 0.8em;
	}
	.agile-dish-caption h4 {
		font-size: 1.7em;
	}
	.agile-dish-caption {
		bottom: 16px;
		padding: 2.5em 0.5em;
	}
	.t-cont-gds.wow.bounceInUp {
		float: left;
		width: 25%;
		padding: 0 5px;
	}
	.team-text h4 {
		font-size: 21px;
	}
	.about-top, .w3-services-grids, .spldishes-agileinfo, .t-content-gds, #portfoliowrap, .nbs-flexisel-container {
		margin-top: 3em;
	}
	.nbs-flexisel-nav-left {
		left: 7%;
	}
	.nbs-flexisel-nav-right {
		right: 7%;
	}
	.contact_w3agile form {
		width: 85%;
	}
	.contact_w3agile form input[type="submit"] {
		font-size: 1.05em;
	}
	.ag-w3, .ag-w3-3 {
		float: left;
		width: 33%;
	}
	.w3l_header_right ul li:nth-child(2) {
		padding-left: 2em;
	}
	.w3l_header_right ul li:nth-child(3) {
		padding-left: 2em;
	}
	.ftr-grid.fg2{
		float: left;
		width: 50%;
	}
	.ftr-grid {
		float: right;
		width: 50%;
	}
	.w3l_header_left-2 {
		margin-top:4em;
		float: right;
		width: 50%;
	}
	.logo-fo {
		text-align: right;
		margin-top: 0em;
	}
	.copyrights p {
		font-size: 0.95em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top3 {
		min-height: 440px;
	}
	.ag-w3-2 {
		float: right;
		width: 33%;
	}
	.slider-info i {
		font-size: 3.5em;
	}
}
@media(max-width: 800px){
	.logo h1 a {
		font-size: 1em;
		letter-spacing: 1px;
	}
	.slider-info h3 {
		font-size: 1.1em;
	}
	.slider-info h4 {
		font-size: 2.6em;
	}
	.slider-info p {
		font-size: 0.8em;
	}
	.slider-info {
		top: 10%;
	}
	.callbacks_nav.next {
		right: 43%;
	}
	.callbacks_nav.prev {
		left: 45%;
	}
}
@media(max-width: 768px){
	.agileinfo_search input[type="submit"] {
		background-size: 18px;
	}
	.callbacks_nav.prev {
		left: 44.5%;
	}
}
@media(max-width: 767px){
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #8e44ad !important;
	}
	.navbar-default .navbar-toggle {
		border-color: #000 !important;
	}
	.navbar-toggle {
		float: left;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: none !important;
	}
	.navbar-nav > li > a {
		font-size: 0.95em;
		padding: 1em 1.8em;
	}
	.menu--miranda .menu__item {
		margin: 1.4em 0em;
	}
	nav.navbar.navbar-default {
		width: 60%;
	}
	.agileinfo_search {
		width: 40%;
	}
}
@media(max-width: 736px){
	.callbacks_nav.next {
		right: 42.4%;
	}
	.agile-dish-caption {
		bottom: 19px;
		padding: 2em 0.5em;
	}
	.portfolio-item.web-Designs, .portfolio-item.graphic-Designs, .portfolio-item.books {
		width: 33%;
	}
}
@media(max-width: 667px){
	.w3ls-social-icons i {
		margin: 0 0.3em;
	}
	.w3l_header_left {
		width: 40%;
	}
	.w3l_header_right {
		width: 60%;
	}
	.callbacks_nav.next {
		right: 41.4%;
	}
	.callbacks_nav.prev {
		left: 44.2%;
	}
	.about-img2, .about-img1 {
		padding: 0 5em;
	}
	.agileits-services-info p {
		font-size: 0.8em;
	}
	.agile-dish-caption {
		bottom: 18px;
		padding: 1.5em 0.5em;
	}
	.team-text ul li a i {
		font-size: 0.85em;
	}
	.team-text ul li {
		margin-right: 1px;
	}
	.map iframe {
		min-height: 330px;
	}
	.ftr-grid p {
		font-size: 0.95em;
	}
}
@media(max-width: 640px){
	.w3ls-social-icons i {
		margin: 0 0.2em;
	}
	.logo h1 a {
		font-size: 0.95em;
	}
	.w3l_header_right ul li a {
		font-size: 1em;
	}
	.header-bottom {
		padding: 0.2em 0;
	}
	.agileinfo_search {
		margin-top: .3em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top3 {
		min-height: 370px;
	}
	.slider-info {
		top: 7%;
	}
	.slider-info h3 {
		font-size: 1em;
	}
	.slider-info h4 {
		font-size: 2.4em;
	}
	.slider-info p {
		font-size: 0.75em;
	}
	.callbacks_nav {
		height: 42px;
		width: 42px;
	}
	.callbacks_nav.next {
		right: 42.4%;
		background-size: 19px;
		background-position: 14px;
	}
	.callbacks_nav.next:hover {
		background-size: 19px;
		background-position: 14px;
	}
	.callbacks_nav.prev {
		background-size: 19px;
		background-position: 14px;
	}
	.callbacks_nav.prev:hover {
		background-size: 19px;
		background-position: 14px;
	}
	.about.w3layouts-agileinfo, .services, .w3agile-spldishes, #team, section.portfolio-w3ls, .contact_w3agile {
		padding: 3em 0em;
	}
	h3.top-about, .w3layouts-services-heading h3, h3.w3ls-title, #team h3, section.portfolio-w3ls h3, .skill h3, .agileits.contact h3, .contact_w3agile h3 {
		font-size: 2.4em;
	}
	.about-wel h5 {
		font-size: 1.4em;
	}
	.about-wel p {
		font-size: 0.95em;
	}
	.about-wel ul li a {
		font-size: 0.8em;
	}
	.agileits-services-info h4 {
		font-size: 1.4em;
	}
	.agileits-services-info p {
		font-size: 0.7em;
	}
	.spldishes-agileinfo h5 {
		font-size: 1.8em;
		margin-bottom: 0.8em;
	}
	.spldishes-w3left p {
		font-size: 0.8em;
	}
	.spldishes-w3left {
		padding: 2em 2em;
	}
	.agile-dish-caption h4 {
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	.agile-dish-caption span {
		font-size: 0.7em;
	}
	.team-text ul li {
		margin-right: 0px;
	}
	.team-text ul li a i {
		width: 23px;
		height: 23px;
	}
	.team-text h4 {
		font-size: 20px;
	}
	.skill {
		padding: 0em 0em 2.5em;
	}
	.nbs-flexisel-nav-left {
		left: 1%;
	}
	.nbs-flexisel-nav-right{
		right: 1%;
	}
	.logo-fo h2 a {
		font-size: 1em;
	}
	.about-img2, .about-img1 {
		padding: 0 4em;
	}
	.slider-info i {
		font-size: 3.5em;
	}
	.w3l-fisrt {
		margin-bottom: 1em;
	}
	.about-img1 i, .about-img2 i {
		font-size: 3.5em;
	}
}
@media(max-width: 600px){
	.w3ls-social-icons i {
		margin: 0 0.1em;
	}
	.callbacks_nav.next {
		right: 41.4%;
	}
	.agileits-services-info h4 {
		font-size: 1.3em;
	}
	.team-text ul li a i {
		width: 21px;
		height: 21px;
	}
	.t-cont-gds.wow.bounceInUp {
		padding: 0 3px;
	}
	.about-top, .w3-services-grids, .spldishes-agileinfo, .t-content-gds, #portfoliowrap, .nbs-flexisel-container {
		margin-top: 2.5em;
	}
	.contact_w3agile textarea {
		height: 12em;
	}
	.copyrights p {
		font-size: 0.9em;
	}
}
@media(max-width: 568px){
	.w3ls-social-icons i {
		font-size: 0.9em;
		width: 30px;
		height: 30px;
	}
	.logo h1 a {
		font-size: 0.9em;
	}
	.callbacks_nav.prev {
		left: 43.4%;
	}
	.about-wel h5 {
		font-size: 1.35em;
	}
	.about-img2, .about-img1 {
		padding: 0 4em;
	}
	.agileits-services-info h4 {
		font-size: 1.2em;
		margin: 0.5em 0 1.5em;
	}
	.t-cont-gds.wow.bounceInUp {
		padding: 0 15px;
		width: 50%;
	}
	.t-cont-gds:nth-child(3), .t-cont-gds:nth-child(4) {
		margin-top: 2.5em;
	}
	.team-text h4 {
		font-size: 22px;
	}
	.team-text ul li {
		margin-right: 4px;
	}
	.team-text ul li a i {
		width: 23px;
		height: 23px;
	}
	.contact_w3agile textarea {
		height: 11em;
	}
	.contact_w3agile form input[type="text"], .contact_w3agile form input[type="email"], .contact_w3agile textarea {
		font-size: 13px;
	}
	.contact_w3agile form input[type="submit"] {
		font-size: 1em;
		width: 25%;
	}
	.map iframe {
		min-height: 300px;
	}
	.ftr-grid p {
		font-size: 0.9em;
	}
	.local i {
		font-size: 1.2em;
	}
	.logo-fo h2 a {
		font-size: 0.95em;
		letter-spacing: 1px;
	}
	.w3ls-social-icons-2 i {
		font-size: 0.85em;
		width: 38px;
		height: 38px;
	}
	.w3l_header_left-2 {
		margin-top: 3em;
	}
	.footer-2 {
		padding: 3em 0em;
	}
	.copyrights p {
		font-size: 0.85em;
	}
	.portfolio-item.web-Designs, .portfolio-item.graphic-Designs, .portfolio-item.books {
		width: 50%;
	}
}
@media(max-width: 480px){
	.w3l_header_right {
		width: 100%;
		text-align: center;
	}
	.w3l_header_left {
		width: 100%;
		text-align: center;
	}
	.logo h1 a {
		padding-left: 2.4em;
	}
	.w3ls-social-icons {
		padding-top: 0em;
		padding-bottom: 0.4em;
	}
	.navbar-toggle .icon-bar {
		width: 18px !important;
	}
	.navbar-toggle {
		padding: 7px 9px !important;
	}
	.agileinfo_search input[type="submit"] {
		background-size: 17px;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top3 {
		min-height: 330px;
	}
	.slider-info h3 {
		font-size: 0.95em;
		letter-spacing: 4px;
	}
	.slider-info h4 {
		font-size: 2.2em;
	}
	.slider-info p {
		font-size: 0.7em;
	}
	.callbacks_nav {
		height: 40px;
		width: 40px;
	}
	.callbacks_nav.prev {
		left: 41.2%;
	}
	.about.w3layouts-agileinfo, .services, .w3agile-spldishes, #team, section.portfolio-w3ls, .contact_w3agile {
		padding: 2.5em 0em;
	}
	h3.top-about, .w3layouts-services-heading h3, h3.w3ls-title, #team h3, section.portfolio-w3ls h3, .skill h3, .agileits.contact h3, .contact_w3agile h3 {
		font-size: 2.2em;
	}
	.about-wel h5 {
		font-size: 1.25em;
	}
	.about-wel p {
		font-size: 0.9em;
	}
	.about-img2, .about-img1 {
		padding: 0 3em;
	}
	.w3l-services-grid {
		width: 100%;
	}
	.agileits-services-info h4 {
		font-size: 1.5em;
	}
	.agileits-services-info p {
		font-size: 0.8em;
	}
	.w3l-services-grid:nth-child(2), .w3l-services-grid:nth-child(3) {
		margin-top: 2em;
	}
	.ftr-grid p {
		font-size: 0.7em;
	}
	.logo-fo h2 a {
		font-size: 0.85em;
		letter-spacing: 0px;
	}
	.w3ls-social-icons-2 i {
		font-size: 0.8em;
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
	.copyrights p {
		font-size: 0.8em;
		line-height: 2em;
	}
	.copyrights {
		padding: 1.5em 0em;
	}
	.slider-info h4 {
		font-size: 2em;
	}
	.logo h1 a {
		padding-left: 2.8em;
		font-size: 0.85em;
	}
	.ag-w3-2 {
		font-size: 0.85em;
		letter-spacing: 0px;
	}
	.foote-w3l {
		padding: 1em 0em;
	}
	.about-img1 i, .about-img2 i {
		font-size: 3em;
	}
	.slider-info i {
		font-size: 3em;
		margin-bottom: .8em;
	}
}
@media(max-width: 414px){
	.logo h1 a {
		padding-left: 1.8em;
	}
	.callbacks_nav.next {
		right: 40%;
	}
	.callbacks_nav.prev {
		left: 39.9%;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top3 {
		min-height: 300px;
	}
	.about-wel ul li a {
		font-size: 0.7em;
	}
	.about-wel p {
		font-size: 0.85em;
	}
	h3.top-about, .w3layouts-services-heading h3, h3.w3ls-title, #team h3, section.portfolio-w3ls h3, .skill h3, .agileits.contact h3, .contact_w3agile h3 {
		font-size: 2.1em;
	}
	.about-wel h5 {
		font-size: 1.2em;
	}
	.slider-info h4 {
		padding: 0.4em 0em 0.8em;
	}
	.about-top, .w3-services-grids, .spldishes-agileinfo, .t-content-gds, #portfoliowrap, .nbs-flexisel-container {
		margin-top: 2em;
	}
	.about-img2, .about-img1 {
		padding: 0 2em;
	}
	.agileinfo_search input[type="submit"] {
		background-size: 15px;
	}
	.spldishes-agileinfo h5 {
		font-size: 1.7em;
	}
	.agile-dish-caption {
		bottom: 14px;
	}
	.t-cont-gds.wow.bounceInUp {
		padding: 0 12px;
	}
	.nbs-flexisel-nav-left {
		left: -1%;
	}
	.nbs-flexisel-nav-right {
		right: -1%;
	}
	.contact_w3agile form input[type="text"], .contact_w3agile form input[type="email"] {
		width: 100%;
	}
	.contact_w3agile form input[type="text"] {
		margin-bottom: 2em;
	}
	.ag-w3, .ag-w3-3 {
		width: 100%;
		text-align: center;
	}
	.w3l-services-grid:nth-child(2), .w3l-services-grid:nth-child(3) {
		margin-top: 1.5em;
	}
	.ag-w3, .ag-w3-3{
		padding-top: 0em;
		padding-bottom: 1.5em;
	}
	.ag-w3-2 {
		width: 100%;
		text-align: center;
	}
	.ftr-grid.fg2 {
		width: 100%;
		padding-bottom: 2em;
	}
	.ftr-grid {
		width: 100%;
	}
	.w3l_header_left-2 {
		width: 100%;
		text-align: center;
	}
	.logo-fo h2 a {
		padding-right: 3em;
	}
}
@media(max-width: 384px){
	.w3l_header_right ul li:nth-child(2) {
		padding-left: 1em;
	}
	.w3l_header_right ul li:nth-child(3) {
		padding-left: 1em;
	}
	.navbar-brand {
		padding: 10px 0px;
	}
	.w3l_header_right ul li {
		padding-top: 0em;
	}
	.agileinfo_search input[type="text"] {
		padding: 6px 0px;
	}
	.agileinfo_search input[type="submit"] {
		background-size: 14px;
	}
	.header-bottom {
		padding: 0em 0;
	}
	.spldishes-w3left p {
		font-size: 0.7em;
	}
	.callbacks_nav.prev {
		left: 38.2%;
	}
	.agile-dish-caption {
		bottom: 35px;
		padding: 2em 0.5em;
	}
	.t-cont-gds.wow.bounceInUp {
		padding: 0 7px;
	}
	.contact_w3agile form input[type="submit"] {
		font-size: 0.9em;
		width: 33%;
		padding: 8px 0;
	}
	.map iframe {
		min-height: 240px;
	}
}
@media(max-width: 375px){
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top3 {
		min-height: 270px;
	}
	.w3l_header_right ul li a {
		font-size: 0.9em;
	}
	.logo h1 a {
		padding-left: 1.4em;
		font-size: 0.8em;
	}
	.navbar-nav > li > a {
		font-size: 0.8em;
	}
	.menu--miranda .menu__item {
		margin: 0.8em 0em;
	}
	.slider-info h3 {
		font-size: 0.9em;
	}
	.slider-info h4 {
		font-size: 1.8em;
	}
	.callbacks_nav.prev {
		left: 37.8%;
	}
	.t-cont-gds.wow.bounceInUp {
		padding: 0 15px;
		width: 100%;
	}
	.t-cont-gds:nth-child(2), .t-cont-gds:nth-child(3), .t-cont-gds:nth-child(4) {
		margin-top: 2.5em;
	}
	.team-text h4 {
		font-size: 26px;
	}
	.come {
		padding-bottom: 2em;
	}
	.portfolio-item.web-Designs, .portfolio-item.graphic-Designs, .portfolio-item.books {
		width: 100%;
	}
}
@media(max-width: 320px){
	.w3ls-social-icons i {
		font-size: 0.85em;
	}
	.logo h1 a {
		font-size: 0.75em;
		padding: 0.2em 0em 0em 0.9em;
	}
	.w3l_header_right ul li:nth-child(2) {
		padding-left: 0.5em;
	}
	.w3l_header_right ul li a {
		font-size: 0.8em;
	}
	.w3l_header_right ul li:nth-child(3) {
		padding-left: 0.5em;
	}
	.agileinfo_search {
		width: 50%;
	}
	nav.navbar.navbar-default {
		width: 50%;
	}
	.slider-info h3 {
		font-size: 0.8em;
		letter-spacing: 3px;
	}
	.slider-info h4 {
		font-size: 1.6em;
	}
	.callbacks_nav {
		height: 35px;
		width: 35px;
	}
	.callbacks_nav.next {
		right: 39.1%;
	}
	.callbacks_nav.prev {
		background-size: 17px;
		background-position: 11px;
	}
	.callbacks_nav.prev:hover {
		background-size: 17px;
		background-position: 11px;
	}
	.callbacks_nav.next {
		background-size: 17px;
		background-position: 11px;
	}
	.callbacks_nav.next:hover {
		background-size: 17px;
		background-position: 11px;
	}
	.about.w3layouts-agileinfo, .services, .w3agile-spldishes, #team, section.portfolio-w3ls, .contact_w3agile {
		padding: 2em 0em;
	}
	.about-top, .w3-services-grids, .spldishes-agileinfo, .t-content-gds, #portfoliowrap, .nbs-flexisel-container {
		margin-top: 1.5em;
	}
	h3.top-about, .w3layouts-services-heading h3, h3.w3ls-title, #team h3, section.portfolio-w3ls h3, .skill h3, .agileits.contact h3, .contact_w3agile h3 {
		font-size: 1.9em;
	}
	.about-wel h5 {
		font-size: 1.1em;
		letter-spacing: 0px;
	}
	.about-wel p {
		font-size: 0.8em;
	}
	.about-img2, .about-img1 {
		padding: 0 1em;
	}
	.about-img1 .a3, .about-img2 .a2, .about-img2 .a1 {
		margin-top: 3em;
	}
	.agileits-services-info h4 {
		font-size: 1.4em;
		margin: 0em 0 1em;
	}
	.agileits-services-info p {
		font-size: 0.75em;
	}
	.spldishes-w3left {
		padding: 1.5em 0em;
	}
	.agile-dish-caption {
		bottom: 22px;
		padding: 3em 0.5em;
	}
	.contact_w3agile textarea {
		height: 9em;
	}
	.contact_w3agile form input[type="submit"] {
		width: 39%;
	}
	.map iframe {
		min-height: 200px;
	}
	.logo-fo h2 a {
		padding-right: 1.2em;
	}
	.w3l_header_left-2 {
		margin-top: 2.5em;
	}
	.copyrights p {
		letter-spacing: 1px;
	}
	.slider-info i {
		font-size: 2.8em;
		margin-bottom: .7em;
	}
	.about-img1 i, .about-img2 i {
		font-size: 2.5em;
	}
}
/*--//responsive--*/
