html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#FFF8F0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
/*-- touch & mobile optimizations --*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
/*-- FlexSlider mobile fix --*/
.flexslider .slides img{
	max-width: 100%;
	height: auto;
}
.flex-direction-nav a{
	display: none;
}
@media(min-width:768px){
	.flex-direction-nav a{
		display: block;
	}
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
	line-height: 1.8em;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],a,.w3ls_services_grid,.w3ls_footer_grid_leftr h4,.w3ls_footer_grid_leftl{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
/*-- header --*/
.header{
	padding: 1em 0;
	background: linear-gradient(135deg, #E91E63 0%, #9C27B0 100%);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	position: relative;
	z-index: 100;
}
.w3_agile_logo{
	float:left;
}
.w3_agile_logo h1 a{
	font-size: .6em;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/home.png) no-repeat 15px 0px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 101;
}
.w3_agile_logo h1 a:hover{
	color: #FFD700;
	text-decoration: none;
}
.w3_agile_logo h1 a span{
	font-size: 2em;
    color: #FFD700;
    text-shadow: 0px 3px 1px rgba(0,0,0,0.3);
}
.header .navbar{
	margin: 0;
	border: none;
	background: transparent;
}
.header .navbar-collapse{
	padding: 0;
}
.header .navbar-nav{
	float: right;
	margin: 0;
}
.header .navbar-nav > li > a{
	padding: 10px 15px;
	color: #fff;
	font-weight: 600;
}
.header .navbar-nav > li.active > a,
.header .navbar-nav > li > a:hover{
	background: rgba(255,255,255,0.2);
	color: #FFD700;
}
/*-- //header --*/
/*-- banner --*/
.banner{
	background: linear-gradient(rgba(233, 30, 99, 0.7), rgba(156, 39, 176, 0.7)), url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 750px;
    position: relative;
}
.banner-content{
    text-align: center;
    padding: 12em 0 2em;
    color: #fff;
    animation: fadeInUp 1s ease-out;
}
@keyframes fadeInUp{
    from{
        opacity: 0;
        transform: translateY(30px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
.banner-content h2{
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 0.3em;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 3px;
}
.banner-content > p{
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 0.5em;
    letter-spacing: 8px;
    color: #FFD700;
}
.banner-content .banner-desc{
    font-size: 1.1em;
    max-width: 700px;
    margin: 0 auto 2em;
    line-height: 1.8;
    opacity: 0.95;
}
.banner-features{
    display: flex;
    justify-content: center;
    gap: 3em;
    flex-wrap: wrap;
    margin-top: 2em;
}
.banner-feature{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    animation: fadeInUp 1s ease-out;
    animation-fill-mode: both;
}
.banner-feature:nth-child(1){ animation-delay: 0.2s; }
.banner-feature:nth-child(2){ animation-delay: 0.4s; }
.banner-feature:nth-child(3){ animation-delay: 0.6s; }
.banner-feature:nth-child(4){ animation-delay: 0.8s; }
.banner-feature i{
    font-size: 2.5em;
    color: #FFD700;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.banner-feature span{
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
}
.banner1{
	background: linear-gradient(rgba(233, 30, 99, 0.8), rgba(156, 39, 176, 0.8)), url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 200px;
	position:relative;
}
/*-- nav --*/
.navbar-right {
    float: none !important;
    padding: 0;
    margin: 1em 0 0 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-collapse {
    box-shadow: none;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li > a {
    padding:.7em 1.5em;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#FFD700;
    background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#fff;
    background: none;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #FFD700;
}
.navbar-nav {
    margin: 0.5em 0 0;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
}
.agile_short_dropdown li a {
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: .8em 0;
}
.agile_short_dropdown > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color:#E91E63;
}
.w3_agile_nav a {
    margin: 0 .5em;
    overflow: hidden;
    -moz-transition: ease-out 0.3s 0.1s;
    -o-transition: ease-out 0.3s 0.1s;
    -webkit-transition: ease-out 0.3s;
    -webkit-transition-delay: 0.1s;
    transition: ease-out 0.3s 0.1s;
}
.w3_agile_nav a span::before {
  width: 100%;
  height: 2px;
  background: #FFD700;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.w3_agile_nav a span::after {
  width: 100%;
  height: 2px;
  background: #FFD700;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: 0.1s 0.2s;
  -o-transition: 0.1s 0.2s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.2s;
  transition: 0.1s 0.2s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.w3_agile_nav a::before {
  width: 2px;
  height: 100%;
  background: #FFD700;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: 0.1s 0.3s;
  -o-transition: 0.1s 0.3s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.3s;
  transition: 0.1s 0.3s;
}
.w3_agile_nav a::after {
  width: 2px;
  height: 100%;
  background: #FFD700;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: 0.1s 0.1s;
  -o-transition: 0.1s 0.1s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition: 0.1s 0.1s;
}
.w3_agile_nav a:hover {
  color: #FFD700;
}
.w3_agile_nav a:hover::before, .w3_agile_nav a:hover::after,.w3_agile_nav li.active a::before, .w3_agile_nav li.active a::after {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.w3_agile_nav a:hover span::before, .link-effect-12 a:hover span::after,
.w3_agile_nav li.active a span::before, .w3_agile_nav li.active a span::after{
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.agile_short_dropdown li a:before,.agile_short_dropdown li a:after{
	display:none;
}
.agile_short_dropdown li a{
	margin:0;
}
/*-- //nav --*/
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom{
	padding:3em 0;
	background:#fff;
	position: relative;
}
.w3layouts_banner_bottom_left h3{
	font-size: 1.3em;
    color: #333;
    line-height: 1.8em;
    text-transform: capitalize;
}
@media(max-width:768px){
	.w3layouts_banner_bottom_left h3{
		font-size: 1.1em;
		line-height: 1.6em;
	}
}
@media(max-width:480px){
	.w3layouts_banner_bottom_left h3{
		font-size: 1em;
	}
}
.w3_banner_bottom_pos{
	position: absolute;
    bottom:0%;
    right: 14%;
    width: 30%;
    padding: 2em;
    background: linear-gradient(135deg, #E91E63 0%, #9C27B0 100%);
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(233, 30, 99, 0.3);
}
.w3_banner_bottom_pos h2{
	font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    letter-spacing: 5px;
}
.w3_banner_bottom_pos h4{
	font-size: .8em;
    color: #FFD700;
    text-transform: uppercase;
    margin-bottom: 1em;
    letter-spacing: 2px;
}
.w3_banner_bottom_pos select {
    color: #333;
    font-size: 14px;
    padding: 10px;
    outline: none;
    border: none;
    width: 100%;
    font-weight: 600;
}
select option{
	border: 1px solid #DFDFDF;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input.text_box {
    border: 1px solid #ccc;
    padding: 8px 10px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.w3_agileits_section_room {
    border: 1px solid #ccc;
    float: left;
    width: 48%;
}
.bath{
    float: left;
    width: 48%;	
}
.bath:nth-child(5),.w3_agileits_section_room:nth-child(2) {
    margin-left: 1em;
}
.agileits_w3layouts_book_section_single,.wthree_range_slider{
    margin: 1.2em 0;
}
input#amount {
    color: #333;
    font-size: 1em;
    margin-top: 1.5em;
    outline: none;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
}
.w3_banner_bottom_pos input[type="submit"]{
	width: 100%;
    outline: none;
    background: #FFD700;
    padding: 10px;
    color: #333;
    font-size: 1em;
    border: none;
    font-weight: 600;
    letter-spacing: 2px;
}
.w3_banner_bottom_pos input[type="submit"]:hover{
	background:#fff;
}
/*-- //banner-bottom --*/
/*-- services --*/
.services,.skills,.newsletter{
	padding:5em 0;
}
.w3layouts_header{
	text-align:center;
}
.w3layouts_header p{
	font-size:2em;
	color:#E91E63;
	position:relative;
}
.w3layouts_header p:before,.w3layouts_header p:after{
	content: '';
    background: #9C27B0;
    height: 2px;
    width: 5%;
    position: absolute;
    top: 65%;
}
.w3layouts_header p:before{
	left:41%;
}
.w3layouts_header p:after{
	right:41%;
}
.w3layouts_header p span:before,.w3layouts_header p span:after{
	content: '';
    background: #9C27B0;
    height: 2px;
    width: 7%;
    position: absolute;
    top: 35%;
}
.w3layouts_header p span:before{
	left:38%;
}
.w3layouts_header p span:after{
	right:38%;
}
.w3layouts_header h5{
	margin: 1em 0 0;
    color: #E91E63;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.w3layouts_header h5 span{
	color:#9C27B0;
}
.w3_services_grids{
	padding:1em 0 0;
}
.w3l_services_grid{
	margin:2em 0 0;
}
.agileits_services_grid, .agileits_services_grid2, .agileits_services_grid1, .agileits_services_grid5, .agileits_services_grid6, .agileits_services_grid7{
    min-height: 230px;
    padding: 1em;
}
.agileits_services_grid3, .agileits_services_grid4{
    min-height: 340px;
    padding: 1em;
}
.w3l_services_grid:hover .w3ls_services_grid{
	opacity:.8;
}
.agileits_services_grid{
	background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	border-bottom:3px solid #E91E63;
}
.agileits_services_grid1{
	background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	border-bottom:3px solid #9C27B0;
}
.agileits_services_grid2{
	background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	border-bottom:3px solid #009688;
}
.agileits_services_grid3{
	background: url(../images/4.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	border-bottom:3px solid #FF9800;
}
.agileits_services_grid4{
	background: url(../images/5.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	border-bottom:3px solid #FFD700;
}
.agileits_services_grid5{
	background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	border-bottom:3px solid #E91E63;
}
.agileits_services_grid6{
	background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	border-bottom:3px solid #9C27B0;
}
.agileits_services_grid7{
	background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	border-bottom:3px solid #009688;
}
.w3ls_services_grid{
	position:relative;
}
.agile_services_grid1_sub {
    text-align: right;
}
.agile_services_grid1_sub p {
    background: #E91E63;
    padding: 0.2em .5em;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}
.agileinfo_services_grid_pos{
	position: absolute;
    bottom: -10%;
    left: 42%;
    width: 50px;
    height: 50px;
    background: #E91E63;
    border-radius: 50px;
    border: 2px solid #fff;
    text-align: center;
}
.agile_services_grid_pos2,.agile_services_grid_pos3 {
    left: 46% !important;
    bottom: -8% !important;
}
.agileinfo_services_grid_pos i{
	font-size: 1.5em;
    color: #fff;
    line-height: 1.8em;
}
.wthree_service_text{
	text-align: center;
    padding: 2.5em 2em 2em;
    background: #FFF8F0;
	border-radius: 0 0 10px 10px;
}
.wthree_service_text h3{
	font-size:1.1em;
	color:#333;
	text-transform:capitalize;
	letter-spacing:2px;
}
.wthree_service_text ul li {
    display: inline-block;
    color:#E91E63;
}
.wthree_service_text ul li:last-child{
	font-weight:600;
	color:#999;
}
.wthree_service_text h4{
	font-size:.9em;
	text-transform:capitalize;
	margin:.5em 0 1em;
}
.w3_agileits_service{
	color:#E91E63;
}
.w3_agileits_service1{
	color:#9C27B0;
}
.w3_agileits_service2{
	color:#009688;
}
.w3_agileits_service3{
	color:#FF9800;
}
.w3_agileits_service4{
	color:#FFD700;
}
.agileits_w3layouts_ser_sub p,.agile_services_grid_pos{
	background:#9C27B0;
}
.agileits_w3layouts_ser_sub1 p,.agile_services_grid_pos1{
	background:#009688;
}
.agileits_w3layouts_ser_sub2 p,.agile_services_grid_pos2{
	background:#FF9800;
}
.agileits_w3layouts_ser_sub3 p,.agile_services_grid_pos3{
	background:#FFD700;
}
/*-- //services --*/
/*-- skills --*/
.skills{
	background: linear-gradient(rgba(233, 30, 99, 0.8), rgba(156, 39, 176, 0.8)), url(../images/6.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.w3_agile_head p:before,.w3_agile_head p:after,.w3_agile_head p span:before,.w3_agile_head p span:after{
    background: #fff;
}
.w3_agile_head h5 span{
	color:#fff;
}
.w3layouts_skills_grids{
	margin:3em 0 0;
}
.w3ls_about_guage {
    text-align: center;
}
.w3ls_about_guage h4{
    font-size:1em;
	color:#fff;
}
/*-- //skills --*/
/*-- featured-services --*/
.w3_featured_services_right img{
	margin:0 auto;
}
.w3_featured_services_left_gridr h4{
	font-size:1em;
	color:#333;
	text-transform:uppercase;
	letter-spacing:2px;
}
.w3_featured_services_left_gridr p{
	margin:1em 0 0;
	color:#666;
	line-height:2em;
}
.hi-icon {
	display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color:#E91E63;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: FontAwesome;
    speak: none;
    font-size: 2em;
    line-height: 2.7em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow:0 0 0 3px #e4e4e4;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.hi-icon-wrap.hi-icon-effect-9.hi-icon-effect-9a {
    text-align: center;
}
/* Effect 9a */
.w3_featured_services_left_grid:hover .hi-icon-effect-9a .hi-icon:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
}

.w3_featured_services_left_grid:hover .hi-icon-effect-9a .hi-icon{
	box-shadow: 0 0 0 5px #E91E63;
    color: #E91E63;
}
.w3_featured_services_left_grid{
	margin-top:3em;
}
/*-- //featured-services --*/
/*-- newsletter --*/
.newsletter {
    background: linear-gradient(rgba(233, 30, 99, 0.9), rgba(156, 39, 176, 0.9)), url(../images/8.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	position:relative;
}
.w3ls_footer_grid_leftl{
	float: left;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    background: #E91E63;
    border: 2px solid #fff;
}
.w3ls_footer_grid_leftl i{
	color: #fff;
    font-size: 1em;
    line-height:3.2em;
}
.w3ls_footer_grid_leftr{
	float:right;
	width:75%;
}
.w3ls_footer_grid_leftr h4{
	font-size: 1.2em;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: .5em;
}
.w3ls_footer_grid_leftr p{
	color:#f0f0f0;
	line-height:1.5em;
}
.w3ls_footer_grid_leftr a{
	color:#f0f0f0;
	text-decoration:none;
	font-size:14px;
}
.w3ls_footer_grid_leftr a:hover{
	color:#FFD700;
}
.w3l_footer_pos{
	position:absolute;
	padding:1em;
	left:0%;
	bottom:0%;
	width:100%;
	background:rgba(255, 255, 255, 0.18);
}
.w3l_footer_pos p{
	text-align:center;
	color:#fff;
	line-height:1.8em;
}
.w3l_footer_pos p a{
	color:#FFD700;
	text-decoration:underline;
}
.w3l_footer_pos p a:hover{
	color:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl{
	background:#fff;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftl i{
	color:#E91E63;
}
.w3ls_footer_grid_left:hover .w3ls_footer_grid_leftr h4{
	color:#FFD700;
}
.w3ls_footer_grid {
    margin:4em 0 5em;
}
.w3ls_footer_grid_left img{
	max-width: 100%;
	height: auto;
}
/*-- to-top --*/
#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: url(../images/arrow.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);
}
/*-- //to-top --*/
/*-- properties --*/
.agileits_properties_banner{
	margin:3em 0 0;
	text-align:right;
}
.agileits_properties_banner h2{
	font-size:1.8em;
	color:#fff;
}
/*-- //properties --*/
/*-- about --*/
.agileinfo_about_left h4{
	font-size: 1.2em;
    letter-spacing: 3px;
    color: #333;
    text-transform: capitalize;
    line-height: 1.8em;
}
.agileinfo_about_left p{
	margin:2em 0 0;
	color:#666;
	line-height:2em;
}
.agileinfo_about_left p i{
	color: #E91E63;
    display: block;
    margin: 1em 0;
    font-weight: 600;
}
/*-- //about --*/
/*-- content-sections --*/
.content-section{
	padding: 4em 0;
}
.content-section:nth-child(even){
	background: #fff;
}
.content-section:nth-child(odd){
	background: #FFF8F0;
}
.content-section h3{
	font-size: 1.8em;
    color: #E91E63;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.content-section p{
	color: #666;
    line-height: 2em;
    margin-bottom: 1em;
}
/*-- //content-sections --*/
/*-- responsive --*/
@media(max-width:1280px){
	.w3_banner_bottom_pos{
		width: 35%;
	}
}
@media(max-width:991px){
	.w3_banner_bottom_pos{
		width: 45%;
	}
	.w3l_services_grid{
		float: left;
		width: 50%;
	}
}
@media(max-width:768px){
	.banner{
		min-height: 420px;
		background-attachment: scroll;
	}
	.banner-content{
		padding: 5em 0.5em 1.5em;
	}
	.banner-content h2{
		font-size: 1.6em;
		letter-spacing: 1px;
	}
	.banner-content > p{
		font-size: 1em;
		letter-spacing: 3px;
	}
	.banner-content .banner-desc{
		font-size: 0.9em;
	}
	.banner-features{
		gap: 1.2em;
	}
	.banner-feature i{
		font-size: 1.6em;
	}
	.banner-feature span{
		font-size: 0.8em;
	}
	.w3_banner_bottom_pos{
		position: static;
		width: 100%;
		margin-top: 2em;
	}
	.services,.skills,.newsletter,.content-section{
		padding: 2.5em 0;
	}
	/* header mobile */
	.w3_agile_logo{
		float: none;
		text-align: center;
	}
	.w3_agile_logo h1 a{
		background: none;
		padding-left: 0;
	}
	.navbar-right{
		float: none !important;
		margin: 0;
	}
	.navbar-nav{
		margin: 0;
	}
	.navbar-nav > li > a{
		padding: 0.6em 1em;
	}
	.navbar-collapse{
		background: rgba(156, 39, 176, 0.95);
		border-radius: 0 0 8px 8px;
		margin: 0 -15px;
		padding: 0.5em 0;
	}
	.navbar-toggle{
		border-color: rgba(255,255,255,0.5);
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{
		background: rgba(255,255,255,0.15);
	}
	/* gauge mobile */
	.w3ls_about_guage{
		width: 50%;
		margin-bottom: 1.5em;
	}
	.w3ls_about_guage canvas{
		max-width: 100%;
		height: auto;
	}
	/* service grid mobile */
	.agileits_services_grid, .agileits_services_grid2, .agileits_services_grid1, .agileits_services_grid5, .agileits_services_grid6, .agileits_services_grid7{
		min-height: 180px;
	}
	.agileits_services_grid3, .agileits_services_grid4{
		min-height: 220px;
	}
	/* featured services icon mobile */
	.hi-icon{
		width: 60px;
		height: 60px;
	}
	.hi-icon:before{
		font-size: 1.5em;
		line-height: 2.5em;
	}
	/* banner1 sub pages */
	.banner1{
		min-height: 150px;
	}
	.agileits_properties_banner h2{
		font-size: 1.2em;
	}
	/* skills section bg */
	.skills, .newsletter{
		background-attachment: scroll;
	}
	/* footer image */
	.w3ls_footer_grid_left img{
		max-width: 100%;
		height: auto;
	}
}
@media(max-width:480px){
	.banner{
		min-height: 360px;
	}
	.banner-content{
		padding: 4em 0.8em 1em;
	}
	.banner-content h2{
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	.banner-content > p{
		font-size: 0.85em;
		letter-spacing: 2px;
	}
	.banner-content .banner-desc{
		font-size: 0.82em;
		margin-bottom: 1em;
		line-height: 1.6;
	}
	.banner-features{
		gap: 0.8em;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.banner-feature{
		width: 40%;
	}
	.banner-feature i{
		font-size: 1.4em;
	}
	.banner-feature span{
		font-size: 0.7em;
	}
	.w3_agile_logo h1 a{
		font-size: .5em;
		letter-spacing: 2px;
	}
	.w3_agile_logo h1 a span{
		font-size: 1.5em;
	}
	.navbar-nav > li > a{
		padding: 0.5em 1em;
		font-size: 13px;
	}
	.w3l_services_grid{
		width: 100%;
	}
	/* header */
	.header{
		padding: 0.5em 0;
	}
	/* service grid */
	.agileits_services_grid, .agileits_services_grid2, .agileits_services_grid1, .agileits_services_grid5, .agileits_services_grid6, .agileits_services_grid7{
		min-height: 150px;
	}
	.agileits_services_grid3, .agileits_services_grid4{
		min-height: 180px;
	}
	/* gauge */
	.w3ls_about_guage{
		width: 50%;
	}
	.w3ls_about_guage h4{
		font-size: 0.85em;
	}
	/* featured services */
	.w3_featured_services_left_grid{
		margin-top: 1.5em;
	}
	.hi-icon{
		width: 50px;
		height: 50px;
	}
	.hi-icon:before{
		font-size: 1.2em;
		line-height: 2.2em;
	}
	.w3_featured_services_left_gridr h4{
		font-size: 0.85em;
		letter-spacing: 1px;
	}
	.w3_featured_services_left_gridr p{
		font-size: 12px;
		line-height: 1.6em;
	}
	/* about section */
	.agileinfo_about_left h4{
		font-size: 1em;
		letter-spacing: 1px;
	}
	.agileinfo_about_left p{
		font-size: 13px;
		line-height: 1.8em;
	}
	/* section headers */
	.w3layouts_header h5{
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.w3layouts_header p{
		font-size: 1.5em;
	}
	/* banner1 sub pages */
	.banner1{
		min-height: 120px;
	}
	.agileits_properties_banner h2{
		font-size: 1em;
	}
	/* footer */
	.w3l_footer_pos p{
		font-size: 12px;
	}
}
@media(max-width:360px){
	.banner{
		min-height: 300px;
	}
	.banner-content{
		padding: 3em 0.5em 0.8em;
	}
	.banner-content h2{
		font-size: 1.1em;
	}
	.banner-content > p{
		font-size: 0.8em;
		letter-spacing: 1px;
	}
	.banner-content .banner-desc{
		font-size: 0.78em;
	}
	.banner-feature{
		width: 45%;
	}
	.banner-feature i{
		font-size: 1.2em;
	}
	.banner-feature span{
		font-size: 0.65em;
	}
	.w3_agile_logo h1 a{
		font-size: .45em;
		letter-spacing: 1px;
	}
	.w3_agile_logo h1 a span{
		font-size: 1.3em;
	}
	/* service grid */
	.agileits_services_grid, .agileits_services_grid2, .agileits_services_grid1, .agileits_services_grid5, .agileits_services_grid6, .agileits_services_grid7{
		min-height: 130px;
	}
	.wthree_service_text h3{
		font-size: 0.95em;
	}
	.wthree_service_text p{
		font-size: 12px;
	}
	/* gauge */
	.w3ls_about_guage h4{
		font-size: 0.75em;
	}
	/* section padding */
	.services,.skills,.newsletter,.content-section{
		padding: 2em 0;
	}
	.w3layouts_header h5{
		font-size: 1em;
	}
	.w3layouts_header p{
		font-size: 1.2em;
	}
	/* featured services */
	.w3_featured_services_left_gridr h4{
		font-size: 0.8em;
	}
	.hi-icon{
		width: 45px;
		height: 45px;
	}
	.hi-icon:before{
		font-size: 1em;
		line-height: 2.3em;
	}
	/* about */
	.agileinfo_about_left h4{
		font-size: 0.9em;
	}
	/* banner1 */
	.banner1{
		min-height: 100px;
	}
	.agileits_properties_banner h2{
		font-size: 0.85em;
	}
}

/* ========================================
   Page-specific styles for DaiMa.html
   ======================================== */
.card-section{padding:60px 0;background:#f9f9f9}
.service-card{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 4px 15px rgba(0,0,0,0.08);transition:transform 0.3s}
.service-card:hover{transform:translateY(-5px)}
.card-icon{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.card-icon i{font-size:32px;color:#fff}
.service-card h4{text-align:center;margin-bottom:15px;color:#333;font-size:20px}
.service-card p{color:#666;line-height:1.8;text-align:center}
.card-grid{display:flex;flex-wrap:wrap;gap:25px;margin-top:40px}
.card-grid .col-md-4{flex:0 0 calc(33.333% - 25px);max-width:calc(33.333% - 25px)}
.featured-box{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;padding:40px;color:#fff;margin-top:40px}
.featured-box h3{margin-bottom:20px;font-size:26px}
.featured-box p{line-height:1.8;font-size:16px}
.stats-row{display:flex;justify-content:space-around;margin:40px 0;flex-wrap:wrap}
.stat-item{text-align:center;padding:20px}
.stat-number{font-size:48px;font-weight:bold;color:#667eea}
.stat-label{font-size:16px;color:#666;margin-top:10px}

/* ========================================
   Page-specific styles for DaiHuai.html
   ======================================== */
.intro-section{padding:60px 0}
.timeline-section{padding:60px 0;background:#f5f7fa}
.timeline{position:relative;max-width:1000px;margin:40px auto 0}
.timeline::before{content:'';position:absolute;left:50%;width:4px;height:100%;background:linear-gradient(to bottom,#667eea,#764ba2);transform:translateX(-50%)}
.timeline-item{position:relative;margin-bottom:50px}
.timeline-item::after{content:'';display:table;clear:both}
.timeline-dot{position:absolute;left:50%;top:20px;width:20px;height:20px;background:#fff;border:4px solid #667eea;border-radius:50%;transform:translateX(-50%);z-index:2}
.timeline-content{width:45%;padding:25px;background:#fff;border-radius:10px;box-shadow:0 3px 15px rgba(0,0,0,0.1)}
.timeline-content h4{color:#667eea;margin-bottom:10px;font-size:20px}
.timeline-content p{color:#666;line-height:1.8}
.timeline-left .timeline-content{float:left}
.timeline-right .timeline-content{float:right}
.timeline-left{padding-right:55%}
.timeline-right{padding-left:55%}
.timeline-icon{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:inline-flex;align-items:center;justify-content:center;margin-bottom:15px}
.timeline-icon i{font-size:24px;color:#fff}
.advantage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}
.advantage-card{text-align:center;padding:30px 20px;background:#fff;border-radius:10px;transition:all 0.3s}
.advantage-card:hover{box-shadow:0 5px 20px rgba(102,126,234,0.2)}
.advantage-card i{font-size:40px;color:#667eea;margin-bottom:15px}
.advantage-card h4{margin-bottom:10px;color:#333}
.advantage-card p{color:#666;line-height:1.6}

/* ========================================
   Page-specific styles for DaiMu.html
   ======================================== */
.alternate-section{padding:60px 0}
.alternate-content{max-width:900px;margin:0 auto 60px;text-align:center;padding:0 20px}
.alternate-content:last-child{margin-bottom:0}
.alternate-content h4{color:#667eea;font-size:26px;margin-bottom:20px}
.alternate-content p{color:#666;line-height:2;font-size:17px;text-align:justify}
.alternate-icon{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 25px}
.alternate-icon i{font-size:32px;color:#fff}

/* ========================================
   Page-specific styles for ZhuYun.html
   ======================================== */
.data-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:80px 0;color:#fff}
.data-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:40px}
.data-item{text-align:center;padding:30px}
.data-number{font-size:56px;font-weight:bold;margin-bottom:10px}
.data-label{font-size:18px;opacity:0.9}
.feature-section{padding:60px 0;background:#f9f9f9}
.feature-box{background:#fff;border-radius:15px;padding:40px;margin-bottom:30px;box-shadow:0 5px 20px rgba(0,0,0,0.08)}
.feature-box h4{color:#667eea;font-size:22px;margin-bottom:15px;display:flex;align-items:center;gap:15px}
.feature-box h4 i{font-size:28px}
.feature-box p{color:#666;line-height:1.8;padding-left:43px}
.technology-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:40px}
.tech-card{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:30px;color:#fff;text-align:center;transition:transform 0.3s}
.tech-card:hover{transform:translateY(-8px)}
.tech-card i{font-size:48px;margin-bottom:20px}
.tech-card h4{font-size:20px;margin-bottom:15px}
.tech-card p{opacity:0.9;line-height:1.6}

/* ========================================
   Page-specific styles for DaiSheng.html
   ======================================== */
.step-section{padding:60px 0;background:linear-gradient(135deg,#f5f7fa 0%,#e8eaf6 100%)}
.step-container{max-width:900px;margin:40px auto 0}
.step-item{display:flex;gap:30px;margin-bottom:40px;background:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 20px rgba(0,0,0,0.08);position:relative;transition:transform 0.3s}
.step-item:hover{transform:translateX(10px)}
.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:bold;flex-shrink:0}
.step-content{flex:1}
.step-content h4{color:#667eea;font-size:22px;margin-bottom:10px}
.step-content p{color:#666;line-height:1.8}
.step-icon{position:absolute;right:30px;top:50%;transform:translateY(-50%);font-size:48px;color:#667eea;opacity:0.2}
.guarantee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:40px}
.guarantee-card{background:#fff;border-left:4px solid #667eea;padding:25px;border-radius:0 10px 10px 0;box-shadow:0 3px 10px rgba(0,0,0,0.05)}
.guarantee-card h4{color:#333;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.guarantee-card h4 i{color:#667eea;font-size:24px}
.guarantee-card p{color:#666;line-height:1.6}
.cta-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:60px 0;color:#fff;text-align:center}
.cta-section h3{font-size:32px;margin-bottom:20px}
.cta-section p{font-size:18px;margin-bottom:30px;opacity:0.9}
.cta-btn{display:inline-block;background:#fff;color:#667eea;padding:15px 40px;border-radius:30px;font-size:18px;font-weight:bold;text-decoration:none;transition:all 0.3s}
.cta-btn:hover{background:#f5f7fa;transform:scale(1.05)}

/* ========================================
   Common intro-text style for all pages
   ======================================== */
.intro-text{max-width:900px;margin:0 auto;text-align:center}
.intro-text h4{color:#667eea;font-size:28px;margin-bottom:25px}
.intro-text p{color:#666;line-height:2;font-size:17px;text-align:justify}

/* ========================================
   Responsive styles for page-specific CSS
   ======================================== */
@media(max-width:768px){
	.timeline::before{left:30px}
	.timeline-dot{left:30px}
	.timeline-content{width:calc(100% - 70px)}
	.timeline-left,.timeline-right{padding:0 0 0 70px}
	.timeline-left .timeline-content,.timeline-right .timeline-content{float:none}
	.step-item{flex-direction:column}
	.step-icon{display:none}
	.data-grid{grid-template-columns:repeat(2,1fr)}
	.technology-grid{grid-template-columns:1fr}
}

/* ========================================
   Utility classes for inline style replacement
   ======================================== */
.highlight-box{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;padding:40px;color:#fff;margin-top:40px}
.highlight-box h3{margin-bottom:20px}
.highlight-box p{line-height:1.8;font-size:16px}
.data-section-title{text-align:center;font-size:32px;margin-bottom:10px}
.data-section-subtitle{text-align:center;opacity:0.9;font-size:16px}
.footer-center{text-align:center}
.footer-center h3{color:#667eea;margin-bottom:20px}
.footer-center p{font-size:24px;color:#333;font-weight:bold}
