/*! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
   Color change
   ========================================================================== */
.logo {
    float: left;
    text-align: right;
    height: 68px;
    /*background-color: #63c6ae;*/
    position: relative;
    color: #fff;
}
.logo-bg {
    background-color: #63c6ae;
    position: absolute;
    left:0px;
    top: 0px;
    padding: 34px;
    width: 50%;
}
.h2-wrap {
    background-color: #63c6ae;
    padding: 5px 0;
}
.quote-container {
    background-color: #63c6ae;
    padding: 50px 0;
}
.quote-container .btn { border: solid 1px #000000; border-radius: 0; background-color: #63c6ae; color: #ffffff; text-transform: uppercase; font-weight: 500; }
.shadow{
    height: 10px;
    background-color: #58b9a1;
}
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.padding0 { padding: 0px; }
.padding-left-0 { padding-left: 0px; }
.padding-right-0 { padding-right: 0px; }
.margin0 { margin: 0px; }
.margin-top-0 { margin-top: 0px; }
.margin-bottom-0 { margin-bottom: 0px; }
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: 800;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

images {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 150px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   User Styles
   ========================================================================== */

/*
 * Put all your custom styles here.
 */
 .clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.pullcontainer a#pull {
    display: none;
}
header {
    background-color: #fff;
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
}
h2.logo-text {
    font-size: 24px;
    margin: 0;
    padding: 20px 20px;
}

nav {
    float: left;
    background-color: #fff;
}
nav ul {
    margin: 0;
}
nav ul li {
    list-style: none;
    float: left;
}
nav ul li a {
    display: block;
    padding: 25px 20px 23px 5px;
    text-transform: uppercase;
    color: #586165;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
nav ul li a:hover {
    text-decoration: none;
    color: #63c6ae;
}
nav ul li a.active {
    color: #63c6ae;
}

.hero-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding: 15px 15px 0px 25px;
    margin-top: 25%;
}
.hero-content {
    margin: 5px 0px 25px 25px;
    color: #fff;
    padding: 5px 0px;
    font-size: 16px;
}
.hero-btn {
    border: solid 1px rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-left: 25px;
}
.hero-btn:hover {
    color: #63c6ae;
    text-decoration: none;
    border: solid 1px rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.4);
}
.arrow {
    height: 21px;
    width: 100%;
    padding: 0px;
    margin: -10px 0;
    background-image: url('../images/arrowup.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    position: relative;
}
.carousel {
    text-align: center;
    margin-top: 40px;
}
.av1 {
    height: 88px;
    width: 88px;
    background: url(../images/teamsprite.png) no-repeat;
    background-position:  0px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av1 {
    background: url(../images/teamsprite.png) no-repeat;
    background-position:  0px -88px;

}
.av2 {
    height: 88px;
    width: 88px;
    background: url(../images/teamsprite.png) no-repeat;
    background-position:  -88px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av2 {
    background: url(../images/teamsprite.png) no-repeat;
    background-position:  -88px -88px;
}
.av3 {
    height: 88px;
    width: 88px;
    background: url(../images/teamsprite.png) no-repeat;
    background-position:  -176px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av3 {
    background: url(../images/teamsprite.png) no-repeat;
    background-position:  -176px -88px;
}
.av4 {
    height: 88px;
    width: 88px;
    background: url(../images/teamsprite.png) no-repeat;
    background-position:  -264px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av4 {
    background: url(../images/teamsprite.png) no-repeat;
    background-position:  -264px -88px;
}
.carousel-content {
    text-align: left;
    padding: 10px 25px;
    border-left: solid 1px #dbe1e7;
}
.carousel-content h3, .text-inter h3 {
    color: #737c85;
    font-size: 21px;
    padding-top: 40px;
}
.carousel-content p, .text-inter p {
    color: #929da5;
    font-size: 14px;
    word-spacing: 2px;
}
.overlay {
    height: 100%;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    opacity: 0;
    border: solid 5px #63c6ae;
}
.overlay:hover {
    opacity: 1;
}
.ca-hover:hover .carousel-content h3 {
    color: #63c6ae;
}
.ca-hover:hover .carousel-content p {
    color: #63c6ae;
}
.carousel-images images {
    width: 100%;
}
.controls {
    margin: 20px;
    text-align: center;
}
.controls li {
    list-style: none;
    display: inline;
}
.pagination.active {
    background-color: #929da5;
    border-color: #fff;
    height: 15px;
    width: 15px;
}
.pagination {
    border: 3px solid #c3c9ce;
    border-radius: 10px;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 4px;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.pagination:hover {
    border-color: #929da5;
}
.text-inter {
    background-color: #f8f9f9;
    padding: 20px 0 80px;
    border-top: solid 1px #e3e3e3;
}
.bg { background: #dedede !important; }
.button.solid-color {
    background-color: #63c6ae;
    padding: 15px 40px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
}
.button.solid-color:hover {
    background-color: #929da5;
    text-decoration: none;
}
.button.extra-color {
    background-color: #455357;
    padding: 15px 40px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.button.extra-color:hover {
    background-color: #929da5;
    text-decoration: none;
}
.divider {
    height: 25px;
}
.standard-block {
    font-size: 24px;
    color: #fff;
    font-weight: 400 !important;
}
.articles {
    overflow: hidden;
	padding: 10px;
}
.article-images images {
    width: 100%;
}
.article-images {
    padding-left: 0px;
    padding-right: 0px;
}
.article-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
}
.article-overlay:hover {
    opacity: 0;

}
.container-articles {
    border-bottom: 1px solid #333b3e;
}
.laptop-slider {
    text-align: center;
    background-color: #242a2c;
    padding: 125px 0 100px;
    color: #fff;

}
.slideshow, .quote-slideshow {
    position: relative;
    display: block;
    overflow: hidden;
}
.next, .prev, .quote-next, .quote-prev{
    color: #fff;
    position: absolute;
    top: 55%;
    z-index: 1;
    margin-top: -.75em;
    user-select: none;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.next:hover, .prev:hover, .quote-next:hover, .quote-prev:hover{
    cursor: pointer;
    color: #6dbeaa;
}
.next, .quote-next {
    right: 15px;
}
.prev, .quote-prev{
    left: 15px;
}
figure{
    position: absolute;
    opacity: 0;
    transition: 1s opacity;
    width: 100%;
}
figure.show {
    opacity: 1;
    position: absolute;
    position: static;
    transition: 1s opacity;
}
figcaption{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
figcaption a{
color: #fff;
}
.quote-slideshow {
    height: auto;
}
.quote-slideshow h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    font-style: italic;
}
.circle {
    background-color: rgba(0,0,0,0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.circle i {
    margin-top: 6px;
}
.upArrow { position: fixed; right: 15px; bottom: 0; width: 25px; height: 25px; background: #63c6ae; z-index: 999; display: none; }
.upArrow a { text-decoration: none; color: #ffffff; display: block; text-align: center; font-weight: 700; outline: none; }
footer {
    background-color: #ccc;
    padding: 50px 0 50px 0;
    color: #454e51;
    float: left;
    width: 100%;
}
footer h2 {
    font-size: 24px;
}
.footer-links li {
    list-style: none;
}
.footer-links li a{
    color: #454e51;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}
.footer-links li a:hover {
    color: #687579;
    text-decoration: none;
}
.banner {
    /*position: relative;
    overflow: auto;
    width: 100%;
    text-align: center;*/
    position:relative;
  max-height: 600px;
  overflow: hidden;
  text-align: center;
}
.banner ul {
    margin: 0;
    padding: 0;
}
.banner li {
    list-style: none;
}
.banner ul li {
    /*float: left;
    height: 600px;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-size: cover;
    display: block;
    float: left;
    height: 600px;
    width: 100%;
}
.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: left;
}
.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.banner .dots li.active {
    background: #fff;
    opacity: 1;
}
.owl-prev, .owl-next { width: 35px; height: 35px; position: absolute; top: 50%; margin-top: -17px; background: blue; z-index: 99; border: solid 1px #dedede; }
.owl-prev { left: -10px; background-position: center left; background: url(../images/prev.png);  background-repeat: no-repeat; background-color: #ffffff; }
.owl-next { right: -10px; background-position: center left; background: url(../images/next.png);  background-repeat: no-repeat; background-color: #ffffff; }
.disabled { display: none !important; }
/* Sumanta parida */


div[details-list] { width: 20%; float: left; }
div[details-list] ul { list-style: none; float: left; padding: 0; margin: 0px; color: #fff; }
div[details-list] ul li { list-style: none; float: left; padding: 3px; }
div[details-list] ul li .icon { font-size: 30px; color: #0F6A63; line-height: 30px; }
div[details-list] ul li a, div[details-list] ul li a:hover { text-decoration: none; }
div[details-list] ul li p { margin: 0; }
div[details-list] ul li p strong { display: block; text-transform: uppercase; }
div[details-list] ul li p span { display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 140px; }
.top-section, .secound-section { padding: 60px 0px 60px 0px; }
.third-section { padding: 30px 0px 30px 0px; }
.top-section p, .secound-section p { font-size: 18px; }
.top-section h2, .secound-section h2, .third-section h2 { text-transform: uppercase; }

ul[role="projectDetails"] { list-style: none; margin: 0px; padding: 0px; }
ul[role="projectDetails"] li { width: 25%; float: left; padding: 5px; margin-bottom: 5px; }
ul[role="projectDetails"] li p { margin: 0px; text-align: left; }
ul[role="projectDetails"] li p span { display: block; }
ul[role="projectDetails"] li p span:first-child { font-size: 14px; }
ul[role="projectDetails"] li p span:last-child { font-weight: bold; font-size: 18px;  }
ul[role="projectDetails"] li p span:first-child, ul[role="projectDetails"] li p span:last-child { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.project-details h3 { font-size: 18px; font-weight: 700; color: #428bca; margin: 5px 0 10px 0; }
.project-details h4 { margin: 0 0 10px 0; font-size: 16px; }
.project-details h4 span { font-weight: 700; color: firebrick;  }
.project-details ul.list { margin: 0px 0px 10px 0px; padding: 0px; list-style: none; color: #999; float: left; width: 100%;  }
.project-details ul.list li { margin-bottom: 3px; font-size: 13px; float: left; }
.project-details ul.list li span { display: block; width: 130px; float: left; }
ul[aminites] { float: left; list-style: none; width: 100%; margin: 0px 0px 10px 0px; padding: 0px; }
ul[aminites] li { display: inline-block; border: solid 1px #63c6ae; padding: 5px 8px; }
.project-images .img-responsive { border:solid 1px #dedede; }
.inqueri-container { margin: 15px 0px; }
.inqueri-container form { border: solid 1px #dedede; padding: 15px; background: #dedede; }
.inqueri-container form p { margin: 5px 0px 20px 0px; font-size: 14px; }
ul[role="tabs"] { margin: 15px 0px 0px 0px; padding: 0; list-style: none; float: left; width: 100%; position: relative; }
ul[role="tabs"] li { float: left; padding: 10px; border:solid 1px #63c6ae; margin-right: 10px; cursor: pointer; font-weight: bold; text-transform: uppercase; }
ul[role="tabs"] li:hover, ul[role="tabs"] li.active { background: #63c6ae; color: #fff; }
div[data-tab-content] { border: solid 1px #63c6ae; position: absolute; top: 43px; padding: 10px; height: 521px; overflow: hidden; background: #63c6ae; }
div[data-tab-content] img { width: 100%; }
.third-section { height: 700px; padding-bottom: 0; margin-bottom: 50px; }
#googleMap, #googleMap2 { height: 100%; }
.imgborder { border: solid 1px #dedede; }
#services .btn-default { border: solid 1px #242a2c; border-radius: 0; background: transparent; color: #fff; text-transform: uppercase; padding: 10px 20px; font-weight: 700; }
#services .btn-default:hover { background: #242a2c; }
.company { background: #dedede; padding: 10px; text-align: center; }
ul[role="bank"] { list-style: none; margin: 0px; padding: 0px; }
ul[role="bank"] li { display: inline; margin-right: 5px; }
.btn-primary { border-radius: 0; }
.calltoaction-nav { float: right; margin: 18px 10px 0 0; cursor: pointer; font-weight: bold; text-transform: uppercase; }
.calltoaction-nav a { text-decoration: none; float: left; padding: 5px 10px; border:solid 1px #63c6ae; margin-left: 15px;  }
.calltoaction-nav a:hover { text-decoration: none; background: #63c6ae; color: #fff; }

.bankList .best-deal { text-align: center !important; }
.bankList .best-deal img { width: auto !important; border: solid 1px #dedede; display: inherit !important; margin: auto;  }
.bankList .owl-item { height: 90px !important; }


.property {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.property:hover img, .property:active img, .property:focus img {
    backface-visibility: hidden;
    top: -10px;
}
.property.big:hover .overlay, .property.big:active .overlay, .property.big:focus .overlay {
    bottom: 0;
}
.property:hover .overlay, .property:active .overlay, .property:focus .overlay {
    bottom: 0;
}
.property:hover .overlay .additional-info li, .property:active .overlay .additional-info li, .property:focus .overlay .additional-info li {
    opacity: 1;
}
.property:hover .tag.status, .property:active .tag.status, .property:focus .tag.status {
    background-color: rgba(0, 0, 0, 0.8);
}
.property:hover .type, .property:active .type, .property:focus .type {
    opacity: 1;
}
.property img {
    backface-visibility: hidden;
    position: relative;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.property .overlay {
    bottom: -50px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
	border: none !important;
	height: inherit !important;
	opacity: inherit !important;
	right: inherit !important;
	top: inherit !important;
}
.property .overlay h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 3px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.property .overlay figure {
    color: #fff;
    font-weight: lighter;
	opacity: inherit !important;
	position: inherit !important;
	transition: inherit !important;
	width: inherit !important;
}
.property .overlay .additional-info {
    background-color: #073855;
    display: table;
    height: 30px;
    list-style: outside none none;
    margin-bottom: 0;
	margin-top: 0;
    padding: 8px 12px;
    width: 100%;
}
.property .overlay .additional-info li {
    color: #fff;
    display: table-cell;
    opacity: 0;
    transition: all 0.8s ease 0s;
    width: 25%;
}
.property .overlay .additional-info li header {
    font-size: 11px;
    opacity: 0.5;
	background: none;
	left: inherit ! important;
	position: inherit !important;
	width: inherit !important;
	z-index: inherit !important;
}
.property .overlay .additional-info li figure {
    font-size: 11px;
    font-weight: bold;
}
.property .overlay .info {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0 !important;
    padding: 12px !important;
	margin: inherit ;
	width: inherit !important;
	font-size: inharit !important;
	text-align: inherit !important;
}
.property .property-image {
    overflow: hidden;
    width: 100%;
}
.property .tag.status {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    left: 13px;
    padding: 6px 9px;
    position: absolute;
    top: 15px;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.property .tag.status::after {
    border-color: rgba(0, 0, 0, 0.6) transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 0;
    bottom: -4px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.property .type {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 29px;
    line-height: 29px;
    opacity: 0.9;
    padding: 0 2px;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 15px;
    transition: all 0.4s ease 0s;
    z-index: 2;
}
.property .type img {
    top: 0 !important;
    width: inherit;
}
.tag {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 3px 8px;
}
.tag.price {
    background-color: #1396e2;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

