/*@font-face {
  font-family: 'Roboto';
  src:url(fonts/Roboto.ttf);
}*/
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    /*font-family: 'Poppins', sans-serif;*/
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    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;*/
    letter-spacing: 1px;
}

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 --*/

ol.list {
    margin: 0;
    padding: 0px 22px;
}

ol.list li {
    padding: 6px 0px;
    line-height: 22px;
    text-align: justify;
}

.fea_list {
    position: relative;
}

.fea_list h4 {
    font-size: 16px;
    margin: 20px 15px;
    float: left;
}

.fea_list span {
    font-size: 18px;
    padding: 5px 0px;
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px;
}

.fea_list ul {
    margin: 0px;
    padding: 0px;
}

.fea_list ul li {
    list-style: decimal;
    font-size: 15px;
    padding: 4px 0px 0px;
    margin-left: 15px;
}

.header-w3layoutstop {
    padding: 0;
    background: #092341;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}

.header-w3layoutstop p {
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding: 8px 5px;
}

.search-grid {
    float: right;
}

.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;
}

/*-- 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;
    box-shadow: 1px 1px 3px #ccc;
    border-radius: 0;
}

.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: 10px 0px;
}

.nav-links .navbar-nav>li>a {
    padding: 26px 20px;
    color: #555;
    font-size: 14px;
}

.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: auto;
    float: left;
}

.call {
    width: 20%;
    top: 0;
    position: absolute;
    right: 55px;
    padding: 30px 0;
    font-size: 22px;
    font-weight: 500;
}

div#myNavbar {
    width: 75%;
    margin: 0 auto;
    margin-left: 0px;
}

.navbar-nav {
    float: right;
}

/*-- 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 --*/
.videobg::before {
    content: "";
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color:#000; */
    opacity: .55;
}

.video {
    width: 100%;
}

.video2 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.video2 .col-md-12.banTitle.marg1 {
    margin-left: 0px !important;
}

.w3layouts-banner-slider {
    /*background: url(../images/prop-banner.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
	min-height:451px;*/
    padding: 0px;
    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/blog_bg.jpg) no-repeat 0px 0px;
    background-size: 100% 100%;
    min-height: 420px;
}

.testimonial_sliderInn {
    background-color: transparent;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px #ccc; */
}

/* Carousel */

#quote-carousel {
    padding: 30px 10px 30px 10px;
    margin-top: 0px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
    min-height: 350px;
}

#quote-carousel .carousel-control {
    width: 50px;
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 0;
    display: flex;
    align-items: center;
}

#quote-carousel .carousel-control.left {
    left: -20px;
}

#quote-carousel .carousel-control.right {
    right: -30px;
}

#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: 'sans-serif 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: auto;
    border-radius: 10px 10px 0 0;
}

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;
    height: 170px
}


/*--category--*/
.cateM {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    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 #064d80;
    border-radius: 10px 0 10px 0;
    color: #064d80;
    text-transform: uppercase;
    margin: 10px 0;
    border-bottom: 3px solid #064d80;
}

.detaiB {
    padding: 4px 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    margin: 8px 0;
    background: none;
    font-size: 14px;
    width: 60%;
}

.agile_team_grid1 h4 {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: .5em;
    padding: 8px 10px;
    background: #064d80;
    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/2a-1.jpg)no-repeat 0px 0px; */
    background-size: cover;
    background-attachment: fixed;
    padding: 30px !important;
    background-color: #064d80;
}

.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: 28px;
    color: #000;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.w3title1 h2 span {
    color: #FFF;
}

.w3title1 h1 {
    font-size: 28px;
    color: #000;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.w3title1 h1 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 {
    vertical-align: top;
    overflow: hidden;
    margin: 0 4px;
    width: 30px;
    height: 30px;
}

.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;
    background-color: #064d80;
}

.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: 13px;
    line-height: 22px;
    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: #038bd3;
    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: #e85424;
    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,
.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: 6em 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: 33%;
}

.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: 6%;
    right: 6%;
    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 12px;
        font-size: 15px;
    }

    .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;
    }

    .services-w3grids {
        float: left;
        width: 33.33%;
    }

    .footer-grid h3 {
        font-size: 1.7em;
    }

    .hdr-w3left.navbar-left {
        float: left;
        font-size: 12px;
        padding: 0px;
    }
}

@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%;
    }

    .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: 100%;
}

.banTitle h1 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 1px 0px #000;
    font-size: 48px;
}

.banTitle h2 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 1px 0px #000;
    font-size: 38px;
}

.banTitle p {
    text-align: center;
    color: #fff;
    padding: 15px 0 10px;
    font-size: 24px;
}

.fix {
    margin: 10px auto;
    width: 432px;
    padding: 0px;
    display: flex;
}

.fix span {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    color: #e85424;
}

.word {
    color: #fff;
    text-align: left !important;
    font-size: 22px !important;
    font-weight: normal !important;
    padding: 0 0 0 10px;
}

.searhbg {
    background-color: rgba(0, 0, 0, .25);
    padding: 8px;
    /*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: 117px;
}

.margtop {
    margin-top: 30px;
}

.marg55 {
    margin: 45px 0;
}

.srchW {
    width: 85%;
    margin: 0 auto;
}

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

form.example button {
    float: left;
    width: 100%;
    padding: 12px 12px;
    background: #064d80;
    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: #000 !important;
    padding: 12px 5px;
}

.resid {
    background: #064d80;
    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: 330px;
    box-shadow: 0px 0px 10px #ccc;
}

div:hover.nproject {
    background: #171717e8;
    color: #fff;
    transform: scale(1.1);
    border: 1px solid #37c3f0;
}

.circle {
    padding: 10px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.circle img {
    width: 100%;
    margin: 5px 0px;
}

.nproject h3 {
    text-align: center;
    font-size: 18px;
    color: #064d80;
    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: #408fc6;
    min-height: 221px;
}

.gray {
    background: #715959;
    min-height: 221px;
}

.orange {
    background: #d07422;
    min-height: 221px;
}

.bdr_blue {
    border: 2px solid #408fc6;
    border-radius: 50%;
}

.bdr_gray {
    border: 2px solid #715959;
    border-radius: 50%;
}

.bdr_orange {
    border: 2px solid #d07422;
    border-radius: 50%;
}

.email {
    color: #ec801f !important;
}

a.email:hover {
    color: #31c1f0 !important;
}

.btfoot {
    background: #14203a;
    padding: 33px 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: #cc0808;
    border: 1px solid #FFEB3B;
    padding: 7px;
    border-radius: 10px;
    color: #fff;
    width: 75%;
    float: right;
    right: 15px;
    margin: 8px 0;
}

.addbox_text {
    font-size: 14px;
    color: #fff;
    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: 0px;
    padding: 20px 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;
}


.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: 100%;
    height: auto;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border: 0px 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: #e87248;
    background-image: #5bc0de;
    color: #ffffff;
    border: 1px solid #e87248;
}

.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 #e87248;
}

.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 #a2cbe6;
    float: left;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    min-height: 438px;
    background: #fff;
    border-radius:10px;
}

.cateM2 {
    padding: 10px;
    border: 1px solid #e5e5e5;
    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 15px left 4px, url(../images/arrow-bottom.png) no-repeat top 20px right 3px !important;
    width: 100%;
    font-size: 14px;
    min-height: 48px;
    background-color: #ccc !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;
}
.agent-bg img{
    display:none;
}
@media only screen and (max-width: 767px) {
    #cf4a_2,
    #cf4a{
        margin:0px !important;
    }
    #cf4a img,
    #cf4a_2 img{
        position:relative !important;
    }
    .container-fluid.addpad{
        margin-top:0px !important;
        margin-bottom: -50px;
    }
    .cateM{
        min-height:initial;
    }
    .header-w3layoutstop p{
        padding:8px 0px !important;
    }
    /*.offer-item img{*/
    /*    min-height:240px !important;*/
    /*}*/
    .offer-item .agile_team_grid1{
        min-height: initial !important;
    }
    .agent-bg{
        background-image:none !important;
    }
    .agent-bg img{
        display:block !important;
        object-fit: contain;
        height: 300px;
        object-position: 0px;
    }
    .reg-form{
        margin-top:50px;
    }
    .reg-form .col-xs-6{
        width:100%;
    }
    
    .reservation-info .slide .agile_team_grid1 {
        padding: 10px 0px 0px;
        height: auto;
        min-height: initial;
    }

    .reservation-info .slick-slider {
        padding-bottom: 0px !important;
    }

    #properties-section {
        display: none;
    }

    .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: 30px 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: 136px !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: right;
        font-size: 18px;
        padding-left: 90px;
    }

    .banTitle h2 {
        font-size: 21px;
        text-align: right;
        padding-left: 50px;
    }

    .banTitle h1 {
        font-size: 24px;
        text-align: center;
    }

    .fix {
        margin: 10px auto;
        float: left !important;
        width: 348px !important;
        display: contents !important;
    }

    .fix span {
        font-size: 24px;
        font-weight: 800;
        text-align: center !important;
        display: block;
    }

    .word {
        color: #333;
        font-weight: normal !important;
        height: 8px;
    }

    .marg1 {
        margin: -138px 0px 0px;
        padding: 0px;
    }

    #quote-carousel .carousel-control {
        margin-top: auto;
    }

    #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;
        position: absolute;
        text-align: left;
        margin-top: 30px;
        background: #e5e5e5;
        border-radius: 5px;
    }

    .navbar-toggle {
        float: right;
        right: -15px;
        background: #064d80;
        border-radius: 5px;
        margin: 0px;
        padding: 10px;
        top: 35px;
        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: 55px;
        background: #777;
    }

    .selectbox {
        border-radius: 10px;
    }

    form.example input[type=text] {
        border-radius: 10px;
        margin: 0;
    }

    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: auto;
        object-fit: initial;
    }

    .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: auto !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 {
        box-shadow: 0 0 0 #fff;
        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);
    }

    .videobg::before {
        position: absolute;
        width: 100%;
        height: 22%;
        opacity: .4;
    }

    .video2 {
        position: static;
        top: 0px;
    }

    .w3layouts-banner-slider {
        /*background: url(../images/prop-banner.jpg) no-repeat;*/
        background-size: 152% 26%;
    }

    .banpad {
        padding: 0px 10px;
    }

    /*.w3layouts-banner-slider {
    background: url(../images/prop-banner.jpg) no-repeat -200px 0px;
    background-size: cover;
    min-height: 435px;
    position: relative;
}*/
    .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: 65%;
        margin: -35px auto 0px;
        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: 0;
    }

    .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: 30px 5px;
        color: #555;
        font-size: 12px;
    }

    .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: 0px;
    }

    .call {
        width: 20%;
        top: 0;
        position: absolute;
        right: 20px;
        padding: 30px 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 15px;
        color: #555;
        font-size: 14px;
    }

    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: 87%;
    }

    .nav-links .navbar-nav>li>a {
        padding: 35px 15px;
    }
}

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: #f15922;
}

.city2 span {
    color: #333;
}

.filbox {
    padding: 8px 5px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #064d80;
    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: #064d80;
    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: #064d80;
    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;
}

.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;
}

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: 5px;
    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;
}

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: #038bd3;
    width: 25%;
    border-radius: 0px;
    margin: 0 5px;
    color: #fff;
    border: 1px solid #fff;
}

.tab button:hover {
    color: #fff;
    background: #e87248;
}

.tab button.active {
    /* border-bottom: 5px solid #000000; */
    color: #fff;
    background: #000;
}

.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: #064d80;
    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: 200px;
    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 230px;
}

#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: 5s;
}

#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 110px;
}

#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: #064d80;
    width: 200px;
    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;
    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;
    text-align: center;
}

.cateM .call-back {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #064d80;
    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 #b0ccde;
    padding: 0 6px;
    margin: 10px 0px;
    border-radius: 8px;
}

.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 {
    border-radius: 8px;
    display: none;
    min-width: 200px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #f15922;
    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;
}

.fa-map-marker,
.fa-building,
.fa-rupee,
.fa-bed,
.fa-expand {
    color: #064d80;
}

.fa-check-square-o:before {
    content: "\f046";
    color: #408fc6;
}

.fa-thumbs-up:before {
    content: "\f164";
    color: #715959;
}

.fa-user:before {
    content: "\f007";
    color: #d07422;
}

.inn img {
    height: auto;
}

.navbar-brand>img {
    max-width: 50px !important;
    width: 100% !important;
}


.blog-section {
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

.blog-section img {
    max-width: 100px;
    max-height: 100px;
}

.blog-item {
    display: flex;
    padding: 5px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.blog-item:last-child {
    margin-bottom: 0px;
}

.blog-detail {
    margin-left: 10px;
    font-size: 12px;
}

.blog-detail h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.posted-by {
    margin: 5px 0px;
}

.blog-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.property-item.agile_team_grid1 {
    height: auto;
    padding: 15px;
    /*min-height: 250px;*/
}
.properties .agile_team_grid_main img {
    min-height: 170px !important;
    object-fit: contain;
    /* max-height: 70px; */
}
@media (min-width:768px) and (max-width:1024px){
    .item-blog .agile_team_grid_main img {
    min-height: 90px !important;
}
}
.word{
    min-height:32px;
}
@media (min-width:767px) and (max-width:992px) {
    .search-row{
        display:block !important;
    }
    .video2 .col-md-12.banTitle.marg1 {
    margin-top: -150px !important;
}
.filt{
    display:none;
}
.video2{
    position:static;
}
    .agent-bg{
        background-image:none !important;
    }
    .agent-bg img{
        display:block;
        height: 520px;
        object-fit: cover;
        object-position: 0px;
    }
    .reg-form{
        margin-top:50px;
    }
    .agile_team_grid.agile1.project-item, .agile2.project-item, .agile3.project-item{
        width: 50% !important;
    }
    .navbar-header {
        width: auto;
    }

    div#myNavbar {
        width: auto;
        margin: 0px;
        float: left;
        margin-left: 30px;
    }

    .navbar-brand>img {
        padding: 0px;
    }

    .navbar-left {
        width: 50%;
    }

    .search-grid {
        width: 50%;
    }

    .header-w3layoutstop p {
        text-align: left;
    }

    .call_anim2 {
        animation: none;
    }

    .stickyTop {
        margin-top: 120px !important;
        min-height: 180px;
    }

    .call_anim a {
        color: #ffd200 !important;
    }

    .tab button {
        width: max-content;
    }

    .banTitle h1,
    .fix span {
        font-size: 14px;
    }

    .marg1 {
        margin: 0px;
    }

    .searhbg {
        display: flex;
    }


    .searhbg .col-md-8 {
        width: 75% !important;
    }

    .searhbg .col-md-2 {
        width: 20%;
    }

    .LeftW {
        margin-top: 50px;
    }

    #cf4a_2,
    #cf4a {
        height: 90px;
        margin: 0px 0px 20px;
    }

    #cf4a_2 img,
    #cf4a img {
        height: auto;
    }

    .agile_team_grid1 {
        height: auto !important;
        padding: 15px !important;
        min-height: initial !important;
    }

    .offer-section .reservation-info .agile_team_grid1 {
        min-height: initial;
    }

    .offer-section .slick-slider {
        padding: 40px 30px 0px !important;
    }

    .col-md-11.LeftW {
        width: 100%;
    }

    .filbox {
        width: 100%;
        height: auto;
    }

    .filboxR {
        margin-top: 0px;
    }

    .foot_form .btn-warning {
        width: 100%;
    }

    .filboxL {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .agile_team_grids {
        margin: 20px -15px 10px;
    }

    .agileits_w3layouts_team_grids {
        margin-top: 80px;
    }

}

#sticky.fix-header {
    top: 0px;
}
.phone-no{
    font-size:16px;
}
@media (max-width:767px) {
    .item-blog .agile_team_grid_main img {
    min-height: initial !important;
    max-height: initial !important;
}
    .property-box ul li label{
        display: block !important;
    }
    .contactbg {
        padding: 30px 0px;
        margin: 0px -15px;
    }
    .search-form .searhbg {
        margin-top: 0px;
    }

    .detailC {
        padding: 12px 6px;
        line-height: 45px;
        border-radius: 5px;
        color: #ffd403;
        text-transform: uppercase;
        margin: 2px 12px 0px;
        font-size: 16px;
    }

    #quote-carousel {
        padding: 30px 10px 30px 10px;
        margin-top: 30px;
        min-height: auto;
    }

    .testimonial4_slide img {
        width: 100%;
        height: auto;
    }

    .projects-section {
        margin-top: 50px;
    }

    .testimonial_slider {
        background-size: cover;
    }

    #Builder h4 {
        /* margin: 15px 0px;
        clear: both; */
    }

    .agile_team_grid_main img {
        margin-bottom: 10px;
    }

    .marg1 {
        /*margin: 0px;*/
    }

    .banTitle h1 {
        color: #FFF;
    }

    .margtop {
        margin-top: 0%;
    }

    .reservation-info .margtop {
        margin-top: 30px;
    }

    .testimonial_slider .col-md-6:nth-child(2) h2 {
        margin-top: 20px;
    }

    .footer-agile .btn {
        width: 100%;
    }

    .contactbg .margtop,
    .contactbg1 .margtop {
        margin-top: 20px;
    }

    .contactbg1 {
        background: #f5f5f5;
        padding: 30px 10px 20px;
        border-radius: 10px;
        margin-bottom: 50px;
    }
}

.blogs .card {
    margin-bottom: 50px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    padding: 20px;
}

.blogs .card img {
    margin: 18px 0 23px 0;
}

.blogs .card .cat-links a {
    color: #ea9920;
}

.blogs .card .entry-title {
    margin: 0;
    padding-top: 2px;
    font-size: 20px;
}

.blogs .card .entry-title a {
    color: #000;
}

.blogs .author-date {
    padding-top: 10px;
    padding-bottom: 0;
    display: inline-block;
    margin: 0px;
    font-family: 'Droid Serif', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.blogs .entry-content {
    margin: 1.5em 0 0;
}

.blogs .entry-content a {
    margin-top: 10px;
    text-align: right;
    float: right;
}

.entry-content::before,
.entry-content::after {
    content: "";
    display: table;
    table-layout: fixed;
}

.entry-content::after {
    clear: both;
}

.blogs {
    padding: 50px 0px;
}

.widget {
    margin-bottom: 55px;
    padding: 30px;
    border: 1px solid #e9e9e9;
    position: relative;
    display: block;
    border-radius: 6px;
}

.widget .widget-title {
    display: block;
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    top: -10px;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.widget .widget-title {
    background: #ffffff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
}

.pagination .nav-links {
    float: left;
    width: 100%;
}

.pagination .page-numbers.current {
    background: transparent;
    color: #202020;
}

.pagination .page-numbers {
    border: 1px solid #202020;
    background: #202020;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 12px 14px;
}

.pagination .page-numbers:hover {
    background: transparent;
    color: #202020;
}

.blogs.single p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

.blogs .card .entry-title {
    line-height: 1.5;
}

.wp-caption {
    width: 100% !important;
    max-width: 100%;
}

.wp-caption img {
    width: 100%;
    max-width: 100% !important;
}

.video2 .col-md-12.banTitle.marg1 {
    margin-top: 160px;
}

.m-footer ul {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 5px;
    font-size: 12px;
}

.m-footer ul li {
    flex: 0 0 calc(100% / 5);
}

.m-footer ul i {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 10px;
    color: #444;
}

.m-footer ul a {
    color: #333;
}

.m-footer ul i:before {
    color: inherit;
}

.m-footer {
    display: none;
}

.d-footer {
    display: block;
}

.inn img {
    min-height: 200px;
    object-fit: cover;
}

.agile_team_grid1 h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    width: 100% !important;
}


.pad50 .agile_team_grid1 h4 {
    height: auto;
}

.inn img {
    height: auto;
    min-height: 170px;
    object-fit: cover;
}

.dropdown-submenu-side ul.dropdown-menu {
    display: none !important;
    position: absolute;
    top: 0px;
    left: 100%;
}

.dropdown-submenu-side:hover ul.dropdown-menu {
    display: block !important;
}

li.dropdown-submenu-side {
    position: relative;
}

.m-footer {
    display: none;
}

.d-footer {
    display: block;
}

@media (max-width:767px) {
    .d-footer {
        margin-bottom:70px;
    }

    .m-footer {
        display: block;
    }

    .customer-logos img {
        margin: 0px !important;
        width: 100%;
    }

    .customer-logos .agile_team_grid1 h4 {
        width: 100% !important;
        margin: 0px !important;
    }

    .searhbg {
        margin-top: 0;
    }

    .header-v2-wrap .lgo_width {
        margin: 0px auto;
        position: relative;
    }

    .header-v2-wrap .navbar-toggle {
        top: -80px;

    }

    .header-v2-wrap .button2 {
       
    }

    .header-v2-wrap.stricky-fixed .header-inner {
        height: auto !important;
        padding: 0px !important;
        border: none;
    }

    .header-v2-wrap.stricky-fixed .header-inner .navbar-header {
        margin: 5px 0px;
    }
    
    #banner-style-two {
        padding: 170px 0;
    }

    #banner-style-two img {
        position: static !important;
        height: auto !important;
        max-width: 100% !important;
    }

    #banner-style-two .make-appointment {
        margin-top: 0px !important;
        position: relative !important;
    }

    .header-v2-wrap .navbar-header {
        top: 0px;
    }

    .d-footer {
       
    }

    #toTop {
        bottom: 110px;
        display: none !important;
    }

    .addpad img {
        object-fit: cover;
    }


    .video {
        height: 300px;
        object-fit: cover;
    }

    .filt {
        display: none;
    }

    .srchW {
        padding: 0px 15px;
        width: 100%;
        margin-top: 30px;
    }

    .video2 .col-md-12.banTitle.marg1 {
        margin-top: -220px;
    }

    .header-w3layoutstop .container {
       width: 100% !important;
    }

    .select2-container {
        width: 100% !important;
    }

    .addpad {
        padding: 0px !important;
        margin-top: -115px;
        margin-bottom: 110px;
    }

    .addpad .col-md-6 {
        padding: 0px;
    }

    #cf4a {
        position: relative;
        width: 100%;
        margin: 0 auto 110px;
    }

    .navbar-nav>li>.dropdown-menu {
        margin-left: 10px;
        max-width: calc(100% - 20px);
    }

    .dropdown-submenu-side ul.dropdown-menu {
        display: none !important;
        position: absolute;
        top: 0px;
        left: 100%;
        margin-left: 20px;
    }

    .dropdown.open .dropdown-menu {
        display: block;
    }
}



form.contact-form {
    padding: 20px;
    /* background: #ffc000; */
    position: relative;
}
.agent-bg{
    background-image: url('https://auricity.com/public/images/1725884426Realtor_page_image.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffc000;
}

.pr-0 {
    padding-right: 0px;
}

.w3layouts-banner-slider-1 {
    margin-top: 120px;
}

.card {
    padding: 20px;
    background: #fff;
    border: 1px solid #d7d7d7;
}

li.amenitity-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

li.amenitity-item img {
    max-width: 30px;
    margin-right: 10px;
}

.parallax-section {
    margin-top: 0px !important;
    background: #f5f5f5 !important;
}

.card h1 {
    color: #282828;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 800;
    display: block;
    text-align: left;
    margin-bottom: 30px;
}

.about_text *:empty {
    display: none !important;
}

span.free {
    padding: 5px;
    background: #ec801f;
    margin-left: 10px;
}

#amenities-slider .slide {
    text-align: center;
}

#amenities-slider .slide img {
    margin: auto;
    width: auto !important;
    margin-bottom: 20px;
}

#amenities-slider .slide h4 {
    font-size: 16px;
}

#bank_logos .slick-slide img {
    width: 100%;
    margin-left: 0px;
    border-radius: 0px;
    border: 1px solid #064d80 !important;

}

.w3layouts-banner-slider-1 {
    position: relative;
}

.w3layouts-banner-slider-1:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #e04e253d;
}

.service-item .agile_team_grid1 {
    height: auto !important;
    min-height: initial;
}

.item-blog .cateM {
    height: auto !important;
    min-height: initial;
}

.orange-btn:hover {
    background-color: #820000 !important;

}

.orange-btn {
    background-color: #820000 !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    border-bottom-color: #560000 !important;
    display:inline-block !important;
}

.agile_team_grid_main img {
    min-height: 180px !important;
    object-fit: contain;
    /*max-height: 180px;*/
}

.reservation-info .agile_team_grid1 {
    height: auto;
    padding: 15px;
    min-height: 180px;
}
.ser-item img{
    /*min-height:240px !important;*/
}
.single-pr-item  .agile_team_grid1{
    min-height:initial !important;
    height:auto !important;
}
@media (min-width:767px) and (max-width:1024px){
    .ser-item img {
        min-height: 140px !important;
    }
    #properties-section,
    #toTop{
        display: none !important;
    }
    .offer-item img{
        /*min-height:100px !important;*/
    }
    .offer-item .agile_team_grid1{
        min-height: 230px !important;
    }
}
@media only screen and (max-width: 767px) {
    /*.offer-item img{*/
    /*    min-height:240px !important;*/
    /*}*/
    .offer-item .agile_team_grid1{
        min-height: initial !important;
    }
    .d-footer .container{
        width:100% !important;
    }
    
}
.m-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
}
.testimonial_sliderInn .crouselW {
    width: 100%;
    max-width: 100%;
}
.offer-section.reservation-info .agile_team_grid1{
    min-height:initial !important;
}
.static-position{
    position
}