body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	font-family: 'Hind', sans-serif;
}
body 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;
}
a:hover{
	text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
}	
p{
	margin:0;
    color: #777;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 30px;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
img{
	width:100%;
}
html {
  scroll-behavior: smooth;
}

/*-- header --*/
.header {
    background: rgba(255, 255, 255, 0.1);
    padding: 0 15px;
}
a.navbar-brand {
    font-size: .75em;
    color: #fff;
    padding: 0;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    position: relative;
}

a.navbar-brand span.fa{
    color: #00bcd1;
}
/*-- //header --*/


/*-- banner --*/

.banner-text {
    padding-top: 20vw;
    text-align: center;
}
/*-- popup --*/

.overlay {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
    z-index: 9;
}

.popup {
    background: #fff;
    border-radius: 5px;
    max-width: 500px;
    position: relative;
    margin: 8em auto;
	padding: 3em 1em;
}
.popup p{
	font-size: 15px;
	color: #666;
	letter-spacing: .5px;
	line-height: 30px;
}
.popup .close {
    position: absolute;
    top: 25px;
    right: 25px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.popup h2 {
	margin-top: 0;
	color: #fff;

}
.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.popup .close:hover {
	color: #00bcd1;
}

/*-- //popup --*/

/*-- text Slider --*/


p.sub-para {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}

.slider-top span {
    font-weight: 600;
}

.home h3 {
    font-size: 2em;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.15em;
}

.slider-info p {
    color: #fff;
    font-size: 16px;
    width: 70%;
    margin: auto;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 1em;
}

.slider-info a.btn,.slider-info a.btn.btn1:hover {
    color: #fff;
    font-size: 15px;
    background: #00bbd1;
    border: 2px solid #00bbd1;
    padding: 11px 35px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.slider-info a.btn.btn1,.slider-info a.btn:hover {
    border: 2px solid #fff;
    color: #fff;
    background: none;
    font-size: 15px;
    padding: 11px 35px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* //text slider */

.bs-slider-overlay {
    width: 100%;
    height: 100%; 
	background: rgba(0, 0, 0, 0.3);
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.bs-slider-overlay1 {
    width: 100%;
    height: 100%; 
	background: rgba(0, 0, 0, 0.5);
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
h4.agile-title,h1.agile-title,h2.agile-title {
    letter-spacing: 1px;
    line-height: 1.2em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    font-size: 3.7em;
    font-weight: 700;
	color: #fff;
}

/*-- //banner --*/


/*-- banner --*/

.csslider>ul>li,.bs-slider-overlay,.csslider>ul>li,.bs-slider-overlay1 {
    min-height: 780px;
}

.csslider>ul>li:first-child {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
}

.csslider>ul>li:nth-child(2) {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
}

.csslider>ul>li:nth-child(3) {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
}
.csslider>ul>li:last-child {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
}

.csslider {
    position: relative;
}

.csslider>input {
    display: none;
}

.csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -200%;
}

.csslider>input:nth-of-type(4):checked~ul li:first-of-type {
    margin-left: -300%;
}

.csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -100%;
}

.csslider>input:nth-of-type(1):checked~ul li:first-of-type {
    margin-left: 0%;
}

.csslider>ul {
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.csslider>ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: visible;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.csslider>.navigation {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider>.navigation>div {
    margin-left: -100%;
}

.csslider>.navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 4px;
    padding: 2px;
    background: #fff;
    border: 3px solid #fff;
}

.csslider>.navigation label:hover:after {
    opacity: 1;
}

.csslider>.navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    background: transparent;
    border-radius: 50%;
    padding: 3px;
    opacity: 0;
    border: 4px solid #fff;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after,
.csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after {
    opacity: 1;
}

.csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2)
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3) {
    display: block;
    left: 0;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4) {
    display: block;
    right: 0;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*#region MODULES */


#slider1 {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .csslider>.navigation {
        bottom: 75px;
    }
}
@media screen and (max-width: 768px) {
    .csslider>ul>li {
        min-height: 486px;
    }
}
@media screen and (max-width:736px) {

    .csslider>.navigation {
        bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .csslider>ul>li {
        min-height: 420px;
    }
}
@media screen and (max-width: 600px) {
    .csslider>ul>li {
        min-height: 385px;
    }
}
@media screen and (max-width: 480px) {
    .csslider>ul>li {
        min-height: 330px;
    }
}
@media screen and (max-width: 384px) {
    .csslider>ul>li {
        min-height: 280px;
    }
}
/* //banner */

/* header */
/* CSS Document */
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 1rem 0;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
nav a {
    font-weight: 400;	
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    border-bottom: 2px solid transparent;
    position: relative;
    padding: 0.2rem;
}


nav ul li ul li:hover { background: #f8f9fa; }

/* Background color change on Hover */
nav a:hover { 
    color: #fff;
    background: transparent;
    border-bottom: 2px solid #fff;
}
.menu li.active  a{ 
    color: #fff;
    background: transparent;
    border-bottom: 2px solid #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 25px; 
    background: #fff;
    padding: 10px;
}
ul.inner-dropdown a:hover {
	color: #333;
}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:160px;
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 991px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}
	.header-agile{
		float: left;
	}
	nav ul {
		width: 100%;
	}
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding: 4px 18px;
		font-size: 20px;
		text-decoration:none;
		border:none;
		float: right;
		background-color: #00bbd1;
		color: #fff;
	}
	.menu .toggle {
		float: none;
		text-align: center;
		margin: auto;
		width: 25%;
		padding: 5px;
		font-weight: normal;
		font-size: 15px;
		letter-spacing: 1px;
	}

	.toggle:hover {
		color:#333;
		background-color: #fff;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		background: #fff;
		padding: 15px 0;
		text-align: center;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		padding: 5px 0;
	}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: transparent;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
		padding: 0;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}
	nav a {
		color: #333;
	}
	nav a:hover {
		color: #333;
	}
	.menu li.active a {
		color: #333;
	}
	nav ul ul li a {
		display: inline-block;
		font-size: 15px;
	}
	ul.inner-dropdown {
		padding-bottom: 0 !important;
		padding-top: 8px !important;
	}
}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
/*-- // header --*/


/* -- tabs --*/
.middile-inner-con h4 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
    line-height: 38px;
}
.middile-inner-con h5 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 100;
    color: #333;
}
.tab-main section {
    display: none;
    padding: 2em 0 0;
    border-top: 1px solid #abc;
}

.tab-main input {
    display: none;
}

.tab-main label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 0px 5px;
    width: 32.8%;
    font-weight: 600;
    text-align: center;
    color: #1e272e;
    border: 1px solid transparent;
}

.tab-main span {
    margin-right: 0.5em;
}

.tab-main label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
    opacity: 0;
}

.tab-main label:hover {
    cursor: pointer;
}

.tab-main input:checked + label {
    color: #ef6926;
    border: 3px solid #ef6926;
    border-bottom: 1px solid #fff;
}

.tab-main #tab1:checked ~ #content1,
.tab-main #tab2:checked ~ #content2,
.tab-main #tab3:checked ~ #content3,
.tab-main #tab4:checked ~ #content4 {
    display: block;
}

@media screen and (max-width: 800px) {
    .tab-main label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .tab-main label {
        padding: 15px;
    }
}

/* -- //tabs --*/


/* -- services --*/
h3.heading {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #292929;
    text-transform: capitalize;
}
.serv-grid-left h4 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    color: #555;
    font-weight: 600;
}
.process-grids h4 {
    font-size: 25px;
    text-transform: capitalize;
    color: #333;
    line-height: 38px;
    letter-spacing: 0px;
}
.services-icon span.fa {
    font-size: 30px;
	margin-top: 5px;
}
.icon-clr1{
	color: #1cc7d0;
}
.icon-clr2{
	color: #a626aa;
}
.icon-clr3{
	color: #ff6c5f;
}
.icon-clr4{
	color: #3369e7;
}
/* -- //services --*/

/*-- how we work --*/
.how-grid h3 {
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 32px;
}
.how {
    background: #ef6926;
}
.inner-grid {
    background: #fff;
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.4);
    padding: 0 4em;
}
.how-icon span.fa,.how-icon1 span.fa,.how-icon2 span.fa {
    font-size: 40px;
}

.how-icon span.fa {
    color: #30c39e;
}
.how-icon1 span.fa {
    color: #f85a40;
}
.how-icon2 span.fa {
    color: #0389ff;
}
/*-- how we work --*/

/*-- stats --*/

.heading p {
    width: 70%;
    margin: auto;
}
.stats h4 {
    color: #ef6926;
    font-size: 3em;
    font-weight: 800;
}
.stats .bg-white {
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
}
.stats h5 {
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 32px;
}
/*-- //stats --*/

/*-- subscribe --*/
.subscribe{
	background: url(../images/banner1.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.subscribe-overlay {
    width: 100%;
    height: 100%; 
	background: rgba(0, 0, 0, 0.3);
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.subscribe h3{
	color: #eee;
}
.subscribe-grids h5 {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 32px;
    color: #fff;
}
.subscribe input[type="text"],.subscribe input[type="email"] {
    outline: none;
    width: 49.5%;
	float: left;
	margin-right: 1%;
    padding: 15px 20px;
    color: #333;
    font-size: 16px;
    border: none;
    border: none;
    letter-spacing: 1px;
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-sizing: border-box;
}
.subscribe button.btn {
    border: none;
    padding: 13px;
    width: 100%;
    font-size: 15px;
    outline: none;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    background: #ef6926;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-sizing: border-box;
    cursor: pointer;
}
.subscribe p {
    color: #ddd;
}

/*-- //subscribe --*/

/*-- news --*/
.blog-grids a {
    font-size: 25px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
}
.blog-grids a.post {
    color: #ef6926;
    font-size: 15px;
    margin-top: 10px;
    display: block;
    letter-spacing: 1px;
    text-transform: lowercase;
}
a.more {
    background: #ef6926;
    color: #fff;
    padding: 12px 25px;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
}
/*-- //news --*/

/*-- testimonials --*/
.testimonials{
	background: #f8f9fa;
}
.bg-clr{
    background: #fff;
    padding: 40px 30px;
	box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
}
.testimonials span.fa{
	color: #ef6926;
}
.testimonials h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
}

/*-- //testimonials --*/

/*-- footer --*/
footer{
    background: #222;
}
h2.logo a {
    font-size: .9em;
    color: #ccc;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
}
h2.logo a span.fa {
    color: #00bcd1;
}
.left{
	text-align: left;
}
.middle{
	text-align: center;
}
.right{
	text-align: right;
}
footer p a{
	color: #999;
}
footer p a:hover{
	color: #eee;
}
a.move-top span.fa {
    color: #777;
	font-size: 30px;
}
a.move-top {
    color: #777;
}
.middle ul.social li {
    margin: 0 5px;
    display: inline-block;
}
.middle ul.social li a {
    font-size: 13px;
    color: #777;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.middle ul.social li a:hover {
    background: #333;
    color: #fff;
}
/*-- //footer --*/

/*-- inner page banner --*/
.banner_inner {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    min-height: 18vw;
}
li.breadcrumb-item a {
    color: #ef6926;
}
/*-- //inner page banner --*/


/*-- team --*/

.agileits-team-grid {
    width: 20%;
}

.agileits-team-grids {
    margin: 3em 0;
}
.team-info{
    position: relative;
    overflow: hidden;	
}
.team-caption h4{
    color: #eee;
    font-size: 1.4em;
    font-weight: 600;
    margin: .5em 0 0em 0;
}
.team-caption p{
    color: #999;
    font-size: .9em;
    margin: 0;
    letter-spacing: 1px;
}
.team-caption ul{
    padding: 0;
    margin: .5em 0;
}
.team-caption ul li{
    display: inline-block;
	width: 20px;
}
.team-caption ul li a span.fa.fa-facebook{
    font-size: 12px;
    background: none;
    color: #888;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-caption ul li a span.fa.fa-facebook:hover {
    color: #3b5998;
}
.team-caption ul li a span.fa.fa-linkedin{
    font-size: 12px;
    background: none;
    color: #888;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-caption ul li a span.fa.fa-linkedin:hover {
    color: #0077b5;
}
.team-caption ul li a span.fa.fa-twitter{
    font-size: 12px;
    background: none;
    color: #888;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-caption ul li a span.fa.fa-twitter:hover{
	color: #55acee;
}
.team-caption ul li a span.fa.fa-rss{
    font-size: 12px;
    background: none;
    color: #888;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-caption ul li a span.fa.fa-rss:hover{
	color: #f26522;
}
.team-caption {
    background: #222;
    padding: 1em;
    position: absolute;
    left: 0px;
    bottom: -105%;
    text-align: center;
    width: 100%;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.team-info:hover .team-caption{
    bottom: 0%;
}
.team-info:hover .team-caption {
    bottom: 0%;
}
h4.text {
    font-size: 22px;
    color: #333;
}
.team{
	background: #f8f9fa;
}
/*-- //team --*/

/*-- what grids --*/
.what-grids h6 {
    font-size: 18px;
    text-transform: capitalize;
    color: #333;
    line-height: 30px;
    letter-spacing: 0px;
}
.what-grids a {
    background: #ef6926;
    color: #fff;
    padding: 12px 25px;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 1em;
}
/*-- //what grids --*/

/* contact */
.bunt-w3-link {
    padding: 11px 28px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    background: #feca57;
    border: none;
}
.contact-top p a {
    color: #ef6926;
}
form.register-wthree .form-control {
    background: #eee;
    font-size: 1em;
}

textarea {
    height: 180px;
    resize: none;
}

form.register-wthree .form-control {
    background: #f8f9fa;
    padding: 13px 10px;
    border: 1px solid #dedede;
    border-left: 3px solid #ef6926;
}

button.btn-aasana-w3 {
    background: #ef6926;
    color: #ffffff;
    padding: 11px;
    letter-spacing: 1px;
    float: right;
}

.w3l-map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    display: block;
}
.contact ul.social li {
    display: inline-block;
    margin-right: 10px;
}
.contact span.fa.icon_facebook {
    width: 40px;
    height: 40px;
    background: #3b5998;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}
.contact span.fa.icon_twitter {
    width: 40px;
    height: 40px;
    background: #1da1f2;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}
.contact span.fa.icon_google-plus {
    width: 40px;
    height: 40px;
    background: #dd4b39;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}
.contact-img img {
    border-radius: 10%;
}
/* //contact */

/*-- Responsive Design --*/
@media(max-width:1440px) {
	
}
@media(max-width:1366px) {
	
}
@media(max-width:1280px) {
	.csslider>ul>li, .bs-slider-overlay, .csslider>ul>li, .bs-slider-overlay1 {
		min-height: 700px;
	}
}
@media(max-width:1080px) {
	.tab-main label {
		width: 31.8%;
	}
	h3.heading {
		font-size: 34px;
	}
	.stats h5 {
		font-size: 20px;
	}
	.csslider>ul>li, .bs-slider-overlay, .csslider>ul>li, .bs-slider-overlay1 {
		min-height: 680px;
	}
}
@media(max-width:1024px) {
	
	.csslider>ul>li, .bs-slider-overlay, .csslider>ul>li, .bs-slider-overlay1 {
		min-height: 630px;
	}
	.stats h5 {
		font-size: 19px;
	}
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 3.2em;
	}
	.stats h4 {
		font-size: 2.5em;
	}
}
@media(max-width:991px) {
	.slider-info p {
		width: 90%;
	}
	.inner-grid {
		padding: 0 1em;
	}
	.how-grid h3 {
		font-size: 21px;
	}
	.heading p {
		width: 100%;
	}
	.agileits-team-grid {
		width: 33.33%;
	}
	.w3l-map iframe {
		min-height: 350px;
	}
}
@media(max-width:800px) {
	.banner-text {
		padding-top: 24vw;
	}
}
@media(max-width:768px) {
	.csslider>ul>li, .bs-slider-overlay, .csslider>ul>li, .bs-slider-overlay1 {
		min-height: 580px;
	}
	.middile-inner-con h4 {
		font-size: 25px;
	}
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 2.8em;
	}
	.banner_inner {
		min-height: 23vw;
	}
	.w3l-map iframe {
		min-height: 300px;
	}
}
@media(max-width:736px) {
	.slider-info p {
		width: 100%;
	}
	.process-grids h4 {
		font-size: 22px;
	}
	.inner-grid {
		padding: 0 4em;
	}
	.stats h4 {
		font-size: 2.2em;
	}
	h3.heading {
		font-size: 31px;
	}
	a.navbar-brand {
		font-size: .7em;
		letter-spacing: 0px;
	}
	.testimonials h4 {
		font-size: 20px;
		letter-spacing: 1px;
	}
}
@media(max-width:667px) {
	.banner-text {
		padding-top: 28vw;
	}
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 2.5em;
	}
}
@media(max-width:640px) {
	
}
@media(max-width:600px) {
	.csslider>ul>li, .bs-slider-overlay, .csslider>ul>li, .bs-slider-overlay1 {
		min-height: 540px;
	}
	.blog-grids a {
		font-size: 22px;
	}
	.blog-grids a.post {
		font-size: 14px;
	}
	.team-caption h4 {
		font-size: 1.2em;
	}
	h4.text {
		font-size: 20px;
	}
}
@media(max-width:568px) {
	.header {
		padding: 0 5px;
	}
	h5.card-title a {
		font-size: 19px;
	}
}
@media(max-width:480px) {
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 2.2em;
	}
	.banner-text {
		padding-top: 32vw;
	}
	.menu .toggle {
		width: 30%;
	}
	.middile-inner-con h4 {
		font-size: 23px;
		line-height: 32px;
	}
	h2.logo a {
		font-size: .8em;
	}
}
@media(max-width:414px) {
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 2em;
	}
	.csslider>ul>li, .bs-slider-overlay, .csslider>ul>li, .bs-slider-overlay1 {
		min-height: 500px;
	}
	.menu .toggle {
		width: 40%;
	}
	.tab-main label {
		padding: 10px;
	}
	.middile-inner-con h5 {
		font-size: 19px;
	}
	.inner-grid {
		padding: 0 1em;
	}
	.banner_inner {
		min-height: 30vw;
	}
	.agileits-team-grid {
		width: 50%;
	}	
	.margin-team{
		margin-top: 3em;
	}
	textarea {
		height: 120px;
	}
	h4.about-left-agile {
		font-size: 20px;
	}
}
@media(max-width:384px) {
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 1.8em;
	}
	.slider-info p {
		font-size: 15px;
	}
	.tab-main label {
		padding: 10px 5px;
    font-size: 14px;
	}
	p{
		font-size: 15px;
	}
	h3.heading {
		font-size: 26px;
	}
	.serv-grid-left h4 {
		font-size: 15px;
		letter-spacing: 2px;
	}
	.process-grids h4 {
		font-size: 20px;
	}
	.how-grid h3 {
		font-size: 19px;
	}
	.subscribe-grids h5 {
		font-size: 17px;
	}
	.subscribe input[type="text"], .subscribe input[type="email"] {
		padding: 13px 15px;
		font-size: 15px;
	}
	.stats h4 {
		font-size: 2em;
	}
}
@media(max-width:375px) {
	
}
/*-- //Responsive Design --*/