@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");

@font-face {
  font-family: "Poppins", sans-serif;
  src:url(fonts/Roboto.ttf);
}
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: "Poppins", sans-serif; color:#3f3f3f;
}
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;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], 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;
	padding: 0;
	font-family: "Poppins", sans-serif;
	
}
p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
label {
	margin:0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
img {
	width: 100%;
}
/*-- //Reset Code --*/
.header-w3layoutstop {
    padding: 0;
    background: #be1f1e;
}
.header-w3layoutstop p {
    color: #fff;
    font-size: 1em;
    text-align: center;
	padding: 8px 5px;
}
.search-grid {
    float: right;  margin-top:8px;
}
.search-grid input[type="text"] {
    display: inline-block;
    background: none;
    border: none;
    border-right: solid 1px #ffffff;
    width: 84%;
    padding: .5em;
    outline: none;
    font-size: .9em;
    color: #FFFFFF;
}
.big-dog::-webkit-input-placeholder {
	color: #FFFFFF !important;
}
.search-grid i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
    font-size: 1.2em !important;
}
.search-grid button.btn1 {
    color: #ffffff;
    font-size: .9em;
	padding: 6px 6px;
    border: none;
	outline:none;
    text-align: center;
    text-decoration: none;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.search button:hover{
    border: solid 1px #212121;
    background: #212121;
}
.search button:hover i.fa.fa-paper-plane-o{
    color: #FFFFFF !important;
}

#suggestPost3 {
    height: 100%;
    right:0px;
    position: fixed;
    top: 200px;
    width:55px;
    float: right !important;
    z-index: 99999999 !important;
}

/*-- navbar --*/
.nav-links .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
.nav-links .navbar {
	margin-bottom:0px;
}
.nav-links .navbar-inverse {
    background-color:#fff;
	border:none;
	
    border-radius: 0; padding:3px;
}
.nav-links .navbar-inverse .navbar-brand h1 {
    color: #0A0A0A;
	text-transform: uppercase;
	font-size: 30px;
    font-weight: 600;
}
.nav-links .navbar-brand {
	height:inherit;
	padding:1px 0px;
}
.nav-links .navbar-nav>li>a {
   padding: 23px 11px;
    color: #555;
    font-size: 17px;
}
.nav-links  .navbar-inverse .navbar-nav>li>a:hover {
    background-color:#fff;
	color:#f68e31;
}
.navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
}
.nav-links .navbar-inverse .navbar-nav>.active>a,.nav-links  .navbar-inverse .navbar-nav>.active>a:focus,.nav-links  .navbar-inverse .navbar-nav>.active>a:hover {
    color: #f68e31;
    background-color: #FFFFFF;
}
.navbar-header {
    width: 20%;
    float: left;
}
.call {
   width:90px;
   top:25px;
    position: absolute;
    right:109px;
     font-size:22px;
	font-weight: 500; margin-top:-6px;
}
div#myNavbar {
    width:70%;
	margin:0 auto;
   }
.navbar-nav {
    float: right; margin-top:28px;
}
/*-- Link Effect: bottom border enlarge --*/
.link-effect a {
	padding: 0 0 10px;
}
.link-effect a::after {
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 1px;
	background:#f68e31;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.link-effect ul li a::after {
	position: absolute;
	top: 93%;
	left: 0;
	width: 100%;
	height: 0;
	background:#f68e31;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.link-effect li.active a::after,
.link-effect a:hover::after{
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.link-effect ul li a:hover::after{
	height: 0;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/*-- /Link Effect: bottom border enlarge --*/
/*-- /navbar --*/
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
}
.agile_short_dropdown li a {
    /*text-transform: uppercase;*/
    color: #212121;
    font-size: 14px;
    padding:10px 20px; 
	text-align:left;
}
.agile_short_dropdown > li > a:hover {
    color:#f68e31;
    text-decoration: none;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #000;
    background-color: #fff;
}
/*-- banner --*/
.w3layouts-banner-slider {
    background:url(../images/prop-banner2.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
	min-height:451px;
	position: relative;
}
.w3layouts-banner-slider::after {
	content: "";
    background: url(../images/bot_line.png)no-repeat 0px 0px;
    background-size: contain;
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 6px;
    width: 100%;
	left: 0;
    right: 0;

}

.testimonial_slider {
    background: url(../images/mid-banner.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
	min-height:420px;
}
.testimonial_sliderInn {background-color: rgba(255,255,255,.7); border-radius:10px; box-shadow: 0px 0px 10px #ccc;}

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 8%;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

.carousel-inner {
    min-height: 0px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.w3layouts-banner-slider-1 {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
	min-height:180px;
}
.w3layouts-banner-slider-2 {
    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
	min-height:180px;
}
.w3layouts-banner-slider-3 {
    background: url(../images/projects_gallery/blogs-banner.jpg) no-repeat 0px 0px;
    background-size: cover;
	min-height:200px;
}

.w3layouts-banner-slider-4 {
    background: url(../images/gallery/training/training-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
	min-height:180px;
}
.top-agileits-banner {
    margin: 16em 0 8em 16em;
}
.agileits-banner-info{
	float:left;
}
.agileits-banner-info h3{
    color: #FFF;
    font-size: 4em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 13px;
}
.w3-button{
    margin: 4em 0 0 0;
}
.w3ls-button a{
    color: #FFFFFF;
    font-size: 1em;
    text-decoration: none;
    padding: .5em 2em;
    background: none;
    text-align: center;
    border: solid 2px #FFFFFF;
}
.w3ls-button a:hover{
	background: #6bcad2;
    border: solid 2px #6bcad2;
}
.agileinfo-social-grids{
    margin: 1.2em 0 0 0;
    float: right;
}
.agileinfo-social-grids ul {
    padding: 0;
    margin: 0;
}
.agileinfo-social-grids a{
	display: block;
    margin: 1.5em 0;
    color: #FFFFFF;
    text-align: center;
}
.agileinfo-social-grids a i.fa{
    font-size: 1em;
    color: #ffffff;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids  a i.fa.fa-twitter:hover{
	color: #1da1f2;
}
.agileinfo-social-grids a i.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids a i.fa.fa-vk:hover{
	color: #45668e;
}
.mouse {
    height: 45px;
    border: 2px solid #fff;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 12px;
    margin: 7em auto 0;
}
.mouse:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -2.5px;
    top: 10px;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
.bounce.animated {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
    width: 25px;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	-ms-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 255px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 56px;
    height: 56px;
    background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 32%;
    left: 0;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: block;
    margin: 1em 0;
    text-align: center;
}
/*----*/
.callbacks_tabs a{
    visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0;
    height: 68px;
    width: 4px;
}
/*-- //slider --*/
/*-- //banner --*/
/*-- services --*/  
.ser-agile {
    padding: 70px 42px;
    background-color: #fff;
    border-bottom: 4px solid #6bcad2;
	box-shadow: 0 2px 5px 0 rgba(104, 97, 97, 0.16), 0 2px 10px 0 rgba(204, 200, 200, 0.12);
}
.services-w3grids{
    text-align: center;
} 
.ser-wthree {
    position: relative;
}
.services {
    padding: 0 0 25em; background:#f0f0f0;
}
.services-agileinfo {
    position: absolute;
    top: 3em;
}
.services-w3grids i.fa{
    color: #6bcad2;
    font-size: 2em;
}
.services-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 1.4em 0;
    margin: 0 auto 1em;
    border: 2px solid #6bcad2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
    border-radius: 50%;
}
.services-w3grids p {
    margin-top: 0.5em;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 26px;
}
.services-w3grids:nth-child(3) {
    margin-bottom: 4em;
}
/*-- Radial In --*/
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #6bcad2;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-radial-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transition-property: transform;
	-moz-transition-property: transform; 
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; 
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
	color:#fff;
}
.services-w3grids:hover div.hvr-radial-in:before{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);	
}
.services-w3grids:hover i.fa{
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;	
} 
/*-- //services --*/
.services-agileinfo h4 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
}
/*-- welcome --*/
.welcome {
    padding: 2em 0 11em;
}
.agileits-title {
    margin-bottom:5em;
}
.agileits-title h3,.agileits-title h2{
    font-size: 3.5em;
    text-align: center;
    color: #6bcad2;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.agileits-title p {
    text-align: center;
    margin-top: 0.2em;
}
.welcome-agiletext p {
    margin-top: 0.5em;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 26px;
}
.welcome-w3left, .welcome-w3right {
    padding: 0;
    overflow: hidden;
}
.w3ls-row {
    padding: 0;
    margin: 0;
    border: none;
	position: relative;
}
.welcome-w3right {
    position: absolute;
    top: 25%;
    right: 15%;
    background: #fff;
    border: 1px solid #ccc;
}
img.img-responsive {
    width: 100%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
    transition: .5s all;
   /* border: 1px solid #f1f1f1;*/
	height: 200px;    
}

img.img-responsive2 {
    width: 100%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
    transition: .5s all;
	height: auto;
}

img.img-responsive3 {
    width: 100%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
    transition: .5s all;
	height: 154px;
}

.welcome-agiletext {
    padding: 3em 3em;
}
.welcome-w3right h4 {
    font-size: 2.1em;
    color: #000;
    margin-bottom: 0.5em;
}
a.more {
    font-size: 1em;
    color: #fff;
    background:#6bcad2;
    padding: .6em 1.8em;
    display: inline-block;
    margin-top: 1.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
    border-radius: 4px;
    border-bottom:4px solid transparent;
}
a.more:hover {
    background:#6bcad2; 
    border-bottom-color:#04a6bb;
}
a.close {
    opacity: .4;
    margin: -1.5em -.5em 0 0;
    outline: none;
}
.w3ls-row.alert:hover img.img-responsive {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}
.tabcontent-grids {
    padding-top: 1em;
}
/*-- //welcome --*/
.modal-body p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    padding: 15px 8px;
}
/*-- team --*/
.team {
    text-align: center;
}
.agile_team_grids{
  margin: 30px 0 0 0;
}
.agile_team_grid1{
	padding: 0px; margin: 0px
}
/*--category--*/
.cateM {padding: 10px; border: 1px solid #e5e5e5; border-radius: 7px; float:left; margin-bottom: 30px;}
.detail{margin:0; padding:0px; display: flex;}
.detail_left{font-size:14px; color:#555; text-align: left; width:55%; float:left; padding: 6px 0;}
.detail_right{font-size:14px; color:#555; text-align: right; width:45%; float:right; padding: 6px 0;}
.detaiA { padding: 6px 12px; border: 1px solid #0e72b7; border-radius: 5px; color: #0e72b7; text-transform:uppercase; margin: 10px 0; border-bottom:3px solid #0e72b7;}
.detaiB { padding: 6px; border: 1px solid #fff; border-radius: 5px; color: #fff; text-transform:uppercase; margin: 10px 0; background: none; font-size: 12px; width: 50%;}
.agile_team_grid1 h4{
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
	margin-bottom:.5em;
	padding:6px 10px;
	background: #2492dd;
	text-align: center;
	
}
.agile_team_grid1 p{
    color: #6bcad2;
	font-size:14px;
}
.agile_team_grid_main{
	position:relative;
	overflow:hidden;
}
.agile_team_grid_main .p-mask{
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0%;
    position: absolute;
    padding:2em 0;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
	height:100%;
}
.agile_team_grid:hover .p-mask{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
ul.social-icons li {
	display:inline-block;	
}
ul.social-icons li  a{
	font-size:16px;
	color:#fff;
	border:1px solid #fff;
	display:inline-block;	
	margin:0 5px;
}
ul.social-icons li  a .fa{
	padding:8px 15px;
}
ul.social-icons li  a .fa-twitter:hover{
	color:#1da1f2;
}
ul.social-icons li  a .fa-facebook:hover{
	color:#3b5998;
}
ul.social-icons li  a .fa-linkedin:hover{
	color:#0077b5;
}
/*-- team --*/
/*-- reservation --*/ 
.reservation-info{
    background: url(../images/mid-banner.jpg)no-repeat 0px 0px;
    background-size:cover;
	background-attachment: fixed;
	padding: 30px !important;
}
.book-reservation {
    margin-top: 4em;
}  
.book-reservation label i {
    font-size: 0.8em;
    margin-right: 5px;
    color: #6bcad2;
}
.book-reservation input[type="text"],.book-reservation select.form-control  {
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 1em;
    padding: 1em 1em;
    border: none;
    border-bottom: 2px solid #fff;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
    line-height: 1.8em;
    background: none;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
} 
.book-reservation ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff !important;
}
.book-reservation ::-moz-placeholder { /* Firefox 19+ */
  color:#fff !important;
}
.book-reservation:-ms-input-placeholder { /* IE 10+ */
  color:#fff !important;
}
.book-reservation:-moz-placeholder { /* Firefox 18- */
  color:#fff !important;
}
.book-reservation select.form-control {
	outline: none; 
    height: 60px;  
	border-radius:0;
	box-shadow: none;
}
.book-reservation input:hover,.book-reservation select.form-control:hover{
    border-color: #00e1f7;
} 
.form-left {
    padding-left: 0;
}
.reservation h4 {
    color: #6bcad2;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}
.reservation p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin: 20px 0;
}
.make input[type=submit] {
    color: #fff;
    padding: 1.15em 2em;
    font-size: 1.1em;
    cursor: pointer;
	border:2px solid transparent;
    border-bottom: 2px solid #fff;
    outline: none;
    background: none;  
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
.make input[type=submit]:hover {
	color: #6bcad2;
	border: 2px solid #6bcad2;
} 
.form-control option {
    background-color: #eee!important;
}
/*-- //reservation --*/
h3.agileits-title.w3title1, h2.agileits-title.w3title2 {
    color: #212121;
}
.w3title1 h2 {font-size:26px; color:#000; text-align:center; font-weight:400; letter-spacing: 0; text-transform: capitalize;}
.w3title1 h2 span{ color:#ec801f; }
h2.agileits-title.w3title2 {
    color: #fff;
}
h3.agileits-title, h2.agileits-title {
    font-size: 3em;
    margin-bottom: 0.5em;
}
p.top-p {
    color: #777;
    font-size: 14px;
    width: 60%;
    line-height: 26px;
    margin: 0 auto;
}
/*-- social-wthree-icons --*/  
.social-wthree-icons { 
    text-align: left; 
}
.social-wthree-icons.bnragile-icons ul li {
    display: inline-block;
}
.social-wthree-icons ul li { 
    text-align: center; 
}
.social-wthree-icons ul li a.fa {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    display: inline-block;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
	border: 2px solid #fff;
    border-radius: 50%;
}
.icon-border {
	position: relative;
}

.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
} 
.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;      
}  
.social-wthree-icons ul li a.fa.facebook:hover{
	color:#3b5998;   
} 
.social-wthree-icons ul li a.fa.twitter:hover{
	color:#4099ff;   
} 
.social-wthree-icons ul li a.fa.googleplus:hover{
	color:#d34836;   
} 
.social-wthree-icons ul li a.fa.dribbble:hover{
	color:#ec4a89;   
} 
/* facebook */
.icon-border.facebook::before {
	-webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998;  
} 
.icon-border.facebook:hover::before {
	-webkit-box-shadow: inset 0 0 0 2px #3b5998; 
	-moz-box-shadow: inset 0 0 0 2px #3b5998; 
	-o-box-shadow: inset 0 0 0 2px #3b5998; 
	-ms-box-shadow: inset 0 0 0 2px #3b5998; 
	box-shadow: inset 0 0 0 2px #3b5998; 
}  
/* twitter */
.icon-border.twitter::before {
	-webkit-box-shadow: inset 0 0 0 48px #4099ff;
	-moz-box-shadow: inset 0 0 0 48px #4099ff;
	-o-box-shadow: inset 0 0 0 48px #4099ff;
	-ms-box-shadow: inset 0 0 0 48px #4099ff;
	box-shadow: inset 0 0 0 48px #4099ff;
} 
.icon-border.twitter:hover::before {
	-webkit-box-shadow: inset 0 0 0 2px #4099ff;
	-moz-box-shadow: inset 0 0 0 2px #4099ff;
	-o-box-shadow: inset 0 0 0 2px #4099ff;
	-ms-box-shadow: inset 0 0 0 2px #4099ff;
	box-shadow: inset 0 0 0 2px #4099ff;
} 
/* google plus */
.icon-border.googleplus::before {
	-webkit-box-shadow: inset 0 0 0 48px #d34836;
	-moz-box-shadow: inset 0 0 0 48px #d34836;
	-o-box-shadow: inset 0 0 0 48px #d34836;
	-ms-box-shadow: inset 0 0 0 48px #d34836;
	box-shadow: inset 0 0 0 48px #d34836;
} 
.icon-border.googleplus:hover::before {
	-webkit-box-shadow: inset 0 0 0 2px #d34836;
	-moz-box-shadow: inset 0 0 0 2px #d34836;
	-o-box-shadow: inset 0 0 0 2px #d34836;
	-ms-box-shadow: inset 0 0 0 2px #d34836;
	box-shadow: inset 0 0 0 2px #d34836;
} 
/* dribbble */
.icon-border.dribbble::before {
	-webkit-box-shadow: inset 0 0 0 48px #ec4a89;
	-moz-box-shadow: inset 0 0 0 48px #ec4a89;
	-o-box-shadow: inset 0 0 0 48px #ec4a89;
	-ms-box-shadow: inset 0 0 0 48px #ec4a89;
	box-shadow: inset 0 0 0 48px #ec4a89;
} 
.icon-border.dribbble:hover::before {
	-webkit-box-shadow: inset 0 0 0 2px #ec4a89;
	-moz-box-shadow: inset 0 0 0 2px #ec4a89;
	-o-box-shadow: inset 0 0 0 2px #ec4a89;
	-ms-box-shadow: inset 0 0 0 2px #ec4a89;
	box-shadow: inset 0 0 0 2px #ec4a89;
}  
/*-- //social-wthree-icons --*/ 
/*-- footer start here --*/ 
.footer-agile {
	background: url(../images/skillsbg.jpg)no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed; position: relative;
    padding: 30px 0 0;
}
 .footer-agile::before {
	content: "";
    background: url(../images/bot_line.png)no-repeat 0px 0px;
    background-size: contain;
    position: absolute;
    top: -6px;
    z-index: 99;
    height: 6px;
    width: 100%;
	display: block;
}
.footer-top-agileinfo {
    text-align: center;
    padding-top: 2em;
}
.footer-btm-agileinfo {
    padding-bottom: 3em;
}
.footer-grid h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0.8em;
    font-weight: 300;
	border-bottom: 1px solid #aaa;
    line-height: 40px;
	text-align: left;
}
.footer-grid h5 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 300;
	text-align: left;
}
.footer-grid h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 400;
	text-align: left;
}
.footer-grid li {
    display: block;
	font-size:15px;
	line-height:1.7;
	color:#ccc;
	font-weight: 300;
	text-align: left;
}
.footer-grid  li a {
    color:#ccc;
}
.footer-top-agileinfo .icon {
    margin: 0 10px;
}
.footer-grid  li a i.glyphicon{
    margin-right: 8px;
	font-size: .8em;
}
.footer-grid  li a:hover { 
    color: #4CAF50;
}  
.footer-grid form {
    position: relative;
} 
.footer-grid input[type="email"] {
    width: 63%;
    padding: 0.8em;
    font-size: 0.9em;
    float: left;
    color: #fff;
    outline: none;
    border: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
} 
.footer-grid form:hover input[type="email"] {
	border-color:#6bcad2;
} 
/*.footer-grid input[type="submit"] {
    float: left;
    color: #fff;
    font-size: .9em;
    outline: none;
    padding: 0.8em 1.5em;
    border: 1px solid #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
    margin-left: 1em;
} */

.footer-grid input[type="submit"] {
    color: #fff;
    font-size: .9em;
    outline: none;
    padding: 0.8em 1.5em;
    border: 1px solid #FFF !important;
    transition: 0.5s all !important;
    -webkit-transition: 0.5s all !important;
    -moz-transition: 0.5s all;
    -webkit-appearance: none;
}


.footer-grid form:hover input[type="submit"]{
    background-color: #6bcad2;
    border-color: #6bcad2;
} 
.footer-grid ::-webkit-input-placeholder {
	color: #666 !important;
}
.contact-left::-webkit-input-placeholder {
	color: #777 !important;
}
.footer-grid li a:hover{
   color: #31c1f0;
} 
.copy-w3lsright p {
    color: #fff;
    margin-top: 1.8em;
    letter-spacing: 1px;
    font-size: .9em;
}
.copy-w3lsright p a{ 
    color: #6bcad2;
	text-decoration:none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.copy-w3lsright p a:hover{ 
    color: #fff; 
}
/*-- //footer end here --*/ 
/*-- projects --*/
.w3ls-title {
    text-align: center;
}
.portfolio {
    padding: 5em 0;
}
.w3_agileits_header1:after{
	left:20% !important;
}
.filtr-item {
    padding: 1em;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
} 
/* Filter controls */
ul.simplefilter {
    text-align: center;
    margin: 3em 0;
}
.simplefilter li {
	color: white;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	padding: 0.8em 2em;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius: 3px; 
	margin: 0 0.3em;
	font-size:1em;
}
.simplefilter li {
    background-color: #212121;
}
.simplefilter li.active,.simplefilter li:hover {
    background-color: #6bcad2;
}
.agileits_portfolio_grid{
	position:relative;
	overflow: hidden;
}
.agileits_portfolio_grid .w3_textbox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.53);
	padding: 0 2em;
}
.agileits_portfolio_grid:hover .w3_textbox{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.w3_textbox {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-align:center;
}
.w3_textbox h4 {
    font-size: 1.5em;
    color:#ec801e;
    margin: 3em 0 .5em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.w3_textbox p{
	color: #fff;
    line-height: 1.8em;
}
/*-- //projects --*/
/*-- map --*/ 
.map iframe{
	width:100%;
	height:350px;
	position:relative;
	border: none;
} 
.address-row {
    margin:1em 0;
}
.address-right {
    text-align: left;
	padding:0px;
}
.contact-w3lsright h6 {
    font-size: 1.8em;
    color: #595c65;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: uppercase; 
}
.contact-w3lsright h6 span {
    color: #03A9F4; 
} 
.address-left {
    padding: 0;
    text-align: center;
}
.address-row span.glyphicon {
    font-size: 1.2em; border-radius: 50%;
    border: 1px solid ;
    padding: 15px;
    color: #ec801e;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
	
}
.address-row:hover span.glyphicon {
    border-color: #30c1f0; 
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
    transform: rotatey(360deg);	
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
}
.address-row h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: .3em;
    font-weight: 300;
}
.address-row p a {
    color: #ec801e;
}
.address-row p a:hover{
    color: #30c1f0;
}
.address h4 {
    font-size: 1.8em;
    color: #6bcad2;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
/*-- //map --*/ 
/*-- contact --*/ 
.contact-left input[type="text"],.contact-left input[type="email"]{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:#f9f9f9;
	width:100%;
	padding:8px 15px;
	outline:none;
	border-radius: 10px;
}
.contact-left input[type="text"]:hover,.contact-left input[type="email"]:hover,.contact-right textarea:hover{
	border-color:#6bcad2;	
}
.contact-left textarea{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:#fff;
	width:100%;
	padding:8px 15px;
	outline:none;
    min-height: 8em;
	resize:none;
	border-radius: 10px;
}
.contact-right textarea{
	border:1px solid #ccc;
	font-size:1em;
	color:#828282;
	background:#fff;
	width:100%;
	padding:.8em 1em;
	outline:none;
    min-height: 8em;
	resize:none;
	border-radius: 10px;
}
.contact-left input[type="text"]{
	margin:0 0 16px;
}

.contact-right input[type="submit"] { 
    padding: 8px 16px;border-radius: 10px;
    color: #fff;
    font-size: 18px;
    background: #ec801e; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
    outline: none;
    margin: 14px 0 0;
    width: 100%;
    text-transform: uppercase;
	width: 25%;
}
.contact-right input[type="submit"]:hover{
    background: #30c1f0;	
	color:#fff;
}
.contact {
    padding: 5em 0;
}
.map {
    margin: 3em 0;
}
/*-- //contact --*/
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 28px;
    color: #6bcad2 !important;
    margin: 30px 0 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 600;
    letter-spacing: 2px;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #ccc;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
@media (max-width:991px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
}
@media (max-width:768px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}
}
@media (max-width: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
}
@media (max-width: 414px){
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}
@media (max-width: 384px){
	.icon-box {
		float: none;
		width: 100%;
	}
}
/*-- //icons --*/
.w3_wthree_agileits_icons.main-grid-border {
    padding: 5em 0;
}
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
  font-weight: 300;
    font-size: 14px;
    padding: 8.7% 0px;
    background: #afa2a2;
    color: #fff !important;
    display: block;
    margin-bottom: 2px !important;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #6bcad2;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #f3c108;
	border-radius: 50%;
    margin-right: 5px;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
/*.label {
	font-weight: 300 !important;
}*/
.label {
	padding: 4px 6px;
	border: none;
	font-weight: bold !important;
	border-radius:10px;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
	font-size: 13px;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.typo {
    padding: 5em 0;
}
ul.bs-glyphicons-list {
    padding: 0;
} 
/*-- services --*/
.agileinfo_services_grids{
	padding-top:1em;
}
.w3_agile_services_grid{
	margin-top:2em;
}
.wthree_services_grid1{
	background:url(../images/g6.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.wthree_services_grid2{
	background:url(../images/g5.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.wthree_services_grid3{
	background:url(../images/g4.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.wthree_services_grid4{
	background:url(../images/g3.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.wthree_services_grid5{
	background:url(../images/g2.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.wthree_services_grid6{
	background:url(../images/g1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.wthree_services_grid1,.wthree_services_grid2,.wthree_services_grid3,
.wthree_services_grid4,.wthree_services_grid5,.wthree_services_grid6{
	min-height:215px;
	padding:1em;
}
.agile_services_grid1 h3{
	font-size: 1.1em;
    color: #fff;
    text-align: right;
}
.agile_services_grid1 p{
    background: #6bcad2;
    padding: 0 .3em;
    color: #fff;
    display: inline-block;
}
.agile_services_grid1 h4{
	font-size: 1.5em;
    color: #fff;
    margin: 4.5em 0 0;
}
.agile_services_grid1 h4 span{
	color: #6bcad2;
}
.agile_services_grid1_sub {
    text-align: right;
}
.w3_agileits_services_grid1l{
	float:left;
	width:15%;
}
.w3_agileits_services_grid1r{
	float: right;
    width: 80%;
    text-align: right;
    margin: 1em 0 0;
}
.w3_agileits_services_grid1r ul li{
	display:inline-block;
	color:#6bcad2;
}
.w3_agileits_services_grid1 {
    padding: 1em 0;
}
.agileits_w3layouts_services_grid1 h4 a{
	text-transform:capitalize;
	font-size:1.1em;
	color:#212121;
	line-height:1.5em;
	text-decoration:none;
}
.agileits_w3layouts_services_grid1 h4 a:hover{
	color:#0accff;
}
.agileits_w3layouts_services_grid1 h4 a:focus{
	outline:none;
}
.agileits_w3layouts_services_grid1 p{
	color:#999;
	line-height:2em;
	margin:1em 0 0;
}
/*-- //services --*/
.courses {
    padding: 5em 0;
}
.agileits_w3layouts_team_grids {
    margin-top: 40px;
}
/*-- services-bottom --*/
.services-bottom{
	    background: url(../images/mid-banner.jpg)no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    padding: 5em 0;
}
.agileits_services_bottom_grid{
	width: 60%;
    padding: 2.5em;
    text-align: center;
    background: #fff;
    margin: 0 auto;
}
.agileits_services_bottom_grid h3{
	font-size: 1.6em;
    color: #212121;
    line-height: 1.5em;
    text-transform: capitalize;
}
.agileits_services_bottom_grid p{
	color:#999;
	line-height:2em;
	margin:1em 0 0;
}
.w3_agileits_services1_grid1{
	padding:5em 2em 5px;
	text-align:center;
	position:relative;
	margin-top:2em; border-radius:10px;
}
.w3_agileits_services1_grid:hover .w3_agileits_services1_grid1{
	background: #6bcad2;
}
.w3_agileits_services1_grid:hover .w3_agileits_services1_grid1 p{
	color:#fff;
}
.w3_agileits_services1_grid1_pos{
	position: absolute;
    top: -25%;
    left: 37%;
}
.w3_agileits_services1_grid1_pos i{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    font-size: 1.5em;
    color: #666;
   padding:20px 0;
}
.w3_agileits_services1_grid1 h3{
	font-size:22px;
	color:#fff;
}
.w3_agileits_services1_grid1 p{
	margin:1em 0 2em;
	color:#fff;
	line-height:22px;
}
.wthree_more_service a{
	margin:0 auto;
}
/*-- //services-bottom --*/
h4.modal-title {
    font-size: 30px;
    text-align: center;
	color:#fff;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 8.5%;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/up-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 --*/

/*-- responsive-design --*/
@media(max-width:1080px){
.welcome-w3right {
    top: 16%;
    right: 15%;
}
.top-agileits-banner {
    margin: 13em 0 6em 11em;
}
.w3layouts-banner-slider-1 {
    min-height: 220px;
}
.w3_agile_services_grid {
    float: left;
    width: 50%;
}
}

@media(max-width:991px){
.agileits-banner-info h3 {
    font-size: 3em;
}
.ser-agile {
    padding: 50px 20px;
}
.agileits-title {
    margin-bottom: 3em;
}
p.top-p {
    width: 90%;
}
.welcome {
    padding: 2em 0 3em;
}
.reservation-info {
    padding:20px 0 !important;
}
.make {
    padding: 0;
}
.team {
    padding: 3em 0;
}
.agile_team_grid.agile1,.agile2,.agile3 {
    float: left;
    width: 33.33%;
}
.nav-links .navbar-inverse .navbar-brand h1 {
    font-size: 24px;
}
.nav-links .navbar-nav>li>a {
    padding: 30px 14px;
    font-size: 15px; text-transform:uppercase;
}
.footer-agile {
    padding: 3em 0 2em;
}
.agile_team_grid_main .p-mask {
    padding: 9em 0;
}
.courses {
    padding: 3em 0;
}
.w3_agileits_services1_grid1_pos {
    top: -25%;
    left: 42%;
}
.w3_agileits_services1_grid {
    margin-bottom: 5em;
}
.w3_agileits_services1_grid:nth-child(3) {
    margin-bottom:0em;
}
.portfolio {
    padding: 3em 0;
}
.w3_textbox h4 {
    margin: 2em 0 .5em;
}
.w3_wthree_agileits_icons.main-grid-border {
    padding: 3em 0;
}
.typo {
    padding: 3em 0;
}
.contact {
    padding: 3em 0;
}
.contact-right textarea {
    margin-top: 1em;
}
}
@media(max-width:736px){
.navbar-header {
	width: 100%;
	float: left;
}
.nav-links .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 15px;
}
.nav-links .navbar-brand {
	padding: 20px 0;
}
.navbar-toggle{
	background:#6bcad2;
	border-radius:0;
	border:none;
	margin:15px 0 0 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border:none;
}
div#myNavbar {
    width: 100%;
    float: none;
    margin: 0;
    background: #f5f5f5;
    padding: 36px 0 10px;
}
.navbar-nav {
	float: none;
	margin: 0;
}
.nav-links .navbar-nav>li>a {
	text-align: left;
	padding: 8px 16px; text-transform:uppercase;
}
.services-w3grids {
    float: left;
    width: 33.33%;
}
.footer-grid h3 {
    font-size: 1.7em;
}
.hdr-w3left.navbar-left {
    float: left;
}
}
@media(max-width:667px){
.top-agileits-banner {
    margin: 12em 0 0em 6em;
}
.welcome-w3right {
    top: 8%;
    right: 15%;
}
.agile_team_grid_main .p-mask {
    padding: 8em 0;
}
.footer-grid {
    float: left;
    width: 100%;
    margin-bottom: 1.5em;
}
}
@media(max-width:640px){
h3.agileits-title, h2.agileits-title {
    font-size: 2.3em;
}
ul.social-icons li a .fa {
    padding: 8px 10px;
}
.agileits-banner-info h3 {
    letter-spacing: 4px;
}
.w3layouts-banner-slider-1 {
    min-height: 170px;
}
.agileits_services_bottom_grid {
    width: 90%;
}
}
@media(max-width:600px){
	.agile_team_grid1 h4 {
    font-size: 1.2em;
}
.welcome-w3right {
    top: 5%;
    right: 6%;
}
.welcome-agiletext {
    padding: 2em 2em;
}
.agile_team_grids {
    margin: 20px 0 0;
}
}
@media(max-width:568px){
.agileits-banner-info h3 {
    font-size: 2em;
}
.agile_team_grid_main .p-mask {
    padding: 7em 0;
}
}
@media(max-width:480px){
.top-agileits-banner {
    margin: 7em 0 0em 4em;
}
.services-w3grids {
    width: 100%;
}
.services {
    padding: 0 0 58em;
}
.welcome-w3right h4 {
    font-size: 1.5em;
}
.welcome {
    padding: 2em 0 14em;
}
.agile_team_grid.agile1, .agile2, .agile3 {
    float: left;
    width: 100%;
    margin-bottom: 1.5em;
}
.agile_team_grid_main .p-mask {
    padding: 14em 0;
}
.welcome-w3right h4 {
    font-size: 1.5em;
}
.callbacks_tabs {
    top: 9%;
}
.agileinfo-social-grids {
    margin: 0;
    float: right;
}
.callbacks_tabs {
    top: 9%;
    left: -5%;
}
.w3_agileits_services1_grid1_pos {
    top: -25%;
    left: 33%;
}
.simplefilter li {
    padding: 0.8em 1em;
}
.w3_textbox h4 {
    margin: 1em 0 .5em;
}
}
@media(max-width:414px){
.welcome-w3right h4 {
    font-size: 1.4em;
}
.welcome {
    padding: 2em 0 22em;
}
.services {
    padding: 0 0 58em;
}
.agile_team_grid_main .p-mask {
    padding: 10em 0;
}
.hdr-w3left.navbar-left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.search-grid {
    float: right;
    width: 100%; margin-top:8px;
}
.w3_agile_services_grid {
    float: left;
    width: 100%;
}
.services-bottom {
    padding: 3em 0;
}
.agileits_services_bottom_grid {
    padding: 1.5em;
}
.agileits_services_bottom_grid h3 {
    font-size: 1.3em;
}
.simplefilter li {
    padding: 0.5em 0.7em;
}
.agi-pro {
    width: 100%;
    margin-bottom: 1em;
}
.w3_textbox h4 {
    margin: 3.5em 0 .5em;
}
}
@media(max-width:384px){
.services {
    padding: 0 0 63em;
}
.simplefilter li {
    padding: 0.5em 0.5em;
}
}
@media(max-width:320px){
.top-agileits-banner {
    margin: 5em 0 0em 2em;
}
.agileits-banner-info h3 {
    font-size: 1.5em;
}
.services-agileinfo {
    position: absolute;
    top: -6em;
}
.services {
    padding: 0 0 52em;
}
h3.agileits-title, h2.agileits-title {
    font-size: 2em;
}
.ser-agile {
    padding: 30px 20px;
}
.welcome {
    padding: 2em 0 31em;
}
.book-reservation {
    margin-top: 0em;
}
.footer-grid {
    padding: 0;
}
.footer-grid input[type="email"] {
    width: 59%;
}
.footer-btm-agileinfo {
    padding-bottom: 1em;
}
.team {
    padding: 3em 0 0;
}
.courses {
    padding: 2em 0;
}
.w3_agile_services_grid {
    width: 100%;
    padding: 0;
}
.w3_agileits_services1_grid {
    margin-bottom: 5em;
    padding: 0;
}
.w3_agileits_services1_grid1_pos {
    top: -20%;
    left: 34%;
}
.w3layouts-banner-slider-1 {
    min-height: 115px;
}
.portfolio {
    padding: 2em 0;
}
.w3_textbox h4 {
    margin: 2.5em 0 .5em;
}
.simplefilter li {
    padding: 0.5em 0.4em;
	font-size:0.85em;
}
ul.simplefilter {
    margin: 1em 0;
}
.agi-pro {
    padding: 0;
}
.w3_wthree_agileits_icons.main-grid-border {
    padding: 2em 0;
}
.typo {
    padding: 2em 0;
}
.contact {
    padding: 2em 0;
}
.address-row {
    margin: 3em 0;
    padding: 0;
}
.contact-left {
    padding: 0;
}
.contact-right {
    padding: 0;
}
}



.lgo_width { max-width:85%;}
.banTitle h2{ text-align: center; color: #5c5c5c;
    font-weight:600;
    text-shadow: 1px 1px 0px #fff;
    font-size:28px; padding-top:30px;}
.banTitle p{ text-align: center; color: #333;
    padding: 15px 0 20px;
     font-size: 18px;}
.searhbg {background-color: rgba(0,0,0,.25); padding:11px; /*margin:11px 0px;*/ border: 1px solid #f5f5f5; display: inline-block; width:100%;}	
.pad1 { padding:0;}
.pad50 { padding:40px 0;}
.pad30 {padding: 30px 0 10px;}
.marg1 { margin:170px 0; padding-top:0px; padding-bottom:10px; background:rgba(194,237,254,0.8); border-radius: 65px;}
.margtop { margin-top:30px;}
.marg55 { margin:45px 0;}

form.example input[type=text] {
  padding: 19px;
  font-size: 14px;
  border: 1px solid #fff;
  float: left;
  width: 100%;
  background: #fff;
}

form.example button {
  float: left;
  width: 100%;
  padding: 18px 16px;
  background: #0e72b7;
  color: white;
  font-size: 16px;
  border: 1px solid #fff;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #f79032;
}
.dropL {    border-radius: 0;
    border-right: 1px solid #ccc !important;
    background: #eee !important;
    color: #333 !important;
	padding:18px 5px;
}
.resid { background: #0e72b7;
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative;width: 18%; float:left;}
.commer { background: #f79032; margin-left: 10px;
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative; width: 18%; float:left;}

.social ul { margin:0; padding:0;}
.social ul li { list-style:none; display: inline-block; color:#fff;border-right: 1px solid #fff; line-height: 36px; }
.social ul li a{ color:#fff; display: block; padding: 0px 15px;}
.social ul li a:hover {color:#ffd200;}
.social ul li a i { transition: all 1s ease;}
.social ul li a i:hover {  color:#ffd200; transform: rotate(360deg);}
.fa_font {font-size:16px !important; padding: 2px 0;}
.cyber { text-align: center;/* border: 1px solid #ccc; border-radius:5px;*/ min-height:130px;}
.cyber img { max-width:100%; height: auto !important;}
.cyber p {  text-align:center; font-size:14px; color:#555; padding: 5px 0; font-weight: 300;}
.nproject { text-align: center; padding: 13px; background: #fff; border-radius:10px; transition:all 1s; min-height:358px; box-shadow: 0px 0px 10px #ccc;}
div:hover.nproject {background: #e3f8ff; color:#fff; transform:scale(1.1); border:1px solid #37c3f0;}
.circle {padding: 10px; background: #fff; border-radius: 50%; width: 150px; height: 150px; margin: 0 auto; border: 2px solid #0e72b7;}
.circle img { width: 100%; margin: 5px 0px;}
.nproject h3 {  text-align:center; font-size:18px; color:#0e72b7; padding: 20px 0 10px; font-weight: bold;}
.nproject h5 {  text-align:center; font-size:14px; color:#fe7e00; padding: 0; font-weight: 400; line-height:18px; letter-spacing:.2px;}
.nproject p {  text-align:center; font-size:14px; color:#555; padding: 10px; line-height: 20px; font-weight: 400;}
.blue { background: #4b7fa2; min-height: 221px;}
.gray { background: #969090; min-height: 221px;}
.orange { background: #d88c48; min-height: 221px;}
.bdr_blue { border:2px solid #4b7fa2; border-radius: 50%;}
.bdr_gray { border:2px solid #969090; border-radius: 50%;}
.bdr_orange { border:2px solid #d88c48; border-radius: 50%;}
.email {color: #ec801f !important;}
a.email:hover {color: #31c1f0 !important;}
.btfoot { background: #433f3f; padding:20px 0;}
.btfoot_left { font-size:13px; color:#ccc; text-align: left; font-weight: 300;}
.btfoot_left span{ color:#31c1f0;}
.btfoot_right { font-size:13px; color:#ccc; text-align:right;font-weight: 300;}
.btfoot_right a {  color:#31c1f0;}
.prop_login { background: #fff; font-size: 16px; text-align: center; border-radius: 8px;padding: 8px 20px; display: -webkit-inline-box;  margin: 20px 0;color:#333;
 border:2px solid #333;}
.prop_login a {color:#ec801f; display: block;}
.prop_icon {font-size:22px !important; vertical-align: bottom; color: #333;}
.flat_detail h5 { font-size:14px; color:#ec801f; padding: 10px 0px; font-weight: 400;}
.flat_detail ul { margin:0 0 20px 0; padding:0;}
.flat_detail ul li{ list-style: none; font-size:14px; color:#555; padding: 9px 0px; font-weight: 300;}
.flat_detail a { list-style: none; font-size: 14px; color: #fff; padding: 8px 15px; background: #ec801f; border-radius: 5px;border-bottom: 3px solid #b75a07;}
.prebtn {background: #999; padding: 6px 9px; border-radius: 50%; font-size: 22px !important; color: #fff; border: 2px solid #555;}
.crouselW { max-width: 85%; margin: 0 auto;}
.scale { position: relative; width: 72%; height: 312px; overflow: hidden;}
.scale img { position: absolute; left: 0; right: 0;-webkit-transition: 0.6s ease; transition: 0.6s ease;}
.scale img:hover {-webkit-transform: scale(1.2); transform: scale(1.2);}

.scale2 { position: relative; width: 100%; height: 133px; overflow: hidden;}
.scale2 img { position: absolute; left: 0; right: 0;-webkit-transition: 0.6s ease; transition: 0.6s ease;}
.scale2 img:hover {-webkit-transform: scale(1.2); transform: scale(1.2);}

.foot_form {background:#433f3f; border:1px solid #aaa; padding:15px; border-radius: 10px;}
.form-control { border-radius:10px; border:1px solid #ccc;}
button.flat_detail { list-style: none; font-size: 14px; color: #fff; padding: 8px 20px; background: #ec801f; border-radius: 5px;border-bottom: 3px solid #b75a07; margin: 0 72px;}
.addbox { background:#c2edfe; border:1px solid #fff; padding:7px; border-radius:50px; color:#fff; width:75%; float:right; right: 15px; margin:8px 0;}
.addbox_text { font-size:14px; color:#000; text-align:left;}
.addbox_text strong{  display: block;}
.wdthimg { width: auto; padding: 3px 0;}
.arrow {margin-right: 8px; font-size: .8em;}
.social_marg {margin: 15px 0; padding: 0;}
.bannerT h2{ text-align: center; font-size:20px; color:#fff; padding: 3.9em 0;}
.bannerT h2 a{ color:#000;}
.bannerT2 h2 {text-align: center; font-size: 20px; color: #000; padding: 10px 20px; background: #dbffff; width: 300px; margin: 40px auto;
    border-radius: 10px;
    border: 2px dotted #000;
}
.contactbg { background: #f5f5f5; margin-top: 20px; padding: 0px 10px; border-radius: 10px;}
.contactbg1 { background:#f5f5f5; padding:30px; border-radius:10px; margin-bottom:50px;}
.contactbg2 { background:#fff;  border-radius:10px; padding:15px;}
.contactbg2 h3{ text-align: left; font-size:22px; color:#555; padding: 0 0 15px 15px;}
.map-pos h4 {font-size:20px; color:#333; padding: 10px 40px; font-weight:400px;}
.about_text { margin:10px 0;}
.about_text h3{ margin: 8px 0; padding: 8px 10px; background: #eee; font-size: 18px;}
.about_text p{ text-align: justify; padding:10px; font-size:14px; color:#555; line-height: 26px;}
.jobdes h4 {  font-size:18px; color:#ec801f; padding: 10px 0px; font-weight: 400;}
.jobdes ul { margin:0; padding:0;}
.jobdes ul li{ list-style: none; font-size:14px; color:#333; padding: 6px 0px; font-weight: 300;}
.jobdes ul li i{margin: 0px 8px 0 0; font-size: 16px;}
.project_bg {
    background: url(../images/project_bg.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
    min-height: 350px;
    position: relative;
}

.tooltiptext {
  display: none;
  min-width: 200px;
  background-color: #fff; font-size:14px; font-weight:300;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 10px 20px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 107%;
  -webkit-transition:all 2s ease; transition: all 2s ease;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 100%;
  margin-top: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.addbox:hover .tooltiptext { display: block;}
.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
text-align: center;}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 112px;
    height: 112px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border: 2px solid #ccc;
}
.testimonial4_slide h4 {
    color: #ff9800;
    margin-top:15px;
}
.testimonial4_slide p {
    color: #555;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
	font-weight: 300;
}

/* carousel */
.media-carousel 
{

  padding: 0 40px;

}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: 0px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #fff;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 2%;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: 0px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 2%;
}
.media-carousel img
{
  width: 95%; border-radius:10px;
  height: 100px
}
/* End carousel */

/*  bhoechie tab */
.bhoechie-tab-container{
  z-index: 10;
  background-color: rgba(2555, 255, 255, .8);
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  margin-top:20px;
}
.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
.bhoechie-tab-menu div.list-group>a .glyphicon,
.bhoechie-tab-menu div.list-group>a .fa {
  color: #fff;
}
.bhoechie-tab-menu div.list-group>a:hover { background:#5bc0de !important;}
.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
.bhoechie-tab-menu div.list-group>a { font-size:20px; font-weight: 400;}
.bhoechie-tab-menu div.list-group>a.active,
.bhoechie-tab-menu div.list-group>a.active .glyphicon,
.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5bc0de;
  background-image: #5bc0de;
  color: #ffffff;
  border: 1px solid #5bc0de;
}
.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 15px solid #5bc0de;
}

.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */

}

.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.modal-dialog {
    width: 35%;
    margin: 30px auto;
}
.modal-content { border:5px solid #31c1f0;}
.modal-header {
    padding:5px 10px;
    border-bottom: 1px solid #e5e5e5;
    background: #31c1f0;
}
.close {float: right; font-size: 22px;font-weight: bold;color: #000;background: #fff !important; padding: 3px 8px !important;border-radius: 50%; 
margin-top: -1% !important; opacity: 1;}
/*--category--*/
.cateM {padding: 10px; border: 1px solid #e5e5e5; border-radius: 7px; float:left; margin-bottom: 24px; position: relative; width:100%; min-height: 310px; background: #fff;}
.cateM2 {padding: 10px; border: 1px solid #e5e5e5; border-radius: 7px; float:left; margin-bottom: 30px; position: relative; width:100%; transition:all 2s ease;}
div:hover.cateM2 { transform:scale(1.1); border: 1px solid #ec801e;}
.box_color {background: url(../images/boxbg.jpg) no-repeat 0px 0px; border-radius: 6px 6px 0 0; background-size:cover; min-height:100px; position: relative;}
.box_circle { width:125px; height:125px; border-radius:50%; position:absolute; border:2px solid #fff; left: 0; right: 0; bottom: -50px; margin: 0 auto; background: #999;}
.box_circle img { border-radius: 50%; width: 100%;}
.boxT { margin:50px 0 10px; text-align: center;}
.boxT h4 {font-size:18px; letter-spacing: 0; color:#333; padding: 15px 0px 5px;font-weight: 300;}
.boxT h3 {font-size:18px; letter-spacing: 0; color:#333; padding: 0 0 10px;font-weight: 400;}
.reviewRating {padding: 0px;}
.reviewRating span {margin-right: 2px; color: #eab134;font-size: 14px;}



/*--category--*/

/*--callback--*/
.callback_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms;
  display: none;
  z-index: 99999;
}
.callback_overlay:target {
  display: block;
 }

.callback {
  margin: 25px auto;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  width: 20%;
  position: relative;
  transition: all 5s ease-in-out;
  right: -12%;
  border: 5px solid #31c1f0;
}

.callback h2 {
  margin-top: 0; font-size:22px;
  color: #333;
  padding: 0 0 15px;
}
.callback .close {
  position: absolute;
  top: -10px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.callback .close:hover {
  color: #06D85F;
}
.callback .callback_contentcontent {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .callback{ width: 70%;}
}
/*--callback--*/
/*--accordian--*/
.accordion {
  background-color: #ec801e; border-radius:6px;
  color: #fff;
  cursor: pointer;
  padding: 8px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

.accordion:hover {
  background-color: #26c5ff;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding:0px 20px; margin: -5px 0 20px 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-out;
}
.panel p { margin:0px; padding:10px 0px;}
.btn2 { background:#26c5ff; color:#FFF; padding:5px 10px; line-height:22px; border-radius:5px;}
.panel p a { color:#ec801e;}
/*--accordian--*/
#flip {padding: 5px; text-align: center; cursor:pointer;}
#panel { padding: 0px; display: none;}
.dropdown-menu { min-width:100%;}
.selectbox {background: url(../images/map.png) no-repeat top 20px left 4px, url(../images/arrow-bottom.png) no-repeat top 25px right 5px !important; width: 100%; font-size: 14px; min-height: 60px; background-color: #ffdb57!important; border: 1px solid #fff; padding-left: 25px; text-align: left; border-radius: inherit;}
.selectbox2 {background: url(../images/arrow-bottom.png) no-repeat top 11px right 12px !important; width: 100%;text-align: left;
-webkit-appearance: none; -ms-appearance: none;appearance: none;}

@media only screen and (max-width: 767px) {
.btn { margin:5px 0px !important;}
.filbox { width:100% !important; height: auto !important;}
.address-right { text-align: left; padding-left: 10px;}
.bhoechie-tab-menu div.list-group>a.active:after { display: none;}
.badge-warning { margin-right: 5px;}
.pad50 { padding: 80px 0;}
.LeftW {width: 100% !important;}
.reservation-info { padding:10px 0px;}
.nav-links .navbar-brand { padding: 3px 0px;}
.filboxL {text-align:center !important;}
.filboxR { display:block;}
.rightadd { display:none;}
.w3layouts-banner-slider::after { background:none;}
.footer-agile::before { background:none;}	
.call_anim { background:none !important; margin: 0 !important;}
.call_anim2 {animation: none !important;}
#sticky { position: inherit !important; border-bottom: none !important; margin-top:36px !important;}
.stickyTop { margin-top: 35px !important;}	
.margR { margin-right:0% !important; margin-top: 60px;}
.Homeright-add { display:none;}	
.Homeright-add2 { display:none;}	
.testimonial_slider {min-height:320px;}	
.carouselH { height:130px;}	
.media-carousel .carousel-control.left { margin-top:14%;}
.media-carousel .carousel-control.right { margin-top:14%;}
.agileits_w3layouts_team_grids {margin-top: 20%;}
.banTitle p {text-align:center; font-size: 18px;}
.banTitle h2 {font-size: 21px; text-align:center;}	
.marg1 {margin-top:180px; padding:0px; margin-bottom:0px !important;}
#quote-carousel .carousel-control {margin-top:50%;}
#quote-carousel .carousel-control.left {left: -25px;}
#quote-carousel .carousel-control.right { right: -25px;}
.scale {position: relative; width: 100%; height: 163px; overflow: hidden;}
.pad0 {padding:0px; margin-bottom: 20px;}
.list-group-item { padding:2% 6%; background: #676565; color: #fff !important; display: block; margin-bottom: 2px !important; text-align: left;}
.wdthimg { width: auto; padding: 3px 0; float: left; margin-right: 10px;}
.dropdown-menu { margin-top:60px;}
.agile_team_grid.agile1, .agile2, .agile3 { width: 100%;}
.social ul li a {padding: 0px 5px;}
.social ul li { border-right:none;}
.call {width: 95%; padding: 5px 8px; font-size: 20px; left: 10px; display:none; position: absolute; text-align: left; background: #e5e5e5; border-radius: 5px;}

.addbox_text {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.navbar-toggle { float:right; right:-15px; background:#0e72b7; border-radius: 5px; margin:0px; padding: 10px; top:11px; z-index: 99;}
.nproject {margin-bottom:20px;}
.agile_team_grid.agile1 { margin-bottom:0px; padding:0px;}
.modal-dialog {width: 75%; margin: 30px auto;}
.resid {width: 100%; float: left;}
.commer {width: 100%; float: left; margin:0;}
.searhbg { width:100%; padding: 15px; border-radius: 10px; margin-top:22px;}
.selectbox { border-radius:10px;}
form.example input[type=text] {border-radius:10px; margin:10px 0px;}
form.example button { border-radius:10px;}
.navbar-nav .open .dropdown-menu > li > a {line-height: 20px; text-align: left; padding: 10px 15px; color: #555 !important;}
.agile_team_grid_main img { height:160px !important;}
.btfoot_left {text-align:center;}
.btfoot_right {text-align:center;}
.bhoechie-tab-menu div.list-group>a {text-align: center; font-size: 18px;}
.tab button { width: 93% !important; margin: 5px 0px !important;}
.addpad {padding: 0px 10px !important; margin-top: -60px;}
.addpad img { width: 100% !important; height: 60px !important; margin: 5px 0px !important;}
.grid3 {margin: 5px 0px !important; padding: 0 5px !important; width: 100%; text-align: center;}
.grid2 {margin: 5px 0px !important;}
img.img-responsive2 { width: 100%; height:auto !important;}
.detaiA {margin:0px 0px 5px;}
.nav-links .navbar-inverse { border-radius: 0;}
img.img-responsive3 {width: 100%; height: auto;}
.marg55 {
    margin: 10px 0;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}
.addbox {
    width: 48%;
    float: none;
    margin: 8px 2px;
    left: 0px;
    display: inline-block;
    /* float: left; */
}
.tooltiptext {
    display: none;
    min-width: 180px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 10px 20px;
    position: absolute;
    z-index: 1;
    top: -105px;
    right: -15%;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.addC { margin: 5px 25%;}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 104%;
    left: 45%;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    transform: rotate(90deg);
}

.w3layouts-banner-slider {background:url(../images/prop-banner2.jpg) no-repeat;
    background-size: 152% 26%;}
    
.banpad {padding:0px; display:none;}
    

.gallery-filter li {display: block !important; width: 100%; cursor:pointer;}
.gallery-filter li span { line-height:40px !important;}
.gallery-filter li:after { display: none !important;}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

.lgo_width {
    max-width:54%;

    display: block !important;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 0;
}

.hdr-w3left.navbar-left {
    float: none;
}

.search-grid {
    float: none;
    text-align: center;
}

}

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

.list-group-item {padding:20px;}
.lgo_width {max-width: 18%; margin: -60px auto;}
#quote-carousel .carousel-control {margin-top: 25%;}	
.filboxR {font-size: 18px;text-align: right; margin-top: -35px;}
.filboxL {font-size: 16px !important;text-align: left; color: #555; line-height: 32px;}	
.agile_team_grid_main img{ height:230px !important;}	
.addbox { display:none;}
.nproject { min-height:275px;}
button.flat_detail { margin:0px 20px;}
.social-wthree-icons ul li a.fa {font-size: 12px !important; line-height: 24px !important; width: 24px !important; height: 24px !important; margin: 0px !important;}
.footer-grid h3 { font-size: 16px;}
.footer-grid h4 {font-size: 13px;}
.prop_login { padding:5px 10px;}
.footer-grid {float: left; width: 100%; margin-bottom: 1.5em;}
.search-grid {float: none; text-align:center;}
.navbar-header { width: 100%; float: left;}
.scale img { height: -webkit-fill-available;} 
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.list-group-item {padding:20px;}
.bhoechie-tab-menu div.list-group>a.active:after { display: none;}
.w3layouts-banner-slider::after { background:none;}
.footer-agile::before { background:none;}
.filboxR {font-size: 18px;text-align: right; margin-top: -35px;}
.filboxL {font-size: 16px !important;text-align: left; color: #555; line-height: 32px;}	
.grid2 { clear: left; padding:0px !important;}
.rightadd { display:none;}
.scale img { height: -webkit-fill-available;}
.lgo_width { max-width: 65%; padding: 20px 0px;}
.btfoot_left {text-align:center;}
.btfoot_right {text-align:center;}	
.social-wthree-icons ul li a.fa {font-size: 12px !important; line-height: 24px !important; width: 24px !important; height: 24px !important;
 margin: 0px !important;}
.footer-grid h3 { font-size: 16px;}
.footer-grid h4 {font-size: 13px;}
.prop_login { padding: 5px 10px;}
.nproject { min-height:275px;}
.addbox { display:none;}
.nproject { margin:10px 0px;}
.resid { width:25%;}
.commer { width:25%;}
.container { width: 100%;}
.nav-links .navbar-nav>li>a { padding: 26px 7px;  color: #555; font-size: 15px; text-transform:uppercase;}
.margR { margin-right:0% !important;}	
.Homeright-add { display:none;}	
.Homeright-add2 { display:none;}	
.scale {position: relative; width: 100%; height: 350px; overflow: hidden;}
.carouselH { height:148px;}
.media-carousel .carousel-control.left { margin-top:9%;}
.media-carousel .carousel-control.right { margin-top:9%;}
#quote-carousel .carousel-control { margin-top: 20%;}
.call {width: 20%; top: 10px; position: absolute; right: 20px; padding: 22px 0;font-size: 14px; font-weight: 500;}	
button.flat_detail { margin:0 20px;}
.detail_left { font-size:11px;}
.detail_right { font-size:12px;}
.agile_team_grid1 h4 {font-size:11px;}
.social-wthree-icons ul li a.fa { width:28px !important; height:28px !important;}
.search-grid {float: right;}
}

@media only screen and (min-width: 1024px) {
.rightadd { display:block;}	
}

@media only screen and (min-width: 992px) and (max-width: 1117px) {
form.example button { padding: 21px 16px !important; font-size: 11px !important;}	
.filboxR {font-size: 18px;text-align: right; margin-top: 0px;}	
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
form.example button {padding: 19px 16px; font-size: 14px;}	
.resid { width:25%;}
.commer { width:25%;}
.container { width: 100%;}	
.detail_left { font-size:11px;}
.detail_right { font-size:12px;}
.agile_team_grid1 h4 {font-size:11px;}
.social-wthree-icons ul li a.fa { width:28px !important; height:28px !important;}	
.nav-links .navbar-nav>li>a { padding: 26px 7px;  color: #555; font-size: 14px ; text-transform:uppercase;}
button.flat_detail { margin:0 40px;}
.Homeright-add { display:none;}	
.Homeright-add2 { display:none;}
.call {width: 18%; top: 0; position: absolute; right: 20px; padding: 22px 0;font-size: 16px; font-weight: 500;}	
.addbox { display:none;}
	
}

@media only screen and (min-width: 1281px){
.container { width: 85%;}
.nav-links .navbar-nav>li>a { padding: 23px 7px;}
}

input[type="file"] { display:inline-block;}
.city h2{ text-align: center; font-size:36px; color:#fff; padding: 1.9em 0; text-shadow: 1px 1px 1px #000;}
.city h2 span{ color:#ffc107;}
.city2 { padding:8px; border-bottom:1px solid #eee; font-weight: 300;}
.city2 a { text-align: left; font-size:14px; color:#2492dd; }
.city2 span{ color:#333;}
.filbox {
    padding: 8px 5px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #0e72b7;
    width: 97%;
    margin: 10px auto 0px;
    float: none;
    height: 55px;
}
.filboxL { font-size:18px; text-align:left; color:#fff; line-height: 32px; font-weight: 500;}
.filboxR {font-size:22px; text-align:center; color:#555;}
.grid1 {border: 1px solid #ddd; border-radius: 5px; margin: 10px 0px;}
.gridpad {padding: 10px 0px;}
.pad0 {padding:0px;}
.grid2 {margin: 10px 0px; padding: 0px 20px;}
.grid2 h4 {margin: 0 0 10px 0;}
.grid2 h4 span { font-size: 14px; font-weight: 300; color: #0e72b7; padding:0px 10px;}
.grid2 p { font-weight:300;}
.grid4 {margin: 10px 0px; padding: 0px; text-align: center;}
.grid4 h4 {margin: 0 0 10px 0; text-align: center;}
.grid4 h4 span { font-size: 14px; font-weight: 300; color: #0e72b7; padding:0px 10px;}
.grid4 p { font-weight: 300; text-align: center; font-size: 16px; color: #f68e31;}
.grid4 p span{ font-weight: bold; text-align: center; font-size: 16px; color: #333;}
.grid_text { font-size: 14px; color: #555; text-align: left; float: left; padding: 10px 0; width:100%;}
.grid_btn { padding: 6px 12px; border: 1px solid #f68e31; border-radius: 5px; color: #f68e31; text-transform:uppercase; margin: 10px 0; border-bottom:3px solid #f68e31;}
.filterbox { width: 190px; font-size: 14px;  min-height: 30px;  border-radius: 6px; padding: 4px 0px;}
.rightadd {position: absolute; right: 0; top: 0;}
.rightadd img { margin:10px 0px; width: 82%; float: right;}
.margR { margin-right:14.5%;}
.LeftW {width: 87%;}
.Homeright-add {top:0; right: -1%; z-index: 999; width: 9.7%; background: #fff; padding:0px;}
.Homeright-add a img { margin:15px 0px; /*border: 1px solid #aaa;*/}
.Homeright-add2 {position: absolute; top: 2.5%; right: 3.5%; z-index: 999; width: 10%; background: #f1f1f1;}
.Homeright-add2 a img { margin:15px 0px; border: 1px solid #aaa;}
.call_anim { background: #fff;  color: #000 !important;  border-radius: 25px; margin: 0px 5px; line-height: 30px !important;}
.call_anim2 {animation-name: dev; animation-duration: 2s; animation-iteration-count: infinite;}
@keyframes dev {
  0%   {color: #000; font-weight:bold; transform:scale(1.07); transform:rotate(360deg) ;}
  50%  {color: green; transform:scale(1); font-size:13px;}
  100% {color: blue; font-weight:bold; transform:scale(1.07);}
}
.social-wthree-icons.bnragile-icons ul li {display: inline-block;}
.social-wthree-icons ul li {text-align: center; }
.social-wthree-icons ul li a.fa {
font-size: 12px;
color: #fff;
line-height: 28px;
display: inline-block;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
transition: .5s all;
border: 2px solid #fff;
border-radius: 50%;
width: 30px;
height: 30px; margin:0px 5px;
}
#sticky { position: fixed; top: 36px; z-index:9999; left:0px; right:0px; border-bottom: 1px solid #dff6fc;}
.stickyTop { margin-top:0px;}
.about_text2 p { text-align: justify; padding: 10px 0px; font-size: 14px; color: #555; line-height: 30px;}
.about_text2 h2 {font-size: 26px;color: #000; text-align: left; font-weight: 400; letter-spacing: 0; text-transform: capitalize; padding: 10px 0px;}
.buyer_img {width: 100%; border-radius: 10px; padding: 5px; border: 1px solid #ccc;}
.buyer_bdr { border-bottom:1px solid #eee;}
.about_text2 h3 { padding: 10px 0px;font-size: 18px;}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

<!---slide-->
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block; border-radius:10px; width: 90%; margin-left:10px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
<!--slide-->
.tab { overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 42px;
  transition: 0.3s;
  font-size: 18px;
  background: #bcb1b1;
  width: 25%;
  border-radius: 5px;
  margin: 0 5px;
  color: #fff;
  border: 1px solid #fff;
}
.tab button:hover {
  color:#fff;
  background: #5bc0de;
}
.tab button.active {
     border-bottom: 5px solid #000000;
    color: #fff;
    background: #5bc0de;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
}

.grid3 {border: 1px solid #ddd; border-radius: 5px; margin: 10px 0px; float:left; padding:0 10px;}
.Bdr1 {border-top: 1px solid #eee;}
.fa-arrow-circle-up { font-size:24px !important; color:green;}
.green { font-size:20px !important; color:green;}
.fa-arrow-circle-down { font-size:24px !important; color:red;}
.red { font-size:20px !important; color:red;}
.btn-info { background:#5bc0de; color:#fff;}
.marg20 { margin-top:20px;}
#flip  {text-align: center; background-color: #0e72b7; width: 150px; margin: 0 auto; display: grid; border-radius: 25px; color: #fff; border-bottom: 4px solid #034e82; font-size: 18px;}
#panel {display: none; margin:10px 0px;}
.slideH {min-height: 1450px;}
.addpad {padding: 30px 30px 0px;}
.addpad img { width:100%; height:90px; margin:5px 0px;}
.white { background:#fff; border-radius: 10px; float: left; width: 100%; padding: 10px 10px;}
.scrollS {max-height: 358px; overflow-y: auto;}
.scrollS::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;border-radius: 10px;}
.scrollS::-webkit-scrollbar {width: 6px;	background-color: #F5F5F5;}
.scrollS::-webkit-scrollbar-thumb {border-radius: 10px; background-image: -webkit-gradient(linear, left bottom, left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

/*fade In */
@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
  50% {
   opacity:0;
 }
 75% {
   opacity:0;
 }
 90% {
   opacity:1;
 }
 100% {
   opacity:1;
 }
}

#cf4a {
  position:relative;
  width:100%;
  margin:0 auto 80px;
}
#cf4a img {
  position:absolute;
  left:0;
}

#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}
#cf4a img:nth-of-type(1) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
  50% {
   opacity:0;
 }
 75% {
   opacity:0;
 }
 90% {
   opacity:1;
 }
 100% {
   opacity:1;
 }
}

#cf4a_2 {
  position:relative;
  width:100%;
  margin:0 auto 80px;
}
#cf4a_2 img {
  position:absolute;
  left:0;
}

#cf4a_2 img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 6s;
}
#cf4a_2 img:nth-of-type(1) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
#cf4a_2 img:nth-of-type(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#cf4a_2 img:nth-of-type(3) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
/*Fade Out*/
#more {display: none;}
#myBtn  {text-align: center; background-color: #0e72b7; width: 150px; margin: 0 auto; display: grid; border-radius: 25px; color: #fff; border-bottom: 4px solid #034e82; font-size: 18px; padding: 5px 0px; cursor:pointer;clear: left;}
.cur { cursor: pointer;}
.sg_height {min-height: 350px;}


.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
}


/*======== 4. gallery filter Styles ===========*/
.gallery-filter {
  border-top: 1px solid  #A5A8AC;
  border-bottom: 1px solid  #A5A8AC;
  margin-top: 43px;
  margin-bottom: 30px;
}
.gallery-filter li {
  display: inline;
}
.gallery-filter li:after {
  content: '/';
  display: inline-block;
  color: #666;
  margin: 0 8px;
}
.gallery-filter li:last-child:after {
  content: '';
}
.gallery-filter li.active span,
.gallery-filter li:hover span {
  color: #ffae00;
}
.gallery-filter li.active span:after,
.gallery-filter li:hover span:after,
.gallery-filter li.active span:before,
.gallery-filter li:hover span:before {
  width: 100%;
}
.gallery-filter li span {
  display: inline-block;
  font-size: 16px; font-weight:400;
  line-height: 51px;
  color: #666666;
  cursor: pointer;
  padding: 0 5px;
  position: relative;
  -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
.gallery-filter li span:after {
  content: ' ';
  width: 0%;
  height: 1px;
  background: #ffae00;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
.gallery-filter li span:before {
  content: ' ';
  width: 0%;
  height: 1px;
  background: #ffae00;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
/*======== 12. room-dimention Styles ===========*/
#room-dimention {
  padding: 40px 0;
  background: #FFFFFF;
}
#room-dimention .gallery-filter {
  border: none;
  margin-bottom: 40px;
}
#room-dimention .gallery-filter li span {
  line-height: 30px;
}
#room-dimention .gallery-filter li span:after {
  display: none;
}
.single-room-dimention {
  display: none;
}
.single-room-dimention .img-holder {
  position: relative;
}

.single-room-dimention .content {
  background: #F0F0F0;
  padding: 50px 45px;
  position: relative;
  top: 40px;
  right: 55px;
}
.single-room-dimention .content:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
}
.single-room-dimention .content h2 {
  font-size: 22px;
  color: #282828;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.single-room-dimention .content p {
  font-size: 15px;
  line-height: 26px;
  color: #797979;
}
.single-room-dimention .content ul li {
  font-size: 13px;
  line-height: 35px;
  color: #2B2B2B;
  text-transform: uppercase;
  font-weight: bold;
}
.single-room-dimention .content ul li .fa {
  color: #EB9500;
  margin-right: 10px;
}
#floor { margin:40px 0px;}
#broucher { padding:40px 0px; background: url(../images/pdf-bg.jpg)no-repeat 0px 0px; background-size:100% auto;}
.floorH img { /*height: 270px;*/ width: 100%; height:auto;}
.scale3 { position: relative; /*overflow: hidden;*/}
.scale3 img { left: 0; right: 0;-webkit-transition: 1s ease; transition: 1s ease;}
.scale3 img:hover {-webkit-transform: scale(1.07); transform: scale(1.07); border:1px solid #ccc;}
.img_responsive {margin-bottom: 25px; border: 1px solid #dbdbdb; padding: 8px;border-radius: 10px;}
/*======== 4. gallery filter Styles ===========*/

.img-holder .w3_textbox{
    width: 100%;
    height:245px;
    position: absolute;
    top: -124px;
    left: 0; border-radius:8px;
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.53);
	padding: 0 2em;
}
.img-holder:hover .w3_textbox{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.w3_textbox {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-align:center;
}
.w3_textbox span {
    font-size: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background: rgb(255, 177, 9, .7);
    margin: 100px auto;
    text-transform: uppercase;
    display: block;
    line-height: 40px;
	}
	.img-holder .w3_textbox2 {
    width: 100%;
    height:180px;
    position: absolute;
    top: -91px;
    left: 0; border-radius:8px;
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.53);
	padding: 0 2em;
}
.img-holder:hover .w3_textbox2 {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.w3_textbox2 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-align:center;
}
.w3_textbox2 span {
    font-size: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background: rgb(255, 177, 9, .7);
    margin: 70px auto;
    text-transform: uppercase;
    display: block;
    line-height: 40px;
	}
/*======== Blog Start ===========*/
.trainingA img{ outline: 1px solid #fff; outline-offset: -15px; width: 100%; height: auto; margin-top: 25px; height:395px; margin-bottom:25px;}
.trainP p{text-align: justify; font-size: 14px; color: #555; line-height: 26px; padding:15px 0px;}
.trainP ul { margin:0px; padding:0px;}
.trainP ul li { list-style:none; display:block; color:#333; text-align:left; font-size:14px; padding: 5px 0px;}
.trainP h2{ text-align: left; font-size: 18px; color: #ec801f; padding: 5px 0px;}
.searchB {width: 97.4%; margin: 0 auto; display: block; float: none; height: 60px;}
.pad10 { padding:10px 20px !important;}
.blog { float:left;}
.padleft {padding-right:0px;}
.padright {padding-left:0px;}
.blog h5 {font-size:14px;text-transform:capitalize;	color:#333; text-align: justify; font-weight: 400; line-height: 18px;}
.rateB {position: relative; display: block; width: 100%; float: left; padding: 15px 0px;}
.rateB span {float: left;}	
.blog span {font-size: 14px; color: #1674b5; text-align: left; font-weight: 400; display: block; padding:10px 0px;}
.blog p{font-size: 14px; color: #333; text-align: justify; font-weight: normal; display: block; padding:5px 0px;}
.blog p a{width: 24px; height: 24px; border: 1px solid #333; padding: 2px 8px; color: #000; margin-left: 10px; border-radius: 3px;}
.blog p a:hover{ background:#000; color:#fff;}
.bdrtop {border-top:1px solid #ddd; padding:20px 0px !important;}
.cateM3 {padding: 10px; border: 1px solid #e5e5e5; border-radius: 7px; float:left; transition:all 1s; margin-bottom: 24px; position: relative; width:100%; min-height: 310px; background: #fff;}
div:hover.cateM3 {background: #f7f7f7; color:#fff; transform:scale(1.05); border:1px solid #37c3f0;}
.fa-star {font-size: 18px !important;  padding-right: 5px;}
.checked {color: #fdc010;}
/*======== Blog End ===========*/
.margT { margin-top:30px !important;}
.margB { margin-bottom:30px !important;}


.detail3 {
    position: relative;
	overflow:hidden;
	margin-top:0px;
}
.cateM .call-back{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  border-radius: 4px;
 
}
.cateM:hover .call-back{
  height: 100%;
}
.detailC {
    padding: 12px 6px;
    line-height: 55px;
    border-radius: 5px;
    color: #ffd403;
    text-transform: uppercase;
    margin: 2px 12px 0px;
    font-size: 22px;
}
.detailC:hover {
    color: #fff;
}


/* make a call start */

.fa-phone2 {
    transform: rotate(55deg);
    background: #fff;
    border-radius: 50%;
    color: #ffc107;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
}
@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  18% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  28% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  38% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  48% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  58% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}

/* make a call end */
.filterDiv {

  color: #333;
  display: none;
}

.show {
  display: block;
}

.btnB {
    border: none;
    outline: none;
    background-color: #f9bb04;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    padding: 4px 8px;
    border-radius: 4px;
}

.btnB:hover {
  background-color: #333;
  color:#fff
}
.btnB.active {
  border:2px solid #333 !important;
  color: #fff;
}


.Lbox {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 6px;
    margin: 10px 0px;
}
.Lbox a img {
    margin: 15px 0px;
    width: 100%;
}
.Lbox h5 {
    border-top: 1px solid #ccc;
    padding: 6px 0px;
    font-size: 12px;
	color: #666;
    text-align: center;
}

.tooltiptext2 {
    display: none;
    min-width: 200px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #2492dd;
    text-align: left;
    padding: 25px 25px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 100%;
    -webkit-transition: all 2s;
    transition: all 2s;
    box-shadow: 0 0 5px 1px #ccc;
}
.tooltiptext2 a {color: #f77f07; transition:all 1s;}
.tooltiptext2 a:hover {padding-left:20px; color:#000;}
.tooltiptext2 p {
    font-size: 13px;
    color: #333;
    margin: 10px 0px;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0px;
}

.tooltiptext2::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 100%;
  margin-top: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #eee;
}
.Lbox:hover .tooltiptext2 { display: block;}



.services-3 .single-box {
    border: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.services-3 .single-box:hover {
    border: 2px solid #eee;
    background-color: #181d30;
    color: #fff;
}

.services-3 .single-box:hover .service-icon .fa,
.services-3 .single-box:hover p,
.services-3 .single-box:hover a,
.services-3 .single-box:hover h4 {
    color: #fff;
}

.services-3 .service-icon .fa {
    font-size: 32px;
    background-color: #181d30;
    border-radius: 50%;
    color: #fff;
    margin: 2px auto;
    padding: 15px;
}

.services-3 .single-feature {
    padding: 20px 15px;
}

.services-3 h4 {
    color: #435061;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.services-3 hr.service-title-hr {
    border: 1px solid #eee;
    width: 50px;
    text-align: left;
    padding: 0px;
    margin: 12px 0px 15px;
}

.services-3 a {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

.services-3 a:hover {
    text-decoration: none;
    color: #435061;
}

@media screen and (max-width: 767px) {
    .services-3 .service-icon {
        text-align: left;
    }
}


