/* CSS
Author: GILLAN E SOLUTIONS
Created: 19-11-2015
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none !important;
    font-size: 100%;
}

img {
    height: auto;
}

a:hover {
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-family: 'AlegreyaSans-Bold';
    font-size: 30px;
    color: #003868;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 23px;
}

h2 {
    font-family: 'AlegreyaSans-Bold';
    font-size: 25px;
    color: #00396c;
    font-weight: normal;
    margin-bottom: 20px;
}

h3 {
    font-family: 'AlegreyaSans-Medium';
    font-size: 23px;
    color: #00396c;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 20px;
}

h4 {
    font-family: 'AlegreyaSans-Medium';
    font-size: 20px;
    color: #c81f25;
    font-weight: normal;
    margin-bottom: 20px;
}

/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.alignleft {
    float: left;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(230, 230, 230, 1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(230, 230, 230, 1);
    box-shadow: 7px 7px 0px 0px rgba(230, 230, 230, 1);
    margin: 0px 25px 25px 0px;
}

.alignright {
    float: right;
    margin: 0px 0px 15px 15px;
}

.hide {
    display: none;
}

.font-size18 {
    font-size: 18px !important;
}

.red-text {
    color: #c81f25;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

/*
-------------------------------------------------------------- 
HEADER STYLE
-------------------------------------------------------------- 
*/
header {
    float: left;
    width: 100%;
    background: linear-gradient(#fff, #fdfcfc);
    border-top: 5px solid #00396c;
    min-height: 127px;
    padding: 0 20px;
}

.header .row {
    margin-left: 0;
    margin-right: 0;
}

.second-logo,
.logo {
    display: block;
    margin-top: 26px;
}

.second-logo img,
.logo img {
    height: auto;
}

.header-right-area {
    display: block;
    float: right;
    text-align: right;
    margin-right: 100px;
}

.phone-div {
    display: inline-block;
    background: #003868;
    font-family: 'AlegreyaSans-Bold';
    font-size: 18px;
    color: #fff;
    vertical-align: top;
    margin-top: 5px;
    padding: 9px 20px;
    transition: all 0.4s ease-in-out;
}

.phone-div:hover {
    background: #c81f25;
}

.phone-div span {
    font-family: 'AlegreyaSans-ExtraBold';
}

.phone-div a {
    color: #fff;
}

.phone-div a:hover,
.phone-div a:focus {
    text-decoration: none;
    color: #fff;
}

.search-div {
    transition: all 0.4s ease-in-out;
}

/*
-------------------------------------------------------------- 
MAIN NAV STYLE
-------------------------------------------------------------- 
*/
.main-nav {
    display: block;
    position: relative;
    margin-top: 5px;
}

.main-nav #mega-menu-wrap-primary {
    margin-right: 73px;
}

.main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: 'AlegreyaSans-Bold';
}

/*
-------------------------------------------------------------- 
BANNER STYLE
-------------------------------------------------------------- 
*/
.banner {
    position: relative;
    float: left;
    width: 100%;
    min-height: 405px;
    padding: 0px 35px;
    background: linear-gradient(#fcfcfc, #edecec);
    margin-bottom: 40px !important;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper:before {
    position: absolute;
    top: 0;
    background-color: rgba(0, 56, 104, 0.40);
    content: "";
    right: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.banner:before {
    position: absolute;
    content: '';
    background: url(../images/banner-caption-bg.png) repeat-x;
    left: 0;
    width: 18%;
    height: 64px;
    top: 44%;
    z-index: 10;
}

.banner:after {
    position: absolute;
    content: '';
    background: url(../images/banner-caption-bg.png) repeat-x;
    right: 0;
    width: 18%;
    height: 64px;
    top: 44%;
    z-index: 10;
}

.banner img,
.inner-banner img {
    width: 100%;
}

.inner-banner {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 35px;
    background: linear-gradient(#fcfcfc, #edecec);
}

.inner-banner:before {
    position: absolute;
    content: '';
    background: url(../images/banner-caption-bg.png) repeat-x;
    left: 0;
    width: 23%;
    height: 64px;
    bottom: 0px;
    z-index: 10;
}

.inner-banner:after {
    position: absolute;
    content: '';
    background: url(../images/banner-caption-bg.png) repeat-x;
    right: 0;
    width: 23%;
    height: 64px;
    bottom: 0px;
    z-index: 10;
}


.nivoSlider {
    position: relative;
    width: 100%;
    height: 500px !important;
}



/*
-------------------------------------------------------------- 
CONTENT STYLE
-------------------------------------------------------------- 
*/
.counter-section {
    padding: 0px 20px 40px;
    text-align: center;
    background: #fff;
}

.counter-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.counter-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.counter-box {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    max-width: 230px;
    text-align: left;
}

.counter-box:last-child {
    max-width: 210px;
}

.counter-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: #003868;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-icon img {
	width: 35px;
}

.counter-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #c60523;
    margin-bottom: 5px;
}
.counter-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 0;
}



.tabs-area {
    float: left;
    width: 100%;
    background: linear-gradient(#ececec, #e4e3e3);
    padding: 30px 0px;
}

.tab-div {
    display: inline-block;
    background: #fff;
    width: 100%;
}

.tab-img {
    position: relative;
    float: right;
    width: 47.3%;
}

.tab-img:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 6px solid #434345;
    border-bottom: 8px solid transparent;
    left: -6px;
    top: 15px;
}

.specialty .tab-img:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 6px solid #44546D;
    border-bottom: 8px solid transparent;
    left: -6px;
    top: 15px;
}

.tab-img-text {
    position: absolute;
    top: 21%;
    text-align: center;
    padding: 0px 25px;
}

.tab-img-text ul {
    list-style: none;
}

.tab-img-text ul li {
    display: block;
    background: rgba(200, 31, 37, 0.79);
    margin-bottom: 18px;
    padding: 10px 4px 6px 4px;
    transition: all 0.4s ease-in-out;
}

.tab-img-text ul li:hover {
    background: rgba(0, 56, 104, 0.90);
}

.tab-img-text ul li a {
    font-family: 'AlegreyaSans-Bold';
    font-size: 18px;
    color: #fff;
}

.tab-img-text ul li a:hover,
.tab-img-text ul li a:focus {
    text-decoration: none;
}

.tab-text {
    display: inline-block;
    font-size: 16px;
    color: #636465;
    padding: 24px 18px 15px 22px;
    min-height: 269px;
    line-height: 22px;
    width: 52.6%;
}

.tab-text h2 {
    font-size: 30px;
    color: #003868;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.tab-text p {
    margin-bottom: 15px;
}

.specialty .tab-text {
    font-size: 18px;
}

.tab-text ul {
    list-style: none;
    margin-bottom: 5px;
}

.tab-text ul li {
    position: relative;
    display: block;
    padding-left: 12px;
    margin-bottom: 3px;
}

.tab-text ul li:before {
    background: url(../images/sprites-img01.png) no-repeat -3px -10px;
    position: absolute;
    width: 7px;
    height: 6px;
    content: "";
    left: 0px;
    top: 7px;
}

.read-more {
    position: relative;
    font-size: 17px;
    color: #c81f25;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    padding: 5px 18px 5px 7px;
}

.read-more:after {
    background: url(../images/sprites-img01.png) no-repeat -3px 0px;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 0px;
    top: 10px;
}

.read-more:hover {
    background: #c81f25;
    color: #fff;
    text-decoration: none;
}

.read-more:hover:after {
    background: url(../images/sprites-img01.png) no-repeat -13px 0px;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 2px;
    top: 10px;
}

.commercial-area {
    float: left;
    width: 100%;
    background: url(../images/content-div-bg.png) repeat-x bottom center;
    border-bottom: 11px solid #00396c;
    min-height: 519px;
    padding: 60px 0px 200px 0px;
}

.commercial-div {
    font-size: 18px;
    color: #282f35;
    text-align: center;
    padding: 0px 110px;
}

.commercial-div img {
    display: inline-block;
}

.commercial-div h1 {
    font-family: 'AlegreyaSans-Light';
    font-size: 36px;
    color: #00396c;
    margin-bottom: 35px;
    text-transform: none;
}

.read-more-btn {
    display: inline-block;
    background: url(../images/read-more-arrows-hover.png) no-repeat right 60px top 13px, url(../images/red-more-red-bg.png) repeat-x;
    font-size: 17px;
    color: #fff;
    height: 47px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0px 72px 0px 72px;
    transition: all 0.4s ease-in-out;
}

.read-more-btn:hover,
.read-more-btn:focus {
    text-decoration: none;
    background: url(../images/read-more-arrows-hover.png) no-repeat right 60px top 13px, url(../images/red-more-red-bg-hover.png) repeat-x;
}

div#ajax-load-more {
    display: block;
    width: 100%;
    float: left;
}

.blog-area button.alm-load-more-btn {
    display: none;
    position: relative;
    background: #c81f25 url(../images/read-more-arrows-hover.png) no-repeat right 60px top 13px;
    height: 36px;
    line-height: 36px;
    font-family: 'AlegreyaSans-Regular';
    font-size: 17px;
    font-weight: normal;
    border-radius: 0px;
    padding: 0px 72px 0px 72px;
    outline: none;
    transition: all 0.4s ease-in-out;
}

.blog-area button.alm-load-more-btn:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    background: #c81f25;
    height: 7px;
    transition: all 0.4s ease-in-out;
}

.blog-area button.alm-load-more-btn:hover {
    background: #00396c url(../images/read-more-arrows-hover.png) no-repeat right 60px top 13px;
}

.blog-area button.alm-load-more-btn:hover:after {
    background: #00396c;
}

.blog-area p a.old-post-btn {
    position: relative;
    background: #c81f25;
    height: 36px;
    line-height: 36px;
    font-family: 'AlegreyaSans-Regular';
    font-size: 17px;
    font-weight: normal;
    border-radius: 0px;
    padding: 9px 72px 11px 72px;
    color: #fff;
    outline: none;
    transition: all 0.4s ease-in-out;
}

.blog-area p a.old-post-btn:before {
    background: url(../images/sprites-img01.png) no-repeat -13px 0px;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 52px;
    top: 13px;
}

.blog-area p a.old-post-btn:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    background: #c81f25;
    height: 7px;
    transition: all 0.4s ease-in-out;
}

.blog-area p a.old-post-btn:hover {
    text-decoration: none;
    background: #00396c;
}

.blog-area p a.old-post-btn:hover:after {
    background: #00396c;
}

.blog-area {
    float: left;
    width: 100%;
    background: #e5eef6;
    padding: 55px 0px 45px 0px;
}

.blog-area h1 {
    position: relative;
    text-align: center;
    font-family: 'AlegreyaSans-Regular';
    font-size: 36px;
    color: #00396c;
    line-height: 35px;
    margin-bottom: 60px;
}

.blog-area h1:after {
    position: absolute;
    content: '';
    background: url(../images/sprites-img01.png) no-repeat center -74px;
    width: 100%;
    height: 11px;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -13px;
}

.recent-blog-post {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.recent-blog-post-caption {
    position: absolute;
    top: 0px;
    background: rgba(200, 31, 37, 0.85);
    left: 0px;
    width: 39%;
    font-size: 18px;
    color: #fff;
    padding: 30px 34px 11px 34px;
    min-height: 335px;
    line-height: 22px;
}

.recent-blog-post-caption h2 {
    font-size: 22px;
    color: #fff;
    line-height: 31px;
    margin-bottom: 10px;
}

.recent-blog-post-caption h2 a {
    color: #fff;
}

.recent-blog-post-caption h2 a:hover {
    text-decoration: none;
    color: #fff;
}

.recent-blog-post-caption .date {
    font-size: 18px;
    color: #fff;
}

.recent-blog-post-caption p {
    margin-bottom: 10px;
}

.artical-white-btn {
    display: inline-block;
    background: url(../images/artical-white-bg.png) repeat-x;
    font-size: 17px;
    color: #c81f25;
    height: 34px;
    line-height: 28px;
    padding: 0px 9px;
}

.artical-white-btn:hover,
.artical-white-btn:focus {
    text-decoration: none;
    background: url(../images/artical-blue-bg.png) repeat-x;
    color: #fff;
}

.blog-post-carousel-area {
    position: relative;
    display: inline-block;
    position: relative;
    width: 100%;
    background: #00396c;
    min-height: 335px;
    padding: 34px 30px 24px 30px;
}

.post-caption {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}

.post-caption h2 {
    font-size: 22px;
    color: #fff;
    line-height: 31px;
    margin-bottom: 10px;
}

.post-caption h2 a {
    color: #fff;
}

.post-caption h2 a:hover {
    text-decoration: none;
    color: #fff;
}

.post-caption .date {
    color: #198cfc;
}

.post-caption p {
    margin-bottom: 6px;
}

.artical-red-btn {
    display: inline-block;
    background: url(../images/artical-red-bg.png) repeat-x;
    font-size: 17px;
    color: #fff;
    height: 34px;
    line-height: 28px;
    padding: 0px 9px;
}

.artical-red-btn:hover,
.artical-red-btn:focus {
    text-decoration: none;
    background: url(../images/artical-white-bg.png) repeat-x;
    color: #c81f25;
}

.blog-post-carousel-area .customNavigation a {
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 0px;
    bottom: 3%;
    cursor: pointer;
}

.blog-post-carousel-area .prev,
.blog-post-carousel-area .prev2 {
    background: url(../images/sprites-img01.png) no-repeat -26px -40px;
    left: 20%;
}

.blog-post-carousel-area .next,
.blog-post-carousel-area .next2 {
    background: url(../images/sprites-img01.png) no-repeat -54px -40px;
    right: 20%;
}

.right-align {
    right: 0;
    left: inherit;
}

.blog-tab {
    background: #fff;
    margin-bottom: 30px;
}

.blog-tab img {
    height: 221px;
}

.blog-tab-text {
    padding: 12px 17px;
}

.blog-tab h2 {
    position: relative;
    font-size: 23px;
    color: #00396c;
    line-height: 25px;
}

.blog-tab h2:after {
    position: absolute;
    content: '';
    background: url(../images/sprites-img01.png) no-repeat 0px -74px;
    width: 100%;
    height: 9px;
    left: 0px;
    bottom: -15px;
}

.blog-tab h2 a {
    color: #00396c;
}

.blog-tab h2 a:hover,
.blog-tab h2 a:focus {
    text-decoration: none;
    color: #c81f25;
}

.blog-tab .date {
    font-size: 16px;
    color: #c81f25;
}

.content-cover {
    display: block;
    background: url(../images/content-cover-bg.png) no-repeat bottom center;
    background-size: cover;
    padding: 69px 0px;
}

.content-div {
    float: left;
    position: relative;
    background: url(../images/content-div-bg.png) repeat-x bottom center;
    width: 100%;
    min-height: 600px;
    border-bottom: 1px solid #fff;
    padding: 25px 0 258px 0;
}

.content-div.blog-section {
    background: #e5eef6 url(../images/content-div-bg.png) repeat-x bottom center;
}

.blog-section {
    background: #E8EEF3 url(../images/commercial-area-bg.png) repeat-x bottom center;
}

.content-div:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 9px;
    border-bottom: 9px solid #00396c;
}

.breadcrumb-div {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #797979;
    border-bottom: 1px solid #e3e2e3;
    padding-left: 3px;
    margin-bottom: 49px;
}

.breadcrumb-div a {
    color: #797979;
}

.breadcrumb-div a:hover,
.breadcrumb-div a:focus {
    text-decoration: none;
    color: #c81f25;
}

.content-div ul {
    list-style: none;
}

.content-div ul li {
    display: block;
    background: url(../images/content-bullet.png) no-repeat 0px 7px;
    padding-left: 12px;
    margin-bottom: 8px;
}

.left-penal {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.right-penal {
    float: right;
    width: 100%;
}

.seprtr-title {
    background: url(../images/heading-seprtr.png) no-repeat bottom left;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.concentration-areas {
    padding-top: 30px;
}

.content-row {
    float: left;
    width: 100%;
}

.form-div {
    margin-bottom: 30px;
}

.blog-detail img {
    width: 100%;
}

.blog-detail .recent-blog-post-caption {
    width: 59%;
    top: 22%;
    min-height: inherit;
    padding: 20px 24px 10px 20px;
}

.affiliations-text {
    font-family: 'AlegreyaSans-Bold';
    font-size: 21px;
    color: #c81f25;
}

/*

.case-studies-row {

    position: relative;

    width: 780px;

    height: 293px;

	text-align:center;

}*/
.case-studies-row.even {
    float: right;
}

.table {
    height: 100%;
    display: table;
    margin-bottom: 0px !important;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.case-studies-heading {
    float: left;
    position: relative;
    background: #dcedfb;
    width: 50%;
    height: 100%;
    color: #999;
    z-index: 10;
    padding: 0 25px;
}

.case-studies-heading:before {
    top: 50%;
    right: -5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent transparent transparent #dcedfb;
    border-width: 10px;
}

.case-studies-heading h3 {
    font-size: 26px;
    margin-bottom: 0px;
}

.case-studies-heading h3 a {
    color: #00396c;
}

.case-studies-heading h3 a:hover,
.case-studies-heading h3 a:focus {
    color: #c81f25;
    text-decoration: none;
}

.case-studies-text {
    float: left;
    position: relative;
    background: #c81f25;
    width: 50%;
    height: 100%;
    font-size: 17px;
    color: #fff;
    z-index: 2;
    padding: 0 25px;
}

.case-studies-text strong {
    color: #F3B51B;
}

.case-studies-img {
    display: block;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
    -webkit-transition: .6s cubic-bezier(.165, .84, .44, 1);
    transition: .6s cubic-bezier(.165, .84, .44, 1);
    z-index: 1;
}

.case-studies-row:hover .case-studies-img {
    left: 100%;
}

.case-studies-row.even .case-studies-img {
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    right: 50%;
    left: inherit;
    top: 0;
    position: absolute;
    -webkit-transition: .6s cubic-bezier(.165, .84, .44, 1);
    transition: .6s cubic-bezier(.165, .84, .44, 1);
    z-index: 1;
}

.case-studies-row.even:hover .case-studies-img {
    right: 100%;
    left: inherit;
}

.content-div .property-type-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.content-div .property-type-list li {
    float: left;
    background: none;
    padding: 0px;
    margin-right: 70px;
}

.content-div .property-type-list li:last-child {
    margin-right: 0px;
}

.red-btn {
    display: inline-block;
    position: relative;
    background: #c81f25;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 20px 3px 20px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 10px;
}

.red-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    background: #c81f25;
    width: 100%;
    height: 3px;
    transition: all 0.4s ease-in-out;
}

.blue-btn {
    display: inline-block;
    position: relative;
    background: #003868;
    font-size: 16px;
    color: #fff;
    padding: 4px 20px 3px 20px;
    transition: all 0.4s ease-in-out;
}

.blue-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    background: #003868;
    width: 100%;
    height: 3px;
    transition: all 0.4s ease-in-out;
}

.blue-btn:hover,
.blue-btn:focus {
    text-decoration: none;
    background: #c81f25;
}

.blue-btn:hover:after,
.blue-btn:focus:after {
    background: #c81f25;
}

.map-div {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.case-studies-area .blog-tab h2 {
    margin-bottom: 25px;
}

#tablepress-1 tbody td {
    vertical-align: middle;
}

#tablepress-1 tbody td h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0px;
}

#tablepress-1 tbody td h3 a:hover,
#tablepress-1 tbody td h3 a:focus {
    text-decoration: none;
    color: #c81f25;
}

#tablepress-1 td,
#tablepress-1 th {
    padding: 15px 2px 15px 15px;
}

#tablepress-1 tbody td,
#tablepress-1 tfoot th {
    border-top: 1px solid #EFEFEF;
    text-align: center;
}

#tablepress-1 .media-body {
    vertical-align: middle;
    height: 48px;
}

#tablepress-1 .ptitle {
    float: left;
    font-family: 'AlegreyaSans-Medium';
    font-size: 20px;
    color: #00396c;
    line-height: normal;
    font-weight: normal;
}

#tablepress-1 .ptitle .label.label-default {
    display: none;
}

#tablepress-1 .wpdm-download-link {
    float: right;
    position: relative;
    background: #003868;
    font-size: 16px;
    color: #fff;
    padding: 4px 20px 3px 20px;
    transition: all 0.4s ease-in-out;
    margin-right: 40px;
}

#tablepress-1 .wpdm-download-link:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    background: #003868;
    width: 100%;
    height: 3px;
    transition: all 0.4s ease-in-out;
}

#tablepress-1 .wpdm-download-link:hover,
#tablepress-1 .wpdm-download-link:focus {
    text-decoration: none;
    background: #c81f25;
}

#tablepress-1 .wpdm-download-link:hover:after,
#tablepress-1 .wpdm-download-link:focus:after {
    background: #c81f25;
}

.normal-row {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.left-section {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.case-studies-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E3E2E3;
    margin-bottom: 20px;
}

.case-studies-row:last-child {
    border-bottom: 0px;
}

.case-studies-row h2 a:hover,
.case-studies-row h2 a:focus {
    color: #c81f25;
    text-decoration: none;
}

.read-more {
    display: inline-block;
    margin-bottom: 15px;
}

.right-section {
    float: left;
    width: 100%;
}

.right-tab {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.right-tab h2 {
    background: url(../images/blog-tab-heading-bg.png) no-repeat bottom left;
    padding-bottom: 15px;
}

.right-tab ul {
    margin-bottom: 0px;
}

.right-tab ul li {
    background: url(../images/content-bullet.png) no-repeat 0px 8px;
    border-bottom: 1px solid #E6EEF6;
    padding-left: 16px;
    padding-bottom: 6px;
    margin-bottom: 11px;
}

.right-tab ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.right-tab ul li a:hover,
.right-tab ul li a:focus {
    color: #c81f25;
    text-decoration: none;
}

.blog-tab-text span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #c60523;
    font-family: 'AlegreyaSans-Bold';
}

.left-penal.about-team .alignleft {
    box-shadow: none;
}

.left-penal.about-team .alignleft img {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(91 91 91 / 75%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(91, 91, 91, 0.75);
    box-shadow: 0px 0px 10px 0px rgb(91 91 91 / 75%);
}

/*
-------------------------------------------------------------- 
FOOTER STYLE
-------------------------------------------------------------- 
*/
footer {
    float: left;
    position: relative;
    width: 100%;
    border-top: 4px solid #c81f25;
}

.footer-area {
    display: block;
    width: 100%;
    background: #1d1f21;
    border-top: 1px solid #fff;
}

.footer-tab1 {
    position: relative;
    display: inline-block;
    width: 31%;
    min-height: 303px;
    vertical-align: top;
    padding-top: 33px;
    padding-right: 18px;
}

.footer-logo {
    position: relative;
    padding-bottom: 25px;
}

.footer-logo:after {
    background: url(../images/sprites-img01.png) no-repeat 0px -68px;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

.footer-nav {
    position: relative;
    display: block;
    padding: 15px 0px;
    margin-bottom: 30px;
}

.footer-nav:after {
    background: url(../images/sprites-img01.png) no-repeat 0px -68px;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

.footer-nav ul {
    list-style: none;
    margin-bottom: 0px;
}

.footer-nav ul li {
    display: inline-block;
    margin-right: 13px;
}

.footer-nav ul li:last-child {
    margin-right: 0px;
}

.footer-nav ul li a {
    display: inline-block;
    font-family: 'AlegreyaSans-Medium';
    font-size: 18px;
    color: #24569e;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-nav ul li a::before,
.footer-nav ul li a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.footer-nav ul li a::before {
    margin-right: 2px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.footer-nav ul li a::after {
    margin-left: 2px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.footer-nav ul li a:hover::before,
.footer-nav ul li a:hover::after,
.footer-nav ul li a:focus::before,
.footer-nav ul li a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
    text-decoration: none;
    color: #fff;
}

.footer-social {
    display: block;
    text-align: center;
}

.footer-social .socialmedia-buttons img {
    display: none;
    margin-bottom: 0;
}

.footer-social .socialmedia-buttons a {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-right: 15px;
}

.footer-social .socialmedia-buttons a:nth-child(1) {
    background: url(../images/sprites-img01.png) no-repeat -82px -25px !important;
}

.footer-social .socialmedia-buttons a:nth-child(2) {
    background: url(../images/sprites-img01.png) no-repeat -125px -25px !important;
}

.footer-social .smw_left {
    text-align: center;
}

.footer-social a {
    margin-right: 15px;
}

.footer-social a img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
    -webkit-transition: all .6s ease;
}

.footer-social a img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* For Webkit browsers */
    filter: gray;
    /* For IE 6 - 9 */
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer-tab2 {
    display: inline-block;
    width: 26%;
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    min-height: 303px;
    vertical-align: top;
    padding: 28px 35px 0px 35px;
    word-break: break-word;
}

.footer-tab2 a {
    color: #fff;
}

.footer-tab2 a:hover,
.footer-tab2 a:focus {
    text-decoration: none;
    color: #c81f25
}

.footer-tab2 h4 {
    font-family: 'AlegreyaSans-Bold';
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.footer-tab2 h5 {
    font-family: 'AlegreyaSans-Bold';
    font-size: 17px;
    color: #c81f25;
    margin-bottom: 6px;
}

.footer-tab3 {
    position: relative;
    display: inline-block;
    width: 21%;
    min-height: 303px;
    vertical-align: top;
}

.footer-map-text {
    position: absolute;
    top: 0;
    min-height: 303px;
    width: 100%;
    -webkit-box-shadow: inset -119px -6px 57px -2px rgba(29, 31, 33, 0.95);
    -moz-box-shadow: inset -119px -6px 57px -2px rgba(29, 31, 33, 0.95);
    box-shadow: inset -119px -6px 57px -2px rgba(29, 31, 33, 0.95);
    color: #fff;
    background: rgba(97, 97, 95, 0.59);
    padding: 20px 18px;
}

.footer-map-text {
    position: absolute;
    top: 0;
    min-height: 303px;
    width: 100%;
    -webkit-box-shadow: inset -119px -6px 57px -2px rgba(29, 31, 33, 0.95);
    -moz-box-shadow: inset -119px -6px 57px -2px rgba(29, 31, 33, 0.95);
    box-shadow: inset -119px -6px 57px -2px rgba(29, 31, 33, 0.95);
    color: #fff;
    background: rgba(97, 97, 95, 0.59);
    padding: 20px 18px;
}

.footer-map-text:before {
    background: url(../images/sprites-img01.png) no-repeat -2px -37px;
    content: "";
    width: 24px;
    height: 31px;
    display: block;
    margin-bottom: 10px;
}

.footer-tab3 iframe {
    float: left;
}

.footer-tab3:last-child {
    background: none;
}

.copyright {
    display: block;
    width: 100%;
    background: #003768;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 25px 0px;
}

.copyright p {
    margin-bottom: 0px;
}

/*
-------------------------------------------------------------- 
FORM STYLE
-------------------------------------------------------------- 
*/
.submit-btn {
    display: inline-block;
    background: url(../images/red-more-red-bg.png) repeat-x;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    transition: all 0.4s ease-in-out;
    padding: 8px 52px 17px 52px;
}

.submit-btn:hover {
    background: url(../images/red-more-red-bg-hover.png) repeat-x;
}

@media only screen and (max-width:1024px) {
    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 9px 3px 8px;
    }

    .banner {
        min-height: 315px;
    }

    .banner:before,
    .banner:after {
        width: 12%;
    }

    .tab-text {
        padding: 15px 12px 10px 12px;
        min-height: auto;
        line-height: 19px;
    }

    .tab-text h2 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 17px;
    }

    .tab-text p {
        margin-bottom: 10px;
    }

    .read-more {
        font-size: 14px;
        padding: 3px 18px 2px 7px;
    }

    .tab-img-text ul li {
        padding: 5px 4px 4px 4px;
    }

    .tab-img-text ul li a {
        font-size: 13px;
    }

    .recent-blog-post-caption {
        width: 50%;
        padding: 15px 34px 0px 34px;
        min-height: 268px;
        line-height: 20px;
    }

    .recent-blog-post-caption h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .blog-post-carousel-area {
        min-height: 268px;
        padding: 15px 20px 0px 20px;
    }

    .post-caption {
        font-size: 17px;
        line-height: 18px;
    }

    .post-caption h2 {
        font-size: 23px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .post-caption p {
        margin-bottom: 10px;
    }

    .blog-post-carousel-area .customNavigation a {
        bottom: 2%;
    }

    .blog-tab h2 {
        font-size: 19px;
    }

    .footer-nav ul li {
        margin-right: 7px;
    }

    .footer-nav ul li a {
        font-size: 16px;
    }

    .footer-tab2 {
        font-size: 14px;
        line-height: 20px;
        padding: 28px 15px 0px 15px;
    }

    .left-penal .alignleft {
        margin-right: 0px;
    }

    .case-studies-row {
        width: 66.7%;
        height: 235px;
    }




}

@media (min-width: 768px) and (max-width: 979px) {
    .logo {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .logo img {
        display: inline-block;
    }

    .header-right-area {
        float: none;
        text-align: center;
        width: 100%;
    }

    .phone-div {
        float: right;
        padding: 11px 20px 10px 20px;
        margin-top: 0px;
        margin-left: 5px;
    }

    .search-div {
        float: right;
    }

    .search-btn {
        height: 40px;
    }

    .sb-search {
        right: -100px !important;
    }

    .main-nav {
        float: left;
        margin-top: 0px;
    }

    .main-nav #mega-menu-wrap-primary {
        float: left;
        margin-right: 0px;
    }

    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 10px 3px 10px;
    }

    .banner {
        min-height: 225px;
        padding: 0px 15px;
        margin-top: 20px;
    }

    .inner-banner {
        padding: 0px 15px;
        margin-top: 20px;
    }

    .tab-div {
        margin-bottom: 30px;
    }

    .tab-img {
        width: auto;
    }

    .tab-text {
        padding: 30px 18px 20px 32px;
        min-height: 269px;
        line-height: 22px;
    }

    .tab-text h2 {
        margin-bottom: 15px;
    }

    .commercial-div {
        padding: 0px 50px;
    }

    .recent-blog-post-caption {
        min-height: 313px;
    }

    .blog-post-carousel-area {
        margin-bottom: 30px;
    }

    .blog-post-carousel-area {
        min-height: inherit;
        padding: 34px 30px 15px 30px;
    }

    .customNavigation a {
        bottom: 7%;
    }

    .blog-tab-text {
        padding: 12px 17px;
    }

    .blog-tab h2 {
        font-size: 18px;
    }

    .blog-post-carousel-area .customNavigation a {
        bottom: 7%;
    }

    .footer-tab1 {
        width: 49.5%;
    }

    .footer-tab2 {
        width: 49.5%;
        background: none;
    }

    .footer-tab3 {
        background: url(../images/footer-septrator.png) repeat-y right;
        width: 49.5%;
    }

    .content-div .property-type-list li {
        margin-right: 50px;
    }

    #tablepress-1 .wpdm-download-link {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .logo {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .logo img {
        display: inline-block;
    }

    .header-right-area {
        float: none;
        text-align: center;
        width: 100%;
    }

    .phone-div {
        margin-bottom: 10px;
    }

    .main-nav {
        position: relative;
        float: left;
        background: #003868;
        width: 100%;
        text-align: left;
    }

    .main-nav #mega-menu-wrap-primary {
        margin-right: 0px;
    }

    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #FFFFFF;
    }

    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        float: none;
        margin: 0 15px;
    }

    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        border: 1px solid #004987;
        margin: 10px 0px;
    }

    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
        color: #fff;
        background: #004987;
    }

    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
        background: #004987;
        color: #fff;
        border: 1px solid #004987;
    }

    .search-div {
        position: absolute;
        top: 5px;
        left: 0px;
        bottom: 5px;
    }

    .search-btn {
        width: 46px;
        height: 30px;
    }

    .sb-search-input {
        right: inherit;
        left: 55px;
    }

    .sb-icon-search,
    .sb-search-submit {
        left: 0px;
    }

    .search-div .sb-icon-search:hover {
        background: #002648 url(../images/search-btn.png) no-repeat center;
    }

    .banner {
        min-height: 245px;
        padding: 0px 15px;
        margin-top: 20px;
    }

    .inner-banner {
        padding: 0px 15px;
        margin-top: 20px;
    }

    .banner:before,
    .inner-banner:before {
        height: 40px;
        background-size: contain;
    }

    .banner:after,
    .inner-banner:after {
        height: 40px;
        background-size: contain;
    }
	
	.nivoSlider {
    height: 100% !important;
}
	
	.second-logo {
    margin-top: 60px;
}

    .tab-div {
        margin-bottom: 30px;
    }

    .tab-img {
        width: 50%;
    }

    .tab-text {
        width: 50%;
        padding: 20px 18px 20px 30px;
        min-height: inherit;
        line-height: 22px;
    }

    .tab-text h2 {
        margin-bottom: 15px;
    }

    .commercial-div {
        padding: 0px;
    }

    .commercial-div h1 {
        line-height: normal;
    }

    .recent-blog-post-caption {
        width: 55%;
        min-height: 231px;
        font-size: 16px;
        padding: 12px 15px 0px 15px;
    }

    .recent-blog-post-caption h2 {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .blog-post-carousel-area {
        margin-bottom: 30px;
    }

    .blog-post-carousel-area {
        min-height: inherit;
        padding: 24px 31px 15px 30px;
    }

    .blog-post-carousel-area .customNavigation a {
        bottom: 7%;
    }

    .blog-tab-text {
        padding: 12px 17px;
    }

    .footer-tab1 {
        width: 49.5%;
    }

    .footer-tab2 {
        width: 49.5%;
        background: none;
    }

    .footer-tab3 {
        background: url(../images/footer-septrator.png) repeat-y right;
        width: 49.5%;
    }

    .blog-area .col-sm-4.col-lg-4,
    .blog-section .col-sm-4.col-lg-4 {
        float: left;
        width: 50%;
    }

    .blog-tab h2 {
        font-size: 17px;
    }

    .footer-nav ul li {
        margin-right: 0px;
    }

    .footer-nav ul li a {
        font-size: 15px;
    }

    .left-penal {
        text-align: center;
    }

    .left-penal .alignleft {
        float: none;
        display: inline-block;
    }

    .blog-detail .recent-blog-post-caption {
        top: 30%;
    }

    .case-studies-row,
    .case-studies-row.even {
        width: 100%;
        height: 290px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .case-studies-heading h3 {
        font-size: 22px;
    }

    .case-studies-img {
        display: none;
    }

    .case-studies-text {
        padding: 20px 25px;
    }

    .case-studies-row.even .case-studies-img {
        display: none;
    }

    #tablepress-1 tbody td,
    #tablepress-1 tfoot th {
        display: block;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 6vw;
    }

    h3 {
        font-size: 24px;
    }

    .alignleft {
        float: none;
        text-align: center;
        margin: 0 auto 15px auto;
    }

    .alignleft img {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .alignright {
        float: none;
        text-align: center;
        margin: 0 auto 15px auto;
    }

    .alignright img {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .banner {
        min-height: inherit;
    }

    .tab-text {
        line-height: normal;
        font-size: 14px;
        padding: 20px 18px 10px 20px;
    }

    .specialty .tab-text {
        font-size: 14px;
    }

    .commercial-area {
        padding: 40px 0px 65px 0px;
    }

    .commercial-div img {
        padding: 0 20%;
    }

    .commercial-div h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .recent-blog-post-caption {
        position: inherit;
        background: #C81F25;
        width: 100%;
        min-height: inherit;
        font-size: 16px;
        padding: 15px;
    }

    .blog-tab h2 {
        line-height: normal;
    }

    .post-caption h2 {
        font-size: 20px;
    }

    .footer-nav {
        text-align: center;
    }

    .footer-nav ul li {
        margin: 0 5px;
    }
}

@media (min-width: 240px) and (max-width: 479px) {
    h1 {
        font-size: 8vw;
        line-height: normal;
    }

    .banner,
    .inner-banner {
        padding: 0px 15px;
    }

    .banner:before,
    .banner:after,
    .inner-banner:before,
    .inner-banner:after {
        width: 14%;
        height: 34px;
        background-size: contain;
    }

    .tab-img {
        width: 100%;
    }

    .tab-img img {
        width: 100%;
    }

    .tab-img:before {
        display: none;
    }

    .tab-text {
        width: 100%;
        font-size: 18px;
    }

    .specialty .tab-text {
        font-size: 18px;
    }

    .tab-img-text {
        left: 0px;
        right: 0px;
    }

    .commercial-div h1 {
        font-size: 28px;
    }

    .blog-area h1 {
        font-size: 32px;
    }

    .blog-area .col-sm-4.col-lg-4,
    .blog-section .col-sm-4.col-lg-4 {
        width: 100%;
    }

    .blog-tab-text {
        min-height: inherit;
    }

    .blog-tab h2 {
        font-size: 20px;
    }

    .footer-tab1 {
        width: 100%;
        background: none;
        min-height: inherit;
        padding-right: 0px;
    }

    .footer-nav ul li {
        margin: 0px 2px;
    }

    .footer-tab2 {
        width: 100%;
        padding: 28px 0 0 0;
    }

    .footer-tab3 {
        background: none;
        width: 100%;
    }

    .footer-map-text {
        width: 101%;
    }

    .case-studies-row,
    .case-studies-row.even {
        height: inherit;
    }

    .case-studies-heading {
        width: 100%;
        padding: 40px 20px;
    }

    .case-studies-text {
        width: 100%;
        padding: 40px 20px;
    }

    #tablepress-1 .wpdm-download-link {
        float: left;
        margin: 10px 0;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 8vw;
    }

    .banner,
    .inner-banner {
        padding: 0px 15px;
    }

    .banner:before,
    .banner:after,
    .inner-banner:before,
    .inner-banner:after {
        width: 14%;
        height: 34px;
        background-size: contain;
    }

    .tab-img {
        width: 100%;
    }

    .tab-img img {
        width: 100%;
    }

    .tab-img:before {
        display: none;
    }

    .tab-text {
        width: 100%;
        font-size: 18px;
    }

    .specialty .tab-text {
        font-size: 18px;
    }

    .tab-img-text {
        left: 0px;
        right: 0px;
    }

    .commercial-div h1 {
        font-size: 28px;
    }

    .blog-area h1 {
        font-size: 32px;
    }

    .blog-area .col-sm-4.col-lg-4,
    .blog-section .col-sm-4.col-lg-4 {
        width: 100%;
    }

    .blog-tab-text {
        min-height: inherit;
    }

    .blog-tab h2 {
        font-size: 20px;
    }

    .footer-tab1 {
        width: 100%;
        background: none;
        min-height: inherit;
        padding-right: 0px;
    }

    .footer-nav ul li {
        margin: 0px 2px;
    }

    .footer-tab2 {
        width: 100%;
        padding: 28px 0 0 0;
    }

    .footer-tab3 {
        background: none;
        width: 100%;
    }

    .footer-map-text {
        width: 101%;
    }

    .case-studies-row,
    .case-studies-row.even {
        height: inherit;
    }

    .case-studies-heading {
        width: 100%;
        padding: 40px 20px;
    }

    .case-studies-text {
        width: 100%;
        padding: 40px 20px;
    }
}