/*
 Theme Name:   HTML5 Blank Child Theme
 Description:  A child theme of the HTML5 Blank WordPress theme
 Author:       CS
 Template:     html5blank-stable
 Version:      1.0.0
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

*,
:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

html {
    font-size: 62.5%
}

html {
    scroll-behavior: smooth
}

body {
    font: 300 16px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444
}

body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    font-family: 'Open Sans', sans-serif;
}

.clear:after,
.clear:before {
    content: ' ';
    display: table
}

.wp-page-title {
    display: none
}

.services-section {
    margin-bottom: 8px
}

.clear:after {
    clear: both
}

img {
    max-width: 100%;
    vertical-align: bottom
}

a {
    color: #444;
    text-decoration: none
}

a:hover {
    color: #444
}

a:focus {
    outline: 0
}

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

input:focus {
    outline: 0;
    border: 1px solid #04a4cc
}

.logo-img {
    width: 351px;
    padding-top: 5px;
    padding-bottom: 15px
}

.phone-numbers-header {
    font-size: 15px;
    padding-top: 15px;
    text-align: right
}

.hero-image {
    background-image: url(/wp-content/uploads/2020/05/hero-image.png);
    height: 450px;
    background-size: cover;
    background-position: center center
}

.counter-section {
    position: relative;
    z-index: 10;
}

.counter-section .container {
    background-color: #fff;
    padding: 40px 30px; 
    margin-top: -100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 25px;
}

.counter {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #364352;
    margin-bottom: 10px;
}

.counter-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.5;
}

@keyframes slide{
    from{
      transform:translateX(0) ;
      
    }
    to{
      transform:translateX(-100%) ;
    
    }
}

.logos{
    overflow:hidden;
    padding:60px 0 ;
    background:white;
    white-space:nowrap;
    position:relative;
}
  
.logos:before,
.logos:after{
    content:"";
    position:absolute;
    top:0;
    width:250px;
    height:100%;
    z-index:2;
}

.logos:before{
    left:0;
    background:linear-gradient(to left, rgba(255,255,255,0), white);
}

.logos:after{
    right:0;
    background:linear-gradient(to right, rgba(255,255,255,0), white);
}
  
.logos:hover .logos-slide{
    animation-play-state:paused;  
}

.logos-slide{
    display:inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img{
    height:50px;
    margin: 0 40px;
}

.boxes-serv .col-md-3 {
    text-align: center
}

.s-hoverText {
    text-align: left
}

.f-field {
    margin-bottom: 10px;
    padding: 12px 10px;
    width: 100%;
    text-align: center;
    font-size: 16px
}

.gforms-brochure .gfield .gfield_label{
    display: block;
    font-weight: 700;
    font-style: normal;
    word-break: break-word;
    word-wrap: break-word;
}

.gforms-cform-main .gfield .ginput_container input[type=text], .gforms-cform-main .gfield .ginput_container textarea  {
    margin-bottom: 10px;
    padding: 12px 10px;
    width: 100%;
    text-align: center;
    font-size: 16px
}

.contact-form-main {
    padding-top: 25px
}

.service-icon-one {
    padding-top: 10px
}

.service-icon-two {
    padding-top: 10px
}

.service-icon-three {
    padding-top: 15px
}

.service-icon-four {
    padding-top: 20px;
    padding-left: 4px;
    padding-right: 8px
}

.service-icon-five {
    padding-top: 13px
}

.service-icon-six {
    padding-top: 12px
}

.service-icon-seven {
    padding-top: 10px
}

.service-icon-eight {
    padding-top: 8px
}

.address-box {
	text-align: left!important;
}

.contact-address {
    font-size: 27px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif
}

.h-overlay {
    height: 100%;
    background: #00000024
}

.hlOne {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(0, 0, 0, .3);
    font-size: 32px;
    text-align: center;
    padding-top: 75px
}

.form-col {
    text-align: center
}

.widget_text.widget_custom_html {
    background: #fbf9f9;
    padding: 5px 10px 10px 10px;
    margin-bottom: 20px;
}

.su-post-excerpt {
    font-family: 'Open Sans', sans-serif
}

.send-button {
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    background: #364352;
    border: none;
    color: #fff;
    transition-duration: .3s;
}

.gform-theme--foundation #field_submit {
    align-items: flex-start;
}

.gforms-cform-main #field_submit input[type=submit] {
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    background: #364352;
    border: none;
    color: #fff;
    transition-duration: .3s;
    align-self: flex-start;
}

.gforms-brochure #field_submit input[type=submit] {
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    background: #364352;
    border: none;
    color: #fff;
    transition-duration: .3s;
    align-self: flex-start;
}

.send-button:hover {
    background: #29333e
}

.gforms-cform-main #field_submit input[type=submit]:hover {
    background: #29333e
}

.s-subtitle {
    padding-top: 24px
}

.service-subheader {
    padding-top: 24px
}

.h-buttons {
    text-align: center;
    padding-top: 20px
}

.quote-col {
    text-align: center
}

.q-quote {
    display: inline-block
}

.sMedia {
    display: inline-block
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    margin-top: 0;
    padding: 13px;
    font-size: 19px;
    border-color: #364352
}

.wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: normal;
    display: block;
    padding: 5px;
    background-color: #dc3232;
    margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    font-size: 24px;
}

.img-bg {
    background: #e4e4e4;
    text-align: center
}

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

.q-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 200;
    margin-bottom: 20px
}

.q-sub {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 200;
    margin-bottom: 25px
}

.q-button {
    background: #25211f!important;
    margin: 47px 0 40px 0;
    text-decoration: none !important;
    display: block;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    font-weight: 700;
    width: auto;
    height: auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 45px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 12px 30px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.button-bg::after {
    content: 'Quote';
    position: absolute;
    bottom: 25px;
    left: calc(50% - 305px);
    width: 610px;
    margin: auto;
    font-size: 175px;
    font-weight: 700;
    color: #f3f3f3;
    text-transform: uppercase;
    z-index: -1;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.contact-rule {
    width: 70%;
    background: #364352;
    height: 1px
}

.areas {
    font-weight: 400;
    color: #364352
}

.serv-col {
    text-align: center
}

i.fas.fa-phone-alt {
    color: #25211f;
    border: 2px solid #25211f;
    border-radius: 30px;
    padding: 4px;
    margin-left: 5px;
    margin-right: 4px;
}

.button-s::after {
    content: 'Services';
    position: absolute;
    bottom: 88px;
    left: calc(50% - 305px);
    width: 610px;
    margin: auto;
    font-size: 103px;
    font-weight: 700;
    color: #f3f3f3;
    text-transform: uppercase;
    z-index: -1;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.error-section {
    text-align: center;
    font-family: 'Open Sans', sans-serif
}

.error-message {
    font-size: 130px;
    color: #364352
}

.serv-cta {
    background: #d2d2d21f;
    padding-top: 20px;
    margin-top: 25px
}

.fab.fa-twitter {
    background: #00aeef;
    color: #fff;
    font-size: 21px;
    padding: 11px;
    border-radius: 50px
}

.fab.fa-facebook-f {
    font-size: 21px;
    padding: 11px 14px;
    border-radius: 50px;
    background: #3b5998;
    color: #fff
}

.linked-card {
    text-align: center
}

.fab.fa-linkedin-in {
    background: #0077b5;
    color: #fff;
    font-size: 21px;
    padding: 12px 14.5px 15px 15.5px;
    border-radius: 50px
}

.title-section.contact-page {
    background-image: url(/wp-content/uploads/2020/05/floor-plan.jpg)
}

.drk-overlay p {
    display: none
}

.quote-button {
    margin-right: 10px
}

#videoBG {
    width: 100%;
    filter: brightness(.7)
}

.videoContainer {
    position: absolute;
    top: 161px;
    left: 0;
    z-index: -100
}

.menu-item a {
    transition-duration: .3s;
    text-decoration: none !important
}

.menu-item a:hover {
    background: grey
}

.above-vid {
    text-align: center;
    padding-top: 103px
}

.hero-buttons {
    padding-top: 15px
}

.top-ldi {
    height: 137px;
    background-image: url(/wp-content/uploads/2020/05/lc-bg.jpg)
}

.ldi-link {
    display: block;
    margin-top: -10px
}

.linked-card {
    width: 100%;
    margin: auto;
    box-shadow: 0 0 4px 3px rgba(31, 39, 50, .1);
    height: 430px
}

.ldi-link {
    text-decoration: none !important
}

.linked-title {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 27px
}

.view-article {
    font-weight: 700
}

.cont-link {
    text-decoration: none !important
}

.cont-box:hover .cont-title {
    text-shadow: 0 0 15px rgba(0, 0, 0, .3);
    color: #fff
}

.cont-box {
    background: #25211f;
    height: 100px;
    padding-top: 30px;
    box-shadow: 0 0 4px 3px rgba(31, 39, 50, .1);
    transition-duration: .3s
}

.cont-box:hover {
    background: #39322e;
    box-shadow: 0 0 4px 3px rgba(31, 38, 50, .2)
}

.cont-title {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    transition-duration: .3s;
		color: #fff;
}

.card-icon.fab.fa-linkedin {
    font-size: 50px;
    margin-top: 13px;
    color: #0077b5;
    transition-duration: .3s
}

.card-icon.fab.fa-linkedin:hover {
    color: #025d8c
}
.ac-image.second-logo {
    width: 130px;
}
.linked-desc {
    padding: 0 8%;
    font-size: 17px;
    margin-top: 30px
}

.linkedin-logo {
    margin-top: -56px
}

.project-section {
    background-image: url(/wp-content/uploads/2020/05/As-Built-Survey.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center
}

.white-text-section {
    color: #fff;
    padding-top: 125px;
    padding-bottom: 125px
}

.s-title {
    font-size: 65px;
    font-family: 'Open Sans', sans-serif
}

.s-button {
    color: #fff !important;
    border: 2px solid #fff;
    padding: 14px 38px;
    display: inline-block;
    font-size: 16px;
    border-radius: 44px;
    text-transform: uppercase;
    margin-top: 15px;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500
}
li.article-item {
    margin-bottom: 15px;
    line-height: 25px;
}
.service-article {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    text-align: justify;
    font-weight: 400;
}

.c-address a {
    font-weight: 400;
    color: #364352
}

#recent-posts-2 {
    background: #fbf9f9;
    padding: 5px 10px 10px 10px;
    box-shadow: 0 0 4px 3px rgba(31, 39, 50, .1);
    margin-top: 20px
}

#recent-posts-2 li {
    margin-bottom: 15px !important
}

.phn-location {
    font-weight: 400;
    color: #364352
}

a.page-numbers {
    border: 1px solid
}

.service-subheader {
    color: #636363;
    font-size: 30px
}

.article-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.view-article {
    color: #364352;
    transition-duration: .3s
}

.article-link {
    font-weight: 700;
    color: #364352;
    transition-duration: .3s;
    text-decoration: none !important
}

.article-link:hover {
    color: #55697f
}

.view-article:hover {
    color: #55697f;
    text-decoration: none
}

.title-section {
    height: 237px;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 30px
}

.architecture-page {
    background-image: url(/wp-content/uploads/2023/06/arch-plan-h.jpg);
    background-position: 0 69%;
}

.construction-page {
    background-image: url(/wp-content/uploads/2023/06/civil-engineering-h.jpg);
    background-position: 0 69%;
}

.abc-page {
    background-image: url(/wp-content/uploads/2023/08/arboriculture.jpg);
    background-position: 0 69%;
}

.infra-page {
    background-image: url(/wp-content/uploads/2023/06/hw-h.jpg);
    background-position: 0% -40%;
    background-size: auto;
}
.ha-lei-page {
    background-image: url(/wp-content/uploads/2023/06/heritage-h.jpg);
    background-size: auto;
    background-position: 50% -164%;
}
.healthcare-page {
    background-image: url(/wp-content/uploads/2023/06/healthcare-h.jpg);
    background-size: auto;
    background-position: 50% 50%;
}
.retail-page {
    background-image: url(/wp-content/uploads/2023/06/facil-h.jpg);
    background-position: 0 -32%;
    background-size: auto;
}
.gpb-page {
    background-image: url(/wp-content/uploads/2023/06/government-h.jpg);
    background-size: auto;
    background-position: 50% -425%;
}
.project-management-page {
    background-image: url(/wp-content/uploads/2023/06/project-man-h.jpg);
    background-size: auto;
    background-position: 50% -247%;
}
.news-page {
    background-image: url(/wp-content/uploads/2023/06/news-h.jpg);
    background-position: 0 69%;
}

.about-page {
    background-image: url(/wp-content/uploads/2023/05/About-Us-Image.jpg);
    background-size: cover;
}

.rtl-page {
	background-image: url(/wp-content/uploads/2023/05/Right-To-Light-Surveys-Models.jpg);
    background-size: cover;
}
.re-dev-page {
    background-image: url(/wp-content/uploads/2023/06/real-estate-h.jpg);
    background-size: auto;
    background-position: 50% -116%;
}
.land-page {
    background-image: url(/wp-content/uploads/2023/06/Topographic-Land-Surveys.jpg);
    background-size: auto;
    background-size: cover;
    background-position: 50% 80%;
}
.lndr-page {
    background-image: url(/wp-content/uploads/2023/08/lang-reg.jpg);
    background-size: auto;
    background-size: cover;
    background-position: 50% 80%;
}
.bnd-page {
    background-image: url(/wp-content/uploads/2023/08/boundary.jpg);
    background-size: auto;
    background-size: cover;
    background-position: 50% 80%;
}
.ap-page {
    background-image: url(/wp-content/uploads/2023/08/Area_Reports.jpg);
    background-size: auto;
    background-size: cover;
    background-position: 50% 80%;
}
.bhc-page {
    background-image: url(/wp-content/uploads/2023/08/borehole_clear.jpg);
    background-size: auto;
    background-size: cover;
    background-position: 50% 80%;
}
.education-sec-page {
    background-image: url(/wp-content/uploads/2023/06/education-h.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.building-page {
    background-image: url(/wp-content/uploads/2023/06/Measured-Building-Surveys.jpg);
    background-size: cover;
    background-position: 50% 87%;
}
.geo-page {
    background-image: url(/wp-content/uploads/2023/06/Geo-env-h.jpg);
    background-size: auto;
    background-position: 50% -349%;
}
.bim-page {
    background-image: url(/wp-content/uploads/2020/05/BIM-Building-Infomation-Modeling-1.jpg);
    background-position: 0 69%
}

.utility-page {
    background-image: url(/wp-content/uploads/2023/06/Underground-Utility-GPR-PAS-128-Surveys.jpg);
    background-position: 0 934%;
}

.setting-out-page {
    background-image: url(/wp-content/uploads/2023/06/Site-Engineering-Setting-out.jpg);
    background-position: 11% 69%
}

.laser-page {
    background-image: url(/wp-content/uploads/2023/06/3D-Laser-Scanning-Surveys.jpg);
    background-position: 50% -57%;
    background-size: cover;
}

.qa-page {
    background-image: url(/wp-content/uploads/2023/06/Construction-ver.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.quote-cta .container {
    overflow: hidden
}
.bim-rght.lazyloaded {
    float: right;
}
.serv-cta .container {
    overflow: hidden
}
.bdp_blog_template .blog_header h2, .bdp_blog_template .blog_header h2 a, .bdp_blog_template .bd-blog-header h2, .bdp_blog_template .bd-blog-header a, .bdp_blog_template .bd-blog-header h2 a, .bdp_blog_template .bd_ad_container h4, .blog_template .bd_ad_container h4 {
    color: #fff !important;
    font-size: 35px;
    background-color: #25211f !important;
}
.drainage-page {
    background-image: url(/wp-content/uploads/2023/06/CCTV-Drainage-Surveys.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.drone-page {
    background-image: url(/wp-content/uploads/2023/06/drone-h.jpg);
    background-size: auto;
    background-position: 50% -84%;
}

.digital-twin-page {
    background-image: url(/wp-content/uploads/2023/06/DT-h.jpg);
    background-size: cover;
    background-position: 100% 50%;
}
.retail-sec-page {
    background-image: url(/wp-content/uploads/2023/06/retail-h.jpg);
    background-size: auto;
    background-position: 50% -303%;
}
.revit-mod-page {
    background-image: url(/wp-content/uploads/2023/06/revit-h.jpg);
    background-size: auto;
    background-position: 50% -422%;
}
.verified-views-page {
    background-image: url(/wp-content/uploads/2023/06/avv-h.jpg);
    background-size: auto;
}
.article-list {
    list-style-image: url(/wp-content/uploads/2023/06/bl.jpg);
}

.row.table-row {
    padding-top: 15px;
    padding-bottom: 15px
}
.service-icon-one {
    width: 211px;
}
.service-icon-two {
    width: 204px;
}
.service-icon-three {
    width: 152px;
}
.service-icon-four {
    width: 314px;
}
.service-icon-five {
    width: 162px;
}
.service-icon-six {
    width: 161px;
}
.service-icon-seven {
    width: 210px;
}
.service-icon-eight {
    width: 133px;
}
.service-icon-ten {
    width: 314px;
    margin-top: 7px;
}
.service-icon-eleven {
    width: 203px;
    margin-top: 7px;
}
.service-icon-cam {
    width: 232px;
    margin-top: 9px;
}
.service-icon-drn {
    width: 332px;
    margin-top: 10px;
}

.sb-bheader {
    text-decoration: none!important;
    color: #fff;
    text-transform: uppercase;
    max-width: 100%;
    width: 323px;
    bottom: 20px;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
}
body .sk-ww-linkedin-page-post .linkedin-page-post-user-container {    
    height: 50px!important;
}
.tb-left {
    font-family: 'Open Sans', sans-serif;
    color: #364352;
    font-weight: 400;
    padding-top: 5px
}

p strong {
    color: #364352
}

.tb-right {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px
}

.about-text-section {
    text-align: center;
    padding-top: 28px
}

.h-button1:hover {
    text-decoration: none;
    color: #fff;
    background: #262f3a
}

.h-button2:hover {
    text-decoration: none;
    color: #fff;
    background: #4a4a4a
}

.h-button3:hover {
    text-decoration: none;
    color: #fff;
    background: #3e3e3e
}

.blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp {
    border: 1px solid #e0dede;
    margin-bottom: 11px;
    max-width: 49%;
    margin-right: 1%
}

.sidebar-widget {
    padding-left: 30px;
    padding-top: 15px
}

.phone-numbers-header {
    font-family: 'Open Sans', sans-serif
}

#custom_html-2 h3 {
    font-family: 'Open Sans', sans-serif;
    color: #364352
}

.c-address {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px
}

#recent-posts-2 li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #364352
}

#recent-posts-2 li a {
    transition-duration: .3s
}

#recent-posts-2 li a:hover {
    text-decoration: none;
    color: #55697f
}

#recent-posts-2 ul {
    list-style: none;
    padding-left: 0
}

.blog-post-content p {
    font-size: 16px
}

.date {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin-bottom: 10px;
    display: inline-block
}

.author {
    display: none
}

.page-numbers {
    transition-duration: .2s;
    font-family: 'Open Sans', sans-serif
}

.col-md-12.res.accred-logos {
    display: none
}

.col-md-12.res.accred-logos {
    padding-top: 20px
}

.auth-bot {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #364352
}

.blog_template.boxy-clean ul {
    padding: 0
}

.blog_header h2 a {
    text-decoration: none !important
}

.wl_pagination_box.bd_pagination_box.boxy-clean {
    margin-top: 20px;
    margin-bottom: 0
}

.service-title {
    font-size: 43px;
    color: #fff;
    padding-top: 59px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    text-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.drk-overlay {
    height: 100%;
    background: #00000059
}

.s-subTitle {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif
}

.s-main {
    max-width: 700px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 200;
    font-family: 'Open Sans', sans-serif
}

.overlay-drk {
    height: 100%;
    background: #0000006e
}

.hc-top {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(0, 0, 0, .3);
    font-size: 48px
}

.hero-text {
    display: block;
    max-width: 800px;
    margin: 12px auto 1px;
    font-size: 22px;
    line-height: 32px;
    text-shadow: 0 0 15px rgba(0, 0, 0, .3);
    color: #fff;
    font-family: 'Open Sans', sans-serif
}

.n-header {
    text-align: center;
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #364352
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
    line-height: 52px;
    height: 51px;
    padding: 0 20px 0 20px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    outline: 0
}

.videoContainer {
    width: 100%;
    height: 106%;
    overflow: hidden
}

.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1
}

.videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: .4
}

.blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp {
    background: #25211f!important;
    flex: 1 1 calc(50% - 20px); /* 2 columns on desktop & tablet */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 360px; /* Ensures consistent height */
    padding: 20px;
    position: relative;
 
}

.blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp .post_summary_outer {
    flex-grow: 1; /* Expands to fill remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp .post_summary_outer .post_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 80px;
}

.blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp .post_summary_outer .post_content .bd-more-next-line {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
}

.blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp .blog_footer {
    display: none;
}


li.blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp:hover {
    background: #25211f!important;
}

.above-vid {
    text-align: center;
    margin-top: -769px;
    position: absolute;
    width: 100%
}

.h-button1 {
    color: #fff;
    background: #364352;
    padding: 15px 25px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 700;
    transition-duration: .3s
}

.h-button2 {
    color: #fff;
    background: #696969;
    padding: 15px 25px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    transition-duration: .3s
}

.h-button3 {
    color: #fff;
    background: #4a4a4a;
    padding: 15px 25px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 700;
    transition-duration: .3s
}

.hero-buttons {
    padding-bottom: 101px
}

.serv-box {
    height: 297px;
    background: #25211f;
    width: 100%
}

.s-hoverText {
    position: absolute;
    bottom: 20px;
    padding: 10px;
    color: #fff;
    transition-duration: .3s;
    z-index: 4
}

.serv-box:hover>.s-hoverText {
    bottom: 50px
}

.fOm {    
    font-weight: 700;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    color: #25211f;
    transition-duration: .3s;
    z-index: 3
}

.serv-box:hover>.fOm {
    color: #fff
}

.s-text {
    font-size: 16px;
    max-width: 220px
}

.boxes-serv .col-md-3 {
    padding: 6px;
    margin-bottom: -10px
}

.services-section .container {
    background: #fff;
    padding: 0 24px 5px 24px
}

.sMedia {
    text-align: right
}

.sm-feeds {
    padding-top: 35px;
    padding-bottom: 30px
}

.su-post-excerpt {
    font-size: 14px;
    line-height: 20px
}

.serv-box {
    box-shadow: 0 0 4px 3px rgba(31, 39, 50, .1)
}

.su-post {
    padding: 10px;
    box-shadow: 0 0 4px 3px rgba(31, 39, 50, .1);
    margin-bottom: 13px !important;
    background: #fff
}

.su-post-title a {
    color: #364352;
    font-size: 16px
}

.quote-button {
    background: #364352;
    color: #fff !important;
    padding: 16px 33px 15px 33px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    transition-duration: .3s
}

.quote-button:hover {
    background: #262f3a;
    text-decoration: none;
    color: #fff
}

.nav-bar {
    background: #25211f;
    height: 52px;
    width: 100% !important
}

.bold-text {
    font-weight: 700;
    color: #25211f;
}

.phn-2 {
    border-left: 1px solid #f1f1f1;
    padding-left: 5px
}

.nav a {
    font-size: 14px;
    padding: 16px 22px 16px 22px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-weight: 700
}

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

.nav li {
    display: inline
}

.footer {
    background-color: #303131;
    color: #fff
}

.container.footer-top {
    padding-top: 26px
}

.abt-footer {
    font-family: 'Open Sans', sans-serif
}

.ft-text {
    font-size: 14px;
    margin-top: 0
}

.container.serv-cont {
    width: 96%
}

.ft-header {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 18px
}

.phn-footer {
    font-family: 'Open Sans', sans-serif
}

.ft-text {
    padding-right: 75px
}

.phn-num {
    text-align: right;
    font-size: 16px;
    line-height: 28px
}

.phn-footer {
    padding-top: 25px
}

.num-ft {
    background: #25211f;
    padding: 3px 9px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition-duration: .3s
}

.num-ft:hover {
    background: #717171;
    color: #fff;
    text-decoration: none
}

.ac-image {
    max-width: 200px;
    margin-left: 10px;
    margin-right: 10px
}

.v-link {
    float: right;
    margin-top: 20px
}

.v-banner {
    background: #25211f;
    margin-top: -30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px
}

.v-cap {
    font-size: 18px;
    margin-top: -10px
}

.v-head {
    font-size: 30px
}

.post-li {
    font-size: 17px
}

.v-image {
    max-width: 82%
}

.second-logo {
    margin-bottom: -30px
}

.fourth-logo {
    margin-bottom: -30px
}

.accred-logos {
    text-align: center;
    padding-top: 85px;
    padding-bottom: 85px
}

.copyright-section {
    border-top: 2px solid rgba(255, 255, 255, .1);
    background-color: #303131;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 13px
}

.copyright {
    text-align: center;
}

.nav {
    z-index: 99999999999999
}

.hero-image {
    display: none
}

.search {
    display: none
}

.blog-post-content h1 {
    font-size: 40px
}

.blog-post-content h1 a {
    text-decoration: none !important
}

.comments {
    display: none
}

.sectors-section {
    background: #25211f!important;
    padding-bottom: 80px
}

.post img {
    height: auto
}

.sector-desc {
    text-align: center;
    line-height: 10px;
    font-size: 16px;
    color: #fff;
    padding-bottom: 0;
    font-family: 'Open Sans', sans-serif
}

.sector-desc.bottom {
    padding-bottom: 10px
}

.s-title-1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 25px;
    font-size: 42px;
    font-weight: 200
}

.accordion {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 0 auto
}

.res-sect-txt {
    display: none
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    transition-delay: .35s
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s ease-in-out;
    transition-delay: .35s
}

.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%
}

.accordion ul li div a {
    display: block;
    height: 350px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all .3s ease-in-out
}

.accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.accordion ul li div a h2 {
    font-family: 'Open Sans', sans-serif;
    text-overflow: clip;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px
}

.accordion ul li div a p {
    top: 160px;
    font-size: 18px;
    padding-left: 1em
}

.accordion ul li:nth-child(1) {
    background-image: url(/wp-content/uploads/2023/06/arch-plan-h.jpg);
    background-position: 100% center;
    background-size: cover;
}

.accordion ul li:nth-child(2) {
    background-image: url(/wp-content/uploads/2023/06/civil-engineering-h.jpg);
    background-position: 50% 0
}

.accordion ul li:nth-child(3) {
    background-image: url(/wp-content/uploads/2023/06/hw-h.jpg);
    background-position: 50% 34%;
}

.accordion ul li:nth-child(4) {
    background-image: url(/wp-content/uploads/2023/06/facil-h.jpg);
    background-position: 50% 50%;
}
.accordion ul li:nth-child(5) {
    background-image: url(/wp-content/uploads/2023/06/project-man-h.jpg);
    background-position: 50% 50%;
}
.accordion ul li:nth-child(6) {
    background-image: url(/wp-content/uploads/2023/06/Geo-env-h.jpg);
    background-position: 50% 100%;
}
.accordion ul li:nth-child(7) {
    background-image: url(/wp-content/uploads/2023/06/real-estate-h.jpg);
    background-position: 50% 50%;
}
.accordion ul li:nth-child(8) {
    background-image: url(/wp-content/uploads/2023/06/heritage-h.jpg);
    background-position: 50% 50%;
}
.accordion ul li:nth-child(9) {
    background-image: url(/wp-content/uploads/2023/06/healthcare-h.jpg);
    background-position: 50% 50%;
}
.accordion ul li:nth-child(10) {
    background-image: url(/wp-content/uploads/2023/06/retail-h.jpg);
    background-position: 50% 100%;
}
.accordion ul li:nth-child(11) {
    background-image: url(/wp-content/uploads/2023/06/government-h.jpg);
    background-position: 50% 100%;
}
.accordion ul li:nth-child(12) {
    background-image: url(/wp-content/uploads/2023/06/education-h.jpg);
    background-position: 50% 100%;
}
.accordion ul:hover li {
    width: 10%
}

.accordion ul:hover li:hover {
    width: 90%
}

.accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, .4)
}

.accordion ul:hover li:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (max-width:680px) {
    .accordion ul:hover li:hover a {
        background: 0 0
    }
    body {
        margin: 0
    }
    .accordion {
        height: auto
    }
    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none
    }
    .accordion ul li div a * {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: block;
    border: 0
}

.nav-bar.sticky-element-original.sticky-element-active.element-is-not-sticky {
    border-top: 1px solid #364352
}

#videoBG {
    border-bottom: 1px solid #364352
}

@font-face {
    font-family: Font-Name;
    src: url(fonts/font-name.eot);
    src: url(fonts/font-name.eot?#iefix) format('embedded-opentype'), url(fonts/font-name.woff) format('woff'), url(fonts/font-name.ttf) format('truetype'), url(fonts/font-name.svg#font-name) format('svg');
    font-weight: 400;
    font-style: normal
}

@media only screen and (max-width:1251px) {
    .above-vid {
        margin-top: -743px
    }
}

@media only screen and (max-width:1199px) {
    .sidebar-widget {
        padding-left: 0
    }
    .bdp_blog_template .bd-blog-header h2,
    .bdp_blog_template .bd-blog-header h2 a,
    .bdp_blog_template .bd_ad_container h4,
    .bdp_blog_template .blog_header h2,
    .bdp_blog_template .blog_header h2 a,
    .blog_template .bd_ad_container h4 {
        color: #364352 !important;
        font-size: 29px !important
    }
}

@media only screen and (max-width:1173px) {
    .hero-text {
        display: none
    }
    .hero-buttons {
        padding-top: 70px
    }
    .above-vid {
        margin-top: -647px
    }
}

@media only screen and (max-width:1128px) {
    .above-vid {
        margin-top: -619px
    }
}

@media only screen and (max-width:1089px) {
    .videoContainer {
        height: 92%
    }
    .hero-buttons {
        padding-top: 88px;
        padding-bottom: 163px
    }
}

@media only screen and (max-width:1072px) {
    .accordion ul li div a h2 {
        font-size: 22px
    }
}

@media only screen and (max-width:1040px) {
    .hero-buttons {
        padding-top: 55px
    }
    .above-vid {
        margin-top: -581px
    }
}

@media only screen and (max-width:991px) {
    .v-head {
        text-align: center
    }
	.bim-rght.lazyloaded {
    width: 390px;
}
    .v-cap {
        max-width: 512px;
        margin: auto;
        text-align: center
    }
    .v-link {
        float: none;
        margin-top: 22px;
        margin: auto;
        display: block;
        width: 173px
    }
    .about-page {
        background-attachment: inherit
    }
    .qa-page {
        background-position: 28% 0;
        background-attachment: inherit
    }
    .drainage-page {
        background-position: 28% 0;
        background-attachment: inherit
    }
    .utility-page {
        background-position: 0 69%;
        background-attachment: inherit
    }
    .setting-out-page {
        background-attachment: inherit;
        background-position: 0 0
    }
    .bim-page {
        background-position: 0 69%;
        background-attachment: inherit
    }
    .laser-page {
        background-position: 0;
        background-size: cover;
        background-attachment: inherit
    }
    .building-page {
        background-size: cover;
        background-attachment: inherit;
        background-position: 0
    }
    .land-page {
        background-attachment: inherit;
        background-position: 0
    }
    .construction-page {
        background-attachment: inherit
    }
    .infra-page {
        background-attachment: inherit
    }
    .architecture-page {
        background-image: url(/wp-content/uploads/2020/06/shard-991.jpg);
        background-position: 0 69%;
        background-attachment: inherit
    }
    .retail-page {
        background-image: url(/wp-content/uploads/2020/06/commercial-991.jpg);
        background-position: 0 55%;
        background-attachment: inherit
    }
    .about-page {
        background-size: cover
    }
    .service-title {
        padding-top: 44px
    }
    .land-page {
        background-size: cover
    }
    .blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp {
        max-width: 100%;
        width: 100%
    }
    .linked-card {
        margin-top: 50px;
        width: 80%
    }
    .videoContainer {
        top: 247px
    }
    .logo-half {
        text-align: center;
        margin-bottom: -15px
    }
    .phone-numbers-header {
        text-align: center
    }
    .sMedia {
        text-align: center
    }
}

@media only screen and (max-width:973px) {
    .videoContainer {
        height: 82%
    }
    .hero-buttons {
        padding-top: 71px;
        padding-bottom: 163px
    }
}

@media only screen and (max-width:913px) {
    .above-vid {
        margin-top: -547px
    }
    .hero-buttons {
        padding-top: 54px
    }
    .header-buttons {
        text-align: center;
    }
	.q-quote {
		margin-bottom: 40px;
	}
	.sMedia {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width:898px) {
    .videoContainer {
        height: 76%
    }
}

@media (max-width:875px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 410px
    }
}

@media only screen and (max-width:872px) {
    .hc-top {
        font-size: 40px
    }
    .hero-buttons {
        padding-top: 35px
    }
    .above-vid {
        margin-top: -516px
    }
}

@media only screen and (max-width:816px) {
    .above-vid {
        margin-top: -494px
    }
}

@media only screen and (max-width:767px) {
    .postdate {
        display: none
    }
    .post-comment {
        display: none
    }
	img.bim-rght.lazyloaded {
    width: 100%;
	float: none;
}
}

@media only screen and (max-width:760px) {
    .above-vid {
        margin-top: -474px
    }
}

@media only screen and (max-width:744px) {
    .accordion ul li div a h2 {
        font-size: 19px
    }
}

@media only screen and (max-width:743px) {
    .top-section-home {
        display: none
    }
    .hero-image {
        display: block
    }
    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
        display: inline-block;
        width: 100%
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 100%
    }
}

@media only screen and (max-width:689px) {
    .ac-image {
        max-width: 163px;
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width:680px) {
    .accordion ul li div a {
        height: 170px
    }
    .accordion ul li div a h2 {
        font-size: 24px
    }
    .accordion ul li:nth-child(2) {
        background-size: cover
    }
    .accordion ul li:nth-child(3) {
        background-size: cover
    }
    .accordion ul li:nth-child(4) {
        background-size: cover
    }
}

@media only screen and (max-width:638px) {
    .button-bg::after {
        bottom: 56px;
        font-size: 122px
    }
    .col-md-12.res.accred-logos {
        display: block
    }
    .col-md-12.accred-logos {
        display: none
    }
    .ac-image {
        max-width: 200px
    }
    .second-logo {
        margin-bottom: 15px
    }
    .fourth-logo {
        margin-bottom: 15px
    }
    .ac-image {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:603px) {
    .res-sect-txt {
        display: block
    }
    .sect-txt {
        display: none
    }
    .accordion ul li div a .res-sect-txt {
        font-size: 29px;
        margin-top: -18px
    }
}

@media only screen and (max-width:531px) {
    .button-s::after {
        bottom: 88px;
        font-size: 63px
    }
}

@media screen and (min-device-width:366px) and (max-device-width:523px) {
    .h-button3 {
        margin-top: 12px
    }
}

@media only screen and (max-width:510px) {
    .bim-page {
        background-size: 162%
    }
}

@media only screen and (max-width:480px) {
    .post-meta {
        display: none
    }
}

@media only screen and (max-width:470px) {
    .accordion ul li div a .res-sect-txt {
        font-size: 23px
    }
    .sector-desc {
        line-height: 18px
    }
}

@media only screen and (max-width:458px) {
    .service-title {
        font-size: 38px
    }
}

@media only screen and (max-width:439px) {
    .architecture-page {
        background-position: 75% 69%
    }
    .button-bg::after {
        bottom: 69px;
        font-size: 86px
    }
    .linked-card {
        height: 500px;
        width: 100%
    }
}

@media only screen and (max-width:426px) {
    .bdp_blog_template .bd-blog-header h2,
    .bdp_blog_template .bd-blog-header h2 a,
    .bdp_blog_template .bd_ad_container h4,
    .bdp_blog_template .blog_header h2,
    .bdp_blog_template .blog_header h2 a,
    .blog_template .bd_ad_container h4 {
        color: #364352 !important;
        font-size: 24px !important
    }
}

@media only screen and (max-width:418px) {
    .hlOne {
        padding-top: 36px
    }
    .f-field {
        width: 95%;
        margin-bottom: 17px
    }
    .gforms-cform-main .gfield .ginput_container input[type=text], .gforms-cform-main .gfield .ginput_container textarea {
        width: 95%;
        margin-bottom: 17px
    }
    i.fas.fa-phone-alt {
        margin-left: 20%;
        margin-bottom: 5px
    }
    .phone-numbers-header {
        text-align: left
    }
}

@media (max-width:411px) {
    .f-field {
        padding: 16px 10px
    }
    .gforms-cform-main .gfield .ginput_container input[type=text], .gforms-cform-main .gfield .ginput_container textarea {
        padding: 16px 10px
    }
}

@media only screen and (max-width:379px) {
    .accordion ul li div a .res-sect-txt {
        font-size: 19px
    }
}

@media only screen and (max-width:365px) {
    .h-button1 {
        margin-bottom: 10px
    }
}


@media only screen and (max-width:358px) {
    .h-button2 {
        margin-bottom: 10px
    }
    .hlOne {
        font-size: 25px
    }
}

@media only screen and (max-width:322px) {
    .button-s::after {
        bottom: 88px;
        font-size: 53px
    }
}

@media (max-width:320px) {
    i.fas.fa-phone-alt {
        margin-left: 10%
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 10px 14px 10px 15px
    }
    .contact-address {
        font-size: 22px
    }
}

::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.gallery-caption,
.wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp {
        background: #25211f!important;
        flex: 1 1 100%; /* 1 column on mobile */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        min-height: auto !important;
        height: auto !important;
        padding: 20px;
        position: relative;     
    }

    .blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp .post_summary_outer .post_content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        position: relative;
        padding-bottom: 20px;
    }

    .blog_wrap.bdp_blog_template.two_column.two_column_ipad.two_column_tablet.two_column_mobile.bdp_blog_single_post_wrapp .post_summary_outer .post_content .bd-more-next-line {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0px;
    }

}