
/*
Template Name: Ecstasy - Responsive HTML5 Multi-purpose Template
Author: coral-themes
Author URI: http://themeforest.net/user/coral-themes
Description: Ecstasy Responsive HTML5/CSS3 Template.
Version: 1.0
Tags: responsive, html5, css3, portfolio, creative, business, agency
*/


/* Table of Content
==================================================
        
        -- GENERAL --

	-- HEADER TITLE
        -- Super Slides
        -- LOGO
            
        -- MENU ITEMS
        -- SUBMENU ITEMS
        -- menu search form

	-- SERVICES --
	-- ABOUT US --
	
        -- call to action
        -- counters
        -- work process
        -- progress bar
            
        -- ISOTOPE
        -- LIGHTBOX
        -- JCAROUSEL
        
	-- PORTFOLIO --
            - grid-layout
            - hover-effect
            - expander
            
	-- TEAM MEMBERS --
     
        -- TESTIMONIAL --
            - client
                  
        -- PRICE TABLE --
        -- BLOG --
        -- CONTACTS --
        -- FOOTER --
	
        
===================================================


/*
 *
 main color: #D4B181
 secondary color: #000
 secondary color light: #222
*/

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://d384a5.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('https://7a078b.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/fonts/fontawesome-webfont.eot#iefix&v=4.2.0') format('embedded-opentype'), url('https://50bfc8.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('https://1395c6.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('https://db972f.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}





/* GENERAL STYLES
 * ========================================================================
 */

body{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.52;
    position: relative;
}

h1, h2, h3, h4, h5, a, small{
    font-family: 'Raleway', serif;
}

h1, h2{
    font-size: 40px;   
    font-weight: 300;
}
    h1 span, h2 span{
        font-weight: 700;
        font-size: 63px;
        text-transform: uppercase;
        display: block;
    }

h3{
    font-size: 30px;
    text-transform: capitalize;
}

h4{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

h5{
    font-size: 16px;
}

    @media (max-width: 767px) {
        h1, h2{
          font-size: 40px;
        }
        
            h1, h2 span{
                font-size: 50px;
            }
        
        h4{
          font-size: 20px;
        }  
    }
    @media(max-width: 480px){
        h1, h2{
            font-size: 30px;
        }
        
        h1 span, h2 span{
            font-size: 40px;
        }
        .bar2 h3{
            font-size: 30px;
        }
    }
 

a{
    color: #D4B181;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
    a:hover{
        text-decoration: none;
        color: #000;
        letter-spacing: 1.5px;
        color: #D4B181;
    }
    
    a:focus{
        outline: none;
    }
    
a.white-link{
    /*color: #fff;*/
    color: #121212;
}
  
p{
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #666;
}
.lead{
    margin-top: 30px;
    margin-bottom: 30px;
}

.intro{
    clear: both;
}

.intro h2,
section > h2,
.intro header h2{
    color: #aaa;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
    .intro h2 strong,
    section > h2 strong,
    .intro header strong{
        display: block;
        color: #D4B181;
    }

.intro p.border{
    border-top: 10px solid #333;
    padding-top: 20px;
    margin-top: 7px;
}

@media(max-width: 767px){
    .intro p.border{
        border-top: none;   
    }
}

.jumbotron,
.bg-white{
    background: #fff;
}


.main-section-margins{
    margin-top: 70px;
    margin-bottom: 70px;
}
.main-section-margin-bottom{
  margin-bottom: 70px;
}

.main-section-padding{
    padding-top: 100px;
    padding-bottom: 100px;
}

.well{
    clear: both;
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: none;
    border-right: none;
    border-color: #D4B181;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
    .well-design-bottom{
        width: 11px;
        height: 11px;
        background: #fff;
        border: 1px solid #D4B181;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-left: -30px;
        margin-top: 20px;
        position: absolute;
    }
    
    .well-design-top{
        width: 11px;
        height: 11px;
        background: #fff;
        border: 1px solid #D4B181;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-left: -30px;
        margin-top: -93px;
        position: absolute;
    }

.bullets{
    margin-top: 30px;
}
    .bullets li{
        list-style: none;
        color: #666;
        font-size: 14px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
        .bullets li:before{
            font-family: "FontAwesome";
            content: "\f10c";
            margin-right: 10px;
            color: #D4B181;
            font-size: 8px;
        }


/* social icons */
.social-icons{
    display: block;
    margin-top: 40px;
}

    .social-icons a{   
        padding: 10px 12px;
        letter-spacing: normal;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px solid #D4B181;
    }

        .social-icons a:hover,
        .social-icons a:focus{
            background: #fff;
            border-color: #ccc;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
        }
        
.social-icons-alt{
    margin-top: 60px;   
}
    .social-icons-alt a{
        border: 1px solid #ccc;
        color: #333;
    }
    
        .social-icons-alt a:hover{
            border: 1px solid #D4B181;
            color: #D4B181;
        }


/* HEADER TITLE
 * ==============================
 */


.header-title{
    z-index: 999;
    opacity: 1;
    /*padding-top: 225px;
    height: 370px;*/
    padding-top: 320px;
    height: 450px;
}
    .header-title h1{
        font-weight: 700;
        text-transform: uppercase;
        display: block;
    }
    .header-title h1, .header-title h2{
        color: rgba(255,255,255,0.9);
        font-size: 75px;
    }

    .header-title h2 small{
        color: rgba(255,255,255, 0.3);
        font-weight: 300;
        font-size: 16px;
    }
        .header-title h1 span, .header-title h2 span{
            color: #fff;
            font-size: 75px;
        }
        ul.page-breadcrumb li span { color: #fff; font-size: 16px; text-transform: uppercase; }
        ul.page-breadcrumb { padding-top: 10px; padding-bottom: 0px; padding-left: 0; }
        ul.page-breadcrumb li { color: #fff; display: inline-block; list-style: none; }
        ul.page-breadcrumb li i { font-size: 16px; padding: 0 7px; }
        ul.page-breadcrumb li a { color: #fff; font-size: 16px; text-transform: uppercase; }
        ul.page-breadcrumb li a:hover { color: #D4B181; }

    @media(max-width: 991px){
        .header-title{
            padding-top: 245px;
        }
        .header-title h1, .header-title h2 span{
            font-size: 55px;
        }
    }
     @media(max-width: 767px){
        .header-title{
            padding-top: 273px;
            padding-left: 0;
        }
        .header-title h1, .header-title h2 span{
            font-size: 46px;
        }
    }
    
    @media(max-width: 480px){
        .header-title{
            padding-top: 282px;
        }
        .header-title h1, .header-title h2 span{
            font-size: 36px;
        }
    }


    .header-title:after{
        background: url(https://315594.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/subtle_carbon.png) center repeat;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.7;
        z-index: -1;
    }
    
    
/* buttons */
.btn{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: inline-block;
    background: #D4B181;
    padding: 8px 12px;
    color: #fff;
    margin-top: 20px;
}

.icon-btn{
    position: relative;
    text-align: center;
    padding: 7px 10px;
    display: inline-block;
    background: transparent;
    border: 1px solid #D4B181;
    margin-right: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: rgba(255,255,255, 0.6);
}

.icon-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
}

    .icon-expand:hover:before,
    .icon-link:hover:before{
        letter-spacing: 0.5px;
    }

    .icon-expand:before {
        font-family: FontAwesome;
	content: "\f065";
    }

    .icon-link:before {
        font-family: FontAwesome;
	content: "\f0c1";
    }
    
    .home-btn {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
    }

    .home-btn:before {
        position: absolute;
        padding: 7px 10px;
        color: #fff;
        left: -100%;
	top: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    
        .home-btn:hover:before {
            left: 0;
        }
    
    .home-btn i{
	-webkit-transition: all 0.2s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.2s;
	-moz-backface-visibility: hidden;
        -ms-transition: all 0.2s;
	-ms-backface-visibility: hidden;
	transition: all 0.2s;
	backface-visibility: hidden;
    }
    
    .home-btn:hover i{
        -webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
        -o-transform: translateX(200%);
	transform: translateX(200%);
        letter-spacing: 0;
    }
    
.transition{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
    
 
/* firefox fix */ 
.img-responsive{
    width: 100%;
}


#loader{
    background: #fff url('https://5be19c.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/assets/loading.gif') no-repeat center;
    padding-top: 50%;
    padding-left: 50%;
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
}
 

.white-bg{
    background: #fff;
}

.light-bg{
    background: #f7f7f7;
}

    .light-bg h2,
    .white-bg h2{
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
    }


.color-bg{
    background: #D4B181;
}

    .color-bg h2{
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
    }
    
    .color-bg p{
        color: #000;
    }

.dark-bg{
    background: #000;
}


 
/* =================================
 *
        LOGO
 */ /*
   
#logo-wrapper{
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
    display: inline;
}

    /* logo text *//*
    #logo-wrapper .logo-letter,
    #logo-wrapper .logo-name{
        background: rgba(255,255,255,0.9);
        font-family: "Lato";
        position: absolute;
        color: #000;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        letter-spacing: normal;
    }
    
    #logo-wrapper .logo-letter{
        z-index: 1002;
        font-weight: 700;
        font-size: 70px;
        background: #D4B181;
        padding: 3px 20px 2px 20px;
        margin-top: -4px;
    }

    #logo-wrapper .logo-name{
        padding: 8px 20px 2px 0;
        left: 0;
        z-index: 1001;
        font-weight: 400;
        font-size: 50px;
        opacity: 0;
        text-transform: lowercase;
    }

        #logo-wrapper .logo-letter:hover + .logo-name,
        #logo-wrapper .logo-name:hover{
            left: 54px;
            opacity: 1; 
        }
        
        #logo-wrapper:hover span.logo-letter,
        #logo-wrapper .logo-letter:hover{
            padding: 1px 0 0 20px;
            color: #D4B181;
            font-size: 59px;
            background: rgba(255,255,255,0.9);   
        }
        
        
    /* if you use logo image *//*
    .navbar-header a{
        letter-spacing: normal;
    }

    #logo-wrapper .logo-sign-name{
        opacity: 0;
        left: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        position: relative;   
    }
    
    #logo-wrapper .logo-letter-hide{
        opacity: 1;
        position: absolute;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    
        #logo-wrapper .logo-letter-hide:hover,
        #logo-wrapper:hover .logo-letter-hide{ 
            opacity: 0;
        }
        #logo-wrapper .logo-letter-hide:hover + .logo-sign-name,
        #logo-wrapper .logo-sign-name:hover{
            opacity: 1;
        }
        
        */
/* =================================
 *
        LOGO
 */ 
   
#logo-wrapper{
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
    display: inline;
}

    /* logo text */
    #logo-wrapper .logo-letter,
    #logo-wrapper .logo-name{
        background: rgba(255,255,255,0.9);
        font-family: "Lato";
        position: absolute;
        color: #000;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        letter-spacing: normal;
    }
    
    #logo-wrapper .logo-letter{
        z-index: 1002;
        font-weight: 700;
        font-size: 70px;
        background: #D4B181;
        padding: 3px 20px 2px 20px;
        margin-top: -4px;
    }

    #logo-wrapper .logo-name{
        padding: 8px 20px 2px 0;
        left: 0;
        z-index: 1001;
        font-weight: 400;
        font-size: 50px;
        opacity: 0;
        text-transform: lowercase;
    }

        #logo-wrapper .logo-letter:hover + .logo-name,
        #logo-wrapper .logo-name:hover{
            left: 54px;
            opacity: 1; 
        }
        
        #logo-wrapper:hover span.logo-letter,
        #logo-wrapper .logo-letter:hover{
            padding: 1px 0 0 20px;
            color: #D4B181;
            font-size: 59px;
            background: rgba(255,255,255,0.9);   
        }
        
        
    /* if you use logo image */
    .navbar-header a{
        letter-spacing: normal;
    }

    #logo-wrapper .logo-sign-name{
        opacity: 1;
        left: 0;
        background: rgba(0,0,0,0);
        font-family: "Lato";
        position: absolute;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    
    #logo-wrapper .logo-letter-hide{
        opacity: 1;
        position: absolute;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
        
/* =================================
 *
        MENU ITEMS (General)
 */

/* custom menu bar codes */

.visible-navbar{
    background: rgba(0,0,0,0.7);
    height: 86px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

  .visible-navbar:hover{
    background: rgba(0,0,0,0.9);
  }

.navbar-header{
    float: none;
}

/* bootstrap menu - custom-header start */
.navbar-nav > li > a{
  height: 86px;
  padding-top: 33px;
}

  .navbar-nav li a:hover{
    background: #000;
    color: #fff;
  }
 
/* dropdown menu */ 
.dropdown .dropdown-menu{
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  background: rgba(0,0,0,0.9);
  padding: 0;
}

  .dropdown .dropdown-menu li a{
    padding: 15px 20px;
    letter-spacing: 1.5px;
    color: #eee;
  }
  
    .dropdown .dropdown-menu li a:hover{
      color: #D4B181;
    }
  
  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background: #000;
    letter-spacing: 1.5px;
    color: #fff;
  }
  
      @media (min-width: 768px){
        .dropdown:hover > .dropdown-menu{
          display: block;
        }
      }
      
      @media(max-width: 767px){

        .navbar-nav > li{
          background: rgba(0,0,0,0.8);
        }
        .navbar-nav > li > a{
          height: 50px;
          padding-bottom: 10px;
          padding-top: 15px;
        }
        
        .navbar-toggle{
          margin-bottom: -18px;
        }
        
        .dropdown .dropdown-menu li{
          height: 50px;
        }
        .dropdown .dropdown-menu li a{
          padding: 20px;
          height: 50px;
     
        }
        
        .navbar-nav .open .dropdown-menu>li>a,
        .navbar-nav .open .dropdown-menu .dropdown-header{
          padding: 15px 15px 15px 25px
        }

      }

      
.navbar-toggle{
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: -10px;
  margin-right: 0;
  padding-right: 0;
  border: none;
}

/* end of custom header */

.menu-icon{
    z-index: 1003;
    font-weight: 300;
    font-size: 28px;
    float: right;
    display: inline-block;
    color: #fff;
    opacity: 0.9;
    top: 0;
    /*padding: 33px 25px;
    background: rgba(0,0,0, 0.9);*/
    padding: 22px;
    background: rgba(0,0,0, 0.1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

    .menu-icon:hover{
        padding: 22px 17px 22px 17px;
        cursor: pointer;
        color: #fff;
    }

    .menu-icon:hover i{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.menu-text{
    color: #D4B181;
    display: inline;
    font-size: 24px; 
}

    @media(max-width: 480px){
        .menu-text{
            display: none;
        }
        .menu-icon{
            font-size: 36px;
            /*padding: 27px;*/
            padding: 16px;
        }
            .menu-icon:hover{
                padding: 16px 20px;
            }
    }


/* General styles for all menus */
.cbp-spmenu {
    position: fixed;
    background: rgba(255,255,255, 0.95);
    border: 10px solid #D4B181;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cbp-spmenu span#closeRightPush {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-family: "Raleway";
    font-size: 40px;
    background: #D4B181;
    opacity: 0.9;
    cursor: pointer;
    display: inline-block;
    left: -93px;
    padding: 20px 28px; 
}

    .cbp-spmenu span#closeRightPush:hover{
        opacity: 0.8;
    }

.cbp-spmenu span i{
    font-style: normal;
}
    
    .cbp-spmenu span:hover i{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/* scroll bar for the menu overlay if the content doesn't
 * fit height of the screen on small devices
 */

.cbp-spmenu-open{
     overflow-y: scroll
}

.menu-item-links{
    width: 100%;
    list-style: none;
    margin-top: 20%;
    padding-left: 0;
    text-align: center;
    padding-top: 0;
    min-height: 100px;
}

.menu-item-links li{
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    position: relative;
}

    .menu-item-links > li:before{
        font-family: "FontAwesome";
        content: "\f10c";
        display: block;
        text-align: center;
        /*position: absolute;*/
    }

.menu-item-links li a{      
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: 1.5px;
}

    .menu-item-links li a:hover,
    .menu-item-links li a:focus,
    .menu-item-links li:hover:before,
    .menu-item-links li:hover:focus{
        color: #D4B181;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
    }

    .menu-item-links li.selected,
    .menu-item-links li.selected a,
    .menu-item-links li.selected:hover,
    .menu-item-links li.selected:focus,
    .menu-item-links li.selected:before{
        content: "\f111";
        color: #D4B181;
    }

    @media(min-width: 681px) and (max-width: 991px){
        .menu-item-links{
            margin-top: 30%;
        }
    }
    @media(max-width: 680px){
        .menu-item-links{
            margin-bottom: 20px;
            margin-top: 30%;
            padding-left: 10px;
            text-indent: 5%;
            text-align: left;
        }
        .menu-item-links li{
            display: block;
            margin-bottom: 10px;
        }
        
        .menu-item-links li:before{
            display: inline-block;
        }
    }
    
    
/* SUBMENU ITEMS */

.submenu-items{
    opacity: 0;
    position: fixed;
    padding-left: 0;
    margin-top: 20px;
    text-align: left;
    text-indent: 22px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

    .submenu-items li{
        display: block;
        margin-bottom: 0;
    }
    
        .submenu-items > li:before{
            font-family: "FontAwesome";
            content: "\f10c";
            display: inline;
            text-align: center;
            font-size: 8px;
            /*position: absolute;*/
        }
        
        .submenu-items li a{
            font-size: 12px;
            color: #666;
        }

.menu-item-links li:hover > .submenu-items{
    opacity: 1;
}
    
    @media(max-width: 680px){
        .submenu-items{
            position: static;
            opacity: 1;
            text-align: left;
            text-indent: 18%;
            margin-top: 10px;
        }
    }



/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-right {
    right: -100%;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
}


/* menu search form */

#search-form{
    clear: both;
    margin-top: 10%;
    margin-bottom: 0;
}

    #search-form input{
        border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #D4B181;
        font-weight: 300;
        height: 45px;
        display: inline;
        color: #D4B181;
    }
    
    #search-form input:focus,
    #search-form input:hover{
        border-color: #000;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    

#search-form:hover .input-group-addon,
#search-form input:focus + .input-group-addon{
    background: #000;
    color: #fff;
}

#search-form:hover input{
    border-color: #000;
}

.input-group-addon{
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #D4B181;
    border: none;
}
    .input-group-addon:hover{
        cursor: pointer;
    }

        
/* menu social icons */

.menu-social-icons{
    padding: 50px 15px;
    margin-top: 0;
}
    .menu-social-icons a{
        display: inline-block;
        margin-right: 10px;
    }
 




        
/* =================================
 *
        SUPER SLIDES
 */
    
#slides {
  position: relative;
}

#slides .slides-container {
  display: none;
}
#slides .slides-container h1, #slides .slides-container h2{
    text-transform: uppercase;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  width: 100%;
}

.slides-navigation a{
    position: absolute;
    display: block;
    padding: 40px 13px;
    color: #D4B181;
    background: #000;
    border: 1px solid #000;
    opacity: 0.9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .slides-navigation a:hover{
        background: rgba(0,0,0,0.5);
        letter-spacing: 0.2px;
    }

    .slides-navigation a.prev {
        left: 0;
        bottom: 92px;
    }
    .slides-navigation a.next {
        left: 0;
        bottom: 192px;
    }
    





/* alternative slides */


.slides-alt .slides-pagination a.current:first-child:after{
    content: "1";
}
.slides-alt .slides-pagination a.current:nth-child(2):after{
    content: "2";
}
.slides-alt .slides-pagination a.current:nth-child(3):after{
    content: "3";
}
.slides-alt .slides-pagination a.current:nth-child(4):after{
    content: "4";
}
.slides-alt .slides-pagination a.current:nth-child(5):after{
    content: "5";
}
.slides-alt .slides-pagination{
    position: absolute;
    z-index: 3;
    left: 10%;
    bottom: 45%;
    width: 110px;
}
.slides-alt .slides-pagination a {
    border: 1px solid #000;
    border-radius: 0;
    -webkit-radius: 0;
    width: 110px;
    height: 10px;
    display: -moz-inline-stack;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    margin: 2px;
    *display: inline;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: transparent;
    display: inline;
}

.slides-alt .slides-pagination a:hover:after,
.slides-alt .slides-pagination a.current:after{
    display: inline;
    text-align: center;
    color: #000;
    font-family: "Raleway";
    font-size: 100px;
    font-weight: 700;
}


.slides-alt .slides-pagination a.current,
.slides-alt .slides-pagination a:hover{
    background: rgba(255,255,255,0.2);
    letter-spacing: normal;
}

.slides-alt .slides-pagination a.current:hover:after{
    color: #000;
    background: transparent;
}

    @media(min-width: 992px){
        .slides-alt .slides-pagination a{
           text-align: center;
        }
        .slides-alt .slides-pagination{
            bottom: 45%;
            left: 10%;
        }
    }

    @media(min-width: 1200px){
        .slides-alt .slides-pagination{
            left: 13%;
        }
    }
    
    @media(min-width: 1400px){
        .slides-alt .slides-pagination{
            left: 18%;
            bottom: 47%;
        }
    }
    
    @media(min-width: 1900px){
        .slides-alt .slides-pagination{
            left: 25%;
        }
    }
    
    @media(min-width: 2500px){
        .slides-alt .slides-pagination{
            left: 33%;
            bottom: 50%;
        }
    }
    
     @media(max-width: 767px){
        .slides-alt .slides-pagination a{
            display: none;
        }
     }


    
.content-layer{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    padding-top: 20%;
    padding-left: 30%;
    padding-right: 10%;
}

    .content-layer:after{
        background: url(https://315594.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/subtle_carbon.png) center repeat;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.7;
        z-index: -1;
        }

        .content-layer h1, .content-layer h2{
            font-size: 100px;
            font-weight: 700;
            color: #fff;
            margin-top: 0;
            letter-spacing: 2px;
        }
            .content-layer h1 span, .content-layer h2 span{
                display: block;
                font-weight: 300;
            }

    .content-layer p{
        color: rgba(255,255,255, 0.7);
        margin-top: 20px;
    }
    .content-layer .btn{
        background: transparent;
        color: #D4B181;
        border: 5px solid #D4B181;
        font-size: 18px;
        padding: 10px 30px; 
    }
        .content-layer .btn:hover{
            border-color: #fff;
            color: #fff;
        }
        @media(min-width: 992px){
            
            .content-layer{
                padding-top: 26%;
            }
        }
        @media(min-width: 768px) and (max-width: 991px){
            .content-layer{
                padding-top: 45%;
            }
            .content-layer h1, .content-layer h2{
                font-size: 70px;
            }
            .content-layer h1 span, .content-layer h2 span{
                font-size: 50px;
            }
        }

        @media (min-width: 768px){
            .content-layer{
                padding-left: 25%;
            }
            .content-layer h1, .content-layer h2{
                border-left: 5px solid rgba(255,255,255, 0.2);
                padding-left: 20px;
            }
        }
        @media(min-width: 1024px){

            .content-layer{
                padding-left: 23%;
            }
        }
        @media(min-width: 1200px){

            .content-layer{
                padding-left: 24%;
            }
        }
        
        @media(min-width: 1400px){
            .content-layer{
                padding-left: 27%;
            }
        }
        
        @media(min-width: 1900px){
            .content-layer{
                padding-left: 33%;
            }
        }
        


    @media(max-width: 767px) and (orientation: landscape){
        .content-layer{
            padding-top: 10%;
            padding-left: 10%;
            text-align: center;
        }
        .content-layer h1, .content-layer h2{
            font-size: 60px;
        }
        .content-layer h1 span, .content-layer h2 span{
            font-size: 40px;
        }
    }
    
    @media(max-width: 767px) and (orientation: portrait){
        .content-layer{
            padding-top: 50%;
            padding-left: 10%;
            text-align: center;
        }
        .content-layer h1, .content-layer h2{
            font-size: 50px;
        }
        .content-layer h1 span, .content-layer h2 span{
            font-size: 30px;
        }
    }
    
    @media(max-width: 480px){
        .content-layer{
            padding-top: 70%;
        }
    }



/* background-image banner for index-alt.html */

#banner{
    background: linear-gradient(
      rgba(0,0,0,0.5), 
      rgba(0,0,0, 0.8)
    ), url(https://9238e7.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/services-cover.jpg) 50% 0 no-repeat fixed;
    height: 600px;
    margin-bottom: 50px;
    background-size: cover;
}
  #banner.banner-lg{
    height: 730px;
  }

.content-layer-alt{
    padding-top: 10%;
}
    #banner.banner-lg .content-layer-alt{
       padding-top: 17%;
    }

    .content-layer-alt h3{
        font-size: 48px;
        color: #fff;
    }
    
    .content-layer-alt h2{
        font-size: 80px;
        font-weight: 700;
        border: 10px solid #D4B181;
        color: #D4B181;
        padding: 10px 20px;
        display: inline-block;
        margin-top: 20px;
    }

    .content-layer-alt h4{
        color: #fff;
        margin-top: 70px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    
    @media(min-width: 768px) and (orientation: portrait){
        .content-layer-alt{
            padding-top: 20%;
        }
    }
    @media(min-width: 1900px){
        .content-layer-alt{
            padding-top: 6%;
        }
    }

    @media(max-width: 767px){
        .content-layer-alt{
            padding-top: 20%;
        }
        
              #banner.banner-lg .content-layer-alt{
                  padding-top: 30%;
               }
        .content-layer-alt h3{
            font-size: 40px;
        }
        
        .content-layer-alt h2{
            font-size: 60px;
        }
    }

    @media(max-width: 480px){
        .content-layer-alt{
            padding-top: 40%;
        }
              #banner.banner-lg .content-layer-alt{
                  padding-top: 40%;
               }
        .content-layer-alt h2{
            font-size: 46px;
            border-width: 7px;
        }
    }




.box-blocks article{
    padding-top: 100px;
    padding-bottom: 80px;
    border: 10px #eee solid;
    text-align: center;
    background: #f7f7f7;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -webkit-perspective: 0;
        -webkit-transform-style: preserve-3d;
}

    .box-blocks article:hover{
        border: 10px #000 solid;
        background: #f7f7f7;
        padding-top: 81px;
        padding-bottom: 70px;
    }
        @media(min-width: 481px) and (max-width: 991px){
            .box-blocks article{
                margin-right: 10%;
                margin-left: 10%;
            }
        }
    
    .box-blocks article span{
        opacity: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
    }
        .box-blocks article:hover span{
            opacity: 1;
        }
        
        .box-blocks article h4{

        }
        
        .box-blocks article:hover h4{
            letter-spacing: 0.3px;
            margin-top: -42px;
            padding-bottom: 30px;
        }
        
        .box-blocks article i{
            position: relative;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -ms-transition: all 0.4s;
            transition: all 0.4s;

        }
            .box-blocks article:hover i{
                font-size: 76px;
                opacity: 0.1;
            }

    .box-blocks a{
        color: #000;
    }
        .box-blocks a:hover{
            color: #D4B181;
        }
 
 

.homepage-team h4{
   margin-bottom: 30px;
}

.box-padding{
   padding: 20px;
}

.homepage-team span{
   color: #999;
   letter-spacing: 1.5px;
}
.homepage-team div img{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.homepage-team div:hover img{
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border: 1px solid #eee;
    padding: 10px;
}
    
@media(max-width: 991px){
    .homepage-team article div{
        margin-bottom: 70px;
    }
    .homepage-team article{
        margin-bottom: 50px;
    }
}

   
/* =================================
 *
        TITLE HEADERS 1400x400
 */
#team{
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url(https://30d6c0.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/team-title-bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}
 
#survey{
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url(https://b6b795.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/land-surveyor-map-on-desk.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

#aboutus{
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url(https://bbd71f.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/historical_survey.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}
#contacts{
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url(https://29067d.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/land_survey_map_roll.jpg) 50% 0 no-repeat fixed;
    background-size: cover;  
}


/* BOXES -- used in the principles of the company */  
        

.title-box{
    background: #fff;
    height: 300px;
    border: 10px solid #D4B181;
}

    .title-box span{
        display: block;
    }
    
    .title-box p{
        margin-top: 30%;
        color: #000;
        font-size: 30px;
    }

    
.box-square article{
    height: 300px;
}

    .box-square article h3{
        font-weight: 700;
        text-align: center;
        padding-top: 25%;
    }
    
        .box-square article h3:before,
        .box-square article h3:after{
            display: block;
            width: 3px;
            content: " ";
            text-shadow: none;
            background-color: #aaa;
            height: 30px;
        }
        
        .box-square article h3:before{
            margin: 0 0 15px 49%;
        }
    
        .box-square article h3:after {
            margin: 15px 0 0 49%;
        }

    .box-square article:nth-child(2){
        background: #f7f7f7;
    }
        .box-square article:nth-child(2) h3{
            color: #D4B181;
        }
        
    .box-square article:nth-child(3){
        background: #000;
    }
        .box-square article:nth-child(3) h3{
            color: #fff;
        }
        
            .box-square article:nth-child(3) h3:after,
            .box-square article:nth-child(3) h3:before{
                background-color: #D4B181;
            }
        
    .box-square article:nth-child(4){
        background: #D4B181;
    }
        .box-square article:nth-child(4) h3{
            color: #000;
        }
        
            .box-square article:nth-child(4) h3:after,
            .box-square article:nth-child(4) h3:before{
                background-color: #fff;
            }

        @media(max-width: 1100px){
            
            .box-square article h3{
                padding-top: 30%;
            }
        }
        
        @media(max-width: 991px){
            
            .box-square article h3{
                padding-top: 20%;
            }
        }

        
        @media(max-width: 640px){
            .box-square article h3{
                padding-top: 28%;
            }
        }
        
        @media(max-width: 480px){
            .box-square article,
            .box-square header{
                width: 100%;
            }
        }
        
        @media(max-width: 420px){
            .box-square article h3{
                padding-top: 20%;
            }
        }
        
        @media(max-width: 320px){
            .box-square article h3{
                padding-top: 30%;
            }
        }

.box-square-alt article{
    padding: 100px;
    height: auto;
    min-height: 400px;
}

 @media(max-width: 991px){
    .box-square-alt article{
        padding: 50px;
    }
 }
.box-square-alt article:first-child p{
    color: #333;
}
.box-square-alt article:last-child{
    background: #000;
}
.box-square-alt h4{
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* block items */

.item-blocks{
    margin-top: 150px;
}
    @media(max-width: 767px){
        .item-blocks{
            margin-top: 50px;
        }
    }

    .item-blocks article{
        padding: 50px;
        background: #000;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
        color: #aaa;
    }
    
    .item-blocks article:nth-child(even){
        background: #111;
    }

        .item-blocks article:hover{
            background: #222;
        }
        
        .item-blocks article:hover h4{
            color: #D4B181;
        }
    
    .item-blocks h4{
        color: #fff;
        font-size: 18px;
    }
    
        .item-blocks h4 span{
            color: rgba(255,255,255, 0.2);
        }
    .item-blocks p{
        color: rgba(255,255,255, 0.5);
    }
    
    
/* =================================
 *
        TEAM MEMBERS
 */         
 
 
.team{

}
    .team > header > h2{
        color: #000;
        font-weight: 700;
    }
    
    .team article{
        padding-right: 0;
        padding-left: 0;
    }

    .team article section{
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
        padding-bottom: 50px;
    }
    
    .team footer{
        margin-top: 30px;
    }

        .team figure{
            text-align: center;
            padding: 0;
        }
        
        @media (max-width: 480px){
            .team article,
            .team article section,
            .team figure{
                width: 100%;
            }
            .team article{
                margin-bottom: 15px;
            }
            .team article section{
                background: #f7f7f7;
            }
            .team article:hover > section{
                padding-bottom: 50px;
            }
        }
 
.team-founder span{
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #999;
}
.team-founder footer{
    margin-top: 30px;
}

/* popup used in team about us page */       

.popup {
    background: #fff;
    padding: 30px;
    color: #000;
    position: relative;   
}
    
    .popup span{
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #999;
    }
    .popup-left:before {
        content: "";
        width: 0; 
        height: 0; 
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #fff; 
        position: absolute;
        top: 40px;
        left: -12px;
    }
    
    .popup-right:before{
        content: "";
        width: 0; 
        height: 0; 
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fff; 
        position: absolute;
        top: 40px;
        right: -12px;
        z-index: 1;
    }
    
    .popup-top:before{
        content: "";
        width: 0; 
        height: 0; 
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fff;
        border-left: 12px solid transparent; 
        position: absolute;
        top: -12px;
        left: 47%;
        z-index: 1;
    }
    
    .team li:hover section,
    .team article:hover section{
        background: #f7f7f7;
    }
        .team li:hover .popup-top:before{
            border-bottom-color: #f7f7f7;
        }
        
        @media(min-width: 481px){
            .team article:hover .popup-right:before{
                border-left-color: #f7f7f7;
            }
            .team article:hover .popup-left:before{
                border-right-color: #f7f7f7;
            }
        }
    .popup-position:before,
    .popup-position:after{
        top: 80px;
    }
 
@media(max-width: 480px){
    .popup{
        text-align: left;
    }
    .popup-top:before{
        border-bottom-color: #f7f7f7;
    } 
}

@media(max-width: 767px){
    .side-text{
        width: 100%;
        margin-bottom: 20px;
    }
}


/* progress bar */

.custom-progress{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-right: 1px solid #D4B181;
}
    .custom-progress .progress-bar{
        background: #000;
        font-size: 14px;
        text-align: left;
        padding-left: 20px;
        padding-top: 5px;
        color: #D4B181;
    }

        .custom-progress span{
            color: #fff;
            margin-left: 10px;
            letter-spacing: normal;
            
        }
        .custom-progress div{
            letter-spacing: 1.5px;
            font-family: "Raleway";
        }
        
        @media (max-width: 767px){
            .progress-bars{
                width: 100%;
            }
        }
        
        @media (min-width: 480px) and (max-width: 767px){
            .progress-bars{
                padding-right: 10%;
                padding-left: 10%;
            }
        }
    

/* =================================
 *
        PORTFOLIO
 */

#portfolio{
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url(https://12bf13.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/portfolio-title-bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}


#portfolio-list,
#blog-list{
    background-color: #fff;
    padding-left: 0;
}
   
    #portfolio-list p{
        margin-bottom: 70px;
        display: inline-block;
    }
    
.portfolio-filter{
    margin-bottom: 100px;
    text-align: left;
}

.portfolio-filter ul{
    padding-left: 0;
}
      
    .portfolio-filter ul li{
        display: inline-block;
        padding: 0;
        margin-bottom: 5px;
    }
      
        .portfolio-filter ul li a{ 
            display: block;
            font-size: 14px;
            font-weight: 300;
            color: #000;
            border: 1px solid transparent;
            border-left: 1px solid #D4B181;
            padding: 2px 10px;
            text-decoration: none;
            line-height: 39px;
            margin-right: 10px;
            letter-spacing: 1.5px;
        }
        
            .portfolio-filter ul li a:hover,
            .portfolio-filter ul li a:focus{
              color: #000;
              border: 1px solid #D4B181;
              transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
            }
            
            .portfolio-filter li a.selected,
            .portfolio-filter li a.selected:hover,
            .portfolio-filter li a.selected:focus{
                color: #fff;
                background-color: #000;
                border-color: #000;
            }
     
.entry {
    position: relative;
    float: left;
    cursor: pointer;
    list-style: none;
}
    
.portfolio-items{
    margin-left: -15px;
}

     
    @media (max-width: 767px) {
        .portfolio-items{
            margin-left: 10px;
            margin-top: 50px;
        }
    }

/* this class is used by the team section as well */

.grid-layout {
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

    .grid-layout div {
        height: 100%;
        width: 100%;
        opacity: 0;
        text-align: left;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -ms-transition: -ms-transform 0.3s, opacity 0.3s;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        border: 10px solid rgba(0, 0, 0, 0.7);
        z-index: 100;
        padding: 20px;
    }
    
    .grid-layout div.more-padding{
        padding: 50px;
    }
    
        .grid-layout div span {
            display: block;
            font-size: 12px;
            border-top: 1px solid #D4B181;
            padding-top: 5px;
            opacity: 0.8;
            color: #D4B181;
            font-weight: 400;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }
    
    .grid-layout figure {
        position: relative;
    }
                
    @media (max-width: 767px){
      
        .grid-layout{
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .grid-layout li{
            margin-bottom: 20px;
        }
    }
  

.hover-effect{
    padding: 0;
    margin-top: 0;
}

    .hover-effect li{     
       padding: 1px;
    }
    
    .more-padding li{
        padding: 7px;
    }
        
    .hover-effect div h4 {
        color: #fff;
        font-weight: 300;
    }

    .hover-effect a{
        text-decoration: none;
        float: left;
        margin-top: 20px;
        
    }
        .hover-effect i:hover,
        .hover-effect i:focus{
            background: transparent;
            color: #fff;
            letter-spacing: 0.5px;
        }
        
        .hover-effect div.light i{
            color: #000;
        }

.hover-effect figure:hover div{
    opacity: 1; 
}

/* light hover */
.hover-effect div.light{
    background: rgba(255,255,255, 0.95);
    border-color: #D4B181;
}
.hover-effect div.light h4{
    color: #000;
}

.hover-effect div.light .home-btn:before{
    color: #000;
}

    @media (max-width: 767px) {
        
        .hover-effect figure h4{
            font-size: 28px;
            margin-bottom: 30px;
            margin-top: 10%;
        }
    }
    
    @media (min-width: 481px) and (max-width: 767px){
        .hover-effect div{
            padding: 40px 20px;
        }
    }
    
    @media(max-width: 480px){
        .hover-effect figure h4{
            font-size: 20px;
            margin-bottom: 10px;
        }
        .more-padding li{
            padding: 1px;
        }
        
        .hover-effect figure h4{
            margin-top: 0;
        }
    
    }    
    

/* ISOTOPE */

.isotope-item {
    z-index: 2;
}
  
.isotope-hidden.isotope-item {
    z-index: 1;
}
  
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
     -ms-transition-duration: 0.8s;
     -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
  }
  
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
     -ms-transition-property: height, width;
     -o-transition-property: height, width;
          transition-property: height, width;
}
  
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
     -ms-transition-property:    -ms-transform, opacity;
     -o-transition-property:    -o-transform, opacity;
          transition-property:         transform, opacity;
}



/* -- LIGHTBOX --
 * =====================================================================
 */


.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #D4B181;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  width: 250px;
  height: 250px;
  margin: 0 auto;

}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://8fa48d.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/img/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover,
.lb-nav a.lb-prev:focus{
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://da9c27.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/img/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover,
.lb-nav a.lb-next:focus{
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #fff;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://0d3d20.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover,
.lb-data .lb-close:focus{
  cursor: pointer;
  opacity: 1;
}

    
/* JCAROUSEL Plugin */

.jcarousel-wrapper {
    position: relative;
    margin-top: 30px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
    .jcarousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .jcarousel li {
        float: left;
        padding: 5px;
    }
    
    .jcarousel figure img {
        display: block;
        height: auto !important;
    }

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: -33px;
    margin-top: -20px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #000;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    z-index: 100;
}

    .jcarousel-control-prev:hover,
    .jcarousel-control-prev:focus,
    .jcarousel-control-next:hover,
    .jcarousel-control-next:focus{
        background: #000;
        color: #fff;
        text-decoration: none;
    }
    
        .jcarousel-control-prev i,
        .jcarousel-control-next i{
            padding-top: 8px;
            color: #D4B181;
        }
        
            .jcarousel-control-prev:hover i,
            .jcarousel-control-next:hover i{
                color: #fff;
            }

.jcarousel-control-prev {
    right: 35px;
} 

.jcarousel-control-next {
    right: 5px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    display: inline-block;
    top: -40px;
    left: 6%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
    @media(max-width: 991px){
        .jcarousel-pagination{
            left: 10%;
        }
    }
    
    @media(max-width: 767px){
        .jcarousel-pagination{
            left: 12%;
        }
    }
    
    @media(max-width: 480px){
        .jcarousel-pagination{
            left: 20%;
        }
    }

.jcarousel-pagination a {
    display: inline-block;
    width: 35px;
    height: 7px;
    margin-right: -10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border: 1px #eee solid;
    background: transparent;
    opacity: 1;
    color: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(319deg);
    -moz-transform: rotate(319deg);
    -o-transform: rotate(319deg);
    -ms-transform: rotate(319deg);

}

    .jcarousel-pagination a.active{
        background-color: #D4B181;
        border-color: #D4B181;
    }
    
    .jcarousel-pagination a:hover,
    .jcarousel-pagination a:focus{
        border-color: #D4B181;
    }


/* =================================
 *
        portfolio with expander
 */  

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #f7f7f7;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-grid li img{
	-webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
}

.og-grid li img:hover{
	opacity: 0.8;
}

.og-expander {
	position: absolute;
	background: #f7f7f7;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #D4B181;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
}

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

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 300;
	font-size: 44px;
	padding: 40px 0 10px;
	
}

.og-details p {
	font-weight: 300;
	color: #666;
        margin-top: 20px;
}

.og-details span {
	font-weight: 400;
	color: #000;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-right: 20px;
	display: inline-block;
}

.og-details span::before{
	content: '\2192';
	color: #D4B181;
	margin-right: 5px;
}

.og-details span:first-child::before{
	content: '\2192';
}

.og-details a {
	font-size: 15px;
	color: #D4B181;
	text-transform: uppercase;
	padding: 10px 20px;
	border: 1px solid #D4B181;
	display: inline-block;
	margin: 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #000;
	color: #000;
	letter-spacing: 1.5px;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}

 
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  /*width: 100%;*/
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://8cc8df.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* =================================
 *
        TESTIMONIAL
 */  

/* customization for the owl-carousel */

#testimonial-carousel .owl-controls .owl-dot,
#image-carousel .owl-controls .owl-dot{
    display: inline-block;
    width: 35px;
    height: 7px;
    margin-right: -10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border: 1px #eee solid;
    background: transparent;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(319deg);
    -moz-transform: rotate(319deg);
    -o-transform: rotate(319deg);
    -ms-transform: rotate(319deg);
}

    #testimonial-carousel .owl-controls .owl-dot.active,
    #image-carousel .owl-controls .owl-dot.active{
        background-color: #D4B181;
        border-color: #D4B181;
    }
    
    #testimonial-carousel .owl-controls .owl-dot:hover,
    #image-carousel .owl-controls .owl-dot:hover{
        border-color: #D4B181;
    }
    
    @media(max-width: 991px){
        #image-carousel .owl-controls .owl-dot{
            margin-bottom: 50px;
        }
    }
    
    @media(max-width: 767px){
        #testimonial-carousel .owl-controls .owl-dot,
        #image-carousel .owl-controls .owl-dot{
            margin-top: 30px;
        }
    }
    


#testimonial-carousel article{
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px;
}
    #testimonial-carousel article:hover{
        border-color: #D4B181;
    }
    
#testimonial-carousel div > i{
    color: #D4B181;
}

#testimonial-carousel p{
    margin-top: 10px;
    margin-bottom: 30px;
}
 
@media(max-width: 767px){
   
    #testimonial article{
        margin-bottom: 30px;
    }
}
   
#image-carousel .owl-item img{
    position: relative;
    margin-bottom: 20px;
}

    #image-carousel .owl-item h3{
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        bottom: 10px;
        padding: 20px;
        opacity: 0;
        text-transform: uppercase;
        border-left: solid 1px #000;
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    
        #image-carousel .owl-item img:hover + h3,
        #image-carousel .owl-item h3:hover{
            border-left: solid 10px #000;
            opacity: 1;
        }


/* =================================
 *
        clients
 */   
   
   
.client-logo img{
    opacity: 0.7;
    border: 1px solid #eee;
    padding: 10px 5px;
    margin-bottom: 10px;
}
    
    .client-logo a:hover > img{
        opacity: 1;
        border: 1px solid #D4B181;
    }
    
    @media(max-width: 767px){
        .client-logo{
            margin-bottom: 50px;
            margin-top: 30px;
        }
    }

/* =================================
 *
        SERVICES
 */

#services{
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url(https://b21255.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/services-title-bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

#block-list{
    padding: 0;
}

#block-list article h3{
    display: block;
    position: relative;
}

    #block-list article:hover > h3{
        display: none;
    }
    
.box-square article:nth-child(1){
    background: #D4B181;
}
    .box-square article:nth-child(1) h3{
        color: #000;
    }
        .box-square article:nth-child(1) h3:after,
        .box-square article:nth-child(1) h3:before{
            background-color: #fff;
        }
    
    .box-square section:nth-child(2) .box-hover,
    .box-square section:nth-child(2) .box-hover p{
        background: #000;
        color: rgba(255,255,255,0.8);
    }


.box-hover{
    padding: 50px 20px;
    opacity: 0;
    height: 267px;
    width: 90%;
    top: 0;
    background: #fff;
    color: #333;
    font-family: "Raleway";
    position: absolute;
    text-align: center;
    border-radius: 50%;
}

    .box-hover ol{
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
        .box-hover li{
            font-size: 16px;
            list-style: none;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 5px;
            font-weight: 700;
        }
        
            .box-square article:hover > .box-hover{
                top: 16px;
                opacity: 1;
            }
            
        .box-hover a{
            font-size: 12px;
            padding-top: 10px;
            border-top: 1px solid #D4B181;
            color: #D4B181; 
        }


/* used in services page */

.popup-alt:before{
        content: "";
        width: 0; 
        height: 0; 
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        position: absolute;
        top: 40px;
        z-index: 1;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
}
    .popup-right-alt:before{
        border-left: 12px solid #fff; 
        left: 0;
    }
        .popup-right-alt:hover:before{
                border-left: 12px solid #D4B181; 
        }
    
    .popup-left-alt:before{
        border-right: 12px solid #fff; 
        right: 0;
    }
        .popup-left-alt:hover:before{
            border-right: 12px solid #D4B181; 
        }

 
/* services2 */


.sq-lg{
    min-height: 430px;
}

.sq-sm{
    min-height: 300px;
}

    @media(max-width: 767px){
        .sq-sm{
            min-height: 200px;
            background: #f7f7f7;
            margin-bottom: 10px;
        }   
    }

.text-block{
    padding: 7%;
}
    .text-block p{
         color: #333;
    }

    .text-block h3{
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #333;
    }
    
    .text-block a{
        margin-top: 30px;
    }
    
    .text-block{
        color: #999;
    }
    
    .text-block .number{
        color: #ccc;
        letter-spacing: 1.5px;
        font-size: 20px;
        border-bottom: 1px #eee solid;
    }
 
/* work process */


.blocks i,
.blocks span{
    color: #D4B181;
    margin-top: 12px;
    opacity: 0.7;
}

.blocks span{
    font-weight: 700;
    font-family: "Raleway";
    font-size: 40px;
    margin-top: -15px;
}

    .blocks article:hover > header span{
        opacity: 1;
        font-size: 46px;
        color: #000;
    }


.blocks header{
    border-bottom: 1px solid #eee;
    min-height: 70px;
    padding-top: 30px;
}

 
.blocks article{
    border: 1px solid #eee;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 30px;
}

    .blocks article:hover{
        border-color: #D4B181;
        background: #f7f7f7;
        
    }
    
.blocks article:nth-child(odd){
    border-right-width: 10px;
    border-right-color: #D4B181;
}
.blocks article:nth-child(even){
    border-left-width: 10px;
    border-left-color: #D4B181;
}
    
.blocks a{
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .blocks a:hover{
        color: #D4B181;
    }
    
    .blocks article:hover > footer a{
        opacity: 1;
    }
    
    .blocks article:hover > header{
        border-bottom: 1px solid #D4B181;
    }
    

.blocks footer{
    padding: 10px;
    margin-top: 10px;
}

.blocks h5{
    font-weight: 700;
    letter-spacing: 1.5px;
}


/* =================================
 *
       PRICE TABLE
 */


#price-table > header{
    margin-top: 50px;
    margin-bottom: 50px;
}


.price-table{
    border: 1px solid #eee;
    margin-left: -1px;
    text-align: left;
}
    
    @media(max-width: 991px){
        .price-table{
            margin-bottom: 10px;
        }
    }
    
    @media(max-width: 480px){
        .price-table{
            width: 100%;
        }
    }

    .price-table h2{
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #000;
        font-size: 60px;
        margin: 0 0 30px 0;
        padding-left: 10px;
        color: rgba(255,255,255, 0.8);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
        .price-table h2 small{
            font-size: 16px;
            color: rgba(255,255,255,0.5);
        }
        
        .price-table h2 sup{
            opacity: 0.5;
            font-size: 24px;
        }
    
    .price-table h4{
        margin: 0;
        padding-left: 10px;
        text-align: left;
        font-size: 120px;
        color: #eee;
        font-weight: 700;
    }
    
    @media(min-width: 992px){
        .price-table:hover h2,
        .price-table.featured:hover h2{
            font-size: 70px;
            color: #fff;
        }
    }

    .price-table footer .btn{
        background: #000;
        border: 1px solid #000;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
        .price-table footer .btn:hover{
            background: #fff;
            color: #000;
        }
    
    .price-table.featured h2{
        background-color: #D4B181;
        font-size: 60px;
        font-weight: 700;
    }
    
    .price-table.featured h4{
        background: #000;
        color: #333;
    }
    
    .price-table.featured h2 sup{
        font-weight: 300;
    }
    
    .price-table.featured footer .btn{
        background: #D4B181;
        border: 1px solid #D4B181;
    }
    
        .price-table.featured footer .btn:hover{
            background: #fff;
            color: #000;
        }

.price-table ul{
    padding-left: 0;
}

    .price-table ul li{
        list-style: none;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

/* =================================
 *
       counters
 */

#counters{
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url(https://e22fed.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/jacksonville_florida.jpg) 50% 0 no-repeat fixed;
    height: auto;
    background-size: cover;  
}

    #counters .inner{
        display: inline;
        background: rgba(255,255,255, 0.5);
        padding: 30px;
    }
    
    #counters .inner-even{
        background: rgba(255,255,255,0.6);
    }
    
        #counters .inner:hover{
            background: rgba(255,255,255, 0.8);
        }
        
    .inner h4{
        color: rgba(0,0,0,0.5);
        text-transform: uppercase;
    }
    
        .inner h4 span{
            display: block;
            font-weight: 700;
            font-size: 44px;
            color: #333;
            margin-bottom: 11px;
        }
        
        .counters-alt .inner i{
            color: #fff;
            font-size: 84px;
            position: relative;
        }
        
            .counters-alt h4{
                font-size: 14px;
            }


.job-apply{
    background: rgba(0,0,0,0.7);
    padding: 20px 60px;
}

.job-apply h2{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-top: 20%;
    text-transform: uppercase;
}

    .job-apply p{
        color: rgba(255,255,255, 0.8);
        letter-spacing: 1.5px;
        margin-top: 50px;
    }
    
    .job-apply a{
        background: rgba(255,255,255, 0.8);
        display: block;
        padding: 20px 30px;
        margin-top: 20px;
        margin-bottom: 20%;
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    
    @media(max-width: 767px){
        .job-apply{
            clear: both;
            padding: 20px 60px;
        }
    }
    
    @media(max-width: 480px){
        .job-apply{
            padding: 20px 40px;
        }
        .job-apply a{
            font-size: 14px;
            padding: 20px 10px;
        }
    }



/* =================================
 *
       BLOG
 */

#blog{
    background: linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ), url(https://d69be4.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/blog-cover.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

.blog-post-list{
  padding: 0;
  font-size: 13px;
  font-family: "Raleway";
}
  .blog-post-list .date{
    color: #999;
  }
  
  .blog-post-list h3{
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .blog-post-list .meta,
  .blog-post-list .meta a{
    color: #D4B181;

  }
  .blog-post-list .meta i{
    margin-right: 3px;
    margin-left: 3px;
  }

  .blog-post-list img{
    position: relative;
    max-height: 300px;
  }
  .blog-post-list div{
    top: 0;
    position: absolute;
    background: rgba(255,255,255, 0.9);
    height: 100%;
    width: 100%;
    padding: 13%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
    .blog-post-list div:hover{
      background: rgba(255,255,255, 0.95);
    }
  
  .blog-post-list a:hover h3{
    color: #D4B181;
  }
  
    @media(max-width: 480px){
      .blog-post-list h3{
        font-size: 24px;
      }
    }

/* blog list filter */
#blog-grid{
  padding: 0;
}

  #blog-grid li{
    padding: 10px;
  }

.blog-filter{
    margin-bottom: 100px;
    text-align: left;
    clear: both;
}

.blog-filter ul{
    padding-left: 0;
}
      
    .blog-filter ul li{
        display: inline-block;
        
        padding: 0;
        margin-bottom: 5px;
    }
      
        .blog-filter ul li a{ 
            display: block;
            font-size: 14px;
            font-weight: 300;
            color: #000;
            border: 1px solid transparent;
            border-left: 1px solid #D4B181;
            padding: 2px 10px;
            text-decoration: none;
            line-height: 39px;
            margin-right: 10px;
            letter-spacing: 1.5px;
        }
        
            .blog-filter ul li a:hover,
            .blog-filter ul li a:focus{
              color: #000;
              border: 1px solid #D4B181;
              transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
            }
            
            .blog-filter li a.selected,
            .blog-filter li a.selected:hover,
            .blog-filter li a.selected:focus{
                color: #fff;
                background-color: #000;
                border-color: #000;
            }
 
/* blog pagination */


.pagi > li:first-child > a{
  margin-left: 0;
  border-radius: 0;
}
.pagi > li:last-child > a{
  border-radius: 0;
}

.pagi > .disabled > a:hover{
  cursor: default;
}

.pagi li a {
    display: block;
    width: 35px;
    height: 20px;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border: 1px #eee solid;
    color: #000;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(319deg);
    -moz-transform: rotate(319deg);
    -o-transform: rotate(319deg);
    -ms-transform: rotate(319deg);
    padding-top: 0;
}

    .pagi li a:hover,
    .pagi li a:focus{
        border-color: #D4B181;
        background: #fff;
        color: #000;
    }
    
    .pagi > .active > a,
    .pagi > .active > a:hover{
      background-color: #000;
      border-color: #000;
    }

/* most popular articles labels */

.blog-post-list .label{
  background: #D4B181;
  border-radius: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 13%;
  letter-spacing: 1.5px;
  font-size: 14px;
}

  @media(max-width: 767px){
    .blog-post-list .label{
      bottom: 10px;
    }
  }


/* single blog post */

#blog-post{
  padding: 0;
}

  #blog-post a{
    letter-spacing: 1.5px;
  }
  .blog-post-header{
    margin-bottom: 70px;
    padding: 30px;
    background:linear-gradient(
      rgba(255,255,255, 0.6), 
      rgba(255,255,255, 0.6)
    ), url("https://4fab40.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/blog-post-header.jpg") center no-repeat;
  }
  
  .blog-post-header h2{
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
  }
  
  .blog-post-header span{
    padding: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-family: "Raleway";
    color: #fff;
    display: inline-block;
    opacity: 0.8;
    position: relative;
    bottom: -50px;
  }
  
    .blog-post-header span a{
      color: #fff;
    }
      .blog-post-header span a:hover{
        
        letter-spacing: normal;
      }
  
  @media(min-width: 992px) and (max-width: 1199px){
    .blog-post-header span{
      margin-bottom: 10px;
    }
  }

    .blog-post-header span i{
      margin-right: 5px;
      color: rgba(255,255,255, 0.7);
    }
    
    
/* blog post quote */
 
.blog-post-quote{
  padding: 50px;
  border: 10px #D4B181 solid;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

  .blog-post-quote:hover{
    border-color: #f7f7f7;
  }
  
  .blog-post-quote i{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 10px 12px;
    border-color: #f7f7f7;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .blog-post-quote p.lead{
    margin-top: 0;
    color: #999;
    display: inline;
  }
  .blog-post-quote footer{
    display: inline;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #666;
    font-weight: 700;
  }

    .blog-post-quote:hover i{
      border-bottom-right-radius: 0;
      border-color: #D4B181;
    }
  

/* blog post thumbnails */

  .blog-post-thumbnails .img-border{
    border: 1px solid #eee;
    padding: 10px;
  }
      .blog-post-thumbnails .img-border:hover{
          border-color: #D4B181;
      }
      
      .blog-post-thumbnails .img-fade:hover{
          opacity: 0.8;
      }
      
  .blog-post-thumbnails .img-border-radius{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  
    @media(max-width: 480px){
      .blog-post-thumbnails div{
        width: 100%;
        height: 100%;
      }
      
      .blog-post-thumbnails img{
        margin-bottom: 20px;
      }
    }

/* blog post social share icons */

.blog-social-share{
  padding: 70px;
}
  .blog-social-share a{
      color: #fff;
      
  }
      .blog-social-share a:hover{
          letter-spacing: normal;
      }
      
   .blog-social-share h4{
        display: inline;
        margin-right: 20px;
    }
    
    .blog-social-share span{
      padding: 10px 20px;
      display: inline-block;
    }
      .blog-social-share span:hover a{
        color:  #999;
      }

  @media(max-width: 767px){

      .blog-social-share{
        text-align: center;
      }
        .blog-social-share h4{
          display: block;
          margin-bottom: 30px;
          margin-right: 0;
          clear: both;
        } 
  }
  
  @media(max-width: 480px){
    .blog-social-share span{
      margin-bottom: 3px; 
    }
  }
 
 

/* comments header */
.header-icon header{
    margin-bottom: 70px;
}
  .header-icon h4{
    display: inline;
    margin-left: 30px;
    border-top: 10px #f7f7f7 solid;
    padding-top: 10px;
  }
    .header-icon i{
      border-radius: 50%;
      -webkit-border-radius: 50%;
      border-color: #f7f7f7;
    }
      .header-icon:hover i{
        border-bottom-right-radius: 0;
        border-color: #D4B181;
      }
      
      @media(max-width: 480px){
        .header-icon i{
          font-size: 40px; 
        }
      }
      
/* post comments */

#post-comments input{
  width: 420px;
}

  @media(max-width: 480px){
    #post-comments input{
      width: 100%;
    }
  }


/* comments list */

.media-list{
  padding: 50px;
  border: 10px solid #f7f7f7;
  background: #fff;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

  .media-list:hover{
    border-color: #D4B181;
  }

  .media-list > .media{
      border-bottom: 5px solid #f7f7f7;
      padding-bottom: 30px;
      margin-bottom: 30px;
  }
    .media-list > .media:last-child{
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    .media-list h5 span{
      margin-right: 10px;
    }
      .media-list span i{
        color: #ccc;
      }
        .media-list span i:hover{
          color: #D4B181;
        }
    .media-list h5 small{
      color: #ccc;
      font-weight: 300;
    }

.media .media-heading,
.media p{
  margin-left: 10px; 
}  

.media.nested-media{
  margin-top: 50px;
}

  @media(max-width: 480px){
    .media-list{
      padding: 20px; 
    }
    .media-list span i{
      font-size: 16px;
    }
  }

/* subscribe form */
#subscribe h2{
  margin-bottom: 50px;
}
#subscribe input{
  width: 400px;
  height: 40px;
  background: rgba(255,255,255, 0.8);
  margin: 0 auto;
}
  #subscribe a{
    width: 400px;
    margin-top: 20px;
  }
  
  @media(max-width: 480px){
    #subscribe input,
    #subscribe a{
      width: 300px;
    }
  }
    
 
/* sidebar */

#sidebar{
  padding: 0;
}
  @media(max-width: 991px){
    #sidebar{
      margin-top: 50px;
    }
  }
  
#sidebar section{
  clear: both;
  margin-bottom: 30px;
  padding: 0;
}

  #sidebar header,
  #sidebar article{
    display: inline;
  }

  #sidebar .meta .author-name{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
      #sidebar .author-name span{
        color: #999;
        letter-spacing: 1.5px;
        text-transform: uppercase;
      }
  
    #sidebar .meta .author-name h4{
      color: #fff;
    }
  
  #sidebar .meta .author-info{
    padding: 0;
    background: #f7f7f7;
  }
  
    #sidebar .author-info .social-icons{
        margin-bottom: 50px;
        margin-top: 50px;
      }

/* tags cloud */
#tags ul{
    margin: 30px 15px 15px -15px;
    display: inline-block;
}
    #tags ul.tags a{
        background-color: #000;
        padding: 10px 15px;
        color: rgba(255,255,255, 0.7);
        font-weight: 300;
        -webkit-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    #tags ul.tags a:hover,
    #tags ul.tags a:focus{
        color: #fff;
        background: #111;
    }

        #tags ul.tags li{
            display: inline-block;
            margin-bottom: 18px;
            margin-right: 2px;
        }

/* categories list */
ul.bullets{
  margin-left: -10px;
  margin-bottom: 30px;
}
  ul.bullets li:before{
    font-family: "FontAwesome";
    content: "\f10c";
    display: inline;
    text-align: center;
    font-size: 8px;
  }
  ul.bullets li a{
    letter-spacing: 1.5px;
  }
      ul.bullets li a:hover{
        letter-spacing: normal;
      }



/* single project */
.client-img-border{
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-top: none;
}
  .client-img-border:hover{
    border-color: #eee;
  }


#single-project{
  padding: 0;
}

  #single-project h4{
    margin-bottom: 30px;
  }
    #single-project h4 a{
      font-size: 24px;
    }
        #single-project h4 a:hover{
          letter-spacing: normal;
        }

  #single-project a{
    letter-spacing: 1.5px;
  }
  .single-project-header{
    margin-bottom: 70px;
    padding: 30px;
    background:linear-gradient(
      rgba(255,255,255, 0.6), 
      rgba(255,255,255, 0.6)
    ), url("https://eee69d.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/single-project-header.jpg") center no-repeat;
  }
  
  .single-project-header h2{
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
  }
  
  .single-project-header span{
    padding: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-family: "Raleway";
    color: #fff;
    display: inline-block;
    opacity: 0.8;
    position: relative;
    bottom: -50px;
  }
  
    .single-project-header span a{
      color: #fff;
    }
      .single-project-header span a:hover{
        letter-spacing: normal;
      }
  
  @media(min-width: 992px) and (max-width: 1199px){
    .single-project-header span{
      margin-bottom: 0;
    }
  }

    .single-project-header span i{
      margin-right: 5px;
      color: rgba(255,255,255, 0.7);
    }
    

/* project review */
 
.project-review{
  padding: 30px;
  border: 10px #D4B181 solid;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

  .project-review:hover{
    border-color: #f7f7f7;
  }
  
  .project-review i{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 10px 12px;
    border-color: #f7f7f7;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .project-review p.lead{
    margin-top: 0;
    color: #999;
    display: inline;
  }
  .project-review footer{
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 3px solid #f7f7f7;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #666;
    font-weight: 700;
  }

    .project-review:hover i{
      border-bottom-right-radius: 0;
      border-color: #D4B181;
    }
  
.review-stars i{
  font-size: 12px;
  padding: 0;
  color: #666;
}


/* =================================
 *
        CONTACTS
 */



.form-horizontal{
    margin-top: 50px;
    margin-bottom: 100px;
}

    .form-horizontal input,
    .form-horizontal textarea{
        font-weight: 300;
        
    }

/*************************
    ORIGINAL Form
*************************/
.form-control{
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eee;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background: #fff;
    }
    
    .form-control:hover,
    .form-control:focus{
        border-color: #000;
    }
/*************************************
         NEW FORM CONTROLS Register 
**************************************//*
.form-horizontal { display: block; }*/
.form-horizontal select { width: 100%; margin-bottom: 0; padding-left: 15px; background: none; border-radius:0;-webkit-box-shadow: none;box-shadow: none;border-color: #eee; }
/*
.form-horizontal p.link { margin-top: 20px; margin-bottom: 0px; }
.form-horizontal p.link a { color: #db2d2e; }*/
.form-horizontal .select { height: 50px; }
.form-horizontal .select-styled { padding: 13px 15px; background: #f6f6f6; border-color: #f6f6f6; }
.form-horizontal .select-styled:after { top: 22px; }
.form-horizontal .select-styled:active:after, .form-horizontal .select-styled.active:after { top: 14px; }
.form-horizontal .select-options { border-color: #f6f6f6; }
.form-horizontal .selected-box.auto-hight .select-options { max-height: 170px; overflow: auto; }
/*************************
    NEW Form-CONTROL
*************************//*
.form-control { font-size: 14px; border-radius: 0; box-shadow: none; height: auto; line-height: 1.33333; padding: 12px 18px; background: transparent; color: #626262; }
.form-control:focus { box-shadow: none; border: 1px solid #db2d2e; }
.form-control.input-lg { resize: none; font-size: .9em }
.form-control.rounded { border-radius: 0px; }
.form-control, .input-group-addon { border: 1px solid #e3e3e3; }
.form-inline button { margin: 0px; }
.form-group > label { display: block; }
.form-control::-moz-placeholder { color: #626262; }
.form-control::-ms-input-placeholder { color: #626262; }
.form-control::-webkit-input-placeholder { color: #626262; }
*/
.custom-btn{
    color: #fff;
    background-color: #000;
    border: none;
    width:100%;
    padding-top:15px;
    padding-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 300;
}

    .custom-btn:hover,
    .custom-btn:focus{
        color: #fff;
        background-color: #D4B181;
        outline: none;
    }



form input[type="text"].error, form input[type="password"].error, form input[type="date"].error, form input[type="datetime"].error, form input[type="datetime-local"].error, form input[type="month"].error, form input[type="week"].error, form input[type="email"].error, form input[type="number"].error, form input[type="search"].error, form input[type="tel"].error, form input[type="time"].error, form input[type="url"].error, form textarea.error {
    border-color: red;
}


#success, #error {
    display:none
}
/*
#success span, #error span {
    display: inline-block;
    position: absolute;
    background-color: rgba(255,255,255,1);
}

    #success span.layer-size-1,
    #error span.layer-size-1{
        top: 52%;
        padding-top: 10px;
        padding-bottom: 70px;
        width: 100%;
        height: 500px;
        
    }

    @media(max-width: 767px){
        #success span.layer-size-1,
        #error span.layer-size-1{
            top: 19%;
            padding-top: 70px;
            padding-bottom: 70px;
            right: 0;
            left: 0;
            width: 90%;
            height: 400px; 
        }
    }

        #success span i {
            color: #00B355;
            margin-top: 2.5em;
        }
            
        #error span i {
            color: #c0392b;
            margin-top: 6em;
        }
*/
#success span, #error span {
    display: inline-block;
    position: absolute;
    background-color: rgba(255,255,255,1);
}

    #success span.layer-size-1,
    #error span.layer-size-1{
        top: 50%;
        padding-top: 70px;
        padding-bottom: 70px;
        width: 100%;
        height: 500px;
        border-radius:10px;
        -webkit-box-shadow:0 10px 30px 0 rgba(50,50,50,.08);
        -moz-box-shadow:0 10px 30px 0 rgba(50,50,50,.08);
        box-shadow:0 10px 30px 0 rgba(50,50,50,.08);
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -o-transition:all 0.3s ease
    }

    @media(max-width: 767px){
        #success span.layer-size-1,
        #error span.layer-size-1{
            top: 19%;
            padding-top: 70px;
            padding-bottom: 70px;
            right: 0;
            left: 0;
            width: 90%;
            height: 400px; 
        }
    }

        #success span i {
            color: #00B355;
            margin-top: 2.5em;
        }
            
        #error span i {
            color: #c0392b;
            margin-top: 6em;
        }

#formmessage { display: none; }


.green-btn{
    background-color: green;
}

#map{
    width: 100%;
    height: 340px;
    border: none;
}

    
.contact-details{
    margin-bottom: 50px;
    /*border: 1px solid #eee;*/
    width: 100%;
    
}

    .contact-details tr td:first-child{
        padding: 10px 20px;
        opacity: 0.9;
        background: #D4B181;
    }
    
    .contact-details tr td:last-child{
        padding: 20px 20px 0 20px;
        font-weight: 400;
        
        background: #D4B181;
    }
    
        .contact-details td a{
            font-size: 14px;
            letter-spacing: 1.8px;
            text-transform: lowercase;
            color: #fff;
            font-family: inherit;
        }
    
        .contact-details td i{
            color: rgba(255,255,255,0.6);
            -webkit-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }
        
            .contact-details:hover td i{
                color: #fff;
            }

#main-contact td:last-child,
#main-contact td a{
    font-size: 16px;
}


/* call to action */
.bar{
    clear: both;
    text-align: center;
    padding: 0;
    background: linear-gradient(
      rgba(0,0,0,0.4), 
      rgba(0,0,0, 0.6)
    ), url(https://e22fed.claudeassets.com/20250121045737im_/https://ecklandsurveyors.com/img/jacksonville_florida.jpg) 50% 0 no-repeat fixed;
    /*height: 400px;*/
    background-size: cover;
}

.margin-top{
    margin-top: 70px;
}

    .bar section{
        letter-spacing: 1.5px;
        /*height: 400px;*/
        font-family: "Raleway";
        font-weight: 400;
        margin: 0;
    }
    
    .bar h2{
        font-size: 50px;
        font-weight: 700;
        text-transform: uppercase;
        color: #eee;
        padding-top: 100px;
        text-align: center
    }
    
    
    .bar .btn{
        background: transparent;
        border: 5px #D4B181 solid;
        color: #D4B181;
        opacity: 1;
        padding: 10px 30px;
        font-weight: 700;
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 120px;
    }
    
        .bar .btn:hover{
            border: 5px #fff solid;
            color: #fff;
            opacity: 1;
        }
    
    @media(max-width: 480px){
        .bar h2{
            padding-top: 70px;
            font-size: 40px;
        }
        .bar .btn{
            font-size: 20px;
            padding: 10px 20px;
            margin-bottom: 70px;
        }
    }

.bar2{
    margin-bottom: 70px;
    text-align: center;
    vertical-align: middle;
    padding: 5%;
}

    .bar2 h3{
        font-size: 40px;
    }

    .bar2 h2, .bar2 h3{
      color: #D4B181;
      font-weight: 400;
      margin: 0 auto;
    }
        .bar2 h2 .border, .bar2 h3 .border{
            color: #fff;
            display: inline-block;
            padding: 3px 20px;
            margin-right: 10px;
            background: #000;
            border: 5px solid #fff;
        }
        .bar2 h2 strong, .bar2 h3 strong{
            color: #D4B181;
        }
    @media(max-width: 767px){
        .bar2 h3{
            font-size: 28px;
        }
        .bar2 h3 .border{
            display: inline-block;
            padding: 3px 0;
            margin-right: 0;
            background: #000;
            border: none;
        }
    }
        
@media(max-width: 480px){
    .bar2{
        padding: 10%;
    }
    
    .bar2 h3{
        font-size: 26px;
        line-height: 1.2;
    }
    
    .bar2 h2 .border{
        display: block;
        margin-bottom: 30px
    }
}


/* =================================
 *
        FOOTER
 */

#footer{
    padding: 45px 0;
}

#footer article{
    padding: 30px;
    min-height: 300px;
}

    #footer article h5{
        margin-bottom: 30px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }
    
    .dark-bg article h5{
        color: rgba(255,255,255, 1);
    }
        .dark-bg article p{
            color: #aaa;
        }
        
        .dark-bg .social-icons a:hover{
            background: transparent;
        }
    
#footer footer{
    padding: 30px;
}
    .photo-stream div{
        padding: 1px;
    }
    
    .photo-stream div img{
        -webkit-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        -moz-transition:  opacity 0.4s;
        -o-transition:  opacity 0.4s;
        transition:  opacity 0.4s;
    }
        .photo-stream div img:hover,
        .photo-stream div img:focus{
            opacity: 0.8;
        }
    
#footer .contact-details{
    margin-top: 3px;
}

.copyright{
     margin-top: 0;
     clear: both;
}
    .copyright span{
        display: block;
        color: #666;
        border-top: #eee 1px solid;
        padding-top: 30px;
        font-size: 12px;
    }
    
    .dark-bg .copyright span{
        border-top-color: #333;
    }
        .copyright a{
            font-size: 12px;
            color: #2387ea;
        }
        .copyright i{
            margin-right: 2px;
            margin-left: 2px;
        }


    @media(max-width: 767px){
        .copyright{
            margin-top: 50px;
        }
        .copyright span{
            text-align: left;
            border-top: none;
            padding-top: 0;
        }
    }
    
    @media(max-width: 480px){
      .copyright{
            margin-top: 0;
      }
    }



/* DEMO STYLES */

#demo img{
  border: 10px solid #000;
  margin-bottom: 30px;
   -webkit-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        -moz-transition:  opacity 0.4s;
        -o-transition:  opacity 0.4s;
        transition:  opacity 0.4s;
}
  #demo img:hover{
    opacity: 0.8;
  }

#demo h4{
  color: #000;
}
    







/*
     FILE ARCHIVED ON 04:57:47 Jan 21, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:15:41 Jul 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.679
  exclusion.robots: 0.063
  exclusion.robots.policy: 0.049
  esindex: 0.012
  cdx.remote: 6.318
  LoadShardBlock: 100.552 (3)
  PetaboxLoader3.datanode: 130.41 (5)
  load_resource: 475.171
  PetaboxLoader3.resolve: 314.661
  loaddict: 100.472
*/