@charset "utf-8";
/* CSS Document 
Project Name: Phil Cobble  
Author Name: bluedress INTERNET MARKETING

/*---///---///---///---///---///---///---///---///---///---
    01. GENERAL CSS 
---///---///---///---///---///---///---///---///---///---*/

@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}

html {
    width: 100vw;
    overflow-x: hidden;
}

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #676767;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    color: #111111;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}
h4 {
    font-size: 18px;
}
p{
    margin: 0;
    padding: 0 0 20px 0 !important;
    color: #000;
}

ul {
    padding-bottom: 20px !important;
}


a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* COMMON CSS */

ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #000;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.at-col-default-mar {
    margin-bottom: 30px;
}
.at-color-word {
    color: #CC935C;
}
/* TITLE CSS START */
.at-sec-title {
    margin-bottom: 60px;
    text-align: center;
}
.at-sec-title {
    margin-bottom: 60px;
}
.at-sec-title h2 {
    font-size: 36px;
}
.at-sec-title h2 span {
    color: #CC935C;
}
.at-sec-title p {
    color: #333333;
}
.at-heading-under-line {
    width: 100px;
    height: 1px;
    background: #C4CCD4;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}
.at-heading-under-line .at-heading-inside-line {
    width: 30px;
    height: 5px;
    background: #C4CCD4;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -15px;
}
.at-sec-title-left {
    text-align: left;
}
.at-sec-title-left .at-heading-under-line {
    margin: 0;
    margin-bottom: 20px;
}
.at-sec-title-left .at-heading-under-line .at-heading-inside-line {
    margin-left: 0;
    left: 0;
}

.pt-20 {
    padding-top: 20px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-black {
    color: #000;
}

.text-right {
    text-align: right;
}

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

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

.text-red, .text-red a {
    color: red !important;
}

a.text-black {
    color: #000;
}

/* FORM COMMON CSS START */

.form-control {
    resize: none;
    height: 40px;
    margin-bottom: 30px;
    font-size: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #CC935C;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #676767 !important;
}
::-moz-placeholder {
    color: #676767 !important;
}
:-ms-input-placeholder {
    color: #676767 !important;
}
input:-moz-placeholder {
    color: #676767 !important;
}


.at-input::-webkit-input-placeholder {
    color: #c5c5c5 !important;
}
.at-input::-moz-placeholder {
    color: #c5c5c5 !important;
}
.at-input:-ms-input-placeholder {
    color: #c5c5c5 !important;
}
.at-input:-moz-placeholder {
    color: #c5c5c5 !important;
}

/* BTN CSS START*/
.at-btn-default {
    font-size: 18px;
    background: #CC935C;
    color: #ffffff;
    border: none;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right {
    font-size: 15px;
    background: #CC935C;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    padding: 14px 40px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right:hover {
    background: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right:before {
    background-color: #bf864f;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/* BACKGROUND OVER LAYER START */

.at-over-layer-black {
    position: relative;
}
.at-over-layer-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.9);
}
.at-over-layer-white {
    position: relative;
}
.at-over-layer-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

/* scrollup css start */
#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color:#ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #CC935C;
    color: #ffffff;
    font-size: 36px;
    padding: 5px 10px 10px;
}

/* Preloader css start */
#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 9999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #ffffff url('../images/preloader.gif') no-repeat center center; 
}


/* featherlight css start */
.featherlight .featherlight-content{
    padding: 10px;
    border-bottom: none;
}
.featherlight-next span {
    right: -2%;
}
.featherlight-previous {
    right: 88%;
    top: 10px;
    left: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next {
    left: 88%;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight-next span, .featherlight-previous span {
    font-size: 30px;
    color: #ffffff;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.featherlight .featherlight-close-icon {
    background: #000000;
    color: #ffffff;
    right: 20px;
    top: 20px;
    font-size: 16px;
    border: 1px solid #ffffff;
    padding: 0 5px;
}
/* pagination start*/
.at-pagination {
    text-align: center;
}
.at-pagination .pagination>li:first-child>a,
.at-pagination .pagination>li:last-child>a, 
.at-pagination .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.at-pagination .pagination>li>a, 
.at-pagination .pagination>li>span {
    background-color: #CC935C;
    color: #ffffff;
}
.at-pagination .pagination>li>a:hover, 
.at-pagination .pagination>li>span:hover {
    background-color: #111111;
    color: #ffffff;
}


/*---///---///---///---///---///---///---///---///---///---
    02. MAIN HEADER CSS 
---///---///---///---///---///---///---///---///---///---*/

.at-main-herader {}
/* Header topbar start */

.at-header-topbar {
    background-color: #111111;
    padding: 10px 0;
}
.at-header-topbar i {
    color: #DCDCDC;
    margin-right: 5px;
}
.at-header-topbar p {
    color: #dcdcdc;
    padding-bottom: 0 !important;
}
.at-header-topbar p a {
    color: #dcdcdc;
}
.at-sign-in-up {
    text-align: right;
}
.at-sign-in-up p {
    margin-right: 15px;
    display: inline-block;
}
.at-social a i, .at-social a img {
    color: #dcdcdc;
    margin-right: 0;
    margin-left: 15px;
    width: 20px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #dcdcdc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.at-social a i:hover {
    color: #CC935C;
    border-color: #CC935C;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* MAIN NAV CSS START */
#header {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
}

#header .col-md-12 {
    padding-top: 15px;
}

.logo {
    padding: 10px 0 0;
}

.nav-menu, .nav-menu * {
    list-style: none;
    padding-inline-start: 0px;
    padding: 0;
    margin: 0 auto;
}

.nav-menu > ul {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0 !important;
}

.nav-menu > ul > li {
    position: relative;
    margin-right: 0px;
    white-space: nowrap;
    float: left;
}
.nav-menu a {
    display: block;
    text-align: left;
    position: relative;
    color: #fff;
    padding: 10px;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-menu > ul > li:hover {
    color: inherit;
}

.nav-menu a:hover {
    font-weight: 600;
    color:#000;
}

.nav-menu a.active {
    font-weight: 600;
    background-color: #10123d;
    color: #fff;
}

.nav-menu .get-started a {
    background: #eb5d1e;
    color: #fff;
    border-radius: 50px;
    margin: 0 15px;
    padding: 10px 25px;
}

.nav-menu .get-started a:hover {
    background: #ee7843;
    color: #fff;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    margin-top: 30px;
    padding: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    width: 200px;
}


.nav-menu .drop-down:hover > ul {
    opacity: 1;
    visibility: visible;
    border-radius: 5px;
    min-width: 250px;
}

.nav-menu .drop-down li {
    position: relative;
    padding: 0 5px;
    
}

.nav-menu .drop-down li:hover {
    width: 100%;
}

.nav-menu .drop-down ul a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 10px 15px;
    border-top: 1px solid #eeeeee;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-menu .drop-down ul a:hover {
    background-color: transparent;
    color: #CC935C;
    padding-left: 20px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: -100px;
    left: 100%;
}

#header .main-logo .col-md-12 {
    padding-top: 0;
}

.nav-menu .drop-down a i {
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -325px;
    width: 325px;
    padding-top: 18px;
    background: #fff;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    font-family: 'Open Sans', sans-serif;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.mobile-nav .get-started a {
    background: #eb5d1e;
    color: #fff;
    border-radius: 50px;
    margin: 15px;
    padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
    background: #ee7843;
    color: #fff;
}

.mobile-nav .drop-down > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f00d";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 30px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #0049ac;
    background-color: #fff;
    padding: 10px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: transparent;
    opacity: .7;
    overflow: hidden;
    display: none;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #000;
    background-color: #fff;
    padding: 10px;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
    top: 20px;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
    background-color: transparent;
}

/* STICKy NAVIGATION */

#main-nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    z-index: 7000;
    left: 0;
    height: 70px;
}

.sticky + .content {
  padding-top: 102px;
}

.sticky ul li a {
    color: #000;
}

.inner-page #header {
    position: relative;
}

.inner-page .nav-menu a {
    color: #000;
}

.inner-page .nav-menu a.active {
    color: #fff;
}

/* MAIN NAV CSS END */

/*---///---///---///---///---///---///---///---///---///---
    03. HOMEPAGE HERO CSS 
---///---///---///---///---///---///---///---///---///---*/

.stellarnav.fixed {
    background-color: #fff !important;
}

#home .stellarnav.fixed ul li a {
    color: #333333 !important;
}

#home .stellarnav.light, .stellarnav.light ul ul {
    background: transparent;
}

#home .stellarnav>ul>li>a {
    color: #fff !important;
}

#home .stellarnav>ul>li>a:hover {
    color: #000 !important;
}

.hero-area {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    background-image: url(/images/home-hero-static-4.2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-area .container {
    max-width: 767px !important;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
    text-align: center;
    height: 300px;
}

.hero-col h1 {
    font-size: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.hero-col h3 {
    font-size: 21px;
    line-height: 30px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;

}

.hero-col p {
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.hero-col p strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.hero-col .btn {
    padding: 18px 40px;
}

.hero-col .hvr-bounce-to-right {
    background-color:transparent;
    background-image: linear-gradient(to bottom, #C4CCD4 30%, white, #d2d2d2);
    color:#000;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.hero-col .hvr-bounce-to-right:hover {
    background-color:transparent;
    background-image: linear-gradient(to bottom, #d2d2d2 30%, white, #C4CCD4 );
    color:#000;
    font-weight: 600;
}

.hero-col .hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


.at-main-slider {
    width: 100%;
    overflow-x: hidden;
}
.flexslider {
    border: none;
    margin-bottom: 0;
}
.flexslider .slides li {
    position:relative;
}
.flex-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 2%;
}
.flex-caption span {
    color: #CC935C;
    font-size: 50px;
}
.flex-direction-nav a:before {
    content: "\f0a8";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 30px;
}
.flex-direction-nav a.flex-next:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 30px;
}
.flex-control-thumbs li {
    width: 20%;
}
/* Main Slider Two CSS */
.main-slider-section {
}
.slide {
  list-style-type: none;
  padding: 0;
}

.slide-item {
    position: relative;
    height: 90vh;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.slide-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    /*background: rgba(0, 0, 0, 0.7);*/
}
.slide-item-bg-one {
    background: url(../images/hero-slide-1.3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.slide-item-bg-two {
    background: url(../images/hero-slide-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.slide-item-bg-three {
    background: url(../images/hero-slide-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.slide-item-bg-four {
    background: url(../images/hero-slide-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.slide-item-bg-five {
    background: url(../images/hero-slide-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.slide-caption {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 750px;
}

.slide-caption-title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.slide-caption-title span {
    color: #CC935C;
}
.slide-caption-desc {
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.slide-caption .btn {
    border-radius: 0;
    border: 2px solid #CC935C;
    color: #ffffff;
    background: #CC935C;
    padding: 10px 25px;
    text-transform: uppercase;
}
.slide-caption .btn:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: transparent;
}
.owl-item.active .slide-caption-desc{
  animation: 1s 1s fadeInRight both;
}
.owl-item.active .slide-caption-title{
  animation: 1s 1.5s fadeInLeft both;
}
.owl-item.active .btn {
  animation: 1s 2.5s fadeInUp both;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
    font-size: 20px;
    border-radius: 0;
    margin: 0;
    padding: 10px 12px;
}

.owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.active-slider .owl-prev {
    position: absolute;
    top: 45%;
    left: 0px;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.active-slider .owl-next {
    position: absolute;
    top: 45%;
    right: 15px;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}

.active-slider .owl-nav h1 {
    color: #fff;
}

.active-slider .owl-theme .owl-dots .owl-dot {
    display: none;
}


/*---///---///---///---///---///---///---///---///---///---
    04. Home Property Search - Section Two 
---///---///---///---///---///---///---///---///---///---*/

.sec-two {
    background-color: #c4ccd4;
    background-image: linear-gradient(to right, #7fa5e6, #10123d);
    background-image: -webkit-linear-gradient(to right, #7fa5e6, #10123d); 
    background-image:    -moz-linear-gradient(to right, #7fa5e6, #10123d); 
    background-image:     -ms-linear-gradient(to right, #7fa5e6, #10123d); 
    background-image:      -o-linear-gradient(to right, #7fa5e6, #10123d); 
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.sec-two form .col-md-3, .sec-two form .col-md-2, .sec-two form .col-md-1  {
    display: inline-block;
}

.property-search label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.property-search input, .property-search select {
    border: none;
    padding: 5px 10px;
    width: 100%;
    height: 36px;
}

select {
    color: #6d6d6d;
}

.property-search ::placeholder {
    color: #6d6d6d;
}

.btn.main-search {
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(to bottom, #C4CCD4 30%, white, #d2d2d2);
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    border: none;
    width: 100%;
}

/*---///---///---///---///---///---///---///---///---///---
    05. HOME SECTION THREE 
---///---///---///---///---///---///---///---///---///---*/

.at-about-title {
    border-left: 3px solid #C4CCD4;
    padding-left: 20px;
    margin-bottom: 30px;
}

.custom-bullets {
    width: 23px;
    height: 22px;
    float: left;
}

.grey-bullets li {
    padding-inline-start: 30px;
    line-height: 30px;
}

/*---///---///---///---///---///---///---///---///---///---
    06. HOME SECTION FOUR 
---///---///---///---///---///---///---///---///---///---*/

.at-Call-left {
    float: left;
    width: 50%;
    margin-left: -5%;
    background: #c4ccd4;
    background-color: #c4ccd4;
    background-image: linear-gradient(to right, #7fa5e6, #10123d);
    background-image: -webkit-linear-gradient(to right, #7fa5e6, #10123d); 
    background-image:    -moz-linear-gradient(to right, #7fa5e6, #10123d); 
    background-image:     -ms-linear-gradient(to right, #7fa5e6, #10123d); 
    background-image:      -o-linear-gradient(to right, #7fa5e6, #10123d); 
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    overflow: hidden;
    border-right: 10px solid #ffffff;
}

.at-Call-left h2 {
    color: #fff !important;
}

.at-inside-Call {
    padding: 50px 80px 50px 250px;
    text-align: left;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.at-Call-right {
    padding: 50px 0 50px 70px;
    padding-right: 20%;
    z-index: 1;
    width: 50%;
}

@media only screen and (max-width: 1366px) {
    .at-Call-right {
        padding-right: 8%;
        z-index: 1;
        width: 50%;
    }
}    

.at-Call-right-inside {
    padding: 20px;
}

.at-Call-right .at-Call-right-inside h2 {
    color: #ffffff;
    z-index: 1;
    letter-spacing: 1px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/*---///---///---///---///---///---///---///---///---///---
    07. HOME SECTION FIVE - VIDEO SECTION
---///---///---///---///---///---///---///---///---///---*/

#home {
    overflow-x: hidden;
}

#home .at-about-col p {
    border-left: none;
    padding-left: 0;
}

.video-col img {
    border-radius: 5px;
    max-height: 600px;
}

.video-area .col-lg-12 {
    position: relative;
    padding: 50px;
    bottom: -100px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 20px 30px 0px rgb(229 235 242 / 80%);
    -moz-box-shadow: 0px 20px 30px 0px rgba(229,235,242,0.8);
    -webkit-box-shadow: 0px 20px 30px 0px rgb(229 235 242 / 80%);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0.6951155462184874) 10%, rgba(229,235,242,0.8015581232492998) 30%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.6951155462184874) 10%, rgba(229,235,242,0.8015581232492998) 30%);
    background: linear-gradient(0deg, rgba(255,255,255,0.6951155462184874) 10%, rgba(229,235,242,0.8015581232492998) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#E5EBF2",GradientType=1);
}

.video-col a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -50px;
    margin-left: -50px;
}

/*---///---///---///---///---///---///---///---///---///---
    08. HOME SECTION SIX
---///---///---///---///---///---///---///---///---///---*/

.at-property-sec.top-space {
    padding-top: 250px;
}

.at-property-sec {
    padding: 70px 0 70px;
}

.at-property-img {
    position: relative;
    overflow: hidden;
}

.at-property-img .at-property-overlayer {
    position: absolute;
    bottom: -100%;
    z-index: 111;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.at-property-item:hover .at-property-img .at-property-overlayer {
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.at-property-btn {
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    background: transparent;
    padding: 10px 22px;
    border-radius: 0;
    position: absolute;
    top: -15%;
    left: 50%;
    z-index: 222;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.at-property-item:hover .at-property-btn {
    color: #e0e0e0;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.at-property-img h4 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 0;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.at-property-img h5 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 0;
    background: #000;
    position: absolute;
    left: 0;
    top: 35px;
    opacity: 1;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.at-property-item:hover .at-property-img h5 {
    left: -110px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.at-property-item:hover .at-property-img h4 {
    left: -110px;
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.at-property-dis {
    padding: 10px 20px;
    background: #000;
}

.at-property-dis ul li {
    display: inline-block;
    color: #ffffff;
    margin-right: 20px;
}

.at-property-dis ul li i {
    margin-right: 5px;
    color: #ffffff;
}

.fa-object-group:before {
    content: "\f247";
}

.at-property-location {
    background: #F5F5F5;
    padding: 30px 20px;
    min-height: 165px;
}

.at-property-location h4 {
    font-size: 18px;
}

.at-property-location h4 i {
    margin-right: 5px;
    color: #737373;
}

.fa-home:before {
    content: "\f015";
}

.at-property-location h4 a {
    color: #00007c;
}

.at-property-location p {
    text-transform: capitalize;
    color: #000;
}

.at-property-location p i {
    margin-right: 5px;
    color: #737373;
}

.fa-map-marker:before {
    content: "\f041";
}

.at-property-sec .hvr-bounce-to-right, .blog-archive .blog-title .hvr-bounce-to-right, .blog .hvr-bounce-to-right {
    background: #000;
}

.at-property-sec .hvr-bounce-to-right:hover, .blog-archive .blog-title .hvr-bounce-to-right:hover, .blog .hvr-bounce-to-right:hover {
    background: #C4CCD4;
}

/*---///---///---///---///---///---///---///---///---///---
    09. HOME SECTION SEVEN
---///---///---///---///---///---///---///---///---///---*/

.at-agents-sec {
    padding: 50px 0 50px;
    background: #f6f6f6;
}

.at-agent-col {
    width: 265px !important;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.at-agent-img {
    position: relative;
    overflow: hidden;
}

.agents-four-area .slick-slide img {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%);
    background: -webkit-linear-gradient(
180deg
, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%);
    background: linear-gradient(
180deg
, rgba(255,255,255,1) 0%, rgba(204,147,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cc935c",GradientType=1);
}

.at-agent-social {
    background: rgba(0, 0, 0, 0.85);
    padding: 10px;
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -40%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.at-agent-col:hover .at-agent-social {
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.at-agent-social a i {
    color: #ffffff;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.at-agent-social .at-agent-call p {
    color: #C4CCD4;
}

.at-agent-info {
    padding: 20px 30px;
    background: url(/images/pattern.png);
    background-repeat: repeat;
    background-color: #333333;
    min-height: 235px;
}

.at-agent-info h4, .at-agent-info p {
    color: #fff !important;
}

.at-agent-info p {
    color: #ffffff;
    text-transform: capitalize;
}

.at-agent-info a.email p, .at-agent-info a.phone p {
    text-transform: inherit;
    font-size: 12px;
    line-height: 16px;
}

/*---///---///---///---///---///---///---///---///---///---
    10. HOME BLOG SECTION 
---///---///---///---///---///---///---///---///---///---*/

.blog-two-area {
    background: #c4ccd4;
    background-image: linear-gradient(to right, #7fa5e6, #10123d);
    background-image: -webkit-linear-gradient(to right, #7fa5e6, #10123d); 
    background-image:    -moz-linear-gradient(to right, #7fa5e6, #10123d); 
    background-image:     -ms-linear-gradient(to right, #7fa5e6, #10123d); 
    background-image:      -o-linear-gradient(to right, #7fa5e6, #10123d);
}

.at-blog-sec {
    padding: 50px 70px 50px;
}

.at-blog-sec .at-sec-title-left .at-heading-under-line {
    margin: 0;
    margin-bottom: 20px;
}

.at-blog-sec .at-heading-under-line {
    width: 100px;
    height: 1px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.at-blog-sec .at-heading-under-line .at-heading-inside-line {
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: -2px;
}

.at-blog-sec .at-blog-box {
    background: #f2f2f2;
    border-top: 5px solid #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}

.at-blog-sec .at-blog-box:hover {
    border-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.at-blog-sec .at-blog-box .at-blog-img {
    position: relative;
    overflow: hidden;
}

.at-blog-sec .at-blog-box .at-blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.at-blog-sec .at-blog-box:hover .at-blog-img img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.at-blog-sec .at-blog-box .at-blog-img .at-blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.9);
}

.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li {
    float: left;
    margin-right: 20px;
}

.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li i {
    margin-right: 5px;
    color: #C4CCD4;
}

.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li a {
    color: #C4CCD4;
}

.at-blog-sec .at-blog-content {
    padding: 30px 20px 30px 20px;
    min-height: 311px;
}

.at-blog-sec .at-blog-content h4 {
    min-height: 45px;
}

.at-blog-sec .at-blog-content h4 a {
    color: #000;
    text-transform: uppercase;
}

.at-blog-sec .at-blog-content p {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.at-blog-sec .at-blog-content a {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

/*---///---///---///---///---///---///---///---///---///---
    11. INNER PAGES CSS 
---///---///---///---///---///---///---///---///---///---*/

.about-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/about-header-4.jpg);
    background-size: cover;
    background-position: center;
}

#at-inner-title-sec .at-inner-title-box {
    background: transparent;
    border: none;
    border-top: none;
    padding: 30px 20px;
}

#at-inner-title-sec .at-inner-title-box h2 {
    color: #fff;
    font-size: 48px;
}

#at-inner-title-sec .at-inner-title-box p, #at-inner-title-sec .at-inner-title-box a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.at-about-sec {
    padding: 50px 0 0;
    overflow: hidden;
}

.at-about-col p {
    border-left: 2px solid #C4CCD4;
    padding-left: 20px;
}


.contact-info {
    padding-bottom: 0;
}

.pc-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/pc-header-2.jpg);
    background-size: cover;
    background-position: center;
}

.pc-1 .col-md-5 img {
    width: 400px;
    height: 414px;
}

.pc-2 .at-sec-title {
    margin-bottom: 30px;
}

.pc-2 .custom-bullets {
    width: 16px;
    height: 15px;
    float: left;
    margin-top: 7.5px;
}

.team-1 .col-md-5 img{
    width: 421px !important;
    height: 420px !important;
}

.associates-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/associates-header.png);
    background-size: cover;
    background-position: center;
}

.at-agents-sec-three.associates {
    background: none;
}

.lob-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/lob-header-2.jpg);
    background-size: cover;
    background-position: center;
}

.lob-1 .at-about-col p {
    border-left: none;
    padding-left: 0px;
}

.morcon-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/morcon-header-2.jpg);
    background-size: cover;
    background-position: center;
}

.morcon-1 .at-about-col p {
    border-left: none;
    padding-left: 0px;
}

.morcon-1 iframe {
    max-width: 100%;
}

.morcon-1 p {
    padding-bottom: 0;
}

.contact-page .at-newsletter-sec {
    padding: 80px 0 0;
    background-color: #000;
    position: relative;
    text-align: center;
}

.contact-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/contact-header-3.jpg);
    background-size: cover;
    background-position: center;
}

.contact-1 #mce-MESSAGE {
    padding: 20px 10px 100px 10px;
}

.contact-1 .hvr-bounce-to-right, .nc .hvr-bounce-to-right {
    background: #000;
    border: 1px solid #000;
}

.contact-1 .hvr-bounce-to-right:hover, .nc .hvr-bounce-to-right:hover {
    background: transparent;
    color: #000;
}

.contact-1 .at-info-box {
    border: 1px solid #eeeeee;
    padding: 2px 20px;
}

.nc .about .hvr-bounce-to-right {
    width: 350px;
    height: 75px;
}

.at-info-box.select-phone select {
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/images/down-arrow.png);
    background-repeat: no-repeat;
    background-position-x: right;
}

.at-info-box.select-phone select optgroup {
    background-color: #f2f2f2;
}

.at-info-box.select-phone  option {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

optgroup + optgroup {
border-top: 1px solid black;
}

.contact-page #googlemap .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 0);
    padding-left: calc(var(--bs-gutter-x)/ 0);
    margin-top: var(--bs-gutter-y);
}

.contact-page #googlemap .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,0);
    padding-left: var(--bs-gutter-x,0);
    margin-right: auto;
    margin-left: auto;
}

.ss-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/ss-header-3.jpg);
    background-size: cover;
    background-position: center;
}

.ss-2 .ss-icon img, .cgno-1 .cgno-icon img, .fnwk-4 .fnwk-icon img, .resources-2 .resources-icon img {
    width: 34px !important;
    height: 34px !important;
}

.ss-2 .ss-icon-top-border, .cgno-1 .cgno-icon-top-border, .fnwk-4 .fnwk-icon-top-border, .resources-2 .resources-icon-top-border {
    width: 50px;
    height: 1px;
    background: #000;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}

.ss-2 .ss-icon-bottom-border, .cgno-1 .cgno-icon-bottom-border, .fnwk-4 .fnwk-icon-bottom-border, .resources-2 .resources-icon-bottom-border {
    width: 50px;
    height: 1px;
    background: #000;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}

.communities-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/communities-header-2.jpg);
    background-size: cover;
    background-position: center;
}

.communities-header .at-inner-title-box {
    background: transparent !important;
    border: none !important;
}

.communities-2 .at-sec-title, .cr-1 .at-sec-title  {
    margin-bottom: 20px;
}

.nc-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/nc-header.png);
    background-size: cover;
    background-position: center;
}

.cgno-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/cgno-header-2.jpg);
    background-size: cover;
    background-position: center;
}

.fnwk-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/fnwk-header.png);
    background-size: cover;
    background-position: center;
}

.resources-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/resources-header.png);
    background-size: cover;
    background-position: center;
}

.testi-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/testi-header.png);
    background-size: cover;
    background-position: center;
}

.at-testimonial-sec {
    padding: 140px 0 20px;
}

.at-testimonial-sec .at-single-testimonial {
    margin-bottom: 80px;
    background: #F2F2F2;
    padding: 60px 30px 30px 30px;
    position: relative;
}

.at-single-testimonial .at-test-person {
    position: absolute;
    left: 30px;
    top: -40px;
}

.at-single-testimonial .at-test-person img {
    width: 80px;
    height: 80px;
    border: 3px solid #F2F2F2;
}

.at-single-testimonial i {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 50px;
    opacity: 1;
    color: #c4ccd4;
}

.at-single-testimonial p {
    z-index: 99;
}

.amenities-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/amenities-header-2.jpg);
    background-size: cover;
    background-position: center;
}

.amenities-1 .at-sec-title {
    margin-bottom: 0;
}

.f2uhl-form ::-webkit-input-placeholder {
    color: #999999 !important;
}
.f2uhl-form ::-moz-placeholder {
    color: #999999 !important;
}
f2uhl-form :-ms-input-placeholder {
    color: #999999 !important;
}
f2uhl-form :-moz-placeholder {
    color: #999999 !important;
}

.f2uhl-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/f2uhl-header-4.jpg);
    background-size: cover;
    background-position: center;
}

.f2uhl-form input.form-control, .f2uhl-form label {
    font-size: 15px;
    color: #676767;
    padding: .375rem .75rem;
}

.f2uhl-form select {
    resize: none;
    height: 40px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    border: 1px solid #ced4da;
    padding: .375rem .75rem !important;
}

.f2uhl-form select:focus, .f2uhl-form select:focus-visible {
    border-color: #CC935C;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.f2uhl-form #mce-PRENEIGH, .f2uhl-form #mce-COMMENTS {
    height: 100px;    
}

.f2uhl-form .input-group {
    display: block;
    margin-bottom: 30px;
}

.f2uhl-form .input-group li {
    float: left;
}

.f2uhl-form #mce-ADDRMORFEA {
    height: 100px; 
    margin-bottom: 10px;
}

.f2uhl-form .sq-ft-tag .col-md-4, .f2uhl-form .sq-ft-tag .col-md-1 {
    padding-right: 0;
}

.f2uhl-form .sq-ft-tag .col-md-1 {
    padding-left: 0;
}

.f2uhl-form .sq-ft-tag .col-md-1 {
    background-color: #c4ccd4;
    height: 40px;
    padding-top: 5px;
}

.f2uhl-form .hvr-bounce-to-right:hover,  .careers-form .hvr-bounce-to-right:hover {
    background: transparent;
    color: #000;
}

.f2uhl-form .hvr-bounce-to-right, .careers-form .hvr-bounce-to-right {
    background: #000;
    border: 1px solid #000;
    padding: 10px 50px;
    width: max-content;
}

.f2uhl-form .sq-ft-tag .col-md-1 p {
    color: #fff;
}

.careers-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/careers-header-3.jpg);
    background-size: cover;
    background-position: center;
}

.careers-form .form-control {
    margin-bottom: 20px;
    font-size: 15px;
}

.careers-form #mce-MESSAGE {
    height: 100px;
    padding-bottom: 80px;
    padding-top: 20px;
}

.cr-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/cr-header-3.jpg);
    background-size: cover;
    background-position: center;
}

.cr-sleek-form label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.cr-sleek-form button, input, optgroup, select, textarea {
    border: none;
    width: 100%;
    padding: .375rem .75rem;
    border-radius: .25rem;
}

.cr-sleek-form .last {
    padding-top: 25px;
}

.wgc-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/wgc-header-4.jpg);
    background-size: cover;
    background-position: right center;
}

.vf-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/vf-header-3.jpg);
    background-size: cover;
    background-position: 20% 80%;
}

.blog-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/blog-header.jpg);
    background-size: cover;
    background-position: center;
}

.blog a {
    color: #00007c;
    text-decoration: underline;
    font-weight: bold;
}

.blog-archive .row {
    padding-bottom: 50px;
}

.blog-archive .blog-title, .blog-archive .blog-image  {
    display: inline-block;
    float: left;
}

.blog-archive .blog-title {
    padding: 25px 15px;
} 

.blog-archive .blog-image {
    position: relative;
    overflow: hidden;
    display: block;
}

.blog-archive .blog-image:hover a img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}

.blog-archive .blog-title h4 {
    min-height: 65px;
}

.blog-1-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/blog-1-header.jpg);
    background-size: cover;
    background-position: center;
}

.blog-2-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/blog-2-header.jpg);
    background-size: cover;
    background-position: center;
}

.blog-3-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/blog-3-header.jpg);
    background-size: cover;
    background-position: center;
}

.blog a.hvr-bounce-to-right{
    color: #fff !important;
}

.blog a.hvr-bounce-to-right:hover {
    color: #000 !important;
}

.op-header {
    padding: 0 0 150px;
    background: #F2F2F2;
    background: url(../images/our-promise-header-2.jpg);
    background-size: cover;
    background-position: right center;
}

.thank-you h3, .thank-you h4 {
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
}



/*---///---///---///---///---///---///---///---///---///---
    12. FOOTER CSS 
---///---///---///---///---///---///---///---///---///---*/

.at-newsletter-sec {
    padding: 80px 0 0;
    background-color: #000;
    position: relative;
    text-align: center;
}

.at-newsletter-sec h2 {
    color: #ffffff;
    font-size: 42px;
}

.at-newsletter-sec p {
    color: #ffffff;
    margin-bottom: 30px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.at-newsletter-sec .required.email {
    background: none;
    border: none;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    min-height: 50px;
    min-width: 560px;
    outline: none;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.at-newsletter-sec .at-sub-btn {
    font-size: 18px;
    background: #CC935C;
    color: #ffffff;
    border: none;
    height: 50px;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.at-newsletter-sec .hvr-bounce-to-right {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #C4CCD4 30%, white, #d2d2d2);
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.at-main-footer {
    padding: 60px 0 0;
    position: relative;
    background-color: #000;
}

.at-over-layer-black {
    position: relative;
}

.at-main-footer.at-over-layer-black:before {
    background-color: transparent;
}

.at-over-layer-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.at-main-footer .at-footer-logo img {
    width: 220px;
    height: auto;
    margin-bottom: 20px;
}

.at-footer-about-col p {
    color: #dedede;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    margin-top: -10px;
}

.at-footer-about-col .footer-contact p {
    border-top: none;
}

.at-footer-about-col .footer-contact p a {
    color: #fff;
}

.at-footer-about-col .footer-contact p a:hover {
    text-decoration: underline;
}

.at-footer-about-col .at-social {
    margin-top: 30px;
    margin-bottom: 30px;
}

.at-footer-about-col .at-social img.twitter {
    width: 17px !important;
}

.at-main-footer h4 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.at-main-footer .at-heading-under-line {
    width: 100px;
    height: 1px;
    background-color: #ffffff;
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}

.at-main-footer .at-heading-under-line .at-heading-inside-line {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: -2px;
    margin-left: 0;
}

.at-footer-link-col ul li {
    border-bottom: 1px solid #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.at-footer-link-col ul li a {
    color: #999999;
    line-height: 48px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.at-footer-Tag-col .hvr-bounce-to-right {
    padding: 12px 10px;
    background: transparent;
}

.at-footer-Tag-col a {
    float: left;
    border: 1px solid #333333;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #999999;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.at-footer-Tag-col a:hover {
    border-color: #CC935C;
    background-color: #cc935c;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: #fff;
}

.at-footer-Tag-col .hvr-bounce-to-right:before {
    background: #CC935C;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.at-footer-gallery-col .at-gallery ul li {
    float: left;
}

.at-footer-gallery-col .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.at-copyright {
    padding: 0;
    background-color: #000;
    text-align: center;
}

.at-copyright p {
    padding-bottom: 0;
}

.at-copyright p, .at-copyright p a {
    color: #ffffff;
}

.book-now.text-center ul li {
    list-style: none;
    display: inline-block;
}

.book-now-btn .hvr-bounce-to-right {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #C4CCD4 30%, white, #d2d2d2);
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    padding: 15px;
    border: none;
    min-width: 225px;
}

.book-now-btn .hvr-bounce-to-right:hover {
    background-image: linear-gradient(to bottom, #d2d2d2 30%, white, #C4CCD4 );
}

.at-social .fa.fa-facebook {
    margin-left: 0;
}

/* --------------------- IDX CSS ------------------------*/

#ihf-main-container .col-lg-1, #ihf-main-container .col-lg-10, #ihf-main-container .col-lg-11, #ihf-main-container .col-lg-12, #ihf-main-container .col-lg-2, #ihf-main-container .col-lg-3, #ihf-main-container .col-lg-4, #ihf-main-container .col-lg-5, #ihf-main-container .col-lg-6, #ihf-main-container .col-lg-7, #ihf-main-container .col-lg-8, #ihf-main-container .col-lg-9, #ihf-main-container .col-md-1, #ihf-main-container .col-md-10, #ihf-main-container .col-md-11, #ihf-main-container .col-md-12, #ihf-main-container .col-md-2, #ihf-main-container .col-md-3, #ihf-main-container .col-md-4, #ihf-main-container .col-md-5, #ihf-main-container .col-md-6, #ihf-main-container .col-md-7, #ihf-main-container .col-md-8, #ihf-main-container .col-md-9, #ihf-main-container .col-sm-1, #ihf-main-container .col-sm-10, #ihf-main-container .col-sm-11, #ihf-main-container .col-sm-12, #ihf-main-container .col-sm-2, #ihf-main-container .col-sm-3, #ihf-main-container .col-sm-4, #ihf-main-container .col-sm-5, #ihf-main-container .col-sm-6, #ihf-main-container .col-sm-7, #ihf-main-container .col-sm-8, #ihf-main-container .col-sm-9, #ihf-main-container .col-xs-1, #ihf-main-container .col-xs-10, #ihf-main-container .col-xs-11, #ihf-main-container .col-xs-12, #ihf-main-container .col-xs-2, #ihf-main-container .col-xs-3, #ihf-main-container .col-xs-4, #ihf-main-container .col-xs-5, #ihf-main-container .col-xs-6, #ihf-main-container .col-xs-7, #ihf-main-container .col-xs-8, #ihf-main-container .col-xs-9 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#ihf-main-container label, .ihf-main-container label {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    font-size: 16px !important;
}

#ihf-main-container .btn-primary, .ihf-main-container .btn-primary {
    background-image: linear-gradient(to bottom, #C4CCD4 30%, white, #d2d2d2) !important;
    color: #000 !important;
    font-weight: 800 !important;
    border: none !Important;
    width: 100% !important;
}

#ihf-main-container .glyphicon {
    font-weight: 800 !important;
}


/* --------------------- RESPONSIVE CSS ------------------------*/

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    
    .at-header-topbar {
        text-align: center;
    }
    
    .at-social.text-right {
        text-align: center;
    }
    
    .hero-area .container {
        height: 210px;
    }
    
    .hero-vid video {
        object-fit: cover;
    }
    
    .hero-col h1 {
        font-size: 28px;
    }
    
    .hero-col h3 {
        font-size: 21px !important;
    }
    
    .sec-two form .col-md-3, .sec-two form .col-md-2, .sec-two form .col-md-1 {
        display: block;
        margin-bottom: 10px;
    }
    
    img {
        width: 100% !important;
        height: 100% !important;
    }
    
    .home-promo .vid-icon {
        width: 63px !important;
        height: 63px !important;
    }
    
    .custom-bullets {
        width: 23px !important;
        height: 22px !important;
    }
    
    .at-over-layer-black:before {
        background-color: transparent;
    }
    
    .at-Call-left {
        width: 100%;
        margin-left: 0;
        border: none !important;
        transform: none;
    }
    
    .at-inside-Call {
        padding: 50px 70px 50px 70px;
        transform: none;
    }
    
    .at-Call-right {
        width: 100%;
        background-color: #000;
    }
    
    .at-agent-col {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
    
    .at-blog-sec {
        padding: 50px 0 50px;
    }
    
    .at-newsletter-sec .required.email {
        min-width: 400px;
    }
    
    .at-agent-info {
        min-height: 265px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.99px) and (max-width: 767.98px) { 
    .phone {
        width: 40%;
    }
    
    .email {
        width: 60%;
    }
    
    .blank {
        display: none;
    }
    
    .socials {
        width: 100%;
    }
    
    .at-social.text-right {
        text-align: center;
    }
    
    .mobile-nav-toggle {
        right: 2px;
        top: 100px;
    }
    
    .main-logo img {
        height: 71px;
        width: 475px;
    }
    
    .hero-area .container {
        height: 210px;
    }
    
    .hero-vid video {
        object-fit: cover;
    }
    
    .property-search .col-md-1, .property-search .col-md-2 {
        width: 48%;
        float: left;
        margin: 10px 5px;
    }
    
    .property-search .text-center {
        text-align: center !important;
        width: 100%;
    }
    
    .btn.main-search {
        width: 50%;
    }
    
    .at-inside-Call {
        padding: 50px 10px 50px 50px;
    }
    
    .at-agent-col {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    
    .at-blog-sec {
        padding: 50px 0 50px;
    }
    
    .at-blog-sec .third {
        margin: 0 auto;
    }
    
    .at-blog-sec .at-blog-content h4 {
        min-height: 65px;
    }
    
    .at-newsletter-sec {
        padding: 80px 0 20px;
    }
    
    .at-newsletter-sec .required.email {
        min-width: 100%;
    }
    
    .at-main-footer {
        margin-top: -10px;
    }
    
    .at-main-footer .at-footer-logo img {
        width: 100%;
    }
    
    .at-footer-about-col .at-social {
        width: 50%;
        float: left;
    }
    
    .at-footer-gallery-col .at-gallery {
        width: 90%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.99px) and (max-width: 992px) { 
    
    .phone {
        width: 20%;
    }
    
    .email {
        width: 40%;
    }
    
    .blank {
        display: none;
    }
    
    .socials {
        width: 40%;
    }
    
    .d-lg-none {
        display: block !important;
    }
    
    .d-lg-flex {
        display: none !important;
    }
    
    .mobile-nav-toggle {
        right: 5px;
        top: 100px;
    }
    
    .main-logo img {
        height: 71px !important;
        width: 500px !important;
    }
    
    .hero-area.container {
        height: 300px;
    }
    
    .hero-vid {
        height: auto;
    }
    
    .hero-vid video {
        object-fit: cover;
    }
    
    .property-search .col-md-1, .property-search .col-md-2 {
        width: 48%;
        float: left;
        margin: 10px 5px;
    }
    
    .property-search .text-center {
        text-align: center !important;
        width: 100%;
    }
    
    .btn.main-search {
        width: 50%;
    }
    
    img {
        width: 100% !important;
        height: auto !important;
    }
    
    .home-promo .vid-icon {
        width: 63px !important;
        height: 63px !important;
    }
    
    .custom-bullets {
        width: 23px !important;
        height: 22px !important;
    }
    
    .at-inside-Call {
        padding: 50px 50px 50px 100px;
    }
    
    .at-property-location p {
        min-height: 100px;
    }
    
    .at-agent-col {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
    }
    
    .at-blog-sec {
        padding: 50px 0 50px;
    }
    
    .at-blog-sec .third {
        margin: 0 auto;
    }
    
    .at-newsletter-sec {
        padding: 80px 0 20px;
    }
    
    .at-newsletter-sec .required.email {
        min-width: 300px;
    }
    
    .at-footer-gallery-col .at-gallery {
        width: 357px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media  (min-width: 992.01px) and (max-width: 1199.98px) { 
    .email {
        width: 35%;
    }
    
    .blank {
        display: none;
    }
    
    .d-lg-none {
        display: block !important;
    }
    
    .d-lg-flex {
        display: none !important;
    }
    
    .mobile-nav-toggle {
        right: 5px;
        top: 75px;
    }
    
    .main-logo img {
        height: 71px !important;
        width: 500px !important;
    }
    
    .hero-area.container {
        height: 390px;
    }
    
    .hero-vid {
        height: auto;
    }
    
    .hero-vid video {
        object-fit: cover;
    }
    
    img {
        width: 100% !important;
        height: auto !important;
    }
    
    .home-promo .vid-icon {
        width: 63px !important;
        height: 63px !important;
    }
    
    .custom-bullets {
        width: 23px !important;
        height: 22px !important;
    }
    
    .at-inside-Call {
        padding: 50px 50px 50px 100px;
    }
    
    .at-agent-col {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
    }
    
    .at-blog-sec .at-blog-content h4 {
        min-height: 63px;
    }
    
    .at-blog-sec .at-blog-content p {
        min-height: 202px;
        margin-bottom: 0;
    }
    
    .at-newsletter-sec .required.email {
        min-width: 300px;
    }
    
    .inner-page .col-md-6 img {
        padding-bottom: 50px;
    }
}

@media  (min-width: 1199.99px) and (max-width: 1435.98px) { 
    .main-logo img {
        width: 500px !important;
        height: auto !important;
    }
    
    .hero-area.container {
        height: 450px;
    }
    
    .hero-vid {
        height: auto;
    }
    
    .hero-vid video {
        object-fit: cover;
    }
    
    /*.sec-two {
        margin-top: 75px;
    }*/
    
    img {
        width: auto !important;
        height: auto !important;
    }
    
    .home-promo .vid-icon {
        width: 63px !important;
        height: 63px !important;
    }
}

@media  (min-width: 1435.99px) and (max-width: 1580.98px) { 
    .main-logo img {
        width: 500px !important;
        height: auto !important;
    }
    
    .hero-area.container {
        height: 450px;
    }
    
    .hero-vid {
        height: auto;
    }
    
    .hero-vid video {
        object-fit: cover;
    }
    
    .sec-two {
        /*margin-top: 155px;*/
    }
    
    img {
        width: 100% !important;
        height: auto !important;
    }
    
    .home-promo .vid-icon {
        width: 63px !important;
        height: 63px !important;
    }
    
    .custom-bullets {
        width: 23px !important;
        height: 22px !important;
    }
}

@media  (min-width: 1580.99px) {
    .sec-two {
        /*margin-top: 250px;*/
    }
    
    .main-logo img {
        width: 500px !important;
        height: auto !important;
    }
}