.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.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; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.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 {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .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(//capitalbuild.com/wp-content/themes/capitalbuild/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: 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;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }@font-face{font-family:'FontAwesome';src:url(//capitalbuild.com/wp-content/themes/capitalbuild/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(//capitalbuild.com/wp-content/themes/capitalbuild/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(//capitalbuild.com/wp-content/themes/capitalbuild/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(//capitalbuild.com/wp-content/themes/capitalbuild/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(//capitalbuild.com/wp-content/themes/capitalbuild/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(//capitalbuild.com/wp-content/themes/capitalbuild/fonts/fontawesome-webfont.svg?v=4.4.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.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}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-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:#fff}.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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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,.fa-gratipay: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-y-combinator-square:before,.fa-yc-square:before,.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"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Raleway:400,600,700");
:root {
--blue: #1e90ff;
--white: #ffffff;
}
* {box-sizing: border-box;margin: 0;padding: 0;scroll-behavior: smooth;}
:root { --placeholdercolor: currentColor; }
body { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.clear { clear: both; }
.clearfix { clear: both; }
iframe, img { max-width: 100%; border: none; }
img {border: 0;height: auto;}
a{font-family: inherit;font-size: inherit;line-height: normal;color: inherit;text-decoration: none !important;transition: 0.4s;}
h1, h2, h3, h4, h5, h6 { font-family: 'Oswald', sans-serif; font-weight: normal; }
p, li, ul, ol { font-family: 'Poppins', sans-serif; font-weight: normal; }
p { margin: 0 0 20px 0; }
p:empty { display: none; }
ul, li { list-style: none; }
a:visited { color: inherit; }
a:hover { text-decoration: none; }
a, a:hover, input[type="submit"], button { outline: 0; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: none; border-radius: 0; }
input::-webkit-input-placeholder { color: var(--placeholdercolor); }
input::-moz-placeholder { color: var(--placeholdercolor); }
input:-ms-input-placeholder { color: var(--placeholdercolor); }
input:-moz-placeholder { color: var(--placeholdercolor); }
html { scroll-behavior: smooth; }
.container { width: 100%; max-width: 1500px; margin: 0 auto; padding: 0px; }
.d-none, .hide { display: none !important; }
.fw { float: left; width: 100%; }
.wrapper { float: left; width: 100%; }
.common-button { position: relative; }
.common-button a { position: relative; font-size: 26px; font-family: 'Poppins', sans-serif; font-weight: 600; color: #ffffff; background: #3821a1; line-height: 1; padding: 24px 54px; text-transform: uppercase; display: inline-block; }
.common-button a:hover { background: #e82831; }
.common-button.red a { background: #e82831 }
.common-button.red a:hover { background: #3821a1; }  .head-sec { position: absolute; width: 100%; top: 0px; left: 0px; z-index: 99; }
.head-sec > .container { display: flex; align-items: center; justify-content: flex-end; min-height: 150px;  max-width: inherit; }
.logo { position: absolute; top: 0px; left: 0px; width: 30%; max-width: 380px; margin: 0; padding: 20px 20px; }
.logo img { width: 100%; display: block; padding: 0 !important; }
.logo-rit { position: relative; margin: 0; padding-right: 50px; }
.hdr-top-rit { position: relative; }
.hdr-top-rit br { display: none; }
.hdr-top-rit p { position: relative; font-size: 23px; font-family: 'Poppins', sans-serif; font-weight: 400; color: #ffffff; line-height: 1; text-transform: uppercase; margin: 0; 
text-align: right; }
.hdr-top-rit p > strong { font-weight: 700; }
.hdr-top-rit p > a { position: relative; font-size: 43px; color: #ffffff; font-family: 'Oswald', sans-serif; font-weight: 600; display: inline-block; padding: 0 0 0 90px; margin: 0 0 0 22px; vertical-align: middle; letter-spacing: 1px; }
.hdr-top-rit p > a:hover { color: #e82831; }
.hdr-top-rit p > a:before { position: absolute; content: ""; width: 70px; height: 70px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -4px -4px; top: 0px; bottom: 0px; left: 0px; margin: auto; }
.topmenu ul { position: relative; font-size: 0px; margin: 0; text-align: center; }
.topmenu ul li { position: relative; display: inline-block; margin: 0 19px; }
.topmenu ul li:first-child { margin-left: 0px; }
.topmenu ul li:last-child { margin-right: 0px; }
.topmenu ul li a { position: relative; font-family: 'Poppins', sans-serif; font-weight: 500; text-transform: capitalize; font-size: 18px; line-height: 1; color: #ffffff; text-decoration: none !important; border: none; letter-spacing: 0.25px; }
.topmenu ul.primary-menu>li.current-menu-item a, .topmenu ul.primary-menu>li a:hover { color: #e82831; }
.topmenu ul li ul.sub-menu { display: none; width: 240px; position: absolute; top: 100%; left: 0; right: auto; background-color: #2f4163; padding: 0px 0; z-index: 999; }
.topmenu ul li:hover ul.sub-menu { display: block; }
.topmenu ul li:hover ul.sub-menu ul { display: none; }
.topmenu ul li:hover ul.sub-menu li { position: relative; }
.topmenu ul li:hover ul.sub-menu li:hover>ul { display: block; top: 0; left: 100%; }
.topmenu .sub-menu li.current-menu-item a { color: #fff; }
.topmenu .sub-menu li a:after { display: none; }
.topmenu .sub-menu li { width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0; padding: 0; }
.topmenu .sub-menu li a { float: left; font-size: 15px; width: 100%; line-height: normal; padding: 8px; color: #fff; display: block; text-transform: capitalize; }
.topmenu .sub-menu li a:hover { background-color: #21355a; color: #fff; }
.topmenu ul ul a:after { display: none; } .showhide {display: none; font-family: 'Poppins', sans-serif; color: #ffffff !important;width: 110px;height: 28px;float: left;text-align: left;cursor: pointer;padding: 0px 0 0 28px;position: relative;}
.showhide b.txtl { font-family: 'Poppins', sans-serif; text-align: right;font-size: 20px;line-height: 26px;font-weight: normal;text-transform: uppercase;margin: 0 0px 0 0px; font-weight: bold;letter-spacing: 0.5px;}
.showhide b.txtr { font-family: 'Poppins', sans-serif; position: absolute;top: 0;bottom: 0;left: 0;margin: auto;text-align: left;font-size: 32px;line-height: 26px; }
.mobinav {display: none;width: 100%;color: #fff;box-sizing: border-box;z-index: 99999;float: left; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/blue-pattern.png) repeat; position: absolute;top: 100%;left: 0; padding: 10px 0; }
.mobinav ul {float: left;margin: 0px 0 0 0;padding: 5px 0px;width: 100%;}
.mobinav ul li{float: left;margin: 0;width: 100%;list-style: none;padding: 0 20px;box-sizing: border-box;border: 0;margin: 0;padding: 0px;position: relative;font-family: 'Poppins', sans-serif;}
.mobinav a {width: 100%;float:left;padding:6px 0;display: block;line-height:normal;color:#fff;font-size:16px;letter-spacing:0.5px;font-family:'Poppins', sans-serif;border: 0;margin: 0;text-decoration: none;}
.mobinav a:hover, .mobinav ul li.current-menu-item a { color: #e82831; }
.mobinav ul li ul {float: left;padding: 0 0 0 15px;}
.mobinav ul li ul li a {text-transform: capitalize;}
.mobinav ul li a.drop.close, .mobinav ul li a.drop.open {font-size: 0;position: absolute;right: 0px;top: 0;width: 100%;height: 29px;background-color: transparent !important;background-image: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/plus_icn.png);background-position: right center;background-repeat: no-repeat;padding: 0px 5px !important;cursor: pointer;opacity: 1;}
.mobinav ul li a.drop.open {width: 22px;background-image: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/minus_icn.png);}
.mobile_src_nav { display: none; width: 100%; float: left; position: relative; padding: 10px 0; }
.mobile_src_nav .container {position: relative;}
.mobile_src_nav .search-form {width: 100%;float: left;}  .hm-banner-sec { position: relative; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/home-banner.jpg) no-repeat top center; background-size: cover; padding: 350px 0 280px 0; text-align: center; }
.banner-soc-icons { position: absolute; top: 0px; left: 0px; width: 180px; height: 100%; display: flex; align-items: flex-end; justify-content: center; padding: 0 0 160px 0; }
.banner-soc-icons:before { position: absolute; content: ""; width: 1px; height: 170px; background: #c9c0f2; top: 34%; right: 0px; left: 0px; margin: auto; display: none; }
.banner-soc-icons p { margin: 0px; }
.banner-soc-icons a { position: relative; width: 22px; height: 20px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat; display: inline-block; font-size: 0px; vertical-align: middle; margin: 30px 0; transition: 0s; }
.banner-soc-icons a.fb { background-position: -78px -4px; }
.banner-soc-icons a.twtr { background-position: -102px -4px; }
.banner-soc-icons a.lnkd { background-position: -126px -4px; }
.banner-soc-icons a.yt { background-position: -150px -4px; }
.banner-soc-icons a.fb:hover { background-position: -78px -26px; }
.banner-soc-icons a.twtr:hover { background-position: -102px -26px; }
.banner-soc-icons a.lnkd:hover { background-position: -126px -26px; }
.banner-soc-icons a.yt:hover { background-position: -150px -26px; }
.hm-banner-sec h1 { font-size: 95px; font-family: 'Oswald', sans-serif; font-weight: 300; color: #ffffff; letter-spacing: 6.65px; line-height: 1; text-transform: uppercase; margin: 0 0 30px 0; }
.hm-banner-sec h5 { font-size: 30px; font-family: 'Poppins', sans-serif; font-weight: 300;  color: #ffffff; letter-spacing: 0.3px; text-transform: uppercase; display: inline-block; padding: 35px 0; line-height: 1; margin: 0 0 30px 0; border: 1px solid #ffffff; border-right: none; border-left: none; }
.hm-banner-sec h5 > strong { font-weight: 700; }
.hm-banner-sec .common-button a { padding: 24px 94px; }  .hm-abt-sec { position: relative; padding: 80px 0 50px 0; }
.hm-abt-sec .container { display: flex; align-items: center; justify-content: space-between; }
.abt-lft-col { position: relative; width: 48%; max-width: 720px; order: 1; }
.abt-lft-col h2 { position: relative; font-size: 63px; font-family: 'Oswald', sans-serif; font-weight: 300; color: #000000; line-height: 1.19; letter-spacing: 4.41px; margin: 0 0 20px 0; text-transform: uppercase; }
.abt-lft-col h5 { position: relative; font-size: 36px; font-family: 'Poppins', sans-serif; font-weight: 400; color: #000000; line-height: 1.6; letter-spacing: 0.36px; padding: 0 0 0 40px; margin: 0 0 15px 0; }
.abt-lft-col h5:before { position: absolute; content: ""; width: 7px; height: 90%; top: 0px; bottom: 0px; left: 0px; margin: auto; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/abt-title-border.png) no-repeat; background-size: contain; }
.abt-lft-col p { font-size: 20px; font-family: 'Poppins', sans-serif; font-weight: 400; line-height: 1.95; color: #000000; letter-spacing: 0.2px; margin: 0 0 25px 0; }
.abt-ryt-col { position: relative; width: 48%; max-width: 720px; margin: 0 20px 0 0; order: 2; }
.abt-ryt-col img { display: block; width: 100%; }
.abt-btm { display: flex; align-items: center; justify-content: space-between; }
.abt-call { position: relative; padding: 0 0 0 85px; }
.abt-call:before { position: absolute; content: ""; width: 70px; height: 70px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -180px -144px; top: 0px; bottom: 0px; left: 0px; margin: auto; }
.abt-call p { font-size: 23px; font-family: 'Poppins', sans-serif; font-weight: 400; line-height: 1.2; color: #000000; text-transform: uppercase; margin: 0px !important; }
.abt-call p > a { font-size: 47px; font-family: 'Oswald', sans-serif; font-weight: 600; color: #000000; letter-spacing: -0.94px; display: inline-block; line-height: 1; }
.abt-call p > a:hover { color: #e82831; }
.abt-btm .common-button a { padding: 24px 90px; }  .hm-resid-sec { position: relative; padding: 60px 0; }
.hm-resid-sec .types-list { position: relative; display: flex; align-items: center; justify-content: space-between; }
.hm-resid-sec .type-blk { position: relative; width: 49.5%; }
.hm-resid-sec .type-blk .serive-type-picture { background: #070415; outline: 1px solid #ffffff; outline-offset: -16px; }
.hm-resid-sec .type-blk .serive-type-picture img { width: 100%; display: block; opacity: 0.4; }
.hm-resid-sec .type-blk .type-serv-cnt { position: absolute; width: calc(100% - 120px); bottom: 50px; right: 0px; left: 0px; margin: auto; }
.hm-resid-sec .type-blk .type-serv-cnt:before { position: absolute; content: ""; width: 50px; height: 50px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -4px -78px; top: 0px; right: 0; bottom: 0px; margin: auto; }
.hm-resid-sec .type-blk h2 { position: relative; font-size: 62px; font-family: 'Oswald', sans-serif; font-weight: 300; color: #ffffff; line-height: 1; letter-spacing: 4.34px; text-transform: uppercase; margin: 0 0 15px 0; }
.hm-resid-sec .type-blk h6 { position: relative; font-size: 30px; font-family: 'Poppins', sans-serif; font-weight: 700; color: #ffffff; letter-spacing: 0.3px; line-height: 1; margin: 0px; text-transform: uppercase; }
.hm-resid-sec .type-blk .link a { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; font-size: 0px; }  .hm-services-sec { position: relative; padding: 60px 0; }
.hm-services-sec .container { max-width: 100%; }
.hm-services-sec h2 { position: relative; font-size: 63px; font-family: 'Oswald', sans-serif; font-weight: 300; color: #000000; line-height: 1.19; letter-spacing: 4.41px; margin: 0 0 50px 0; text-transform: uppercase; text-align: center; }
.hm-services-sec .services-list { display: flex; align-items: center; justify-content: space-between; }
.hm-services-sec .services-list .service-item { position: relative; width: 33.33%; }
.hm-services-sec .services-list p { margin: 0px; }
.hm-services-sec .services-list .service-pic { background: #070415; }
.hm-services-sec .services-list .service-pic img { width: 100%; display: block; opacity: 0.37; }
.hm-services-sec .services-list .service-item:hover .service-pic { background: #160d3f; }
.hm-services-sec .services-list .service-item:hover .service-pic img { opacity: 0.29; }
.hm-services-sec .services-list .service-cnt { position: absolute; width: calc(100% - 120px); height: calc(100% - 140px); top: 0px; right: 0px; bottom: 0px; left: 0px; margin: auto; }
.hm-services-sec .services-list .service-cnt:before { position: absolute; content: ""; width: 1px; height: 330px; background: #ffffff; top: 40px; bottom: 0px; left: 0px; margin: auto; }
.hm-services-sec .services-list .service-cnt h4 { position: relative; font-size: 37px; font-family: 'Oswald', sans-serif; font-weight: 400; color: #ffffff; line-height: 1.16; letter-spacing: 2.59px; text-transform: uppercase; }
.hm-services-sec .services-list .read-more { position: absolute; bottom: 0px; }
.hm-services-sec .services-list .read-more a { position: relative; font-size: 22px; font-family: 'Poppins', sans-serif; font-weight: 700; color: #ffffff; display: inline-block; line-height: 1; letter-spacing: 0.22px; text-transform: uppercase; padding: 0 80px 0 0; }
.hm-services-sec .services-list .read-more a:hover { color: #e82831; }
.hm-services-sec .services-list .read-more a:before { position: absolute; content: ""; width: 50px; height: 50px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -4px -78px; top: 0px; right: 0px; bottom: 0px; margin: auto; }  .hm-testimonials { position: relative; padding: 60px 0 120px; text-align: center; }
.hm-testimonials h2 { position: relative; font-size: 63px; font-family: 'Oswald', sans-serif; font-weight: 300; color: #000000; line-height: 1.19; letter-spacing: 4.41px; margin: 0 0 20px 0; text-transform: uppercase; }
.hm-testimonials h5 { font-size: 32px; font-family: 'Poppins', sans-serif; font-weight: 600; color: #000000; line-height: 1; letter-spacing: 0.32px; text-transform: uppercase; margin: 0 0 40px 0; }
.review-blk { position: relative; background: #edeafb; padding: 40px 50px; width: 100%; max-width: 1360px; margin: auto; }
.reviews-list { margin-bottom: 35px; }
.hm-review-item { position: relative; padding: 30px 80px 0px; }
.hm-review-item:before, .hm-review-item:after { position: absolute; content: ""; width: 50px; height: 36px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat; }
.hm-review-item:before { background-position: -254px -187px; top: 0px; left: 0px; }
.hm-review-item:after { background-position: -255px -147px; bottom: 0px; right: 0px; }
.hm-review-item p { font-size: 27px; color: #000000; line-height: 1.92; letter-spacing: 0.27px; margin: 0 0 25px 0; }
.hm-review-item h4 { position: relative; font-size: 47px; font-family: 'Poppins', sans-serif; font-weight: 600; color: #000000; line-height: 1; margin: 0 0 15px 0; }
.hm-review-item .star-rat { position: relative; width: 155px; height: 26px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -186px -4px; display: inline-block; }
.reviews-list.owl-carousel .owl-nav .owl-prev, .reviews-list.owl-carousel .owl-nav .owl-next { position: absolute; width: 110px; height: 72px; background: #3821a1 url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat; font-size: 0px; bottom: -105px; }
.reviews-list.owl-carousel .owl-nav .owl-prev { background-position: -58px -68px; left: 0px; }
.reviews-list.owl-carousel .owl-nav .owl-next { background-position: -172px -68px; right: 0px; }
.reviews-list.owl-carousel .owl-nav .owl-prev:hover, .reviews-list.owl-carousel .owl-nav .owl-next:hover { background-color: #e82831; }  .hm-contact-sec { position: relative; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/contact-bg.jpg) no-repeat center; background-size: cover; padding: 80px 0 120px 0; }
.hm-contact-sec:before { position: absolute; content: ""; width: 33.5%; height: 100%; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/traingle-shape.png) no-repeat right; background-size: auto 100%; top: 0px; left: 0px; }
.estimate-content { width: 100%; max-width: 1260px; display: flex; align-items: center; justify-content: space-between; float: right; }
.contact-lft-blk { position: relative; width: 50%; }
.contact-ryt-blk { position: relative; width: 48%; padding: 80px 0 0 0; }
.contact-ryt-blk ul { margin-bottom: 0px; }
.contact-ryt-blk ul li { position: relative; font-size: 28px; font-family: 'Poppins', sans-serif; font-weight: 300; color: #ffffff; line-height: 1.2; margin: 0 0 35px 0; padding: 0 0 0 60px; }
.contact-ryt-blk ul li:before { position: absolute; content: ""; width: 36px; height: 36px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -4px -132px; top: 0px; bottom: 0px; left: 0px; margin: auto; }
.hm-contact-sec h2 { position: relative; font-size: 55px; font-family: 'Oswald', sans-serif; font-weight: 300; color: #ffffff; line-height: 1.2; letter-spacing: 3.85px; padding: 0 !important; margin: 28px 0 35px 0; text-transform: uppercase; }
.hm-contact-sec h2:before { position: absolute; content: none; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/play-btn.png) no-repeat; width: 64px; height: 64px; top: 0px; left: 0px; }  .hm-gallery-sec { position: relative; padding: 120px 0 60px; }
.hm-gallery-sec > .container { max-width: 100%; }
.hm-gallery-sec .gallery-list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.hm-gallery-sec h2 { position: relative; font-size: 63px; font-family: 'Oswald', sans-serif; font-weight: 300; color: #000000; line-height: 1.19; letter-spacing: 4.41px; margin: 0 0 50px 0; text-transform: uppercase; text-align: center; }
.hm-gallery-sec .gallery-list .gallery-pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hm-gallery-sec .column.one { width: 28%; }
.hm-gallery-sec .column.two { width: 20%; }
.hm-gallery-sec .column.three { width: 50%; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; }
.hm-gallery-sec .column.one .gallery-pic { height: 455px; margin: 0 0 20px 0; }
.hm-gallery-sec .column.one .gallery-pic:last-child { margin-bottom: 0px; }
.hm-gallery-sec .column.two .gallery-pic { height: 935px; margin: 0px; }
.hm-gallery-sec .column.three .gallery-pic { width: 49%; height: 455px; }
.hm-gallery-sec .gallery-pic { position: relative; }
.hm-gallery-sec .gallery-pic h5 { position: absolute; font-size: 30px; font-family: 'Oswald', sans-serif; font-weight: 400; color: #ffffff; line-height: 1.2; letter-spacing: 0.5px; height: max-content; margin: auto; top: 0px; right: 0px; bottom: 0px; left: 0px; display: none; text-align: center; }
.hm-gallery-sec .gallery-pic:hover h5 { display: block; }
.hm-gallery-sec .gallery-pic:hover { background: #070415; outline: 1px solid #ffffff; outline-offset: -10px; }
.hm-gallery-sec .gallery-pic:hover img { opacity: 0.35; }
.hm-gallery-sec .gallery-pic a { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; font-style: 0px; line-height: 0px; color: rgba(0,0,0,0); display: block; } .hm-awards-sec { position: relative; padding: 60px 0 100px; }
.awards-list { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 0 15px; }
.awards-list .award-pic { position: relative; width: 15.5%; max-width: 230px; border-bottom: 6px solid #4029a4; box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.06); -webkit-box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.06); }
.awards-list .award-pic img { width: 100%; display: block; }
.awards-list .award-pic a { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; font-size: 0px; line-height: 0px; }
.awards-list .award-pic p { margin: 0px; }  .site-footer { position: relative; background: #070415; padding: 70px 0 0 0; }
.ftr-blocks { position: relative; display: flex; justify-content: space-between; align-items: flex-start; margin: 0 0 60px 0; }
.footer-lft-col { position: relative; width: 48%; max-width: 650px; }
.footer-lft-col .ftr-soc a { position: relative; display: inline-block; width: 40px; height: 40px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat; font-size: 0; vertical-align: middle; margin: 0 5px; }
.footer-lft-col .ftr-soc a:hover { opacity: 0.5; }
.footer-lft-col .ftr-soc a.fb { background-position: -4px -172px; margin-left: 20px; }
.footer-lft-col .ftr-soc a.twtr { background-position: -48px -172px; }
.footer-lft-col .ftr-soc a.lnkd { background-position: -92px -172px; }
.footer-lft-col .ftr-soc a.yt { background-position: -136px -172px; }
.footer-lft-col .ftr-soc h5 { position: relative; font-size: 22px; font-family: 'Poppins', sans-serif; font-weight: 600; color: #ffffff; text-transform: capitalize; margin: 0 0 10px 0; line-height: 1; }
.footer-lft-col .ftr-logo { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 0 0 50px 0; border-bottom: 5px solid #3821a1; }
.footer-lft-col .ftr-logo .lft-col { position: relative; max-width: 380px; width: 56%; }
.footer-lft-col .ftr-loc { position: relative; text-align: center; display: flex; align-items: center; justify-content: space-between; padding: 50px 0; margin: 0 0 50px 0; border-bottom: 5px solid #3821a1;  }
.footer-lft-col .ftr-loc h4 { position: relative; font-size: 33px; font-family: 'Oswald', sans-serif; font-weight: 300; color: #ffffff; letter-spacing: 2.31px; margin: 0 0 20px 0; line-height: 1; text-transform: uppercase; padding: 0 0 80px 0; margin: 0 0 25px 0; }
.footer-lft-col .ftr-loc h4:before { position: absolute; content: ""; width: 50px; height: 50px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -284px -34px; right: 0px; bottom: 0px; left: 0px; margin: auto; }
.footer-lft-col .ftr-loc p { font-size: 20px; font-family: 'Poppins', sans-serif; font-weight: 400; color: #ffffff; letter-spacing: 0.2px; line-height: 1.5; margin: 0px; }
.footer-lft-col .ftr-loc .loc-col { position: relative; width: 50%; }
.footer-lft-col .ftr-loc .ftr-map iframe { display: block; width: 300px; height: 300px; }
.footer-lft-col .ftr-contact { position: relative; display: flex; align-items: center; justify-content: space-between; }
.footer-lft-col .ftr-call h5 { position: relative; font-size: 23px; font-family: 'Poppins', sans-serif; font-weight: 400; font-style: italic; color: #ffffff; text-transform: uppercase; padding: 0 0 0 60px; }
.footer-lft-col .ftr-call h5:before { position: absolute; content: ""; width: 42px; height: 42px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -284px -88px; top: 0px; bottom: 0px; left: 0px; margin: auto; }
.footer-lft-col .ftr-call h5 a { position: relative; font-size: 47px; font-family: 'Oswald', sans-serif; font-weight: 600; color: #ffffff; display: inline-block; font-style: normal; letter-spacing: -0.94px; line-height: 1; }
.footer-lft-col .ftr-call h5 a:hover { color: #e82831; }
.form-blk { position: relative; width: 50%; max-width: 730px; padding: 45px 40px 30px; border: 6px solid #3821a1; }
.form-blk h2 { position: relative; font-size: 63px; font-family: 'Oswald', sans-serif; font-weight: 300; color: #ffffff; letter-spacing: 4.41px; line-height: 1; text-transform: uppercase; margin: 0 0 40px 0; text-align: center; }
.form-blk p { margin-bottom: 0px; }
.form-blk ul { margin: 0px; }
.form-blk ul li { position: relative; margin-bottom: 18px; }
.form-blk ul li.fst-name, .form-blk ul li.lst-name { width: 48.6%; display: inline-block; }
.form-blk ul li.fst-name { margin-right: 10px; }
.form-blk ul li input, .form-blk ul li textarea { position: relative; font-size: 18px; font-family: 'Poppins', sans-serif; font-weight: 400; color: #5c5776; width: 100%; background: rgba(255,255,255,0.04); padding: 25px 10px 25px 30px; outline: none; border: 1px solid rgba(255,255,255,0.1); resize: none; text-transform: uppercase; }
.contact-pg-form ul li input, .contact-pg-form ul li textarea { position: relative; font-size: 16px; font-family: 'Poppins', sans-serif; font-weight: 400; color: #000000; width: 100%; background: transparent; padding: 25px 10px 25px 30px; outline: none; border: 1px solid #5f5f5f; resize: none; text-transform: uppercase; display: block; }
.form-blk ul li textarea, .contact-pg-form ul li textarea { height: 170px; }
.form-blk ul li.form-button, .contact-pg-form ul li.form-button { text-align: center; margin: 0px; }
.form-blk ul li.form-button .wpcf7-spinner { margin: 0px; left: 10px; }
.form-blk .wpcf7-response-output { display: none; }
.form-blk ul li input::placeholder, .form-blk ul li textarea::placeholder { color: #5c5776; }
.contact-pg-form ul li input::placeholder, .contact-pg-form ul li textarea::placeholder { color: #000000; }
.form-blk ul li.form-button input, .contact-pg-form ul li.form-button input { position: relative; font-size: 26px; font-family: 'Poppins', sans-serif; font-weight: 600; color: #ffffff; line-height: 1; background: #3821a1; display: inline-block; width: auto; padding: 25px 100px; text-transform: uppercase; cursor: pointer; }
.contact-pg-form ul li.form-button input { padding: 20px 80px; }
.form-blk ul li.form-button input:hover, .contact-pg-form ul li.form-button input:hover { background: #e82831; }
.form-blk ul li .wpcf7-not-valid-tip { position: absolute; width: auto; display: inline-block; top: 0px; right: 5px; font-size: 13px; }
.copyrights { position: relative; background: #110e1e; padding: 25px 0; }
.copyrights .cpy-inr { display: flex; align-items: center; justify-content: space-between; }
.copyrights p { font-size: 20px; font-family: 'Poppins', sans-serif; font-weight: 300; color: #ffffff; margin: 0px; line-height: 1; }
.copyrights p a { display: inline-block; }
.copyrights p a:hover { color: #e82831; }
.contact-pg-form ul li { padding: 0px !important; }
.contact-pg-form ul li:before { display: none; }
.contact-pg-form ul li.half { width: 48%; display: inline-block; }
.contact-pg-form ul { display: flex; flex-wrap: wrap; gap: 30px; }
.contact-pg-form ul li { margin: 0px; width: 100%; }
.contact-pg-form ul li > p { margin-bottom: 0px; }
.contact-pg-form ul li .captcha-image { border: none; padding: 0px; }
.contact-pg-form ul li.captcha label { vertical-align: middle; }
.contact-pg-form ul li.captcha input { height: auto; text-align: left; }
.contact-pg-form { background: #ffffff; padding: 50px 50px 30px; box-shadow: 0px 0px 12px 0px #ececec; }
.page-id-62 .genpg-ryt > h2 { display: none; }
.contactpg-form p .wpcf7-list-item { margin: 0 1em 0 0; }
.contactpg-form p input { margin-right: 6px; }
.contactpg-form p .wpcf7-list-item-label { font-size: 16px; font-weight: 500; }  .page_bnr { position: relative; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/home-banner.jpg) no-repeat center; background-size: cover; padding: 260px 0 120px; }
.page_title h1, .page_title h2 { font-family: 'Oswald', sans-serif; font-size: 70px; line-height: 1.2; color: #fff; position: relative; margin: 0 0 20px 0; text-align: center; }
.inrpg-breadcrumbs { text-align: center; color: #ffffff; font-size: 18px; font-family:'Poppins', sans-serif; font-weight: 400; line-height: 1; }
.inrpg-breadcrumbs a:hover { color: #e82831; }
.genpg-lft { position: relative; width: 30%; max-width: 350px; float: left; padding: 0 30px; }
.genpg-ryt { position: relative; width: 68%; float: right; }
.genpg-ryt.full-width { width: 100%; }
.genpg-lft .sd-awards-list ul.owl-carousel { margin: 0 auto; width: 100%; max-width: 200px; }
.genpg-lft .sd-awards-list ul.owl-carousel .owl-stage { display: flex; align-items: center; justify-content: center; }
.genpg-lft .sd-awards-list { position: relative; margin: 0 0 20px 0; padding: 30px 20px; border: 2px solid rgba(56, 33, 161, 0.25); }
.genpg-lft .sd-awards-list ul.owl-carousel img { width: auto; margin: 0 auto; }
.genpg-lft .sd-awards-list ul.owl-carousel .owl-nav { text-align: center; margin: 20px 0 0 0; }
.genpg-lft .sd-awards-list ul.owl-carousel .owl-nav .owl-next, .genpg-lft .sd-awards-list ul.owl-carousel .owl-nav .owl-prev { position: relative; font-size: 0px; width: 36px; height: 36px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -4px -132px; display: inline-block; vertical-align: middle; margin: 0 5px; }
.genpg-lft .sd-awards-list ul.owl-carousel .owl-nav .owl-prev { transform: rotate(180deg); }
.genpg-lft ul li img { width: 100%; display: block; }
.genpg-lft .sd-links { text-align: center; }
.genpg-lft .sd-links a.btn { display: inline-block !important; padding: 15px 30px; font-size: 16px !important; color: #ffffff; }
.genpg-ryt h1, .genpg-ryt h2 { font-size: 60px; color: #000000; line-height: 1.2; margin: 0 0 20px 0; }
.genpg-ryt h3 { font-size: 40px; color: #000000; line-height: 1.2; margin: 0 0 20px 0; }
.genpg-ryt h4 { font-size: 30px; color: #000000; line-height: 1.2; margin: 0 0 20px 0; }
.genpg-ryt h5 { font-size: 25px; color: #000000; line-height: 1.2; margin: 0 0 20px 0; }
.genpg-ryt h6 { font-size: 22px; color: #000000; line-height: 1.2; margin: 0 0 20px 0; }
.genpg-ryt p, .genpg-ryt li { font-size: 18px; color: #000000; line-height: 1.6; margin: 0 0 20px 0; }
.genpg-ryt p a, .genpg-ryt li a, .genpg-ryt a { color: #2e2ea6; }
.genpg-ryt li:not(ul.servs li) { position: relative; padding: 0 0 0 20px; }
.genpg-ryt li:not(ul.servs li):before { position: absolute; content: ""; width: 12px; height: 12px; background: #e82831; border: 3px solid #3821a1; border-radius: 50%; top: 8px; left: 0px; 
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
.genpg-ryt li ul { margin: 10px 0; list-style: disc !important; }
.genpg-ryt li ul li { list-style: disc !important; list-style-position: inside !important; padding: 0px !important; }
.genpg-ryt li ul li:before { display: none; }
.genpg-ryt img { margin-bottom: 15px; }
.genpg-ryt a:hover, .genpg-ryt p a:hover, .genpg-ryt li a:hover { color: #000000; }
.genpg-ryt .post-img { float: left; width: 80%; }
.review-pg-list { display: flex; flex-wrap: wrap; gap: 40px; }
.genpg-ryt .review-pg-list .pg-review-item { width: 30%; padding: 30px 30px; background: #edeafb; border: 2px solid #3821a1; }
.genpg-ryt .review-pg-list .pg-review-item:before, .genpg-ryt .review-pg-list .pg-review-item:after { display: none; }
.genpg-ryt .review-pg-list .pg-review-item .star-rat { position: relative; width: 155px; height: 26px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -186px -4px; display: inline-block; margin: 0 0 20px 0; }
.genpg-ryt .img-blk { position: relative; margin-bottom: 15px; }
.genpg-ryt .img-blk img { display: block; padding: 5px; box-shadow: 0 0 12px 6px #efefef; }
.side-nav { list-style:none; margin:0; margin-bottom:30px; padding:0;}
.side-nav li { border-bottom:1px solid #d6d6de; padding:5px 0 5px 20px; position:relative;}
.side-nav li:before {content:"\f105"; font-family:'FontAwesome'; left:3px; position:absolute;}
.side-nav li:last-child { border:none;}
.side-nav li a { color:#003;}
.btn-primary { background:#2E2EA6; border-radius:0;}
img.banner { margin : 0 0 20px 0; width: 100%; border: 2px solid #2e2ea6; padding: 5px; }
.btn-mrg { margin:0 10px 10px 0; color: #ffffff !important; }
span .wpcf7-not-valid {border: 1px solid #ff0000 !important;}
.contents { line-height:26px; padding: 100px 0; }
.membs { float:left; margin-top:40px; text-align:center; width:200px;}
.membs p { margin-bottom:20px;}
.servs { clear: both; list-style:none; margin:0; padding:0; line-height:20px; margin-bottom: 20px; text-align:center; padding: 15px 0 0 0; }
.servs li { display: inline-block; margin-right: 2%; margin-bottom:20px; width: 23%; box-shadow: 0 0 10px 6px #efefef; padding: 5px 5px; }
.servs li:nth-child(4n) { margin-right: 0px; }
.servs li .img-wrap { overflow:hidden; }
.genpg-ryt.full-width .servs li .img-wrap { margin-bottom: 15px; }
.servs li h4 { color: #000000; font-weight:600;}
.servs li p { padding:0 10px;}
.servs li a.btn { background:#3821a1; font-size: 16px; border-radius:0; color:#ffffff; font-family: 'Poppins', sans-serif; margin:10px 0 20px; padding:12px 40px; font-weight: 500; line-height: 1; text-decoration:none; text-transform: uppercase; }
.servs li a.btn:hover { background:#e82831; }
.servs li:hover .img-wrap img { transform:scale(1.1); -webkit-transform:scale(1.1); transition:all ease .3s; -webkit-transition:all ease .3s;}
.img-wrap img { width: 100%; height: 200px; object-fit: cover; display: block; margin-bottom: 0px !important; }
.breadcrumbs a { color: #DC1E2A; }
.servs li img { margin-bottom: 0px !important; }
.finance-sec { position: relative; padding: 100px 0 40px; }
body:not(.home) .finance-sec { padding-bottom: 0px; }
.finance-sec > .container { display: flex; align-items: center; justify-content: flex-start; gap: 0 60px; }
.finance-sec .fin-pic { position: relative; width: 16%; background: #ffffff; box-shadow: 0 0 10px 2px #cccccc; -webkit-box-shadow: 0 0 10px 2px #cccccc; margin: 0 120px 0 0; }
.finance-sec .fin-text { position: relative; width: 60%; }
.finance-sec .fin-pic img { width: 100%; display: block; }
.finance-sec .fin-text h3 { position: relative; font-size: 35px; font-family: 'Oswald', sans-serif; font-weight: 400; color: #000000; line-height: 1; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 20px 0; }
.finance-sec .fin-text p { font-size: 18px; color: #000000; line-height: 1.5; margin-bottom: 0px; }
.finance-sec .fin-text h3 span { color: #e82831; font-size: 60px; }
.scroll-top { position: fixed; right: 20px; bottom: 20px; width: 50px; height: 50px; background: #ff0000 url(//capitalbuild.com/wp-content/themes/capitalbuild/images/top-arrow.png) no-repeat; border-radius: 50%; -webkit-border-radius: 50%; z-index: 9; cursor: pointer; }@media screen and (max-width: 1900px) {
.hm-contact-sec { padding: 80px 0 100px 0; }
.hm-services-sec .services-list .service-cnt:before { height: 300px; }
.estimate-content { max-width: 1220px; }
.hm-contact-sec h2 { font-size: 50px; }
.contact-ryt-blk ul li { font-size: 26px; }
}
@media screen and (max-width: 1800px) {
.hm-banner-sec h1 { font-size: 90px; }
.hm-banner-sec { padding: 350px 0 220px 0; }
.banner-soc-icons:before { top: 30%; }
.abt-lft-col h5 { font-size: 33px; }
.hm-services-sec .services-list .service-cnt:before { height: 260px; }
}
@media screen and (max-width: 1700px) {
.container { max-width: 1300px; }
.hdr-top-rit p > a { font-size: 40px; }
.topmenu ul li { margin: 0 16px; }
.topmenu ul li a { font-size: 16px; letter-spacing: 0; }
.hm-banner-sec h1 { font-size: 80px; }
.banner-soc-icons { width: 140px; }
.banner-soc-icons { width: 140px; }
.common-button a { font-size: 22px; padding: 22px 54px; }
.hm-banner-sec { padding: 350px 0 200px 0; }
.hm-banner-sec .common-button a { padding: 22px 80px; }
.banner-soc-icons:before { height: 160px; }
.banner-soc-icons a { margin: 26px 0; }
.hm-abt-sec .container { align-items: flex-start; }
.abt-ryt-col { width: 47%; margin: 0; }
.abt-lft-col { width: 50%; }
.abt-lft-col h2 { font-size: 56px; }
.abt-lft-col h5 { font-size: 30px; }
.abt-btm .common-button a { padding: 22px 70px; }
.abt-call p > a { font-size: 45px; }
.hm-resid-sec .type-blk h2 { font-size: 52px; }
.hm-resid-sec .type-blk h6 { font-size: 26px; }
.hm-resid-sec { padding: 50px 0; }
.hm-services-sec { padding: 50px 0; }
.hm-testimonials { padding: 50px 0 100px; }
.hm-services-sec h2 { font-size: 60px; }
.hm-services-sec .services-list .service-cnt:before { height: 240px; }
.hm-services-sec .services-list .service-cnt h4 { font-size: 34px; }
.hm-testimonials h2 { font-size: 58px; }
.review-blk { max-width: 1240px; }
.hm-review-item p { font-size: 24px; }
.hm-review-item h4 { font-size: 38px; }
.hm-contact-sec { padding: 80px 0 90px 0; }
.hm-contact-sec:before { width: 32%; }
.contact-ryt-blk ul li { font-size: 24px; }
.hm-contact-sec h2 { font-size: 48px; }
.estimate-content { max-width: 1120px; }
.hm-gallery-sec { padding: 100px 0 50px; }
.hm-gallery-sec h2 { font-size: 60px; }
.hm-gallery-sec .column.two .gallery-pic { height: 932px; }
.hm-awards-sec { padding: 50px 0 100px; }
.form-blk { width: 48%; }
.form-blk ul li input, .form-blk ul li textarea { font-size: 17px; padding: 22px 10px 22px 20px; }
.form-blk h2 { font-size: 60px; }
.footer-lft-col .ftr-call h5 a { font-size: 42px; }
.form-blk ul li.form-button input { font-size: 24px; padding: 22px 80px; }
.finance-sec .fin-text { width: 68%; }
.finance-sec > .container { gap: 0 50px; }
.finance-sec .fin-pic { width: 18%; margin: 0 80px 0 15px; }
}
@media screen and (max-width: 1600px) {
.hm-banner-sec h1 { font-size: 75px; }
.hm-banner-sec h5 { font-size: 26px; padding: 30px 0; }
.hm-banner-sec { padding: 330px 0 180px 0; }
.banner-soc-icons { padding: 0 0 140px 0; }
.abt-lft-col h5 { font-size: 28px; }
.hm-services-sec .services-list .service-cnt h4 { font-size: 30px; }
.hm-services-sec .services-list .service-cnt:before { height: 220px; }
.hm-services-sec .services-list .service-cnt { width: calc(100% - 80px); height: calc(100% - 120px); }
.estimate-content { max-width: 1100px; }
.hm-contact-sec { padding: 80px 0 80px 0; }
.hm-contact-sec h2 { font-size: 46px; }
.hm-gallery-sec { padding: 80px 0 50px; }
.hm-gallery-sec .column.one .gallery-pic { height: 420px; margin: 0 0 20px 0; }
.hm-gallery-sec .column.three .three-top .gallery-pic { height: 420px; }
.hm-gallery-sec .column.three .three-btm .gallery-pic { height: 420px; }
.hm-gallery-sec .column.two .gallery-pic { height: 862px; }
.copyrights p { font-size: 18px; } .page_bnr { padding: 300px 0 120px; }
.page_title h1, .page_title h2 { font-size: 60px; }
.genpg-ryt h1, .genpg-ryt h2 { font-size: 55px; }
.genpg-ryt h3 { font-size: 38px; }
.hm-gallery-sec .column.three .gallery-pic { height: 425px; }
.hm-gallery-sec .column.three { gap: 14px; }
}
@media screen and (max-width: 1440px)
{
.container { max-width: 1100px; }
.hdr-top-rit p { font-size: 20px; }
.hdr-top-rit p > a { font-size: 34px; margin: 0 0 0 15px; padding: 0 0 0 80px; }
.hdr-top-rit p > a:before { transform: scale(0.85); }
.topmenu ul li { margin: 0 10px; }
.topmenu ul li a { font-size: 14px; }
.topmenu .sub-menu li a { font-size: 13px; }
.head-sec > .container { min-height: 105px; }
.topmenu { margin: 20px 0 0; }
.logo { max-width: 340px; }
.hm-banner-sec { padding: 300px 0 150px 0; }
.hm-banner-sec h1 { font-size: 68px; }
.hm-banner-sec h5 { font-size: 24px; padding: 25px 0; }
.hm-banner-sec .common-button a { padding: 22px 70px; }
.banner-soc-icons { padding: 0 0 100px 0; width: 120px; }
.banner-soc-icons a { margin: 22px 0; }
.banner-soc-icons:before { height: 150px; }
.hm-abt-sec { padding: 70px 0 40px 0; }
.abt-lft-col h2 { font-size: 46px; }
.abt-lft-col h5 { font-size: 25px; }
.abt-lft-col p { font-size: 18px; }
.abt-call p > a { font-size: 38px; }
.abt-call p { font-size: 22px; }
.abt-btm .common-button a { padding: 20px 50px; }
.hm-resid-sec .type-blk h2 { font-size: 46px; }
.hm-resid-sec .type-blk h6 { font-size: 24px; }
.hm-services-sec { padding: 40px 0; }
.hm-services-sec h2 { font-size: 50px; margin: 0 0 40px 0; }
.hm-resid-sec { padding: 40px 0; }
.hm-resid-sec .type-blk h2 { font-size: 44px; }
.hm-services-sec .services-list .service-cnt { width: calc(100% - 60px); height: calc(100% - 80px); }
.hm-services-sec .services-list .service-cnt h4 { font-size: 28px; }
.hm-services-sec .services-list .read-more a { font-size: 20px; padding: 0 75px 0 0; }
.hm-testimonials { padding: 40px 0 80px; }
.review-blk { max-width: 1040px; padding: 40px 40px; }
.hm-testimonials h2 { font-size: 48px; }
.hm-testimonials h5 { font-size: 28px; }
.hm-review-item p { font-size: 20px; }
.hm-review-item h4 { font-size: 30px; }
.reviews-list.owl-carousel .owl-nav .owl-prev, .reviews-list.owl-carousel .owl-nav .owl-next { transform: scale(0.8); }
.hm-contact-sec { padding: 60px 0 80px 0; }
.estimate-content { max-width: 950px; }
.hm-contact-sec h2 { font-size: 42px; padding: 60px 0 0 0; letter-spacing: 3px; }
.contact-ryt-blk { padding: 70px 0 0 0; }
.contact-ryt-blk ul li { font-size: 22px; margin: 0 0 30px 0; padding: 0 0 0 55px; }
.common-button a { padding: 20px 50px; font-size: 21px; }
.hm-contact-sec h2:before { width: 50px; height: 50px; background-size: 100%; }
.hm-gallery-sec { padding: 70px 0 30px; }
.hm-gallery-sec h2 { font-size: 52px; margin: 0 0 35px 0; }
.hm-gallery-sec .column.one .gallery-pic { height: 380px; margin: 0 0 15px 0; }
.hm-gallery-sec .column.three .three-top .gallery-pic { height: 380px; }
.hm-gallery-sec .column.three .three-top { margin-bottom: 15px; }
.hm-gallery-sec .column.three .three-btm .gallery-pic { height: 380px; }
.hm-gallery-sec .column.two .gallery-pic { height: 776px; }
.hm-awards-sec { padding: 50px 0 80px; }
.footer-lft-col .ftr-soc a.fb { margin-left: 10px; }
.footer-lft-col .ftr-soc a { margin: 0 2px; transform: scale(0.9); }
.ftr-logo .lft-col { max-width: 200px; }
.form-blk { padding: 40px 25px 30px; }
.form-blk h2 { font-size: 50px; }
.form-blk ul li input, .form-blk ul li textarea { font-size: 16px; padding: 18px 10px 18px 20px; }
.form-blk ul li textarea { height: 150px; }
.form-blk ul li.fst-name { margin-right: 8px; }
.form-blk ul li { margin-bottom: 14px; }
.footer-lft-col .ftr-logo { padding: 0 0 40px 0; }
.footer-lft-col .ftr-loc { padding: 40px 0; margin: 0 0 40px 0; }
.footer-lft-col .ftr-loc h4 { font-size: 30px; }
.footer-lft-col .ftr-loc p { font-size: 19px; }
.footer-lft-col .ftr-loc .ftr-map iframe { width: 280px; height: 280px; }
.form-blk ul li.form-button input { font-size: 22px; padding: 20px 70px; }
.ftr-contact .common-button a { padding: 20px 40px; }
.footer-lft-col .ftr-call h5 a { font-size: 38px; }
.footer-lft-col .ftr-call h5 { font-size: 20px; }
.page_bnr { padding: 260px 0 100px; }
.page_title h1, .page_title h2 { font-size: 55px; }
.contents { padding: 80px 0; }
.genpg-ryt h1, .genpg-ryt h2 { font-size: 50px; }
.genpg-ryt h3 { font-size: 36px; }
.contact-pg-form ul { gap: 25px; }
.contact-pg-form { padding: 50px 40px 30px; }
.contact-pg-form ul li.form-button input { padding: 15px 80px; font-size: 22px; }
.finance-sec .fin-text h3 { font-size: 32px; }
.finance-sec .fin-pic { width: 20%; margin: 0 70px 0 60px; }
.finance-sec .fin-text { width: 68%; }
.finance-sec > .container { gap: 0 0px; }
.hm-gallery-sec .column.three { gap: 13px; }
.hm-gallery-sec .gallery-pic h5 { font-size: 26px; }
}
@media screen and (max-width: 1300px) {
.hm-services-sec .services-list .service-cnt h4 { font-size: 26px; }
.hm-gallery-sec .column.three { gap: 12px; }
}
@media screen and (max-width: 1240px) {
.container { max-width: 970px; }
.topmenu ul li a { font-size: 13px; }
.topmenu .sub-menu li a { font-size: 12px; }
.topmenu ul li { margin: 0 6px; }
.hdr-top-rit p { font-size: 18px; }
.hdr-top-rit p > a { font-size: 30px; margin: 0 0 0 12px; padding: 0 0 0 70px; }
.hdr-top-rit p > a:before { left: -5px; transform: scale(0.75); }
.hm-banner-sec { padding: 260px 0 100px 0; }
.banner-soc-icons { width: 100px; }
.banner-soc-icons a { margin: 16px 0; }
.banner-soc-icons:before { height: 140px; top: 28%; }
.hm-banner-sec h1 { font-size: 60px; line-height: 1.1; }
.hm-banner-sec h5 { font-size: 22px; padding: 22px 0; }
.common-button a { font-size: 19px; }
.hm-banner-sec .common-button a { padding: 20px 60px; }
.abt-lft-col h2 { font-size: 42px; letter-spacing: 3px; }
.abt-lft-col h5 { font-size: 22px; padding: 0 0 0 30px; }
.abt-lft-col p { font-size: 16px; }
.abt-call { padding: 0 0 0 75px; }
.abt-call:before { transform: scale(0.8); left: -5px; }
.abt-btm .common-button a { padding: 18px 40px; }
.abt-call p > a { font-size: 36px; }
.abt-call p { font-size: 20px; }
.hm-resid-sec .type-blk .type-serv-cnt { width: calc(100% - 80px); bottom: 35px; }
.hm-resid-sec .type-blk h2 { font-size: 38px; letter-spacing: 3px; }
.hm-resid-sec .type-blk .type-serv-cnt:before { transform: scale(0.9); }
.hm-resid-sec .type-blk h6 { font-size: 20px; letter-spacing: 1px; }
.hm-resid-sec { padding: 30px 0; }
.hm-services-sec { padding: 40px 0 30px; }
.hm-services-sec h2 { font-size: 44px; margin: 0 0 35px 0; letter-spacing: 3px; }
.hm-services-sec .services-list .service-cnt { width: calc(100% - 40px); height: calc(100% - 80px); }
.hm-services-sec .services-list .service-cnt h4 { font-size: 24px; letter-spacing: 1.8px; }
.hm-services-sec .services-list .service-cnt:before { height: 160px; top: 20px; }
.hm-services-sec .services-list .read-more a { font-size: 18px; padding: 0 70px 0 0; letter-spacing: 0.8px; }
.hm-services-sec .services-list .read-more a:before { transform: scale(0.8); }
.hm-testimonials { padding: 40px 0 70px; }
.hm-testimonials h2 { font-size: 42px; letter-spacing: 3px; }
.hm-testimonials h5 { font-size: 24px; }
.review-blk { max-width: 920px; }
.hm-review-item { padding: 30px 60px 0px; }
.hm-review-item p { font-size: 18px; }
.hm-review-item h4 { font-size: 25px; }
.hm-review-item .star-rat { transform: scale(0.9); }
.hm-review-item:before, .hm-review-item:after { transform: scale(0.9); }
.reviews-list.owl-carousel .owl-nav .owl-prev, .reviews-list.owl-carousel .owl-nav .owl-next { transform: scale(0.7); }
.hm-contact-sec { padding: 50px 0 60px 0; }
.estimate-content { max-width: 860px; }
.hm-contact-sec h2 { font-size: 40px; padding: 50px 0 0 0; letter-spacing: 1.6px; }
.hm-contact-sec h2:before { width: 45px; height: 45px; }
.contact-ryt-blk ul li { font-size: 20px; margin: 0 0 25px 0; padding: 0 0 0 45px; }
.contact-ryt-blk ul li:before { transform: scale(0.9); left: -5px; }
.contact-ryt-blk { padding: 30px 0 0 0; }
.hm-contact-sec:before { width: 28%; }
.hm-gallery-sec h2 { font-size: 44px; letter-spacing: 3px; }
.hm-gallery-sec .column.one .gallery-pic { height: 320px; margin: 0 0 14px 0; }
.hm-gallery-sec .column.three .three-top .gallery-pic { height: 280px; }
.hm-gallery-sec .column.three .three-top { margin-bottom: 14px; }
.hm-gallery-sec .column.three .three-btm .gallery-pic { height: 360px; }
.hm-gallery-sec .column.two .gallery-pic { height: 654px; }
.ftr-logo .lft-col { max-width: 160px; }
.footer-lft-col .ftr-soc h5 { font-size: 20px; }
.footer-lft-col .ftr-soc a { transform: scale(0.85); }
.footer-lft-col .ftr-soc a.fb { margin-left: 5px; }
.footer-lft-col .ftr-logo { padding: 0 0 30px 0; }
.footer-lft-col .ftr-loc { padding: 30px 0; margin: 0 0 30px 0; }
.footer-lft-col .ftr-loc h4 { font-size: 28px; letter-spacing: 1.5px; }
.footer-lft-col .ftr-loc .ftr-map iframe { width: 250px; height: 250px; }
.footer-lft-col .ftr-loc p { font-size: 18px; }
.form-blk { padding: 30px 20px 30px; border-width: 4px; }
.form-blk h2 { font-size: 42px; letter-spacing: 3px; }
.form-blk ul li input, .form-blk ul li textarea { font-size: 15px; padding: 16px 10px 16px 14px; }
.form-blk ul li.fst-name { margin-right: 7px; }
.form-blk ul li { margin-bottom: 12px; }
.form-blk ul li.form-button input { font-size: 20px; padding: 18px 60px; letter-spacing: 1px; }
.ftr-contact .common-button a { padding: 18px 30px; }
.footer-lft-col .ftr-call h5 a { font-size: 34px; }
.footer-lft-col .ftr-call h5 { font-size: 18px; }
.footer-lft-col .ftr-call h5:before { transform: scale(0.9); }
.copyrights p { font-size: 16px; }
.page_title h1, .page_title h2 { font-size: 46px; }
.page_bnr { padding: 240px 0 80px; }
.contents { padding: 60px 0; }
.genpg-ryt h1, .genpg-ryt h2 { font-size: 40px; }
.genpg-ryt h3 { font-size: 32px; }
.genpg-ryt h4 { font-size: 26px; }
.genpg-ryt h5 { font-size: 24px; }
.genpg-ryt p, .genpg-ryt li { font-size: 16px; }
.genpg-ryt li:not(ul.servs li):before { top: 6px; }
.genpg-lft { max-width: 280px; padding: 0 0px; }
.review-pg-list { gap: 20px; }
.genpg-ryt .review-pg-list .pg-review-item { padding: 30px 20px; }
.genpg-ryt .review-pg-list .pg-review-item .star-rat { margin: 0 0 10px -10px; transform: scale(0.85); }
.contact-pg-form ul { gap: 22px; }
.contact-pg-form ul li input, .contact-pg-form ul li textarea { font-size: 15px; padding: 22px 10px 22px 20px; }
.finance-sec { padding: 60px 0 30px 0; }
.finance-sec .fin-pic { margin: 0 70px 0 45px; }
.finance-sec .fin-text h3 { font-size: 28px; letter-spacing: 0.4px; }
.finance-sec .fin-text h3 span { font-size: 50px; }
.hm-gallery-sec .column.three .gallery-pic { height: 322px; }
.hm-gallery-sec .column.three { gap: 10px; }
}
@media screen and (max-width: 1100px) {
.hm-services-sec .services-list .service-cnt h4 { font-size: 22px; }
.estimate-content { max-width: 840px; }
.hm-contact-sec h2 { font-size: 38px; }
.hm-gallery-sec .column.three { gap: 9px; }
}
@media screen and (max-width: 991px) {
.container, .head-sec .container, .hm-services-sec .container, .hm-gallery-sec > .container { max-width: 720px; padding: 0 15px; }
.head-sec .container { display: block; }
br { display: none; }
.showhide { display: block; }
.mobinav ul { display: block; }
.mobile_src_nav { display: block; background: #e82831; }
.topmenu { display: none; }
.head-sec { position: relative; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/blue-pattern.png) repeat; padding: 30px 0 0 0; }
.hdr-top-rit br { display: block; }
.logo-rit { margin: 0 auto; padding-right: 0; }
.hdr-top-rit { margin: 0 0 20px; }
.logo { position: relative; width: 100%; max-width: 380px; margin: 0 auto 20px; background: none; padding: 0px; }
.logo img { padding: 0; }
.banner-soc-icons { position: relative; width: 100%; height: auto; padding: 0px; background: none; margin: 0 0 20px 0; }
.banner-soc-icons a { margin: 0 8px; }
.hdr-top-rit p { text-align: center; }
.hdr-top-rit p > a { margin: 15px 0 0; padding: 0 0 0 70px; }
.banner-soc-icons:before { display: none; }
.hm-banner-sec { padding: 80px 0 80px 0; }
.hm-banner-sec h1 { font-size: 50px; letter-spacing: 3px; margin: 0 0 20px 0; }
.hm-banner-sec h1 br { display: block; }
.hm-banner-sec h5 { font-size: 20px; padding: 16px 0; letter-spacing: 0.5px; line-height: 1.2; }
.common-button a { font-size: 18px; padding: 18px 40px; }
.hm-banner-sec .common-button a { padding: 18px 50px; }
.hm-abt-sec .container { display: block; }
.hm-abt-sec { padding: 50px 0 20px 0; }
.abt-ryt-col { width: 100%; max-width: 480px; margin: 0 auto 25px; }
.abt-lft-col { width: 100%; max-width: 100%; }
.abt-lft-col h2 { font-size: 36px; letter-spacing: 1.5px; }
.abt-lft-col h5 { font-size: 20px; }
.abt-call p > a { font-size: 34px; }
.abt-call br { display: block; }
.hm-resid-sec .types-list { display: block; }
.hm-resid-sec .type-blk { width: 100%; max-width: 500px; margin: 0 auto 20px; }
.hm-resid-sec .type-blk:last-child { margin-bottom: 0px; }
.hm-resid-sec .type-blk .type-serv-cnt { width: calc(100% - 60px); bottom: 30px; }
.hm-resid-sec .type-blk h2 { font-size: 36px; letter-spacing: 1.5px; }
.hm-resid-sec .type-blk h6 { font-size: 18px; letter-spacing: 1px; }
.hm-services-sec { padding: 20px 0; }
.hm-services-sec .services-list { display: block; width: 100%; max-width: 340px; margin: 0 auto; }
.hm-services-sec .services-list .service-item { width: 100%; }
.hm-services-sec h2 { font-size: 38px; margin: 0 0 25px 0; letter-spacing: 1px; }
.hm-services-sec .services-list .service-cnt:before { height: 280px; top: 0; }
.services-list.owl-carousel .owl-nav { text-align: center; margin: 20px 0 0 0; }
.services-list.owl-carousel .owl-nav .owl-next, .services-list.owl-carousel .owl-nav .owl-prev { position: relative; font-size: 0px; width: 36px; height: 36px; background: url(//capitalbuild.com/wp-content/themes/capitalbuild/images/sprites.png) no-repeat -4px -132px; display: inline-block; vertical-align: middle; margin: 0 5px; }
.services-list.owl-carousel .owl-nav .owl-prev { transform: rotate(180deg); }
.hm-services-sec .services-list .read-more a:before { transform: scale(0.7); }
.hm-testimonials { padding: 30px 0 50px; }
.hm-testimonials h2 { font-size: 34px; letter-spacing: 1px; }
.hm-testimonials h5 { font-size: 22px; }
.review-blk { max-width: 100%; padding: 30px 20px }
.hm-review-item p { font-size: 16px; }
.hm-review-item h4 { font-size: 22px; }
.hm-review-item .star-rat { transform: scale(0.8); }
.hm-contact-sec { padding: 50px 0 50px 0; }
.estimate-content { max-width: 100%; display: block; }
.hm-contact-sec:before { display: none; }
.contact-lft-blk { width: 100%; margin-bottom: 20px; }
.contact-ryt-blk { width: 100%; padding: 0; }
.hm-contact-sec h2 { font-size: 32px; letter-spacing: 1.5px; margin: 20px 0 15px 0; }
.contact-ryt-blk ul li { font-size: 18px; padding: 0 0 0 40px; }
.contact-ryt-blk ul li:last-child { margin-bottom: 0px; }
.hm-gallery-sec { padding: 50px 0 30px; }
.hm-gallery-sec h2 { font-size: 38px; letter-spacing: 1px; }
.hm-gallery-sec .gallery-list { display: block; }
.hm-gallery-sec .column { width: 100% !important; }
.hm-gallery-sec .column .gallery-pic { height: 300px !important; margin: 0 0 14px 0; width: 100% !important; max-width: 400px !important; margin: 0 auto 20px !important; }
.hm-gallery-sec .column.three .three-top { display: block; margin: 0; }
.hm-gallery-sec .column.three .three-btm .gallery-pic { margin-bottom: 0px !important; }
.hm-awards-sec { padding: 10px 0 30px; }
.awards-list .award-pic { width: 100%; }
.awards-list.owl-carousel .owl-item { padding: 20px 20px; }
.site-footer { padding: 50px 0 0 0; }
.site-footer br { display: block; }
.ftr-blocks { display: block; margin: 0 0 50px 0; }
.footer-lft-col { width: 100%; max-width: 100%; }
.footer-lft-col .ftr-logo { padding: 30px 20px; display: block; border: 2px solid #3821a1; width: 100%; max-width: 380px; margin: 0 auto 20px; }
.footer-lft-col .ftr-loc { padding: 30px 20px 0px; display: block; border: 2px solid #3821a1; border-bottom: none; width: 100%; max-width: 380px; margin: 0 auto; }
.ftr-logo .lft-col { width: 100%; max-width: 200px; margin: 0 auto 10px; }
.footer-lft-col .ftr-soc h5 { margin-bottom: 0px; text-align: center; }
.footer-lft-col .ftr-loc .loc-col { width: 100%; margin-bottom: 20px; }
.footer-lft-col .ftr-loc h4 { letter-spacing: 1px; padding: 0 0 65px 0; margin-bottom: 15px; }
.footer-lft-col .ftr-loc .ftr-map iframe { margin: 0 auto; }
.footer-lft-col .ftr-contact { padding: 20px 20px 30px; display: block; border: 2px solid #3821a1; border-top: none; width: 100%; max-width: 380px; margin: 0 auto 20px; text-align: center;  }
.footer-lft-col .ftr-contact .common-button { margin: 0 0 20px 0; }
.footer-lft-col .ftr-contact .ftr-call { display: inline-block; }
.footer-lft-col .ftr-contact .ftr-call h5 { text-align: left; }
.form-blk { width: 100%; max-width: 380px; margin: 0 auto; padding: 30px 20px; border-width: 2px; }
.footer-lft-col .ftr-call h5 a { font-size: 32px; }
.form-blk h2 { font-size: 38px; letter-spacing: 1px; margin: 0 0 25px; }
.form-blk ul li.fst-name, .form-blk ul li.lst-name { width: 100%; display: inline-block; margin-right: 0px; }
.form-blk ul li input, .form-blk ul li textarea { font-size: 14px; padding: 14px 10px 14px 14px; }
.form-blk ul li.form-button .wpcf7-spinner { right: 5px; position: absolute; }
.copyrights { text-align: center; }
.copyrights .cpy-inr { display: block; }
.copyrights p { font-size: 14px; margin: 0 0 10px 0; line-height: 1.4; }
.copyrights .credit { max-width: 100px; margin: 0 auto; }
.page_bnr { padding: 80px 0 80px; }
.page_title h1, .page_title h2 { font-size: 44px; }
.contents { padding: 40px 0; }
.genpg-lft { width: 100%; max-width: 300px; margin: 0 auto; float: none; clear: both; }
.genpg-ryt { width: 100%; margin: 0 0 20px 0; float: none; }
.servs li { width: 100%; max-width: 400px; margin: 0 auto 20px !important; float: none; }
.genpg-ryt .post-img { width: 100%; float: none; }
.membs { width: 100%; float: none; }
.form-blk ul li.form-button input, .contact-pg-form ul li.form-button input { font-size: 22px; padding: 18px 80px; }
.contact-pg-form ul li input, .contact-pg-form ul li textarea { font-size: 14px; padding: 22px 10px 22px 15px; }
.review-pg-list { display: block; }
.genpg-ryt .review-pg-list .pg-review-item { width: 100%; max-width: 580px; margin: 0 auto 20px; }
.contact-pg-form { width: 100%; max-width: 540px; margin: 0 auto; }
.contact-pg-form ul li.half { width: 100%; }
.finance-sec > .container { display: block; text-align: center; }
.finance-sec .fin-pic { width: 100%; max-width: 220px; margin: 0 auto 20px; }
.finance-sec { padding: 40px 0 20px 0; }
.contact-lft-blk img { max-width: 45px; margin: 0 0 10px; }
.finance-sec .fin-text { width: 100%; }
.finance-sec .fin-text p { font-size: 16px; }
.finance-sec .fin-text h3 { margin: 0 0 15px 0; }
.hm-gallery-sec .gallery-pic h5 { font-size: 26px; }
.hm-gallery-sec .gallery-pic h5 br { display: block; }
.footer-lft-col .ftr-logo .lft-col { width: 100%; }
}
@media screen and (max-width: 767px)
{
.container, .head-sec .container, .hm-services-sec .container, .hm-gallery-sec > .container { max-width: 100%; padding: 0 10px; }
.contents { padding: 40px 0; }
.hm-banner-sec { padding: 60px 0 60px 0; }
.hm-banner-sec h1 { font-size: 44px; letter-spacing: 1px;  }
.hm-banner-sec h5 { font-size: 18px; padding: 12px 0; margin: 0 0 20px 0; }
.abt-lft-col h2 { font-size: 32px; letter-spacing: 1px; }
.abt-lft-col h5 { font-size: 18px; }
.abt-btm { display: block; }
.abt-call p > a { font-size: 32px; }
.abt-call:before { transform: scale(0.75); left: 0; }
.abt-call { margin: 0 0 20px 0; }
.hm-resid-sec .type-blk .serive-type-picture { outline-offset: -10px; }
.reviews-list.owl-carousel .owl-nav .owl-prev, .reviews-list.owl-carousel .owl-nav .owl-next { position: relative; bottom: inherit; }
.reviews-list.owl-carousel .owl-nav .owl-prev, .reviews-list.owl-carousel .owl-nav .owl-next { transform: scale(0.6); margin: 0 -15px; }
.reviews-list { margin-bottom: 10px; }
.genpg-ryt h1, .genpg-ryt h2 { font-size: 36px; }
.genpg-ryt h3 { font-size: 28px; }
.genpg-ryt h4 { font-size: 24px; }
.genpg-ryt h5 { font-size: 22px; }
.genpg-ryt h6 { font-size: 20px; }
.contact-pg-form ul li.half { width: 100%; }
.form-blk ul li textarea, .contact-pg-form ul li textarea { height: 140px; }
.form-blk ul li.form-button input, .contact-pg-form ul li.form-button input { font-size: 20px; padding: 16px 60px; }
.contact-pg-form { padding: 40px 10px 30px; }
.finance-sec .fin-text h3 { font-size: 25px; }
.scroll-top { right: 15px; bottom: 15px; width: 40px; height: 40px; background-size: 100%; }
.hm-gallery-sec .gallery-pic h5 { font-size: 24px; }
}
@media screen and (max-width: 480px)
{
.logo { width: 100%; max-width: 300px; }
.hdr-top-rit p { font-size: 16px; }
.hdr-top-rit p > a { font-size: 28px; }
.hdr-top-rit p > a:before { left: 0; transform: scale(0.6); }
.hm-banner-sec { padding: 40px 0 40px 0; }
.hm-banner-sec h1 { font-size: 30px; letter-spacing: 0; line-height: 1.2; }
.hm-banner-sec h5 { font-size: 15px; padding: 8px 0; line-height: 1.4; }
.common-button a { font-size: 16px; padding: 16px 30px; letter-spacing: 0.5px; }
.hm-banner-sec .common-button a { padding: 16px 40px; }
.hm-abt-sec { padding: 30px 0 20px 0; }
.abt-lft-col h2 { font-size: 28px; letter-spacing: 0; margin: 0 0 15px 0; }
.abt-lft-col h5 { font-size: 15px; letter-spacing: 0; padding: 0 0 0 15px; margin: 0 0 15px 0; }
.abt-lft-col p { font-size: 14px; letter-spacing: 0px; line-height: 1.65; margin: 0 0 15px 0; }
.abt-btm .common-button a { padding: 16px 40px; }
.abt-call p > a { font-size: 30px; }
.hm-resid-sec { padding: 20px 0; }
.hm-resid-sec .type-blk h2 { font-size: 30px; letter-spacing: 0; margin: 0 0 8px 0; }
.hm-resid-sec .type-blk h6 { font-size: 16px; }
.hm-resid-sec .type-blk .type-serv-cnt:before { transform: scale(0.7); }
.hm-resid-sec .type-blk .serive-type-picture img { min-height: 200px; object-fit: cover; }
.hm-services-sec { padding: 15px 0; }
.hm-services-sec h2 { font-size: 32px; margin: 0 0 20px 0; letter-spacing: 0; }
.hm-services-sec .services-list .service-cnt { height: calc(100% - 60px); }
.hm-services-sec .services-list .service-cnt:before { height: 180px; }
.hm-testimonials { padding: 20px 0 30px; }
.hm-testimonials h2 { font-size: 28px; letter-spacing: 0; margin: 0 0 15px 0; }
.hm-testimonials h5 { font-size: 18px; margin: 0 0 25px 0; letter-spacing: 0px; }
.review-blk { padding: 10px 10px 20px; }
.hm-review-item { padding: 30px 0 10px; }
.hm-review-item:before, .hm-review-item:after { transform: scale(0.7); }
.hm-review-item p { font-size: 14px; margin: 0 0 15px 0; }
.hm-review-item h4 { font-size: 20px; }
.hm-review-item .star-rat { transform: scale(0.7); }
.hm-contact-sec { padding: 30px 0 30px 0; }
.hm-contact-sec h2 { font-size: 26px; letter-spacing: 0; margin: 0 0 15px 0; }
.contact-ryt-blk ul li { font-size: 16px; }
.hm-gallery-sec { padding: 30px 0 10px; }
.hm-gallery-sec h2 { font-size: 30px; letter-spacing: 0; margin: 0 0 15px 0; }
.hm-awards-sec { padding: 10px 0 20px; }
.awards-list { max-width: 260px; margin: 0 auto; }
.site-footer { padding: 40px 0 0 0; }
.ftr-logo .lft-col { max-width: 180px; }
.footer-lft-col .ftr-logo { padding: 30px 10px; }
.footer-lft-col .ftr-soc h5 { font-size: 16px; }
.footer-lft-col .ftr-soc a.fb { margin-left: 0px; }
.footer-lft-col .ftr-soc a { transform: scale(0.8); }
.footer-lft-col .ftr-call h5 { font-size: 16px; }
.footer-lft-col .ftr-call h5 a { font-size: 30px; }
.form-blk h2 { font-size: 30px; letter-spacing: 0px; margin: 0 0 20px; }
.form-blk ul li.form-button input { font-size: 18px; padding: 16px 35px; }
.ftr-blocks { display: block; margin: 0 0 30px 0; }
.page_bnr { padding: 40px 0 40px; }
.page_title h1, .page_title h2 { font-size: 24px; }
.form-blk ul li.form-button input, .contact-pg-form ul li.form-button input { font-size: 20px; padding: 16px 70px; text-align: center; }
.genpg-ryt h1, .genpg-ryt h2 { font-size: 28px; }
.genpg-ryt h3 { font-size: 26px; }
.genpg-ryt h4 { font-size: 22px; }
.genpg-ryt h5 { font-size: 20px; }
.genpg-ryt h6 { font-size: 19px; }
.genpg-ryt p, .genpg-ryt li { font-size: 14px; }
.genpg-lft { max-width: 260px; }
.finance-sec .fin-text h3 span { font-size: 38px; display: inline-block; vertical-align: middle; }
.finance-sec .fin-text h3 { font-size: 22px; }
.finance-sec { padding: 30px 0 10px 0; }
.finance-sec .fin-text h3 { margin: 0 0 8px 0; }
.finance-sec .fin-text p { font-size: 14px; }
}