html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
	background:#f5f7f8;
}

body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
	font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

p {
    line-height: 1.8;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.5px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

/* banner */

/* header */

.navbar-light .navbar-brand {
    font-size: 1em;
    color: #000;
}

header h1 a span {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
    word-spacing: 5px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
}

.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: #a40eff;
    border-bottom: 1px solid #a40eff;
}

.w3ls-btn {
    letter-spacing: 1px;
    font-weight: 600;
}

/*-- //header --*/
/* -- TOP HEADER */
.top-middle li {
    display: inline-block;
}
.top .top-middle, .top .top-right {
    padding: 0px;
}
.top .top-left {
    padding: 4px 0 0;
    text-align: left;
}
.top-left li {
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}
.top-left li a{
	 color: #fff;
}
.top {
    padding: 10px 0;
    background: #a40eff;
}
.top-middle {
    text-align: right;
}
.top-left p{
	color:#fff;
    font-size: 16px;
    margin-top: 3px;
}
.top-left i.fab fa {
    margin-right: 2px;
    color: #ffffff;
    font-size: 20px;
}

.top-middle li {
    margin-right: 15px;
}
.top-middle i.fab.fa-facebook-f {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}
.top-middle i.fab.fa-facebook-f:hover {
    color: #527dbd;
}
.top-middle i.fab.fa-twitter {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}
.top-middle i.fab.fa-twitter:hover {
    color: #1da1f2;
}
.top-middle i.fab.fa-google-plus-g {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}
.top-middle i.fab.fa-google-plus-g:hover {
    color: #dd4b39;
}
.top-middle i.fab.fa-linkedin-in {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
}
.top-middle i.fab.fa-linkedin-in:hover {
    color: #0077b5;
}
.top-middle  i.fab {
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.t-op.row {
    margin: 0;
}
/* -- //TOP HEADER */ 
.navbar {
    padding: 0.5rem 0.5rem;
}
/* banner */

.banner {
    background: url(../images/bg1.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 45vw;
}

.banner-text {
    padding: 20vw 0 0;
}
h4.agile-title {
    color: #fff;
    font-size: 2.8em;
    text-shadow: 3px 1px 1px #000;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 2px;
}

section.services {
    position: relative;
    padding-bottom: 13em;
}
.banner-bottom-main {
    box-shadow: -3px 0px 15px 1px rgba(0, 0, 0, 0.08);
    padding: 4em 3em;
    background: #fff;
    text-align: left;
    top: -15em;
    position: absolute;
    width: 70%;
}
.banner-btmg1 h3 {
    font-size: 28px;
    color: #eb1d50;
    font-weight: 500;
}
.banner-subg1 h3, .about-bottom h5 {
    color: #222222;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.about-bottom h5 {
    color: #FFF;
}
.w3ls-about-bottom h5 {
    color: #9a3c03;
    font-weight: 500;
}
.banner-subg1 span.fa {
    font-size: 50px;
    color: #222;
}
.form-text {
    position: relative;
}
.banner-btmg1 img {
    position: absolute;
    right: -30px;
    width: 28%;
    top: -1px;
}
.form-text p {
    color: #fff;
    margin-top: 5px;
}
.form-tx textarea {
    font-size: 1em;
    color: #000;
    padding: 0.75em 1em;
    width: 100%;
    outline: none;
    resize: none;
    height: 3em;
    border: 1px solid #c5c0c0;
    background: #f5f5f5;
}
.read-btn a {
    color: #252424;
    display: inline-block;
    text-decoration: none;
    padding: 4px 16px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: capitalize;
    background: #eb1d50;
    border: 2px solid #eb1d50;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    border-radius: 0px;
}
.read-btn a:hover{
    background: #ffd200;
}
h4.modal-title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}
.modal-body p {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    padding: 20px 0;
}
/*-- //banner-bottom --*/
/* //banner */
.new_top i {
    font-size: 30px;
    color: #2e1f54;
}
.new_top h3 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.4em;
    color: #000000;
}
.new_top p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
.new_top {
    padding: 20px 10px;
}
/*-- details --*/
h3.w3ls-title {
    font-size: 2.7em;
    color: #000;
}
.card.w3l-acd:nth-child(2) {
    margin: 1em 0;
}
span.fa.fa-check.mr-2 {
    color: #a40eff;
}
.card-header {
    padding: 0.4rem 1.25rem;
}
button.btn.btn-link {
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
}
button.btn.btn-link:hover{
	text-decoration:none;
}
/*-- //details --*/
/*-- stats --*/
.w3layouts_stats_left {
    padding: 0;
    text-align: center;
}
.w3layouts_stats_left p {
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 2px;
    color: #2e1f54;
    margin: 0 0 0.2em 0;
}
.w3layouts_stats_left h3 {
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}
.inner_w3l_agile_grids-1 h6 {
    font-size: 15px;
    margin-top: 0.8em;
    color: #000;
}
section.stats h4 {
    font-size: 40px;
    width: 65%;
    text-align: center;
	line-height: 1.2em;
    margin: 0 auto;
    color: #2c363e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
p.stap {
    font-size: 15px;
    color: #000;
    margin: 1em 0 5em;
    text-align: center;
}
/*-- //stats --*/
/*-- testimonials --*/
.tex-t {
    float: right;
    padding: 1em 2em 0;
}
.w3_agile_testimonials_grid_left img {
    border-radius: 50%;
}
.tex-t h4 {
    color:#ff0ebe;
    font-size: 20px;
}
.agile_testimonials_grid p {
    color: #777;
    line-height: 2em;
    margin-bottom: 1em;
	text-align:left;
	letter-spacing:1px;
	font-size:15px;
}
.w3_agile_testimonials_grid_right {
    text-align: left;
    float: left;
    width: 94%;
    padding: 1em 4em;
    background:#fff;
    position: relative;
}
.test-tooltip:before {
	content: '';
	position: absolute;
	left: -17px;
	top: 38%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #fff;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.test-tooltip1:after {
    content: '';
    position: absolute;
    left: 7%;
    bottom: -8%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(178deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.w3_agile_testimonials_grid_left {
    margin-top: 0em;
    float: left;
}
.w3_agile_testimonials_grid {
    float: left;
    padding: 2em 0em 0;
}
.w3_agile_testimonials_grid_right h4 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.w3_agile_testimonials_grid_right h5{
	font-size:14px;
	color:#87b200;
}
.agile_testimonials_grids {
    margin: 4em 0 2em;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0em 0 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: url(../images/right1.png) no-repeat 8px 13px #2e1f54;
    top: 18% !important;
}
.nbs-flexisel-nav-left {
	right:3%;
}
.nbs-flexisel-nav-right {
	left:0%;
    background:url(../images/left1.png) no-repeat 8px 13px #2e1f54;
}
/*--//flexisel--*/
.agile_testimonials_grid {
    margin: 0 0em 2em;
}
.port {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    padding: 0px 19em;
    line-height: 2em;
    text-align: center;
}
.ser-info{color:#fff;}
/*-- //testimonials --*/
.testimonials {
    background: url(../images/bg3.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.about-right h4 {
    font-size: 24px;
    font-weight: 600;
    color:#131212;
}
.testi-text {
    position: relative;
    padding: 24px;
}
.fone {
    margin-top: 30px;
}
.carousel-control .active {
    background: #31708f;
}
.adjust1 p {
    color: #777;
    line-height: 1.8em;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
}

.testi-left .carousel-control.left,
.testi-left .carousel-control.right {
    width: 19px;
    height: 19px;
}

.testi-text1:before {
    border-left: 10px solid #ad1a0a;
    border-right: none !important;
    left: auto !important;
    right: -3% !important;
}
.testi-text h4 {
    font-size: 1.3em;
    color: #a40eff;
    line-height: 1.5em;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
}
.caption.testi-text span {
    font-size: 1.2em;
    margin-right: 10px;
    color: #777;
}

.testi-text h5 {
    font-size: 1em;
    color: #000 ;
    line-height: 1.5em;
    font-weight: 600;
	letter-spacing:2px;
    text-align: left;
}

.testi-left {
    width: 89%;
    margin: 0 auto;
    position: relative;
}
/*-- //testimonials --*/
.stats1 {
    background: #ffffff;
    box-shadow: 0 0 29px 0 rgba(41, 41, 41, 0.19);
    padding: 57px;
}
.features{
     background: url(../images/bg2.jpg)no-repeat center;
	 background-size:cover;
}
.row.stats_inner.top-st {
    border-top: 1px solid #e8e8e8;
}
.stat-grids:nth-child(1){
    border-right: 1px solid #e8e8e8;
}
.heading-agileinfo {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
}
.heading-agileinfo span {
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #a40eff;
}
.heading-agileinfo :after {
    content: '';
    background:#a40eff;
    height: 2px;
    width:120px;
    position: absolute;
    top: 132%;
    right: 40%;
}
/*-- news --*/
h5.card-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 1em;
    color: #2e1f54;
	font-weight: 600;
}
p.card-text {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
}
/*-- //card --*/
h4.modal-title {
    font-size: 24px;
    color:#a40eff;
    font-weight: 600;
    letter-spacing: 2px;
}
.modal-body p {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    padding: 20px 0;
}
/*--news--*/

.agileits-abt-grids span {
    color: #2e1f54;
    font-size: 20px;
    margin-right: 1em;
    font-weight: 600;
}
h3.w3ls-title {
    font-size: 3.2em;
    color: #482d2e;
}

h4.w3ls-title {
    font-size: 2em;
    color: #000;
    font-style: italic;
}

a.abt-agile {
    color: #482d2e;
    font-style: italic;
    letter-spacing: 1px;
    padding: 0;
    border-bottom: 1px solid #e6caa2;
}

.agileits-abt-grids h4 {
    font-weight: 600;
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.section-3 {
    background: #6887ff;
    padding: 3em 0;
}

.agileits-abt-grids h4 {
    font-weight: 600;
    color: #040404;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
}

p.about-text-wthree {
    color: #fff;
    width: 263px;
    font-weight: 500;
}
/* services */
.agile-why-text-2 {
    padding: 25px;
    box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.17);
}

.agile-why-text-2 h4 {
    font-size: 20px;
    letter-spacing: 1px;
}
.agile-why-text-2 p {
    font-size: 14px;
}

.wthree_features_grid i {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 2;
    border-radius: 26px 0px 0px 26px;
    background: #2e1f54;
    margin-top: 1.2em;
}
.wthree_features_grid1 i {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 2;
    border-radius: 0px 26px 26px 0px;
    background: #2e1f54;
    margin-top: 1.2em;
}
/* //services */
.footer-title span {
    color: #a40eff;
}
/*-- about --*/

section.w3l-abt {
       background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

h4.about-title {
    font-size: 7em;
    font-weight: bold;
    color: #031f9a;
}

h4.sub {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}

h4.sub span {
    color: #e21111;
}

.about-bottom1 p {
    color: #fff;
}
.about-bottom1 h5 {
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
    text-transform: uppercase;
}
.hi-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border: 3px solid #ffffff;
}
.hi-icon:before {
    font-size: 1.5em;
    display: block;
    line-height: 2.12em;
}

.about-bottom-g1 h4,
.stats h5 {
    font-weight: 600;
    color: #031f9a;
    font-size: 30px;
}



/*-- //about --*/
footer {
	background-color: #0e0f10;
}

footer h3{
	font-size: 1.5em;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer p {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 1.8em;
}
footer ul li {
    display: block;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 15px;
    margin: 6px 0;
    letter-spacing: 1px;
}

footer-list i {
	padding-right: 10px;
	color: #ffa41f;
}

footer ul li a {
	color: #bfbfbf;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

footer ul li a:hover {
	color: #ffa41f;
}

footer ul li.hd {
	color: #a40eff ;
}

.newsletter .email {
	background-color: #F4F4F4;
	border: none;
}

.flickr-grid {
	float: left;
	width: 32%;
	margin: 0 0.1em .2em;
}

.flickr-grid a img {
	width: 100%;
	padding: 0.3em;
	border: 1px solid #333333;
}

.newsletter .email {
	outline: none;
	padding: 13px 15px;
	color: #fff;
	font-size: 14px;
	width: 80%;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #2d2d2d;
}

.newsletter {
	position: relative;
	margin-top: 2em;
}

button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	background: #a40eff ;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	cursor: pointer;
	width: 20%;
}

/*--//footer--*/

/*--/copyright--*/

.copyright ul li {
	display: inline-block;
	padding: 0 10px;
}

a.facebook {
	color: #fff;
	font-size: 16px;
}

a.facebook:hover {
	color: #a40eff ;
}

.copyrighttop {
	float: right;
}

.copyrightbottom {
	float: left;
}

.copyright {
	background: #141415;
	color: #fff;
	border-top: 1px solid rgba(25, 24, 24, 0.58);
}

.copyrightbottom p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.copyrightbottom a {
	color: #a40eff ;
	text-decoration: none;
}

.copyrightbottom a:hover {
	color: #fff;
}

.copyrighttop h4 {
	font-size: 0.95em;
}
.banner-1 {
    background: url(../images/bg1.jpg)no-repeat;
    height: 20vw;
}
.w3layouts_bottom {
    background:url(../images/bg3.jpg) no-repeat 0px 0px;
	text-align: center;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	padding:6em 0;
}
.w3layouts_getin_info h3 {
    color: #fff;
    letter-spacing: 4px;
    font-size: 36px;
    text-align: left;
}
.w3layouts_getin a {
    font-size: 1em;
    color: #fff;
    background:#a40eff;
    padding: 0.7em 2em;
    letter-spacing: 2px;
    display: inline-block;
}
.w3layouts_getin a:hover {
    color: #fff;
    background:#2e1f54;
}
/*-- welcome --*/
.welcome-left h3 {
    color:#2e1f54;
    font-size: 36px;
    letter-spacing: 1px;
}
.welcome-left h4 {
    color: #464646;
    font-size: 17px;
    line-height: 1.8;
    margin: 15px 0;
	    font-weight: 700;
    letter-spacing: 1px;
}
.welcome-left p {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
}
/*-- about-team --*/

.thumbnail.team-agileits {
    border: none;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.team .effectd-caption {
    padding: 20px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.team h4 {
    color: #a40eff;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}
.social-lsicon a {
    color: #000;
    padding: 0 7px;
    font-size: 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-lsicon a:hover {
    color: #a40eff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-- //about-team --*/
/*--services --*/
.w3-services{
  padding:5em 0;
}
.w3-services-left-grid h3 {
    color: #fff;
}
.w3-services-left-grid h4 {
    font-size: 1.4em;
    color: #fff;
	margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3-services-left-grid p, .w3-icon-grid1 p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #777;
}
.Supp {
    float: left;
    width: 80%;
    margin-left: 5%;
}
.w3-icon-grid1 i {
    font-size: 16px;
    color: #fff;
    float: left;
    width: 40px;
    height: 40px;
    background:#029EB7;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.w3-icon-grid-gap1:nth-child(2){
    margin: 3em 0;
}
.w3-services-right-grid h3 {
    text-transform: capitalize;
    color: #58575d;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 6px;
    margin-bottom: 15px;
}
.w3-services-left-grid a {
    color: #fff;
    text-transform: capitalize;
    border: 2px solid #fff;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

.w3-services-left-grid a:hover{
    background: #1cc7d0;
    border: 2px solid #1cc7d0;
}
.more{
	margin:2em 0;
}
.w3-services-right-grid {
    padding-left: 4em;
}
/*-- what we do --*/
.w3l_header {
    text-align: center;
    font-size: 3em;
    color: #2c363e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.wthree_head_section p {
    font-size: 15px;
    text-align: center;
    margin: 20px auto;
    width: 60%;
    color: #5e5e5e;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.wthree_head_section {
    margin-bottom: 5em;
}
.about-info-grids {
    text-align: center;
}
.bord {
    background: #e8e8e8;
    height: 1px;
    width: 75%;
    margin: 3em auto;
}
.about-info.about-info2 {
   border-left: 1px solid #e8e8e8;
   border-right: 1px solid #e8e8e8;
}
.about-info-grids p {
    font-size: 15px;
    margin:0;
    color: #777;
    font-weight: 400;
	line-height:1.8em;
}
.about-info-grids h4 {
    font-size: 22px;
    color: #151515;
    letter-spacing: .075em;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0;
}
.about-info-grids i {
    font-size: 36px;
    color: #2e1f54;
}
/*-- //what we do --*/
.w3_agileits_header.two {
    color: #fff;
}
/*-- //services --*/
.w3l_about-img {
    margin-top: -6em;
}
section.stats {
    padding-bottom: 9em;
}
/*--gallery--*/
.gallery-grids {
	padding:5px;
}
.gallery-box {
    display: block;
    overflow: hidden;
    width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
/*--image-zoom--*/
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
img.zoom-img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
/*--//image-zoom--*/
/*--//gallery--*/
.typo-wthree h4 {
	color:#000000;
	font-size: 1.5em;
	text-transform: capitalize;
}
.bg-flex {
    background-color: #f1cf69;
    border: 1px solid rgb(241, 207, 105);
}
.bg-flex-item {
	background-color: #fff;
	border: 1px solid #d7d8d8;
}

.typo-wthree h5 {
	color: #333;
}

/* //typography */
/*--/contact--*/
.address-left {
	width: 80px;
    height: 80px;
    text-align: center;
    background:#a40eff;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.address-grid-wthree-agileits {
	text-align: center;
    margin: 0 auto;
}
.address-grid-wthree-agileits span {
    font-size: 1.7em;
    color: #fff;
    margin-top: 27px;
}

.address-right {
	margin-top:1.2em;
}
.address-right h6 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.contact_grid_right {
    width: 100%;
}
.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    margin-top: 1em;
}

.contact_grid_right input[type="text"]:nth-child(2),
.contact_grid_right input[type="email"] {
    margin: 1em 0 0;
}

.contact_grid_right textarea {
    min-height: 150px;
    margin: 1em 0em;
    resize: none;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"] {
    outline: none;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
	background: #0e0f10;
	width: 22%;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	font-weight:600;
	cursor: pointer;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"]:hover {
    background-color: #a40eff;
}

.contact-left h4 {
    color: #444;
    font-size: 1em;
    margin-bottom: .5em;
    letter-spacing: 1px;
    font-weight: 700;
}

.contact-left p {
    font-size: 1em;
    letter-spacing: 1px;
}

.contact-text a {
    color: #888;
}

.contact-text a:hover {
    color: #fb383b;
}

.contact_grid_right h6, .contact-left h6 {
    font-size: 1.2em;
    color: #2e1f54;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact-map {
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    height:300px;
}
.address.row {
    width: 100%;
}
.address-right a {
    color: #777;
}
.address-right p {
    color: #777;
}
/*-- //contact--*/
/* -- Responsive code -- */
@media screen and (max-width: 1440px) {
.banner-bottom-main {
    width: 79%;
}
}
@media screen and (max-width: 1366px) {
.banner-bottom-main {
    width: 83%;
}
}
@media screen and (max-width: 1280px) {
.banner-bottom-main {
    width: 89%;
}
}
@media screen and (max-width: 1080px) {
 .w3layouts_getin_info h3 {
    font-size: 30px;
}
}
@media screen and (max-width: 1050px) {
 .banner-bottom-main {
    width: 93%;
	padding: 3em 2em;
    top: -9em;
}  
}

@media screen and (max-width: 991px) {
    .navbar-toggler {
        padding: 0.2rem 0.5rem;
        background-color: #a40eff;
        border: none;
    }
    .slider-info {
        height: 57vw;
    }
    h3.w3ls-title {
        font-size: 3em;
    }

	.navbar-nav .dropdown-menu {
		text-align: center;
	}
	h4.agile-title {
    width: 100%;
}
.slider-info p {
    width: 100%;
}
.details-w3l {
    margin-top: 2em;
}
.footer-grid:nth-child(3),.footer-grid:nth-child(4){
	margin-top:1.5em;
}
.copyrighttop {
    float: none;
    text-align: center;
    margin-bottom: 0.5em;
}
.copyrightbottom {
    float: none;
    text-align: center;
}
.w3layouts_getin_info {
    margin-bottom: 1em;
}
.w3layouts_getin_info h3 {
    text-align:center;
}
.banner-1 {
    height: 26vw;
}
.top-left li {
    margin-left: 0 !important;
}
.banner-bottom-main {
    top: -9em;
    width: 72%;
}
section.services {
    padding-bottom: 35em;
}
section.stats {
    padding-bottom: 2em;
}
.w3l_about-img {
    margin-top: 0em;
}
.section-4 {
    margin-bottom: 1em;
}
.w3_agile_testimonials_grid_right {
    padding: 1em 2em;
}
}

@media screen and (max-width: 800px) {
	.banner-bottom-main {
    width: 90%;
}
}

@media screen and (max-width: 768px) {
  .w3_agile_testimonials_grid_right {
    width: 97%;
}
}

@media screen and (max-width: 736px) {
    .banner-text {
        padding: 9vw 0 0;
    }
    .jumbotron {
        padding: 0;
    }
    h3.w3ls-title {
        font-size: 2.7em;
}
.card-deck .card {
    flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
h4.agile-title {
    font-size: 2.5em;
    width: 100%;
}
.heading-agileinfo {
    font-size: 32px;
	    margin-bottom: 0.8em;
}
.w3layouts_stats_left p {
    font-size: 2.5em;
}
.arrow-container {
    left: 43%;
    top: 34%;
}
#small-dialog1 {
    max-width: 560px;
}
.about-info.about-info2 {
    border-left: none;
    border-right: none;
}
.about-info.about-info2 {
    margin: 2em 0;
}
.banner-bottom-main {
    width: 71%;
}
section.services {
    padding-bottom: 44em;
}
}
@media screen and (max-width: 667px) {
    .slider-info {
        height: 61vw;
    }
    h3.w3ls-title {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 640px) {
.banner-1 {
    height: 29vw;
}
.banner-bottom-main {
    width: 82%;
}
}

@media screen and (max-width: 600px) {
    .home h3 {
        font-size: 1.8em;
    }
    .banner-text {
        padding: 9vw 3vw 0;
    }
    h3.agile-title {
        font-size: 2.5em;
    }
	.banner-bottom-main {
    width: 88%;
}
}

@media screen and (max-width: 568px) {
    h3.w3ls-title {
        font-size: 2.4em;
    }
    h3.agile-title {
        font-size: 2.3em;
    }
	h4.agile-title {
    font-size: 2em;
    line-height: 1.3em;
}
.top .top-left {
    text-align: center;
    margin-bottom: 10px;
}
.top-left li {
    display: block;
}
.top-middle {
    text-align: center;
}
.w3_counter_grid1,.w3_counter_grid2{
	margin-top:1.5em;
}
.agile_testimonials_grids {
    margin: 0em 0 0em;
}
.abouthome-grid {
    width: 30%;
	float: left;
}
.about-bottom1 {
    float: left;
    width: 70%;
}
.about-bottom1 {
    float: left;
    width: 70%;
}
.banner-bottom-main {
    width: 95%;
}
}
@media screen and (max-width: 480px) {
    .slider-info {
        min-height: 315px;
    }
    h3.w3ls-title {
        font-size: 2.2em;
    }
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
    width: 100%;
    margin-right: 0%;
}
.pricing-grid2 {
    margin: 1.5em 0;
}
.pop-bg {
    min-height: 50vw;
}
.arrow-container {
    left: 39%;
    top: 30%;
}
.banner-1 {
    height: 34vw;
}
.welcome-left h3 {
    font-size: 30px;
}
.contact_grid_right input[type="submit"], .contact_grid_right input[type="reset"] {
    padding: 15px 0;
    width: 34%;
}
.banner-bottom-main {
    width: 93%;
	top: -4em;
}
.new_top {
    padding: 10px 10px;
}
}
@media screen and (max-width: 414px) {
    .banner-text {
        padding: 8vw 3vw 0;
    }
	.navbar-light .navbar-brand {
    font-size: 0.9em;
}
.navbar {
    padding: 0.5rem 0rem;
}
.slider-info p {
    font-size: 14px;
}
.w3_agile_testimonials_grid_right {
    padding: 1em 3em;
}
}

@media screen and (max-width: 384px) {
	.card-header {
    padding: 0.4rem 0.2rem;
}
button.btn.btn-link {
    letter-spacing: 1px;
}
.w3layouts_getin_info h3 {
    font-size: 27px;
}
.banner-bottom-main {
    top: -2em;
     width: 92%;
}
p {
    font-size: 14px;
}
}

@media screen and (max-width: 375px) {
    .callbacks_tabs {
        right: 20px;
    }
    h3.agile-title {
        letter-spacing: 1px;
    }
	h4.agile-title {
    font-size: 1.6em;
}
}

@media screen and (max-width: 320px) {
    .navbar-light .navbar-brand {
        font-size: 0.8em;
    }
    h3.w3ls-title {
        font-size: 2em;
    }
	h4.agile-title {
    font-size: 1.4em;
}
.banner-text {
    padding: 12vw 3vw 0;
}
.slider-info p {
    font-size: 13px;
}
.heading-agileinfo span {
    letter-spacing: 0px;
}
.heading-agileinfo {
    font-size: 30px;
    margin-bottom: 0.4em;
}
.heading-agileinfo span:after {
    top: 124%;
    right: 39%;
}
button.btn.btn-link {
    letter-spacing: 0px;
    font-size: 15px;
}
.arrow-container {
    left: 35%;
    top: 20%;
}
.w3_agile_testimonials_grid_right {
    padding: 1em 2em;
}
.test-tooltip1:after {
    bottom: -6%;
}
.tex-t {
    padding: 3em 0em 0 1.5em;
}
.tex-t h4 {
    font-size: 18px;
}
.copyrightbottom p {
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 25px;
}
p.card-text {
    font-size: 14px;
}
.agile_testimonials_grid p {
    font-size: 14px;
}
.w3layouts_getin_info h3 {
    font-size: 21px;
	letter-spacing:3px;
}
.banner-1 {
    height: 37vw;
}
.banner-bottom-main {
    width: 90%;
	    padding: 2em 1em;
}
.new_top h3 {
    font-size: 18px;
}
.agile-why-text-2 h4 {
    font-size: 19px;
}
.abouthome-grid {
    width: 27%;
}
.about-bottom1 {
    width: 73%;
}
.about-bottom1 h5 {
    font-size: 19px;
}
}

/* -- //Responsive code -- */