/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/
 :root {
	--color-1: #57cbe6;
	--color-2: #6186d1;
	--color-3: #8de0f5;
	--color-4: #c042ba;
  }

body {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	background: #fff;
}

body a,
.slider-info a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}

p {
	margin: 0;
	color: #333;
	font-size: 1em;
	line-height: 2;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	text-decoration: none;
}

.list-group-item {
	background-color: transparent;
}

.registered{
  font-size: 70%;
  top: -0.5em!important;
  position: relative;
}

.error{
  color: #dc3545;
  font-size: 14px;
}

.display-2 .registered{
  font-size: 40%!important;
  top: -1em!important;
  position: relative;
}

.tittle-w3ls .registered{
  font-size: 50%!important;
  top: -1.1em!important;
  position: relative;
}

/*-- bottom-to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 3%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/* header */

header h1
 {
	line-height: 0;
}

.navbar-light {
	padding: 1em 5em;
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
}

.navbar-light.scrolled {
  background: linear-gradient(to left, #b1ccde, #f4f4f6);
}

a.navbar-brand {
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.7em;
	letter-spacing: 1px;
}

a.navbar-brand i {
	color: #494949;
	font-size: 2em;
}

.navbar-light .navbar-nav .nav-link {
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Fjalla One', sans-serif;
	color: #494949;
	padding: 4px 15px;
	letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #1c72a9;
}

.dropdown-item {
	color: #fff;
}

.dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
	color: #1c72a9 !important;
}

.w3ls-btn {
	letter-spacing: 1px;
	font-weight: 600;
	background: transparent;
	border: 2px solid #fff;
	padding: 4px 15px;
	background: #eee;
}

/*-- //header --*/

/* banner */

.banner {
	background: url(../images/bg.jpg) bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.banner-inner {
	background: url(../images/bg_empty.png) bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.inner-banner-text{
	font-family: "Dosis", sans-serif;
	font-size: 6em;
	margin-top: 10rem;
	margin-bottom: 6rem;
}
.agileits-services-grids h4.my-2{ color:#999;}
.inner-banner {
    background: url(../images/bg.jpg) 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 350px;
    position: relative;
}

.banner-text {
	padding: 20vw 0 14vw;
	box-sizing: border-box;
	margin-right:-10%;
}

.slider-info {
    text-align: left;
    width: 600px;
    margin-left: auto;
}

.slider-info h3 {
	font-size: 2.5em;
	text-transform: uppercase;
	color: #494949;
	font-weight: 500;
}

.laptop-image {
    display: none;
}

.agile-link-bnr {
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
    background: #1c72a9;
	text-transform: uppercase;
	font-family: "Dosis", sans-serif;
    border: none;
}

.agile-link-red {
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
    background: #ef5350;
	text-transform: uppercase;
	font-family: "Dosis", sans-serif;
    border: none;
}

.agile-link-cnt {
	padding: 15px 40px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 16px;
	background: #00bbf3;
	border: none;
	border-radius: 30px;
	text-transform: uppercase;
}

.wthree-title h3{
	text-transform: uppercase;
	font-family: "Dosis", sans-serif;
}



footer {
	background: #494949;
}

.fv3-contact {
	padding: 0.5rem 1rem;
}

ul.social-iconsv2 li {
	display: inline-block;
	border-radius: 50%;
}

ul.social-iconsv2 li a {
	text-decoration: none;
	font-size: 16px;
}

ul.social-iconsv2 li a i.fab {
	font-size: 18px;
	line-height: 38px;
	width: 30px;
	height: 37px;
	color: #494949;
	margin-right: 15px;
	border-radius: 50%;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

ul.list-agileits li a {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

ul.social-iconsv2 li:first-child a {
	color: #3b5998;
}

ul.social-iconsv2 li:last-child {
	color: #287bbc;
}

.fv3-contact p {
	font-weight: 600;
}

.fv3-contact p a {
	color: #333;
}

/* //banner */
/* //end fixed social */
/*-- counter--*/
.services-bottom {
    background:#1c72a9;
}
.agile_count_grid_left {
    float: left;
    width: 20%;
}
.agile_count_grid_left span,.agile_count_grid_right p{
	font-size:2em;
}
.agile_count_grid_right {
    float: left;
}
.agile_count_grid_left i {
    font-size: 2em;
    line-height: 2.2em;
    color: #fff;
}
.agile_count_grid_right p{
	color: #fff;
    font-weight: bold;
}
.w3_agile_stats_grid h4 {
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*-- //counter--*/
p.tit {
    font-size: 16px;
    color: #777;
    line-height: 2em;
    width: 70%;
}
h3.tittle-w3ls {
    color: #1b1b1b;
    font-size: 3em;
    letter-spacing: 2px;
    font-weight: 600;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
/*-- services --*/

.agileits-services p, .agileits-pricing p{
	animation: image-appear ease-in both;
	animation-timeline: view();
	animation-range: entry 50% 40vh;
}

.agileits-services-grids{
	animation: image-appear ease-in both;
	animation-timeline: view();
	animation-range: entry 50% 70vh;
}

.agileits-services-grids h4 {
	font-size: 1.5em;
	color: #ef5350!important;
	text-transform: uppercase;
	line-height: 2em;
	font-weight: 400;
	text-align: center;
	font-family: 'Fjalla One', sans-serif;
}

.agileits-services-grids h6 {
	padding: 1px;
	background: #2954a2;
	width: 33%;
	margin: 2em auto 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.agileits-services-grids:hover h6 {
	width: 55%;
	background: #2954a2;
}

/*-- Effect 1--*/
.agileits-services-grids span, .img-agile i {
    font-size: 2em;
    color: #1c72a9;
    text-align: center;
}

.agileits-services-grids h4 span {
	width: 40px;
	height: 2px;
	background: #494949;
	display: inline-block;
	margin-left: 5px;
}

.agileits-services-grids p {
	width: 300px;
}

.agileits-services-grids ul li{
	font-size: 1.1rem;
	padding: 0.1em 0;
}

.agileits-services-grids ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.agileits-services-grids ul {
  margin: 1em 0;
}

.agileits-services-grids li {
  margin: 0.5em 0;
  margin-left: 0.5em;
}

.agileits-services-grids li:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  float: left;
  margin-left: -1.5em;
  color: #049c44;
}

@keyframes image-appear {
	from {
	  filter: saturate(0) contrast(4) brightness(.1) blur(3px);
	  opacity: 0;
	  scale: .95;
	  translate: 0 4rem;
	}
  }

/*-- //services --*/
/*-- text Slider --*/

#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
}

ul.callbacks_tabs {
    position: absolute;
    z-index: 2;
    right: 47%;
    bottom: 36px;
}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #1c72a9;
}

.callbacks_here a:after {
	background: #044bb4;
}

.testi-agile p i {
	color: #e3ebef;
	font-size: 2em;
	margin-right: 15px;
}

blockquote{
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
}

#textSlider{
	margin-top: -14rem;
	margin-bottom: 5rem;
	overflow: hidden;
}

#textSlider div {
	color: #FFF;
	font-family: "Dosis", sans-serif;
	text-transform: uppercase;
}

.small-p{
	font-size: 75%;
}

.iamCol {
    text-align: left;
	float: left;
	font-weight: 500;
	font-size:2.2rem;
}
.iamCol p:nth-child(2) { margin-top: -20pt !important; }
.slideCol {
	text-align: left;
    overflow: hidden;
	font-weight: 900;
	padding: 0 20px;
	margin: 0;
	font-size:2.5rem;
	display: block;
	white-space: nowrap;
	background-color: #ef5350;
}
.slideCol p { padding: 0; margin: 0px !important; color: #fff; }

.scroller {
   height: 60pt;
   line-height: 60pt;
   overflow: hidden;
}
.scroller .inner { animation: 10s normal infinite running scroll; }
@keyframes scroll {
   0%  	{margin-top: 5px;}
   15% 	{margin-top: 5px;}

   20% 	{margin-top: -55pt;}
   35% 	{margin-top: -55pt;}

   40% 	{margin-top: -115pt;}
   55% 	{margin-top: -115pt;}

   60% 	{margin-top: -175pt;}
   75% 	{margin-top: -175pt;}

   80% 	{margin-top: -235pt;}
   95% 	{margin-top: -235pt;}

   100% {margin-top: 5px;}
}


.sun {
	background-color: #dadada;
	opacity: 0.3;
	position: absolute;
	top: -1075px;
	left: -300px;
	width: 2200px;
	height: 1200px;
	border-radius: 50%;
	animation-name: sunrise2;
	animation-duration: 28s;
	animation-timing-function: linear;
	animation-delay: 5s;
	animation-iteration-count: infinite;
  }
  
  .sun2 {
	background-color: #99b7ca;
	opacity: 0.3;
	position: absolute;
	top: -1075px;
	left: -1200px;
	width: 2200px;
	height: 1200px;
	border-radius: 50%;
	animation-name: sunrise2;
	animation-duration: 35s;
	animation-timing-function: linear;
	animation-delay: 5s;
	animation-iteration-count: infinite;
  }
  
  .sun3 {
	background-color: #a5c7dd;
	opacity: 0.3;
	position: absolute;
	top: -1075px;
	left: -600px;
	width: 2200px;
	height: 1200px;
	border-radius: 50%;
	animation-name: sunrise2;
	animation-duration: 31s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
  }
  
  @keyframes sunrise2 {
	0% {
	  transform: translate(0px, 0px);
	}
	25% {
	  transform: translate(150px, 50px);
	}
	50% {
	  transform: translate(300px, 10px);
	}
	75% {
	  transform: translate(150px, 50px);
	}
	100% {
	  transform: translate(0px, 0px);
	}
  }


  .video-screen-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
}
.video-screen-wrapper .video-wrapper {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80vw;
  height: calc(80vw * 9 / 16);
  background: #ffffff;
}
@media (min-aspect-ratio: 1.7777777778) {
  .video-screen-wrapper .video-wrapper {
    height: 80vh;
    width: calc(80vh * 16 / 9);
    background-color: rgb(255, 255, 255);
  }
}
.video-screen-wrapper .video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


  .wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  }
  
  .card {
	width: 45%;
	height: 600px;
	margin: 1em;
	perspective: 1500px;
  }
  .card .content {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
  }
  
  .more {
	display: none;
  }
  .more:checked ~ .content {
	transform: rotateY(180deg);
  }
  
  .front,
  .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	transform-style: preserve-3d;
  }
  .front .inner,
  .back .inner {
	height: 100%;
	display: grid;
	padding: 1.5em;
	transform: translateZ(80px) scale(0.94);
  }
  
  .front {
	background-color: #fff;
	background-size: cover;
	background-position: center center;
  }
  .front:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	backface-visibility: hidden;
	background: rgba(0, 0, 0, 0.6);
  }
  .front .inner {
	grid-template-rows: 5fr 1fr 1fr 2fr 1fr;
	justify-items: center;
  }
  .front h2 {
	grid-row: 2;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	font-weight: 500;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	font-size: 2rem;
	font-family: "Dosis", sans-serif;
  }
  .front .rating {
	grid-row: 3;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	display: flex;
	flex-flow: row nowrap;
  }
  .front .rating i {
	margin: 0 1px;
  }
  
  .back {
	transform: rotateY(180deg);
	background-color: #fff;
	border: 1px solid #f8f8f8;
  }
  .back .inner {
	overflow-y: scroll;
	padding: 0 3em;
  }
  .back .inner h5{
	margin-top: 1em;
  }
  .back .info {
	color: #1c72a9;
  }
  .back .info:not(:first-of-type):before {
	content: "";
	position: absolute;
	left: -0.9em;
	height: 18px;
	width: 1px;
	background-color: #ccc;
  }
  .back .info span {
	font-size: 2em;
	font-weight: 700;
  }
  .back .info i {
	font-size: 1.2em;
  }
  .back .info i:before {
	background: linear-gradient(40deg, #1c72a9, #438af3);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
  }
  .back .info .icon {
	margin-left: 0.3em;
  }
  .back .info .icon span {
	display: block;
	margin-top: -0.25em;
	font-size: 0.8em;
	font-weight: 600;
	white-space: nowrap;
  }
  .back .description {
	grid-row: 5;
	grid-column: 1/-1;
	font-size: 0.86em;
	border-radius: 5px;
	font-weight: 600;
	line-height: 1.4em;
	overflow: auto;
	color: #1c72a9;
	padding-right: 10px;
  }
  .back .location,
  .back .price {
	font-weight: 600;
	color: #1c72a9;
	grid-row: 1;
	font-size: 0.86em;
  }
  .back .location {
	grid-column: 1/3;
	justify-self: left;
  }
  .back .price {
	grid-column: 3/-1;
	justify-self: right;
  }
  .back .button2 {
	grid-column: 1/-1;
	justify-self: center;
  }

  
.back ul li{
	font-size: 1.1rem;
	padding: 0.1em 0;
}

.back ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.back ul {
  margin: 1em 0;
}

.back li {
  margin: 0.5em 0;
  margin-left: 0.5em;
}

.back li:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  float: left;
  margin-left: -1.5em;
  color: #049c44;
}
  
  .button2 {
	grid-row: -1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	cursor: pointer;
	display: block;
	padding: 0 1.5em;
	height: 3em;
	line-height: 2.9em;
	min-width: 3em;
	background-color: transparent;
	border: solid 2px #fff;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	left: 50%;
	backface-visibility: hidden;
	transition: 0.3s ease-in-out;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .button2:hover {
	background-color: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	text-shadow: none;
	color: #1c72a9;
  }
  .button2.return {
	line-height: 3em;
	color: #1c72a9;
	border-color: #1c72a9;
	text-shadow: none;
  }
  .button2.return:hover {
	background-color: #1c72a9;
	color: #fff;
	box-shadow: none;
  }
  
  ::-webkit-scrollbar {
	width: 5px;
  }
  
  ::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
	background: #85b4d1;
  }
  
  ::-webkit-scrollbar-thumb:hover {
	background: #1c72a9;
  }

  .features-title{
	color: #1c72a9;
  }
  @-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-30px);
	}
	60% {
	  transform: translateY(-15px);
	}
  }
  @keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-30px);
	}
	60% {
	  transform: translateY(-15px);
	}
  }

  .fb-page {
	position: relative;
	height: 80vh;
	display: block;
  }
  .fb-page-background {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(19deg, var(--color-1), var(--color-2));
	transform-origin: 0px 0px;
	transform: skewY(-10deg);
	z-index: -1;
  }
  .fb-page-background::before,
  .fb-page-background::after {
	display: block;
	position: absolute;
	content: '';
	width: 80%;
	height: 33.333333333333336%;
	opacity: 0.3;
	filter: blur(15px);
  }
  .fb-page-background::before {
	background: var(--color-1);
	right: 0;
  }
  .fb-page-background::after {
	background: var(--color-2);
	bottom: 0;
  }
  .fb-page-content {
	text-align: center;
	padding: 4rem 4rem;
	margin: 0 auto;
  }
  @media (min-width: 58rem) {
	.fb-page-content {
	  text-align: left;
	  padding: 10rem 4rem;
	  max-width: 54rem;
	  display: flex;
	  justify-content: space-between;
	}
	
  }
  .fb-page-hero h1,
  .fb-page-hero p {
	color: #fff;
	text-shadow: 0 0.5rem 1rem rgba(50,0,100,0.1);
  }
  .fb-page-hero h1 {
	margin: 0;
	font-size: 4rem;
	font-family: "Dosis", sans-serif;
  }
  .fb-page-hero p {
	font-size: 1.5rem;
	margin-bottom: 2rem;
  }
  .fb-page-visuals {
	position: relative;
	margin-top: 5rem;
  }
  @media (min-width: 58rem) {
	.fb-page-visuals {
	  margin: 0;
	}
  }
  @media (max-width: 58rem) {
	.fb-page-hero{
		margin-top: 100px;
	}
  }

  @media (max-width: 500px) {
	.fb-page-content{
		padding: 4rem 0.5rem;
	}
  }

  @media (max-width: 390px) {
	.phone-frame{
		display: none;
	}
	.fb-page-content{
		padding-top: 10rem;
		margin-bottom: 12rem;
	}
  }

  .fb-page .Button {
	padding: 1rem 2rem;
	border: 0;
	color: #85b4d0;
	font-size: 1.2rem;
	font-weight: bold;
	background: #fff;
	border-radius: 3px;
	transition: all 0.2s;
	cursor: pointer;
	box-shadow: 0 1.75rem 2rem -0.4rem rgba(50,0,100,0.15);
  }
  .fb-page .Button:hover {
	color: #053f64;
	box-shadow: 0 1.75rem 3rem 0rem rgba(50,0,100,0.1);
	transform: scale(1.05);
  }
  .fb-page .Button:active {
	box-shadow: 0 1.75rem 2.5rem -0.2rem rgba(50,0,100,0.125);
	transform: scale(1.025);
  }

  .phone-frame {
	width: 370px;
	height: 540px;
	border: 16px solid #053f64;
	border-radius: 36px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	position: relative;
	background: url(../images/watermark.jpg) repeat;
	margin: 20px auto;
  }
  
  .phone-frame::before {
	content: '';
	width: 60px;
	height: 6px;
	background: #333;
	border-radius: 18px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
  }
  
  .phone-screen iframe {
	width: 340px;
	height: 505px;
	border: none;
	border-radius: 18px;
  }
  

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}

#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider-pager a {
	padding: 0;
}

#slider-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}

.rslides li {
	position: relative;
	display: block;
	float: none;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs li {
	display: inline-block;
}

.callbacks_tabs a {
	visibility: hidden;
	width: 20px;
	line-height: 19px;
	height: 20px;
	text-align: center;
	color: #494949;
	font-weight: 600;
	display: block;
	background: #fff;
	border-radius: 50%;
}

.callbacks_tabs a:hover {
	background: #1165f3;
	color: #fff;
}

.testi-pos h4 {
	text-transform: capitalize;
	font-size: 1.5em;
	color: #fff;
}

.testi-agile h4 {
	color: #fff;
	font-size: 1em;
	text-transform: capitalize;
	margin: 1em 0 0.5em;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

.testi-agile p {
	width: 90%;
	margin: 1em auto 0;
	color: #fff;
	font-size: 1.2em;
	padding: 1em 2em 5em;
}
.testimonials {
    background: url(../images/bg1.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
/* //testimonials */
/*--register--*/

.w3-register {
	background: #fff;
}

.register-bottom p span {
	color: #ff5f09;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-left: 5px;
}

h3.agile-title {
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 800;
	color: #212121;
}

.register-bottom h5 {
	color: #777;
	font-size: 1.5em;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.register-bottom h5 i {
	color: #494949;
}

.title-wthree span {
	background: #027698;
	width: 100%;
	height: 1px;
	margin: 26px 0;
	display: inline-block;
}

.fv3-register h6 {
	text-transform: uppercase;
	color: #494949;
	margin-bottom: 10px;
}

.address h5 {
	color: #494949;
	text-transform: capitalize;
	font-size: 1.1em;
}

.address p a,
p.c-txt {
	color: #777;
}

.address p a:hover {
	color: #494949;
}

form.register-wthree label {
	line-height: 2.5;
	color: #494949;
	font-weight: 600;
	text-transform: uppercase;
}

form.register-wthree label span {
	color: #333;
}

.btn-agile {
    background: #1c72a9;
    color: #fff;
    padding: 12px 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

form.register-wthree .form-control {
	background: #ffffff;
}

.register-top1 h5 {
	font-size: 2em;
}

.address h5 {
	font-size: 1.5em;
}
.project-top.mx-auto.mt-lg-0.mt-5 {
    width: 56%;
}
/*--//register--*/
/* video popup */

.pop-bg {
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
    min-height: 35vw;
}

.button {
    padding: 8em 0em 0em;
}

.button a {
    padding: 10px 22px;
    display: inline-block;
    background: rgba(48, 42, 42, 0.85);
    border-radius: 11px;
    color: #ffffff;
    outline: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.button span {
    font-size: 20px;
    vertical-align: middle;
}

.pop-bg2 .button {
    padding-top: 17em;
}

.demo-left iframe {
    width: 100%;
    border: none;
}

.small-demo iframe {
    min-height: 196px;
}

.video-grid1 {
    padding: 0;
}

.pop-row2 {
    margin: 1.5em 0;
}

.pop-row2-middle {
    margin: 0 1.2em;
}

.poprow-3 {
    margin-right: 1.2em;
}

.popl-row {
    margin-top: 1.5em;
}

h3.video-txt {
    color: #494949;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.5;
}

p.video-p-agileinfo {
    letter-spacing: 0.3px;
}

.img-caption {
    background: #ededed;
    padding: 1em;
}

.img-caption p.video-p-agileinfo {
    letter-spacing: 0.3px;
    font-size: 0.9em;
}
.arrow-container,
.arrow-1 {
    width: 100px;
    height: 100px;
}

.arrow-container {
    position: absolute;
    bottom: 25px;
    left: 47%;
    right: 0;
    top: 42%;
}

.arrow-1 {
    background:transparent;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
}

.arrow-2 {
    width: 60px;
    height: 60px;
    background:#1c72a9;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
}

.arrow-2:focus {
    text-decoration: none;
}

.arrow-2:before {
    width: 52px;
    height: 52px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

.arrow-2 i.fa {
    font-size: 1.2em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
/* //video popup */

/* process */

h4.sec-title1.flow-odd {
	margin-right: 7em;
	margin-left: 0;
}

span.process-circle {
	display: block;
	background: #044bb4;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 5px solid #dce0e1;
}

.process-direction {
	position: absolute;
	border-top: 3px dotted #4bafe8;
	transform: rotate(115deg);
	left: -62%;
	width: 91%;
	top: 253px;
}

.process-direction2 {
	position: absolute;
	border-top: 3px dotted #4bafe8;
	transform: rotate(64deg);
	left: -61%;
	width: 90%;
	top: -234px;
}

ul.pricing-icon li i {
    font-size: 9em;
    color: #2b2b2b;
    background: #404040;
    background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background: radial-gradient(circle at 33% 100%, #717171 4%, #dadada 30%, #717171 62%, #545454 85%, #969696);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.pricing-icon li {
	display: inline-block;
	margin: 0 2em;
}

.process-direction-last {
	position: absolute;
	border-top: 3px dotted #4bafe8;
	transform: rotate(115deg);
	left: 39%;
	width: 91%;
	top: -237px;
}

/* //process */
/*--footer--*/

h2.footer-title,h3.footer-title {
    font-size: 24px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.26) !important;
}

.footer-text p,
ul.links li a,
.contact-info ul li p,
.contact-info ul li a {
    color: #bfbfbf;
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

ul.links {
    float: left;
    width: 50%;
}

ul.links li a:hover,
.contact-info ul li a:hover {
    color: #fff;
}

.contact-info ul li i {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}

.contact-info ul li p span {
    display: block;
}

/*--social-icons--*/

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    color: #999;
    font-size: 24px;
}

.footer-social li a:hover {
    color: #1c72a9;
}

/*--//social-icons--*/

/* copyright */

.copyright {
    background: #212121;
}

.copyright p {
	font-family: "Dosis", sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    color: #fff;
}

.copyright a {
    color: #1c72a9;
	font-weight: 600;
}

.copyright p a:hover {
    color: #fff;
}

/* //copyright */

/*--//footer--*/
/*-- team --*/
.team-grids img {
	margin: 0 auto;
	width: inherit;
	width: 100%;
}
.team-grids {
	position: relative;
	overflow: hidden;
}
.team-grids h4 {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
.team-grids h6{
    font-size: 0.9em;
    font-weight: 400;
    color: #ff3d00;
    letter-spacing: 1px;
    margin: 1em 0;
}
.caption p {
	font-size: 15px;
	color: #76daff;
	letter-spacing: .6px;
	margin: 4px 0 11px;
}
.testi-text p {
    color: #777;
    font-size: 15px;
}
.social-icons-section a {
    color: #636c72;
}
.social-icons-section a:hover {
    color: #76daff;
}
.team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    left: 15px;
    background: rgb(17, 18, 19);
    border-top:4px solid #ff3d00;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 90%;
    text-align: center;
}
.team-grids:hover div.team-info {
	bottom: 0px;
}
.team-grids:hover {
	border-color: #76daff;
}
.social-icons-section {
    margin-top: 0.5em;
}
.caption {
	padding: 0px;
}
.team-info .social-icons-section a {
	margin: 0em .5em;
}
.team-grids img {
    width: 100%;
}
/*-- //team --*/
.banner_bottom_left h4 {
    font-size: 1.5em;
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.banner_bottom_left p {
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
.slide-bg1 {
    background: #18397c;
}
/*--contact--*/

.map iframe {
    width: 100%;
    border: 1px solid #17a2b8;
    min-height: 50vh;
}

.wthree-cicon a {
    color: #494949;
    font-size: 1em;
}

.contact-top1 .form-group label,
form.f-color .form-control {
    color: #494949;
    letter-spacing: 1px;
}

.form-control:focus {
    background: #fff;
}

.wthree-cicon span {
    color: #02646f;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-weight: 600;
    border-radius: 50%;
    font-size: 14px;
}

.wthree-cicon:not(:last-child) {
    border-bottom: 1px solid #61bfef !important;
}

.wthree-cicon h6 {
    line-height: 1.8;
    color: #333;
}

.contact-form h5 {
    font-weight: 400;
    color: #494949;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*--//contact--*/
/* typography */
.typo-wthree h4 {
	color:#494949;
	font-size: 1.5em;
	text-transform: capitalize;
}
.bg-flex {
    background-color: #1c72a9;
    border: 1px solid rgb(41, 170, 227);
}
.bg-flex-item {
	background-color: #fff;
	border: 1px solid #d7d8d8;
}

.typo-wthree h5 {
	color: #333;
}

.image-background {
  height: 100vh;
  min-height: 300px;
  background-image: url("../images/construction-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-background-2 {
	height: 100vh;
	min-height: 300px;
	background-image: url("../images/industry-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }

  .image-background-3 {
	height: 100vh;
	min-height: 300px;
	background-image: url("../images/building-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }

  .image-background-4 {
	height: 100vh;
	min-height: 300px;
	background-image: url("../images/features-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }

.image-background-5 {
	height: 100vh;
	min-height: 300px;
	background-image: url("../images/about-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }

  .team-wrapper{
	background-color: #053f64;
	width: 100%;
	padding: 6rem 0;
  }
  .team-wrapper.team1{
	background-color: #1c72a9!important;
  }
.team-header {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 6rem;
	overflow: hidden;
	transition: 0.45s ease 0.05s;
	max-height: 70px;
}
.team-header-title {
	width: 100%;
	font-family: "Dosis", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2.5em;
	word-spacing: 5px;
	color: #ffffff;
	margin-bottom: 100px;
}

.team-container {
  padding: 0 30px;
  box-sizing: border-box;
  max-width: 900px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.person {
  width: calc(33% - 30px);
  overflow: hidden;
  transition: 0.45s;
  position: relative;
}
.person-details {
  box-sizing: border-box;
  margin-top: -15px;
  margin-bottom: 55px;
  transition: 0.3s;
}
.person-img {
  width: 100%;
}
.person-title {
  color: #fff;
  font-size: 1.3em;
  margin-top: 35px;
}
.person-desc {
  color: #021927;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 2px;
}
.team-wrapper.team2 .person-desc{
	color: #85b4d1;
}
.person-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .person .person-title {
    font-size: 1.3em;
  }

  .person-details {
    padding: 0 10px;
  }
}
@media (max-width: 970px) {
  .person {
    width: calc(50% - 20px);
  }
	.team-header {
    padding-bottom:30px;
  }
  .team-header-title {
	font-size: 2em;
  }

  .person-title {
  	color: #fff;
	font-size: 1.2em;
	margin-top: 25px;
	margin-left:-8px
  }

}

@media (max-width: 480px) {
  .person {
    width: 100%;
    margin-bottom: 30px;
  }

  .team-header {
    padding-bottom:50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .person-title {
  	color: #fff;
	font-size: 1em;
	margin-top: 25px;
	margin-left:-8px
  }
} 

.display-2 {
  font-weight: 400;
  color: #ffffff;
  font-size: 15rem;
  text-shadow: 3px 3px rgb(29, 29, 29);
  animation: image-appear ease-in both;
	animation-timeline: view();
	animation-range: entry 50% 60vh;
}

.lead {
	color: #ffffff;
	font-size: 3rem;
  text-shadow: 1px 2px rgb(0, 0, 0);
  font-family: "Dosis", sans-serif;
}

.logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 45s slide infinite linear;
}

.logos-slide img {
    width: 250px;
    height: 250px;
    margin: 0 40px;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* //typography */
/* -- Responsive code -- */

@media screen and (max-width: 1680px) {
	#textSlider{
		margin-top: -11rem;
		margin-bottom: 4rem;
		overflow: hidden;
	}
}

@media screen and (max-width: 1440px) {
	#textSlider{
		margin-top: -9rem;
		margin-bottom: 4rem;
		overflow: hidden;
	}
}

@media screen and (max-width: 1366px) {
	.logo{
		width: 220px;
	}
	.slider-info h3 {
		font-size: 2.5em;
	}
	.slider-info {
    	width: 500px;
		font-size:14px;
	}
	.slider-info a{ font-size:14px;}
	.banner-text{ width:100%;}

	#textSlider.row {
		position: absolute;
		margin-top: -7rem;
	}

	#textSlider p{
		line-height: 3rem;
	}

	.iamCol {
		font-size:1.5rem;
	}
	.iamCol p:nth-child(2) { margin-top: -20pt !important; }
	.slideCol {
		font-size:1.4rem;
	}

	.scroller {
		height: 40pt;
		line-height: 40pt;
	 }

	@keyframes scroll {
		0%  	{margin-top: 10px;}
		15% 	{margin-top: 10px;}
	 
		20% 	{margin-top: -30pt;}
		35% 	{margin-top: -30pt;}
	 
		40% 	{margin-top: -65pt;}
		55% 	{margin-top: -65pt;}
	 
		60% 	{margin-top: -100pt;}
		75% 	{margin-top: -100pt;}
	 
		80% 	{margin-top: -135pt;}
		95% 	{margin-top: -135pt;}
	 
		100% {margin-top: 0px;}
	 }

	.sun {
		top: -675px;
		left: -100px;
		width: 1500px;
		height: 800px;
	  }
	  
	.sun2 {
		top: -675px;
		left: -600px;
		width: 1500px;
		height: 800px;
	}
	
	.sun3 {
		top: -675px;
		left: -400px;
		width: 1500px;
		height: 800px;
	}
}

@media screen and (max-width: 1280px) {
	.slider-info h3 {
		font-size: 2.5em;
	}
	h3.agile-title {
		font-size: 3.5em;
	}
	.slider-info {
    	width: 500px;
		margin-right: -50px;
	}
	.banner-text{ width:100%;}
	
	#textSlider{
		margin-top: -6rem!important;
		margin-bottom: 4rem!important;
	}

	.container{
		max-width: 90%;
	}
}

@media screen and (max-width: 1080px) {
	.slider-info h3 {
		font-size: 2.1em;
	}
	.slider-info {
    	width: 450px;
		margin-right: -30px;
	}
	.footer-end-grid {
		padding-left: 0em;
	}
	ul.pricing-icon li i {
		font-size: 7em;
	}
	h4.sec-title1.flow-odd {
		margin-right: 0.5em;
	}
	.process-direction {
		transform: rotate(117deg);
		left: -67%;
		width: 97%;
		top: 235px;
	}
	.process-direction2 {
		transform: rotate(63deg);
		left: -66%;
		width: 97%;
		top: -208px;
	}
	.inner-banner {
    	min-height: 280px;
	}
	p.tit {
		line-height: 1.8em;
		width: 100%;
	}
	.agile_count_grid_right {
		width: 80%;
	}
	#textSlider{
		display: none;
	}
	.logo{
		width: 170px;
	}
}

@media screen and (max-width: 1050px) {}

@media screen and (max-width: 1024px) {
	h3.tittle-w3ls {
    font-size: 2.5em;
	}
}

@media screen and (max-width: 991px) {
	.card {
		width: 100%;
	  }
	.navbar-collapse {
		background: #85b4d1;
		padding: 1em;
	}
	.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #fff;
}
	.dropdown-menu.show {
		text-align: center;
	}
	h3.agile-title {
		font-size: 3em;
	}
	ul.pricing-icon li {
		margin: 0 1em;
	}
	ul.pricing-icon li i {
		font-size: 6em;
	}
	.process-direction,
	span.process-circle,
	.process-direction2 {
		display: none;
	}
	h4.sec-title1 {
		margin: 0;
	}
	.inner-banner {
    min-height: 280px;
}
.project-top.mx-auto.mt-lg-0.mt-5 {
    width: 100%;
}
.testi-agile p {
    width: 100%;
    font-size: 1em;
}
.slider-info h3 {
		font-size: 2em;
	}
	
	.slider-info {
    	width: 350px;
		margin-right: -20px;
	}
	.banner-text{ width:100%;}

	.agileits-services-grids ul li{
		font-size: 1.5rem;
		padding: 0.1em 0;
	}

	
	.agileits-services-grids ul {
	  margin: 1em 0;
	}
	
	.agileits-services-grids li {
	  margin: 0.5em 0;
	  margin-left: 0.5em;
	}
	
	.agileits-services-grids li:before {
	  margin-left: 0em;
	  padding-right: 0.5em;
	}

	.agileits-services-grids h4 {
		font-size: 2em;
	}

	.display-2{
		font-size: 8rem;
	}

	.lead{
		font-size: 1.5rem;
	}

	.agileits-services p, .agileits-pricing p, .agileits-features p{
		text-align: center;
	}

	blockquote{
		text-align: center;
	}
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {
	.slider-info h3 {
		font-size: 2.5em;
	}

	.navbar-light{
		padding: 1em 2em;
	}
	
	.slider-info {
    	width: 85%;
		font-size:15px;
		margin-left: 50px;
	}

	.slider-info p{
		width: 90%;
	}
	.slider-info a{
		font-size:16px;
	}
	.slider-text{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.banner-text{ width:100%;}
	.laptop-image{ display: block;}
	.agile-link-cnt {
		padding: 10px 30px;
		letter-spacing: 1px;
		font-size: 15px;
	}
	.banner {
		background: url(../images/bg_empty.png) bottom no-repeat;
	}

	#textSlider{
		position: relative!important;
		margin-top: 4rem!important;
		display: block;
	}

	.iamCol {
		font-size:2.1rem;
		text-align: left;
	}
	.small-p{
		position: relative;
		top: 10px;
	}
	.slideCol {
		font-size:2.2rem;
	}
	.slideCol p { padding: 0; margin: 0px !important; color: #fff; }
	
	.scroller {
	   height: 50pt;
	   line-height: 50pt;
	   overflow: hidden;
	}
	.scroller .inner { animation: 10s normal infinite running scroll; }
	@keyframes scroll {
	   0%  	{margin-top: 10px;}
	   15% 	{margin-top: 10px;}
	
	   20% 	{margin-top: -30pt;}
	   35% 	{margin-top: -30pt;}
	
	   40% 	{margin-top: -67pt;}
	   55% 	{margin-top: -67pt;}
	
	   60% 	{margin-top: -103pt;}
	   75% 	{margin-top: -103pt;}
	
	   80% 	{margin-top: -140pt;}
	   95% 	{margin-top: -140pt;}
	
	   100% {margin-top: 10px;}
	}
}

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

	h3.agile-title {
		font-size: 2.5em;
	}
	.pop-bg {
    	min-height: 45vw;
	}
	.slider-info h3 {
		font-size: 2.5em;
	}

	.banner-text{ width:100%;}

	.image-background{
		margin: 2rem 0;
	}

	.agileits-services-grids h4 {
		font-size: 2.2em;
	}

}

@media screen and (max-width: 736px) {
	.slider-info {
		padding-top: 3em;
		margin-right: 10px;
	}
	
	.banner-text{ width:100%;}
	ul.pricing-icon li i {
		font-size: 4.5em;
	}
	.footer-bottom-cpy {
		display: flex;
		flex-direction: column;
	}
	.cpy-right {
		order: 1;
		max-width: 100%;
	}
	social-icons {
		order: 0;
	}
	.address h5 {
    font-size: 1.3em;
	}
	h3.tittle-w3ls {
		font-size: 2.3em;
	}
	.agileits-services-grids p {
		width: 100%;
	}
	.team-grids{
		margin-bottom:1.5em;
	}
	.arrow-container {
		top: 35%;
	}
	.inpt-form{
		margin-top:1em;
	}
}
@media screen and (max-width: 667px) {
	.container{
		max-width: 100%!important;
	}
	.slider-info {
    	width: 80%;
	}
	.slider-info h3 {
		font-size: 2.2em;
	}
	.inner-banner {
    	min-height: 280px;
	}

	.banner-text{ width:100%;}
	.arrow-container {
		left: 41%;
	}

	#textSlider{
		position: relative!important;
		margin-top: 2rem!important;
		display: block;
	}

	.iamCol {
		font-size:1.8rem;
		text-align: left;
	}
	.slideCol {
		font-size:1.8rem;
	}
	.slideCol p { padding: 0; margin: 0px !important; color: #fff; }
	
	.scroller {
	   height: 50pt;
	   line-height: 50pt;
	   overflow: hidden;
	}
	.scroller .inner { animation: 10s normal infinite running scroll; }
	@keyframes scroll {
	   0%  	{margin-top: 10px;}
	   15% 	{margin-top: 10px;}
	
	   20% 	{margin-top: -30pt;}
	   35% 	{margin-top: -30pt;}
	
	   40% 	{margin-top: -67pt;}
	   55% 	{margin-top: -67pt;}
	
	   60% 	{margin-top: -103pt;}
	   75% 	{margin-top: -103pt;}
	
	   80% 	{margin-top: -140pt;}
	   95% 	{margin-top: -140pt;}
	
	   100% {margin-top: 10px;}
	}
}

@media screen and (max-width: 640px) {}

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

	.slider-info h3 {
		font-size: 2.1em;
	}
	#textSlider{
		display: block;
	}
}

@media screen and (max-width: 568px) {
	h3.agile-title {
		font-size: 1.8em;
	}
	.card{
		margin: 1em 0;
	}
	.btn-agile {
		padding: 10px;
	}
	.slider-info{
		margin-left: 10px;
		width: 95%;
		text-align: center;
	}
	.slider-info h3 {
		font-size: 1.8em;
	}
	#textSlider p{
		font-size: 1.8rem;
	}
	.small-p{
		font-size: 1.3rem!important;
	}
	.slider-info p{
		font-size: 16px;
		width: 100%;
	}
	form.register-wthree label {
		font-size: 0.9em;
	}

	.inner-banner {
    min-height: 210px;
	}
	.arrow-container {
		top: 28%;
	}
	.navbar-light {
		padding: 1em 1em;
	}
	.display-2{
		font-size: 5rem;
	}

	.lead{
		font-size: 1.2rem;
	}
	.agile-link-bnr, .agile-link-red {
		padding: 7px 30px;
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) {
	.card .back .inner h3{
		font-size: 1.4em;
	}
	.card .back .inner h5{
		font-size: 1.1em;
	}
	ul.pricing-icon li i {
		font-size: 3.5em;
	}
	h4.sec-title1 {
		font-size: 1.2em;
	}
	.agile-link-bnr, .agile-link-red {
		padding: 7px 30px;
		/* font-size: 14px; */
	}
	.agile-link-cnt {
		padding: 8px 30px;
		letter-spacing: 0px;
		font-size: 14px;
	}
	.inner-banner {
    min-height: 190px;
}
h2.footer-title,h3.footer-title {
    font-size: 20px;
}
.banner_bottom_left h4 {
    font-size: 1.3em;
}
}

@media screen and (max-width: 440px) {
	a.navbar-brand i {
		font-size: 1.5em;
	}
	ul.pricing-icon li {
		margin: 0 0.5em;
	}
	h3.tittle-w3ls {
    font-size: 2em;
	}
}

@media screen and (max-width: 384px) {
	.agile-link-bnr {
		padding: 6px 25px;
		font-size: 14px;
		letter-spacing: 0;
	}
	h3.agile-title {
		font-size: 1.5em;
	}
	ul.pricing-icon li {
    display: inline-block;
    width: 43%;
}
	.inner-banner {
    min-height: 160px;
}
.arrow-container {
    left: 36%;
    top: 22%;
}
.slider-info h3 {
    font-size: 1.5em;
}
}

@media screen and (max-width: 375px) {
	.slider-info h3 {
		font-size: 1.6em;
	}
}

@media screen and (max-width: 320px) {
	.register-bottom h5 {
		font-size: 1.3em;
	}
	.inner-banner {
    min-height: 140px;
}
p.tit {
    font-size: 14px;
}
.banner_bottom_left h4 {
    font-size: 1.1em;
}
.banner_bottom_left p {
    font-size: 14px;
}
.pop-bg {
    min-height: 55vw;
}
.footer-text p, ul.links li a, .contact-info ul li p, .contact-info ul li a {
    font-size: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.slider-info h3 {
		font-size: 1.3em;
	}
}

/* -- //Responsive code -- */