progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{padding:0;box-sizing:border-box}html{font-family: 'Open Sans Condensed', sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*,::after,::before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.clearfix:after{display:block;content:"";clear:both;height:0;width:100%;overflow:hidden;}
body {
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 144px;
}
.header {
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	width:100%;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.header-top {
	background:#f34d4a;
	padding:0 156px 0 40px;
}
.hd-top-r {
	float:right;
}
.header-low {
	background:#000;
	transition:all 0.25s;
	text-align:center;
	padding:0 150px 0 26px;
	position:relative;
}
.header-low-mobile {
	background:#000;
	transition:all 0.25s;
	padding:0 26px 0 26px;
	position:relative;
}
.batch {
	width:100%;
	max-width:100px;
	position:absolute;
	right:12px;
	top:-24px;
}
.batch a {
	display:inline-block;
}
.batch a img {
	width:100%;
	max-width:150px;
	display:inline-block;
}
.batch-flot {
	width:100%;
	max-width:70px;
	position:absolute;
	transform:translate(-50%,0);
	left:50%;
	top: 47px;
}
.batch-flot a {
	display:inline-block;
}
.batch-flot a img {
	width:100%;
	max-width:150px;
	display:inline-block;
}
.header-low-left {
	float:left;
}
.header-low-left a {
	display:inline-block;
	margin-top: 7px;
}
.header-low-left a img {
	display:inline-block;
	width:100%;
	max-width:250px;
	height:auto;
}
.header-low-right {float:right;}
.header-low-right a {
	display:block;
}
.header-low-right a img {
	display:block;
	width:100%;
	max-width:40px;
}
.res-logo  {
	width:100% !important;
	max-width:60px !important;
	margin-bottom:8px;
}
#close-case {
	cursor:pointer;
	position:absolute;
	right: 28px;
	top: 23px;
}
#show-case {
	cursor:pointer;
	margin-top: 22px;
}
.main-menu {
	float:right;
}
.main-menu ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	}
	.main-menu ul li {
		float:left;
		position:relative;
	}
	.main-menu ul li a {
		display:block;
		padding: 39px 10px;
		font-size:13px;
		text-decoration:none;
		color:#f34d4a;
		transition:all 0.25s;
		letter-spacing:1px;
		cursor:pointer;
		text-transform:uppercase;
		font-weight:bold;
	}
	.media {
		color:#f34d4a !important;
	}
	.media span {
		padding-left:10px;
	}
	.media:hover {
		color:#fff !important;
	}
	.main-menu ul li a:hover {
		color:#fff;
	}
.main-menu li ul {
		position:absolute;
		opacity:0;
		visibility:hidden;
		width:450px;
		top:112px;
		left:0;
		transition:all 0.25s;
		z-index:9999;
	}
	.main-menu li:hover ul {
		opacity:1;
		visibility:visible;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
top:97px;
	}
	.main-menu li ul li {
		width:100%;
		text-align:left;
	}
	.main-menu li ul li a {
		background:rgba(250,250,250,0.9);
		padding:10px 40px;
		color:#444;
		font-size:12px !important;		
	}
	.main-menu li ul li a:hover {
		color:#000;
		padding-left:20px;
	}	
	.banner {
		width:100%;
	}
	.ban-content {
		width:100%;
		max-width:900px;
		position:absolute;
		transform:translate(-50%,-50%);
		top:50%;
		left:50%;
		color:#888 !important;
		z-index:999;
	}
	.bc-left {
		width: 50%;

float: left;

border-right: 1px solid #888;

padding-right: 50px;

text-align: right;
	}
	.bc-right {
		width:50%;
		float:right;
		padding-left:50px;
	}
	.bc-right p {
		font-size: 24px;
letter-spacing: 1px;
line-height: 1.7;
		color:#999;
	}
	.shotyer {
		font-size: 16px !important;
letter-spacing: 1px !important;
line-height: 2.7 !important;
		color:#999 !important;
	}
	.view-more a {
		padding:19px;
		border:1px solid #f34d4a;;
		
		color:#f34d4a;;
		text-decoration:none;
		display:inline-block;
		margin-top:20px;
		font-size:14px;
		text-transform:capitalize;
		letter-spacing:2px;
		transition:all 0.25s;
	}
	.view-more a span {
		padding-right:12px;
	}
	.view-more a:hover {
		border:1px solid #888;
		color:#888;
	}
	.advantage {
		padding:70px 0 0 0;
		text-align:center;
	}
	.circle {
		width:200px;
		height:200px;
		border-radius:50%;
		border:1px solid #ccc;
		text-align:center;
		padding-top:48px;
		display:inline-block;
		margin-bottom:20px;
		transition:all 0.25s;
	}
	.circle-wrap:hover .circle {
		border:1px solid #f34d4a;;
	}
	.circle-wrap h4 {
		color:#f34d4a;;
	}
	.circle img {
		width:100%;
		max-width:100px;
		height:auto;
		opacity: 0.8;
	}
	.circle-wrap {
		text-align:center;
		padding:0 100px;
	}
	.look-click a {
		padding:19px 19px 0;		
		color:#fff;
		text-decoration:none;
		display:inline-block;
		margin-top:20px;
		font-size:16px;
		text-transform:capitalize;
		letter-spacing:2px;
		transition:all 0.25s;
		margin-top:30px;
		background:#f34d4a;
	}
	.look-click a span {
		padding-right:12px;
	}
	.look-click a:hover {
		color:#000;
	}
	.social-section-icons ul {
		padding:0;
		margin:4px 0 4px 0;
		list-style:none;
		display:inline-block;
	}
	.social-section-icons ul li {
		float:left;
		margin:0 14px 0 0;
	}
	.social-section-icons ul li:last-child {
		margin:0;
	}
	.social-section-icons ul li a {
		font-size: 20px;
transition: all 0.25s;
display: block;
padding: 10px 6px;
text-decoration: none;
color:#fff;
	}

	.social-section-icons ul li a:hover {
		color:#000;
	}
	.bc-left h1 {
		margin:0 0 30px 0;
		font-size:40px;
		font-weight:300;
	}
	.services {
		background:url('111974ser-bg.jpg')no-repeat;
		background-attachment:fixed;
		background-position:center;
		background-size:cover;
		padding:6%;
		margin-top:40px;
	}
	.about {
		padding:60px;
		text-align:center;
	}
	.abt-det {
		font-size:16px;
		color:#666;
		padding:0 40px;
		margin-top:30px;
		text-align:left;
	}
	.voice-wrapper {
		background:url('111974p-bg.jpg')no-repeat;
		background-attachment:fixed;
		background-position:center;
		background-size:cover;
		padding:6%;
		margin-top:40px;
	}
		.activities {
		padding:0;
		text-align:center;
	}
	.services-block-single {
		width:100%;
		max-width:300px;
		margin:0 auto;
		text-align:center;
	}
	.services-block-single a {
		display:inline-block;
		text-decoration:none;
		color:#f34d4a;
		border:1px solid #999;
		border-radius:6px;
		padding:20px;
		transition:all 0.25s;
	}
	.services-block-single a:hover {
		background:rgba(0,0,0,0.7);
		
	}
	.services-block-single a h3 {
		font-size:20px;
		letter-spacing:1px;
		margin-bottom:20px;
		font-weight:bold;
	}
	.tag-border {
		width:0%;
		height:1px;
		background:#f34d4a;
		transition:all 0.25s;
		margin-bottom:20px;
	}
	.services-block-single a:hover .tag-border  {
		width:100%;
	}
	.services-block-single a p {
		font-size:16px;
		letter-spacing:1px;
		transition:all 0.25s;
		color:#eee;
	}
	.look {
		padding: 10px;
color: #f34d4a;;
text-decoration: none;
display: inline-block;
margin-top: 3px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
transition: all 0.25s;
	}
	.look span {
		padding-right:12px;
		font-size:12px;
	}
	.voice {
		padding:40px 100px;
		width:100%;
		max-width:1100px;
		margin:0 auto;
	}
	.voice-round {
		width:36%;
	}
	.voice-round, .voice-details {
		display:table-cell;
		vertical-align:middle;
	}
	.voice-round img {
		width:100%;
		max-width:400px;
		height:auto;
	}
	.voice-details {
		padding-left:80px;
	}
	.voice-details h2 {
		font-size:42px;
		color:#999;
		font-weight:300;
		letter-spacing:2px;
		font-weight:bold;
	}
	.voice-details h4 {
		font-size:20px;
		color:#f34d4a;
		font-weight:300;
		letter-spacing:2px;
		font-weight:bold;
	}
	.voice-details p {
		font-size:16px;
		color:#eee;
		letter-spacing:1px;
		line-height:1.8;
	}
	.pro-heading {
		font-size:50px;
		color:#f34d4a;
		text-transform:capitalize;
		text-align:center;
		position:relative;
		margin-bottom:12px;
		font-family: 'Anton', sans-serif;
	}
	.pro-heading span {
		color:#777;
	}
	p.quia {

		display: block !important;
		color: #f34d4a; !important;
		letter-spacing: 4px !important;
		margin-bottom: 50px !important;
		text-align: center !important;
		font-size: 20px !important;
		font-weight:normal !important;

	}
		.pro-heading-lighte {
		font-size:50px;
		color:#c50000;
		text-transform:capitalize;
		text-align:center;
		position:relative;
		margin-bottom:12px;
		font-family: 'Anton', sans-serif;
	}
	.pro-heading-lighte span {
		color:#666;
	}
	p.lighte {

		display: block !important;
		color: #c50000 !important;
		letter-spacing: 4px !important;
		margin-bottom: 50px !important;
		text-align: center !important;
		font-size: 20px !important;
		font-weight:normal !important;

	}
		.pro-heading-sc {
		font-size:50px;
		color:#c50000;
		text-transform:capitalize;
		text-align:center;
		position:relative;
		margin-bottom:12px;
		font-family: 'Anton', sans-serif;
	}
	.pro-heading-sc span {
		color:#000;
	}
	.sc-block {
		width:100%;
		max-width:500px;
		margin:30px auto 0 auto;
	}
	.header-flot-logo {
		width: 100% !important;
		max-width: 60px !important;
		top: 7px;
		position:absolute;
		left:26px;
	}
	.gallery {
		width:100%;
		max-width:1000px;
		margin:0 auto;
		padding:50px 0 0 0;
		text-align:center;
	}
	.gallery ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	.gallery ul li {
		float:left;
		width:33.3333%;
	}
	.hidden-para p {
		font-size:16px;
		color:#999;
	}
	.hidden-para {
		width:100%;
		position:absolute;
		transform:translate(-50%,-50%);
		top:50%;
		left:50%;
		z-index:999;
		text-align:center;
	}
	.block-one {
		position:relative;
		overflow:hidden;
		height:221.767px;
		margin:1px;
	}
	.block-one a {
		display:block;
		transition:all 0.25s;
		text-align:center;
	}
	.block-one a img {
		width:100%;
		max-width:100%;
		height:auto;
	}
	.outline {
		padding: 80px 0 0 0;
background: rgba(0,0,0,0.4);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.25s;
opacity: 1;
	}
	.outline h3 {
		font-size:20px;
		color:#fff;
	}
	.outline-show {
		width:100%;
		height:0;
		background:rgba(0,0,0,0.7);
		position:absolute;
		bottom:0;
		left:0;
		color:#fff;
		transition:all 0.25s;
	}
	.block-one a:hover .outline-show {
		height:100%;		
		padding:20px;
	}
	.block-one a:hover .outline {
		opacity:0;
	}
	.block-two {
		position:relative;
		overflow:hidden;
		height:444.534px;
		margin:1px 0;
	}
	.block-two a {
		display:block;
		transition:all 0.25s;
		text-align:center;
	}
	.block-two a img {
		width:100%;
		max-width:100%;
		height:auto;
	}
	.block-two a:hover .outline-show {
		height:100%;		
		padding:120px 30px 0 30px;
	}
	.block-two a:hover .outline {
		opacity:0;
	}
	.icon-only img {
		display:inline-block;
		width:100%;
		max-width:100px;
		height:auto;
		opacity:0.4;
		margin-bottom:20px;
	}
	.social-section {
		float:right;
		margin-top: 25px;
	}
	.accordian-click ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	.accordian-click ul li a {
		font-size:14px;
		color:#fff;
		text-decoration:none;
		display:block;
		padding:10px;
	}
	.iconic-tag-sec {
		float:left;
		margin-top: 13px;
	}
	.iconic-tag-sec ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	.iconic-tag-sec ul li {
		float:left;
		font-size:16px;
		color:#fff;
		border-right:1px solid #fff;
		padding:0 20px;
		text-decoration:none;
	}
	.iconic-tag-sec ul li:last-child {
		border:none;
	}
	.iconic-tag-sec ul li a {
		text-decoration:none;
		color:#fff;
	}
	.iconic-tag-sec ul li span {
		padding-left: 10px;
		font-size: 13px;
		text-decoration: none;
		letter-spacing: 2px;
		color:#fff;
	}
	.iconic-tag-sec ul li span a {
		padding-left:10px;
		color:#fff;
		text-decoration:none;
		display:block;
	}
	.higher-class {
		padding:60px 0 0 0;
		text-align:center;
	}
	.dater {
		width:72px;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		background:#7b0000;
		text-align:center;
		padding-left:10px;
	}
	.dater:after {
		width: 0; 
		height: 0;
		border-top: 20px solid transparent;
		border-left: 20px solid #7b0000;
		border-bottom: 20px solid transparent;
		position:absolute;
		top:16px;
		right:-12px;
		content:"";
	}
	.dater h2 {
		font-size:16px;
		color:#fff;
		font-weight:bold;
	}
	.dater h2 span {
		border-top:1px solid #fff;
		display:block;
		font-size:14px;
		padding-top:4px;
	}
	.daterd {
		width:72px;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		background:#fcbe00;
		text-align:center;
		padding-left:10px;
	}
	.daterd:after {
		width: 0; 
		height: 0;
		border-top: 20px solid transparent;
		border-left: 20px solid #fcbe00;
		border-bottom: 20px solid transparent;
		position:absolute;
		top:16px;
		right:-12px;
		content:"";
	}
	.daterd h2 {
		font-size:16px;
		color:#fff;
		font-weight:bold;
	}
	.daterd h2 span {
		border-top:1px solid #fff;
		display:block;
		font-size:14px;
		padding-top:4px;
	}
	.eventer {
		width:72px;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		background:#fdbf01;
		text-align:center;
		padding-left:10px;
	}
	.eventer:after {
		width: 0; 
		height: 0;
		border-top: 20px solid transparent;
		border-left: 20px solid #fdbf01;
		border-bottom: 20px solid transparent;
		position:absolute;
		top:16px;
		right:-12px;
		content:"";
	}
	.eventer h2 {
		font-size:16px;
		color:#fff;
		font-weight:bold;
	}
	.eventer h2 span {
		border-top:1px solid #fff;
		display:block;
		font-size:14px;
		padding-top:4px;
	}
/*===============flexicel CSS start================*/
body a:hover {
    text-decoration: none;
}
.serve_info_agile.two {

    margin-bottom: 3em;

}
.serve_info_agile {

    text-align: center;
    background: #fcb200;
    padding: 1em;
	position:relative;
	height:75.8px;
}
h3.w3l_header.two {

    color: #fff;

}
h3.w3l_header {

    font-size: 16px;

}
.serve_info_agile h4 {

    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
	padding-left:80px;
}
.w3ls_banner_bottom_grids, .w3ls_service_grids {

    margin-top: 3em;

}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;

}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
	background-size:content;
    background: url(111960up-arrow.png) no-repeat 0px 0px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.w3_agileits_banner_bottom_grid {

    background: rgba(249,194,2,0.7);
    position: relative;
    height: 211px;

}
.w3_agileits_banner_bottom_grid h5 {

    font-size: 2em;
color: #fff;
text-align: center;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: bold;
line-height: 1.8em;
padding-top: 67px;

}

.agileits_w3layouts_banner_bottom_grid h4 a {

    text-transform: capitalize;
    font-size: .85em;
    font-weight: 600;
    line-height: 1.5em;
    color: #212121;
    text-decoration: none;

}
.w3_agileits_banner_bottom_grid_left {

    padding: 0;
    position: relative;

}
.nbs-flexisel-container {

    position: relative;
    max-width: 100%;

}
.nbs-flexisel-inner {

    overflow: hidden;
    margin: 0px auto;
    padding: 0;

}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.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:none;
    top: -5% !important;
    border-radius: 5px;
	display:none;
}
.nbs-flexisel-nav-left {
	left:91%;
}
.nbs-flexisel-nav-right {
	right: 1.2%;
    background:none;
}
.agile_services_bottom_l_grid1{
	position:relative;
}
.clearout {
height:20px;
clear:both;
}
.w3_service_bottom_grid_pos{
    background: rgba(0, 0, 0, 0.76);
    bottom: 10px;
    left:  10px;
    opacity: 0;
    padding: 3em 1em;
    position: absolute;
    right:  10px;
    top:  10px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 9;
    text-align: center;
}
.w3_service_bottom_grid_pos h3 {
       font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
}
.w3_agileits_services_bottom_l_grid:hover .w3_service_bottom_grid_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.wthree_banner_bottom_grid1{
    position: relative;
}
.agileinfo_banner_bottom_grid1_pos{
   background: rgba(16, 16, 16, 0.67);
    bottom: 19px;
    left: 19px;
    opacity: 0;
    padding:1em;
    position: absolute;
    right: 19px;
    text-align: center;
    top: 19px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.agileinfo_banner_bottom_grid1_pos h3{
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    margin:1.5em 0 .5em;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}
.agileinfo_banner_bottom_grid1_pos h3:after {
    background: #ffcc2f;
    bottom: 0;
    content: '';
    height: 2px;
    left: 38%;
    position: absolute;
    width: 50px;
}
.agileinfo_banner_bottom_grid1_pos p{
	color:#fff;
	line-height:2em;
}
.agileits_w3layouts_banner_bottom_grid:hover .agileinfo_banner_bottom_grid1_pos{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
/*===============flexicel CSS end================*/

	.nivo-controlNav {
		display:none;
	}
	.whiter {
		padding:20px 10px 20px 20px;
		background:#fff;
		color:#333;
		position:relative;
		text-align:left;
		margin-bottom:20px;
	}
	.whiter p {
		font-size:16px;
	}
	.whi-pic img {
		width:100%;
		max-width:370px;
		margin-bottom:30px;
	}
	.event-section {
		background:#eee;
		padding:6%;
		margin-top:40px;
		text-align:center;
	}
	.righter {
		float:right;
		width:35%;
	}
	.event-belt {
		width:100%;
		padding:6px;
		margin-bottom:6px;
		position:relative;
		height:80px;
		background:rgba(0,0,0,0.6);
		color:#fff;
		text-align:center;
	}
	.event-belt a {
		color:#fff;
	}
	.event-belt a h4 {
		font-weight:300;
		font-size:14px;
		padding-left: 96px;

padding-top: 10px;
	}
	.contact-form-section{
		padding-top: 80px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-left: 0px;
		margin-top: 0px;
		color: #ffffff;
		background-color: #03cca9;
		background-image: url('105118yoga_pattern.png');
		background-repeat: repeat;
	}
	.from-box {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	color:#000;
	border:1px solid #fff;
	background:rgba(250,250,250,0.7);
}
	.submit-btn {
    background-color: #444;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

	.submit-btn:hover {
    background-color: #000;
	}
	.contact-form-section h2 {
		font-size:30px;
		color:#fff;
		margin:0 0 30px 0;
		font-family: 'Anton', sans-serif;
		
	}
	.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  	.footer {
		background:#1c1e1d;
		padding: 2% 0 1% 0;
	}
	.footer h3 {
		font-size:18px;
		color:#777;
		margin:30px 0 30px 0;
		text-transform:uppercase;
	}
	.foot-menu ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	.foot-menu ul li a {
		font-size:14px;
		color:#666;
		text-decoration:none;
		padding:4px 0;
		display:block;
		text-align:left;
		transition:all 0.25s;
	}
	.foot-menu ul li a:hover {
		color:#f34d4a;;
	}
	.foot-menu li ul {
		padding-left:20px;
	}
	.footer h5 {
		font-size:16px;
		color:#666;
		margin:0 0 30px 0;
		text-transform:uppercase;
	}
	.footer p {
		font-size:14px;
		color:#666;
		margin:0 0 30px 0;
	}
	.footer p span {
		padding-left:12px;
	}
	.foot-pics ul {
		padding:0;
		margin:30px 0 0 0;
		list-style:none;
	}
	.foot-pics ul li {
		margin:0 0 15px 0;
	}
	.foot-pics ul li a {
		display:block;
	}
	.foot-pics ul li a span {
		    font-size: 12px;
color: #666;
padding-left: 10px;
width: 73%;
float: right;
padding-top: 30px;
	}
	.foot-pics ul li a img {
		width: 100%;
max-width: 70px;
height: auto;
border-radius: 6px;
	}
	.soc-icons ul {
		padding:0;
		margin:30px 0 0 0;
		list-style:none;
	}
	.soc-icons ul li {
		float:left;
		margin:0 14px 0 0;
	}
	.soc-icons ul li a {
		font-size:20px;
		color:#fff;
		transition:all 0.25s;
	}
	.soc-icons ul li a:hover {
		color:#f34d4a;;
	}
	#close-case img {
		width:100%;
		max-width:20px;
	}
	.copy-right {
		border-top:1px solid #666;
		padding:20px;
		text-align:center;
		margin-top:30px;
	}
	.copy-right a {
		color:#888;
		text-decoration:none;
		display:inline-block;
		font-size:14px;
		letter-spacing:1px;
	}
	.sc-pic {
		width:100%;
		max-width:500px;
		padding:20px;
	}
	.toggled-base {
		height:100%;
		overflow:scroll;
		width:100%;
		background:#000;
		position:fixed;
		padding:60px 0 50px 0;
		left:0;
		top:0;
		display:none;
		z-index:999999;
		text-align:left;
	}
	.mobile-menu ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	}
	.mobile-menu ul li {
		width:100%;
		position:relative;
		text-align:left;
	}
	.mobile-menu ul li a {
		display:inline-block;
		padding: 10px;
		font-size:20px;
		text-decoration:none;
		color:#999;
		transition:all 0.25s;
		letter-spacing:1px;
		cursor:pointer;
		text-transform:capitalize;
	}
	.media {
		color:#f34d4a; !important;
	}
	.media span {
		padding-left:6px;
	}
	.media:hover {
		color:#f34d4a; !important;
	}
	.mobile-menu ul li a:hover {
		
		color:#f34d4a;;
	}
	.mobile-menu li ul {
		position:static;
		
		left:0;
		opacity:1;
		visibility:visible;
		width:100%;
		top:0;
z-index:9;
display:none;
	}
	.mobile-menu li ul li {
		width:100%;
		text-align:left;
	}
	.mobile-menu li ul li a {
		padding:10px;
		color:#ccc;
		padding-left:40px;
		font-size:16px;
	}
	.product-list {
		padding-bottom:40px;
	}
	.points ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	.points ul li a {
		display:block;
		font-size:14px;
		letter-spacing:1px;
		color:#fff;
		text-decoration:none;
		transition:all 0.25s;
		padding:10px;
	}
	.points ul li a:hover {
		background:#f34d4a;;
	}
	.social-section-res-menu {
		padding:10px;
		border-top:1px solid #777;
		background:#555;
	}
	.social-section-res-menu .social-section-icons ul li {
		margin-left:10px;
	}
	.hidden-para {
		display:none;
	}
	.lowered a {
		color:#666;
	}
	.footer-illution .social-section-icons ul li a {
		color: #666;

border: 1px solid #666;
	}
	.footer-illution .social-section-icons ul li a:hover {
		background:#666;
		color:#000;
	}
/*======================responsive====================*/
@media screen and (min-width:1211px) {
	.header-low-mobile {
		display:none;
	}
	.header-low {
		display:block;
	}
}
@media screen and (max-width:1210px) {
	.header-low-mobile {
		display:block;
	}
	.header-low {
		display:none;
	}
	.header-top {
    background: #f34d4a;
    padding: 0 20px;

}
body {
    padding-top: 110px;
}
}
@media screen and (max-width:1032px) {
	.gallery ul li {
		width:100%;
	}
	.block-one, .block-two {
		height:auto;
	}
}
@media screen and (max-width:991px) {
	.ban-content {
		display:none;
	}
	.hidden-para {
		display:block;
	}
	.services-block-single {
		margin:10px auto;
	}
	.event-section {
		padding:40px 20px;
	}
	.event-section .container {
		width:auto;
	}
	.iconic-tag-sec ul li span {
		display:none;
	}
}
@media screen and (max-width:890px) {
	.voice {
		padding:40px;
	}
}
@media screen and (max-width:678px) {
	
	.voice-round, .voice-details {
		display:block;
		text-align:center;
		width: 100%;
	}
	.voice-round img {
		display:inline-block;
		max-width:200px;
	}
	.voice-details {
		padding-left:0;
	}
}
@media screen and (max-width:600px) {
	.abt-det ,.advantage {
		padding: 20px 20px 0 20px;
	}
	.about {

    padding: 60px 30px 0 30px;
    text-align: center;

}
.circle-wrap {
	padding:20px;
}
.w3_agileits_banner_bottom_grid {
	display:none;
}
.footer-illution {
	text-align:center;
}
.foot-menu ul {
	display:inline-block;
}
.foot-menu ul li a {
	text-align:center;
}
.mobile-menu ul li a {
	font-size: 14px;
}
.mobile-menu li ul li a {
	font-size: 12px;
}
.voice-details h2 {
	font-size: 24px;
}
}
@media screen and (max-width:550px) {
	.header-top-mid img {
		max-width:120px;
		margin-top:0;
	}
	.hidden-para {
		top: 29%;
	}
	.iconic-tag-sec ul li {
		padding: 0 12px;
	}
	.pro-heading {
		font-size:30px !important;
	}
	.higher-class {
		padding: 20px 0;
	}
}
@media screen and (max-width:480px) {
	.pro-heading-lighte {
    font-size: 32px;
	}
	.pro-heading-sc {
    font-size: 32px;
	}
}
@media screen and (max-width:430px) {
	.w3_service_bottom_grid_pos h3 {
		font-size:13px;
	}
}